@charset "UTF-8";

html {
  width: 100%;
  overflow-x: hidden;
  font-size: 18px;
  background-color: black;
  color: #333;
  margin: 0;
  line-height: 26px;
}

body {
  margin: 0 auto;
  width: 100%;
}

/******* headings **********/

h1 {
  font-size: 3rem;
  font-weight: 600;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
}

h2 {
  color: #5e4b3c;
  font-size: 3rem;
  font-weight: 700;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.125;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 3rem;
}

h3 {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.1;
  text-transform: uppercase;
  color: #194872 !important;
}

h4 {
  font-size: 1.33rem;
  font-weight: 600;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
  text-align: center;
  margin: 0.25rem auto 2rem 0;
  text-transform: uppercase;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
  margin: 0.25rem 2.7rem -0.5rem;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1rem;
  margin: 0 0 1rem;
  color: #3172ae;
  text-transform: capitalize;
}

.small {
  font-size: 0.7rem;
}

.subhead {
  color: #3172ae;
  font-size: 2rem;
  font-weight: 400;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 2rem auto;
  text-transform: uppercase;
}

.subhead.subhead-label {
  color: #333;
  font-weight: 700;
}

.flex-nav-order {
  display: flex;
  flex-direction: column;
}

.subhead.no-intro {
  margin-bottom: 1rem;
}

/********* other text styles *********/

p,
ul {
  font-size: 1rem;
  font-weight: 400;
  font-family: "proxima-nova", "sans-serif";
  line-height: 26px;
}

ul {
  margin: 0;
}

a {
  color: #fff;
}

blockquote {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.8;
  padding: 8% 8% 0 8%;
  text-transform: uppercase;
  margin: 7.5rem auto;
  width: 40%;
  background-color: #222;
  color: white;
  position: relative;
  z-index: 1;
}

blockquote::before {
  content: "\201C";
  font-size: 12rem;
  opacity: 0.1;
  position: absolute;
  top: -4rem;
  left: 1.5rem;
  font-weight: 800;
  z-index: -1;
  /**** keep quote mark below quote ****/
}

blockquote::after {
  content: "\201D";
  font-size: 12rem;
  opacity: 0.1;
  position: absolute;
  bottom: -8.5rem;
  right: 1.5rem;
  font-weight: 800;
  z-index: -1;
  /**** keep quote mark below quote ****/
}

blockquote footer {
  font-size: 0.8rem;
  margin: 2rem 0 4rem 0;
  float: right;
  text-transform: none;
}

button img {
  display: block;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.semi {
  font-weight: 500;
}

.bold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

/******* floats and sizes *******/

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  overflow: auto;
}

.full {
  width: 100%;
}

.half {
  width: 50% !important;
}

.quarter {
  width: 25%;
}

.bottomMargin2rem {
  margin-bottom: 2rem;
}

/********* colors and backgrounds *********/

.blue1 {
  color: #1fb4ff;
}

.blue2 {
  color: #3172ae;
}

.blue3 {
  color: #3e8ede;
}

.red1 {
  color: #ff8f94;
}

.green1 {
  color: #00edfa;
}

.purple1 {
  color: #d691ff;
}

.blueBG {
  background-color: #004365;
}

.blueBG2 {
  background-color: #00517b;
}

.blueBG3 {
  background-color: #3172ae;
}

.redBG {
  background-color: #78262a;
}

.redBG2 {
  background-color: #8c2f35;
}

.greenBG {
  background-color: #00666b;
}

.yellowBG {
  background-color: #f1c400;
}

.purpleBG {
  background-color: #500778;
}

.lightBG {
  background-color: #e5f2f3;
}

#quoteBG {
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid white;
  position: relative;
}

#quoteBG img {
  width: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  left: 0;
}

#coverBG {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 45%)
      bottom,
    url(https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/a2eca687-911e-479a-a10d-e38b4d4a3910.png)
      bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}

#coverBG h2 {
  /* position:absolute; */
  top: 0;
  margin-top: 2rem;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  width: 100%;
  color: #fff;
  float: right;
}

#letterBG {
  /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); */
  background-color: #f3f3f3;
}

.arrow img {
  width: 100%;
  margin-bottom: 0;
}

#profiles h2 {
  display: block;
  width: 100%;
  background-color: white;
}

.wrap {
  padding: 0 2.7rem 1.5rem;
  background-color: white;
}

#sigContainer {
  overflow: auto;
}

.FundraisingContainer h2,
.HallOfFameContainer h2 {
  margin-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.container h2 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/********** articles ***********/

section {
  width: 100%;
}

article {
  overflow: auto;
  margin-top: 1.5rem;
}

article + article {
  display: none;
}

.container {
  width: 100%;
  max-width: 56.88rem;
  margin: 0 auto;
  background-color: white;
  display: grid;
}

.container .profileArticle {
  width: 100%;
  background-image: url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/310315ea-6b6a-481a-b66e-4843ea97d291.png);
  padding: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  display: table;
  margin: 1rem 0 0 0;
  position: relative;
  max-width: 52rem;
  padding-right: 2rem;
  padding-left: 0;

  background: rgb(59, 147, 228);
  background: -moz-linear-gradient(
    90deg,
    rgba(59, 147, 228, 1) 0%,
    rgba(103, 240, 240, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(59, 147, 228, 1) 0%,
    rgba(103, 240, 240, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(59, 147, 228, 1) 0%,
    rgba(103, 240, 240, 1) 100%
  );
}

.copy-outer {
  display: table;
  width: 100%;
}

.profileArticle.hasReadMore .copy {
  display: block;
}

.leadership .profileArticle.hasReadMore .copy {
  display: table-cell;
}

.profileArticle.profileArticle.hasReadMore .readMore {
  position: relative;
  order: 1;
  width: calc(100% + 2rem);
}

.profileArticle.right {
  background-image: url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/9045850c-8873-4fc7-b675-ce7a88ad3e46.png);
  padding-left: 0;
  padding-right: 2rem;

  background: rgb(59, 147, 228);
  background: -moz-linear-gradient(
    -90deg,
    rgba(59, 147, 228, 1) 0%,
    rgba(103, 240, 240, 1) 100%
  );
  background: -webkit-linear-gradient(
    -90deg,
    rgba(59, 147, 228, 1) 0%,
    rgba(103, 240, 240, 1) 100%
  );
  background: linear-gradient(
    -90deg,
    rgba(59, 147, 228, 1) 0%,
    rgba(103, 240, 240, 1) 100%
  );
}

.darkHex {
  /*
 background-image:url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/7e1e3f45-3f89-44d8-9107-255d32d9dd2b.png) !important; 
 */
}

.darkHexRight {
  /*
 background-image:url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/7a5d06d1-e927-41e3-94f3-f6d52d41c764.png) !important;
 */
}

.profileArticle .copy,
.expand .copy {
  padding: 2.7rem;
  display: table-cell;
}

.profileArticle.right .copy {
  padding: 2.7rem;
}

.profileArticle .imgContainer,
.expand .imgContainer {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  /* background-image:url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/9/75c96973-499d-4238-a7d2-f6be6abb647b.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.profileArticle .imgContainer h5 {
  text-align: center;
  color: white;
  margin-bottom: 2em;
}

.container#BW div.imgContainer {
  padding: 0;
}

.dark {
  /*
   background-image:url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/a8608b2b-d632-4e29-a09b-68c2da60f932.svg) !important;

 */
}

.transparent {
  /*
   background-image:url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/0dba0009-7c02-4f1e-9576-75e5f9155462.svg) !important;
 */
}

.noBG {
  background-image: none !important;
}

.profileArticle .imgContainer img,
.expand .imgContainer img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0;

  -webkit-mask-image: url("https://multimedia.web.tufts.edu/salesforce/masks/circle_mask.png");

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 95%;
}

.profileArticle.right .imgContainer img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.noMask {
  -webkit-mask-image: none !important;
}

.readMore {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 5px solid #3172ae;
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  outline: none;
}

.readMore span {
  background-color: #3172ae;
  padding: 0.5rem 2rem 0.25rem;
  font-size: 1.25rem;
  color: #fff;
  margin-left: 2.7rem;
  margin-bottom: -5px;
}

.container.HallOfFameContainer {
  background: #3172ae;
  /* background-image: url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/77ea783d-1065-4ab8-9524-b6bd2eb2143b.jpg); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: 0; */
}

.container.HallOfFameContainer .subhead,
.container.HallOfFameContainer h2,
.container.HallOfFameContainer p {
  color: #fff;
}

.HallOfFameContainer,
.FundraisingContainer {
  position: relative;
}

.readMore2 {
  margin: 2rem auto;
  width: 12rem;
  display: block;
  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: 400;
  font-family: "proxima-nova", "sans-serif";
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  border-radius: 0;
  background-color: #333;
  border: 0;
  outline: none;
}

.open::before {
  content: "Read More";
}

.close::before {
  content: "Close";
}

.expand {
  width: 100%;
  padding: 1.5rem 2.9rem;
  margin: 0;
  max-width: 54rem;
  display: none;
  box-sizing: border-box;
}

.expand.right {
  padding: 2rem 2rem 2rem 0;
}

.expand.right .copy {
  padding: 2.7rem;
}

.expand.left {
  padding: 2rem 2rem 2rem 0;
}

.expand.left .copy {
  padding: 2.7rem;
}

.expand .imgContainer {
  display: table-cell;
  vertical-align: middle;
  /*float: right*/
}

.expand .copy {
  /* display: block; */
}

.expand .imgContainer h5 {
  text-align: center;
}

.expand2 {
  width: 100%;

  max-width: 54rem;
  display: none;
  box-sizing: border-box;
}

.expand2 p:first-of-type {
  margin-top: 0;
}

.expandR {
  padding-left: 4.6rem;
}

.expand p {
  margin: 1rem 0;
}

.sm {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 1;
}

.articleGridwrapper {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-gap: 1.5%;
}

.sub-articleGridwrapper {
  display: inline-grid;
  grid-template-columns: 25% 75%;
  grid-gap: 1rem;
  margin: 1rem 0;
}

.articleGridcol img {
  width: 100%;
}

/********** article buttons ***********/

.btnContainer {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 2rem 0.5rem 0rem 0.5rem;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .btnContainer {
    margin: 2rem 1rem 0rem 1rem;
  }
}

.sectionButton {
  width: 12rem;

  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: 400;
  font-family: "proxima-nova", "sans-serif";
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  border-radius: 0;
  background-color: #333;
  border: 0;
}

.previous {
  margin-right: 0.5rem;
}

/********** hero and navigation ***********/

.container#coverBG {
  position: relative;
  min-height: 45rem;
  /* 535px */
  display: block;
  border-collapse: separate;
  border-spacing: 0 5rem;
  overflow: hidden;
  /* keep the pipe character from showing below the section */
}

.leading-header {
  display: block;
  font-size: 2rem;
  line-height: 1.25;
}

.year-header {
  display: block;
  font-size: 3.3rem;
}

.container#coverBG h1 {
  font-weight: 700;
  bottom: 0;
  right: 1rem;
  position: absolute;
  color: #fff;
  line-height: 1;
  margin: 0;
  float: right;
  /* text-shadow: 0 0 5rem rgba(0,0,0,0.75); */
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: -0.7rem;
}

#nav-container {
  position: relative;
}

nav {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem 2rem 2.8rem 2rem;
  /* display:table-cell; */
  width: 20%;
  min-width: 11rem;
  margin-bottom: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

nav a {
  font-size: 1rem;
  font-weight: 400;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
  display: inline-block;
  margin-top: 0.8rem;
  color: #333;
}

nav a:last-of-type {
  margin-bottom: 2.5rem;
}

/********** dean's letter ***********/

.container#letterBG h2 {
  margin-top: 0;
}

.container#letterBG .sig {
  vertical-align: bottom;
}

.container#letterBG .sig p {
  margin-top: 8rem;
}

.container#letterBG #letterBox {
  padding: 3rem 10% 0;
}

.container#letterBG .sig img {
  display: block;
  margin: 2rem 3rem 0 0;
  max-width: 319px;
}

#sigContainer {
  overflow: auto;
}

.container#sub-footer div.footer-bottom-text {
  margin: 1rem 2rem;
}

.container#sub-footer div.footer-bottom-text p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.achievements,
.success,
.facilities,
.leadership,
.community {
  overflow-x: hidden;
}

.achievements h5 {
  margin-left: 0;
  margin-bottom: -1.5rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.achievements h5.imageDesc {
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 1.125rem;
}

.achievementsContainer {
  margin: 0rem auto 3rem auto;
}

.statOuterContainer {
  display: flex;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

.statContainer {
  width: 33.33%;
  margin: 1em 0.25rem;
  text-align: center;
}

.statContainer h5 {
  font-size: 3rem;
  color: #3172ae;
  font-weight: 700;
  margin: 0;
}

button {
  cursor: pointer;
}

.statContainer h6 {
  font-size: 1rem;
  color: #333;
  font-weight: 800;
  margin: 0;
}

.container article:nth-of-type(3n + 1) .expand,
.container article:nth-of-type(3n + 2) .expand {
  background-color: #daeaf8;
}

.container article:nth-of-type(3n + 1) .expand *,
.container article:nth-of-type(3n + 2) .expand * {
  color: #333 !important;
}

.container article:nth-of-type(3n + 3) .expand {
  background-color: #edebea;
}

.container article:nth-of-type(3n + 1) .profileArticle {
  background: rgb(42, 96, 146);
  background: linear-gradient(
    180deg,
    rgba(42, 96, 146, 1) 0%,
    rgba(42, 96, 146, 1) 28%,
    rgba(69, 54, 43, 1) 100%
  );
}

.container article:nth-of-type(3n + 1) .readMore {
  border-bottom-color: #3172ae;
}

.container article:nth-of-type(3n + 1) .readMore span {
  background-color: #3172ae;
}

.container article:nth-of-type(3n + 2) .readMore,
.container article:nth-of-type(3n + 3) readMore {
  border-bottom-color: #333;
}

.container article:nth-of-type(3n + 2) .readMore span,
.container article:nth-of-type(3n + 3) readMore span {
  background-color: #333;
}

.container article:nth-of-type(3n + 2) .profileArticle {
  background: #3172ae;
}

.container article:nth-of-type(3n + 3) .profileArticle {
  background: #5e4b3c;
}

article .profileArticle p,
article .profileArticle h3 {
  color: #fff !important;
}

.carouselIntroContainer {
  margin: 0 auto;
  max-width: 850px;
  width: 80%;
}

/********** giving by the numbers ***********/

.container.FundraisingContainer h2,
.container.FundraisingContainer .subhead,
.container.FundraisingContainer p {
  color: #fff;
}

.infographicOuter {
  height: 16rem;
  margin: 0 0 0 0;
}

.infographicInner {
  margin: 2rem 0 0;
  width: 100%;
  text-align: center;
  /* background-image: linear-gradient(to bottom, transparent 42%, white 42%); */
}

.infographicInner img {
  display: none;
}

.infographicInner img {
  width: auto;
  background: white;
}

.infographicInner img:nth-child(n + 2) {
  width: auto;
}

.detail-text-inner p,
.detail-text-inner h4 {
  clear: both;
}

section.container div.detail-text-item,
section.container div.detail-text-text-item {
  padding: 0;
  margin: 0;
}

div.detail-text-item {
  display: flex;
}

div.detail-text-item img {
  object-fit: cover;
}

section.container div.detail-text-inner h4 {
  margin-top: 0;
}

.infographicLeft,
.infographicRight,
.infographicLeft2,
.infographicRight2 {
  position: absolute;
  bottom: 0;
  margin: 0 0 -2rem 0;
  padding: 0;
  border: 0;
  z-index: 1;
}

.infographicLeft,
.infographicLeft2 {
  left: 0;
}

.infographicRight,
.infographicRight2 {
  right: 0;
}

.sectionPadding {
  max-width: 56.88rem;
  background: #fff;
  margin: 0 auto;
  display: block;
}

/********** donors ***********/

.container.fundraising h2 {
  margin: 3rem auto;
}

.container.fundraising h4,
.container#BoardOfAdvisorsContainer h4:not(:first-of-type),
.articleGridcol h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #3172ae;
  text-align: left;
  margin: 3rem auto 1rem;
}

.container.fundraising h4.detail-text-headline {
  color: #333;
  margin-top: 1em;
}

.container.fundraising li,
.container#BoardOfAdvisorsContainer li {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  list-style-type: circle;
  padding-left: 1rem;
}

.paragraph_indent {
  margin-left: 3.25rem;
  margin-top: 0.5rem;
}

.container.fundraising img,
.container#BoardOfAdvisorsContainer img {
  margin: 0 auto 2rem;
  display: block;
  width: 100%;
}

.container.fundraising div {
  padding: 3rem;
  margin: 0 auto;
}

.container#BW div {
  padding: 0 5% 2rem;
  margin: 0.5rem auto;
}

#BW h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 2rem auto 2rem;
}

.container#BoardOfAdvisorsContainer div.articleGridwrapper {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 0;
  padding-right: 0;
}

.container#BoardOfAdvisorsContainer div {
  padding: 0 3rem 2rem;
  margin: 0 auto;
}

h4.facilitiesSubheader {
  color: #333 !important;
}

.container#BoardOfAdvisorsContainer .articleGridcol {
  padding: 0 1rem 2rem;
  margin: 0 auto;
}

.container#BoardOfAdvisorsContainer .articleGridcol p span {
  color: #3172ae;
  font-weight: 700;
}

.container#BoardOfAdvisorsContainer .articleGridcol p {
  line-height: 1.5;
}

.articleGridwrapper2 {
  display: inline-grid;
  grid-template-columns: 50% 50%;
  grid-gap: 1.5%;
}

.articleGridwrapper2 .articleGridcol {
  padding-top: 0 !important;
  background-color: #daeaf8;
  /* background-image:url("http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/5246a692-1412-473b-8088-7db8d2543444.png"); */
  background-repeat: no-repeat;
  background-position: bottom;
}

/********** footer ***********/

.container#sub-footer .introPara {
  /* margin-top: 1rem; */
  padding: 2rem 2rem 4.25rem;
  color: #fff;
}

.footerImg {
  padding: 8rem 0 0;
}

.container#sub-footer p,
.container#sub-footer ul {
  color: #fff;
}

.container#sub-footer h4,
.container#sub-footer h2 {
  text-align: center;
  color: #fff;
}

.container#sub-footer h4:last-of-type {
  margin: 0;
}

.container#sub-footer h4 {
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}

.container#sub-footer h2 {
  line-height: 1.125;
  margin-top: 0;
}

/********** triptych ***********/

.FundraisingContainer h4 {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.container#profiles {
  background-image: url(http://image.e.tufts.edu/lib/fe9e13727664067f74/m/6/77ea783d-1065-4ab8-9524-b6bd2eb2143b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}

.flex-grid {
  display: flex;
  position: relative;
  padding: 2rem 2rem 0;
  margin-bottom: 4rem;
}

.col {
  flex: 1;
  padding: 0;
  clear: both;
  margin: 0.5rem 0.26rem;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.5;
  background-color: #f0f0f0;
}

.col p {
  margin: 0;
  padding: 0 2rem 1rem 2rem;
}

.col p:last-of-type {
  margin-bottom: 1rem;
}

.col h6 {
  margin-top: 3rem;
  padding: 0 2rem 0 2rem;
  line-height: 1.7;
}

.col img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.col div {
  /*** names ***/

  margin: -3rem auto 1rem;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 600;
}

#tripytchLeft,
#tripytchRight,
#mobileTripytchLeft,
#mobileTripytchRight {
  position: absolute;
  top: 50%;
  margin: -2.083rem 0.5rem 0;
  padding: 0;
  border: 0;
  z-index: 1;
}

#tripytchLeft,
#mobileTripytchLeft {
  left: 0;
}

#tripytchRight,
#mobileTripytchRight {
  right: 0;
}

#tripytchLeft img,
#mobileTripytchLeft img,
#tripytchRight img,
#mobileTripytchRight img {
  display: block;
}

#mobileTripytchLeft,
#mobileTripytchRight {
  display: none;
}

.container.FundraisingContainer {
  position: relative;
  background: #3172ae;
}

.hidden {
  opacity: 0;
  transition-timing-function: linear, step-end;
}

.longBottom {
  margin-bottom: 0;
}

#SM {
  display: grid;
  grid-template-columns: 20% 80%;
  background-color: #014365;
}

div#SM div.leftFooter a:last-child img {
  width: 180px;
}

#SM div.rightFooter {
  margin-top: 0.25rem;
}

div.rightFooter a:last-child {
  height: 32px;
  width: auto;
}

#SM div {
  padding: 2rem !important;
}

#SM div:last-child {
  text-align: right;
  padding-top: 3rem !important;
}

#SM div a:last-child img:last-child {
  width: 45px;
  margin-right: 0;
}

#SM div:last-child img {
  width: 32px;
  margin-right: 0.5rem;
}

/*********** MOBILE ************/

@media (max-width: 950px) and (min-width: 700px) {
  .infographicOuter {
    height: 31vw;
  }

  .infographicInner img {
    max-width: 75% !important;
  }
}

@media (max-width: 700px) {
  #sigContainer {
    display: flex;
    flex-flow: column-reverse;
  }

  .profileArticle.profileArticle.hasReadMore .readMore {
    width: 100%;
  }

  .expand.right,
  .expand.left {
    padding: 0;
  }

  .expand.right .copy,
  .expand.left .copy {
    padding: 1rem 2rem;
  }

  .copy-outer {
    display: flex;
    flex-direction: column;
  }

  .sectionpadding .container#BW div {
    padding: 0 2rem 2rem;
  }

  .statOuterContainer {
    display: flex;
    flex-direction: column;
  }

  .statContainer {
    width: calc(100% - 0.5rem);
    padding: 0 0.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .container#coverBG h1 {
    /* right: 0; */
    /* left: 2rem; */
    /* text-align: left; */
  }

  .container {
    display: block;
  }

  .carousel-container.container {
    display: grid;
  }

  body {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
  }

  article,
  section {
    width: 100%;
  }

  .articleGridwrapper2 {
    display: block;
  }

  .articleGridwrapper {
    row-gap: 0;
    grid-template-columns: 50% 50% !important;
  }

  .container.fundraising div,
  .container#BoardOfAdvisorsContainer div {
    padding: 5%;
  }

  .container .profileArticle {
    display: flex;
    /*** support for older phones ***/
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .profileArticle .imgContainer img,
  .expand .imgContainer img {
    margin: 0 auto;
  }

  .profileArticle .imgContainer,
  .expand .imgContainer {
    display: block;
    margin: 0rem auto 2rem auto;
    width: 75%;
    order: 2;
  }

  .profileArticle .copy,
  .profileArticle.right .copy {
    order: 1;

    padding: 1rem 2rem 1rem;
  }

  .container#coverBG {
    background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 1) 20%,
          rgba(0, 0, 0, 0) 50%
        )
        bottom,
      url(https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/a2eca687-911e-479a-a10d-e38b4d4a3910.png)
        bottom;
    background-size: cover;
    background-position-x: center;
  }

  h1 {
    font-size: 2rem;
  }

  #coverBG h2 {
    font-size: 1.2rem;
  }

  .sectionButton {
    margin: 0.25rem 0.125rem;
  }

  .subhead {
    font-size: 1.5rem;
    line-height: 1.125;
    margin: 0.33rem 2rem 2rem 2rem;
  }

  .infographicInner {
    margin: 1rem auto 0;
    width: 80%;
  }

  .infographicInner img {
    max-width: 90% !important;
  }

  #sigContainer {
    display: flex;
    flex-flow: column-reverse;
  }

  .container.fundraising {
    padding-top: 2rem;
  }

  .container.fundraising h4 {
    padding-top: 2.5rem;
    margin-top: 0;
  }

  blockquote {
    width: 80%;
    padding: 5rem 1.5rem 1rem;
  }

  .col p {
    padding-bottom: 3rem;
  }

  .longBottom {
    margin-bottom: 3rem;
  }

  #quoteBG {
    text-align: center;
  }

  #quoteBG img {
    max-width: 100%;
  }

  h2 {
    line-height: 1.125;
    font-size: 1.8rem;
    margin: 3rem 0.25rem 0;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .container#letterBG .sig p {
    margin-top: 1rem;
  }

  .sig img {
    width: 80%;
  }

  .readMore span {
    font-size: 1rem;
    display: block;
    width: 6rem;
    text-align: center;
    padding: 0.5rem;
  }

  .expand {
    padding-left: 2rem;
  }

  .expandR {
    padding-left: 2.2rem;
  }

  #SM {
    grid-template-columns: 100%;
  }

  #SM div:last-child {
    text-align: left;
    padding-top: 0 !important;
  }

  .articleGridwrapper2 .articleGridcol {
    padding-top: 1rem !important;
  }

  .container#BoardOfAdvisorsContainer h4:not(:first-of-type),
  .articleGridcol h4 {
    margin: 1.5rem auto 1rem;
  }

  .flex-grid {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .infographicOuter {
    height: 25vw;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .infographicInner img {
    margin: 0 auto;
  }

  .infographicInner {
    margin: 1rem auto 0;
  }

  .container.fundraising {
    margin-top: 0;
  }

  .container.FundraisingContainer h4 {
    margin: 1rem 0.5rem 0;
    font-weight: 600;
  }

  .fundraising div h4:first-of-type {
    padding-top: 6rem;
  }

  .articleGridcol h4 {
    padding-top: 2rem !important;
  }

  .container.fundraising h2 {
    margin: 6rem 0.5rem 3rem;
  }

  .col img {
    width: 33%;
    float: left;
    clear: both;
    margin-right: 1rem;
  }

  .col p {
    padding: 2rem 1rem;
  }

  .col h6 {
    padding-top: 1rem;
    margin-top: 0;
  }

  .profileArticle .imgContainer {
    width: 40%;
  }

  .previous {
    margin-right: 0.5rem;
  }

  .articleGridwrapper {
    grid-template-columns: 25% 25% 25% 25%;
  }

  #SM {
    grid-template-columns: 20% 80%;
  }

  #SM div:last-child {
    text-align: right;
    padding-top: 3rem !important;
  }
}

@media (max-width: 875px) {
  div.detail-text-item {
    flex-direction: column;
  }

  div.detail-text-item img {
    order: 1;
  }

  .container#coverBG {
    background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 1) 18%,
          rgba(0, 0, 0, 0) 50%
        )
        bottom,
      url(https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/a2eca687-911e-479a-a10d-e38b4d4a3910.png)
        bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-color: black;
    min-height: 0;
  }

  .container#coverBG h1 {
    padding-top: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center !important;
    left: 0 !important;
    right: unset;
    bottom: 0;
    float: none;
  }

  #nav-container {
    order: 1;
  }

  #nav-container nav {
    position: relative;
    margin-bottom: 0;
  }

  #nav-container nav img {
    display: none;
  }

  #nav-container nav a:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {
  .container#coverBG {
    background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 1) 25%,
          rgba(0, 0, 0, 0) 50%
        )
        bottom,
      url(https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/a2eca687-911e-479a-a10d-e38b4d4a3910.png)
        bottom;
    background-size: cover;
    background-position-x: right;
  }
}

@media screen and (max-width: 550px) {
  .detail-text-inner p img {
    float: none !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .sectionButton {
    margin: 0.25rem auto;
    display: block;
  }

  h2 {
    font-size: 34px;
  }

  .articleGridwrapper .articleGridcol:not(:first-child) p {
    margin-top: 0;
  }

  .container#BoardOfAdvisorsContainer .articleGridcol {
    padding: 0 1rem;
  }

  .articleGridwrapper {
    grid-template-columns: 100% !important;
  }

  .articleGridcol {
    width: 75%;
  }
}

.btnContainer * {
  flex-grow: 1;
  max-width: 12rem;
}

.carousel-counter {
  font-size: 2rem;
  font-weight: 600;
  font-family: "proxima-nova", "sans-serif";
  line-height: 1.1;
  text-align: center;
  margin: 0 0.25rem;
  width: 66%;
  flex-grow: 2;
}
