  .andrews-global-header {
  z-index: 10;
  position: relative;
  display: none;
}
.test .homepage-feature {
  position: initial;
  overflow: visible;
  background-color: white;
  height: inherit;
}
.test .homepage-feature .feature-background .creative-feature-container .feature-title {
  margin-top: 0;
}
.arrow {
  opacity: 0.2;
  fill: #000;
  width: 34px;
  height: 34px;
  border: 2px solid #000;
  background-color: white;
  vertical-align: 0px;
  border-radius: 100%;
  animation: arrowMovements 1000ms infinite alternate ease-in-out;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}
#show-menu {
  width: 100%;
  height: 60px;
  margin-bottom: -60px;
  position: relative;
  padding-left: 10px;
  padding-top: 5px;
  z-index: 3;
}
#show-menu .arrow {
  background: transparent;
  border-color: white;
}
#show-menu.open .arrow {
  transform: rotate(180deg);
}
.homepage-feature {
  border-bottom: 0px;
  min-height: 100vh;
  max-height: 100vh;
  /*margin-top: -60px; /* need to figure out what do do about global header adding 60px to height. Pushes homepage feature down 60px*/
  margin-bottom: 20px;
  background-color: white;
}
@media screen and (min-aspect-ratio: 4/3) {
  .homepage-feature {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-aspect-ratio: 6/5) {
  .homepage-feature {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-aspect-ratio: 60/41) {
  .homepage-feature {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-aspect-ratio: 12/7) {
  .homepage-feature {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-aspect-ratio: 360/197) {
  .homepage-feature {
    width: 55%;
  }
}
@media screen and (min-aspect-ratio: 2/1) {
  .homepage-feature {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .homepage-feature {
    /* max-height: 200px;*/
  }
}
.homepage-feature:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  /*		background-repeat: no-repeat;


		background-image:url(/stories/images/banner.jpg); 
		-ms-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: top center;*/
}
@media (max-width: 1199px) {
  .homepage-feature:before {
    /*	-ms-background-size: contain;
			-o-background-size: contain;
			-moz-background-size: contain;
	    		-webkit-background-size: contain;
			background-size: contain;
			background-position: top center;
		
			background-image:url(/stories/images/banner-small.jpg); */
  }
}
.homepage-feature .arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: auto;
  margin-top: 50px;
  margin-left: -16px;
}
#hero-features {
  position: relative;
  padding-top: 66%;
  /*	.hero-feature-lg {
		width: 60%;
	}
	.hero-feature-sm {
		width: 27%;
	}*/
}
#hero-features div {
  position: absolute;
}
#hero-features div img {
  width: 100%;
}
#hero-feature-1 {
  top: 0;
  left: 0;
  width: 60%;
  z-index: 10;
}
#hero-feature-2 {
  left: 60%;
  bottom: 60.5%;
  padding: 0 0 10px 10px;
  width: 27%;
}
#hero-feature-3 {
  left: 13%;
  top: 60.6%;
  padding: 10px 10px 0 0;
  width: 27%;
}
#hero-feature-4 {
  right: 0;
  bottom: 0;
  width: 60%;
}
img.gggrayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
img.gggrayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.rrrow-masonry {
  -moz-column-width: 22em;
  -webkit-column-width: 22em;
  -moz-column-gap: 4em;
  -webkit-column-gap: 4em;
}
.rrrow-masonry > .col-sm-4 {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
}
.item {
  display: inline-block;
  ppadding: .25rem;
  width: 100%;
}
.well2 {
  position: relative;
  display: block;
}
@media (min-width: 600px) {
  .grid {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .grid {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .grid {
    column-count: 3;
  }
}
@media (min-width: 1500px) {
  .grid {
    column-count: 4;
  }
}
@media (min-width: 2000px) {
  .grid {
    column-count: 5;
  }
}
@media (max-width: 768px) {
  .grid {
    padding: 0 5px;
  }
}
.grid .grid-item {
  display: inline-block;
}
.gggrid-item {
  width: 210px;
}
.gggrid-item--width2 {
  width: 400px;
}
.grid-item .grid-item-content p {
  font-size: 16px;
  padding: 0 20px;
}
.grid-item .grid-item-content p a {
  line-height: 1;
}
.grid-item .grid-item-content p a img {
  padding: 10px;
}
.navigation {
  width: 100%;
  padding: 20px 0;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,ffffff+100&1+0,0.8+68,0+100 */
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b3ffffff', GradientType=0);
  /* IE6-9 */
  color: #444;
  text-align: center;
}
.navigation .container-fluid {
  padding-left: 6%;
  padding-right: 6%;
}
@media (min-width: 768px) {
  .navigation ul {
    display: inline-block;
  }
}
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.navigation ul.navbar-collapse.in,
.navigation ul.collapsing {
  border: 0;
}
.navigation ul li {
  float: left;
}
.navigation ul li:visited {
  color: #3a7baa;
}
.navigation ul li.active a {
  color: #be9549;
}
.navigation ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 0 50px;
  font-family: AkkuratLight, Arial, Verdana, sans-serif;
}
@media (max-width: 767px) {
  .navigation ul li a {
    padding-left: 0;
    margin-top: 20px;
  }
}
.navigation.navbar-fixed {
  padding: 30px 0 40px;
  position: fixed;
  top: 0;
  text-align: right;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 300ms ease;
  transform: translateY(0px);
}
.navigation .navbar-fixed-h3 {
  display: none;
  width: 14.75%;
}
@media (max-width: 767px) {
  .navigation .navbar-fixed-h3 {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
.navigation .navbar-fixed-h3 .stories-word-only-treatment {
  width: 236px;
}
.navigation.navbar-fixed .navbar-fixed-h3 {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .navigation ul.navbar-collapse {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .navigation ul li {
    float: none;
    text-align: left;
  }
  .navigation ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation.navbar-fixed {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.homepage-feature .feature-background .creative-feature-container {
  margin: 0 auto;
}
.homepage-feature .feature-background .creative-feature-container .caption-image {
  width: 100%;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 8%;
  /*opacity: .15;
		margin-bottom: -200px;*/
}
.homepage-feature .feature-background .creative-feature-container .caption-image img {
  display: inline-block;
  height: auto;
  max-width: 62%;
}
.homepage-feature .feature-background .creative-feature-container .caption-image img.stacked {
  display: none;
}
@media (max-width: 991px) {
  .homepage-feature .feature-background .creative-feature-container .caption-image {
    margin-top: 65px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .homepage-feature .feature-background .creative-feature-container .caption-image {
    margin-top: 55px;
    margin-bottom: 45px;
  }
}
.homepage-feature .feature-background .creative-feature-container .feature-title {
  font-family: "ff-meta-serif-web-pro", "Georgia", "serif";
  text-transform: lowercase;
  font-size: 80px;
}
@media (max-width: 767px) {
  .homepage-feature .feature-background .creative-feature-container .feature-title {
    margin-top: 0;
    font-size: 40px;
    display: none;
  }
}
/*----------------------------*/
@media screen and (max-aspect-ratio: 6/6) {
  /*.andrews-global-header {
		display: block;
		margin-bottom: 0;
	}*/
  .homepage-feature .container {
    width: 95%;
  }
  .homepage-feature .caption-image {
    margin-top: 15% !important;
  }
  .homepage-feature .caption-image img.inline {
    display: none !important;
  }
  .homepage-feature .caption-image img.stacked {
    display: inline-block !important;
  }
  .homepage-feature .hero-feature-float-wide {
    margin-top: 15%;
  }
}
@media screen and (max-aspect-ratio: 5/6) {
  .homepage-feature .caption-image {
    margin-top: 20% !important;
  }
  .homepage-feature .hero-feature-float-wide {
    margin-top: 20%;
  }
}
@media screen and (max-aspect-ratio: 4/6) {
  .homepage-feature .caption-image {
    margin-top: 25% !important;
  }
  .homepage-feature .hero-feature-float-wide {
    margin-top: 25%;
  }
}
@media screen and (min-aspect-ratio: 67/38) {
  .homepage-feature {
    width: 90%;
  }
  .homepage-feature .container {
    width: 100%;
    max-width: initial;
  }
  .homepage-feature .caption-image {
    float: left;
    width: 40% !important;
    margin-top: 46vh !important;
  }
  .homepage-feature .caption-image img.inline {
    display: none !important;
  }
  .homepage-feature .caption-image img.stacked {
    display: inline-block !important;
  }
  .homepage-feature .hero-feature-float-wide {
    width: 55%;
    float: left;
    margin-top: 20vh;
  }
}
.modal {
  height: 95vh;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.modal .modal-header {
  position: fixed;
  width: 100%;
  border: 0;
  padding: 15px 115px;
}
@media (max-width: 768px) {
  .modal .modal-header {
    padding: 15px;
  }
}
.modal .modal-header img {
  width: 135px;
}
.modal .modal-backdrop {
  background-color: white;
  opacity: 1;
}
.modal .modal-content {
  border: none;
  box-shadow: none;
  padding-bottom: 100px;
}
.modal .modal-content p {
  font-size: 16px;
}
.modal .modal-content .sm-circle-flag {
  padding: 10px;
}
.modal .modal-footer {
  position: fixed;
  bottom: 5vh;
  width: 100%;
  background-color: white;
  padding-top: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,ffffff+100&0+0,1+29,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 29%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 29%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 29%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border: 0;
}
.modal .modal-footer .more-stories-container {
  width: 600px;
  margin: 0 auto;
  border-top: 1px solid #979797;
  text-align: center;
}
@media (max-width: 768px) {
  .modal .modal-footer .more-stories-container {
    width: 100%;
  }
}
.modal .modal-footer .more-stories-container a {
  background-color: white;
  padding: 0 10px;
  position: relative;
  top: -10px;
  color: #979797;
}
.modal .modal-footer .more-stories-container .arrow {
  margin: 0 auto;
  border-color: white;
  fill: #979797;
  opacity: 1;
}
@media (max-width: 1100px) {
  .modal-dialog {
    margin-top: 44px;
  }
}
/*-------------------------------*/
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}
@keyframes slide {
  from {
    left: 0;
  }
  to {
    left: 20%;
  }
}
@keyframes slide-reverse {
  from {
    left: 20%;
  }
  to {
    left: 0;
  }
}
@keyframes shrink {
  from {
    width: 100%;
  }
  to {
    width: 80%;
  }
}
@keyframes shrink-reverse {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
@keyframes pop {
  from {
    z-index: -1;
  }
  to {
    z-index: 0;
  }
}
/* --------------------------------*/
#bodycontent {
  margin-top: 75px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  #bodycontent {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
#wrapper {
  background-color: white;
  position: absolute;
  /*transition: left 3s;*/
}
@media (max-width: 768px) {
  #wrapper .navigation .navbar-fixed-h3 {
    width: 150px;
  }
}
#wrapper .storyteller-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 20%;
  background-color: #efefef;
  padding: 20px;
  text-align: right;
  z-index: -1;
}
@media (max-width: 768px) {
  #wrapper .storyteller-menu {
    padding-left: 5px;
  }
}
#wrapper .storyteller-menu h2 {
  margin-bottom: 50px;
}
#wrapper .storyteller-menu h2,
#wrapper .storyteller-menu h3,
#wrapper .storyteller-menu h4 {
  font-family: AkkuratLight;
}
@media (min-width: 1200px) {
  #wrapper .storyteller-menu h4 {
    font-size: 16px;
  }
}
#wrapper .storyteller-menu i.fa.fa-times-circle.close-storyteller-menu {
  color: #bbb;
  float: left;
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 768px) {
  #wrapper .storyteller-menu i.fa.fa-times-circle.close-storyteller-menu {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 567px) {
  #wrapper .storyteller-menu i.fa.fa-times-circle.close-storyteller-menu {
    padding-left: 10px;
    margin-top: -10px;
  }
}
#wrapper .storyteller-menu i.fa.fa-times-circle.close-storyteller-menu:hover {
  color: #555;
}
@media (max-width: 860px) {
  #wrapper .storyteller-menu h2 {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  #wrapper .storyteller-menu h2 {
    font-size: 16px;
    transform: rotate(-90deg);
    width: 89px;
    position: relative;
    left: -20px;
    top: 11px;
    text-align: left;
    margin-bottom: 60px;
  }
}
#wrapper .storyteller-menu .storyteller {
  width: 70%;
  position: relative;
  display: inline-block;
  padding: 24px;
  opacity: .4;
}
@media (max-width: 1320px) {
  #wrapper .storyteller-menu .storyteller {
    width: 100%;
  }
}
@media (max-width: 787px) {
  #wrapper .storyteller-menu .storyteller {
    width: 115%;
  }
}
@media (max-width: 768px) {
  #wrapper .storyteller-menu .storyteller {
    padding-left: 5px;
  }
}
@media (max-width: 567px) {
  #wrapper .storyteller-menu .storyteller {
    margin-bottom: 20px;
    height: 70px;
  }
  #wrapper .storyteller-menu .storyteller span.no-small {
    display: none;
  }
}
@media (max-width: 768px) {
  #wrapper .storyteller-menu .storyteller img {
    display: none;
  }
}
@media (max-width: 1027px) {
  #wrapper .storyteller-menu .storyteller h3 {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  #wrapper .storyteller-menu .storyteller h3 {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  #wrapper .storyteller-menu .storyteller h3 {
    position: absolute;
    height: 25px;
    transform: rotate(-90deg);
    text-align: center;
    margin-top: 0;
    margin-bottom: -6px;
    width: 80px;
    left: -15px;
    bottom: 43px;
  }
}
#wrapper .storyteller-menu .storyteller:hover {
  opacity: 1;
}
#wrapper.storyteller-menu-open {
  position: absolute;
  animation: slide 0.2s linear forwards, shrink 0.2s linear forwards;
  border-left: 1px solid #979797;
}
#wrapper.storyteller-menu-open .navbar-fixed {
  animation: shrink 0.2s linear forwards;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #wrapper.storyteller-menu-open .navigation ul li a {
    font-size: 14px;
  }
}
#wrapper.storyteller-menu-open .storyteller-menu {
  animation: pop 0s 0.2s linear forwards;
}
#wrapper.storyteller-menu-open .storyteller-menu .storyteller.active {
  background-color: white;
  border-radius: 20px;
  margin-right: -21px;
  border: 1px solid #979797;
  opacity: 1;
  min-height: 100px;
}
@media (max-width: 567px) {
  #wrapper.storyteller-menu-open .storyteller-menu .storyteller.active h3 {
    left: -21px;
  }
}
#wrapper.storyteller-menu-open .storyteller-menu .storyteller.active .square {
  width: 20px;
  background-color: white;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
}
#wrapper.storyteller-menu-open .storyteller-menu .storyteller.active .square .concave-radius {
  width: 20px;
  height: 20px;
  background-color: white;
}
#wrapper.storyteller-menu-open .storyteller-menu .storyteller.active .square .concave-radius.top {
  margin-top: -20px;
}
#wrapper.storyteller-menu-open .storyteller-menu .storyteller.active .square .concave-radius.top .radius {
  border-radius: 0 0 20px;
  border: solid #979797;
  border-width: 0 1px 1px 0;
  background-color: #efefef;
  width: 100%;
  height: 100%;
}
#wrapper.storyteller-menu-open .storyteller-menu .storyteller.active .square .concave-radius.bottom {
  position: absolute;
  bottom: -20px;
}
#wrapper.storyteller-menu-open .storyteller-menu .storyteller.active .square .concave-radius.bottom .radius {
  border-radius: 0 20px 0 0;
  border: solid #979797;
  border-width: 1px 1px 0 0;
  background-color: #efefef;
  width: 100%;
  height: 100%;
}
@media (min-width: 1500px) {
  #wrapper.storyteller-menu-open .grid {
    column-count: 3;
  }
}
@media (min-width: 2000px) {
  #wrapper.storyteller-menu-open .grid {
    column-count: 3;
  }
}
#wrapper.storyteller-menu-open .grid .grid-item {
  display: inline-block;
}
@media (max-width: 1470px) {
  #wrapper.storyteller-menu-open .container {
    width: auto;
  }
}
#wrapper.storyteller-menu-closed {
  animation: slide-reverse 0.2s linear forwards, shrink-reverse 0.2s linear forwards;
  border-left: 1px solid #979797;
}
#wrapper.storyteller-menu-closed .navbar-fixed {
  animation: shrink-reverse 0.2s linear forwards;
}
@media screen and (min-width: 480px) and (max-width: 736px) and (orientation: landscape) {
  #wrapper .storyteller-menu h2 {
    margin-bottom: 10px;
  }
  #wrapper.storyteller-menu-open .storyteller-menu .storyteller.active {
    min-height: inherit;
  }
  span.no-small {
    display: none;
  }
  #wrapper .storyteller-menu .storyteller h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.about-stories {
  margin-bottom: 60px;
  margin-top: 36px;
}
.about-stories h1 {
  margin-bottom: 30px;
}
