html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #FFFFFF; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: "Source Code Pro", "Consolas", "Courier New", monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #404040; }

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

.cf:after {
  content: "";
  display: table;
  clear: both; }

.cf {
  zoom: 1; }

a {
  color: #0073CE;
  text-decoration: none; }

a:hover,
a:focus {
  color: #0D8CF1; }

h1 {
  font-size: 1.75em;
  font-weight: 400;
  position: relative;
  margin: 0 0 0.7em 0; }

h2 {
  display: block;
  font-size: 1.25em;
  margin-top: 1.75em;
  padding-bottom: 3px;
  margin-bottom: 0;
  border-bottom: 1px solid #E0E0E0; }

h3 {
  display: block;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  font-size: 1em; }

img {
  max-width: 100%; }

.container {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  transition: transform 0.5s;
  z-index: 2; }

main, div.main {
  grid-area: main;
  background: #FFFFFF;
  position: relative;
  margin-bottom: 2em;
  min-height: 100vh;
  display: grid;
  grid-gap: 10px;
  grid-template-areas: "banner" "crumbs" "layout";
  grid-auto-rows: min-content; }

#multisite_banner {
  grid-area: banner;
  min-height: 0; }

main h1:before, div.main h1:before {
  background-color: #C5050C;
  height: 5px;
  width: 1em;
  content: "";
  position: absolute;
  top: -6px; }

.hide_text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  color: #404040; }

button, input, optgroup, select, textarea {
  line-height: 1.3; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #848484; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #848484; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #848484; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

#messages {
  position: relative;
  max-width: 1920px;
  min-width: 90%;
  padding: 10px 30px;
  margin: 0 auto; }

.info {
  position: relative;
  padding: 15px 30px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: auto 24px;
  align-content: center; }
  .info .close {
    color: #ACACAC;
    justify-self: right;
    width: 24px;
    height: 24px; }

.info.info_box {
  border-left: 10px solid #4AA9F4; }

.info.success_box {
  border-left: 10px solid #00C853; }

.info.error_box {
  border-left: 10px solid #C5050C;
  padding-left: 4em; }
  .info.error_box > i {
    position: absolute;
    top: -25px;
    left: -30px;
    font-size: 100px;
    color: rgba(0, 0, 0, 0.08); }

.info.warning {
  border-left: 10px solid #FF9800;
  padding-left: 4em; }
  .info.warning > i {
    position: absolute;
    top: -25px;
    left: -30px;
    font-size: 100px;
    color: rgba(0, 0, 0, 0.08); }

#global_alert {
  padding: 1rem 0;
  background: #fdfce7;
  font-size: 18px; }
  #global_alert i {
    color: #FF9800;
    vertical-align: bottom;
    font-size: 30px; }

button,
input[type="submit"],
a.button {
  padding: 10px 20px;
  color: #FFFFFF;
  background: #0073CE;
  border-radius: 4px;
  font-size: 1em;
  font-family: "azo-sans-web", sans-serif;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.02);
  letter-spacing: 0.8px;
  cursor: pointer;
  height: 45px;
  border: none; }

a.button {
  height: auto;
  display: block; }

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
a.button:hover,
a.button:focus {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  background: #0D8CF1; }

button.red,
input[type="submit"].red,
a.button.red {
  background: #C5050C; }

button.red:hover,
button.red:focus,
input[type="submit"].red:hover,
input[type="submit"].red:focus,
a.button.red:hover,
a.button.red:focus {
  background: #9B0000; }

button.invert,
input[type="submit"].invert,
a.button.invert {
  border: 1px solid #E0E0E0;
  color: #404040;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */ }

button.invert:hover,
button.invert:focus,
input[type="submit"].invert:hover,
input[type="submit"].invert:focus,
a.button.invert:hover,
a.button.invert:focus {
  background: #0073CE;
  border: 1px solid #0073CE;
  color: #FFFFFF; }

input[disabled],
input[disabled]:hover,
input[disabled]:focus,
input[disabled].button,
input[disabled].button:hover,
input[disabled].button:focus {
  background: #FFFFFF;
  border-bottom: none;
  color: #ACACAC;
  border: 1px solid #ACACAC; }

.mobile_only {
  display: none; }
  @media (max-width: 1085px) {
    .mobile_only {
      display: block; } }

.question {
  position: relative; }
  .question .question_txt {
    display: none;
    position: absolute;
    max-width: 500px;
    background: #404040;
    color: #FFFFFF;
    padding: 1.5em;
    z-index: 10;
    border-radius: 3px;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.06);
    top: 65px; }
    .question .question_txt p {
      margin-top: 0px; }
    .question .question_txt p:last-child {
      margin-bottom: 0px; }
    @media (max-width: 768px) {
      .question .question_txt {
        width: 100%;
        left: 0; } }
  .question .question_txt:after {
    bottom: 98%;
    left: 80px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    border-radius: 3px;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #404040;
    border-width: 15px; }
  .question .q_heading {
    display: inline-block;
    position: relative;
    border-bottom: none; }
  .question svg {
    width: 18px;
    height: 18px; }

.question.border {
  border-bottom: 1px solid #ACACAC; }

.question.q_open .question_txt {
  display: block; }

.addSwoop {
  background: url(/assets/wisc/swoop_background.svg) no-repeat;
  background-size: 100%;
  background-position: left top; }

a.goto {
  margin-top: 1em;
  padding: 0.5em 1.8em 0.5em 3em;
  border: 1px solid #CCCCCC;
  display: inline-block;
  position: relative;
  color: #404040;
  transition: 0.2s;
  border-left: 4px solid #4AA9F4;
  background: #FFFFFF;
  /* Legacy */ }
  a.goto i {
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 12px; }
  a.goto svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 12px;
    transform: rotate(-45deg);
    transition: 0.3s; }
  a.goto use {
    fill: #404040; }

a.goto:after {
  content: "";
  height: 100%;
  position: absolute;
  left: 20px;
  width: 1px;
  background: #E0E0E0;
  left: 35px;
  top: 0; }

a.goto:hover,
a.goto:focus {
  color: #0D8CF1;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.04); }
  a.goto:hover svg,
  a.goto:focus svg {
    transform: rotate(0deg); }
  a.goto:hover use,
  a.goto:focus use {
    fill: #0D8CF1; }

.goto.after {
  padding: 0.5em 3em 0.5em 0.8em; }
  .goto.after svg {
    right: 10px;
    left: auto; }

.goto.after:after {
  right: 35px;
  left: auto; }

#grid_layout {
  display: grid;
  grid-template-columns: 2fr minmax(auto, 450px);
  width: 100%;
  min-height: 100vmin;
  margin-top: 1.75em;
  grid-area: layout;
  grid-gap: 1em; }
  @media print {
    #grid_layout {
      display: block; } }
  @media (max-width: 1280px) {
    #grid_layout {
      grid-template-columns: 2fr minmax(auto, 350px); } }
  @media (max-width: 1085px) {
    #grid_layout {
      grid-template-columns: 1fr;
      grid-gap: 1em; } }

.max_width {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 2em; }
  @media (max-width: 768px) {
    .max_width {
      padding: 0px 1.5em; } }

#grid_layout.single {
  grid-template-columns: 1fr; }

.box {
  margin-bottom: 4em;
  padding: 20px;
  position: relative;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.08);
  border-top: 2px solid #C5050C;
  border-radius: 4px; }

.rel {
  position: relative; }

dl {
  margin: 0;
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column; }
  @media (max-width: 1085px) {
    dl {
      display: block; } }

dt {
  font-weight: 700;
  grid-column: 1;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px; }

dd {
  grid-column: 2;
  margin-left: 40px; }
  @media (max-width: 1085px) {
    dd {
      margin-left: 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #E0E0E0;
      margin-bottom: 5px; } }

dl.grouped {
  margin: 0.75em 0;
  display: block; }
  dl.grouped > div {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0; }
    @media (max-width: 1085px) {
      dl.grouped > div {
        display: block; } }
  dl.grouped dd {
    margin-bottom: 1em; }
    @media (max-width: 1085px) {
      dl.grouped dd {
        border-bottom: none;
        padding-bottom: 0; } }
  dl.grouped dd:last-child {
    margin-bottom: 0; }

aside {
  position: relative; }
  aside section,
  aside nav {
    margin-bottom: 4em;
    padding: 20px 30px;
    position: relative;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.02);
    margin: 0 0 1em;
    border-top: 2px solid #C5050C; }
  aside h1 {
    font-family: "azo-sans-web", sans-serif;
    font-size: 1.250em;
    font-weight: 400;
    margin-bottom: 0.2em;
    margin-top: 0; }
  aside h1:before {
    display: none; }
  aside h2 {
    font-size: 1em;
    border-bottom: none; }
  aside nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "azo-sans-web", sans-serif; }
    aside nav ul > li a {
      padding: 0.4em 0.8em;
      display: inline-block; }
    aside nav ul > li a:hover {
      color: #0D8CF1; }
    aside nav ul > li.current {
      position: relative; }
      aside nav ul > li.current > a {
        font-weight: 700;
        color: #0073CE; }
      aside nav ul > li.current > a:hover,
      aside nav ul > li.current > a:focus {
        color: #0D8CF1; }
  aside ul.subnav,
  aside ul.groupedLinks {
    list-style: none;
    margin: 0em 1.5em 0em 2em;
    padding: 0;
    position: relative; }
    aside ul.subnav li,
    aside ul.groupedLinks li {
      position: relative; }
    aside ul.subnav li.current > a,
    aside ul.groupedLinks li.current > a {
      position: relative;
      font-weight: 700;
      color: #0073CE;
      padding: 0.4em 0.8em; }
    aside ul.subnav li.current > a:hover,
    aside ul.subnav li.current > a:focus,
    aside ul.groupedLinks li.current > a:hover,
    aside ul.groupedLinks li.current > a:focus {
      color: #0D8CF1; }
    aside ul.subnav > ul.subnav,
    aside ul.groupedLinks > ul.subnav {
      position: relative; }
      aside ul.subnav > ul.subnav li.current a:before,
      aside ul.groupedLinks > ul.subnav li.current a:before {
        display: none; }
      aside ul.subnav > ul.subnav li:before,
      aside ul.groupedLinks > ul.subnav li:before {
        display: none; }
  aside nav > ul {
    position: relative;
    margin: 0em 1.3em; }
  aside ul.subnav:before,
  aside nav > ul:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    background: #E0E0E0;
    height: 100%;
    width: 1px; }
  aside ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5em; }
  aside .heading_list h2 {
    padding: 0;
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-top: 1em; }
  aside .heading_list h2:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ACACAC;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 5;
    transform: translateY(-50%); }
  aside .heading_list h2:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #ACACAC;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    left: 4px;
    z-index: 5;
    transform: translateY(-50%); }
  aside .heading_list ul {
    margin-left: 1.5em;
    padding-left: 0em;
    position: relative;
    margin-bottom: 2em; }
    aside .heading_list ul li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      aside .heading_list ul li a {
        font-size: 15px; }
  aside .heading_list ul:before {
    content: "";
    position: absolute;
    left: -16px;
    top: -5px;
    background: #E0E0E0;
    height: 115%;
    width: 1px; }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown a.dropdown_list {
    display: grid;
    grid-template-columns: 8fr 1fr;
    padding: 8px;
    padding-left: 12px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.02);
    z-index: 2;
    text-decoration: none;
    color: #404040;
    border-radius: 4px;
    letter-spacing: 0.8px;
    height: 45px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    /* IE6-9 */
    /* legacy */ }
    .dropdown a.dropdown_list i {
      z-index: 3;
      align-self: center;
      color: #404040;
      font-size: 18px; }
    .dropdown a.dropdown_list svg {
      width: 18px;
      height: 18px;
      z-index: 3;
      align-self: center;
      fill: #848484; }
  .dropdown a.dropdown_list:hover,
  .dropdown a.dropdown_list:focus {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08); }
  .dropdown .lbl {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 600;
    color: #404040;
    letter-spacing: 0.7px;
    padding-right: 5px; }
  .dropdown a.expanded,
  .dropdown a.expanded:hover,
  .dropdown a.expanded:focus {
    background: #0D8CF1;
    color: #FFFFFF;
    border: 1px solid #0D8CF1;
    /* legacy */ }
    .dropdown a.expanded .lbl,
    .dropdown a.expanded:hover .lbl,
    .dropdown a.expanded:focus .lbl {
      color: #FFFFFF; }
    .dropdown a.expanded svg,
    .dropdown a.expanded:hover svg,
    .dropdown a.expanded:focus svg {
      opacity: 1;
      fill: #FFFFFF !important; }
  .dropdown > ul,
  .dropdown [role='tablist'] {
    display: none;
    padding: 0px;
    list-style: none;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 1;
    width: 100%; }
    .dropdown > ul li,
    .dropdown [role='tablist'] li {
      background: #FFFFFF; }
      .dropdown > ul li a,
      .dropdown [role='tablist'] li a {
        padding: 8px;
        padding-left: 1em;
        display: block;
        border: 1px solid #E0E0E0;
        color: #0073CE; }
      .dropdown > ul li a:hover, .dropdown > ul li a:focus,
      .dropdown [role='tablist'] li a:hover,
      .dropdown [role='tablist'] li a:focus {
        text-decoration: none;
        background-color: #F5F5F5;
        color: #0073CE; }
    .dropdown > ul li.active,
    .dropdown [role='tablist'] li.active {
      border-left: 3px solid #0D8CF1;
      background: #F5F5F5; }

.drop_menu {
  padding: 11px 25px 9px 10px;
  position: relative;
  font-family: "azo-sans-web", sans-serif;
  text-decoration: none;
  /* Legacy */ }
  .drop_menu span {
    border-bottom: 1px dashed #0D8CF1;
    padding-bottom: 1px; }
  .drop_menu i {
    font-size: 16px;
    position: absolute;
    top: 11px;
    right: 4px; }
  .drop_menu svg {
    width: 18px;
    height: 18px;
    fill: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 13px; }

ul.submenu {
  position: absolute;
  z-index: 6;
  border-radius: 3px;
  background: #FFFFFF;
  margin-top: 0.5em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.8) translate(0px, -25px);
  transition: 0.2s;
  will-change: opacity, transform;
  border: 1px solid #E0E0E0;
  padding: 0em;
  margin: 0em;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  list-style: none; }
  ul.submenu li {
    margin: 0;
    border-bottom: 1px solid #E0E0E0; }
  ul.submenu li:last-child {
    border-bottom: none; }
  ul.submenu li a {
    color: #404040;
    padding: 10px 18px;
    position: relative;
    display: inline-block;
    font-family: "azo-sans-web", sans-serif;
    text-decoration: none;
    width: 100%;
    border-bottom: none; }
  ul.submenu li a:before {
    display: none; }
  ul.submenu li a:hover, ul.submenu li a:focus {
    background: #F5F5F5;
    color: #0D8CF1; }

ul.submenu.expand_nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1) translate(0px, 15px);
  z-index: 200;
  background: #FFFFFF; }

ul.submenu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 7px;
  margin-left: -7px; }

.accordion {
  margin-top: 2.5em;
  /* Legacy */ }
  .accordion .content {
    padding: 1em 2em; }
  .accordion a:hover, .accordion a:focus {
    text-decoration: none; }
  .accordion > h2 a,
  .accordion > h3 a {
    color: #404040;
    font-weight: 400;
    font-family: "azo-sans-web", sans-serif;
    display: inline-block;
    font-size: 0.8em; }
  .accordion .accordion_link i {
    font-size: 16px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    transform-origin: center center;
    display: inline-block;
    transition: 0.4s;
    color: #404040; }
  .accordion .accordion_link svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: rotate(45deg);
    transform-origin: center center;
    transition: 0.4s;
    margin-right: 0.1em;
    fill: #848484; }
  .accordion .accordion_expanded svg, .accordion .accordion_expanded i {
    transform: rotate(0deg); }
  .accordion .collapse {
    display: none; }

.accordion.list_style h2 a, .accordion.list_style h3 a {
  font-weight: 700; }
.accordion.list_style ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .accordion.list_style ul li {
    padding: 0.6em 0em;
    border-bottom: 1px solid #F5F5F5; }

.accordion.block_style {
  position: relative;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.02);
  margin: 0 0 1em; }
  .accordion.block_style > h2,
  .accordion.block_style > h1,
  .accordion.block_style > h3 {
    margin: 0;
    border: none;
    padding: 0;
    margin-bottom: 0 !important;
    /* Legacy */ }
    .accordion.block_style > h2 a,
    .accordion.block_style > h1 a,
    .accordion.block_style > h3 a {
      font-size: 21px;
      padding: 10px 20px;
      display: block;
      color: #404040;
      font-weight: 400;
      font-family: "azo-sans-web", sans-serif; }
    .accordion.block_style > h2 .accordion_link i,
    .accordion.block_style > h1 .accordion_link i,
    .accordion.block_style > h3 .accordion_link i {
      transform: rotate(0deg);
      position: absolute;
      right: 15px;
      top: 12px;
      font-size: 20px;
      width: 20px;
      height: 20px; }
    .accordion.block_style > h2 .accordion_link svg,
    .accordion.block_style > h1 .accordion_link svg,
    .accordion.block_style > h3 .accordion_link svg {
      transform: rotate(0deg);
      position: absolute;
      right: 15px;
      top: 12px;
      width: 30px;
      height: 30px; }
    .accordion.block_style > h2 .accordion_link.accordion_expanded,
    .accordion.block_style > h1 .accordion_link.accordion_expanded,
    .accordion.block_style > h3 .accordion_link.accordion_expanded {
      border-bottom: 1px solid #E0E0E0;
      /* Legacy */ }
      .accordion.block_style > h2 .accordion_link.accordion_expanded i,
      .accordion.block_style > h1 .accordion_link.accordion_expanded i,
      .accordion.block_style > h3 .accordion_link.accordion_expanded i {
        transform: rotate(180deg); }
      .accordion.block_style > h2 .accordion_link.accordion_expanded svg,
      .accordion.block_style > h1 .accordion_link.accordion_expanded svg,
      .accordion.block_style > h3 .accordion_link.accordion_expanded svg {
        transform: rotate(180deg); }
  .accordion.block_style > h1:before {
    display: none; }

.accordion_list {
  position: relative; }
  .accordion_list h2, .accordion_list h3 {
    margin-top: 1em;
    margin-bottom: 0.5em !important; }
  .accordion_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 8em; }
    .accordion_list ul li {
      padding: 0.6em 0em;
      border-bottom: 1px solid #F5F5F5; }
  .accordion_list ul.accordion {
    display: block; }
  .accordion_list a.accordion_link.button {
    position: absolute;
    bottom: -43px; }

table {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse; }
  table td, table th {
    padding: 0.75em 1.5em;
    text-align: left; }
  table thead th {
    background-color: #0073CE;
    font-weight: 400;
    color: #FFFFFF; }
  table tbody tr:nth-child(2n-1) {
    background-color: #F5F5F5; }

#crumbs {
  grid-area: crumbs;
  min-height: 0;
  width: 100%; }
  #crumbs ul {
    padding-left: 0;
    margin: 0; }
  #crumbs li {
    display: inline-block;
    position: relative;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875em; }
  #crumbs i {
    font-size: 16px;
    vertical-align: middle;
    opacity: 0.7; }

.tabs {
  margin-bottom: 2em; }
  .tabs .tab-content {
    border: 1px solid #E0E0E0;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.04); }
  .tabs [role="tablist"] {
    padding-left: 0;
    margin: 6px 0 0;
    list-style-type: none;
    display: table;
    white-space: nowrap; }
    .tabs [role="tablist"] > [role="presentation"] {
      display: table-cell; }
  .tabs [role="tablist"] [role="tab"] {
    display: inline-block;
    padding: 10px 20px;
    margin: 0px 3px -1px 0px;
    text-align: center;
    color: #404040;
    border: 1px solid #E0E0E0;
    font-size: 1em;
    font-family: "azo-sans-web", sans-serif;
    letter-spacing: 0.3px; }
    .tabs [role="tablist"] [role="tab"][aria-selected="false"]:hover, .tabs [role="tablist"] [role="tab"][aria-selected="false"]:focus {
      color: #0073CE; }
    .tabs [role="tablist"] [role="tab"][aria-selected="true"] {
      border-top: 3px solid #C5050C;
      border-bottom: 1px solid #FFFFFF;
      border-radius: 2px 2px 0px 0px;
      box-shadow: 5px -3px 11px 0px rgba(0, 0, 0, 0.06);
      font-weight: 700; }
  .tabs [role="tabpanel"] {
    display: inline-block;
    padding: 0 1em;
    width: 100%; }
    .tabs [role="tabpanel"][aria-hidden="true"] {
      display: none;
      visibility: hidden; }
  .tabs .dropdown_list {
    display: none; }

.tabs.dropdown h2:first-child {
  margin-top: 1em; }
.tabs.dropdown [role="tablist"] {
  display: none;
  z-index: 10; }
.tabs.dropdown .tab-content {
  margin-top: 0.5em; }
.tabs.dropdown .dropdown_list {
  display: grid; }
.tabs.dropdown [role="tablist"] > [role="presentation"] {
  display: block; }
.tabs.dropdown [role='tablist'] li a {
  padding: 1em;
  padding-left: 1em;
  display: block;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #E0E0E0;
  color: #0073CE;
  text-align: left; }
.tabs.dropdown [role="tablist"] [role="tab"][aria-selected="true"] {
  border-top: none;
  border-bottom: 1px solid #E0E0E0;
  background: #F5F5F5; }

form h2 {
  margin-bottom: 1em;
  margin-top: 2.5em; }
form .field {
  margin-bottom: 1.5em; }
form .info_wrapper {
  font-size: 14px;
  padding-left: 3px;
  padding-top: 5px; }
form .actions {
  margin-top: 1.5em; }
form label {
  font-weight: 700; }

input[type="text"],
textarea {
  padding-left: 0.8em;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  letter-spacing: 0.3px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.02);
  height: 45px;
  width: 100%; }

textarea {
  height: 100px; }

input[type="number"] {
  padding-left: 0.8em;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.02);
  height: 45px; }

.select {
  position: relative;
  display: inline-block; }
  .select select {
    padding: 0.5em 2em 0.5em 0.7em;
    background: transparent;
    border-radius: 4px;
    width: 100%;
    height: 45px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.02);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); }
  .select select + i {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 18px;
    pointer-events: none;
    color: #848484; }

.checkbox input[type="checkbox"] {
  opacity: 0; }
.checkbox label {
  position: relative;
  padding-left: 5px;
  cursor: pointer; }
.checkbox label:before,
.checkbox label:after {
  position: absolute; }
.checkbox label:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid #ACACAC;
  top: 2px;
  left: -20px;
  background: #FFFFFF;
  cursor: pointer; }
.checkbox label:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
  left: -16px;
  top: 7px; }
.checkbox input[type="checkbox"] + label:after {
  content: none; }
.checkbox input[type="checkbox"]:checked + label:after {
  content: ""; }
.checkbox input[type="checkbox"]:checked + label:before {
  background: #0073CE;
  border: 1px solid #0073CE; }
.checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px; }

.select_option .option {
  display: none; }

@media (max-width: 768px) {
  input[type="text"] {
    display: block;
    width: 100%; } }
.cards {
  margin: 0em;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px; }
  .cards > li {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    min-height: 350px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: block; }
  .cards p {
    margin: 0;
    color: #404040; }
  .cards .graphic_slant {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    border-right: 600px solid transparent;
    border-bottom: 50px solid #FFFFFF; }
  .cards .content {
    padding: 1em 1.2em 2em;
    margin: 0; }
    .cards .content > ul {
      padding-left: 1.75em;
      list-style: disc;
      margin-top: 0.5em; }
  .cards a.whole {
    display: block; }
  .cards a.whole:hover h2,
  .cards a.whole:focus h2 {
    color: #0073CE; }
  .cards h2 {
    font-family: "azo-sans-web", sans-serif;
    font-size: 1.25em;
    border-bottom: none;
    position: relative;
    padding: 0;
    color: #404040;
    line-height: 1.2;
    margin: 0px 0 10px; }
  .cards .banner_img {
    position: relative;
    height: 225px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .cards .banner_img {
    background-image: url(/assets/wisc/lake.jpg); }

.cards.minimal li {
  min-height: auto; }
.cards.minimal .content {
  padding: 1.5em 1.2em 1.5em; }

.cards.one_card {
  grid-template-columns: 355px; }
  @media (max-width: 1085px) {
    .cards.one_card {
      grid-template-columns: 50%; } }
  @media (max-width: 768px) {
    .cards.one_card {
      grid-template-columns: 1fr; } }

.cards.two_cards {
  grid-template-columns: repeat(auto-fit, minmax(300px, 350px)); }
  @media (max-width: 768px) {
    .cards.two_cards {
      grid-template-columns: 1fr; } }

.filter_list .filterbar {
  display: grid;
  grid-template-columns: 2fr 7fr;
  grid-gap: 10px;
  margin-bottom: 1em; }
.filter_list .filterbar.single {
  grid-template-columns: 1fr; }
.filter_list i.filter {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 18px;
  pointer-events: none;
  color: #404040; }
.filter_list .select select {
  padding-left: 2em; }
.filter_list .hidden {
  display: none; }

.loading-spinner {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 3px #E0E0E0;
  border-bottom-color: #0D8CF1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  will-change: transform; }

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }
.dot_loading {
  margin: auto 0;
  width: 70px;
  text-align: center; }

.dot_loading > div {
  width: 16px;
  height: 16px;
  background-color: #404040;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.dot_loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.dot_loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* Mobile Menu Button */
button#menu_btn {
  display: none;
  background: none;
  padding: 0;
  border: 1px solid #E0E0E0;
  align-self: center;
  color: #404040;
  font-size: 30px;
  /* legacy */ }
  @media (max-width: 1085px) {
    button#menu_btn {
      display: block; } }
  button#menu_btn svg {
    fill: #404040;
    width: 45px;
    height: 35px;
    position: relative;
    top: 2px;
    left: -1px; }

button#menu_btn:hover,
button#menu_btn:focus {
  color: #0073CE;
  /* legacy */ }
  button#menu_btn:hover svg,
  button#menu_btn:focus svg {
    fill: #0073CE; }

/* Mobile Menu */
#mobile_nav {
  background: #0D8CF1;
  position: fixed;
  width: 80%;
  max-width: 350px;
  height: 100%;
  top: 0;
  z-index: 1000;
  left: -380px;
  transition: all 0.3s ease;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  #mobile_nav h1 {
    color: #FFFFFF;
    font-size: 1.5em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0073CE;
    font-family: "azo-sans-web", sans-serif; }
  #mobile_nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #mobile_nav a {
    display: block;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 300;
    border-bottom: 1px solid #0073CE;
    padding: 1em;
    position: relative; }
    #mobile_nav a > i {
      position: absolute;
      right: 6px;
      opacity: 0.8; }
  #mobile_nav a:hover,
  #mobile_nav a:hover {
    background: #0073CE;
    background: rgba(0, 0, 0, 0.04); }

#mobile_nav.open {
  left: 0;
  visibility: visible; }

#mobile_nav li > ul {
  display: none; }

#mobile_nav .nav_sub {
  animation-name: slideRight;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 80%;
  max-width: 350px;
  height: 100%;
  background: #0D8CF1;
  color: #FFFFFF;
  transform: translateX(-380px);
  z-index: 4; }
  #mobile_nav .nav_sub .sub_back {
    padding-left: 25px; }
    #mobile_nav .nav_sub .sub_back i {
      position: inherit;
      font-size: 16px; }

#mobile_nav .nav_sub.exit {
  animation-name: slideLeft;
  animation-fill-mode: forwards;
  animation-duration: 0.4s; }

@keyframes slideRight {
  0% {
    transform: translateX(-380px); }
  100% {
    transform: translateX(0px); } }
@keyframes slideLeft {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-380px); } }
/* Mobile Overlay */
#mobile_overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 0%;
  width: 0%;
  z-index: 40;
  transition: background 0.4s; }

#mobile_overlay.open {
  height: 100%;
  width: 100%;
  transition: transform 0.6s; }

#mobile_search_input::-webkit-input-placeholder {
  color: #fff; }

#mobile_search_input::-moz-placeholder {
  color: #fff; }

#mobile_search_input:-ms-input-placeholder {
  color: #fff; }

header {
  grid-area: header; }
  @media print {
    header {
      display: none; } }

#library_header ul[role=banner] {
  display: grid;
  grid-template-areas: "library uw account help giving search";
  grid-template-columns: 30fr 60px auto 55px 55px 1fr;
  list-style-type: none; }
  @media (max-width: 414px) {
    #library_header ul[role=banner] {
      grid-template-columns: auto;
      grid-template-areas: "library library library . . search" "uw account help giving . . "; } }
  #library_header ul[role=banner] a.drop_menu,
  #library_header ul[role=banner] a.drop_menu:visited {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    border-bottom: none;
    height: 40px;
    padding: 11px 20px 9px 8px;
    position: relative; }
    #library_header ul[role=banner] a.drop_menu svg.arrow,
    #library_header ul[role=banner] a.drop_menu:visited svg.arrow {
      width: 15px;
      height: 15px;
      fill: #F5F5F5;
      position: absolute;
      top: 12px;
      right: 5px; }
  #library_header ul[role=banner] a.lnk,
  #library_header ul[role=banner] a.lnk:visited {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    border-bottom: none;
    height: 40px;
    padding: 11px 10px;
    position: relative; }
  #library_header ul[role=banner] a.drop_menu:hover,
  #library_header ul[role=banner] a.drop_menu:focus,
  #library_header ul[role=banner] a.lnk:hover,
  #library_header ul[role=banner] a.lnk:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2); }
  #library_header ul[role=banner] .expand_nav {
    top: 25px;
    left: 0;
    min-width: 200px; }
    @media (max-width: 414px) {
      #library_header ul[role=banner] .expand_nav {
        left: 0px; } }
  @media (max-width: 414px) {
    #library_header ul[role=banner] .expand_nav:before {
      left: 20px; } }
  #library_header ul[role=banner] > li {
    position: relative; }
  #library_header ul[role=banner] #lws-uw {
    grid-area: uw; }
  #library_header ul[role=banner] #lws-giving {
    grid-area: giving; }
  #library_header ul[role=banner] #lws-account {
    grid-area: account; }
  #library_header ul[role=banner] #lws-help {
    grid-area: help; }
  #library_header ul[role=banner] #account_menu {
    display: grid;
    grid-template-areas: "signin signin" "library-account other-account" "admin-functions admin-functions" "signout signout";
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    left: -185px;
    width: 450px;
    overflow: hidden; }
    @media (max-width: 414px) {
      #library_header ul[role=banner] #account_menu {
        left: 0;
        display: block;
        width: 300px; } }
    #library_header ul[role=banner] #account_menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #library_header ul[role=banner] #account_menu li {
      border: none; }
    #library_header ul[role=banner] #account_menu .fines {
      background: #fdfce7;
      border: 1px solid #fff3ca;
      padding: 10px;
      border-radius: 10px; }
      #library_header ul[role=banner] #account_menu .fines a {
        width: auto;
        padding: 0;
        color: #0073CE; }
      #library_header ul[role=banner] #account_menu .fines a:hover,
      #library_header ul[role=banner] #account_menu .fines a:focus {
        background: none;
        color: #4AA9F4; }
      #library_header ul[role=banner] #account_menu .fines i {
        display: inline-flex;
        font-size: 20px;
        vertical-align: sub;
        color: #FF9800; }
    #library_header ul[role=banner] #account_menu #signin {
      grid-area: signin;
      padding: 10px 0;
      margin: 0 auto;
      position: relative; }
      #library_header ul[role=banner] #account_menu #signin .button {
        width: 250px;
        margin: 0 auto;
        color: #FFFFFF;
        text-align: center; }
      #library_header ul[role=banner] #account_menu #signin .button:hover,
      #library_header ul[role=banner] #account_menu #signin .button:focus {
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
        background: #0D8CF1; }
      #library_header ul[role=banner] #account_menu #signin .new {
        font-size: 14px;
        display: block;
        margin-top: 10px; }
        #library_header ul[role=banner] #account_menu #signin .new a {
          width: auto;
          padding: 0;
          color: #0073CE; }
        #library_header ul[role=banner] #account_menu #signin .new a:hover,
        #library_header ul[role=banner] #account_menu #signin .new a:focus {
          background: none;
          color: #4AA9F4; }
    #library_header ul[role=banner] #account_menu #signin.patron-nm {
      margin: 0 20px;
      font-size: 20px; }
      #library_header ul[role=banner] #account_menu #signin.patron-nm .lbl {
        font-weight: 700; }
      #library_header ul[role=banner] #account_menu #signin.patron-nm i {
        display: inline-flex;
        font-size: 28px;
        vertical-align: sub;
        color: #C5050C; }
    #library_header ul[role=banner] #account_menu #signin:after {
      content: "";
      background: #E0E0E0;
      height: 1px;
      position: absolute;
      left: -100px;
      right: -100px;
      bottom: 0; }
    #library_header ul[role=banner] #account_menu #signout {
      grid-area: signout;
      background: rgba(0, 0, 0, 0.02);
      border-top: 1px solid #E0E0E0; }
      #library_header ul[role=banner] #account_menu #signout i {
        display: inline-flex;
        line-height: 1.5;
        font-size: 20px;
        vertical-align: sub; }
    #library_header ul[role=banner] #account_menu #library-account {
      grid-area: library-account; }
    #library_header ul[role=banner] #account_menu #other-account {
      grid-area: other-account;
      border-left: 1px solid #E0E0E0; }
    #library_header ul[role=banner] #account_menu #library-account,
    #library_header ul[role=banner] #account_menu #other-account {
      padding: 15px;
      margin: 10px 0; }
      @media (max-width: 414px) {
        #library_header ul[role=banner] #account_menu #library-account,
        #library_header ul[role=banner] #account_menu #other-account {
          margin-top: 0;
          padding: 0 15px; } }
      #library_header ul[role=banner] #account_menu #library-account a,
      #library_header ul[role=banner] #account_menu #other-account a {
        padding: 10px; }
    #library_header ul[role=banner] #account_menu #admin-functions {
      grid-area: admin-functions;
      border-top: 1px solid #E0E0E0; }
    #library_header ul[role=banner] #account_menu h2 {
      margin: 0;
      padding: 10px;
      background: rgba(0, 0, 0, 0.02);
      font-size: 14px;
      text-transform: uppercase; }
  #library_header ul[role=banner] #account_menu:before {
    left: 50%; }
  #library_header ul[role=banner] #lws-search {
    grid-area: search; }
    #library_header ul[role=banner] #lws-search a.searchTrigger svg path {
      fill: inherit; }
    #library_header ul[role=banner] #lws-search a.searchTrigger use {
      fill: #FFFFFF; }
    #library_header ul[role=banner] #lws-search a.searchTrigger {
      height: 40px;
      padding: 0;
      width: 40px;
      display: block; }
      #library_header ul[role=banner] #lws-search a.searchTrigger i {
        color: #FFFFFF;
        font-size: 22px;
        position: absolute;
        top: 9px;
        right: 7px; }
      #library_header ul[role=banner] #lws-search a.searchTrigger svg {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 12px;
        right: 13px; }
  #library_header ul[role=banner] #lws-search a:before {
    content: " ";
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 25px;
    position: absolute;
    top: 7px;
    left: 0px; }
    @media (max-width: 414px) {
      #library_header ul[role=banner] #lws-search a:before {
        display: none; } }
  #library_header ul[role=banner] #lws-home {
    grid-area: library;
    padding: 0.5em;
    padding-left: 0em;
    line-height: 0; }
    #library_header ul[role=banner] #lws-home a {
      display: inline-block;
      align-items: center; }
    #library_header ul[role=banner] #lws-home svg {
      width: 90px;
      display: block; }
#library_header ul.submenu-hidden {
  display: none; }

#app_header {
  position: relative;
  z-index: 1; }

#menu {
  display: grid;
  grid-template-columns: 265px auto 85px;
  grid-gap: 10px; }
  @media (max-width: 1085px) {
    #menu {
      grid-template-columns: 45px auto; } }

.main_nav {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #F5F5F5; }
  .main_nav h1.primary_logo {
    padding: 0.5em;
    padding-left: 0;
    position: relative; }
    @media (max-width: 1085px) {
      .main_nav h1.primary_logo {
        padding-left: 0.5em; } }
    .main_nav h1.primary_logo a {
      display: block;
      line-height: 0; }
  @media (max-width: 1085px) {
    .main_nav {
      grid-template-columns: 1fr 26fr; } }
  .main_nav nav {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr; }
    .main_nav nav ul {
      display: grid;
      grid-template-columns: repeat(5, fit-content(40%));
      grid-gap: 10px;
      margin-right: 1em;
      justify-content: end; }
    @media (max-width: 1085px) {
      .main_nav nav {
        display: none; } }
  .main_nav h1 {
    margin: 0; }
  .main_nav h1 svg {
    height: 70px; }
  .main_nav #ask_logo {
    position: relative;
    background: rgba(0, 0, 0, 0.04);
    min-width: 85px;
    box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #E0E0E0; }
    .main_nav #ask_logo button {
      height: 100%;
      background: transparent; }
    .main_nav #ask_logo a {
      padding: 20px;
      display: block; }
    @media (max-width: 1085px) {
      .main_nav #ask_logo {
        display: none; } }
    .main_nav #ask_logo svg {
      display: block;
      width: 45px; }
  .main_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
  .main_nav li a, .main_nav li .active {
    padding: 10px 7px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #404040;
    font-weight: 600;
    font-family: "azo-sans-web", sans-serif;
    display: block;
    position: relative;
    transition: all .3s; }
  .main_nav li a:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #0D8CF1;
    height: 3px;
    transition: all .3s; }
  .main_nav li a:hover:after,
  .main_nav li a.active:after {
    width: 100%; }

button.ask_close {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 21;
  width: 20px;
  height: 20px;
  background: none;
  box-shadow: none;
  padding: 0px;
  color: #404040; }

.menu_ask.askvisible button.ask_close {
  display: block; }

.menu_ask .ask_card {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80%;
  max-width: 400px;
  bottom: 0px;
  z-index: 20;
  transform: translate(450px, 0px);
  background: #FFFFFF;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  overflow: scroll; }

.menu_ask .menuaskbg {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 18;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.4s opacity; }

.menu_ask.askvisible .ask_card {
  transform: translate(0px, 0px); }

.menu_ask.askvisible .menuaskbg {
  opacity: 1;
  pointer-events: auto; }

.ask_card {
  border-top: 1px solid #E0E0E0;
  padding: 0; }
  .ask_card h1 {
    background: #F5F5F5;
    border-bottom: 1px solid #E0E0E0;
    padding: 20px; }
  .ask_card h1 svg {
    display: block;
    margin: auto;
    max-width: 250px; }
  .ask_card .chat_options {
    padding: 20px; }
    .ask_card .chat_options button {
      padding: 7px 15px;
      height: auto;
      display: block;
      font-size: 18px;
      width: 100%; }
      .ask_card .chat_options button i {
        transform: scaleX(-1);
        display: inline-flex;
        position: relative;
        top: 4px;
        font-size: 20px; }
    .ask_card .chat_options button:disabled {
      background-color: #F5F5F5;
      color: #ACACAC; }
    .ask_card .chat_options button:disabled:hover,
    .ask_card .chat_options button:disabled:focus {
      box-shadow: none;
      cursor: default; }
    .ask_card .chat_options .accordion {
      margin: 0; }
      .ask_card .chat_options .accordion ul {
        margin: 0;
        padding: 15px;
        background: rgba(0, 0, 0, 0.02); }
        .ask_card .chat_options .accordion ul li {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 10px;
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #E0E0E0; }
          .ask_card .chat_options .accordion ul li a {
            align-self: center;
            font-size: 14px; }
      .ask_card .chat_options .accordion button {
        font-size: 14px; }
    .ask_card .chat_options .library-desc {
      font-size: 14px;
      display: block; }
    .ask_card .chat_options h2 {
      margin: 0;
      padding: 0;
      border-bottom: none; }
      .ask_card .chat_options h2 a {
        color: #0073CE; }
    .ask_card .chat_options .more_chat {
      padding-top: 15px;
      display: inline-flex;
      font-size: 14px; }
      .ask_card .chat_options .more_chat i {
        font-size: 16px;
        position: relative;
        top: 3px;
        color: #0073CE;
        transform: rotate(180deg); }
    .ask_card .chat_options .more_chat.accordion_expanded i {
      transform: rotate(0deg); }
  .ask_card .ask_additional,
  .ask_card .ask_options {
    border-top: 1px solid #E0E0E0;
    padding: 20px 0px 0px;
    list-style: none;
    margin: 20px 0px 0px; }
    .ask_card .ask_additional li,
    .ask_card .ask_options li {
      margin-bottom: 10px; }
  .ask_card .ask_options li a {
    display: grid;
    grid-template-columns: 20px auto;
    grid-gap: 10px; }
    .ask_card .ask_options li a i {
      color: #ACACAC; }

.search_results_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  visibility: hidden;
  will-change: opacity, transition; }

.search_results_overlay.visible {
  visibility: visible;
  opacity: 1; }

.search_ui {
  position: fixed;
  visibility: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
  background: #FFFFFF;
  transform: translateY(-100%);
  min-height: 1%;
  transition: 0.4s cubic-bezier(0, 0.875, 0.455, 1.16);
  margin: 0 auto;
  padding: 1em 0em; }
  .search_ui h1 {
    margin: 10px 0px; }
  .search_ui h1:before {
    background-color: #C5050C;
    height: 5px;
    width: 1em;
    content: "";
    position: absolute;
    top: -5px; }
  .search_ui form {
    display: grid;
    grid-template-columns: auto 50px;
    grid-gap: 1em;
    margin-bottom: 2em; }
    @media (max-width: 414px) {
      .search_ui form {
        grid-template-columns: 1fr; } }
  .search_ui button[type="submit"] {
    padding: 10px; }
  .search_ui .search_field {
    font-size: 1.2em; }
  .search_ui .search_close {
    background: none;
    color: #848484;
    position: absolute;
    right: 15px;
    top: 0px;
    box-shadow: none; }

.visible {
  visibility: visible;
  transform: translateY(0px); }

#page.blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: inherit; }

footer {
  background-color: #404040;
  color: #FFFFFF;
  grid-area: footer;
  padding: 2em 0; }
  @media print {
    footer {
      display: none; } }
  footer .max_width {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    grid-gap: 10px; }
    @media (max-width: 768px) {
      footer .max_width {
        display: block; } }
  footer .library_footer {
    display: grid;
    grid-template-areas: "contact social" "second_footer second_footer";
    align-items: baseline; }
    @media (max-width: 768px) {
      footer .library_footer {
        grid-template-areas: "contact" "social" "second_footer"; } }
  footer a, footer a:visited {
    color: #FFFFFF;
    text-decoration: none; }
  footer a:hover,
  footer a:focus {
    color: rgba(255, 255, 255, 0.8); }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
    footer ul li {
      display: inline-block; }
  footer svg {
    width: 30px;
    height: 30px;
    margin-right: 1em; }
  footer .blue {
    color: #6DBAF6; }
  footer .wisc_logo svg {
    display: block;
    height: auto;
    width: 80px;
    opacity: 0.8; }
    @media (max-width: 768px) {
      footer .wisc_logo svg {
        margin-bottom: 1em; } }
  footer .contact {
    grid-area: contact;
    padding-bottom: 1em; }
    footer .contact a:first-child {
      margin-right: 1em; }
    footer .contact a,
    footer .contact span {
      font-family: "azo-sans-web", sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      position: relative;
      letter-spacing: 1px; }
    footer .contact a:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #6DBAF6;
      position: absolute;
      bottom: -8px;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s;
      transform: translateY(10px); }
    footer .contact a:hover::after,
    footer .contact a:focus::after {
      opacity: 1;
      transform: translateY(0px); }
    footer .contact li:last-child {
      margin-left: 10px; }
      @media (max-width: 414px) {
        footer .contact li:last-child {
          margin-left: 0; } }
    footer .contact li:first-child:after {
      content: "";
      background: rgba(255, 255, 255, 0.6);
      width: 1px;
      height: 25px;
      position: absolute; }
      @media (max-width: 414px) {
        footer .contact li:first-child:after {
          display: none; } }
  footer .social {
    grid-area: social;
    align-items: center;
    justify-self: end;
    padding-bottom: 1em; }
    @media (max-width: 768px) {
      footer .social {
        justify-self: start; } }
  footer .more {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    vertical-align: top;
    padding-top: 5px; }
  footer .second_footer {
    grid-area: second_footer;
    display: grid;
    grid-template-columns: auto auto;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1em;
    align-items: baseline; }
    @media (max-width: 1085px) {
      footer .second_footer {
        display: block; } }
    footer .second_footer li {
      display: block;
      padding: 0.5em 0em;
      position: relative; }
    footer .second_footer li.bullet:before {
      content: "\2022";
      position: absolute;
      display: block;
      right: 10px; }
      @media (max-width: 768px) {
        footer .second_footer li.bullet:before {
          display: none; } }
    footer .second_footer .uw {
      justify-content: right;
      display: grid;
      grid-template-columns: 220px auto; }
      @media (max-width: 1085px) {
        footer .second_footer .uw {
          justify-content: left; } }
      @media (max-width: 768px) {
        footer .second_footer .uw {
          display: block; } }
    footer .second_footer .library {
      display: grid;
      grid-template-columns: 110px 165px 75px; }
      @media (max-width: 768px) {
        footer .second_footer .library {
          display: block; } }

.wisc #library_header {
  background-color: #C5050C; }

.ml header {
  background: #ffbd00; }
.ml header h1 {
  padding: 2rem 0;
  margin: 0; }
  .ml header h1 a {
    color: #231F20; }
.ml .spacer {
  width: 100%;
  display: block;
  height: 20px;
  background: #231F20; }

.plt header {
  background: rgba(0, 19, 34, 0.9); }
  .plt header img {
    display: inline-block;
    padding: 2rem 0;
    vertical-align: middle; }
.plt header h1 {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  padding-left: 1em; }
  .plt header h1 a {
    color: #FFFFFF; }
