@charset "UTF-8";
/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
  max-width: none;
  width: -moz-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.effect-lily figcaption {
  text-align: left; }

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%; }

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.2s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1; }

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s; }

/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: -moz-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  -webkit-transition: color 0.35s, -webkit-transform 0.35s;
  transition: color 0.35s, -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, color 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Roxy *****/
/*---------------*/
figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: -moz-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%); }

figure.effect-roxy img {
  max-width: none;
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0); }

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0); }

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left; }

figure.effect-roxy h2 {
  padding: 30% 0 10px 0; }

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
  background: #9e5406; }

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-bubba:hover img {
  opacity: 0.4; }

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1); }

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0); }

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Romeo *****/
/*---------------*/
figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  -moz-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1); }

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: translate3d(1, 1, 1);
  transform: translate3d(1, 1, 1); }

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg); }

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  -moz-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  -moz-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); }

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); }

/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
  background: #18a367; }

figure.effect-layla img {
  height: 390px; }

figure.effect-layla figcaption {
  padding: 3em; }

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0; }

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

figure.effect-layla img,
figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/*---------------*/
/***** Honey *****/
/*---------------*/
figure.effect-honey {
  background: #4a3753; }

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-honey:hover img {
  opacity: 0.5; }

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: -moz-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); }

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  -moz-transition: background-color 0.35s;
  transition: background-color 0.35s; }

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: ''; }

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-oscar:hover img {
  opacity: 0.4; }

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
  text-align: right; }

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0; }

figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby {
  background-color: #17819c; }

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  -moz-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1); }

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #2e5d5a; }

figure.effect-milo img {
  max-width: none;
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  -moz-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em; }

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Dexter *****/
/*---------------*/
figure.effect-dexter {
  background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
  background: -moz-linear-gradient(top, #258dc8 0%, #683c13 100%);
  background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%); }

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-dexter:hover img {
  opacity: 0.4; }

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -moz-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left; }

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
  background: #42b078; }

figure.effect-sarah img {
  max-width: none;
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah figcaption {
  text-align: left; }

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0; }

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-zoe h2 {
  float: left; }

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em; }

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31; }

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */ }

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-eye::before {
  content: '\e000'; }

.icon-paper-clip::before {
  content: '\e001'; }

.icon-heart::before {
  content: '\e024'; }

figure.effect-zoe h2 {
  display: inline-block; }

figure.effect-zoe:hover p.description {
  opacity: 1; }

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12); }

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

figure.effect-chico figcaption {
  padding: 3em; }

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-chico h2 {
  padding: 20% 0 20px 0; }

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

@media screen and (max-width: 50em) {
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }

/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia {
  background: #2f3238; }

figure.effect-julia img {
  max-width: none;
  height: 400px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -moz-transition: opacity 1s, transform 1s, -moz-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s, -moz-transform 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-julia figcaption {
  text-align: left; }

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0; }

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  -moz-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0); }

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
  background: #df4e4e; }

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px; }

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  -moz-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0); }

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Hera *****/
/*-----------------*/
figure.effect-hera {
  background: #303fa9; }

figure.effect-hera h2 {
  font-size: 158.75%; }

figure.effect-hera h2,
figure.effect-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%; }

figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%; }

figure.effect-hera p {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2; }

figure.effect-hera p a {
  color: #fff; }

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
  opacity: 0.6; }

figure.effect-hera p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-hera p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  -moz-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0); }

figure.effect-hera p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  -moz-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0); }

figure.effect-hera p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  -moz-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0); }

figure.effect-hera p a:nth-child(4) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  -moz-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0); }

figure.effect-hera:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); }

figure.effect-hera:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  -moz-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1); }

figure.effect-hera:hover p i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* just because it's stronger than nth-child */
  opacity: 1; }

/*-----------------*/
/***** Winston *****/
/*-----------------*/
figure.effect-winston {
  background: #162633;
  text-align: left; }

figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, -webkit-transform 0.45s;
  -moz-transition: opacity 0.45s, transform 0.45s, -moz-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s, -moz-transform 0.45s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0; }

figure.effect-winston a {
  margin: 0 10px;
  color: #5d504f;
  font-size: 170%; }

figure.effect-winston a:hover,
figure.effect-winston a:focus {
  color: #cc6055; }

figure.effect-winston p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

figure.effect-winston:hover img {
  opacity: 0.6; }

figure.effect-winston:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
  -moz-transform: rotate3d(0, 0, 1, 20deg);
  transform: rotate3d(0, 0, 1, 20deg); }

figure.effect-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-winston:hover p a:nth-child(3) i {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/*-----------------*/
/***** Selena *****/
/*-----------------*/
figure.effect-selena {
  background: #fff; }

figure.effect-selena img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-selena:hover img {
  -webkit-transform: scale3d(0.95, 0.95, 1);
  -moz-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1); }

figure.effect-selena h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-selena p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

figure.effect-selena:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-selena:hover p {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0); }

/*-----------------*/
/***** Terry *****/
/*-----------------*/
figure.effect-terry {
  background: #34495e; }

figure.effect-terry figcaption {
  padding: 1em; }

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  -webkit-transform: translate3d(70px, 60px, 0);
  -moz-transform: translate3d(70px, 60px, 0);
  transform: translate3d(70px, 60px, 0); }

figure.effect-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  -webkit-transform: translate3d(-15px, -15px, 0);
  -moz-transform: translate3d(-15px, -15px, 0);
  transform: translate3d(-15px, -15px, 0); }

figure.effect-terry img,
figure.effect-terry p a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-terry img {
  opacity: 0.85; }

figure.effect-terry h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media screen and (max-width: 920px) {
  figure.effect-terry h2 {
    padding: 0.75em 10px;
    font-size: 120%; } }

figure.effect-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%; }

figure.effect-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(90px, 0, 0);
  -moz-transform: translate3d(90px, 0, 0);
  transform: translate3d(90px, 0, 0); }

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
  color: #f3cf3f; }

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-terry:hover img {
  opacity: 0.6; }

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-terry:hover p a {
  opacity: 1; }

figure.effect-terry:hover p a:first-child {
  -webkit-transition-delay: 0.025s;
  -moz-transition-delay: 0.025s;
  transition-delay: 0.025s; }

figure.effect-terry:hover p a:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-terry:hover p a:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  -moz-transition-delay: 0.075s;
  transition-delay: 0.075s; }

figure.effect-terry:hover p a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/
figure.effect-phoebe {
  background: #675983; }

figure.effect-phoebe img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-phoebe:hover img {
  opacity: 0.6; }

figure.effect-phoebe figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle2.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale3d(5, 2.5, 1);
  -moz-transform: scale3d(5, 2.5, 1);
  transform: scale3d(5, 2.5, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-phoebe:hover figcaption::before {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-phoebe h2 {
  margin-top: 1em;
  -webkit-transition: transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-phoebe:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-phoebe p a {
  color: #fff;
  font-size: 140%;
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-phoebe p a:first-child {
  -webkit-transform: translate3d(-60px, -60px, 0);
  -moz-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0); }

figure.effect-phoebe p a:nth-child(2) {
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0); }

figure.effect-phoebe p a:nth-child(3) {
  -webkit-transform: translate3d(60px, -60px, 0);
  -moz-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0); }

figure.effect-phoebe:hover p a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
  background: #3498db; }

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -moz-transition: transform 0.6s, -moz-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-apollo h2 {
  text-align: left; }

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/*-----------------*/
/***** Kira *****/
/*-----------------*/
figure.effect-kira {
  background: #fff;
  text-align: left; }

figure.effect-kira img {
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-kira figcaption {
  z-index: 1; }

figure.effect-kira p {
  padding: 2.25em 0.5em;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

figure.effect-kira p a {
  margin: 0 0.5em;
  color: #101010; }

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
  opacity: 0.6; }

figure.effect-kira figcaption::before {
  position: absolute;
  top: 0;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.5em;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  -moz-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

figure.effect-kira:hover img {
  opacity: 0.5; }

figure.effect-kira:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-kira:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1); }

/*-----------------*/
/***** Steve *****/
/*-----------------*/
figure.effect-steve {
  z-index: auto;
  overflow: visible;
  background: #000; }

figure.effect-steve:before,
figure.effect-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0; }

figure.effect-steve figcaption {
  z-index: 1; }

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  -moz-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

figure.effect-steve h2,
figure.effect-steve p {
  background: #fff;
  color: #2d434e; }

figure.effect-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em; }

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -moz-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1); }

figure.effect-steve:hover:before {
  opacity: 1; }

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  -moz-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

figure.effect-steve:hover h2:before {
  opacity: 0; }

figure.effect-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/*-----------------*/
/***** Moses *****/
/*-----------------*/
figure.effect-moses {
  background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
  background: -webkit-linear-gradient(135deg, #EC65B7 0%, #05E0D8 100%);
  background: -moz-linear-gradient(135deg, #EC65B7 0%, #05E0D8 100%);
  background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%); }

figure.effect-moses img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-moses h2,
figure.effect-moses p {
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid #fff; }

figure.effect-moses h2 {
  padding: 20px;
  width: 50%;
  height: 50%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  -moz-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0); }

figure.effect-moses p {
  float: right;
  padding: 20px;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

figure.effect-moses:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-moses:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-moses:hover img {
  opacity: 0.6; }

/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: -webkit-linear-gradient(135deg, #f3cf3f 0%, #f33f58 100%);
  background: -moz-linear-gradient(135deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%); }

figure.effect-jazz img {
  opacity: 0.9; }

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1); }

figure.effect-jazz h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0; }

figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }

figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
  background: #030c17; }

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  -moz-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1); }

figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-ming:hover img {
  opacity: 0.4; }

/*---------------*/
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
  background: -webkit-linear-gradient(135deg, #000 0%, #fff 100%);
  background: -moz-linear-gradient(135deg, #000 0%, #fff 100%);
  background: linear-gradient(-45deg, #000 0%, #fff 100%); }

figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  -moz-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

figure.effect-lexi:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-lexi h2 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  -moz-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0); }

figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  -moz-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0); }

figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Duke *****/
/*---------------*/
figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
  background: -webkit-linear-gradient(135deg, #34495e 0%, #cc6055 100%);
  background: -moz-linear-gradient(135deg, #34495e 0%, #cc6055 100%);
  background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
  background: #9e5406; }

figure.effect-duke div,
figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

figure.effect-duke:hover div {
  opacity: 0.4;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -moz-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1); }

figure.effect-duke h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  -moz-transform-origin: 50% -100%;
  -ms-transform-origin: 50% -100%;
  transform-origin: 50% -100%; }

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* Media queries */
@media screen and (max-width: 50em) {
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }

.fluidbox {
  outline: none; }

.fluidbox-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  -webkit-transition: all 0.125s ease-in-out 0.125s;
  -moz-transition: all 0.125s ease-in-out 0.125s;
  transition: all 0.125s ease-in-out 0.125s; }

.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* To prevent flickering, we delay the showing of the image */ }

.fluidbox-closed .fluidbox-wrap img {
  -webkit-transition: opacity 0 ease-in-out 0.25s;
  -moz-transition: opacity 0 ease-in-out 0.25s;
  transition: opacity 0 ease-in-out 0.25s; }

.fluidbox-ghost {
  background-size: 100% 100%;
  background-position: center center;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 0, 0.25s;
  -moz-transition-duration: 0, 0.25s;
  transition-duration: 0, 0.25s;
  -webkit-transition-delay: 0.25s, 0;
  -moz-transition-delay: 0.25s, 0;
  transition-delay: 0.25s, 0; }

.fluidbox-ghost::before {
  -webkit-animation: fluidboxLoading 1s infinite;
  -moz-animation: fluidboxLoading 1s infinite;
  animation: fluidboxLoading 1s infinite;
  /* You can replace this with any color you want, or even a loading gif if desired */
  background-color: rgba(255, 255, 255, 0.85);
  content: '';
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  /* Delay disapparing of loader for graceful transition */
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  transition-delay: 0.125s; }

.fluidbox-opened .fluidbox-ghost {
  -webkit-transition-delay: 0, 0;
  -moz-transition-delay: 0, 0;
  transition-delay: 0, 0; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

@font-face {
  font-family: ChronicleDisplaySemibold;
  src: url("/fonts/chronicle-display-semibold.otf") format("opentype"); }

@font-face {
  font-family: ChronicleDisplayItalic;
  src: url("/fonts/chronicle-display-italic.otf") format("opentype"); }

@font-face {
  font-family: ChronicleDisplayBlackItalic;
  src: url("/fonts/chronicle-display-black-italic.otf") format("opentype"); }

@font-face {
  font-family: "Ionicons";
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconicons, .persistent-header__menu:before, .social-share .bloomberg.share.link, .share-button--icon, .persistent-header__search-button:before, .highlightTwitter, .price:before, .price:after, .red:after, .slick-prev:before, .slick-next:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.row:after,
.content-row:after, .row-700:after, .row-600:after, .row-500:after, .row-400:after {
  content: "";
  display: table;
  clear: both; }

.freight, .standard-lede .lede-headline, .content-box__list-header, .list-header, .content-row__header h1, .hero-story__headline-link h1, .single-headline__label, .single-headline__headline, .article-list-view__title, .pullquote, figure.effect-steve h2, figure h2 {
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  font-weight: 600; }

.calluna, .article-body {
  font-family: "calluna", serif; }

.freight-text {
  font-family: "freight-text-pro"; }

.freight-display {
  font-family: "freight-display-pro"; }

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  background: #333333; }

body {
  background: #fff;
  color: #262626;
  font-family: Georgia, serif;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: 0; }

.container::-webkit-scrollbar {
  width: 0 !important; }

a:hover,
.author-link:hover,
.topic-list__topic-link:hover,
.single-quote .quote:hover,
.count-up__callToAction:hover,
.feature-article .content-type-body .annotation a:hover,
.topic-grid .shoulder-tout__title-link:hover,
.topic-grid .shoulder-timeline__title-link:hover,
.topic-grid .shoulder-timeline__story-link:hover,
.topic-grid__story-headline-link:hover,
.count-up__title-and-subtitle:hover,
.count-up__item-headline:hover,
.visual-data__headline:hover,
.page-not-found__copy-link:hover,
.visual-data__summary:hover,
.five-across__callToAction:hover,
.index-page__headline-link:hover,
.world-markets__see-more__link:hover,
.more-stories__story-link:hover,
.latest-news__item-title:hover,
a:focus,
.author-link:focus,
.topic-list__topic-link:focus,
.single-quote .quote:focus,
.count-up__callToAction:focus,
.feature-article .content-type-body .annotation a:focus,
.topic-grid .shoulder-tout__title-link:focus,
.topic-grid .shoulder-timeline__title-link:focus,
.topic-grid .shoulder-timeline__story-link:focus,
.topic-grid__story-headline-link:focus,
.count-up__title-and-subtitle:focus,
.count-up__item-headline:focus,
.visual-data__headline:focus,
.page-not-found__copy-link:focus,
.visual-data__summary:focus,
.five-across__callToAction:focus,
.index-page__headline-link:focus,
.world-markets__see-more__link:focus,
.more-stories__story-link:focus,
.latest-news__item-title:focus {
  color: #f59323; }

.article-body a {
  border-bottom: 1px solid #f59323; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0; }

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0; }

.article-body ul,
.article-body ol {
  list-style: inherit;
  padding-left: 40px; }

.article-body-about ul,
.article-body-about ol {
  list-style: inherit;
  padding-left: 40px; }

.article-body li p {
  margin-top: 20px; }

.article-body-about li p {
  margin-top: 20px; }

figure {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

blockquote {
  margin: 0; }

.vis {
  min-height: 100px;
  background-color: lightblue;
  border: 2px solid red; }

article {
  display: inline-block;
  width: 100%;
  position: relative; }

.default-layout {
  overflow-x: hidden; }

.page {
  overflow-x: hidden; }

.center {
  text-align: center; }

.timestamp {
  font-style: italic;
  font-size: 0.8em;
  padding-left: 10px;
  position: absolute;
  bottom: 10px;
  left: 25px; }

.article__content-well-boundary, .content-type-recirc, .homepage-logo, .row,
.content-row, .row-700, .row-600, .row-500, .row-400, .footer-container, .slick-recommend__container,
.persistent-header__bounding-width {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .article__content-well-boundary, .content-type-recirc, .homepage-logo, .row,
    .content-row, .row-700, .row-600, .row-500, .row-400, .footer-container, .slick-recommend__container,
    .persistent-header__bounding-width {
      width: 640px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .article__content-well-boundary, .content-type-recirc, .homepage-logo, .row,
    .content-row, .row-700, .row-600, .row-500, .row-400, .footer-container, .slick-recommend__container,
    .persistent-header__bounding-width {
      width: 980px; } }
  @media only screen and (min-width: 1280px) {
    .article__content-well-boundary, .content-type-recirc, .homepage-logo, .row,
    .content-row, .row-700, .row-600, .row-500, .row-400, .footer-container, .slick-recommend__container,
    .persistent-header__bounding-width {
      width: 1160px; } }

.article__content-well-boundary, .content-type-recirc, .homepage-logo, .row,
.content-row, .row-700, .row-600, .row-500, .row-400, .footer-container, .slick-recommend__container {
  position: relative;
  margin: 0 auto;
  z-index: 2; }

.standard-lede .lede-headline {
  font-size: 2.25rem;
  line-height: 2.45rem; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .standard-lede .lede-headline {
      font-size: 3.25rem;
      line-height: 3.8rem; } }
  @media only screen and (min-width: 1280px) {
    .standard-lede .lede-headline {
      font-size: 3.25rem;
      line-height: 3.8rem; } }

.standard-lede .lede-headline {
  display: block; }

.standard-lede .lede-dek {
  font-size: 1.2rem;
  line-height: 1.375rem; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .standard-lede .lede-dek {
      font-size: 1.25rem;
      line-height: 1.875rem; } }
  @media only screen and (min-width: 1280px) {
    .standard-lede .lede-dek {
      font-size: 1.25rem;
      line-height: 1.875rem; } }

.standard-lede .inline-media {
  margin-top: 20px;
  margin-bottom: 1.25rem; }
  @media only screen and (max-width: 769px) {
    .standard-lede .inline-media {
      margin: 10px 0; } }

.special-report-lede .lede-headline__highlighted,
.pursuits-hero__box-headline-highlight,
.large-lede-content .lede-headline__highlighted,
.standard-lede .lede-headline__highlighted,
.standard-lede .lede-dek__text {
  box-shadow: 0.625rem 0 0 #fff;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  display: inline; }

.article.with-standard-lede .standard-lede {
  margin-top: 1rem;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 1280px) {
    .article.with-standard-lede .standard-lede {
      margin-top: 2.375rem;
      padding-bottom: 2.5rem; } }
  @media only screen and (min-width: 1280px) {
    .article.with-standard-lede .standard-lede {
      margin-top: 2.375rem;
      padding-bottom: 2.5rem; } }

article.with-standard-lede .standard-lede {
  width: 100%; }
  @media only screen and (max-width: 769px) {
    article.with-standard-lede .standard-lede {
      padding: 0 10px; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    article.with-standard-lede .standard-lede {
      width: 640px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    article.with-standard-lede .standard-lede {
      width: 640px; } }
  @media only screen and (min-width: 1280px) {
    article.with-standard-lede .standard-lede {
      width: 800px; } }

.article.with-standard-lede .standard-lede {
  position: relative;
  float: left; }

article .article-rail {
  float: right;
  z-index: 1;
  position: relative;
  display: none;
  margin-left: 2.5rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    article .article-rail {
      display: block;
      width: 320px;
      margin-left: 20px; } }
  @media only screen and (min-width: 1280px) {
    article .article-rail {
      display: block;
      width: 320px;
      margin-left: 40px; } }

.article.with-standard-lede .article-rail {
  margin-top: 3.375rem; }

.stripe, .article-recommended, .col-25-list {
  background: #fff url("/img/stripe.png") repeat; }

.article-rail .article-recommended {
  margin: 2.5rem 0; }

.article-recommended__scroll {
  height: 590px;
  width: 320px;
  overflow-y: scroll;
  padding: 0 10px; }

.article-recommended__scroll::-webkit-scrollbar {
  display: none; }

.article-recommended__header {
  border-bottom: 1px dotted black;
  color: #2D2D35;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-top: 10px;
  padding-left: 5px;
  margin: 0 10px; }

.article-recommended .article-recommended-content-type {
  margin-top: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 9px; }

.article-recommended .article-recommended-content-type:first-child {
  margin-top: 10px; }

.article-recommended .article-recommended-content-type:last-child {
  border-bottom: none; }

.article-recommended-content-type {
  clear: both;
  width: 100%; }

.article-recommended-content-type__thumbnail {
  float: left;
  width: 130px;
  margin-right: 1.25rem;
  position: relative; }

.article-recommended-content-type__thumbnail,
.article-recommended-content-type__headline {
  height: 78px; }

.article-recommended-content-type__thumbnail img {
  width: 100%;
  height: 100%; }

.article-recommended-content-type__headline {
  display: block;
  position: relative;
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px; }

.article-recommended-content-type__newsletter {
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px; }

a,
.author-link,
.topic-list__topic-link {
  color: #262626; }

a.tag {
  background-color: #f59323;
  background-color: rgba(245, 147, 35, 0.28);
  padding: 5px 10px;
  border-radius: 20px;
  text-decoration: none;
  line-height: 35px;
  font-size: 14px; }

.tag.hidden {
  display: none; }

a.tag:hover {
  color: black;
  background-color: rgba(245, 147, 35, 0.48); }

.article.with-standard-lede .article-body {
  clear: left;
  position: relative; }

.article .article-body,
.article .content-type-footer {
  width: 100%;
  padding: 0 10px; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .article .article-body,
    .article .content-type-footer {
      width: 37.5rem;
      margin-left: auto;
      margin-right: auto;
      padding: 0; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .article .article-body,
    .article .content-type-footer {
      width: 46.25rem;
      padding: 0;
      margin-left: 120px; } }
  @media only screen and (min-width: 1280px) {
    .article .article-body,
    .article .content-type-footer {
      width: 47.5rem;
      padding: 0;
      margin-left: 12.5rem; } }

::-moz-selection {
  color: white;
  color: black;
  background: #333333;
  background: #DFDFDF; }

::selection {
  color: white;
  color: black;
  background: #333333;
  background: #DFDFDF; }

::-moz-selection {
  color: white;
  color: black;
  background: #333333;
  background: #DFDFDF; }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .article.with-standard-lede .article-details {
    width: 640px; } }

@media only screen and (min-width: 1020px) and (max-width: 1279px) {
  .article.with-standard-lede .article-details {
    position: absolute;
    top: 100%;
    left: 0; } }

@media only screen and (min-width: 1280px) {
  .article.with-standard-lede .article-details {
    position: absolute;
    top: 100%;
    left: 0; } }

standard-lede .article-details {
  display: block; }

.article .article-details {
  width: 100%; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .article .article-details {
      margin-right: 20px;
      width: 100px; } }
  @media only screen and (min-width: 1280px) {
    .article .article-details {
      margin-right: 40px;
      width: 160px; } }

.article-body h2 {
  font-size: 1.625rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C; }

.article-body {
  font-size: 1.125rem;
  color: #3C3C3C;
  line-height: 1.618em; }

.about-text {
  font-size: 1rem;
  color: #3C3C3C;
  font-family: Georgia, serif;
  line-height: 1.618em; }

.article-body {
  padding-bottom: 2.5rem; }

.article-body ol,
.article-body ul,
.article-body h2,
.article-body p,
.article-body.disqus,
.article-body.disqus__container {
  margin-top: 2.5rem;
  margin-bottom: 0; }

@media screen and (min-width: 63.75em) {
  .article-body {
    font-size: 1.125rem; } }

.article-body blockquote {
  color: #555;
  overflow: auto; }

.article-body .blockquote__credit {
  color: #999;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem; }

.article-body .blockquote__credit:before {
  content: "—"; }

@media screen and (min-width: 63.75em) {
  .article-body .blockquote__credit {
    font-size: 0.875rem; } }

.article-body .inline-media.left {
  margin-bottom: 40px; }

.article-body .inline-media {
  margin-top: 40px; }

.inline-media.left {
  margin-left: 0; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .inline-media.left {
      margin-left: -10rem; } }
  @media only screen and (min-width: 1280px) {
    .inline-media.left {
      margin-left: -10rem; } }

.inline-media.left {
  float: left;
  clear: none;
  width: 22.5rem;
  margin-right: 40px; }
  @media only screen and (max-width: 769px) {
    .inline-media.left {
      width: 100%; } }

.inline-media {
  display: inline-block;
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto 1.25rem;
  padding: 0; }

.inline-media img {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1; }

.inline-media__info {
  position: relative;
  background-color: #fff;
  padding: 1.25rem;
  z-index: 1; }

/* Underline Reveal */
.inline-media:after {
  content: " ";
  position: absolute;
  left: 0;
  height: 15px;
  bottom: -1rem;
  width: 100%;
  background: url("/img/pattern4.png") repeat; }

.inline-media__caption {
  font-size: 0.8125rem;
  line-height: 1.0625rem; }
  .inline-media__caption p {
    margin-top: 0; }

.inline-media__caption {
  color: #555;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.inline-media__caption + .inline-media__credit {
  margin-top: 0.9375rem; }

.inline-media__credit {
  font-size: 0.6875rem;
  line-height: 1rem; }

.inline-media__credit {
  color: #999;
  font-family: Georgia, serif; }

/*------------------------------------*    #ADVERTS
\*------------------------------------*/
.advert {
  text-align: center;
  z-index: 1; }

.adunit {
  margin: 0 auto; }

.content-type-recirc .advert,
.article-rail .article-rail .advert,
.article-rail .advert,
.article-rail.advert,
.feature-article .advert {
  background: #fff url("/img/stripe.png") repeat;
  padding: 0.625rem;
  min-height: 16.875rem; }

.article-rail.advert {
  display: inline-block;
  width: 320px;
  height: 270px;
  float: right; }

.advert.constrained-width {
  max-width: 61.875rem;
  margin: 0 auto; }

.advert .ad {
  display: block; }

.advert.on-all-breakpoints {
  display: block; }

.ad-leaderboard {
  height: 150px;
  padding: 30px 0;
  background: #fff url("/img/stripe.png") repeat; }

.ad-leaderboard-sm {
  margin-top: 0;
  height: 110px;
  padding: 10px 0; }

.ad-leaderboard-inline {
  margin-top: 20px;
  height: 70px;
  padding: 10px 0; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .ad-leaderboard-inline {
      display: none; } }
  @media only screen and (min-width: 1280px) {
    .ad-leaderboard-inline {
      display: none; } }

@media only screen and (max-width: 727px) {
  .ad-leaderboard {
    height: 60px;
    padding: 5px 0; } }

.homepage-logo .advert {
  float: right;
  width: 748px;
  line-height: initial;
  height: 60px; }
  @media only screen and (min-width: 770px) {
    .homepage-logo .advert {
      height: 110px; } }
  @media only screen and (max-width: 769px) {
    .homepage-logo .advert {
      width: 100%;
      float: none; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .homepage-logo .advert {
      width: 100%;
      float: none; } }

/*------------------------------------*    #ARTICLE DETAILS - AUTHOR
\*------------------------------------*/
.article-details .byline {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.article-details .published-at {
  text-align: center; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .article-details .published-at {
      text-align: left; } }
  @media only screen and (min-width: 1280px) {
    .article-details .published-at {
      text-align: left; } }

.article-details .share-count, .article-details .font-adjust {
  text-align: right; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .article-details .share-count, .article-details .font-adjust {
      text-align: left; } }
  @media only screen and (min-width: 1280px) {
    .article-details .share-count, .article-details .font-adjust {
      text-align: left; } }

.article-details .byline,
.article-details .share-count,
.article-details .font-adjust,
.article-details .byline-view,
.article-details .published-at {
  display: inline-block;
  width: 32%;
  padding: 10px 0; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .article-details .byline,
    .article-details .share-count,
    .article-details .font-adjust,
    .article-details .byline-view,
    .article-details .published-at {
      width: 100%;
      display: block;
      border-top: dotted 1px #555;
      text-align: left;
      padding: 1.25rem 0; } }
  @media only screen and (min-width: 1280px) {
    .article-details .byline,
    .article-details .share-count,
    .article-details .font-adjust,
    .article-details .byline-view,
    .article-details .published-at {
      width: 100%;
      display: block;
      border-top: dotted 1px #555;
      text-align: left;
      padding: 1.25rem 0; } }

.author-photo {
  border-radius: 50%;
  margin-top: -20px;
  padding: 20px;
  width: 100%; }
  @media only screen and (max-width: 769px) {
    .author-photo {
      display: none; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .author-photo {
      display: none; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .author-photo {
      margin-top: -10px;
      padding: 10px; } }

.article-details .published-at {
  font-size: 0.8125rem;
  line-height: 1.25rem; }

.article-details .byline__by {
  font-style: italic;
  font-family: "TiemposTextWeb-RegularItalic", Georgia, serif; }

a,
.author-link,
.topic-list__topic-link {
  color: #262626; }

.article-details .byline {
  font-family: Georgia, serif;
  color: #767676;
  font-size: 0.75rem;
  line-height: 1.125rem; }

.author-link:after {
  color: #767676;
  content: ",  "; }

.author-link:nth-last-of-type(-n+2):after {
  content: none; }

.author-link:last-of-type:before {
  color: #767676;
  content: " and "; }

.author-link:only-of-type:before,
.author-link:only-of-type:after {
  content: none; }

.label-and-timestamp {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem; }

.primary-label {
  color: #FA1E64;
  display: inline-block; }

.published-at {
  display: inline; }

.published-at,
.market-summary__security .updated-at,
.top-charts .updated-at,
.brief__story-published-at {
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

/*------------------------------------*    #RECIRC
\*------------------------------------*/
.article .content-type-footer {
  border-top: 10px solid #333333; }

.article .content-type-recirc {
  margin-top: 3.75rem;
  border-top: 1px dotted #999; }

.article .content-type-recirc__box {
  width: 275px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 3.5rem; }
  .article .content-type-recirc__box div {
    width: 100%;
    height: 100%; }

.content-type-recirc__box:last-of-type {
  margin-right: 0; }

.article-recirc-content-type__headline {
  font-weight: 500; }

.menu-dropdown .content-type-recirc__box {
  width: 275px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: top; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .menu-dropdown .content-type-recirc__box {
      width: 149px;
      margin-right: 10px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .menu-dropdown .content-type-recirc__box {
      width: 230px; } }
  @media only screen and (min-width: 1280px) {
    .menu-dropdown .content-type-recirc__box {
      width: 275px; } }
  .menu-dropdown .content-type-recirc__box div {
    width: 100%;
    height: 170px;
    background-size: 100% auto; }

.menu-dropdown .content-type-recirc__box:last-of-type {
  margin-right: 0; }

.menu-dropdown .article-recirc-content-type__headline {
  display: inline-block;
  text-align: left;
  font-size: 1rem; }

.content-type-recirc__menu {
  background-color: #b1b1b1;
  margin-right: 20px;
  width: 180px;
  display: inline-block;
  vertical-align: top;
  height: 250px;
  text-align: left;
  padding-top: 10px; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-type-recirc__menu {
      width: 100%;
      height: 40px;
      padding-top: 0;
      text-align: center; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-type-recirc__menu {
      width: 164px; } }

.content-type-recirc__menu-link {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding-left: 20px;
  line-height: 40px;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-type-recirc__menu-link {
      display: inline-block;
      padding-left: 0;
      width: 164px;
      margin-top: 0; } }

a.content-type-recirc__menu-link:hover {
  color: inherit; }

a.content-type-recirc__menu-link.active {
  background-color: #333333;
  color: white; }

/*------------------------------------*    #PERSISTENT HEADER
\*------------------------------------*/
.default-layout .container {
  -moz-transition: -moz-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  width: 100%; }

.persistent-header-placeholder {
  position: relative;
  height: 70px; }

.grey-trans {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 5; }
  @media only screen and (max-width: 769px) {
    .grey-trans {
      display: none; } }
  @media only screen and (min-width: 1280px) {
    .grey-trans {
      display: none; } }

.persistent-header-placeholder.marquee-vis {
  height: 100px; }

.default-layout.persist-header .persistent-header {
  position: fixed;
  top: 0;
  width: 100%; }

.default-layout.persist-header .persistent-header.marquee-vis {
  top: 30px; }

.default-layout .persistent-header {
  -moz-transition: -moz-transform 0.2s ease-out, top 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out, top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out, -webkit-transform 0.2s ease-out;
  transition: top 0.3s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, top 0.3s ease-out, -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, top 0.3s ease-out;
  transition: transform 0.2s ease-out, top 0.3s ease-out, -webkit-transform 0.2s ease-out, -moz-transform 0.2s ease-out;
  z-index: 4; }

.persistent-header {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
  border-bottom: 1px solid #7e7e7e;
  background-color: #333333;
  margin-top: 0;
  display: block;
  width: 100%;
  height: 4.375rem;
  z-index: 4; }

.persistent-header.marquee-vis {
  top: 30px; }

.persistent-header__bounding-width {
  display: block;
  position: relative;
  margin: 0 auto; }

.persistent-header__container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 4.375rem; }

.persistent-header__logo-menu {
  width: 260px;
  height: 100%;
  display: table-cell;
  line-height: 4.375rem; }
  @media only screen and (max-width: 769px) {
    .persistent-header__logo-menu {
      text-align: center;
      width: 100%; } }

.persistent-header__logo-link {
  display: inline-block;
  position: relative;
  width: 13rem;
  z-index: 2;
  float: left; }
  @media only screen and (max-width: 769px) {
    .persistent-header__logo-link {
      float: none; } }

.persistent-header__logo-image {
  width: 13rem;
  height: 1.5rem;
  display: inline-block;
  position: static;
  vertical-align: middle; }
  @media only screen and (max-width: 769px) {
    .persistent-header__logo-image {
      text-align: center; } }

.persistent-header__menu {
  margin-left: 1rem;
  font-size: 0;
  width: 1.875rem;
  display: block;
  float: left;
  cursor: pointer;
  height: 4.375rem; }
  @media only screen and (max-width: 769px) {
    .persistent-header__menu {
      vertical-align: top;
      display: inline-block;
      float: none; } }

.persistent-header__menu:before {
  font-family: "Ionicons";
  content: "\f123";
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  background-color: #767676;
  padding: 0.125rem;
  border-radius: 0.1875rem;
  text-align: center;
  vertical-align: middle; }

.persistent-header__logo-menu:after {
  overflow: hidden;
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  content: "right border";
  display: block;
  border-right: 1px solid #ccc;
  height: 2.5rem;
  margin-top: 0.9375rem; }
  @media only screen and (max-width: 769px) {
    .persistent-header__logo-menu:after {
      display: none; } }

.persistent-header__content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: visible; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .persistent-header__content {
      width: 503px; } }

.persistent-header__content-container {
  display: table;
  padding-left: 1rem;
  position: relative;
  width: 100%;
  height: 70px; }

.persistent-header-reading-now {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 0;
  vertical-align: middle;
  -moz-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }

.persistent-header-reading-now__title {
  vertical-align: middle; }

.persistent-header-reading-now__headline {
  font-weight: 500;
  vertical-align: middle; }

.persistent-header .showable {
  -moz-transition: opacity 0.175s ease;
  -webkit-transition: opacity 0.175s ease;
  transition: opacity 0.175s ease;
  opacity: 0; }

.persistent-header .showable.show {
  -moz-transition-delay: 0.175s;
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
  opacity: 1; }

.social-share__container.showable.show {
  top: 0; }

.social-in-article.showable.show {
  top: 0; }

.persistent-header__social {
  display: none;
  margin: 0.6875rem;
  text-align: center;
  width: 0; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .persistent-header__social {
      display: table-cell; } }
  @media only screen and (min-width: 1280px) {
    .persistent-header__social {
      display: table-cell; } }

.social-share__container {
  position: absolute;
  z-index: 2;
  top: -100px;
  right: 0;
  height: 40px;
  padding-left: 1rem;
  border-right: 1px solid #ccc;
  overflow: hidden;
  margin-top: 15px; }

.social-in-article {
  position: absolute;
  z-index: 2;
  top: 100px;
  right: 0;
  height: 40px;
  padding-left: 1rem;
  overflow: hidden;
  margin-top: 15px; }

.persistent-header__social .social-share {
  overflow: hidden;
  height: 2.25rem;
  display: table;
  float: right;
  padding: 0;
  position: static;
  border-top: 0;
  padding-top: 8px; }

.persistent-header__link {
  color: white;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

.persistent-header__nav-item.active a.persistent-header__link {
  color: #f59120; }

.social-share {
  padding: 0;
  position: relative;
  white-space: nowrap; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .social-share {
      padding: 1.25rem 0; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .social-share {
      padding: 1.25rem 0; } }

.article-details .social-share {
  border-top: dotted 1px #555; }

.persistent-header__social .social-share__visible {
  display: table-cell;
  overflow: hidden; }

.social-share .bloomberg.share.link {
  height: 2.25rem;
  width: 1.875rem;
  line-height: 2.75rem;
  font-size: 1.50rem;
  text-align: center;
  margin-right: 0.625rem;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.persistent-header__social .social-share .bloomberg.share.link {
  color: #fff; }

.social-share .bloomberg.share {
  display: inline-block; }

.bloomberg.share.link.facebook:before {
  content: "\f231"; }

.bloomberg.share.link.facebook:hover {
  color: #3b5998; }

.bloomberg.share.link.twitter:before {
  content: "\f243"; }

.bloomberg.share.link.twitter:hover {
  color: #00aced; }

.bloomberg.share.link.reddit:before {
  content: "\f23b"; }

.bloomberg.share.link.reddit:hover {
  color: #ff4500; }

.bloomberg.share.link.googleplus:before {
  content: "\f235"; }

.share-count, .font-adjust {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 10px; }

.share-count__number {
  display: inline-block;
  font-size: 2rem;
  padding-right: 5px; }

.share-count__text {
  text-transform: uppercase;
  display: inline-block; }

.share-button {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  display: inline-block; }
  @media only screen and (max-width: 769px) {
    .share-button {
      margin: 2.5%;
      width: 20%; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .share-button {
      margin-right: 20px;
      width: 145px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .share-button {
      display: block;
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .share-button {
      display: block;
      width: 100%; } }

.font-adjust {
  font-family: Georgia, serif;
  cursor: pointer;
  font-size: 1.3rem; }

.share-button-header, .share-button-footer {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100px; }

.share-button-footer {
  width: 117px;
  margin-bottom: 10px;
  margin-left: 10px; }
  @media only screen and (max-width: 769px) {
    .share-button-footer {
      width: 31%; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .share-button-footer {
      width: 150px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .share-button-footer {
      width: 114px; } }

.share-button-footer:first-child {
  margin-left: 0; }

@media only screen and (max-width: 769px) {
  .share-button-footer:nth-of-type(4) {
    margin-left: 0; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .share-button-footer:nth-of-type(4) {
    margin-left: 0; } }

.share-button-footer .share-button--link,
.share-button .share-button--link,
.share-button-header .share-button--link, .share-button-footer .share-button--link {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  text-decoration: none; }
  @media only screen and (max-width: 769px) {
    .share-button-footer .share-button--link,
    .share-button .share-button--link,
    .share-button-header .share-button--link, .share-button-footer .share-button--link {
      text-align: center; } }

.share-button__text {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: 600;
  color: white;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  @media only screen and (max-width: 769px) {
    .share-button__text {
      display: none; } }

.share-button__number {
  padding-left: 2px;
  vertical-align: top; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .share-button__number {
      display: none; } }

.share-button--icon {
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  font-size: 1.5rem;
  vertical-align: middle;
  width: 45px; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .share-button--icon {
      width: 40px; } }

.share-button--icon.comments {
  width: 35px; }

.share-button--icon.facebook:before {
  content: "\f231"; }

.share-button--icon.twitter:before {
  content: "\f243"; }

.share-button--icon.reddit:before {
  content: "\f23b"; }

.share-button--icon.linkedin:before {
  content: "\f239"; }

.share-button--icon.googleplus:before {
  content: "\f235"; }

.share-button--icon.email:before {
  content: "\f423"; }

.share-button--icon.comments:before {
  content: "\f11c"; }

.share-button--facebook {
  background-color: #3b5998; }

.share-button--twitter {
  background-color: #00aced; }

.share-button--reddit {
  background-color: #ff4500; }

.share-button--linkedin {
  background-color: #007bb6; }

.share-button--googleplus {
  background-color: #dd4b39; }

.share-button--email {
  background-color: #333; }

.share-button--comments {
  background-color: #f59323;
  cursor: pointer; }

.read-more {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .read-more {
      display: block;
      width: 100%; } }

.read-more__title {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  background-color: #333333;
  color: white; }
  .read-more__title span {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem; }

.read-more__article {
  margin-top: 10px; }

.read-more__article-title {
  font-size: 0.9rem;
  width: 100%;
  display: block;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  white-space: normal;
  padding-bottom: 10px;
  overflow: hidden;
  max-height: 51px; }

.persistent-header__search-box {
  display: none;
  width: 0;
  overflow: visible;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 4.3125rem;
  z-index: 2; }

.persistent-header__search-button {
  cursor: pointer;
  display: none;
  vertical-align: middle;
  font-size: 0;
  padding-left: 1rem;
  width: 3.375rem;
  color: white; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .persistent-header__search-button {
      display: table-cell; } }
  @media only screen and (min-width: 1280px) {
    .persistent-header__search-button {
      display: table-cell; } }

.persistent-header__search-button:before {
  font-size: 1.5rem;
  line-height: 2.75rem;
  content: "\f4a4"; }

.persistent-header__nav {
  display: table-cell;
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  height: 2.5rem;
  vertical-align: middle;
  z-index: 1;
  width: 526px; }

.persistent-header__nav-item {
  color: #2D2D35;
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.875rem;
  height: 40px;
  line-height: 40px; }
  @media only screen and (max-width: 769px) {
    .persistent-header__nav-item {
      display: none; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .persistent-header__nav-item {
      margin-right: 1.175rem; } }

.persistent-header__nav-item.current {
  color: #2B00F7; }

.menu-dropdown {
  position: fixed;
  width: 100%;
  left: 0;
  top: 50px;
  background-color: #e6e6e6;
  z-index: 10;
  border-bottom: 10px solid #333333;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.menu-dropdown.show {
  opacity: 1;
  top: 70px;
  visibility: visible; }

.menu-dropdown.show.marquee-vis {
  top: 100px; }

.menu-secondary {
  position: fixed;
  width: 100%;
  top: 50px;
  background-color: #333333;
  z-index: 10;
  border-bottom: 1px solid #7e7e7e;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }
  @media only screen and (min-width: 770px) {
    .menu-secondary {
      width: 260px; } }

.menu-secondary.show {
  opacity: 1;
  top: 70px;
  visibility: visible; }

.menu-secondary.show.marquee-vis {
  top: 100px; }

.menu-secondary__list {
  color: white; }

.menu-secondary__list-link {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
  padding-left: 20px;
  color: white;
  border-bottom: 1px solid #7e7e7e;
  display: block;
  line-height: 1.375rem;
  text-align: left; }

.menu-secondary__list-link:hover {
  color: white;
  background-color: #7e7e7e; }

.menu-secondary__list > li:last-of-type > a {
  border-bottom: none; }

@media only screen and (min-width: 770px) {
  .menu-secondary__list-link.mobile {
    display: none; } }

.homepage-logo {
  margin-top: 20px;
  border-bottom: 3px solid #f59323; }
  @media only screen and (max-width: 769px) {
    .homepage-logo {
      width: 100%;
      margin-top: 0; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .homepage-logo {
      text-align: center; } }

.row,
.content-row {
  margin-top: 20px; }
  @media only screen and (max-width: 769px) {
    .row,
    .content-row {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0; } }

.row-700 {
  height: 700px;
  margin-top: 20px; }
  @media only screen and (max-width: 769px) {
    .row-700 {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0; } }
  @media only screen and (max-width: 769px) {
    .row-700 {
      height: auto; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .row-700 {
      height: 643px; } }

.row-600 {
  height: 600px;
  margin-top: 20px; }
  @media only screen and (max-width: 769px) {
    .row-600 {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0; } }
  @media only screen and (max-width: 769px) {
    .row-600 {
      height: auto; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .row-600 {
      height: 500px; } }

.row-500 {
  height: 500px;
  margin-top: 20px; }
  @media only screen and (max-width: 769px) {
    .row-500 {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0; } }
  @media only screen and (max-width: 769px) {
    .row-500 {
      height: auto; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .row-500 {
      height: 343px; } }

.row-400 {
  height: 400px;
  margin-top: 20px; }
  @media only screen and (max-width: 769px) {
    .row-400 {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0; } }
  @media only screen and (max-width: 769px) {
    .row-400 {
      height: auto; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .row-400 {
      height: 343px; } }

.content-row__400 {
  height: 400px; }
  @media only screen and (max-width: 769px) {
    .content-row__400 {
      height: auto; }
      .content-row__400 .hero-story__image, .content-row__400 .article-list-view__image {
        max-height: 270px; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row__400 {
      height: 300px; } }

.content-row__300 {
  height: 300px; }
  @media only screen and (max-width: 769px) {
    .content-row__300 {
      height: auto; }
      .content-row__300 .hero-story__image, .content-row__300 .article-list-view__image {
        max-height: 270px; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row__300 {
      height: 300px; } }

.content-row__700 {
  height: 700px; }
  @media only screen and (max-width: 769px) {
    .content-row__700 {
      height: auto; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row__700 {
      height: 643px; } }

.content-row_top {
  height: 395px; }
  @media only screen and (max-width: 769px) {
    .content-row_top {
      height: auto; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row_top {
      height: 340px; } }

.row-top {
  height: 395px; }
  @media only screen and (max-width: 769px) {
    .row-top {
      height: auto; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .row-top {
      height: 340px; } }

.row-bottom {
  height: 284px; }
  @media only screen and (max-width: 769px) {
    .row-bottom {
      height: auto; } }

.content-row_bottom {
  height: 275px; }
  @media only screen and (max-width: 769px) {
    .content-row_bottom {
      height: auto; } }

.content-row_1-4.content-box__list {
  padding: 10px;
  float: left;
  overflow-y: hidden; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row_1-4.content-box__list {
      width: 235px; } }
  @media only screen and (max-width: 769px) {
    .content-row_1-4.content-box__list {
      height: auto; } }

.content-row_1-4.content-box__list.home {
  overflow-y: hidden; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row_1-4.content-box__list.home {
      width: 203px; } }
  @media only screen and (max-width: 769px) {
    .content-row_1-4.content-box__list.home {
      height: auto; } }

.content-box__list-header {
  padding: 10px;
  border-bottom: 1px solid black;
  font-size: 2rem; }

.list-header {
  padding: 0 0 10px 0;
  border-bottom: 1px solid black;
  font-size: 2rem; }

.list-item {
  padding: 20px 0;
  padding-right: 3px;
  border-bottom: 1px dotted #999; }

.content-box__list-item {
  padding: 20px 10px;
  border-bottom: 1px dotted #999; }

@media only screen and (min-width: 770px) {
  .content-row__group {
    border-bottom: 10px solid #f59323; } }

.content-box {
  margin-top: 20px;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 10px solid #333333;
  height: 95%;
  min-height: 270px;
  position: relative; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-box {
      margin-right: 10px; } }
  @media only screen and (max-width: 769px) {
    .content-box {
      height: 100%; } }

.col, .col-dotted {
  display: inline-block;
  margin-right: 20px;
  height: 100%;
  position: relative; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .col, .col-dotted {
      margin-right: 10px; } }
  @media only screen and (max-width: 769px) {
    .col, .col-dotted {
      height: 300px;
      margin-top: 20px; } }

.col-dotted {
  border-left: 1px dotted #999;
  padding-left: 20px;
  padding-right: 20px; }

.col-last {
  margin-right: 0; }

.content-row__grid-height {
  height: 250px; }
  @media only screen and (max-width: 769px) {
    .content-row__grid-height {
      display: none; } }
  @media only screen and (min-width: 1280px) {
    .content-row__grid-height {
      height: 300px; } }

.content-row__mixed-height {
  height: 600px; }
  @media only screen and (max-width: 769px) {
    .content-row__mixed-height {
      display: none; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row__mixed-height {
      height: 400px; } }

.content-grid, .content-mixed, .content-mixed__lg {
  float: left;
  display: inline-block;
  height: 230px;
  border-left: 1px dotted #999;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    .content-grid, .content-mixed, .content-mixed__lg {
      height: 300px; } }

.content-mixed {
  height: auto; }

.content-mixed__lg {
  height: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-mixed__lg {
      width: 320px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-mixed__lg {
      width: 490px; } }
  @media only screen and (min-width: 1280px) {
    .content-mixed__lg {
      width: 580px; } }

.content-mixed_1-2 {
  height: 280px; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-mixed_1-2 {
      height: 230px;
      width: 160px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-mixed_1-2 {
      width: 245px; } }
  @media only screen and (min-width: 1280px) {
    .content-mixed_1-2 {
      width: 290px; } }

.content-mixed__image {
  position: absolute;
  bottom: 0; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-mixed__image {
      width: 120px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-mixed__image {
      width: 205px; } }
  @media only screen and (min-width: 1280px) {
    .content-mixed__image {
      width: 250px; } }

.content-mixed__image-lg {
  position: absolute;
  bottom: 0; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-mixed__image-lg {
      width: 280px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-mixed__image-lg {
      width: 450px; } }
  @media only screen and (min-width: 1280px) {
    .content-mixed__image-lg {
      width: 540px; } }

.content-mixed__dotted-divider {
  height: 1px;
  border-bottom: 1px dotted #999;
  margin: 0;
  padding-top: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 20px; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-mixed__dotted-divider {
      width: 320px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-mixed__dotted-divider {
      width: 490px; } }
  @media only screen and (min-width: 1280px) {
    .content-mixed__dotted-divider {
      width: 580px; } }

.content-mixed_1-2:nth-of-type(3) {
  border-right: 1px dotted #999; }

.content-mixed__link {
  font-size: 0.8rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 1280px) {
    .content-mixed__link {
      font-size: 0.9rem; } }

.content-mixed__link-lg {
  font-size: 1.1rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 1020px) {
    .content-mixed__link-lg {
      font-size: 1.3rem; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-grid_2-6 {
    width: 320px; } }

@media only screen and (min-width: 1020px) and (max-width: 1279px) {
  .content-grid_2-6 {
    width: 326px; } }

@media only screen and (min-width: 1280px) {
  .content-grid_2-6 {
    width: 386px; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-grid_1-6 {
    width: 160px; } }

@media only screen and (min-width: 1020px) and (max-width: 1279px) {
  .content-grid_1-6 {
    width: 163px; } }

@media only screen and (min-width: 1280px) {
  .content-grid_1-6 {
    width: 193px; } }

.content-grid_1-4 {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-grid_1-4 {
      width: 160px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-grid_1-4 {
      width: 245px; } }
  @media only screen and (min-width: 1280px) {
    .content-grid_1-4 {
      width: 290px; } }

.content-grid_1-2 {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-grid_1-2 {
      width: 320px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-grid_1-2 {
      width: 490px; } }
  @media only screen and (min-width: 1280px) {
    .content-grid_1-2 {
      width: 580px; } }

@media only screen and (max-width: 769px) {
  .hide-xs {
    display: none !important; } }

@media only screen and (min-width: 770px) {
  .show-xs {
    display: none !important; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .hide-sm {
    display: none !important; } }

@media only screen and (min-width: 1020px) and (max-width: 1279px) {
  .hide-md {
    display: none !important; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-grid_1-6:nth-of-type(4) {
    border-right: 1px dotted #999; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-grid_2-6 {
    border-right: 1px dotted #999; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-grid_1-6:nth-of-type(3),
  .content-grid_1-6:nth-of-type(4),
  .content-grid_1-6:nth-of-type(5),
  .content-grid_1-6:nth-of-type(6) {
    display: none; } }

.content-grid:last-of-type, .content-mixed:last-of-type, .content-mixed__lg:last-of-type {
  border-right: 1px dotted #999; }

.content-grid__link {
  font-size: 0.8rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 1280px) {
    .content-grid__link {
      font-size: 0.9rem; } }

.padtop {
  margin-top: 20px; }

.pad10 {
  margin-top: 10px; }

.nopadtop {
  margin-top: 0; }

.content-box.nopadtop {
  height: 100%; }

.bg-grey .hero-story__headline-link {
  text-align: left;
  background: #DFDFDF; }

.content-grid__image {
  position: absolute;
  bottom: 0; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-grid__image {
      width: 120px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-grid__image {
      width: 123px; } }
  @media only screen and (min-width: 1280px) {
    .content-grid__image {
      width: 153px; } }

.content-grid__image-4 {
  position: absolute;
  bottom: 0; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-grid__image-4 {
      width: 120px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-grid__image-4 {
      width: 203px; } }
  @media only screen and (min-width: 1280px) {
    .content-grid__image-4 {
      width: 248px; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-grid__image-upside {
    width: 120px; } }

@media only screen and (min-width: 1020px) and (max-width: 1279px) {
  .content-grid__image-upside {
    width: 205px; } }

@media only screen and (min-width: 1280px) {
  .content-grid__image-upside {
    width: 250px; } }

.content-grid__image-2 {
  position: absolute;
  bottom: 0; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-grid__image-2 {
      width: 280px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-grid__image-2 {
      width: 450px; } }
  @media only screen and (min-width: 1280px) {
    .content-grid__image-2 {
      width: 540px; } }

.content-grid__image-lg {
  position: absolute;
  bottom: 0; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-grid__image-lg {
      width: 280px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-grid__image-lg {
      width: 286px; } }
  @media only screen and (min-width: 1280px) {
    .content-grid__image-lg {
      width: 336px; } }

@media only screen and (min-width: 770px) {
  .content-box.content-box__group {
    border-bottom: none; } }

.content-box__group-title {
  vertical-align: top;
  background-color: #f59323; }
  @media only screen and (max-width: 769px) {
    .content-box__group-title {
      display: none; } }

.content__group-description {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  padding: 20px;
  text-align: center;
  line-height: 2.5rem; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content__group-description {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

.dotted-divider, .dotted-divider-lg {
  width: 100%;
  height: 1px;
  content: '';
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px dotted #999;
  padding-top: 20px; }

.dotted-divider-lg {
  padding-top: 40px;
  margin-bottom: 20px; }

.content-box:last-of-type {
  margin-right: 0; }

.content-row_1-4 {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row_1-4 {
      width: 150px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-row_1-4 {
      width: 230px; } }
  @media only screen and (min-width: 1280px) {
    .content-row_1-4 {
      width: 275px; } }

.col-25, .col-25-top {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .col-25, .col-25-top {
      width: 152px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .col-25, .col-25-top {
      width: 230px; } }
  @media only screen and (min-width: 1280px) {
    .col-25, .col-25-top {
      width: 275px; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .col-25-top {
    width: 192px; } }

.col-25-list {
  z-index: 10;
  padding: 10px;
  float: left;
  overflow-y: hidden; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .col-25-list {
      width: 235px; } }
  @media only screen and (max-width: 769px) {
    .col-25-list {
      height: auto; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-row_1-4.home {
    width: 134px; } }

.content-row_1-2 {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row_1-2 {
      width: 316px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-row_1-2 {
      width: 480px; } }
  @media only screen and (min-width: 1280px) {
    .content-row_1-2 {
      width: 570px; } }

.col-50, .col-50-top {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .col-50, .col-50-top {
      width: 315px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .col-50, .col-50-top {
      width: 480px; } }
  @media only screen and (min-width: 1280px) {
    .col-50, .col-50-top {
      width: 570px; } }

.col-75, .col-75-top {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .col-75, .col-75-top {
      width: 477px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .col-75, .col-75-top {
      width: 730px; } }
  @media only screen and (min-width: 1280px) {
    .col-75, .col-75-top {
      width: 865px; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .col-50-top {
    width: 395px; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .col-75-top {
    width: 395px; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .sm-last {
    margin-right: 0; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-row_1-2.home {
    width: 417px; } }

.content-row_1-3 {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row_1-3 {
      width: 206px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-row_1-3 {
      width: 313px; } }
  @media only screen and (min-width: 1280px) {
    .content-row_1-3 {
      width: 373px; } }

.content-row_2-3 {
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .content-row_2-3 {
      width: 423px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .content-row_2-3 {
      width: 647px; } }
  @media only screen and (min-width: 1280px) {
    .content-row_2-3 {
      width: 767px; } }

.hero-story__image-link {
  height: 80%;
  position: relative;
  display: block;
  width: 100%; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .hero-story__image-link {
      height: 70%; } }
  @media only screen and (max-width: 769px) {
    .hero-story__image-link {
      padding-bottom: 60%; } }

@media only screen and (min-width: 770px) {
  .content-row__shrink .hero-story__image-link {
    margin-top: 15%;
    height: 55%; } }

@media only screen and (min-width: 770px) {
  .content-row__shrink.home .hero-story__image-link {
    margin-top: 26%;
    height: 55%; } }

.content-row__header {
  border-bottom: 1px dotted #999;
  padding-bottom: 20px;
  margin-top: 80px; }
  @media only screen and (max-width: 769px) {
    .content-row__header {
      margin-top: 20px; } }

.content-row__header h1 {
  font-size: 2rem; }

.hero-story__image, .article-list-view__image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%; }

.logo-fill {
  width: 450px;
  vertical-align: bottom; }
  @media only screen and (max-width: 769px) {
    .logo-fill {
      padding-left: 20px;
      padding-right: 20px; } }

.underlogo {
  padding-bottom: 10px; }

.date,
.edition {
  display: inline-block;
  padding: 0 20px;
  color: #999;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px; }
  @media only screen and (max-width: 769px) {
    .date,
    .edition {
      display: none; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .date,
    .edition {
      display: none; } }

.date {
  border-right: 1px solid #999; }

.home-img {
  height: 100%;
  width: 100%;
  position: relative; }

.grad-orange {
  content: ""; }

.nav-links {
  margin: 0;
  height: 26px;
  line-height: 26px;
  color: white;
  font-size: 14px;
  display: inline-block;
  padding-top: 3px;
  width: 100%; }
  @media only screen and (max-width: 769px) {
    .nav-links {
      display: block;
      height: 120px; } }

.nav-link {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700; }

.nav-links__right,
.nav-links__left {
  display: inline-block;
  text-align: left; }

.nav-links__right {
  text-align: right; }

.col-25-list:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.hero-story__headline-link {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 90%;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.8); }
  @media only screen and (max-width: 769px) {
    .hero-story__headline-link {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .hero-story__headline-link {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1280px) {
    .hero-story__headline-link {
      font-size: 1.2rem; } }

@media only screen and (min-width: 770px) and (max-width: 1018px) {
  .content-row_1-2 .hero-story__headline-link {
    font-size: 1.2rem; } }

@media only screen and (min-width: 1020px) and (max-width: 1279px) {
  .content-row_1-2 .hero-story__headline-link {
    font-size: 1.5rem; } }

@media only screen and (min-width: 1280px) {
  .content-row_1-2 .hero-story__headline-link {
    font-size: 1.5rem; } }

.sponsored {
  font-size: 0.8rem;
  color: #333333; }

.single-headline {
  margin-top: 20px;
  display: inline-block; }

.single-headline__label {
  float: left;
  width: 162px;
  height: 4.5rem;
  padding: 1.275rem 28px;
  margin-top: 60px;
  font-size: 1.3rem; }
  @media only screen and (max-width: 769px) {
    .single-headline__label {
      padding: 1rem 1.75rem;
      width: 160px;
      font-size: 0.9rem;
      height: 3.25rem; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .single-headline__label {
      padding: 1.6rem 0.75rem;
      width: 100px;
      font-size: 0.8rem; } }

.bg-orange {
  background: #f59323; }

.bg-grey {
  background: #DFDFDF; }

.single-quote {
  margin-top: 40px;
  border-bottom: 10px solid #333333; }

.single-quote__container {
  width: 100%;
  vertical-align: top;
  padding-top: 20px;
  display: inline-block; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .single-quote__container {
      width: 400px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .single-quote__container {
      width: 620px; } }
  @media only screen and (min-width: 1280px) {
    .single-quote__container {
      width: 760px; } }

.single-quote__image-container {
  width: 100%;
  display: inline-block;
  text-align: center; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .single-quote__image-container {
      width: 230px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .single-quote__image-container {
      width: 310px; } }
  @media only screen and (min-width: 1280px) {
    .single-quote__image-container {
      width: 310px; } }

.single-quote__image {
  max-width: 310px;
  width: 100%; }

.single-quote__quote, .full-bleed-hero__quote {
  color: #f59323;
  padding-top: 20px;
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700; }
  @media only screen and (min-width: 1280px) {
    .single-quote__quote, .full-bleed-hero__quote {
      font-size: 3rem;
      line-height: 3.25rem; } }

.single-quote__attribution {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block; }

.single-headline__image-container {
  overflow: hidden;
  float: left;
  width: 18.75rem;
  height: 270px; }
  @media only screen and (max-width: 769px) {
    .single-headline__image-container {
      width: 100%; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .single-headline__image-container {
      width: 200px; } }

.single-headline__headline {
  width: 358px;
  margin-right: 20px;
  height: 270px;
  font-size: 1.625rem;
  line-height: 1.75rem;
  display: inline-block;
  padding: 1.275rem 2.25rem; }
  @media only screen and (max-width: 769px) {
    .single-headline__headline {
      width: 100%;
      font-size: 1.125rem;
      padding: 1.275rem 1.25rem;
      height: auto;
      margin-right: 0; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .single-headline__headline {
      padding: 1.275rem 1.25rem;
      font-size: 1.125rem;
      width: 240px;
      margin-right: 0; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .single-headline__headline {
      width: 278px; } }

.single-headline__headline-link:hover {
  color: inherit;
  text-decoration: underline; }

.single-headline .single-headline__image {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%; }

.single-headline .single-headline__image-link {
  height: 270px;
  position: relative;
  display: block;
  width: 100%; }

.full-bleed-hero {
  margin-top: 20px; }

.full-bleed-hero__image {
  margin-top: 20px;
  width: 100%; }

/*------------------------------------*    #LIST VIEW
\*------------------------------------*/
.article-list-view {
  border-bottom: 1px dotted #999;
  padding-bottom: 20px;
  margin-top: 20px; }

.article-list-view__header {
  border-bottom: 10px solid #333333;
  padding-bottom: 30px;
  margin-top: 20px; }
  .article-list-view__header p.lede {
    min-height: 50px; }

.article-list-view__image-link {
  display: inline-block;
  width: 100%;
  height: 200px;
  position: relative; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .article-list-view__image-link {
      width: 300px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .article-list-view__image-link {
      width: 300px; } }
  @media only screen and (min-width: 1280px) {
    .article-list-view__image-link {
      width: 400px; } }

.article-list-view__author-image {
  height: 120px;
  width: auto;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 50%; }
  @media only screen and (max-width: 769px) {
    .article-list-view__author-image {
      height: 100px; } }

.article-list-view__info {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top; }
  @media only screen and (max-width: 769px) {
    .article-list-view__info {
      padding-left: 0;
      padding-top: 20px; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .article-list-view__info {
      width: 330px; } }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .article-list-view__info {
      width: 330px; } }
  @media only screen and (min-width: 1280px) {
    .article-list-view__info {
      width: 390px; } }

.article-list-view__title {
  font-size: 1.1rem;
  line-height: 1.6rem; }

.article-list-view__meta {
  color: #767676;
  font-size: 0.9rem;
  margin-top: 20px; }

.no-more-state {
  color: #767676;
  font-size: 0.9rem;
  font-style: italic; }

.eoa {
  width: 100%;
  height: 10px;
  content: ''; }

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 40px;
  background-color: #333333;
  color: white;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }
  .footer a {
    color: white; }
  @media only screen and (max-width: 769px) {
    .footer .nav-links {
      font-size: 20px;
      line-height: 40px;
      display: inline-block; } }
  .footer .nav-links__left {
    vertical-align: middle; }
  .footer .nav-links__right {
    padding-top: 10px; }
  .footer a.nav-link:hover {
    text-decoration: underline; }

.btcmedia {
  width: 150px; }
  @media only screen and (max-width: 769px) {
    .btcmedia {
      margin-top: 15px; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .btcmedia {
      width: 100px; } }

.copyright {
  font-size: 12px; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .copyright {
      padding-top: 10px; } }

.white {
  color: white; }

.nohover:hover {
  color: inherit;
  text-decoration: none; }

.highlightMenu--active {
  display: inline-block;
  visibility: visible;
  -webkit-transition: top 75ms ease-out, left 75ms ease-out;
  -moz-transition: top 75ms ease-out, left 75ms ease-out;
  transition: top 75ms ease-out, left 75ms ease-out;
  -webkit-animation: pop-upwards 180ms forwards linear;
  -moz-animation: pop-upwards 180ms forwards linear;
  animation: pop-upwards 180ms forwards linear; }

.highlightMenu-inner {
  position: relative;
  background-image: -webkit-linear-gradient(top, rgba(49, 49, 47, 0.99), #262625);
  background-image: -moz-linear-gradient(top, rgba(49, 49, 47, 0.99), #262625);
  background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.99), #262625);
  background-repeat: repeat-x;
  border-radius: 5px; }

.highlightMenu-buttons {
  padding: 0;
  white-space: nowrap;
  font-size: 0;
  list-style: none;
  list-style-image: none; }

.highlightMenu-buttons .highlightMenu-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

.button--highlightMenu {
  display: block;
  background: transparent;
  border: 0;
  color: white;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: center;
  -webkit-appearance: button;
  cursor: pointer; }

.highlightTwitter {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  font-size: 1.40rem;
  text-align: center;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.highlightTwitter::before {
  content: "\f243"; }

.highlightMenu-arrowClip {
  position: absolute;
  bottom: -10px;
  left: 50%;
  clip: rect(10px 20px 20px 0);
  margin-left: -10px; }

.highlightMenu-arrowClip .highlightMenu-arrow {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #262625;
  -webkit-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  -moz-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5); }

.tags {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.read-more-tags {
  font-weight: 700; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }

@-moz-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }

.marquee-container {
  width: 100%;
  background-color: #333;
  color: white;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 0;
  height: 30px;
  z-index: 4;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.marquee-inner {
  overflow: hidden;
  position: relative;
  height: 30px;
  z-index: 4; }

.marquee-wrap {
  cursor: pointer;
  overflow: hidden;
  list-style: none;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 300% !important;
  height: 30px; }

.marquee-list {
  white-space: normal;
  float: left;
  width: 33.333333%;
  overflow: hidden;
  height: 30px; }

.marquee-price {
  display: inline-block;
  line-height: 30px;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 30px;
  font-weight: 400;
  font-size: 14px;
  color: #DFDFDF; }
  @media only screen and (min-width: 1280px) {
    .marquee-price {
      margin: 0 38px; } }

.price {
  color: #fff;
  font-weight: 500; }

.price:before {
  content: '\f353'; }

.okcoin.price:before,
.anx.price:before,
.btcchina.price:before,
.huobi.price:before {
  content: '\f4f2'; }

.kraken.price:before {
  content: '\f4e1'; }

.price:after {
  color: #31B931;
  font-size: 20px;
  vertical-align: sub;
  padding-left: 3px;
  font-weight: 400;
  content: '\f366'; }

.red {
  color: #fff;
  font-weight: 500; }

.red:after {
  color: #e32121;
  font-size: 20px;
  vertical-align: sub;
  padding-left: 3px;
  font-weight: 400;
  content: '\f35d'; }

.pullquote {
  font-size: 2.4rem;
  line-height: 3.0rem;
  margin-top: 4.375rem;
  font-weight: 700; }
  @media only screen and (min-width: 1020px) {
    .pullquote {
      margin-left: -80px;
      margin-right: -80px; } }

.disqus__container {
  text-align: center; }
  .disqus__container a {
    border: 0; }

.show-disqus {
  text-align: center; }

.slick-recommend {
  width: 100%;
  background: #fff url("/img/stripe.png") repeat;
  padding: 20px 0;
  max-height: 105px;
  position: fixed;
  z-index: 200;
  bottom: -200px;
  border-top: 1px solid #DFDFDF; }

.slick-el {
  height: 64px;
  width: 260px;
  margin-right: 10px;
  position: relative; }

.slick-prev, .slick-next {
  position: absolute;
  height: 64px;
  width: 24px;
  text-align: center;
  top: 0;
  line-height: 64px;
  border: 1px solid #7e7e7e; }

.slick-prev {
  left: -40px; }

.slick-prev:before {
  font-family: "Ionicons";
  vertical-align: middle;
  font-size: 1.5rem;
  content: '\f124'; }

.slick-next {
  right: -40px; }

.slick-next:before {
  font-family: "Ionicons";
  vertical-align: middle;
  font-size: 1.5rem;
  content: '\f125'; }

.slick-slide .slick-img {
  display: inline-block; }

.slick-link {
  display: block; }

.slick-img {
  float: left;
  width: 94px;
  height: 64px;
  padding-right: 8px; }

.slick-title {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  height: 64px;
  width: 260px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  vertical-align: top;
  padding-right: 8px;
  border-right: 1px solid #7e7e7e; }

@keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Internet Explorer */

/* Opera < 12.1 */

.andrew {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s; }

.med-rectangle {
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 320px;
  height: 270px;
  padding: 0.625rem;
  min-height: 16.875rem;
  display: block;
  margin-bottom: 40px; }

.leaderboard-map, .leaderboard-map-top {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  text-align: center;
  z-index: 1;
  display: inline-block;
  height: 150px;
  width: 100%;
  padding: 30px 0;
  float: right;
  background: #fff url("/img/stripe.png") repeat;
  padding: 20px;
  height: 130px;
  display: block; }
  @media only screen and (max-width: 769px) {
    .leaderboard-map, .leaderboard-map-top {
      padding: 10px;
      height: 70px; } }

.leaderboard-map-top {
  border-top: none; }

.lead {
  height: 90px;
  width: 720px;
  background: url("/img/bmstore_lead.jpg");
  margin: 0 auto;
  cursor: pointer; }
  @media only screen and (max-width: 769px) {
    .lead {
      height: 50px;
      width: 320px;
      background: url("/img/bmstore_mob.jpg"); } }

.side {
  cursor: pointer;
  height: 100%;
  width: 100%;
  background: url("/img/bmstore_med.jpg");
  margin: 0 auto; }

.lang {
  float: right;
  margin-right: 20px;
  margin-top: -13px; }

.goog-te-gadget {
  font-family: inherit !important; }

.goog-te-gadget-simple {
  border: 0 !important; }

.goog-te-gadget-icon {
  display: none; }

.goog-te-menu-value span:first-child {
  display: none; }

.header_row.content-row__header {
  border-bottom: none;
  margin-top: 40px;
  padding-bottom: 0; }

.author-presented {
  color: black;
  text-transform: uppercase;
  font-size: 14px; }

.presented {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  color: white;
  background-color: #f59323;
  /* line-height: 37px; */
  padding: 2px 10px; }
  .presented a {
    color: white; }
  .presented a:hover,
  .presented a:active,
  .presented a:visited {
    color: white; }

.freight, .standard-lede .lede-headline, .content-box__list-header, .list-header, .content-row__header h1, .hero-story__headline-link h1, .single-headline__label, .single-headline__headline, .article-list-view__title, .pullquote, figure.effect-steve h2, figure h2 {
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  font-weight: 600; }

html {
  background-color: #DFDFDF; }

.inline-media:after {
  content: " ";
  position: absolute;
  left: 0;
  height: 0;
  bottom: 0;
  width: 100%; }

.article__content-well-boundary .standard-image-lede .lede-headline .lede-headline__highlighted, .content-type-recirc .standard-image-lede .lede-headline .lede-headline__highlighted, .homepage-logo .standard-image-lede .lede-headline .lede-headline__highlighted, .row .standard-image-lede .lede-headline .lede-headline__highlighted,
.content-row .standard-image-lede .lede-headline .lede-headline__highlighted, .row-700 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-600 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-500 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-400 .standard-image-lede .lede-headline .lede-headline__highlighted, .footer-container .standard-image-lede .lede-headline .lede-headline__highlighted, .slick-recommend__container .standard-image-lede .lede-headline .lede-headline__highlighted {
  font-family: 'freight-display-pro', 'Georgia', 'Arial', serif;
  font-size: 45px;
  vertical-align: baseline;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  line-height: 52px;
  font-weight: 400;
  display: inline-block; }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .article__content-well-boundary .standard-image-lede .lede-headline .lede-headline__highlighted, .content-type-recirc .standard-image-lede .lede-headline .lede-headline__highlighted, .homepage-logo .standard-image-lede .lede-headline .lede-headline__highlighted, .row .standard-image-lede .lede-headline .lede-headline__highlighted,
    .content-row .standard-image-lede .lede-headline .lede-headline__highlighted, .row-700 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-600 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-500 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-400 .standard-image-lede .lede-headline .lede-headline__highlighted, .footer-container .standard-image-lede .lede-headline .lede-headline__highlighted, .slick-recommend__container .standard-image-lede .lede-headline .lede-headline__highlighted {
      font-size: 40px;
      line-height: 46px; } }
  @media only screen and (max-width: 769px) {
    .article__content-well-boundary .standard-image-lede .lede-headline .lede-headline__highlighted, .content-type-recirc .standard-image-lede .lede-headline .lede-headline__highlighted, .homepage-logo .standard-image-lede .lede-headline .lede-headline__highlighted, .row .standard-image-lede .lede-headline .lede-headline__highlighted,
    .content-row .standard-image-lede .lede-headline .lede-headline__highlighted, .row-700 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-600 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-500 .standard-image-lede .lede-headline .lede-headline__highlighted, .row-400 .standard-image-lede .lede-headline .lede-headline__highlighted, .footer-container .standard-image-lede .lede-headline .lede-headline__highlighted, .slick-recommend__container .standard-image-lede .lede-headline .lede-headline__highlighted {
      font-size: 32px;
      line-height: 36px; } }

.persistent-header {
  border-bottom-color: #333; }

.ticker-container {
  background-color: black;
  width: 100%;
  height: 31px; }

.marquee-container {
  background-color: #333333; }
  .marquee-container .marquee-inner {
    border-bottom-color: black; }

#ybitcoin:hover #y-ybitcoin {
  color: #009fcb; }

#ybitcoin:hover #b-ybitcoin {
  color: #2c6c8c; }

#nav-links a:hover {
  color: white; }

.list-item a:hover {
  text-decoration: underline; }

.social-ico {
  font-weight: 700;
  padding-left: 10px; }

a.fb-ico-a:hover {
  color: #3b5998;
  border-color: #3b5998; }

a.twt-ico-a:hover {
  color: #00aced;
  border-color: #00aced; }

a.rdt-ico-a:hover {
  color: #ff4500;
  border-color: #ff4500; }

a.rss-ico-a:hover {
  color: #f59323;
  border-color: #f59323; }

.arrow-up:before {
  color: #228b22;
  content: "\f10e"; }

.arrow-down:before {
  color: #dc143c;
  content: "\f105"; }

.home-ico:before {
  content: "\f144"; }

.rss-ico:before {
  content: "\f23d"; }

.rdt-ico:before {
  content: "\f23b"; }

.gp-ico:before {
  content: "\f235"; }

.fb-ico:before {
  content: "\f231"; }

.twt-ico:before {
  content: "\f243"; }

.yen:before {
  content: "\f4f2"; }

.euro:before {
  content: "\f4e1"; }

@font-face {
  font-family: "Ionicons";
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconicons, .persistent-header__menu:before, .social-share .bloomberg.share.link, .share-button--icon, .persistent-header__search-button:before, .highlightTwitter, .price:before, .price:after, .red:after, .slick-prev:before, .slick-next:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  border-top: 2px solid #f59323;
  height: 100%;
  width: 100%;
  background-color: #DFDFDF; }
  html body {
    background-color: #f59323;
    position: relative;
    min-height: 100%;
    top: 0px; }
    html body .page {
      background-color: #FEFAF6;
      background-color: #fff; }
    html body #sect-1 {
      padding-top: 5px; }
    html body .row section {
      padding-top: 0; }
      html body .row section .row .col .grid, html body .row section .row .col-dotted .grid {
        position: relative;
        clear: both;
        margin: 0 auto;
        padding: 0;
        max-width: 1000px;
        list-style: none;
        text-align: center;
        height: 100%; }
      html body .row section .row .col-25-list .list-body {
        height: 640px;
        overflow: scroll; }
        @media only screen and (max-width: 769px) {
          html body .row section .row .col-25-list .list-body {
            overflow: hidden; } }
      html body .row section .row .col-25-list .list-body::-webkit-scrollbar {
        display: none; }
    html body .row .col .grid, html body .row .col-dotted .grid {
      position: relative;
      clear: both;
      margin: 0 auto;
      padding: 0;
      max-width: 1000px;
      list-style: none;
      text-align: center;
      height: 100%; }
    html body .row .col-25-list .list-body {
      height: 640px;
      overflow: scroll; }
      @media only screen and (max-width: 769px) {
        html body .row .col-25-list .list-body {
          overflow: hidden; } }
    html body .row .col-25-list .list-body::-webkit-scrollbar {
      display: none; }

/*
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}*/
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-align: center;
  cursor: pointer; }

.grid figure div {
  position: relative;
  display: block;
  height: 100%;
  width: 100%; }

.grid figure figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.title-back {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  transition: background 0.25s ease;
  line-height: 35px;
  font-size: 26px; }
  @media only screen and (min-width: 1020px) and (max-width: 1279px) {
    .title-back {
      font-size: 22px;
      line-height: 30px; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .title-back {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (max-width: 769px) {
    .title-back {
      font-size: 24px;
      line-height: 28px; } }

h2 span.by {
  font-size: 1rem; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

figure.effect-steve {
  z-index: auto;
  overflow: visible; }

figure.effect-steve:before,
figure.effect-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0; }

figure.effect-steve figcaption {
  z-index: 1; }

figure.effect-steve.uptop figcaption {
  z-index: 1;
  position: relative; }

figure.effect-steve div {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  -moz-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

figure h2,
figure p {
  color: #fff; }

figure.effect-steve.shade h2,
figure.effect-steve.shade p {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.34) 21%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(21%, rgba(0, 0, 0, 0.34)), color-stop(40%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.34) 21%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.34) 21%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 100%); }

figure.effect-steve.shade.uptop h2 {
  font-size: 1.3rem; }

figure.effect-steve h2,
figure.effect-steve p {
  background: transparent;
  color: #fff; }

figure.effect-steve h2 {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  padding-top: 20px; }

figure h2 {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -moz-transition: transform 0.35s, -moz-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  padding-top: 20px;
  -webkit-backface-visibility: hidden; }

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -moz-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1); }

.container-max {
  width: 100%;
  max-width: 1300px;
  margin: auto; }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.flex-container.charts {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.flex-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.flexrow1 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -moz-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px; }

.flexrow2 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px; }

.flex {
  margin: 10px; }

.flex1 {
  height: 250px;
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  height: 220px;
  -webkit-flex-basis: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 97%; }

.flex2 {
  height: 300px;
  -webkit-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 94%; }

.flex4, .flex4sm {
  height: 300px;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.flex4sm {
  height: 200px; }

.flex6 {
  height: 250px;
  -webkit-flex-basis: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .flex6 h2 {
    font-size: 20px; }

.flex333 {
  height: 250px;
  -webkit-flex-basis: 301px;
  -ms-flex-preferred-size: 301px;
  flex-basis: 301px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .flex333 h2 {
    font-size: 24px; }

.flex3 {
  height: 620px;
  -webkit-flex-basis: 620px;
  -ms-flex-preferred-size: 620px;
  flex-basis: 620px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #333;
  color: white; }
  .flex3 a {
    color: white; }
  @media only screen and (max-width: 519px) {
    .flex3 {
      display: none; } }

.list-header {
  padding: 0 0 10px 0;
  border-bottom: 1px solid white;
  text-align: center;
  font-size: 2rem;
  position: relative; }

.list-header {
  background-color: #f59323;
  border: none;
  padding-top: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: -1px; }

.list-header::after {
  content: "";
  font-size: 0;
  line-height: 0;
  width: 0;
  display: block;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #f59323;
  color: #f59323;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -8px; }

.nav-links__left {
  margin-top: 5px; }

.nav-links__right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.list-sub {
  text-align: center;
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  margin-top: 10px;
  color: #DFDFDF;
  font-size: 1.25rem; }

.list-body {
  padding: 10px;
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif; }

.list-item {
  padding-bottom: 10px;
  position: relative;
  height: 107px; }

.list-item-num {
  font-size: 40px;
  line-height: 40px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  width: 30px;
  height: 100px; }

.list-item-title {
  vertical-align: middle; }

.home-alt, .home-alt2 {
  background-color: #333;
  padding: 50px 0;
  color: white;
  background: #fff url("/img/px.png") repeat; }

.home-alt2 {
  background: #fff url("/img/px.png") repeat; }

.home-alt-title {
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  font-size: 50px;
  padding-bottom: 30px;
  text-align: center; }
  @media only screen and (max-width: 769px) {
    .home-alt-title {
      font-size: 30px; } }
  .home-alt-title span,
  .home-alt-title a {
    color: #f59323;
    font-weight: 700; }
  .home-alt-title a:hover {
    text-decoration: underline; }

.container-above {
  background-color: white; }

.videotitle {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer; }

.videooverlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s; }

.social-ico {
  font-weight: 700;
  font-size: 27px;
  border: 1px solid #333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  width: 46px;
  padding: 5px 10px;
  text-align: center; }

.mt20 {
  margin-top: 100px; }

.mt0 {
  margin-top: 0; }

.mb20 {
  margin-bottom: 60px; }

.mb0 {
  margin-bottom: 0; }

@media only screen and (max-width: 769px) {
  .article-body-about {
    padding-left: 15px;
    padding-right: 15px; } }

.newsletter-container {
  padding: 10px; }
  .newsletter-container textarea:focus, .newsletter-container input:focus {
    outline: 0; }
  .newsletter-container input {
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
    padding: 5px; }
  .newsletter-container input[type="submit"] {
    background-color: #333333;
    border: 0;
    color: white;
    margin-bottom: 0;
    font-family: "freight-sans-pro","freight-display-pro",Georgia,serif;
    font-weight: 700; }
    .newsletter-container input[type="submit"]:hover {
      background-color: black;
      cursor: pointer; }
  .newsletter-container input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .newsletter-container input[type=checkbox] + label {
    margin-right: 10px;
    padding-left: 17px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 17px;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #DFDFDF; }
  .newsletter-container input[type=checkbox]:checked + label {
    background-position: 0 -17px; }
    .newsletter-container input[type=checkbox]:checked + label:after {
      opacity: 1; }
  .newsletter-container label {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .newsletter-container label:after {
      content: '';
      width: 11px;
      height: 7px;
      position: absolute;
      top: 3px;
      left: 3px;
      border: 3px solid #333333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.newsletter {
  position: relative; }

.newsletter-cover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #333333;
  opacity: 0;
  z-index: 10;
  transition: opacity .75s ease-in-out;
  -moz-transition: opacity .75s ease-in-out;
  -webkit-transition: opacity .75s ease-in-out;
  display: none; }

.newsletter-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0 10px;
  opacity: 0; }

.loader {
  margin: 100px auto;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  -moz-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity .75s ease-in-out;
  -moz-transition: opacity .75s ease-in-out;
  -webkit-transition: opacity .75s ease-in-out;
  opacity: 0; }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

@-moz-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

blockquote p {
  display: inline; }

.newheader {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: #333333; }
  .newheader .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .newheader .flex {
    width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    text-align: center; }
    @media only screen and (min-width: 1020px) {
      .newheader .flex {
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px; } }
    .newheader .flex img {
      max-height: 72px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 769px) {
        .newheader .flex img {
          max-height: 32px; } }
      @media only screen and (min-width: 770px) and (max-width: 1018px) {
        .newheader .flex img {
          max-height: 32px; } }
  .newheader .flex-7 {
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    -moz-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .newheader .hoz-ul {
    text-align: center; }
    @media only screen and (min-width: 1280px) {
      .newheader .hoz-ul {
        padding-top: 5px; } }
    .newheader .hoz-ul li {
      display: inline-block;
      padding: 0 11px;
      margin: 3px 0;
      border-left: 1px solid #DFDFDF; }
      .newheader .hoz-ul li:last-child {
        padding-right: 0; }
      .newheader .hoz-ul li:first-child {
        padding-left: 0;
        border: none; }
  .newheader .hoz-a {
    color: white;
    font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif; }
    .newheader .hoz-a:hover {
      color: #f59323; }
  .newheader .hoz-menu {
    max-height: 28px;
    overflow: hidden; }
    @media only screen and (max-width: 769px) {
      .newheader .hoz-menu {
        max-height: 28px; } }
  .newheader .svg-ico-container {
    text-align: right; }
  .newheader a.svg-ico {
    display: inline-block;
    width: 34px; }
  @media only screen and (max-width: 769px) {
    .newheader .marquee-container {
      height: 0;
      opacity: 0; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .newheader .marquee-container {
      height: 0;
      opacity: 0; } }

.newheader.shrink .flex,
.newheader.shrink-perm .flex {
  margin: 5px; }
  .newheader.shrink .flex img,
  .newheader.shrink-perm .flex img {
    max-height: 32px; }

.newheader.shrink .hoz-ul,
.newheader.shrink-perm .hoz-ul {
  padding-top: 0; }

.newheader.shrink .marquee-container {
  height: 0;
  opacity: 0; }

.arrow-icons, .arrow-dn:after, .arrow-u:after {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-size: 20px;
  vertical-align: sub;
  padding-left: 3px;
  font-weight: 400; }

.arrow-dn:after {
  content: '\f35d'; }

.arrow-u:after {
  content: '\f366'; }

.topel {
  margin-top: 70px; }
  @media only screen and (min-width: 1020px) {
    .topel {
      margin-top: 101px; } }
  .topel.home {
    margin-top: 81px; }
    @media only screen and (min-width: 1020px) {
      .topel.home {
        margin-top: 152px; } }

#Slack_1_:hover > g > path {
  fill: #E8A723; }

#Facebook_5_:hover > g > path {
  fill: #3B5998; }

#Twitter_1_:hover > g > path {
  fill: #55acee; }

#RSS:hover > g > path {
  fill: #FF6600; }

.charts {
  color: white;
  height: 0;
  font-family: "freight-sans-pro", "freight-display-pro", Georgia, serif;
  -moz-transition: height 0.7s ease;
  -webkit-transition: height 0.7s ease;
  transition: height 0.7s ease; }
  .charts .flex {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px; }
  .charts .flex-4 {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -moz-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    text-align: center; }
  .charts .axis path,
  .charts .axis line {
    fill: none;
    stroke: nonve;
    shape-rendering: crispEdges; }
  .charts .line {
    fill: none;
    stroke: white;
    stroke-width: 3px; }
  .charts .grid .tick {
    stroke: white;
    opacity: 0; }
  .charts .grid path {
    stroke-width: 0; }
  .charts .noaxis,
  .charts .grid {
    color: white;
    opacity: 0.5;
    stroke-dasharray: 4,4; }
  .charts .tick {
    fill: white; }
  .charts path {
    stroke: steelblue;
    stroke-width: 2;
    fill: none; }
  .charts .area {
    fill: url(#temperature-gradient);
    stroke-width: 0;
    opacity: 0.8; }
  .charts text {
    font-size: 14px;
    fill: white; }
  .charts .item {
    margin-top: 20px;
    text-align: center; }
  .charts p.label {
    margin: 0; }
  .charts p.val {
    font-size: 36px;
    margin: 10px 0 0 0;
    font-weight: 300; }
  .charts .chartval {
    padding: 4px 15px;
    /*background-color: rgba(255,255,255,0.6);*/
    margin: 0;
    border-radius: 15px;
    display: inline-block;
    color: white;
    text-decoration: none; }
  .charts .chartval.active,
  .charts .chartval:active,
  .charts .chartval:focus,
  .charts .chartval:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: black; }
  .charts .slider {
    border: 1px solid white;
    border-radius: 15px;
    display: inline-block; }

.about-img {
  background: url(/img/musiccity.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (max-width: 769px) {
    .about-img {
      height: 200px; } }
  @media only screen and (min-width: 770px) and (max-width: 1018px) {
    .about-img {
      height: 200px; } }
  @media only screen and (min-width: 1020px) {
    .about-img {
      height: 400px; } }
