/* 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 */
#award-bg {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#award-bg li {
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  -ms-transition: opacity 0.75s ease-in-out;
  -o-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
  opacity: 0;
  top: 0;
  list-style-type: none;
  position: absolute;
  width: 100%;
}
#award-bg li.on {
  opacity: 1;
}
#award-bg li img {
  width: 100%;
}
#award-bg li aside {
  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;
  width: 100%;
  background-color: #28281f;
  margin-top: -4px;
}
#award-bg li aside a:first-of-type {
  width: 15%;
}
#award-bg li aside .placard {
  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;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15px;
}
#award-bg li aside .placard .name {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
}
#award-bg li aside .placard .award {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
}

.awardee-circle {
  margin: 0 auto;
  display: block;
}

.judges {
  /*background-color:$dawn;*/
  margin: 0;
  /*padding:15px;*/
}

.judgesbot {
  padding: 2em;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.judgesbot .judgescol {
  width: 15vw;
}

.awardyearheading {
  display: grid;
  margin-top: 2em;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  position: relative;
}

.awardyearheading h2 {
  grid-column: 2;
  background-color: #FFF;
  color: #000;
  border-radius: 50%;
  height: 4em;
  width: 4em;
  line-height: 4em;
  text-align: center;
  display: block;
  justify-self: center;
  align-self: center;
  z-index: 666;
}

.awardyearheading-bg {
  grid-column: 1;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  position: absolute;
  background-image: url(https://3arts.org/site_media/cache/01/ce/01ce62f03dc5361e9bdfbbe3829edba9.jpg);
  background-position: center;
  background-color: #000;
  z-index: 665;
  text-align: center;
  justify-self: center;
  align-self: center;
}

#year-awardees {
  margin: 2em;
  padding: 0;
}
#year-awardees li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #FFF;
  list-style-type: none;
  width: 50%;
  float: left;
  padding-bottom: 25px;
}
#year-awardees li .profile-picture {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 50%;
}
#year-awardees li .awardee-placard {
  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;
  width: 90%;
  margin: 0 5%;
}
#year-awardees li .awardee-placard .name {
  font-size: 23px;
  margin-bottom: 4%;
}
#year-awardees li .awardee-placard .practice {
  color: #830008;
  margin-bottom: 2%;
}
#year-awardees li .awardee-placard .subhead {
  color: #56524d;
  font-weight: 200;
}
#year-awardees li .awardee-placard .bio p {
  margin: 2% 0;
}
#year-awardees li:nth-child(2n+1) {
  clear: both;
}

#col-container .col:nth-child(1) {
  width: 40%;
}
#col-container .col:nth-child(2) {
  margin-left: 5%;
  width: 55%;
}

.judge-popup {
  font-family: "Source Sans Pro", sans-serif;
  background-color: rgba(0, 0, 0, 0.1);
}

#awards-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#awards-header .awards-videoinfo {
  width: 50vw;
  background-color: #FFF;
  /*padding:1em 2em;*/
}
#awards-header .awards-videoinfo .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#awards-header .awards-videoinfo .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#awards-header .judges {
  width: 50%;
}

.residency-intro {
  display: flex;
  /*    grid-column: 2 / span 5;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 2em;


      div {
          grid-column: 1 / span 2;
      }

      p {
          grid-column: 3 / span 2;

          img {
              width: 100%;
              height: auto;
          }
      }*/
}
.residency-intro .res-page-txt {
  width: 50vw;
  background-color: #FFF;
}
.residency-intro .res-page-txt .restxt {
  padding: 2em 4em;
}
.residency-intro .res-page-img {
  width: 50vw;
}
.residency-intro .res-page-img .resimgsq {
  width: 30vw;
  padding-bottom: 30vw;
  position: relative;
  margin: 0 auto;
}
.residency-intro .res-page-img .resimgsq .resimgcir {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/site_media/uploads/2019_cecil_3_photo_by_mark_poucher.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.awardees-by-year {
  background-color: #FFF;
}

.page-awards {
  /*grid-column: 1/ span 6;*/
}
.page-awards section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /*height: 50vh;*/
}
.page-awards section .award-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  height: 20vw;
  width: 20vw;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
.page-awards section .award-block .block-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.25em 0;
  width: 100%;
  transition: background-color 0.15s ease-in-out;
}
.page-awards section .award-block .block-footer:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.page-awards section .award-block .block-footer h4 {
  color: white;
  font-family: source-sans-pro, sans-serif;
  border-bottom: 0.25em solid #c62026;
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 1rem 0;
}
.page-awards section .award-block .block-footer h5 {
  margin: 0;
  text-align: center;
  color: white;
}

.res-divider {
  text-align: center;
  color: #000;
}
.res-divider h2 {
  margin-bottom: 0;
  display: inline-block;
  border-bottom: 0.25em solid #830008;
  margin: 0 auto;
  padding: 2em 0 0.25em 0;
}

.residency-list {
  /*    grid-column: 2 / span 4;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2rem 2rem;
  */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
}
.residency-list li {
  /*display: grid;*/
  /* grid-temaplte-rows: auto 1fr 1fr auto 1fr;*/
  width: 40vw;
  margin: 2em;
  background-color: #FFF;
}
.residency-list li h3, .residency-list li h6 {
  margin: 0.5rem 0;
}
.residency-list li .restxt {
  margin: 0 2em 2em 2em;
}
.residency-list li figure {
  margin: 0 auto;
}
.residency-list li figure img {
  height: 30vw;
  width: 30vw;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.residency-detail {
  grid-column: 2/span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.residency-detail div {
  grid-column: 1/3;
}
.residency-detail img {
  grid-column: 3/5;
  margin: 0 auto;
}

.fellows-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
}
.fellows-list li {
  text-align: center;
  width: 40vw;
  margin: 2em;
  padding: 2em 0;
  background-color: #FFF;
}
.fellows-list li h4 a {
  color: black;
  text-decoration: none;
}
.fellows-list li h4 .badge {
  background-color: #990000;
  color: #FFF;
  font-weight: 600;
  border-radius: 1em;
  padding: 0.25em 1em;
  margin-left: 0.5rem;
}
.fellows-list .circle img {
  width: 80%;
  margin: 0 auto;
}

#awards-header {
  grid-column: 2/span 4;
}

#year-awardees {
  grid-column: 2/span 4;
}

#past-awards {
  grid-column: 2/span 4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
#past-awards img {
  width: 24em;
  height: 24em;
  border-radius: 50%;
  object-fit: cover;
}

@media all and (min-width: 500px) and (max-width: 750px) {
  #col-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #col-container .col {
    width: 100% !important;
  }
  #col-container .col:nth-child(2) {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-left: 0;
  }

  #year-awardees li {
    width: 100%;
  }
  #year-awardees li:nth-child(1n+1) {
    clear: both;
  }
  #year-awardees li .bio {
    display: none;
  }

  #awards-header {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  #awards-header .awards-videoinfo {
    width: 100%;
    padding: 2em;
  }
  #awards-header .judges {
    width: 100%;
  }

  .residency-intro {
    flex-direction: column-reverse;
  }
  .residency-intro .res-page-txt {
    width: 90vw;
    background-color: #FFF;
  }
  .residency-intro .res-page-img {
    width: 100vw;
    padding: 1em 0 2em 0;
  }
  .residency-intro .res-page-img .resimgsq {
    width: 50vw;
    padding-bottom: 50vw;
    position: relative;
    margin: 0 auto;
  }
  .residency-intro .res-page-img .resimgsq .resimgcir {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .judgesbot {
    flex-direction: column;
    text-align: center;
  }
  .judgesbot .judgescol {
    margin-top: 2em;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .judgesbot {
    flex-direction: column;
    text-align: center;
  }
  .judgesbot .judgescol {
    width: 100%;
  }

  .residency-intro {
    flex-direction: column-reverse;
    padding: 0 auto;
    margin: 0 auto;
  }
  .residency-intro .res-page-txt {
    width: 90vw;
    padding: 5vw;
    background-color: #FFF;
  }
  .residency-intro .res-page-img {
    width: 100vw;
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .residency-intro .res-page-img .resimgsq {
    width: 60vw;
    padding-bottom: 60vw;
    position: relative;
    margin: 0 auto;
  }
  .residency-intro .res-page-img .resimgsq .resimgcir {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .res-page-txt img {
    width: 78vw;
    height: auto;
  }

  .residency-intro .res-page-txt .restxt {
    padding: 2em 1em;
  }

  .resbio {
    padding: 0 2em;
  }

  #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: 55px;
  }
  #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;
  }

  #col-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #col-container .col:nth-child(1) {
    width: 90%;
    margin: 0 5%;
  }
  #col-container .col:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-left: 0;
  }

  #year-awardees li {
    width: 100%;
  }
  #year-awardees li:nth-child(1n+1) {
    clear: both;
  }
  #year-awardees li .bio {
    display: none;
  }

  #awards-header {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  #awards-header .awards-videoinfo {
    width: 80vw;
    padding: 2em;
  }
  #awards-header .judges {
    width: 100%;
    padding: 0;
  }
  #awards-header .judges .text-head {
    padding: 15px 0 0 15px;
  }
  #awards-header .judges .text-block {
    padding: 0 15px 15px 15px;
  }

  .awardee-circle {
    margin: 0 auto;
    display: block;
    width: 300px;
  }

  #past-awards {
    grid-column: 2/span 4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
  }
  #past-awards img {
    width: 80vw;
    height: 80vw;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
  }

  .residency-list {
    /*    grid-column: 2 / span 4;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem 2rem;
    */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    list-style-type: none;
    padding: 0;
  }
  .residency-list li {
    /*display: grid;*/
    /* grid-temaplte-rows: auto 1fr 1fr auto 1fr;*/
    width: 100vw;
    margin: 2em;
    background-color: #FFF;
  }
  .residency-list li figure img {
    width: 60vw;
    height: 60vw;
  }

  .awardees-by-year {
    padding: 8em 3em;
    margin-top: -4.5em;
    background-color: #FFF;
    height: 100%;
    border-top: 1em rgba(0, 0, 0, 0.1) solid;
    background-color: #FFF;
  }

  .fellows-list {
    flex-direction: column;
  }
  .fellows-list li {
    text-align: center;
    width: 90vw;
    margin: 1em;
    padding: 1em 0;
    background-color: #FFF;
  }
  .fellows-list li h4 a {
    color: black;
    text-decoration: none;
  }
  .fellows-list li h4 .badge {
    background-color: #990000;
    color: #FFF;
    font-weight: 600;
    border-radius: 1em;
    padding: 0.25em 1em;
    margin-left: 0.5rem;
  }
  .fellows-list .circle img {
    width: 80%;
    margin: 0 auto;
  }
}

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