@charset "UTF-8";
/* All Page Styles */
.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

div > hr {
  clear: both;
}

.spacefix {
  text-indent: -9999em;
  color: white;
  clear: both;
}

.error_msg {
  font-weight: bold;
  color: #663311;
}

#banner {
  position: absolute;
  padding-bottom: 0;
  z-index: 500;
}

h2 {
  font-family: "Miller Headline", serif;
  font-size: 38px;
  font-weight: 400;
  color: #0083ac;
}

p {
  line-height: 1.35;
}

a:link p,
a:visited p {
  color: black;
  font-weight: normal;
}

.homerow {
  background: #efefef;
}
.homerow .iwrapper {
  width: 100%;
  padding: 0 30px;
}
.homerow .cellRow {
  display: table-row;
}
.homerow .column {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  display: table-cell;
  vertical-align: top;
}
.homerow .whoWeAre {
  padding-left: 0;
  width: 24%;
}
.homerow .events {
  width: 38%;
  background: white;
}
.homerow .collections {
  padding-right: 0;
}
.homerow .collections h3 {
  font-size: 22px;
  color: black;
}
.homerow .extrasRow .column {
  padding-top: 15px;
  padding-bottom: 15px;
}
.homerow .extrasRow .whoWeAre, .homerow .extrasRow .collections {
  background: #e4e4e4;
}
.homerow .extrasRow .events {
  background: #f1f1f1;
}
.homerow .stayConnected {
  width: 26.5%;
  background: #f5f2e7;
  padding-left: 0;
}
.homerow .support {
  width: 26.5%;
  padding-right: 0;
}

.homerow.borderRow {
  background: #e4e4e4;
}

.homerow2 {
  background: #f5f2e7 url(/2012/bbcms_templates/summer/images/home-row2-bg.jpg) repeat-y 50%;
}
.homerow2 h2 {
  font-size: 32px;
}
.homerow2 .column {
  padding-bottom: 150px;
  overflow: hidden;
}
.homerow2 .anchor {
  position: absolute;
  left: 0;
  bottom: 0;
}
.homerow2 .stayConnected .anchor {
  left: auto;
  right: 0;
  bottom: -6px;
}
.homerow2 .blog {
  background: white;
}
.homerow2 .blog h2 {
  font-size: 38px;
}

#introVid img {
  cursor: pointer;
}

#introVidEmbed {
  display: none;
  position: fixed;
  z-index: 2000;
}
#introVidEmbed .closeVid {
  display: none;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url(/images/smgraphics/close-but-pple-27.png) no-repeat;
}

#introVidMask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: black;
  opacity: 0;
  top: 0;
  left: 0;
}

.thumbsRow {
  height: 120px;
  width: 100%;
  background: #3a3a3a;
  position: relative;
  overflow: hidden;
  border-top: 15px solid #777777;
}
.thumbsRow a:link {
  background-image: url(/2012/bbcms_templates/summer/images/banners/thumbs.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 120px;
  height: 120px;
  display: block;
}
.thumbsRow .nora {
  left: 0px;
  background-position: 0 -1200px;
}
.thumbsRow .powderhorn {
  left: 120px;
  background-position: 0 -720px;
}
.thumbsRow .joseph {
  left: 240px;
  background-position: 0 -960px;
}
.thumbsRow .drum {
  left: 360px;
  background-position: 0 -1080px;
}
.thumbsRow .cheyenne {
  left: 480px;
  background-position: 0 -1440px;
}
.thumbsRow .reward {
  left: 600px;
  background-position: 0 -480px;
}
.thumbsRow .pollard {
  left: 720px;
  background-position: 0 -240px;
}
.thumbsRow .adorable {
  left: 840px;
  background-position: 0 -360px;
}
.thumbsRow .mrsknox {
  left: 960px;
  background-position: 0 -120px;
}
.thumbsRow .tenhills {
  left: 1080px;
  background-position: 0 -1560px;
}
.thumbsRow .streetcar {
  left: 1200px;
  background-position: 0 -1320px;
}
.thumbsRow .wethepeople {
  left: 1320px;
  background-position: 0 0;
}
.thumbsRow .shoes {
  left: 1440px;
  background-position: 0 -840px;
}
.thumbsRow .watch {
  left: 1560px;
  background-position: 0 -600px;
}

.header .iwrapper {
  position: relative;
  height: auto;
}

@media (min-width: 995px) {
  #bannerLinks {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 1050px) {
  #banner {
    position: relative;
  }
}
@media (min-width: 778px) {
  #logo {
    margin: 0 0 25px 0;
    height: auto;
    width: auto;
  }
  #logo .homeLink {
    position: relative;
    background: none;
    height: 132px;
    margin: 15px 0 0 0;
    display: block;
    width: 327px;
  }
  #logo .homeLink img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }
  #logo .homeLink:before {
    padding-top: 0;
  }
}
@media (min-width: 778px) and (max-width: 994px) {
  #logo {
    margin: 0 0 25px 0;
    height: auto;
    width: auto;
  }
  #logo .homeLink {
    position: relative;
    background: none;
    height: 132px;
    margin: 15px 0 0 0;
    display: block;
    height: auto;
    width: 300px;
  }
  #logo .homeLink img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 994px) {
  .iwrapper {
    padding: 0;
  }

  .homerow .iwrapper {
    display: block;
    padding: 0;
  }
  .homerow .cellRow {
    display: block;
  }
  .homerow .column {
    padding: 30px;
    display: block;
    float: left;
    width: 50%;
    clear: left;
  }
  .homerow .events {
    width: 50%;
  }
  .homerow .collections {
    clear: none;
  }

  .homerow:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
  }

  .homerow .extrasRow {
    display: none;
  }

  .homerow2 .column {
    padding-bottom: 130px;
    overflow: hidden;
  }
  .homerow2 .anchor {
    position: absolute;
  }
  .homerow2 .stayConnected {
    width: auto;
    float: none;
    padding-bottom: 15px;
  }
  .homerow2 .stayConnected .anchor {
    left: auto;
    right: 0;
    bottom: -6px;
  }
  .homerow2 .blog {
    background: white;
  }
  .homerow2 .blog h2 {
    font-size: 38px;
  }
  .homerow2 .support {
    clear: none;
    padding-bottom: 15px;
  }
  .homerow2 .support .anchor {
    position: relative;
  }
}
@media (max-width: 777px) {
  .homerow .column {
    padding: 30px;
    display: block;
    float: none;
    width: auto;
    clear: left;
  }
  .homerow .events {
    width: auto;
  }

  .homerow2 .support {
    background: #e3f4fb;
  }
}
@media (max-width: 650px) {
  .homerow .whoWeAre {
    display: block;
  }
  .homerow .whoWeAre .cnode_label_Who {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .homerow .whoWeAre #introVid img {
    width: auto;
    max-width: 100%;
  }

  .homerow2 .stayConnected img.anchor {
    display: none;
  }
}
.saved_box_bigbox p,
.saved_box_bigbox h2,
.saved_box_bigbox img,
.saved_box_bigbox h3,
.mce-content-body p,
.mce-content-body h2,
.mce-content-body img,
.mce-content-body h3 {
  position: relative;
  z-index: 10;
  max-width: none;
}

.saved_box_bigbox h2,
.mce-content-body h2 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: black;
  text-transform: uppercase;
  padding: 1rem;
}

.saved_box_bigbox h3,
.mce-content-body h3 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding: 0 1rem;
  color: #4c4c4c;
}

.saved_box_bigbox p,
.mce-content-body p {
  padding: 0 1rem 1rem;
}

.saved_box_bigbox a,
.saved_box_bigbox a:link,
.saved_box_bigbox a:visited,
.mce-content-body a,
.mce-content-body a:link,
.mce-content-body a:visited {
  color: #e42847;
  font-weight: bold;
}

.saved_box_bigbox a:after,
.mce-content-body a:after {
  content: "»";
}

.saved_box_bigbox .textLeft,
.mce-content-body .textLeft {
  width: 50%;
  box-sizing: border-box;
}

.saved_box_bigbox .textRight,
.mce-content-body .textRight {
  width: 50%;
  left: 50%;
  box-sizing: border-box;
}

.saved_box_bigbox .textCenter,
.mce-content-body .textCenter {
  text-align: center;
  max-width: 45%;
  margin: auto;
  box-sizing: border-box;
}

.saved_box_bigbox.front {
  z-index: 100;
}

.saved_box_bigbox .whiteText,
.mce-content-body .whiteText,
.saved_box_bigbox .whiteText h2,
.mce-content-body .whiteText h2,
.saved_box_bigbox .whiteText h3,
.mce-content-body .whiteText h3 {
  color: white;
}

.saved_box_bigbox .imageLeft,
.mce-content-body .imageLeft {
  float: left;
  max-width: 50%;
  margin: 0 1rem 1rem 0;
}

.saved_box_bigbox .imageRight,
.mce-content-body .imageRight {
  float: right;
  max-width: 50%;
  margin: 0 0 1rem 1rem;
}

.saved_box_bigbox .imageMobile {
  display: none;
  padding: 0;
  margin: 0;
}

.mce-content-body .imageMobile {
  display: block;
  position: absolute;
}

.pasteFeature .mce-content-body .imageMobile {
  display: none;
}

body {
  background: url(../images/banners/fellowships-home-wash.jpg) no-repeat;
  background-attachment: fixed;
  background-color: #101010;
}

#masterCon {
  background: none;
}

.header {
  background: #ffffffd1;
}

.simpleTwoCols {
  column-count: 2;
  column-gap: 2rem;
}
.simpleTwoCols .moreLink {
  display: block;
}

.homerow .whoWeAre {
  float: none;
  width: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.homerow .whoWeAre #introVid,
.homerow .whoWeAre a:link {
  display: inline-block;
}
.homerow .whoWeAre img {
  height: 150px;
  width: auto;
}

.homerow .boxes {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: none;
}
.homerow .boxes a:link {
  display: block;
  padding: 2rem;
  background: white;
  flex-basis: 300px;
  margin: 0 1rem 3rem 1rem;
}
.homerow .boxes a:link .eventBox .description {
  margin: 0;
}
.homerow .boxes a:link .eventBox .date {
  float: none;
  width: auto;
  text-align: left;
  margin: 0;
}
.homerow .boxes a:link .eventBox .date .dateTime {
  display: inline;
}

.homerow.red {
  background: #c50000;
}
.homerow.red a:link h2,
.homerow.red a:visited h2,
.homerow.red h2 {
  color: white;
}
.homerow.red .boxes a:link,
.homerow.red .boxes a:visited {
  color: white;
  background: #e65252;
}
.homerow.red .boxes a:link h2, .homerow.red .boxes a:link h3, .homerow.red .boxes a:link p,
.homerow.red .boxes a:visited h2,
.homerow.red .boxes a:visited h3,
.homerow.red .boxes a:visited p {
  color: white;
}

.thumbsRow {
  background: none;
  height: 240px;
}

.thumbsRow a:link {
  display: none;
}

.promos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 174px 0 2rem 0;
  background: #969696;
}

#bigBoxesStatic {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.saved_box_bigbox {
  background-color: white;
  position: relative;
  /* display: inline-block; */
  width: 45%;
  /* min-height: 400px; */
  background-size: cover;
  background-position: 50% 100%;
  margin: 2%;
  /* box-shadow: 0 0 32px rgba(210,210,210,.25), 0 0 32px rgba(210,210,210,.25); */
  border-radius: 0px;
  overflow: hidden;
}
.saved_box_bigbox img {
  display: block;
  width: 100%;
}
.saved_box_bigbox p {
  width: auto;
  padding: 1rem;
}

.firstRow {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem;
  width: 45%;
  margin: 3% 1% 1% 1%;
  border-radius: 0px;
  overflow: hidden;
}
.firstRow h2 {
  width: 100%;
  padding: 0;
  margin: 0;
}

.firstRow.videos {
  width: 19%;
  min-width: 205px;
}
.firstRow.videos iframe {
  max-width: 100%;
  min-height: 100px;
}

.firstRow.programs {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.firstRow.programs .nextEvent {
  width: 30%;
  background: #dedede;
  padding: 1.6rem;
  box-sizing: border-box;
}
.firstRow.programs .nextEvent + .nextEvent {
  margin-left: 1.5%;
}
.firstRow.programs h3 {
  font-size: 29px;
  font-weight: normal;
  color: black;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.firstRow.programs .date {
  display: block;
  font-weight: bold;
}
.firstRow.programs .eventLink {
  display: block;
}

.firstRow.librarian {
  width: 19%;
  min-width: 205px;
}

.firstRow #allEventsLink {
  width: 100%;
}

.saved_box_bigbox .bbOuterWrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  box-sizing: border-box;
}

.mce-content-body > div:nth-child(1) {
  padding-top: 0;
  /*		border-bottom: 2px dashed #e3b200; */
}

.saved_box_bigbox div.bbwrapper,
.mce-content-body div.bbwrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  max-width: 1250px;
  display: block;
  position: relative;
}

.saved_box_bigbox .conf {
  display: none;
}

.saved_box_bigbox .fullBleed,
.mce-content-body .fullBleed {
  position: relative;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
}

@media (max-width: 1250px) {
  .firstRow.programs h3 {
    font-size: 22px;
  }
}
@media (max-width: 1050px) {
  .promos {
    padding-top: 0;
  }

  .firstRow.programs {
    width: 94%;
  }

  .firstRow.videos {
    width: 50%;
  }

  .firstRow.librarian {
    width: 42%;
  }

  #bigBoxesStatic {
    padding: 3%;
    display: block;
  }

  .saved_box_bigbox {
    width: auto;
    margin: 0 0 2% 0;
  }
}
@media (max-width: 600px) {
  .promos {
    display: block;
    padding-top: 0;
  }

  .firstRow.programs {
    width: auto;
    margin: 3%;
  }
  .firstRow.programs .nextEvent {
    width: 90%;
    margin-bottom: 2rem;
  }
  .firstRow.programs .nextEvent + .nextEvent {
    margin-left: 0;
  }

  .firstRow.videos {
    width: auto;
    margin: 3%;
  }

  .firstRow.librarian {
    width: auto;
    margin: 3%;
  }

  .homerow .whoWeAre {
    display: block;
  }
}

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