
  @font-face {
    font-family: FoundersGrotesk;
    src: url('fonts/FoundersGroteskWeb-Bold.eot');
    src: url('fonts/FoundersGroteskWeb-Bold.woff') format('woff'),
      url('css/fonts/FoundersGroteskWeb-Bold.woff2') format('woff2');
    font-weight: bold;
  }

  @font-face {
    font-family: FoundersGrotesk_Cnd;
    src: url('fonts/FoundersGrotXCondWeb-Bold.eot');
    src: url('fonts/FoundersGrotXCondWeb-Bold.woff') format('woff'),
      url('fonts/FoundersGrotXCondWeb-Bold.woff2') format('woff2');
    font-weight: bold;
  }

  @font-face {
    font-family: FoundersGrotesk;
    src: url('fonts/FoundersGroteskWeb-Regular.eot');
    src: url('fonts/FoundersGroteskWeb-Regular.woff') format('woff'),
      url('fonts/FoundersGroteskWeb-Regular.woff2') format('woff2');
    font-weight: normal;
  }


/* Breakpoints -----*/

/* Small screens (default) */
html { 
  font-family: "FoundersGrotesk";
  font-size: 17px; 
  line-height: 21px;
  background-color: black;
  color: white;
}

/* Medium screens (640px) */
@media (min-width: 40rem) { 
  html { 
    font-size: 112%; 
    line-height: 135%; 
  }
}

/* Large screens (1024px) */
@media (min-width: 64rem) { 
  html { 
    font-size: 123%; 
    line-height: 147%;
  }
}


/* Box model -----*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Clearfix -----*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  *zoom: 1;
  margin-top: -1px;
}



/*GRID*/

.container {
  margin: 0 auto;
  max-width: 48rem;
  width: 90%;
}


/*@media (min-width: 40rem) {*/
  .column {
    float: left;
    min-height: 1px;
  }
  
  .column.full { width: 100%; }
  .column.seven-eighths { width: 87.5%; }
  .column.three-fourths { width: 75%; }
  .column.two-thirds { width: 66.667%; }
  .column.five-eighths { width: 62.5%; }
  .column.half { width: 50%; }
  .column.seven-sixteenths {width: 43.75%;}
  .column.three-eighths {width: 37.5%;}
  .column.third { width: 33.3%; }
  .column.fourth { width: 25%; }
  .column.sixth { width: 16.667%; }
  .column.eighth {width: 12.5%;}
  .column.flow-opposite { float: right; }  
/*}*/


/*------------------------------*/



/*WRAPPERS*/
.wrapper--split {
  background-color: black;
  color: #f2f2f2;
}

.wrapper--general {
  background-color: white;
  color: black;
}

.wrapper--general--phone_scene {
  background-color: black;
  color: white;
  margin-bottom: 1px;
}

.wrapper--general--phone_scene .general {
  margin-top: 0;
}

.tester {
  border-bottom: 1px solid white;
  margin: 0 40% 0 40%;
}

.text-box {
  max-width: 680px;
}

.paragraph-lead {
  font-size: 120%;
  line-height: 130%;
  font-weight: 100;
  margin-top: 0;
  padding-top: 0;
  /*margin-bottom: -0.8rem;*/
}

.general .paragraph-lead {
  font-weight: 400;
}

@media (min-width: 40rem) { 
  .paragraph-lead {
    font-size: 130%;
    font-weight: 100;
    /*margin-bottom: -0.8rem;*/
  }
}

.photo-box--chart {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.photo-box--chart .paragraph-lead {
  margin: 0;
}
.photo-box--chart .chart-subhead {
  margin: 0;
  font-size: 90%;
}

.photo-box img {
  width: 100%;
}

.photo-credit {
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 0.5rem;
}

.amina .photo-box {
  margin-left: -6%;
  margin-right: 5%;
}

.mohamed .photo-box {
  margin-right: -6%;
  margin-left: 5%;
}

.amina .photo-credit {
  text-align: right;
}

.mohamed .photo-credit {
  text-align: left;
}


.amina {
  width: 100%;
  border-right: 12px solid white;
}

.amina .text-box {
  padding: 1rem 1rem 1rem 0;
}

.mohamed {
  width: 100%;
  border-left: 12px solid white;
}

.mohamed .text-box {
  padding: 1rem 0 1rem 1rem;
  /*padding: 1rem 0 1rem 10%;*/
}

.general {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.general .text-box {
}

.transition {
  /*width: 80%;*/
  /*margin-left: 20%;*/
}


@media (min-width: 40rem) { 

  .transition {
    width: 60%;
    margin-left: 20%;
  }



  .text-box {
    margin-right: 5%;
  }
  .amina,
  .mohamed {
    width: 80%;
  }
  .mohamed {
    margin-left: 20%;
    padding-left: 5%;
  }
  .general {
    width: 80%;
    margin-left: 10%;
  }
  .amina .photo-box {
    margin-left: -8%;
  }
  .mohamed .photo-box {
    margin-right: -8%;
  }
}


@media (min-width: 64rem) { 
  .amina .photo-box {
    margin-left: -10%;
  }
  .mohamed .photo-box {
    margin-left: 10%;
    margin-right: -10%;
  }
}

@media (min-width: 80rem) { 
  .amina .photo-box {
    margin-left: -20%;
  }
  .mohamed .photo-box {
    margin-left: 20%;
    margin-right: -20%;
  }
}



/*Amina to Mohamed*/
.transition--am2mo .transition-box {
  height: 2rem;
}
.transition--am2mo .transition-box--left {
  width: 100%;
  border-right: 12px solid white;
}
.transition--am2mo .transition-box--right {
  width: 100%;
  border-left: 12px solid white;
  border-top: 1px solid white;
}

/*Mohamed to Amina*/
.transition--mo2am .transition-box {
  height: 2rem;
}
.transition--mo2am .transition-box--left {
  width: 100%;
  border-left: 12px solid white;
}
.transition--mo2am .transition-box--right {
  width: 100%;
  border-right: 12px solid white;
  border-top: 1px solid white;
}


/*Amina to General*/
.transition--am2ge .transition-box {
  height: 4rem;
}
.transition--am2ge .transition-box--left {
  width: 50%;
}
.transition--am2ge .transition-box--right {
  width: 50%;
  border-left: 12px solid white;
  border-top: 1px solid white;
}


/*General to Amina*/
.transition--ge2am .transition-box {
  height: 4rem;
}
.transition--ge2am .transition-box--left {
  width: 50%;
}
.transition--ge2am .transition-box--right {
  width: 50%;
  border-left: 12px solid white;
  border-bottom: 1px solid white;
}


/*Mohamed to General*/
.transition--mo2ge .transition-box {
  height: 4rem;
}
.transition--mo2ge .transition-box--left {
  width: 50%;
  border-top: 1px solid white;
}
.transition--mo2ge .transition-box--right {
  width: 50%;
  border-left: 12px solid white;
}


/*General to Mohamed*/
.transition--ge2mo .transition-box {
  height: 4rem;
}
.transition--ge2mo .transition-box--left {
  width: 50%;
  border-bottom: 1px solid white;
}
.transition--ge2mo .transition-box--right {
  width: 50%;
  border-left: 12px solid white;
}

.transition--quick .transition-box {
  height: 0;
}


/*Header*/
.header {
  text-align: center;
}

.cold-open {
  font-size: 120%;
  /*line-height: 130%;*/
  font-weight: 100;
  /*line-height: 95%;*/
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

h2 {
  margin: 0;
}

.title-main img {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 0.5rem;
}

.bylines {
  font-size: 60%;
  line-height: 120%;
  letter-spacing: 0.25px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.bylines--top {
  margin-top: 0.25rem;
  margin-bottom: 0.45rem;
}

.diptych-side {
  width: 50%;
}

.diptych-side--left {
  /*margin-left: -5%;*/
  /*padding: 1rem 0 0 0;*/
  margin-top: 1rem;
  padding: 0 0 2rem 0;
  border-right: 6px solid white;
}

.diptych-side--right {
  /*margin-right: -5%;*/
  /*padding: 1rem 0 0 0;*/
  margin-top: 1rem;
  padding: 0 0 2rem 0;
  border-left: 6px solid white;
}

.diptych-side--left .photo-box {
  /*margin-left: -5%;*/
}

.diptych-side--right .photo-box {
  /*margin-right: -5%;*/
}

.locator {
  /*padding: 1rem;*/
  margin: 0;
  padding: 0;
  font-size: 140%;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "FoundersGrotesk_Cnd";
  font-weight: 100;
}

  .diptych--bottom .diptych-side {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }


@media (min-width: 40rem) { 

  .diptych--bottom .diptych-side {
    padding-bottom: 10rem;
  }

  .cold-open {
    width: 70%;
    margin-left: 15%;
    font-size: 130%;
    /*line-height: 150%;*/
  }

  .diptych-side--left {
    /*padding: 1rem 5% 0 10%;*/
    padding-right: 5%;
  }

  .diptych-side--right {
    /*padding: 1rem 10% 0 5%;*/
    padding-left: 5%;
  padding-bottom: 2rem;
  }

  .diptych-side--left .photo-box {
    /*margin-left: 0;*/
  }

  .diptych-side--right .photo-box {
    /*margin-right: 0;*/
  }

  .byline-container {
    margin-left: 40%;
    text-align: center;
  }

  .bylines {
    font-size: 80%;
    line-height: 110%;
  }

}

.credits {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.section--first {
  padding-top: 3rem;
}

.top-separator-column {
  margin-top: -1px;
  height: 1rem;
  margin-left: 50%;
  width: 50%;
  border-top: 1px solid white;
  border-right: 12px solid white;
}

@media (min-width: 40rem) { 
.top-separator-column {
  width: 30%;
}

}

/*.column {
  border: 1px solid lightgrey;
}*/