/* colors */
/* fonts */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}

.warning {
  color: red;
  border-color: #c80000 !important;
}

/* mixins */
/* flexbox specs */
/*=========================================================
ACCESSIBILITY
=========================================================*/
/*:focus {
    outline: none;
    box-shadow: 0 0 0 .3em #c62026;
    border-radius: .025em;
    padding:.25em;
    background-color:rgba(255,255,255,.6);
    z-index: 9999}*/
/* Skip Main Navigation*/
/* SRC: https://accessibility.oit.ncsu.edu/it-accessibility-at-nc-state/developers/accessibility-handbook/mouse-and-keyboard-events/skip-to-main-content/ */
/* 3Arts added an accessibility link to the tracitional "Skip Nav" suggestion. */
a.skip {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip:focus,
a.skip:active {
  /* BUG not centered on all screen sizes */
  /* EXTRA some easing CSS animations */
  background-color: #fafafa;
  left: auto;
  top: 0.25em;
  width: 100%;
  height: 2em;
  overflow: auto;
  margin: 0 auto;
  padding: 4em 0;
  box-sizing: border-box;
  border: 0.25em solid #c62026;
  text-align: center;
  font-size: 1.2em;
  z-index: 999999999999;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*=========================================================
SITE
=========================================================*/
/*body,html{
  background-color:#FFF;
  font-family:Helvetica;
  font-size: 100.1%;
  margin: 0px auto;
  height: 100%;
}
*/
html,
body {
  height: 100%;
  position: relative;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  margin: 0 auto;
  margin: 0 auto;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
}

.content {
  flex: 1 0 auto;
}

a:link {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #c62026;
}

a:visited {
  color: #333;
  text-decoration-color: #830008;
}

a:hover {
  color: #C80000;
}

#container {
  position: relative;
  min-height: 100%;
}

#content {
  max-width: 1500px;
  margin: 0px auto;
  padding: 175px 25px 0px 25px;
  font-family: "Source Sans Pro", sans-serif;
  min-height: 100vh;
  /* will cover the 100% of viewport */
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 100px;
  /* height of your footer */
}
#content h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
}

.content-body {
  padding: 0 25px;
}

.required {
  font-weight: bold;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

img {
  border: 0;
}

hr {
  border-width: 1px 0px 0px 0px;
}

h2,
h1,
h3,
h4 {
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  font-style: bold;
  font-weight: 800;
}

/*h1{
    font-size: 17px;
}
h2{
    margin: 0px;
    text-align: center;
}
h3{
    font-size: 17px;
    margin: 0px;
    text-align: center;
}
h4{
    font-size: 15px;
    font-weight: normal;
    margin:0px;
    text-align: center;
}*/
.flashOBJ {
  position: relative;
  z-index: 1;
}

.maingrid {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-auto-rows: minmax(min-content, max-content);
  overflow: hidden;
  /*BUG: want to show circle image below nav on awards page*/
}

main {
  /*padding:0 2em;*/
  display: block;
  position: relative;
  z-index: 99;
}

.button {
  text-transform: uppercase;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  padding: 3px 10px 3px 10px;
  float: left;
  margin-top: 10px;
  min-width: 80px;
  text-align: center;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0 2px 2px #56524d;
  -moz-box-shadow: 0 2px 2px #56524d;
  box-shadow: 0 2px 2px #56524d;
}

a.button:hover {
  background-color: #56524d !important;
  color: #FFF;
  -webkit-box-shadow: 0 1px 2px #830008;
  -moz-box-shadow: 0 1px 2px #830008;
  box-shadow: 0 1px 2px #830008;
  transition: ease-in-out 0.3s;
}

.simplebutton.basic {
  border: 2px solid #56524d;
  background-color: none !important;
  transition: ease-in-out 0.3s;
}

.simplebutton.primary {
  border: 2px solid #830008;
  background-color: #ede8e9 !important;
  transition: ease-in-out 0.3s;
}

.simplebutton {
  border-radius: 8px;
  padding: 10px 20px;
  display: block;
  text-align: center;
  letter-spacing: 0.01em;
  width: 300px;
  transition: ease-in-out 0.3s;
}

a.simplebutton {
  text-decoration-line: none;
}

a.simplebutton:hover {
  border: 2px solid #474f49;
  background-color: #daf4e2 !important;
  color: #474f49;
  letter-spacing: 0.018em;
  transition: ease-in-out 0.3s;
}

a.simplebutton.basic:hover {
  border: 2px solid #474f49;
  background-color: #ede8e9 !important;
  color: #474f49;
  letter-spacing: 0.018em;
  transition: ease-in-out 0.3s;
}

.forgotpass {
  width: 340px;
  font-size: 0.75em;
  padding: 12px 0px;
  text-align: right;
}

h2.loginhead {
  font-family: "Poly";
  font-style: italic;
  font-weight: normal;
  color: #28281f;
  font-size: 1.4em;
}

#logo {
  margin-top: 15px;
  margin-left: 15px;
  position: relative;
  z-index: 99;
  background-color: #FFF;
  border-radius: 250px;
  width: 350px;
  height: 350px;
  top: -180px;
  left: -65px;
  position: absolute;
}
#logo img {
  padding-top: 220px;
  padding-left: 75px;
  height: 75px;
  z-index: 99999;
}

#tagline {
  margin-left: 70px;
  color: #830008;
  z-index: 999;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  padding-left: 32px;
  padding-top: 10px;
  z-index: 9999;
  -webkit-animation: fadeintag 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeintag 2s;
  /* Firefox < 16 */
  -ms-animation: fadeintag 2s;
  /* Internet Explorer */
  -o-animation: fadeintag 2s;
  /* Opera < 12.1 */
  animation: fadeintag 2s;
}

#screen {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 500;
}

.popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
}

.col-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.col-subtitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.minor-col-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.block {
  margin: 10px 5px 10px 5px;
}

.social {
  width: 260px;
}

/* header */
/*#navcontainer{
  display: flex;
  z-index: 99999;
  align-items: flex-end;

}*/
#navcontainer2 {
  display: flex;
  z-index: 99999;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1920px;
}

/*#menu-items{display: contents;}*/
.logo {
  z-index: 999999999;
  width: 16em;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  height: 16em;
  font-weight: 5;
  line-height: 2em;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50%;
  margin-top: -6.5em;
}

.logo img {
  width: 12em;
  padding-top: 8em;
}

#programs,
.programs-bg {
  margin-top: 1em;
  display: contents;
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}

#programs {
  z-index: 99;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
}

.programs-bg {
  margin-top: 0;
  z-index: 98;
}

.prog-menu:focus {
  border: 0.5em solid #c62026;
  box-sizing: border-box;
  line-height: 7em;
}

a.prog-menu {
  text-decoration: none;
  color: #FFF;
}

.prog-menu,
.prog-bg {
  width: 8em;
  height: 8em;
  line-height: 8em;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background: #000;
  z-index: 666;
  transition: all 0.25s ease-in-out;
  box-shadow: 0em 0.25em 1em rgba(255, 255, 255, 0.2);
  justify-self: center;
  margin-top: -1em;
}

.prog-bg {
  width: 8em;
  background-position: center;
  z-index: 665;
  margin-top: -1em;
}

.prog-menu:hover + .prog-bg {
  width: 10em;
  height: 10em;
  margin-top: -2em;
  transform: rotate(15deg);
}

.awards {
  grid-row: 1;
  grid-column: 1;
}

.projects {
  grid-row: 1;
  grid-column: 2;
}

.residencies {
  grid-row: 1;
  grid-column: 3;
}

a.sub-tab {
  color: #000;
  text-decoration: none;
}

a.sub-tab:hover {
  color: #000;
  text-decoration: none;
  background-color: white;
  border-bottom: 0.25em solid #000;
}

.sub-news {
  grid-column: 6/span 3;
  grid-row: 1/1;
  background-color: #990000;
  border-left: 0.5em solid #c62026;
  padding: 0.35em 0.5em;
  overflow: hidden;
}

.sub-news a {
  color: #FFF;
  text-decoration: none;
}

.sub-about {
  grid-column: 6;
}

.sub-resources {
  grid-column: 7;
}

.sub-accessibility {
  grid-column: 8;
}

.sub-support {
  grid-column: 9;
}

.sub-login {
  font-size: 0.85em;
  grid-column: 9;
  grid-row: 1;
  background-color: #000;
  border: 0.25em solid #000;
  text-align: center;
  margin-left: 0.25em;
  padding-top: 0.25em;
}

.sub-login li {
  list-style: none;
}

a.sub-login {
  color: #FFF;
  text-decoration: none;
}

a.sub-login:hover {
  color: #000;
  background-color: #FFF;
  border: 0.25em solid #000;
}

/*login*/
.nav-login {
  width: max-content;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 0.85em;
  padding: 0;
  background-color: salmon;
  z-index: 50;
  border-radius: 0.5em;
  /* traget the account email address anchor */
}
.nav-login .nav-anchor {
  width: 100%;
  display: block;
}
.nav-login a {
  text-decoration: none;
  margin: 0 auto;
}
.nav-login ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.nav-login li {
  color: #fff;
  width: 100%;
  background: #000;
  display: block;
  text-decoration: none;
  transition-duration: 0.5s;
}
.nav-login li a {
  color: #fff;
  display: block;
  padding: 0.5em 1.5em;
}
.nav-login li:hover, .nav-login li:focus-within {
  background: #990000;
  cursor: pointer;
}
.nav-login li:focus-within a {
  outline: none;
}
.nav-login li ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  display: none;
}
.nav-login li ul li {
  clear: both;
  width: 100%;
}
.nav-login li:hover > ul,
.nav-login li:focus-within > ul,
.nav-login li ul:hover,
.nav-login li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

/*end login*/
form.site-search {
  /*  grid-row:2;
  grid-column: 6   / span 4;
  width: 100%;
  display: flex;
  margin-top: .5em;*/
}

.headersearch {
  z-index: 999999999;
  width: 16em;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  height: 16em;
  font-weight: 5;
  line-height: 2em;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50%;
  margin-top: -6.5em;
  border: 1px solid rgba(50, 50, 50, 0.25);
  padding: 0.5em 1.5em;
  box-sizing: border-box;
}

.searchbutton {
  font-size: 0.75em;
  position: relative;
  padding: 0.5em 1.5em;
  left: 0;
  border: 0.25em solid #990000;
  background-color: #990000;
  color: #fafafa;
  width: 25%;
  height: 100%;
  box-sizing: border-box;
}

.searchbutton:hover {
  background-color: #fafafa;
  color: #990000;
  cursor: pointer;
}

.site {
  display: flex;
  grid-row: 3;
  grid-column: 6/span 4;
  justify-content: space-between;
  font-size: 0.85em;
  margin-top: 0.75em;
}

.site a {
  padding: 0.5em 2em;
  /*background:rgba(0, 0, 0, 0.1);*/
  border-bottom: 0.25em solid rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  width: 100%;
  /*border-radius: .25em;*/
  /*box-shadow: 0 .25em 1em rgba(0,0,0,0.1);*/
}
.site a.active {
  border-color: #c80000;
}

#tertiary-nav {
  background: rgba(0, 0, 0, 0.1);
}

/*HEADER 3.0*/
.toppage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  z-index: 9999 !important;
  background-color: #830008;
  position: relative;
  padding-left: 0.5em;
}
.toppage .latest {
  grid-column: 1/span 2;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.toppage a:link,
.toppage a:visited {
  color: #FFF;
  text-decoration: none;
}
.toppage .letestcircle {
  background: #c80000;
  width: 0.75em;
  height: 0.75em;
  margin-top: 0.25em;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.25em 0 0;
}
.toppage .topnav {
  grid-column: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.toppage .topnav a:link,
.toppage .topnav a:visited {
  color: #FFF;
  text-decoration: none;
  height: 100%;
  flex-grow: 1;
  text-align: center;
  line-height: 3em;
}
.toppage .topnav a:hover {
  background-color: #c62026;
}
.toppage .mobilenav {
  display: none;
  text-align: center;
  line-height: 3em;
  height: 100%;
  width: 4em;
  color: #FFF;
  background-color: #c62026;
  position: absolute;
  right: 0;
}

#mobilemenu {
  display: none;
  position: relative;
  z-index: 998;
  background-color: #000;
  height: 100%;
  top: -11em;
  padding: 2em;
}

.mobiletopnav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 3em;
}
.mobiletopnav a:link,
.mobiletopnav a:visited {
  color: #FFF;
  border-bottom: 0.25em solid #252525;
  text-decoration: none;
}
.mobiletopnav a:hover {
  border-bottom: 0.25em solid #830008;
}

.mobileprogramnav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.mobileprogramnav a:link {
  width: 6em;
  height: 6em;
  line-height: 6em;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #FFF;
  border-radius: 50%;
  text-decoration: none;
}

.mainnav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  align-self: center;
  margin-top: -4em;
  position: relative;
  z-index: 999;
}
.mainnav .mainnavside {
  display: flex;
  align-items: flex-end;
  background-color: #FFF;
  margin: 0 auto;
  margin-top: -3em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
}
.mainnav .orglogo img {
  height: 5em;
  margin: 0 auto;
}
.mainnav .orglogo a:link,
.mainnav .orglogo a:visited {
  height: 5em;
  padding: 0;
  margin: 0 auto;
}
.mainnav .orglogo .logotag {
  padding-bottom: 3em;
}
.mainnav .orglogo .logotag .tagline {
  margin: 0 auto;
  display: block;
  font-weight: 4;
  letter-spacing: 0.065em;
}
.mainnav .programnav {
  display: flex;
  position: relative;
  padding-bottom: 2em;
  flex-direction: row;
  justify-content: space-around;
}
.mainnav .programnav .proglink {
  display: block;
  height: 8em;
  width: 8em;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0em 0.25em 1em rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  text-align: center;
  line-height: 8em;
  color: #FFF;
  text-decoration: none;
}
.mainnav .programnav .proglink .disnav {
  padding-top: 2.5em;
  line-height: 1.5em;
}
.mainnav .programnav .proglink:hover {
  height: 6em;
  width: 6em;
  border-radius: 50%;
  line-height: 6em;
  margin-top: 1em;
}
.mainnav .programnav .proglink:hover .disnav {
  padding-top: 1.5em;
  line-height: 1.5em;
}
.mainnav .programnav .prognavbg {
  height: 8em;
  width: 8em;
  border-radius: 50%;
  background-size: 1080px 720px;
  background-origin: center;
}
.mainnav .programnav .prognavbg:hover {
  background-size: 1920px 1080px;
}

.searchnav form {
  display: flex;
  height: 2em;
  align-self: flex-end;
  margin-bottom: 5em;
}

.search__container {
  padding-top: 64px;
}
.search__title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #ff8b88;
}
.search__input {
  width: 100%;
  padding: 12px 24px;
  background-color: transparent;
  transition: transform 250ms ease-in-out;
  font-size: 14px;
  line-height: 18px;
  color: #575756;
  background-color: transparent;
  /*         background-image: url(http://mihaeltomic.com/codepen/input-search/ic_search_black_24px.svg); */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border-radius: 50px;
  border: 1px solid #575756;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.search__input::placeholder {
  color: color(#575756 a(0.8));
}
.search__input:hover, .search__input:focus {
  padding: 12px 0;
  outline: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #575756;
  border-radius: 0;
  background-position: 100% center;
}

/*  .searchnavmin{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    width:2em;
    height:2em;
    background-color: #FFF;
    visibility: hidden;
    grid-column: 3;
    border-radius: 50%;
    margin:0 auto;
    position: relative;
    top:4em;
  }

@media all and (max-width: 950px) {
  .searchnav{
    visibility: hidden;
  }
  .searchnavmin{
    visibility: visible;
  }
  .mainnav{
    grid-template-columns: 1fr 1fr 4em;
  }
}*/
/*END HEADER 3.0*/
button.menu-toggle,
input[type=button] {
  border: none;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 6em;
  height: 6em;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  padding: 1.5em;
  margin: 2em;
}

button.menu-toggle:focus {
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

button.menu-toggle {
  grid-column: 4;
  grid-row: 2;
  z-index: 999999;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  position: relative;
}

.icon-menu-toggle {
  width: 2em;
  height: 2em;
  top: 0;
}

.icon-menu-toggle svg {
  fill: #FFF;
}

.icon-menu-toggle:focus {
  outline: auto;
  /* Reset the default */
  box-shadow: 0 0 0 0.3em #c62026;
  border-radius: auto;
  padding: auto;
  background-color: auto;
  z-index: 9999;
}

/* Animate menu icon (lines). */
.svg-menu-toggle .line {
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transform-origin: 1em 1em;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.svg-menu-toggle .line-1 {
  transform-origin: 1em 3em;
}

.svg-menu-toggle .line-3 {
  transform-origin: 1em 6em;
}

.menu-toggle.opened .svg-menu-toggle .line-1 {
  transform: rotate(45deg) translateY(0) translateX(0);
}

.menu-toggle.opened .svg-menu-toggle .line-2 {
  opacity: 0;
}

.menu-toggle.opened .svg-menu-toggle .line-3 {
  transform: rotate(-45deg) translateY(0em) translateX(0em);
}

p.mission {
  grid-column: 2/span 4;
  display: inline-block;
  font-size: 1.5em;
  font-family: source-sans-pro, sans-serif;
  font-weight: 500;
  color: #FFF;
  padding-bottom: 1em;
  text-align: center;
}

.madeby {
  width: 50vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}

.foot-contact {
  grid-column: 1/span 6;
  width: 100%;
  text-align: center;
  padding-bottom: 1.5em;
}
.foot-contact a {
  color: #FFF;
}
.foot-contact a:hover {
  text-decoration-color: #000;
}

.madeby img {
  width: 2em;
}

.search-practice,
.search-award,
.search-artistname {
  display: block;
  text-align: center;
}

.search-practice {
  font-weight: bold;
  text-transform: uppercase;
}

/*#top-bar{
    font-family:$source-sans;
    background-color:$dark-red;
    color:#FFF;
    font-size:16px;
    position:relative;
    z-index:999;

    #ticker {
        color:$eggshell;
        height: 45px;
        overflow: hidden;
        .key {
            display:inline-block;
            background-color:$bright-red;
            color:#FFF;
            padding:12px 12px 12px 12px;
            text-transform:uppercase;
            margin-right:12px;
            // width:88px;
        }
        a.keyref:hover{
          color:#830008;
        }
        a {
            color:$eggshell;

            &:hover {
                color:$bright-red;
            }
        }
    }
}*/
/*nav {
    @extend .clearfix;

    z-index:950;
    position:absolute;
    right:0;
    width:68%;

    #meta{
        text-align:right;
        height:42px;
        line-height:42px;
        font-size:0.8em;
        background-color:$mid-grey;

        #top-nav{
            @include flexbox();

            -webkit-justify-content:space-around;
            -ms-flex-pack:justify;
            justify-content:space-around;

            width:100%;

            float:right;
            margin:0;
            padding:0 0 0 0px;
            font-family:$source-sans;

            li {
                float:left;
                list-style-type: none;
                margin: 0;
                text-align: right;

                a {
                    font-size:.95em;
                    font-weight:normal;
                    text-decoration:none;
                    color:#CCC;
                    text-transform:uppercase;
                    text-decoration: none;
                    letter-spacing: 0.2em;

                    &.active {
                        color:#FFF;
                        border-bottom: 0.4em solid #C80000;
                    }

                    &:hover {
                        color:#FFF;
                        border-bottom: 0.4em solid #C80000;
                    }
                }
            }
        }
    }

    #primary-links {
        width:100%;
        margin:0;
        padding:0;
        font-family:$poly;
        font-style:italic;
        position:relative;
        z-index:999;

        @include flexbox();

        li {
            @include transition(background-color .5s);

            list-style-type: none;
            height:115px;
            width:33.33%;
            font-size:30px;
            background-color:$half-dawn;
            color:$mid-grey;

            a {
                @include transition(color .5s);
                @include flexbox();

                -webkit-justify-content:center;
                -ms-flex-pack: center;
                justify-content:center;

                -webkit-align-items:center;
                -ms-flex-align: center;
                align-items:center;

                width:100%;
                height:100%;
            }

            &:hover {
                background-color:$eggshell;
            }

            &:nth-child(2) {
                margin: 0 1px;
                position:relative;
            }

            .active-project-count {
                @include flexbox();

                -webkit-justify-content:center;
                -ms-flex-pack: center;
                justify-content:center;

                -webkit-align-items:center;
                -ms-flex-align: center;
                align-items:center;

                position:absolute;
                font-size:12px;
                font-family:$source-sans;
                font-style:normal;
                background-color:$bright-red;
                color:#FFF;
                width:20px;
                height:20px;
                top:10%;
                right:10%;
                border-radius:50%;
            }
        }
    }
}*/
/*header{
    width: 100%;
    height: 6.8em;
    z-index: 90;
    background-color:#fff;
    float:left;

    #nav {
        font-size:1.2em;
        letter-spacing: 0.1em;
        padding:0 0 0 12em;
        margin: 30px 0 0 0;
        float:right;
        width: 750px;

        li {
            height: 80px;
            float:left;
            position:relative;
            list-style-type:none;

            &.active {
                background-color:#C80000;

                a {
                    color:#FFF;
                }
            }

            a {
                float:left;
            }

            .head-subnav{
                display: none;
                width: 240px;

                a:first-child{
                    border: solid 1px #A40E0F;
                    border-width: 0px 0px 0px 0px;
                }

                a {
                    width: 120px;
                    height: 30px;
                    text-align:center;
                    background-color: #a40e0f;
                    text-transform: uppercase;
                    font-size: 11px;
                    line-height: 30px;
                    color:#FFF;

                    &:hover {
                         background-color: #7f0504;
                    }
                    &.active {
                        color:#FFF;
                    }
                }
            }


            .main {
                width: 240px;
                height: 50px;
                position:relative;
                margin-left: -1px;

                border-left:1em;
                border-left-style:dotted;
                border-width:.08em;
                border-color:#666;

                a {
                    width: 240px;
                    margin-top: 20px;
                    text-align:center;
                    text-transform:uppercase;
                    font-size: 23px;

                }
            }
        }
    }

}*/
.tixlink {
  color: #FFF !important;
  text-decoration: none;
}

.tixlink:hover {
  color: #FFF !important;
  text-decoration: underline;
}

.header-img {
  padding-left: 2em;
  padding-top: 1.25em;
  position: absolute;
}

/* footer */
.footer-spacer {
  height: 100px;
}

/* footer */
footer {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 0.5fr;
  background-color: #830008;
  position: relative;
  bottom: 0;
  width: 100%;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover {
  text-decoration: none !important;
}

.foot-buttons {
  grid-column: 2/span 4;
  grid-row: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 2em;
}
.foot-buttons a,
.foot-buttons a:link,
.foot-buttons a:visited,
.foot-buttons a:hover {
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 0.25em;
  display: inline-block;
  padding: 0.5em;
  margin: 0.25em;
  text-decoration: none !important;
}

.footlogocont {
  grid-column: 2/span 4;
  justify-self: center;
  background-color: #FFF;
  border-radius: 50%;
  padding: 2em;
  margin-top: 1em;
}

.footlogo {
  justify-content: center;
  grid-row: 1;
  width: 12em;
  height: 12em;
}

.studiothread {
  grid-column: 1/span 6;
  display: flex;
  text-align: center;
  display: block;
  width: 100%;
  padding: 1em 0;
  margin: 0 auto;
  color: #FFF;
  background-color: #000;
  font-size: 0.75em;
  font-weight: 200;
}

/* sub-header */
#sub-header {
  color: #C80000;
  margin-top: 15px;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 0;
}

#content-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
#content-head h1 {
  margin-right: 25px;
}

.sub-nav {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sub-nav li {
  list-style-type: none;
}
.sub-nav li:not(:last-child) {
  margin-right: 1px;
}
.sub-nav li a {
  display: block;
  font-size: 12px;
  color: #28281f;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "Source Sans Pro", sans-serif;
  padding: 15px;
}
.sub-nav li a:hover {
  color: #FFF;
  background-color: #c62026;
  transition: all 0.25s;
}
.sub-nav li a.active {
  color: #FFF;
  background-color: #830008;
  font-weight: bold;
}
.sub-nav .ui-state-active > a {
  color: #FFF !important;
  background-color: #C80000 !important;
}

/*awards page*/
/* homepage */
#project-slider {
  height: 300px;
  position: relative;
  margin-left: 20px;
}

#project-slider li {
  height: 267px;
  width: 350px;
  /*    margin-top: -15px !important;*/
  border-bottom: solid 1px #ccc;
}

#projects {
  background-color: #fff;
  width: 400px;
  z-index: 200;
  position: relative;
  float: right;
  height: 553px;
  overflow: hidden;
}

#artists {
  z-index: 200;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#bg {
  position: absolute;
  top: 44px;
  left: 0px;
  width: 100%;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 613px;
}

.prev {
  float: left;
  margin: 0px;
  padding: 25px 0px;
  width: 20px;
  text-align: center;
}

.next {
  float: right;
  margin: 0px;
  padding: 25px 0px;
  width: 20px;
  text-align: center;
}

#award-artists .featured-artist {
  background-color: #000;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #666;
  color: #FFF;
  min-width: 475px;
  margin-top: 10px;
}

.featured-artist-txt {
  padding-left: 1em;
  float: left;
  position: relative;
  min-width: 150px;
  margin-right: 10px;
}

.artist-name {
  font-size: 0.8em;
  font-style: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #666;
  padding-bottom: 0.2em;
}

.artist-practice {
  font-size: 9px;
  font-style: italic;
  padding-top: 1em;
  position: absolute;
}

.artist-award {
  font-size: 9px;
  padding-top: 0.6em;
  position: absolute;
}

a.artist-link:link {
  font-size: 0.4em;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.2em;
  padding-top: 1em;
  position: absolute;
  background: url(bullet-triangle-red.gif) right bottom no-repeat;
  padding-right: 15px;
}

a.artist-link:visited {
  color: #FFF;
}

a.artist-link:hover {
  color: #b8252f;
  padding-right: 18px;
}

.info-img {
  height: 75px;
  width: 75px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  margin-left: 20px;
}

.blurb {
  position: relative;
  min-height: 100px;
  /*padding-top: 15px;*/
  /*  padding: 30px 0px 0px 0px;*/
  /*  padding: 20px 40px 30px 40px;*/
}

.blurb .title {
  font-size: 17px;
}

.blurb .artist {
  font-size: 12px;
  float: left;
}

.blurb .ticker {
  font-size: 12px;
  color: #a4241b;
  float: right;
}

.blurb .funded-ticker {
  font-size: 12px;
  color: #333;
  float: right;
}

.blurb .artist-image {
  float: left;
}

.blurb .info {
  float: right;
  width: 115px;
}

.funded-blurb {
  position: relative;
  /*  border: solid 1px rgb(180,180,180);*/
  min-height: 100px;
  /*  padding: 40px 40px 40px 40px;*/
}

.funded-blurb .title {
  font-size: 17px;
}

.funded-blurb .artist {
  font-size: 12px;
  float: left;
}

.funded-blurb .ticker {
  font-size: 12px;
  float: right;
}

.funded-blurb .artist-image {
  float: left;
}

.funded-blurb .info {
  float: right;
  width: 270px;
}

.funded-blurb img.learn-more {
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}

.info-head {
  border-top: solid 1px #CCC;
}

.info-head span {
  float: left;
  padding: 5px 10px 10px 10px;
  border-left: dotted 1px #CCC;
}

.info-block {
  font-size: 10px;
}

.success {
  font-size: 15px;
  color: green;
  text-align: center;
  margin: 0px 0px 15px 0px;
  font-weight: bold;
}

.detail-blurb {
  position: relative;
  /*  border: solid 1px rgb(180,180,180);*/
  min-height: 100px;
  /*  padding: 40px 40px 40px 40px;*/
}

.detail-blurb .title {
  font-size: 17px;
}

.detail-blurb .artist {
  font-size: 12px;
  float: left;
}

.detail-blurb .ticker {
  font-size: 12px;
  color: #a4241b;
  float: right;
}

.detail-blurb .artist-image {
  float: left;
}

.detail-blurb .info {
  float: right;
  width: 270px;
}

.detail-blurb img.learn-more {
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}

.detail-blurb .info-head span {
  text-align: center;
  padding: 5px 35px 10px 35px;
  border-left: dotted 1px #CCC;
}

.detail-blurb .info-head span:first-child {
  border-left: dotted 0px #CCC;
  /*    padding-left:50px;*/
}

/* general */
#col-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

#tab-container {
  width: 480px;
  float: left;
}

div.col + div.col {
  margin-left: 20px;
}

.awardee {
  float: left;
}

.text-block {
  font-size: 12px;
}

.text-head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* popup */
.popup {
  position: relative;
  width: 520px;
  margin: 30px;
}

.popup-image {
  float: left;
}

.popup-title {
  float: left;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 5px 30px;
  width: 300px;
}

.popup-subtitle {
  width: 300px;
  float: left;
  font-size: 16px;
  margin: 0px 0px 5px 30px;
}

.popup-practice {
  width: 300px;
  float: left;
  font-size: 16px;
  margin: 0px 0px 5px 30px;
  color: #ba292e;
}

.popup-body {
  font-size: 14px;
  margin-top: 10px;
  max-height: 500px;
  overflow-y: scroll;
}

/* artist list */
.artist-block {
  position: relative;
  height: 130px;
  width: 470px;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: -4px;
}

.artist-block:nth-child(even) {
  margin-left: 20px;
}

.artist-block img {
  float: left;
}

.artist-block .title {
  font-size: 17px;
  font-weight: bold;
  float: left;
  margin-left: 10px;
  width: 300px;
}

.artist-block .artist {
  font-size: 12px;
  float: left;
  margin-left: 10px;
  width: 300px;
}

.artist-block .text-block {
  float: left;
  width: 300px;
  margin: 10px 0px 0px 10px;
}

.artist-block .view-profile {
  position: absolute;
  right: 0px;
  bottom: 8px;
  color: #ba292e;
  font-size: 10px;
}

/* artists detail */
#placard {
  display: flex;
  flex-direction: row;
}

#placard h1 {
  margin: 1em auto !important;
}

#artist-image-block {
  background-color: #FFF;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66vw;
  margin: 0 auto;
}
#artist-image-block h2 {
  color: #000;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 0.25em;
  border-bottom: 0.25em solid #830008;
}
#artist-image-block img {
  margin: 0 auto;
  padding: 4em 0 0 0;
  align-self: center;
  width: 100%;
}
#artist-image-block ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 2em;
  padding: 0;
}
#artist-image-block li {
  margin: 0 auto;
  margin-bottom: 4em;
  color: #000;
}
#artist-image-block .caption {
  display: block;
}
#artist-image-block .citation {
  display: block;
}

#artist-info {
  float: left;
  text-align: center;
  margin: 0 auto;
  width: 32%;
  display: block;
  postiion: relative;
}

#artist-info img {
  display: block;
  width: 60%;
  background: #E6E7ED;
  border-radius: 100%;
  margin: 2em auto 1em auto;
}

#placard2 {
  display: flex;
  flex-direction: row;
  padding: 4em 0;
}

.artist-videoinfo {
  padding-top: 2em;
  width: 66vw;
}

.artist-featured {
  width: 66%;
  float: right;
}

.artist-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#artist-head {
  border-bottom: solid 1px #CCC;
  margin-top: 10px;
  padding-bottom: 3px;
}

#artist-title {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 3px;
}

#artist-subtitle {
  font-size: 1em;
  float: left;
}

#aritst-practice {
  float: right;
  font-size: 14px;
  color: #ba292e;
}

/* 470x400 */
#artist-image-block {
  /*    margin-top: 15px;
  margin-left:21px;*/
  color: #FFF;
}

#artist-video-block {
  margin-top: 15px;
  float: right;
}

.artist-image-container {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
}

#artist-bio-block {
  width: 480px;
  float: left;
  font-size: 13px;
  margin-top: -15px;
}

/*#artist-bio-block p:first-child{
    margin-top: 0px !important;
    padding: 0px !important;
}
*/
#artist-bio-block img {
  float: left;
  margin: 15px 10px 3px 0px;
}

#artist-info-block {
  float: right;
}

#artist-fb {
  float: right;
}

.artist-info-head {
  font-weight: bold;
  margin-bottom: 5px;
}

.artist-info-subhead {
  margin-bottom: 25px;
}

/* buttons */
.learnmore {
  background-color: #f9e9ca;
  font-size: 13px;
}

a.fundthisproject,
a.fundproject:link {
  color: #188e8f;
}

a.fundthisproject,
a.fundproject:visited {
  color: #188e8f;
}

a.fundthisproject,
a.fundproject:hover {
  color: #333;
}

a.fundthisproject,
a.fundproject:active {
  color: #188e8f;
}

.fundthisproject {
  text-transform: uppercase;
  background-color: #ceffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  margin-left: 130px;
}

.fundproject {
  background-color: #ceffff;
  font-size: 10px;
}

.col {
  list-style: none;
}

.errorlist {
  list-style: none !important;
  padding: 0px;
  color: red;
  font-weight: bold;
}

/* support form */
.dedication li {
  list-style: none;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

#supportForm li {
  list-style: none;
}

#supportForm ul {
  padding-left: 0px;
}

#supportForm .form-row {
  width: auto;
}

/* funding form */
#funding-form li {
  list-style: none;
  margin-bottom: 30px;
}

#funding-form ul {
  padding-left: 0px;
}

.form-title {
  font-size: 14px;
}

#funding-form input[type=text] {
  height: 50px;
  float: left;
  margin-left: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  font-size: 25px;
  width: 150px;
}

#id_amount {
  height: 50px;
  float: left;
  margin-left: 4px;
  padding-left: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ccc;
  font-size: 25px;
  width: 150px;
}

.form-spec {
  float: left;
  margin-left: 10px;
  width: 290px;
  margin-top: -15px;
}

/* contact form */
.contact-form .form-row {
  width: 300px;
}

.form-row {
  float: left;
  width: 280px;
  text-align: right;
  font-size: 12px;
}

.form-row label {
  vertical-align: top;
}

.form-row input {
  float: right;
  width: 200px;
  margin-bottom: 10px;
}

.form-row select {
  float: right;
  width: 207px;
  margin-bottom: 10px;
}

.form-row textarea {
  margin-right: -95px;
  margin-bottom: 10px;
}

/* login page */
.login-title {
  font-size: 20px;
  font-weight: light;
}

.login-sub-title {
  color: #787878;
  font-size: 12px;
}

.signupForm label {
  float: left;
}

.deleteForm input[type=text],
.signupForm input[type=text],
.signupForm input[type=password],
.signupForm input[type=email] {
  height: 25px;
  margin-left: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.8);
  padding: 8px;
  font-size: 16px;
  width: 150px;
}

.signupForm select {
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.8);
  padding: 8px;
  font-size: 16px;
  width: 180px;
}

#confirm-delete {
  display: none;
}

input[name=honeypot] {
  display: none;
}

.signupForm textarea {
  margin-left: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.8);
  font-size: 16px;
  margin-left: -1px;
}

.signupForm .form-row:nth-child(8) label,
.signupForm .form-row:nth-child(9) label {
  width: 85%;
  float: right;
}

.signupForm .form-row:nth-child(8) label a {
  text-decoration: underline;
}

.signupForm .form-row:nth-child(8) input {
  width: auto;
}

.signupForm .form-row label {
  margin-right: 20px;
  vertical-align: top;
  float: left;
  text-align: left;
}

.signupForm .form-row input {
  float: left;
  width: 325px;
  margin-left: -1px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.signupForm .form-row select {
  width: 340px;
  margin-bottom: 10px;
}

.signupForm .form-row textarea {
  margin-right: -95px;
  margin-bottom: 10px;
}

.signupForm {
  width: 400px;
}
.signupForm .form-row {
  float: left;
  width: 340px;
  text-align: right;
  font-size: 12px;
  /* :last-child wasn't working?? hacky */
  /*      &:nth-child(9) {
    display: flex;

    label {
      order: 1;
    }

    input {
      width: 27px;
      margin-left: -4px;
    }
  }*/
}

/*Board member streamblock*/
.sb-member {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr;
  background-color: #FFF;
  padding: 0 2em 2em 0;
}

.sb-member img {
  border-radius: 50%;
  width: 12em;
  height: 12em;
  object-fit: cover;
  margin: 0 auto;
}

.sb-member figure {
  grid-column: 1/1;
}

.sb-member div {
  grid-column: 2/span 3;
}

/* member home */
#member-head {
  border-bottom: solid 1px #CCC;
  margin-top: 10px;
  padding-bottom: 3px;
  margin-bottom: 30px;
}

.funded-project {
  padding: 5px 30px 5px 30px;
  background-color: #a5251a;
  color: #FFF;
  width: 155px;
  margin-left: 135px;
  font-weight: bold;
}

.threearts-assisted {
  position: absolute;
  right: 0px;
  height: 105%;
  opacity: 0.7;
  background-color: #c80000;
  border-left: dotted 1px #ccc;
  moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.threearts-assisted-mini {
  position: absolute;
  right: 0px;
  height: 105%;
  opacity: 0.7;
  background-color: #c80000;
  border-left: dotted 1px #ccc;
  moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#go-project {
  position: fixed;
  top: 285px;
  right: 0;
  cursor: pointer;
}
#go-project svg {
  width: 40px;
  height: 90px;
}
#go-project:hover path {
  fill: #c80000;
}

.legend {
  float: left;
  margin-left: 40px;
  margin-top: 15px;
}

.support-block {
  width: 20px;
  height: 17px;
  float: left;
  border: 1px solid #DDD;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  background: #F6A828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}

.threearts-block {
  width: 20px;
  height: 17px;
  float: left;
  border: 1px solid #DDD;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  background-color: #c80000;
}

.legend-label {
  float: left;
  line-height: 19px;
  margin-left: 5px;
  font-size: 15px;
  color: #666666;
}

#match-banner {
  text-align: center;
  background: #C80000;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  font-size: 10px;
  letter-spacing: 1px;
}

/* pagination */
.pagination {
  width: 100%;
  text-align: center;
  margin: 20px 0px 20px 0px;
}

.page {
  padding: 10px 15px 10px 15px;
}

.current {
  background-color: #C80000;
  color: #fff;
}

/*.page a:link{ color:#000;}
.page a:active{ color:#000;}
.page a:hover{ color:#000;}
.page a:visited{ color:#000;}*/
.donation-level li {
  margin-bottom: 0px !important;
}

.donation-level > label {
  font-weight: bold;
  font-size: 16px;
}

#simplecontainer {
  position: relative;
  min-height: 100%;
  background-color: #ede8e9;
}

.stepcontainer {
  border: 6px solid #0c0c03;
  background-color: #fff;
  padding: 20px;
  margin: auto;
}

.stepcontainer.steplogin {
  width: 350px;
}

.stepcontainer.stepsupport {
  width: 547px;
}

.stepcontainer.delete-account {
  border-color: red;
  width: 350px;
  margin: 25px auto;
}

#simplecontent {
  /*max-width: 1500px;*/
  background-color: #ede8e9;
  margin: 0px auto;
  padding: 25px 25px 0px 25px;
  font-family: "Source Sans Pro", sans-serif;
}

.steptitle {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  color: #c80000;
  font-size: 1.6em;
  text-align: center;
}

.stepsubtitle {
  font-style: italic;
  color: #28281f;
  font-size: 0.8em;
  text-align: center;
}

#fund-steps {
  text-transform: uppercase;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#fund-steps li {
  display: inline-block;
  padding: 20px;
  background-color: #ede8e9;
  color: #0c0c03;
  font-weight: 600;
  margin: 0px;
  width: 140px;
}

#fund-steps li.active {
  background-color: #daf4e2;
}

.faq {
  background-color: #f0f0f0;
  padding: 15px;
}

.faq h2,
.faq h3 {
  text-align: left;
  font-weight: normal;
}

.faq h2 {
  font-size: 20px;
}

.faq h3 {
  font-size: 15px;
}

#stepcontainer2 {
  width: 599px;
  margin: auto;
  padding-bottom: 100px;
}

.simplelogo {
  width: 240px;
  margin: auto;
  display: block;
  padding-top: 20px;
}

.cccontainer {
  width: 350px;
}

.exp2 {
  width: 50px !important;
  margin-right: 10px;
}

.exp4 {
  width: 100px !important;
}

.expirationnum {
  display: block;
  width: 100%;
}

@media all and (max-width: 500px) {
  .form-row .exp2 {
    width: 50px !important;
    margin-right: 10px !important;
  }

  .form-row .exp4 {
    width: 100px !important;
  }

  .cccontainer {
    width: 100%;
  }

  .faq {
    background-color: #f0f0f0;
    padding: 15px;
  }

  .faq h2,
.faq h3 {
    text-align: left;
    font-weight: normal;
  }

  .faq h2 {
    font-size: 20px;
  }

  .faq h3 {
    font-size: 15px;
  }

  #stepcontainer2 {
    width: 100%;
    margin: auto;
    padding-bottom: 100px;
  }

  .simplelogo {
    width: 140px;
    margin: auto;
    display: block;
    padding-top: 20px;
    margin-bottom: 25px;
  }

  #fund-steps li {
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    width: 25%;
  }

  .stepcontainer {
    border: 6px solid #0c0c03;
    background-color: #fff;
    width: 80%;
    margin: 0;
    padding: 0;
  }

  .stepcontainer.steplogin {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
  }

  .stepcontainer.stepsupport {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
  }

  #simplecontent {
    margin: 0px auto;
    padding: 0px;
    font-family: "Source Sans Pro", sans-serif;
  }

  .signupForm {
    width: 100%;
  }

  .signupForm .form-row {
    margin: 0px;
  }

  .form-row > input {
    width: 100% !important;
    padding: 8px 0px !important;
    margin: 0 auto !important;
  }

  .form-row {
    width: 100% !important;
    padding-top: 10px;
  }

  .simplebutton {
    width: 100%;
    padding: 8px 0px;
  }

  .forgotpass {
    width: 100%;
  }

  .form-row select {
    float: right;
    width: 100% !important;
    margin-bottom: 10px;
  }

  .signupForm .form-row:nth-child(8) input {
    width: auto !important;
  }
}
/*----- Accordion -----*/
.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion a {
  color: #ede8e9;
}

.accordion a {
  color: #ede8e9;
}

.accordion {
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  background: #f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #0c0c03;
  color: #ede8e9;
  transition: all linear 0.15s;
  /* Type */
  text-shadow: 0px 1px 0px #1a1a1a;
}

.accordion-section-title.active,
.accordion-section-title:hover {
  background: rgba(0, 0, 0, 0.8);
  /* Type */
  text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
  padding: 15px;
  display: none;
}

input.button {
  cursor: pointer;
}

.residency-img-block {
  margin: 0 0 0 20px;
  padding: 0px;
}
.residency-img-block li {
  font-size: 16px;
  float: left;
  padding: 2px;
  background-color: #000;
  color: #FFF;
}

.residency-img-block img {
  width: 100%;
}

.fellows-list {
  padding: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px; */
  height: 0;
}

.video-container img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#active-projects {
  margin: 0;
  padding: 0;
}
#active-projects > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 50px 0;
  border-bottom: solid 5px rgba(0, 0, 0, 0.1);
}
#active-projects > li:last-child {
  border-bottom: none;
}
#active-projects > li .image {
  width: 40%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
#active-projects > li .image a {
  position: absolute;
  width:100%;
  height: 100%;
}
#active-projects > li .project-info {
  width: 60%;
  padding: 20px;
}
#active-projects > li .project-info .title {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
#active-projects > li .project-info .title h1 {
  line-height: 1em;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0.25em;
}
#active-projects > li .project-info .title h1 a:link,
#active-projects > li .project-info .title h1 a:visited {
  text-decoration: none;
}
#active-projects > li .project-info .title .byline {
  font-size: 35px;
  font-weight: 200;
  display: inline-block;
}
#active-projects > li .project-info .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#active-projects > li .project-info .details .description {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
}
#active-projects > li .project-info .details .button {
  align-self: center;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  text-decoration: normal;
  border: 2px solid #830008;
}
#active-projects > li .project-info .details .projbuttons {
  width: 30%;
}

.progress {
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.progress > li:nth-child(1) {
  float: left;
  font-size: 13px;
}
.progress > li:nth-child(2) {
  float: right;
  color: #830008;
  font-size: 13px;
}
.progress li {
  list-style: none;
}
.progress > li {
  width: 100%;
}
.progress .progress-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0;
  padding-top: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
}
.progress .progress-bar li {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.progress .progress-bar .matched:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: #830008;
  margin-bottom: 5px;
}
.progress .progress-bar .funded:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: #c80000;
  margin-bottom: 5px;
}
.progress .progress-bar .remaining:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}

#mobile-nav {
  display: none;
}

#project-list {
  width: 10vw;
}
#project-list .generic-bar {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #830008;
  color: #FFF;
  font-size: 16px;
}
#project-list .generic-bar .ticker {
  color: #ede8e9;
}
#project-list .generic-bar .ticker .key {
  display: inline-block;
  background-color: #c62026;
  color: #FFF;
  padding: 12px;
  text-transform: uppercase;
  margin-right: 12px;
}
#project-list .generic-bar .ticker a {
  color: #ede8e9;
}
#project-list .generic-bar .ticker a:hover {
  text-decoration: underline;
}

#jsddm li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999;
}

#jsddm {
  font-size: 1em;
  grid-column: 9;
  grid-row: 1;
  background-color: #000;
  border: 0.25em solid #000;
  text-align: center;
  margin-left: 0.25em;
  padding-top: 0.25em;
}

#jsddm li {
  list-style: none;
}

#jsddm li a {
  color: #FFF;
  text-decoration: none;
}

#jsddm li a.active {
  /*border-bottom: 0.4em solid #C80000;*/
}

#jsddm li a:hover {
  color: #000;
  background-color: #FFF;
  border: 0.25em solid #000;
}

#jsddm li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  top: 45px;
}

#jsddm li ul li {
  display: inline;
}

#jsddm li ul li a {
  background: #000;
  text-align: left;
}

#jsddm li ul li a:hover {
  background: #FFF;
  border: 0px !important;
}

@media all and (min-width: 500px) and (max-width: 750px) {
  /*.content-body{padding: 25px;}*/
  #placard {
    flex-direction: column-reverse;
  }

  #placard2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .artist-featured {
    width: 100%;
    float: right;
    z-index: 10;
  }

  .artist-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #artist-info {
    z-index: 9999 !important;
  }

  #artist-info img {
    width: 40%;
    background: #E6E7ED;
    border-radius: 100%;
    margin: 2em auto 2em auto;
    z-index: 9999 !important;
  }

  .video-container {
    width: 100%;
    display: block;
  }

  .artist-videoinfo {
    width: 100%;
    display: block;
  }

  #artist-info {
    width: 100%;
    display: block;
    padding-top: 25px;
  }

  #logo {
    margin-top: 0 auto;
    margin-left: 0 auto;
    margin: 0 auto;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 20.22%;
    padding-top: 25px;
    border-radius: 0;
    height: 225px;
  }
  #logo img {
    padding-top: 140px;
    padding-left: auto;
    margin: auto 0;
    height: 75px;
    z-index: 99999;
  }

  #looo-bg {
    display: none;
  }

  #tagline {
    display: none;
  }

  nav {
    left: 0;
    position: relative;
    width: 100%;
  }
  nav #meta {
    width: 100%;
  }
  nav #meta > #top-nav {
    float: left;
  }
  nav #primary-links ul {
    width: 100%;
  }
  nav #primary-links li {
    height: 45px;
    background-color: #FFF;
    margin-bottom: 15px;
  }

  #cover-photos .home-featured-artist {
    background-color: #28281f;
  }

  #active-projects > li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #active-projects > li .image {
    width: 100%;
    height: 300px;
  }
  #active-projects > li .project-info {
    width: 90%;
    padding: 5%;
  }
  #active-projects > li .project-info .details {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #active-projects > li .project-info .details .description {
    width: 100%;
  }

  footer .toprow form input[type=text] {
    font-size: 12px;
    width: 150px;
  }
  footer .toprow form input[type=submit] {
    font-size: 12px;
    padding: 15px 15px 10px 15px;
  }
  footer .toprow a {
    height: 20px;
  }
  footer .bottom-row li {
    height: 70px;
    width: 40%;
  }
  footer .bottom-row img {
    height: 40px;
  }
  footer .legal li {
    list-style: none;
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
    display: block;
  }

  .projbuttons {
    width: 100% !important;
  }

  /*Board member streamblock*/
  .sb-member {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sb-member img {
    border-radius: 50%;
    width: 12em;
    height: 12em;
    object-fit: cover;
    margin: 0 auto;
  }

  .sb-member figure {
    grid-column: 1/1;
    margin: 0 auto;
  }

  .sb-member div {
    grid-column: 1/span 1;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  /*Board member streamblock*/
  .sb-member {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 0 2em 0;
  }

  .sb-member img {
    border-radius: 50%;
    width: 12em;
    height: 12em;
    object-fit: cover;
    margin: 0 auto;
  }

  .sb-member figure {
    grid-column: 1/1;
    margin: 0 auto;
  }

  .sb-member div {
    grid-column: 1/span 1;
    width: 100%;
  }

  #placard {
    flex-direction: column-reverse;
  }

  #placard2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .artist-featured {
    width: 100%;
    float: right;
    z-index: 10;
  }

  .artist-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #artist-info {
    z-index: 9999 !important;
  }

  #artist-info img {
    width: 40%;
    background: #E6E7ED;
    border-radius: 100%;
    margin: 1em auto 2em auto;
    z-index: 9999 !important;
  }

  .video-container {
    width: 100%;
    display: block;
  }

  .artist-videoinfo {
    width: 100%;
    display: block;
  }

  #artist-info {
    width: 100%;
    display: block;
    padding-top: 25px;
  }

  .popup {
    width: 280px;
    padding-left: 20px;
  }

  .auth .login-devider {
    display: none;
  }
  .auth #col-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .auth #col-container .col {
    width: 90%;
  }
  .auth #col-container img {
    width: 100%;
  }

  #content {
    padding-top: 200px;
  }

  #logo-bg {
    display: none;
  }

  #logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    top: 0px;
    left: 0;
    width: 100%;
    border-radius: 0px;
    height: 125px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #logo img {
    padding-top: 65px;
    padding-left: 0px;
    height: 35px;
    z-index: 99999;
  }

  /*        #logo {
      @include flexbox();

      background-color:#FFF;
      width:100%;
      height:80px;
      margin:0;
      float:none;

      -webkit-justify-content:center;
      -ms-flex-pack:center;
      justify-content:center;

      -webkit-align-items:center;
      -ms-flex-align: center;
      align-items:center;
      img {
          height:40px;
      }
  }*/
  #tagline {
    display: none;
  }

  .video-container {
    width: 100%;
    display: block;
  }

  .artist-videoinfo {
    width: 100%;
    padding-top: 25px;
  }

  #artist-info {
    width: 100%;
    display: block;
    padding-top: 25px;
  }

  #mobile-nav {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #mobile-nav .icon {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    width: 100%;
    height: 30px;
  }

  #top-bar {
    display: none;
  }

  #project-list .generic-bar .ticker .key {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 20px;
    padding: 30px 0;
  }

  nav {
    left: 0;
    top: 120px;
    width: 100%;
  }
  nav #meta #top-nav {
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -ms-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0px;
    overflow: hidden;
  }
  nav #meta #top-nav li {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    z-index: 99999;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  nav #meta #top-nav li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  nav #meta #top-nav li a.active {
    background-color: #c80000;
    border-bottom: none;
  }
  nav #meta #top-nav li a:hover {
    background-color: #ede8e9;
    color: rgba(0, 0, 0, 0.8);
  }
  nav #meta #top-nav.open {
    height: auto;
  }
  nav #primary-links {
    z-index: 990;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav #primary-links li {
    width: 100%;
    height: 50px;
    background-color: #830008;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  nav #primary-links li:nth-child(2) {
    margin: 0;
  }
  nav #primary-links li .active-project-count {
    border-radius: 0;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    font-size: 25px;
  }
  nav #primary-links li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    color: #FFF;
    font-size: 25px;
    margin-left: 4%;
    width: 96%;
  }
  nav #primary-links li:hover {
    background-color: #c80000;
  }

  #active-projects > li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #active-projects > li .image {
    width: 100%;
    height: 275px;
  }
  #active-projects > li .project-info {
    width: 100%;
    padding: 0;
  }
  #active-projects > li .project-info .title {
    background-color: #0c0c03;
    padding: 25px 0 25px 15px;
    color: #FFF;
  }
  #active-projects > li .project-info .title h1 {
    display: block;
    font-size: 35px;
    line-height: 36px;
  }
  #active-projects > li .project-info .title .byline {
    font-size: 30px;
  }
  #active-projects > li .project-info .title a {
    color: #FFF;
  }
  #active-projects > li .project-info .progress > li:nth-child(1) {
    font-size: 20px;
    margin: 10px 0 0 15px;
  }
  #active-projects > li .project-info .progress > li:nth-child(2) {
    font-size: 20px;
    float: left;
    clear: both;
    margin: 10px 0 10px 15px;
  }
  #active-projects > li .project-info .progress .progress-bar {
    font-size: 12px;
  }
  #active-projects > li .project-info .progress .progress-bar .matched:before {
    height: 15px;
  }
  #active-projects > li .project-info .progress .progress-bar .funded:before {
    height: 15px;
  }
  #active-projects > li .project-info .progress .progress-bar .remaining:before {
    height: 15px;
  }
  #active-projects > li .project-info .details {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #active-projects > li .project-info .details .description {
    width: 90%;
    margin: 0 5%;
  }
  #active-projects > li .project-info .details .button {
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  footer .toprow {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .toprow form input[type=text] {
    font-size: 12px;
    width: 150px;
  }
  footer .toprow form input[type=submit] {
    font-size: 12px;
    padding: 15px 15px 10px 15px;
  }
  footer .toprow a {
    height: 20px;
  }
  footer .bottom-row img {
    height: 25px;
    padding: 10px;
    margin: 0;
  }
  footer .legal li {
    list-style: none;
    font-size: 10px;
    color: #fff;
    width: 100%;
    display: block;
  }
}
.circle img {
  display: block;
  background: #E6E7ED;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 0.9;
}

.circle img:hover {
  opacity: 1;
}

#search-results {
  grid-column: 2/span 4;
}

.rich-text-block .programslist {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
}
.rich-text-block .programslist .programitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  padding-bottom: 3em;
}
.rich-text-block .programslist .programitem h4 {
  text-align: center;
  font-size: 2em;
  padding: 0.25em;
  margin: 0.5em auto;
  height: 2.5em;
  border-bottom: 0.25em solid #830008;
}
.rich-text-block .accessicons {
  width: 15vw;
}
.rich-text-block .dcliwrapper {
  width: 80vw;
  margin: 0 auto;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.25);
}
.rich-text-block .rich-quote {
  display: flex;
  flex-direction: row;
}
.rich-text-block .rich-quote .pagecol1 {
  width: 66vw;
  padding: 0 3em;
}
.rich-text-block .rich-quote .page2col1 {
  width: 60vw;
  padding: 0;
}
.rich-text-block .rich-quote .pagecol2 {
  display: flex;
  flex-direction: column;
  width: 33vw;
  font-size: 1.5em;
  line-height: 1.25em;
}
.rich-text-block .rich-quote .pagecol2 p {
  margin: 1em 2em;
}
.rich-text-block .rich-quote .pagecol2 img {
  width: 6em;
  border-radius: 50%;
  margin: 0 auto;
}
.rich-text-block .rich-quote .pagecol2 iframe {
  width: 100vw;
}
.rich-text-block .rich-quote .page2col2 {
  display: flex;
  flex-direction: column;
  width: 40vw;
  font-size: 1.5em;
  line-height: 1.25em;
  padding: 0 2em;
}
.rich-text-block .rich-quote .page2col2 .readad {
  display: flex;
  flex-direction: row;
}
.rich-text-block .rich-quote .page2col2 .ad {
  width: 3em;
  padding: 0 1em;
}
.rich-text-block .rich-quote .page2col2 p {
  margin: 1em 2em 0 0;
  font-size: 0.75em;
}
.rich-text-block .rich-quote .page2col2 h2 {
  font-size: 1.25em;
  margin: 1em 0 0 0;
  padding: 0;
}
.rich-text-block .rich-quote .page2col2 img {
  width: 6em;
  border-radius: 50%;
  margin: 0 auto;
}
.rich-text-block .rich-quote .page2col2 iframe {
  width: 100vw;
}
.rich-text-block .rich-quote .page2col2 .date,
.rich-text-block .rich-quote .page2col2 .imgcap {
  font-size: 0.65em;
  font-weight: 200;
}
.rich-text-block .transwrapper {
  display: flex;
  flex-direction: row;
  width: 60vw;
  justify-content: space-around;
  margin: 0 auto;
}
.rich-text-block .transwrapper .transcript {
  width: 40vw;
  margin: 0 auto;
  padding-top: 2.5em;
}
.rich-text-block .transwrapper .transcript img {
  width: 110%;
  margin-left: -5%;
  padding-top: 2em;
  height: auto;
}
.rich-text-block .transwrapper .transcript span.caption {
  font-weight: 200;
  font-size: 0.75em;
  width: 100%;
  display: block;
  text-align: center !important;
}
.rich-text-block .transwrapper .transcript iframe {
  min-height: 315;
  width: 100%;
}
.rich-text-block .transwrapper .transcript .pullquote {
  font-size: 1.5em;
  line-height: 1.65em;
  width: 140%;
  border-left: 4px solid red;
  padding: 2em;
  background-color: #FFF;
}
.rich-text-block .transwrapper .artists {
  width: 20vw;
  text-align: center;
  margin: 2em;
}
.rich-text-block .transwrapper .artist {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  background-color: #FFF;
  margin: 2em;
  padding-top: 1em;
  border-radius: 1em;
}
.rich-text-block .transwrapper .artist img {
  border-radius: 50%;
  width: 160px;
  height: auto;
}
.rich-text-block .transwrapper .artist .name {
  font-size: 1.5em;
}

#id_mailing_list {
  width: auto;
}

/*news*/
.newsimg {
  width: 100%;
}

.newsimgcontainer {
  float: right;
  width: 400px;
  padding: 0 20px 20px 20px;
  display: block;
}

.imgtitle {
  display: block;
  text-align: right;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
}

.imgcaption {
  display: block;
  text-align: right;
  font-size: 0.75em;
  font-weight: 200;
  line-height: 1.5em;
}

.imgcitation {
  display: block;
  text-align: right;
  font-size: 0.75em;
  font-weight: 200;
  line-height: 1.5em;
}

.imgdescript {
  display: block;
  text-align: right;
  font-size: 0.75em;
  line-height: 1.5em;
}

@media (max-width: 720px) {
  .newsimgcontainer {
    float: none;
    width: 90vw;
    align-self: center;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  #navcontainer {
    display: grid;
    grid-template-columns: 0.25fr 6em 1.25fr 1.25fr 1.25fr 0.75fr 0.75fr 0.75fr 0.75fr;
    z-index: 99999;
  }

  .prog-menu,
.prog-bg {
    width: 6em;
    height: 6em;
    line-height: 6em;
  }

  .prog-bg {
    margin-top: 0.5em;
  }

  .prog-menu:hover + .prog-bg {
    width: 7em;
    height: 7em;
    margin-top: 0em;
    transform: rotate(15deg);
  }

  #programs a {
    margin-top: 0.5em;
  }

  .site a {
    padding: 0.5em 0.5em;
  }

  .sub-news {
    grid-column: 1/span 8;
    margin-left: 0;
  }

  .sub-login {
    grid-column: 9/span 2;
    grid-row: 1;
  }

  form.site-search {
    grid-column: 6/span 5;
  }

  .logo {
    grid-column: 1/span 2;
    grid-row: 2/span 2;
  }

  .logo img {
    padding: 0 0 0 1em;
    width: 80%;
    margin-top: 2em;
  }
}
@media (max-width: 768px) {
  .rich-text-block .programslist {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }
  .rich-text-block .programslist .programitem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    padding-bottom: 3em;
  }
  .rich-text-block .programslist .programitem h4 {
    text-align: center;
    font-size: 2em;
    padding: 0;
    margin: 0.25em;
    border-bottom: 0.25em solid #830008;
    height: 1.75em !important;
  }
  .rich-text-block .accessicons {
    width: 35vw;
  }
  .rich-text-block .dcliwrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
  }
  .rich-text-block .rich-quote {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .rich-text-block .pagecol1 {
    width: 60vw !important;
    margin: none;
    padding: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rich-text-block .pagecol1 img {
    margin: 0 auto;
  }
  .rich-text-block .pagecol2 {
    display: flex;
    flex-direction: column;
    font-size: 1.5em;
    line-height: 1.25em;
    width: 90vw !important;
  }
  .rich-text-block .pagecol2 p {
    margin: 1em 2em;
  }
  .rich-text-block .pagecol2 img {
    width: 6em;
    border-radius: 50%;
    margin: 0 auto;
  }
  .rich-text-block .page2col2 {
    width: 90vw !important;
    margin: 0 !important;
    padding: 1em !important;
  }
  .rich-text-block img.ad {
    width: 2em;
  }
  .rich-text-block p {
    margin: 0;
  }
  .rich-text-block iframe {
    width: 100vw !important;
    min-height: 240px;
  }
  .rich-text-block .transwrapper {
    display: flex;
    flex-direction: column;
    width: 90vw;
    justify-content: space-around;
    margin: 0 auto;
  }
  .rich-text-block .transwrapper .transcript {
    width: 80vw;
    margin: 0 auto;
    padding-top: 2.5em;
  }
  .rich-text-block .transwrapper .transcript img {
    width: 110%;
    margin-left: -5%;
    padding-top: 2em;
    height: auto;
  }
  .rich-text-block .transwrapper .transcript span.caption {
    font-weight: 200;
    font-size: 0.75em;
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .rich-text-block .transwrapper .transcript iframe {
    min-height: 315;
    width: 90%;
  }
  .rich-text-block .transwrapper .transcript .pullquote {
    font-size: 1.5em;
    line-height: 1.25em;
    width: 90%;
    border-left: 4px solid red;
    padding: 2em;
    background-color: #FFF;
  }
  .rich-text-block .transwrapper .artists {
    width: 20vw;
    text-align: center;
    margin: 2em;
    margin: 0 auto;
  }
  .rich-text-block .transwrapper .artist {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2em;
    background-color: #FFF;
    margin: 2em;
    padding-top: 1em;
    border-radius: 1em;
  }
  .rich-text-block .transwrapper .artist img {
    border-radius: 50%;
    width: 160px;
    height: auto;
  }
  .rich-text-block .transwrapper .artist .name {
    font-size: 1.5em;
  }

  .toppage {
    grid-template-columns: 1fr 4em;
  }
  .toppage .latest {
    grid-column: 1;
    grid-row: 1;
    margin-right: 0.75em;
  }
  .toppage .topnav {
    display: none;
  }
  .toppage .mobilenav {
    display: block;
  }

  .mainnav {
    grid-template-columns: 1fr;
    grid-row: 1 auto;
  }
  .mainnav .programnav {
    display: none;
  }
  .mainnav .searchnav {
    display: none;
  }

  #menu-items {
    display: none !important;
  }

  #menu-items.hamburger {
    display: contents !important;
  }

  .prog-menu:focus {
    /*    border:.5em solid #c62026;
    */
    box-sizing: border-box;
    line-height: 0.5em;
  }

  .sub-news {
    grid-column: 1/span 5;
  }

  .sub-login {
    height: 1em;
    grid-column: 1/span 5;
    grid-row: 9;
    margin: 1em 0 2em 0.25em;
  }

  .nav-login {
    /*    margin: 1em 0 2em .25em;
    */
  }

  .page-text-links {
    display: flex;
    flex-wrap: wrap;
  }

  .linkbutton {
    width: 100%;
  }

  .artsaward {
    grid-column: 1/span 6;
    grid-row: 1;
  }

  .mawaward {
    grid-column: 1/span 6;
    grid-row: 2;
  }

  #navcontainer {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 2em 2.5em auto;
  }

  #menu-items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 2em 2.5em 2.5em 2.5em 2.5em 2.5em 1em 1em 1em 1em 1em 1em;
    align-items: auto;
  }

  .logo {
    grid-column: 2/span 2;
    grid-row: 2/span 2;
  }

  .logo img {
    padding: 0;
    width: 100%;
    margin-top: 2em;
  }

  .prog-menu,
.prog-bg {
    width: 100%;
    height: 3em;
    line-height: 2.5em;
    border-radius: 0;
    transition: all 0s ease-in-out;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  }

  .prog-bg {
    display: none !important;
  }

  form.site-search {
    grid-row: 8;
    grid-column: 1/span 5;
    width: 100%;
    display: flex;
    margin-top: 1em;
  }

  .search + .button {
    font-size: 0.75em;
    position: relative;
    padding: 0.5em 1.5em;
    left: 0;
    border: 0.25em solid #990000;
    background-color: #990000;
    color: #fafafa;
    width: 25%;
    width: 25%;
    box-sizing: border-box;
  }

  .site {
    display: grid;
    grid-row: 7;
    /*justify-content: space-between;
    flex-wrap: wrap;*/
    grid-column: 1/span 5;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    font-size: 0.85em;
    margin-top: 1em;
  }

  .awards {
    grid-row: 4;
    grid-column: 1/span 5;
  }

  .projects {
    grid-row: 5;
    grid-column: 1/span 5;
  }

  .residencies {
    grid-row: 6;
    grid-column: 1/span 5;
  }

  .sub-about {
    grid-column: 1;
  }

  .sub-resources {
    grid-column: 2;
  }

  .sub-accessibility {
    grid-column: 1;
  }

  .sub-support {
    grid-column: 2;
  }

  .site a {
    padding: 0.5em 2em;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 0.25em solid rgba(0, 0, 0, 0.25);
  }

  .foot-buttons {
    grid-column: 2/span 4;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 2em;
  }
}
@media (min-width: 769px) {
  .menu-toggle {
    display: none !important;
  }

  .menu-items {
    display: initial;
  }
}
/*=============*/
/*bugfix  threw in here because pages wasn't working*/
.block h1,
.block h2,
.block h3,
.block h4,
.block h5 {
  text-align: left;
}

.page-community-donors h1,
.page-community-donors h2,
.page-community-donors h3 {
  text-align: center;
  margin: 25px 0;
}
.page-community-donors h4 {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}
.page-community-donors .rich-text-block {
  text-align: center;
  border: 4px solid #ede8e9;
  background-color: #FFF;
}
.page-community-donors .partners {
  border: 4px solid #ede8e9;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 5vw;
}
.page-community-donors .partners .awpartner {
  width: 20vw;
  padding: 2vw;
  /*&.orphan {
      grid-column: 2;
  }*/
}
.page-community-donors .partners img {
  width: 100%;
}
.page-community-donors .partners .partner-name {
  font-size: 1.5vw;
}

@media (max-width: 768px) {
  .page-community-donors .partners {
    border: 2px solid #ede8e9;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    text-align: center;
  }
  .page-community-donors .partners .awpartner {
    width: 75vw;
    padding: 2vw;
  }
  .page-community-donors .partners .awpartner.orphan {
    grid-column: 2;
  }
  .page-community-donors .partners img {
    width: 100%;
  }
  .page-community-donors .partners .partner-name {
    font-size: 4vw;
  }
}
.page-board-and-staff .board-members {
  margin-bottom: 25px;
}
.page-board-and-staff .board-members .member {
  display: flex;
  align-items: center;
}
.page-board-and-staff .board-members .member a {
  text-decoration: underline;
}
.page-board-and-staff .board-members .member figure {
  margin: 5px 10px;
}
.page-board-and-staff .board-members .member figure img {
  width: 150px;
}

/*.page-awards {
    grid-column: 1/ span 6;

    section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 50vh;

        .award-block {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            padding-bottom: 1rem;

            background-size: cover;
            background-position: center center;

            .block-footer {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                background-color: rgba(0,0,0,.4);
                padding: 1.25em 0;
                width: 100%;
                transition: background-color 0.15s ease-in-out;

                &:hover {
                    background-color: rgba(0,0,0,.7);
                }

                h4 {
                    color: white;
                    font-family: source-sans-pro, sans-serif;
                    border-bottom: .25em solid #c62026;
                    font-size: 1.5em;
                    text-align: center;
                    margin: 0 0 1rem 0;
                }

                h5 {
                    margin: 0;
                    text-align: center;
                    color: white;
                }
            }
        }
    }
}*/
@media all and (max-width: 400px) {
  #content {
    margin-top: 215px;
    padding: 0;
  }

  #content-head {
    display: block;
  }
  #content-head h1 {
    margin-left: 4%;
    color: #0c0c03;
  }
  #content-head .sub-nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding-top:60px;*/
  }
  #content-head .sub-nav li {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #56524d;
  }
  #content-head .sub-nav li a {
    display: block;
    padding: 10px 0;
  }
  #content-head .sub-nav li:not(:last-child) {
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
