@charset "UTF-8";
body {
  margin: 0;
}
/*------------------------------------------*/
/*----------------- HEADER -----------------*/
/*------------------------------------------*/
#headerContainer {
  height: 105px;
  position: relative;
  background: #870400;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  #headerContainer {
    height: 130px;
  }
}
#header {
  position: relative;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
/*--------- Nameplate ---------*/
#nameplate h1 {
  margin: 0;
}
#nameplate h1 a {
  background: url(https://www.reed.edu/global_assets/reed/images/nameplate.419px.ffffff.100.png) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 255px;
  height: 0;
  padding-top: 28px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 50px;
}
@media only screen and (max-width: 1000px) {
  #nameplate h1 a {
    width: 200px;
    padding-top: 22px;
    left: 25px;
    }
}
@media only screen and (min-width: 1310px) {
  #nameplate h1 a {left: 25px;}
}
/*--------- Reed Nav ---------*/
#reedNav h3 {
  position: absolute;
  left: -999em;
}
#reedNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#reedNav ul#reedNavPrimary {
  position: absolute;
  bottom: 23px;
  right: 25px;
  margin: 0;
}
#reedNav li {
  display: block;
  float: left;
  font-size: 17px;
  line-height: 1;
  padding: 0;
  margin: 7px 0 0 25px;
  transition: .3s;
}
#reedNav li a {
  font-weight: normal;
  color: rgba(255,255,255,.8);
  transition: .3s;
}
#reedNav li a:hover,
#reedNav li a:focus {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width : 1000px) {
  #reedNav li {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 880px) {
  #reedNav li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  #reedNav li {
    margin-left: 38px;
    font-size: 18px;
  }
}

/*--------- More ---------*/
#reedNav li#reedNav_more {
  position: relative;
  z-index: 999;
}
#reedNav_more ul {
  display: none;
  position: absolute;
  list-style: none;
  left: -999em;
  width: 243px;
  background: #6e0400;
  background: rgba(110,4,0,.9);
  padding: 15px 0 15px;
  z-index: 998;
}
.showMore li#reedNav_more ul {
  display: block;
  left: auto;
  right: -10px;
  top: 1.5em;
}
li#reedNav_more li {
  float: none;
  margin: 10px 25px;
  font-size: 13px;
  letter-spacing: normal;
  text-transform: none;
}
li#reedNav_more > a {
  position: relative;
  padding-right: 21px!important;
  color: rgba(255,255,255,.65);
}
li#reedNav_more > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  opacity: .6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23fff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.showMore li#reedNav_more > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
li#reedNav_more > a:active:focus {outline: 0 none;}
li#reedNav_more .reedNav_more_for {font-size: 17px;}
li#reedNav_more #reedNav_more_forAlumni {margin-bottom: 25px;}

/*--------- Reed Nav Secondary (Utility Nav) ---------*/
#utilityNav, #reedNavSecondary {
  position: absolute;
  top: 25px;
  right: 205px;
  transition: .3s;
}
#utilityNav ul, #reedNavSecondary {
  list-style: none;
  padding: 0;
  margin: 0;
}
#utilityNav li, #reedNavSecondary li {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 25px 0 0;
}
@media only screen and (max-width : 1000px) {
  #utilityNav li, #reedNavSecondary li {
    margin-right: 15px;
  }
}
/*--------- Reed (and site-level) Search ---------*/
#reedSearch {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 180px;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.6);
  transition: .3s;
}
.siteSearch {
  background: #fff;
  padding-left: 5px;
  border: 1px solid #ccc;
  margin: 1em 0;
}
.siteSearch-lg {padding: 10px;}
#reedSearch h3 {
  position: absolute;
  left: -999em;
}
#reedSearch form, .siteSearch form {
  position: relative;
  padding: 0 30px 0 0;
  margin: 0;
}
#reedSearch form p, .siteSearch form p {margin: 0;}
#reedSearch label, .siteSearch label {
  position: absolute;
  top: -9999px;
}
#reedSearch input#reedSearchBox, .siteSearch input#siteSearchBox {
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
  font-family: inherit;
  background: transparent;
}
#reedSearch input#reedSearchBox, .siteSearch input#siteSearchBox {color: #fff;}
@media only screen and (min-width : 841px) {
  #reedSearch input#reedSearchBox::-webkit-input-placeholder {color: #fff; opacity: .8!important; text-transform: uppercase; letter-spacing: 1px; font-size: 11px;}
  #reedSearch input#reedSearchBox:focus::-webkit-input-placeholder {color: #fff; opacity: .75!important; font-size: 11px;}
  #reedSearch input#reedSearchBox:-moz-placeholder {color: #fff; text-transform: uppercase; letter-spacing: 1px; font-size: 11px;}
  #reedSearch input#reedSearchBox::-moz-placeholder {color: #fff; opacity: .75!important; text-transform: uppercase; letter-spacing: 1px; font-size: 11px;}
  #reedSearch input#reedSearchBox:focus::-moz-placeholder {color: #fff; opacity: .75!important; text-transform: uppercase; letter-spacing: 1px; font-size: 11px;}
  #reedSearch input#reedSearchBox:-ms-input-placeholder {color: #fff; text-transform: uppercase; letter-spacing: 1px; font-size: 11px;}
}
.siteSearch input#siteSearchBox {color: #000;}
.siteSearch-lg input#siteSearchBox {font-size: 16px;}
#reedSearch #reedSearchButton, .siteSearch #siteSearchButton {
  box-sizing: border-box;
  position: absolute;
  bottom: 1px;
  right: 1px;
  background: #870400;
  background: transparent;
  height: 24px;
  border: none;
  padding: 0;
  width: 25px;
}
#reedSearch #reedSearchButton span, .siteSearch #siteSearchButton span {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.51,19.31l-4-4a7.3,7.3,0,1,0-1.17,1.19l4,4a.81.81,0,0,0,.57.25.75.75,0,0,0,.57-.25A.86.86,0,0,0,20.51,19.31Zm-4-8.64A5.75,5.75,0,1,1,14.8,6.58,5.74,5.74,0,0,1,16.48,10.66Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 18px auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .75;
}
#reedSearch #reedSearchButton:focus span, .siteSearch #siteSearchButton:focus span {
  opacity: 1;
}
.siteSearch #siteSearchButton span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.51,19.31l-4-4a7.3,7.3,0,1,0-1.17,1.19l4,4a.81.81,0,0,0,.57.25.75.75,0,0,0,.57-.25A.86.86,0,0,0,20.51,19.31Zm-4-8.64A5.75,5.75,0,1,1,14.8,6.58,5.74,5.74,0,0,1,16.48,10.66Z' fill='%23000'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  opacity: 1;
}

/*--------------------------------------------*/
/*----------------- PAGEBODY -----------------*/
/*--------------------------------------------*/
#pageBody {
  background: #fff;
  clear: both;
  max-width: 1280px;
  margin: 0 auto;
}
#pageBody:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/*--------- Site Banner ---------*/
#siteBanner {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
#siteBanner #siteTitle {
  display: inline-block;
  position: relative;
  padding: 40px 50px;
}
#siteBanner #siteBannerBG figure {margin: 0;}
#siteBanner #siteBannerBG figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
#siteBanner #siteBannerBG figcaption.advanced {
  box-sizing: border-box;
  position: static;
  float: left;
  padding: 15px;
  margin-bottom: 15px;
  background: #444;
}
#siteBanner #siteBannerBG figcaption.advanced * {
  margin: 0;
}
@media only screen and (min-width: 841px) {
  #siteBanner {background: #fff;}
  #siteBannerBG {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
  }
  #siteBanner.siteBannerSS {overflow: hidden;}
  #siteBanner.siteBannerImg,
  #siteBanner.siteBannerSS {
    position: relative;
    display: block;
    height: auto!important;
    background: #444;
    border-bottom: 1px solid #b7b7b7;
  }
  #siteBanner.siteBannerImg #siteTitle,
  #siteBanner.siteBannerSS #siteTitle {
    display: block;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding-bottom: 50px;
  }
  #siteBanner.siteBannerImg #siteBannerBG,
  #siteBanner.siteBannerSS #siteBannerBG {
    position: relative;
    z-index: 0;
  }
  #siteBanner #siteBannerBG figure {
    display: flex;
    align-items: center;
    max-height: 600px;
    min-height: 32vw;
  }
  #siteBanner #siteBannerBG figcaption.advanced {
    position: absolute;
    min-width: 250px;
    max-width: 50%;
    background: rgba(0,0,0,.6);
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 25px 50px 25px 25px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    transform: none;
    border: none;
  }
  #siteBanner.siteBannerSS .siteBannerShading {
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-radial-gradient(0% 100%, farthest-side, rgba(0,0,0,.5), rgba(0,0,0,0));
    background: radial-gradient(farthest-side at 0% 100%, rgba(0,0,0,.5), rgba(0,0,0,0));
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1280px) {
  #siteBanner #siteTitle,
  #siteBanner.siteBannerImg #siteTitle,
  #siteBanner.siteBannerSS #siteTitle {
    left: 50%;
    margin-left: -640px;
  }
  #siteBanner #siteBannerBG figcaption.advanced {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1310px) {
  #siteBanner #siteTitle,
  #siteBanner.siteBannerImg #siteTitle,
  #siteBanner.siteBannerSS #siteTitle {
    margin-left: -665px;
  }
}
/*--------- Site Nav ---------*/
#siteNav {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 50px 50px;
  margin: 40px 0 0;
}
@media screen and (min-width: 1310px) {
  #siteNav {
    padding-left: 25px;
  }
}
#siteNav_links h3 {
  position: absolute;
  left: -999em;
}
/*--------- Content ---------*/
#mainContent {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding-bottom: 50px;
  margin: 40px 0 0;
}
#secondaryContent {
  float: right;
  box-sizing: border-box;
  clear: none;
  width: 25%;
  padding: 0 50px 50px;
  margin: 40px 0 0;
}
@media screen and (min-width: 1310px) {
  #secondaryContent {
    padding-right: 25px;
  }
}
/*--------- 1 & 2 column layouts ---------*/
body.oneCol #mainContent {
  display: block;
  width: auto;
  padding: 0 25px;
  float: none;
}
@media screen and (min-width: 840px) and (max-width: 1310px) {
  body.oneCol #mainContent {
    padding: 0 50px;
  }
}
body.oneColNarrow #mainContent {max-width: 800px;}
body.oneCol #siteNav, body.oneCol #secondaryContent, body.oneCol #accessLinks a[href="#siteNav"] {display: none!important;}
body.twoCol #mainContent {
  width: 75%;
  padding-right: 50px;
}
body.twoCol #secondaryContent {display: none!important;}

/*--------- MEDIUM ---------*/
@media only screen and (max-width : 1000px) {
  #mainContent, body.twoCol #mainContent {
    display: block;
    float: right;
    width: 65%;
    padding-right: 50px;
    margin: 30px 0 0 0;
  }
  #siteNav {
    float: left;
    width: 35%;
    min-width: auto;
    padding: 0 50px 50px;
    margin: 30px 0 0;
  }
  #secondaryContent {
    float: left;
    clear: left;
    width: 35%;
    min-width: auto;
    padding: 0 50px 50px;
    margin: 0;
  }
}

/*-------- CALLOUT ---------*/

p.callout, a.callout {
    background-color:#fff;
    border: 1px solid #bbb;
    padding:8px 18px 9px 18px;
    font-size:13px;
    line-height:1.4em;
    text-align:center;
    color:#a70e16;
    display:block;
    margin: 20px auto 25px auto;
    width: 80%;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: .02em;
}

a.callout:hover {
    background-color:#a70e16;
    border-color:#a70e16;
    color:#fff;
    text-decoration:none;
}

p.callout span {
    display:block;
    padding:4px 0 0 8px;
    color:#000;
    font-size:.9em;
}

/*------------------------------------------*/
/*----------------- FOOTER -----------------*/
/*------------------------------------------*/
#footer {
  clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  color: #333;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}
.footerSection {
  display: table-cell;
  padding: 40px 50px;
  border-left: 1px solid #e0e0e0;
}
.footerSection:first-child { border-left: none; }
#footer h2 {
  border: none;
  font-size: 1.1em;
  font-weight: bold;
  color: #555;
  margin: 0;
}
#footer a {
}
#footerLinks ul,
#footerSocial ul {
  padding: 0;
  list-style: none;
}
#footerSocial li { display: inline; }
#footerSocial li a {
  display: inline-block;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background: url(https://www.reed.edu/global_assets/reed/images/footer.social.sprite.color.png) no-repeat;
  background-size: auto 40px;
}
#footerSocial li#footerSocialFacebook a { background-position: 0 0; }
#footerSocial li#footerSocialTwitter a { background-position: -40px 0; }
#footerSocial li#footerSocialYoutube a { background-position: -80px 0; }
#footerSocial li#footerSocialInstagram a { background-position: -120px 0; }

/*----------------------------------------*/
/*----------------- MISC -----------------*/
/*----------------------------------------*/
.accessHide {
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#accessLinks {
  position: absolute;
  top: -999px;
  left: 0;
  width: 80%;
  z-index: 999;
}
#accessLinks a {
  position: absolute;
  top: 0;
  left: 0;
}
.crazyIEfix:active, #accessLinks a:focus, #accessLinks a:active {
  top: 999px;
  background-color: #fff;
  padding: 5px 10px;
  margin: 5px;
  white-space: nowrap;
}

@media only screen and (max-width: 840px) {
  #headerContainer {
    height: auto;
    background-image: none;
    border-bottom: none;
    z-index: 999;
  }
  #nameplate h1 {height: 50px;}
  #nameplate h1 a {
    background-size: 160px;
    width: 160px;
    height: 0;
    padding-top: 18px;
    top: 16px;
    left: 15px;
  }
  /*--------- Reed Nav ---------*/
  #reedNav {background: #6e0400;}
  #header.reedHeaderCollapse #reedNav {
    background: none;
    position: absolute;
    top: 15px;
    left: 100%;
    border: none;
    margin: 0;
    margin-left: -42px;
    height: 0;
    width: 27px;
    overflow: hidden;
    padding: 20px 0 0 0;
  }
  #header.reedHeaderCollapse #reedSearch,
  #header.reedHeaderCollapse #utilityNav {position: absolute; top: -999em; left: -999em; bottom: auto; right: auto;}
  #reedNav ul#reedNavPrimary {
    position: static;
    padding: 20px 0 0 0;
  }
  #reedNav li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
  }
  #reedNav li a {
    display: inline-block;
    letter-spacing: 1px;
    padding: 13px 20px;
  }
  #reedNav h3 {
    top: 15px;
    left: auto;
    right: 15px;
    z-index: 999;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='32px' height='21px' viewBox='0 0 32 21' enable-background='new 0 0 32 21' xml:space='preserve'%3E%3Crect fill='%23ffffff' width='32' height='3'/%3E%3Crect y='9' fill='%23ffffff' width='32' height='3'/%3E%3Crect y='18' fill='%23ffffff' width='32' height='3'/%3E%3C/svg%3E");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    margin: 0;
    width: 27px;
    height: 0;
    padding-top: 17px;
    border: none;
    overflow: hidden;
  }
  #header.reedHeaderCollapse #reedNav h3 {
    top: 0;
    right: 0;
  }
  /*--------- Utility Nav ---------*/
  #utilityNav, #reedNavSecondary {
    position: static;
    width: auto;
  }
  #utilityNav ul, ul#reedNavSecondary {
    list-style: none;
    padding: 10px 0 20px 0;
    margin: 10px 0 0;
    border-top: 1px solid rgba(255,255,255,.3);
  }
  #utilityNav li, #reedNavSecondary li {
    float: none;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-transform: none;
  }
  /*---------- More ---------*/
  #reedNav_more ul {
    position: static;
    width: auto;
    background: transparent;
    padding: 0;
  }
  li#reedNav_more li {
    margin: 0 0 0 20px;
  }
  li#reedNav_more > a {padding-right: 13px;}
  li#reedNav_more .reedNav_more_for {
    font-size: inherit;
    font-weight: bold;
  }
  li#reedNav_more #reedNav_more_forAlumni {margin-bottom: 0;}
  /*--------- Reed Search ---------*/
  #reedSearch {
    position: static;
    width: auto;
    margin: 20px 20px 30px 20px;
    margin: 0;
    background: #fff;
    background: rgba(255,255,255,.9);
  }
  #reedSearch form {
    padding: 0 29px 0 20px;
  }
  #reedSearch input#reedSearchBox {
    height: 50px;
    font-size: 1em;
    color: #000;
  }
  #reedSearch #reedSearchButton {
    height: 27px;
    width: 27px;
    bottom: 12px;
    right: 16px;
  }
  #reedSearch #reedSearchButton span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.51,19.31l-4-4a7.3,7.3,0,1,0-1.17,1.19l4,4a.81.81,0,0,0,.57.25.75.75,0,0,0,.57-.25A.86.86,0,0,0,20.51,19.31Zm-4-8.64A5.75,5.75,0,1,1,14.8,6.58,5.74,5.74,0,0,1,16.48,10.66Z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    background-size: 26px auto;
  }
  /*--------- Site Banner ---------*/
  #siteBanner {
    display: block;
    height: auto!important;
    background: #fff;
    border-bottom: 1px solid #b7b7b7;
  }
  #siteBanner #siteTitle {
    display: block;
    padding: 20px 57px 20px 15px;
  }
  #siteBanner #siteTitle h1 {font-size: 30px;}
  #siteBanner #siteTitle .siteSubTitle {
    font-size: 14px;
    color: #444;
  }
  #siteBannerBG {position: relative;}
  #siteBannerBG.siteBannerCollapse {display: none;}
  #siteBannerBG img {
    max-width: 100%;
    height: auto;
  }
  #siteNav {
    float: none;
    background: #eee;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px;
    width: auto;
  }
  #siteNav.siteNavCollapse {
    background: none;
    position: absolute;
    top: 75px;
    left: 100%;
    border: none;
    margin: 0;
    margin-left: -42px;
    height: 0;
    width: 27px;
    overflow: hidden;
    padding: 20px 0 0 0;
  }
  #siteNav #siteNav_links h3 {
    top: 75px;
    left: auto;
    right: 15px;
    z-index: 990;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='32px' height='21px' viewBox='0 0 32 21' enable-background='new 0 0 32 21' xml:space='preserve'%3E%3Crect fill='%23333333' width='32' height='3'/%3E%3Crect y='9' fill='%23333333' width='32' height='3'/%3E%3Crect y='18' fill='%23333333' width='32' height='3'/%3E%3C/svg%3E");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    margin: 0;
    width: 27px;
    height: 0;
    padding: 20px 0 0;
    border: none;
    overflow: hidden;
  }
  #siteNav.siteNavCollapse #siteNav_links h3 {
    top: 0!important;
    right: 0;
  }
  #mainContent {
    width: auto!important;
    max-width: 768px;
    float: none!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    margin: 20px 0 0!important;
  }
  /*Clearfix*/
  #mainContent:before,#mainContent:after {content:"";display:table;}
    #mainContent:after {clear:both;}
    #mainContent {zoom:1;}
  #secondaryContent{
    float: none;
    width: auto;
    max-width: 768px;
    margin: 0 auto;
    border: none;
    border-top: 4px solid #ccc;
    padding: 15px;
  }
  #footer {
    display: block;
    width: auto;
    padding: 0 0 15px;
  }
  .footerSection {
    display: block;
    padding: 0 20px;
    margin: 30px 0 30px;
    border: none;
  }
  #footerContact, #footerLinks {width: auto;}
}
 #mainContent iframe {border:0;}
