/* ============================================= QUICK FIX TO HIDE UNSUPPORTED CLICK TO EXPAND FUNCTIONS IN BORROWED WP POSTS ================================================== */
 .wp-post-content .lightbox-image-container, .wp-post-content .wp-lightbox-overlay, .wp-post-content .lightbox-trigger {
     display: none;
}
/* =========================================================== CODE SECTION: SCROLLING - STATUS: Leave in custom.css. Each school will have a dfferent scroll-padding-top depending on their topbar treatment ============================================================= */
 html {
     scroll-behavior: smooth;
}
 [id], [name] {
     scroll-margin-top: 80px;
}
 @media (prefers-reduced-motion) {
     html {
         scroll-behavior: auto;
    }
}
/* ==================== SPECIAL TO LAW SCHOOL ============================ */
 .youvisit-container {
     height: 400px;
}
/* Library homepage search */
 #searchAll {
     display: flex;
     justify-content: center;
}
 #go {
     padding: 0 20px;
     display: inline;
     width: auto;
     margin: 0 0 0 4px;
}
 #searchAll input {
     width: 100%;
     padding: 0.533rem;
     border: 1px solid #d0d3d4;
     max-width: calc(100% - 64px);
}
 @media screen and (min-width: 700px) {
     #searchAll {
         justify-content: normal;
    }
     #searchAll input {
         width: 440px;
    }
}
/* For Directory Page - Quote on top */
 .directory__flex-container {
     display: flex;
     flex-wrap: wrap;
     gap: 1em;
     align-items: center;
     margin-bottom: 2em;
}
 .directory__flex-container > * {
     flex: 1 1 240px;
}
 .directory__flex-container > img {
     flex-grow: 0;
     margin-bottom: 0;
}
/* Faculty Directory Page (run on law2.wm.edu) */
 .contactlist_or_biopage-container > h6.bodytextsubhead {
     clear: both;
}
 .contactlist_or_biopage-container img {
     margin-bottom: 1.2rem !important;
}
 @media screen and (min-width: 650px) {
     .contactlist_or_biopage-container img {
         margin-bottom: 2rem !important;
    }
}
/* THERMOMETER CODE (USED BY REUNION GIVING) */
/*** WM thermometer ***/
 .wmThermometer {
     font-size: 1rem;
     padding: 20px;
     text-align: center;
     width: 130px;
     box-sizing: content-box;
}
 .thermometer {
     position: relative;
}
 .tOverlay {
     position: relative;
     z-index: 20;
}
 .gauge {
     border-left: 10px solid #545454;
     bottom: 0;
     padding-left: 5px;
     position: absolute;
     text-align: right;
     z-index: 10;
}
 .wmThermometer .tOverlay {
     background: rgba(0, 0, 0, 0) url("../img/gauge.gif") no-repeat scroll center bottom;
     height: 170px;
     margin: 0 !important;
     width: 87px;
}
 .wmThermometer .gauge {
     border-left: 22px solid #006633;
     bottom: 48px;
     left: 32px;
     margin: 0;
     padding-left: 15px;
}
 .wmThermometer .thermometer {
     margin: 0 0 0 20px;
}
/* =================== ACCESSIBILITY ================= */
/* skip to main content link- hidden until focused */
 .skip-to-main-content-link {
     position: absolute;
     left: 22px;
     top: -300px;
     z-index: 2000;
     padding: 10px 2em;
     color: #115740;
     background: #e5e7e8;
     font-weight: 500;
     text-decoration: none !important;
     height: 45px;
     opacity: 0;
     transition: none;
}
 .skip-to-main-content-link:focus {
     top: 0;
     opacity: 1;
}
/* ===================== TOPBAR ===================================== */
 body {
     width: 100%;
}
 #side_menu {
     display: none !important;
}
 .o-topbar {
     width: 100%;
     background: var(--color-wmgreen-90);
     background: linear-gradient(270deg, rgba(24, 48, 40, 0.00) 0%, var(--color-griffingreen-100) 100%), var(--color-wmgreen-90);
     border-top: 4px solid;
     border-image: linear-gradient(90deg, rgba(111, 91, 55, 1) 5%, rgba(213, 193, 157, 1) 50%, rgba(185, 151, 91, 1) 87%);
     border-image-slice: 1;
     box-shadow: 0px 118px 172px 0px rgba(0, 0, 0, 0.24), 0px 43.072px 62.783px 0px rgba(0, 0, 0, 0.17), 0px 20.911px 30.48px 0px rgba(0, 0, 0, 0.13), 0px 10.251px 14.942px 0px rgba(0, 0, 0, 0.11), 0px 4.053px 5.908px 0px rgba(0, 0, 0, 0.07);
     height: 66px;
     position: sticky;
     -webkit-position: sticky;
     top: 0 !important;
     z-index: 1000;
}
 .o-topbar__content {
     display: flex;
     flex-direction: row;
     justify-content: flex-end;
     align-items: center;
     width: 100%;
     height: 100%;
     padding: 0 0 0 44px;
     position: relative;
}
 .o-menu__logo {
     height: 100%;
     position: absolute;
     left: 44px;
     z-index: 0;
     max-width: calc(100% - 140px);
}
 @media(max-width: 599px) {
     .o-topbar__content {
         padding: 0 0 0 22px;
    }
     .o-menu__logo {
         left: 22px;
    }
}
 .o-menu__logo a {
     display: flex;
     align-items: center;
     height: 100%;
}
 .o-menu__logo img {
     max-width: 325px;
     width: 100%;
}
 .o-topbar__buttons {
     display: flex;
     height: 100%;
     align-items: center;
     z-index: 2;
     gap: 22px;
}
 .o-topbar__buttons .fa-sharp {
     font-weight: 400;
}
/* Don't use sticky bar if height is limited, like on a landscape phone */
 @media (max-height: 400px){
     .o-topbar {
         position: relative !important;
         padding-right:0 !important;
         top: 0 !important;
    }
     .homepage .o-topbar {
         background: rgba(17,87,64,1) !important;
    }
     .herosection.o-wm-hero, #main-header {
         margin-top: 0 !important;
    }
}
/* ================= TOPBAR Search Form ========================= */
 .o-topbar__search-form {
     visibility: hidden;
     background: transparent;
     display: none;
     align-items: center;
     height: 100%;
     width: auto;
     margin-bottom: 0;
     position: absolute;
     overflow: hidden;
     display: none;
}
 @media (min-width: 600px) {
     .o-topbar__search-form {
         display: flex;
    }
}
 .o-topbar__search-form.form-visible {
     visibility: visible;
     position: relative;
}
 .o-topbar__search-form.closing {
     visibility: visible;
     position: relative;
}
 .o-topbar__toggle-search, .o-topbar__search-button {
     background: transparent;
     position: relative;
     margin: 0;
     border: 0;
     color: #fff;
     padding: 0;
     font-size: 1.375rem;
     width: auto;
     min-width: 40px;
     height: 100%;
     border: 0;
     border-radius: 0;
     outline: revert !important;
     outline-offset: -2px;
     transition-property: background;
}
 .o-topbar__toggle-button {
     display: inline-block;
}
 .o-topbar__toggle-search {
     display: none;
}
 @media (min-width: 834px) {
     .o-topbar__toggle-search {
         display: inline-block;
    }
}
 .o-topbar__toggle-search:hover, .o-topbar__search-button:hover, .o-topbar__toggle-search:focus, .o-topbar__search-button:focus {
     background: transparent;
     color: #fff;
     border: 0;
}
 .o-topbar__search-button {
     position: absolute;
}
 .hide-topbar-search {
     font-size: 22px;
}
 .o-topbar__toggle-search[aria-expanded="false"] .show-topbar-search {
     display: block;
}
 .o-topbar__toggle-search[aria-expanded="false"] .hide-topbar-search {
     display: none;
}
 .o-topbar__toggle-search[aria-expanded="true"] .show-topbar-search {
     display: none;
}
 .o-topbar__toggle-search[aria-expanded="true"] .hide-topbar-search {
     display: block;
     margin-bottom: 2.5px;
}
 .o-topbar__search-wrapper {
     width: 0;
     margin: 0;
     padding: 0;
     height: 100%;
     transition: width .3s ease-in;
     display: flex;
     align-items: center;
}
 input#topbar-search {
     padding: 7px 7px 7px 20px;
     width: 100%;
     outline: none;
     background: transparent;
     color: #fff;
     border: 0;
     border-bottom: 2px solid rgba(65, 121, 102, 0.50);
     line-height: 1.4;
     scroll-margin-top: initial;
}
 input#topbar-search::placeholder {
     color: #709A8C;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 1rem;
}
/* search wrapper widths */
/* .o-topbar__search-form.form-visible .o-topbar__search-wrapper {
     */
    /* width: calc(100vw - 104px);
     */
    /* 
}
 */
 @media (min-width: 600px) {
     .o-topbar__search-form.form-visible .o-topbar__search-wrapper {
         width: calc(100vw - 183px);
    }
}
 @media (min-width: 775px) {
     .o-topbar__search-form.form-visible .o-topbar__search-wrapper {
         width: 240px;
    }
}
 .o-topbar__search-form.closing .o-topbar__search-wrapper {
     width: 0;
}
 .o-topbar__search-form.form-visible .o-topbar__search-button, .o-topbar__search-form.closing .o-topbar__search-button {
     position: relative;
}
 .o-topbar__toggle-search[aria-expanded="true"] {
     transform: translateX(23px);
}
 @media (min-width: 600px) {
     .o-topbar__toggle-search[aria-expanded="true"] {
         transform: translateX(34px);
    }
}
/* ============== TOPBAR Menu Open/Close Button =================== */
 #menu-button {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 100%;
     padding: 0 11px;
     color: #fff;
     margin: 0;
     font-size: 2.0625rem;
     width: 70px;
     background: var(--color-wmgold-55);
     transition: all .3s ease;
}
 #menu-button:hover, #menu-button:focus {
     background: #947949;
}
/* =================== MOBILE MENU Base Layout ========================= */
 .o-menu__mobile {
     visibility: hidden;
     border-top: 4px solid var(--color-wmgold-55);
     background: linear-gradient(180deg, var(--color-griffingreen-100) 0%, rgba(24, 48, 40, 0.00) 100%), var(--color-wmgreen-90);
     transition-property: all;
     transition-duration: 0.3s;
     transition-timing-function: ease-in-out;
     transform: translateX(0);
     position: fixed !important;
     top: 0;
     bottom: 0;
     left: 100%;
     width: 500px;
     max-width: 100%;
     z-index: 1003;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     overflow: auto;
}
 body.mobile-menu-open .o-menu__mobile.closing {
     transform: translateX(0);
     overflow-y: scroll;
}
 .ps__rail-y {
     margin-top: 0 !important;
}
 @media (prefers-reduced-motion) {
     .o-menu__mobile {
         transition-duration: .01s;
    }
     .o-topbar__search-wrapper {
         transition-duration: .01s;
    }
     .o-menu__mobile-primary-links li:hover, .o-menu__mobile-primary-links li:focus {
         padding: 27px 11px 16px 0 !important;
    }
}
/* Topbar is not sticky on a landscape phone */
 @media (max-height: 400px){
     .o-menu__mobile, .mobile-menu-open .o-menu__backdrop {
         top: 0 !important;
    }
     .o-menu__backdrop {
         z-index: 1001 !important;
    }
     .o-menu__mobile {
         z-index: 1002 !important;
         max-width: 80% !important;
    }
     #main-header {
         margin-top: 0 !important;
    }
}
/* =========== MOBILE MENU The dark background over rest of body when opening mobile menu =========== */
 .o-menu__backdrop {
     position: fixed;
     height: 1px;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0,0,0,.5);
     z-index: 1001;
     opacity: 0;
     transition: opacity .18s ease, height 0s ease .18s;
}
 body.mobile-menu-open .o-menu__backdrop {
     opacity: 1;
     top: 0px;
     height: 100%;
     transition: opacity .18s ease, height 0s ease 0s;
}
 body .o-menu__backdrop.closing {
     opacity: 0;
}
/* ========== MOBILE MENU Top section ==================== */
 .o-menu__mobile-top {
     display: flex;
     padding: 0 0 33px 22px;
     align-items: center;
     gap: 11px;
     align-self: stretch;
     margin: 0;
}
/* ========== MOBILE MENU Search ==================== */
 .o-menu__mobile-search-form {
     display: flex;
     height: 70px;
     padding: 11px 0px 0px 11px;
     align-items: center;
     gap: 11px;
     flex: 1 0 0;
     margin: 0;
     width: 100%;
     border-bottom: 2px solid rgba(65, 121, 102, 0.50);
}
 .o-menu__mobile-search-form:focus-within {
     border-bottom: 2px solid var(--color-wmgold-55);
}
 .o-menu__mobile-search-form:focus-within .o-menu__mobile-search-button {
     color: var(--color-wmgold-55);
}
 .o-menu__mobile-search-input {
     width: 100%;
     height: 70px;
     border: 0;
     padding: 0;
     background: transparent;
     caret-color: #fff;
     color: #fff;
}
/* if opened with mouse click remove the outline. Javascript code runs listening to keydown, setting and unsetting the mouse class */
 #mobile-menu.mouse .o-menu__mobile-search-input {
     outline: none;
}
 .o-menu__mobile-search-input::placeholder {
     color: #709A8C;
    /*text-transform: uppercase;
     */
    /*font-weight: 500;
     */
     font-size: 0.875rem;
     font-style: normal;
     font-weight: 600;
     line-height: 1.21429;
     letter-spacing: 0.09375rem;
     text-transform: uppercase;
}
 .o-menu__mobile-search-input:focus::placeholder {
     color: rgba(160, 188, 179, 0.35);
}
 .o-menu__mobile-search-button {
     padding: 0;
     background: transparent;
     color: #709A8C;
     border: 0;
     margin: 0;
     outline: revert !important;
     min-width: 25px;
     display: flex;
     width: 25px;
     flex-direction: column;
     justify-content: center;
     align-self: stretch;
}
 .o-menu__mobile-search-button i {
     font-size: 1.375rem;
     font-weight: 400;
}
 .o-menu__mobile-search-button:hover, .o-menu__mobile-search-button:focus {
     color: var(--color-wmgold-55);
     background: transparent;
}
/* ========== MOBILE MENU Close ==================== */
 .o-menu__mobile-close-button {
     min-width: 0;
     padding: 0;
     border: 0;
     margin: 0;
     display: flex;
     width: 70px;
     height: 70px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: var(--color-wmgold-55);
     color: #fff;
     transition: all .3s ease;
}
 .o-menu__mobile-close-button i {
     font-size: 2.0625rem;
     font-weight: 400;
     line-height: normal;
}
 .o-menu__mobile-close-button:focus, .o-menu__mobile-close-button:hover {
     background: #947949;
}
/* MOBILE MENU NAV */
 .o-menu__mobile nav {
     padding: 0 22px;
}
/* ==================== MOBILE MENU Primary Links ==================== */
 .o-menu__mobile-primary-links {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     padding: 0 0 55px 0;
     margin: 0;
}
 body.mobile-menu-open .o-menu__mobile {
     visibility: visible;
     transform: translateX(-100%);
     transition-delay: 0s;
}
 .o-menu__mobile a {
     outline-offset: -2px;
}
 .o-menu__mobile-primary-links li::before {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     height: 2px;
     width: 100%;
     background: linear-gradient( 90deg, var(--color-wmgold-55) 0%, rgba(213, 193, 157, 1) 50%, rgba(111, 91, 55, 1) 100% );
     opacity: 0;
     transition: opacity 0.3s ease;
     pointer-events: none;
}
 .o-menu__mobile-primary-links li {
     position: relative;
     border-bottom: 2px solid rgba(65, 121, 102, 0.50);
     line-height: 1.2;
     font-family: "adelle", serif;
     font-size: 2.0625rem;
     list-style: none;
     display: flex;
     padding: 27px 11px 16px 0;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
     width: 100%;
     transition: all .3s ease;
     cursor: pointer;
}
 .o-menu__mobile-primary-links li:hover, .o-menu__mobile-primary-links li:focus {
     border-bottom: 2px solid transparent;
     padding: 27px 8px 16px 0;
}
 .o-menu__mobile-primary-links li:hover::before, .o-menu__mobile-primary-links li:focus::before {
     opacity: 1;
}
 .o-menu__mobile-primary-links > li > a {
     display: flex;
     justify-content: space-between;
     align-items: center;
     color: rgba(255, 255, 255, 0.80);
     width: 100%;
    /*letter-spacing: 0;
     */
     transition: all .3s ease;
    /*line-height: normal;
     */
    /*font-weight: 400;
     */
     font-size: 1.75rem;
     font-style: normal;
     font-weight: 400;
     line-height: 1.28571;
}
 .o-menu__mobile-primary-links li .-primary-link-text {
     transition: all .3s ease;
}
 .-primary-link-decoration {
     color: #fff;
     line-height: normal;
     font-size: 1.125rem;
     transition: all .3s ease;
}
 .o-menu__mobile-primary-links > li > a:hover, .o-menu__mobile-primary-links > li > a:focus {
     text-decoration: none;
}
 .o-menu__mobile-primary-links li:hover .-primary-link-text, .o-menu__mobile-primary-links li:focus .-primary-link-text {
     color: #fff;
}
 .o-menu__mobile-primary-links li:hover .-primary-link-decoration, .o-menu__mobile-primary-links li:focus .-primary-link-decoration {
     color: var(--color-wmgold-55);
}
/* ==================== MOBILE MENU CTA Links ==================== */
 .o-menu__mobile-cta-links {
     display: flex;
     justify-content: center;
     gap: 11px;
     padding: 0 0 55px 0;
     margin: 0;
}
 .o-menu__mobile-cta-links > li {
     list-style: none;
     width: 100%;
}
 .o-menu__mobile-cta-links > li a {
     color: #FFF;
     text-align: center;
     font-size: 1.02rem;
     font-style: normal;
     font-weight: 700;
     line-height: 1.59314;
     text-transform: capitalize;
     display: flex;
     justify-content: center;
     padding: 11px 22px;
     gap: 10px;
     border: 1px solid #fff;
     text-decoration-color: transparent;
}
 .o-menu__mobile-cta-links > li a:focus, .o-menu__mobile-cta-links > li a:hover {
     background: var(--color-wmgold-55);
     border-color: transparent;
     text-decoration-color: #fff;
}
/* ==================== MOBILE MENU Secondary Links ==================== */
 .o-menu__mobile-secondary-section {
     display: flex;
     padding: 55px 22px 44px 22px;
     flex-direction: column;
     align-items: center;
     gap: 66px;
     background: linear-gradient(180deg, #07231A 0%, #0E4633 100%);
     height: 100%;
}
 .o-menu__mobile-secondary-links {
     display: flex;
     justify-content: space-between;
     align-items: center;
     align-self: stretch;
     padding: 0;
     margin: 0;
}
 .o-menu__mobile-secondary-links > li {
     list-style: none;
}
 .o-menu__mobile-secondary-links > li a {
     display: flex;
     align-items: center;
     gap: 6px;
     text-decoration: none !important;
}
 .o-menu__mobile-secondary-links > li a .-secondary-link-text {
     color: #CFDDD9;
     font-size: 1.02rem;
     font-style: normal;
     font-weight: 400;
     line-height: 1.59314;
     text-decoration: underline;
     text-decoration-color: transparent;
     transition: all .3s ease;
}
 .o-menu__mobile-secondary-links > li a:focus .-secondary-link-text, .o-menu__mobile-secondary-links > li a:hover .-secondary-link-text {
     color: #fff;
     text-decoration-color: white;
}
 .o-menu__mobile-secondary-links li a i {
     color: var(--color-wmgold-55);
     font-size: 0.875rem;
     font-weight: 400;
     line-height: normal;
     transition: all .3s ease;
}
 .o-menu__mobile-secondary-links > li:focus a i, .o-menu__mobile-secondary-links > li:hover a i {
     color: #fff;
     text-decoration: none !important;
}
 .o-menu__mobile-secondary-links .-secondary-link-divider {
     width: 1px;
     height: 12px;
     background: #417966;
}
 .o-menu__mobile-secondary-links .-secondary-link-divider:nth-child(6) {
     display: none;
}
 .o-menu__mobile-secondary-section .o-menu__secondary-logo {
     height: 100%;
     max-width: calc(100% - 66px);
}
/* Media Queries */
 @media (min-width: 400px) {
     .o-menu__mobile-top {
         padding: 0 0 33px 44px;
    }
     .o-menu__mobile nav {
         padding: 0 44px;
    }
     .o-menu__mobile-secondary-section {
         padding: 55px 44px 44px 44px;
    }
}
/* ======================= NEW FOOTER ================================ */
 .o-law-footer {
     background: linear-gradient(180deg, #07231A 0%, #0E4633 100%);
     border-top: 8px solid;
     border-image: linear-gradient(90deg,rgba(111, 91, 55, 1) 0%, rgba(185, 151, 91, 1) 25%, rgba(213, 193, 157, 1) 50%, rgba(213, 193, 157, 1) 75%, rgba(111, 91, 55, 1) 100%);
     border-image-slice: 1;
}
 .o-law-footer__wrapper {
     display: flex;
     flex-direction: column;
     padding: 88px 22px;
     gap: 66px;
}
 .o-law-footer__logo-column {
     display: flex;
     max-width: 300px;
     flex-direction: column;
     gap: 33px;
     margin: 0 auto;
}
 .o-law-footer__logo {
     display: flex;
     justify-content: center;
     align-items: center;
     align-self: stretch;
}
 .o-law-footer__logo-divider {
     background: rgba(255, 255, 255, 0.25);
     width: 100%;
     height: 1px;
}
 .o-law-footer__info {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 22px;
     align-self: stretch;
}
 .o-law-footer__logo-link {
     display: block;
}
 .o-law-footer__column-wrapper {
     display: flex;
     flex-direction: column;
     align-self: center;
     gap: 44px;
     width: 100%;
}
 .o-law-footer__city {
     color: #fff;
     text-align: center;
     font-size: 0.875rem;
     font-family: "adelle-sans", sans-serif;
     font-size: 0.875rem;
     font-style: normal;
     font-weight: 600;
     line-height: 1.21429;
     letter-spacing: 0.09375rem;
     text-transform: uppercase;
     margin: 0;
}
 .o-law-footer__links {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 22px;
     align-self: stretch;
     flex-wrap: wrap;
}
 .o-law-footer__links a {
     color: #CFDDD9;
     text-align: center;
     font-family: "adelle-sans", sans-serif;
     font-size: 1.02rem;
     font-style: normal;
     font-weight: 400;
     line-height: 1.59314;
     text-decoration: underline;
     text-decoration-color: transparent;
     transition: all .3s ease;
}
 .o-law-footer__links a:hover, .o-law-footer__links a:focus-within {
     color: #fff;
     text-decoration-color: white;
}
 .o-law-footer__link-line {
     background: rgba(255, 255, 255, 0.25);
     width: 1px;
     height: 21px;
}
 .o-law-footer__column {
     display: flex;
     flex-direction: column;
     gap: 22px;
     text-align: center;
     margin: 0 auto;
}
 .o-law-footer__list {
     display: grid;
     column-gap: 44px;
     max-width: 350px;
}
 .o-law-footer__column.first .o-law-footer__list {
     grid-auto-flow: column;
     grid-template-rows: repeat(5, auto);
}
 .o-law-footer__title {
     margin: 0;
     color: #fff;
     font-family: "adelle-sans", sans-serif;
     font-size: 1rem;
     font-style: normal;
     font-weight: 700;
     line-height: 1.3125;
     letter-spacing: 0.125rem;
     text-transform: uppercase;
}
 .o-law-footer__list {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .o-law-footer__list.sm {
     display: flex;
     justify-content: center;
     margin: 0 0.25em;
}
 .o-law-footer__text {
     display: none;
}
 .o-law-footer__link {
     display: inline-block;
     margin: 0 0 11px;
     font-family: "adelle-sans", sans-serif;
     font-size: 1.02rem;
     font-style: normal;
     font-weight: 400;
     line-height: 1.59314;
     color: #CFDDD9;
     text-decoration: underline;
     text-decoration-color: transparent;
     transition: all .3s ease;
}
 .o-law-footer__column:nth-child(1) li:last-of-type .o-law-footer__link, .o-law-footer__column:nth-child(2) li:last-of-type .o-law-footer__link, .o-law-footer__column:nth-child(3) li:last-of-type .o-law-footer__link {
     margin-bottom: 0;
}
 .o-law-footer__link:hover, .o-law-footer__link:focus-within {
     color: #fff;
     text-decoration-color: white;
}
 .o-law-footer__sm {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 22px;
     align-self: stretch;
}
 .o-law-footer__sm-link {
     font-size: 1.5rem;
     color: #CFDDD9;
     position: relative;
     white-space: nowrap;
     line-height: normal;
     text-decoration: underline;
     text-decoration-color: transparent;
     transition: all .3s ease;
}
 .o-law-footer__sm-link::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     height: 2px;
     width: 100%;
     background-color: transparent;
     transition: background-color 0.3s ease;
}
 .o-law-footer__sm-link:hover::after, .o-law-footer__sm-link:focus::after {
     background-color: currentColor;
}
 .o-law-footer__sm-link:hover, .o-law-footer__sm-link:focus {
     color: #FFF;
     text-decoration-color: white;
}
 .fa-facebook::before {
     content: "\f09a";
}
 .fa-twitter::before {
     content: "\f099";
}
 .fa-instagram::before {
     content: "\f16d";
}
 .fa-linkedin::before {
     content: "\f08c";
}
 .fa-youtube::before {
     content: "\f167";
}
 .o-law-footer__divider {
     position: relative;
     margin: 0 auto;
     width: 100%;
}
 .o-law-footer__rule {
     border-style: solid;
     border-color: rgba(255, 255, 255, 0.25);
     border-width: 1px 0 0 0;
     margin: auto;
}
/* Miscellaneous Logo */
 .o-law-footer__misclogo {
     margin: 0 auto;
}
 .o-law-footer__misclogo .wm-wordmark path {
     transition: fill .3s ease;
}
 .o-law-footer__misclogo:hover .wm-wordmark path, .o-law-footer__misclogo:focus .wm-wordmark path {
     fill: #fff;
}
 .o-law-footer__misclogo a {
     position: relative;
     color: transparent;
     text-decoration: none;
     transition: color 0.3s ease;
}
 .o-law-footer__misclogo a::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     height: 1px;
     width: 100%;
     background: #FFF;
     opacity: 0;
     transition: opacity 0.3s ease;
}
 .o-law-footer__misclogo a:hover, .o-law-footer__misclogo a:focus {
     color: #FFF;
}
 .o-law-footer__misclogo a:hover::after, .o-law-footer__misclogo a:focus::after {
     opacity: 1;
}
/* Miscellaneous Info */
 .o-law-footer__miscinfo {
     display: flex;
     padding: 22px;
     background: #07231A;
}
 .o-law-footer__miscinfo-wrapper {
     display: flex;
     width: 100%;
     max-width: 1288px;
     flex-direction: column;
     gap: 22px;
     margin: 0 auto;
}
/* Miscellaneous List */
 .o-law-footer__misclist {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 11px;
     margin: 0 auto;
}
 .o-law-footer__misclink {
     color: #709A8C;
     font-family: "adelle-sans", sans-serif;
     font-size: 0.8925rem;
     font-style: normal;
     font-weight: 400;
     line-height: 1.40056;
     text-decoration: underline;
     text-decoration-color: transparent;
     transition: all .3s ease;
}
 .o-law-footer__misclink:hover {
     color: #fff;
     text-decoration-color: white;
}
/* Miscellaneous Copyright */
 .o-law-footer__copyright {
     color: #709A8C;
     font-family: "adelle-sans", sans-serif;
     font-size: 0.8925rem;
     font-style: normal;
     font-weight: 400;
     line-height: 1.40056;
     text-align: center;
}
/* Media Queries */
 @media (min-width: 834px) {
     .o-law-footer__wrapper {
         padding: 88px 44px;
    }
     .o-law-footer__column-wrapper {
         flex-direction: row;
         align-self: center;
         width: auto;
    }
     .o-law-footer__column {
         align-items: flex-start;
         align-self: stretch;
         text-align: left;
    }
     .o-law-footer__divider {
         width: 1px;
         display: block;
    }
     .o-law-footer__rule {
         position: absolute;
         top: 0;
         bottom: 11px;
         border-width: 0 1px 0 0;
         width: 0;
    }
     .o-law-footer__misclist {
         flex-direction: row;
    }
}
 @media (min-width: 1080px) {
     .o-law-footer__wrapper {
         flex-direction: row;
         margin: 0 auto;
         max-width: 1376px;
         justify-content: space-between;
    }
     .o-law-footer__logo-column {
         margin: 0;
    }
     .o-law-footer__list {
         column-gap: 22px;
    }
     .o-law-footer__text {
         opacity: 0.7;
         padding-left: 22px;
         font-size: 1rem;
         color: #fff;
    }
     .fa-instagram + .o-law-footer__text {
         padding-left: 24px;
    }
     .fa-linkedin-in + .o-law-footer__text {
         padding-left: 24px;
    }
     .fa-youtube + .o-law-footer__text {
         padding-left: 18px;
    }
     .o-law-footer__link:hover .o-law-footer__text, .o-law-footer__link:focus-within .o-law-footer__text {
         opacity: 1;
    }
     .o-law-footer__list.sm, .o-law-footer__text {
         display: inline;
    }
     .o-law-footer__miscinfo-wrapper {
         flex-direction: row;
         gap: 0;
         align-items: center;
    }
     .o-law-footer__misclogo {
         margin: 0;
    }
}
 @media (min-width: 1280px) {
     .o-law-footer__wrapper {
         justify-content: space-between;
    }
     .o-law-footer__column-wrapper {
         justify-content: center;
         column-gap: 66px;
    }
     .o-law-footer__divider {
         display: block;
    }
     .o-law-footer__list {
         column-gap: 44px;
    }
     .o-law-footer__miscinfo {
         padding: 22px 44px;
    }
}
 @media (min-width: 1440px) {
     .o-law-footer__miscinfo {
         padding: 22px 0;
    }
}
/* ============================ FOOTER ===================================== */
/* footer {
     */
    /* clear: both;
     */
    /* background-color: #115740;
     */
    /* background-image: url(images/wm_cypher.png);
     */
    /* background-repeat: no-repeat;
     */
    /* background-position: center bottom;
     */
    /* background-size: 228px;
     */
    /* background-blend-mode: overlay;
     */
    /* color: #ffffff;
     */
    /* text-align: center;
     */
    /* font-size: 1rem;
     */
    /* border-top: 8px solid var(--color-wmgold-55);
     */
    /* letter-spacing: 0.015rem;
     */
    /* 
}
 */
/* .lt-ie9 footer {
     */
    /* background: #115740 !important;
     */
    /* 
}
 */
/* footer a:after {
     */
    /* display: block;
     */
    /* content: "";
     */
    /* 
}
 */
/* footer a.sm_icon:after {
     */
    /* display: inline;
     */
    /* content: none;
     */
    /* 
}
 */
/* footer a {
     */
    /* color: #ffffff;
     */
    /* line-height: 2.1em;
     */
    /* font-weight: 400;
     */
    /* 
}
 */
/* footer #contact_info {
     */
    /* clear: both;
     */
    /* margin: 0 auto;
     */
    /* padding-top: 50px;
     */
    /* font-weight: 100;
     */
    /* line-height: 1.6em;
     */
    /* 
}
 */
/* footer #contact_info a {
     */
    /*color: var(--color-wmgold-55);
     */
    /*font-weight: bold;
     */
    /* line-height: 1.5em;
     */
    /* 
}
 */
/* #special_links {
     */
    /* width: 100%;
     */
    /* float: left;
     */
    /* margin-top: 3px;
     */
    /* 
}
 */
/* #special_links a {
     */
    /*color: var(--color-wmgold-55);
     */
    /*font-weight: bold;
     */
    /* line-height: 1em;
     */
    /* 
}
 */
/* #special_links a::after {
     */
    /* content: "";
     */
    /* height: 0;
     */
    /* width: 0;
     */
    /* opacity: 0;
     */
    /* display:block;
     */
    /* margin-bottom: 7px;
     */
    /* 
}
 */
/* #footer_container {
     */
    /* background: transparent;
     */
    /* background-size: 360px auto;
     */
    /* margin: 0 auto;
     */
    /* padding:80px 0 20px 0;
     */
    /* 
}
 */
/* #footer_container .sm_icon {
     */
    /* background: transparent !important;
     */
    /* 
}
 */
/* #footer_container * {
     */
    /* box-sizing: content-box;
     */
    /* 
}
 */
/* #footer_mark {
     */
    /* width: 265px;
     */
    /* 
}
 */
/* .footer_col {
     */
    /* clear:both;
     */
    /* width: 100%;
     */
    /* text-align: center;
     */
    /* margin:0 auto;
     */
    /* min-height: 1px;
     */
    /* 
}
 */
/* #social_links {
     */
    /*width: 200px;
     */
    /* margin: 24px auto 0;
     */
    /* 
}
 */
/* @media screen and (min-width: 850px) {
     */
    /* #audience_links {
         */
        /* margin: 24px auto 0;
         */
        /* 
    }
     */
    /* 
}
 */
/* #additional_links {
     */
    /* margin-top: 0;
     */
    /* 
}
 */
/* #recognition_links {
     */
    /* padding-top: 20px;
     */
    /* 
}
 */
/* #recognition_links img {
     */
    /* max-width: 150px;
     */
    /* margin: 40px 0;
     */
    /* 
}
 */
/* footer .sm_icon, footer .sm_icon:hover {
     */
    /* display: block;
     */
    /* font-weight: normal !important;
     */
    /* text-decoration: none;
     */
    /*overflow: hidden;
     */
    /* text-align: center;
     */
    /* color: #fff !important;
     */
    /* font-size: 1.375rem !important;
     */
    /* width: 26px;
     */
    /* height: 26px;
     */
    /* padding: 4px;
     */
    /* line-height: 1;
     */
    /* margin-right: 11px;
     */
    /* margin-bottom: 11px;
     */
    /* float: left;
     */
    /* 
}
 */
/* footer #social_icons {
     */
    /*overflow: hidden;
     */
    /* margin: 11px auto 0;
     */
    /* display: flex;
     */
    /* justify-content: center;
     */
    /* flex-wrap: wrap;
     */
    /* 
}
 */
/* footer #social_icons .sm_icon:last-of-type {
     */
    /* margin-right: 0;
     */
    /* 
}
 */
/* footer #apply_now {
     */
    /* display: block;
     */
    /* margin: 10px auto;
     */
    /* width: 100%;
     */
    /* 
}
 */
/* footer #apply_now img {
     */
    /* width: 90px;
     */
    /* margin-top: 22px;
     */
    /* 
}
 */
/* @media screen and (min-width: 850px) {
     */
    /* footer #apply_now {
         */
        /* position: absolute;
         */
        /* right: 15px;
         */
        /* top: 76px;
         */
        /* width: 90px;
         */
        /* 
    }
     */
    /* 
}
 */
/*** Small desktop ***/
/* @media screen and (min-width: 850px) {
     */
    /* footer {
         */
        /* background-size: auto;
         */
        /* 
    }
     */
    /* #footer_container {
         */
        /* background-size: auto 455px;
         */
        /* width: 880px;
         */
        /* max-width: 100%;
         */
        /* position: relative;
         */
        /* background-position: center 50px;
         */
        /* 
    }
     */
    /* .footer_col {
         */
        /* clear: none;
         */
        /* float: left;
         */
        /* text-align: left;
         */
        /* margin: 0 auto;
         */
        /* width: 252px;
         */
        /* max-width: calc(33.33% - 30px);
         */
        /* padding: 0 15px;
         */
        /* 
    }
     */
    /* footer #social_icons {
         */
        /* justify-content: left;
         */
        /* margin: 11px 0 0 0;
         */
        /* max-width: 170px;
         */
        /* 
    }
     */
    /* #additional_links {
         */
        /* margin: 25px 0 0 0;
         */
        /*padding-bottom: 22px;
         */
        /* 
    }
     */
    /* #recognition_links {
         */
        /* max-width: 140px;
         */
        /* margin: 20px auto;
         */
        /* padding: 0;
         */
        /* 
    }
     */
    /* #recognition_links img {
         */
        /* max-width: 140px;
         */
        /* margin: 0;
         */
        /* padding: 0;
         */
        /* 
    }
     */
    /* #contact_info {
         */
        /* width: 100%;
         */
        /* bottom: 25px;
         */
        /* margin: 0;
         */
        /* padding: 0;
         */
        /* 
    }
     */
    /* 
}
 */
/*** Desktop styling ***/
/* @media screen and (min-width: 1000px) {
     */
    /* #footer_container {
         */
        /* width: 990px;
         */
        /* 
    }
     */
    /* 
}
 */
 