@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, p {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
	color: #4b2e83;
  font-weight: bold;
}

h1 {
	font-size: 37px;
  padding-top: 1rem;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
  color: black;
}

h5 {
	font-size: 18px;
	color: black;
}

h6 {
	font-size: 17px;
	color: black;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
	color: inherit;
	font-size: inherit;
}

code { color: #d1387e; }


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a, a:visited {
	color: #1a62c7;
}

a:hover, a:focus, a:active {
	color: #85754d;
}

a:focus {
	outline: 2px solid #4b2e83;
}

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

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background: #4b2e83;
    border: none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: .5em;
    display: inline;
    margin: 1em 10px 1em 0;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #85754d;
    color: #fff;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    background: #85754d;
    color: #fff;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #666;
    padding: 3px;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

input[type="reset"] {
  background-color: #ccc;
  color: #000;
}

legend {font-size: 17px; font-weight: bold;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Header container */
#masthead {
  background-image: url(bg-header.png);
  background-position: 100%;
  background-size: cover;
  min-height: 70px;
  padding: 10px !important;
}

/* Navbar layout */
#masthead div.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px;
  min-height: 50px;
  width: auto;
}

/* Brand spacing */
#masthead div.navbar .site-branding {
  margin-left: 0;
}

/* Logo sizing */
#masthead .navbar-brand .logo img {
  height: 50px;
}

@media (max-width: 767.98px) {
  #masthead .navbar-brand .logo img {
    height: 30px;
    margin-left: 10px;
  }
}

/* Ask Us container */
#ask-us ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

/* Ask Us button */
#ask-us .btn-ask-us a {
  background-color: #85754d;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5 12.034v1.55l-.255 1.551c-2.013 8.516-12.477 12.137-20.313 9.033l-7.064 3.479h-.056l1.787-7.115C2.171 18.895 1.131 16.99.705 14.86L.51 13.363c.022-.437-.03-.893 0-1.329C.946 5.727 6.763 1.205 12.889.471c7.604-.912 15.821 3.557 16.558 11.475l.053.088Zm-4.663-6.126C19.342.358 8.853.77 4.144 7.09c-3.07 4.121-2.35 9.479 1.335 12.951l-1.12 4.45 4.507-2.159c4.232 1.826 9.287 1.711 13.31-.6 5.992-3.44 7.707-10.726 2.66-15.823Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position-x: 15px;
  background-position-y: center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  font-family: "Encode Sans Compressed", "Open Sans", sans-serif;
  font-weight: 600;
  height: 42px;
  line-height: 1;
  padding: 10px 1rem 10px 57px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all .2s ease-in-out;
}

#ask-us .btn-ask-us a:hover {
  background-color: #65593a;
}

@media (max-width: 991.98px) {
  #ask-us .btn-ask-us a {
    background-position-x: 8px;
    background-size: 29px;
    padding: 10px 8px 10px 44px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#lib-footer {
    margin: 1rem 0;
    padding: 2em 0;
    font-size: 13px;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    color: #32006e;
    text-align: center;
    border-top: 1px solid #ccc;
}

#lib-footer a { color: #32006e; }

#lib-footer li {
    display: inline-block;
    padding: 0 3px;
    margin: 0;
}

#lib-footer li::after {
    content: " | ";
}

#lib-footer li:last-child::after {
    content: none;
}

/*--------------------------------------------------------------
# Side Nav
--------------------------------------------------------------*/
#sidenav #nav-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    border: 0;
}

/* Nav pill overrides for UW colors */
#sidenav .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #e8e3d3;
    color: #32006e;
    font-weight: bold;
    padding: 4px 15px;
    margin: 0 15px 2px 0;
    text-decoration: none;
}

#sidenav .nav-link:hover {
    background-color: #85754d;
    color: #fff;
    border-color: transparent;
}

#sidenav .nav-link.active {
    background-color: #85754d;
    color: #fff;
    border-color: transparent;
    font-weight: bold;
}