/**!
* Theme Name: Triple Secret Enterprise Theme
*/
/* Nav */
#nav {
  background: black;
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  color: #F5F5F5;
  font-size: 16px;
  width: 100%;
  margin-bottom: -50px;
  /*position: @navPos;
    top:0px;
    left:0px;
    right:0px;
    z-index: 1001;*/
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  max-height: 50px;
  /* Dropdown menu */
}
#nav > div {
  background: black;
}
#nav .branding {
  padding: 13px 15px;
  float: left;
  display: inline-block;
  background: black;
  position: relative;
}
#nav .branding img {
  display: block;
  height: 24px;
}
#nav ul.right {
  margin-left: 0;
  margin-bottom: 0px;
}
#nav .sections {
  position: relative;
  z-index: 2;
  float: right;
  margin: 0px;
  text-align: center;
  background: black;
}
#nav .sections .section .dropdown-menu li {
  width: 100%;
  padding: 5px 0;
}
#nav .sections .section .dropdown-menu li a {
  width: 100%;
}
#nav .dropdown-menu li {
  padding-top: 0;
  margin-left: 0;
}
#nav li {
  float: left;
  display: inline-block;
}
#nav li a {
  display: block;
  line-height: 24px;
  position: relative;
  color: white;
  padding: 0px 15px;
}
#nav a:hover {
  background-color: black;
  text-decoration: none;
}
#nav .other {
  margin: 0px 0px;
  padding: 13px 5px 13px 5px;
  border-top: none;
}
#nav .comment-nav {
  border-left: 2px solid #333;
}
#nav .comment-nav a {
  padding-left: 38px;
}
#nav .comment-nav .icon {
  display: block;
  position: absolute;
  left: 10px;
  top: 2px;
  font-size: 18px;
}
#nav .left {
  float: left;
}
#nav .chapters {
  border-left: 2px solid #333;
}
#nav .chapters .icon-reorder {
  margin-left: 4px;
}
#nav .sections.visible-phone {
  position: static;
}
#nav .sections.visible-phone .dropdown-menu {
  width: 100%;
}
#nav .sections.visible-phone .dropdown-menu li {
  width: 100%;
}
#nav .sections.visible-phone .dropdown-menu li a {
  width: 100%;
}
#nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 0;
  border: 0;
  min-width: 127px;
  padding: 0;
  text-align: left;
  list-style: none;
  background-color: black;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#nav .dropdown-menu li {
  width: 100%;
}
#nav .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  line-height: 24px;
}
#nav .dropdown-menu li a:hover {
  background-color: #2E6D9D;
}
#nav .dropdown-menu li > a {
  white-space: nowrap;
}
#nav .dropdown-menu .divider {
  background-color: #e5e5e5;
  border-bottom: 0;
  height: 1px;
  margin: 0;
  overflow: hidden;
}
#nav .dropdown-menu li.divider {
  background-color: #222222;
  border-top: 1px solid;
  box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset;
  color: #222222;
  height: 1px;
  line-height: 1px;
  margin-right: 1px;
  min-width: 100%;
  padding: 0;
}
.title.show {
  display: block;
  text-indent: 0;
}
.title {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  padding: 13px 0;
  display: none;
  line-height: 24px;
  text-indent: -300px;
  border-left: 2px solid #333;
  padding-left: 10px;
  margin-bottom: 0px;
}
.title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  display: block;
  text-decoration: none;
}
/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.about-after .et-pagination {
  margin-top: 30px;
}
/** Pagination **/
.et-pagination {
  background-color: #2a2a2a;
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
}
.et-pagination a {
  text-decoration: none;
  color: #b2b2b2;
}
.et-pagination a:hover {
  color: white;
}
.et-pagination ul {
  list-style: none;
  font-family: inherit;
  margin-bottom: 0px;
  padding: 0 5px;
  float: right;
  color: #2a2a2a;
}
.et-pagination ul .continued {
  background-color: #2a2a2a;
  color: white;
  padding-right: 0px;
}
.et-pagination ul .page-link {
  background-color: #2a2a2a;
}
.et-pagination ul li {
  font-size: 14px;
  background-color: white;
  float: left;
  margin: 0 5px;
  padding: 3px 10px;
  color: #2a2a2a;
}
.dropdown ul {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
  color: #333;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #333;
}
strong {
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}
blockquote {
  margin: 0;
}
audio {
  display: none;
  width: 0;
}
a {
  outline: 0;
  color: #2e6d9d;
}
a:hover {
  color: #5a5a5a;
}
a:focus {
  outline: 0;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
.unbound-row {
  position: relative;
}
.unbound-row .title-wrapper {
  color: white;
  position: absolute;
  top: 65%;
  right: 4%;
  text-align: right;
  width: 35vw;
  -webkit-text-shadow: 0px 0px 10px #333;
  -moz-text-shadow: 0px 0px 10px #333;
  -o-text-shadow: 0px 0px 10px #333;
  -ms-text-shadow: 0px 0px 10px #333;
  text-shadow: 0px 0px 10px #333;
}
.unbound-row .title-wrapper.width-longer {
  width: 40vw;
}
.unbound-row .title-wrapper p.kicker {
  margin-bottom: 10px;
}
.title {
  padding: 13px;
}
.title.show span.hide-for-small {
  display: inline !important;
}
.title.show span.show-for-small {
  display: none !important;
}
.flex-video {
  padding-bottom: 55%;
  margin-bottom: 0px;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-bottom: -7px;
}
.post-video .innerWrapper {
  z-index: 1 !important;
}
.image-text {
  position: absolute;
  width: 100%;
  bottom: 5%;
}
.image-text h1,
.image-text h2,
.image-text h3,
.image-text h4,
.image-text h5,
.image-text h6 {
  color: white;
  text-shadow: black 1px 1px 60px;
}
.bg-audio {
  display: hidden;
}
.inline-link {
  padding: 0;
}
.inline-link img {
  width: 33%;
  max-width: 200px;
}
.grayscale-on-hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Transition for Webkit browsers */
}
.grayscale-on-hover img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
/*********** Index ************/
.index-wrapper .scene {
  text-align: center;
  margin-bottom: 50px;
  display: block;
  color: black;
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
}
.index-wrapper .scene img {
  /*border-radius: 50%;*/
  margin-bottom: 15px;
  opacity: 0.8;
}
.index-wrapper .scene .post-title {
  font-size: 20px;
  line-height: 25px;
}
.index-wrapper .scene .post-subtitle {
  font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
}
.index-wrapper .about-text p:first-of-type:first-letter {
  float: left;
  font-size: 70px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.index-wrapper .row-wrapper p {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 32px;
}
.fuzz-opacity {
  opacity: 0.8;
  /*transition: opacity 0.4s ease-out; 
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;*/
}
.sharpen-opacity {
  opacity: 1;
  /*transition: opacity 0.2s ease-in; 
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;*/
}
/************ Blocks ************/
.title-block {
  margin-bottom: 0;
}
.title-slide {
  background-size: 100%;
  background-repeat: no-repeat;
}
.title-slide h1,
.title-slide p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.title-slide h1 {
  font-size: 4vw;
  line-height: 0.9em;
  font-family: "PostoniTitling", "Times New Roman", Times, serif;
}
.title-slide p {
  font-family: "FranklinITCProThin", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
#nav .share-button-small {
  padding-top: 12px;
}
.fa.fa-bars {
  font-size: 24px;
}
#content-wrapper {
  margin-top: 50px;
}
/*******************************/
.location .bold-red {
  color: #D5D5D5;
}
.location > p {
  color: #555;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.1em;
}
/********** Animations *********/
/*#nav, #content-wrapper {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/
/*.scenes-transition, .single-scene-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/
.content-block p {
  font-size: 19px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.content-block p.byline {
  font-size: 16px;
}
.content-block p.caption {
  line-height: 1em;
}
/*******************************/
/*********** Header ************/
#nav .scene-button {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 17px;
}
#nav .scene-button a {
  color: #D5D5D5;
}
#nav .scene-button a:hover {
  color: white;
}
#nav a {
  color: white;
}
#nav a:hover {
  color: white;
}
/***** Scenes ******/
#nav-scenes-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: black;
}
.scenes {
  background-color: #2A2A2A;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.scenes-transition {
  z-index: 100;
  position: relative;
}
.scenes-normal > div {
  display: none;
}
.scenes-normal .left,
.scenes-normal .right {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 70px;
  font-size: 5em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.scenes-normal .left a,
.scenes-normal .right a {
  background: rgba(30, 30, 30, 0.1);
  display: block;
  color: #fff;
  height: 100%;
  opacity: 0.5;
}
.scenes-normal .left a i,
.scenes-normal .right a i {
  position: relative;
  bottom: -35%;
}
.scenes-normal .left a:hover,
.scenes-normal .right a:hover {
  background: rgba(30, 30, 30, 0.25);
  opacity: 0.9;
}
.scenes-normal .left {
  left: 0;
  padding-right: 5px;
}
.scenes-normal .right {
  right: 0;
  padding-left: 5px;
}
.scenes-normal .single-scene {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding: 0 1em;
  font-size: 16px;
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.scenes-normal .single-scene:hover {
  opacity: 0.8;
}
.scenes-normal .single-scene:hover .scene-title {
  border-bottom: 3px solid #D5D5D5;
  margin-bottom: 0;
}
.scenes-normal .single-scene.active-scene,
.scenes-normal .single-scene.active-scene:hover {
  opacity: 1;
}
.scenes-normal .single-scene.active-scene .scene-title {
  color: white;
  border-bottom: 3px solid #FFF;
  margin-bottom: 0px;
}
.scenes-normal .single-scene a {
  display: block;
}
.scenes-normal .single-scene .scene-title {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 5px;
  color: #D5D5D5;
}
.scene-images {
  white-space: nowrap;
  margin: 0;
}
/****** Scenes Small ******/
#nav .combined-button-small {
  height: 50px;
  border-left: 1px solid #2a2a2a;
}
#nav .combined-button-small > a {
  padding-top: 13px;
}
.scenes-small {
  overflow-y: scroll;
  display: none !important;
  height: 100%;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 100;
}
.scenes-small .single-scene {
  font-size: 16px;
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
  border-bottom: 1px #444 solid;
}
.scenes-small .single-scene a {
  display: block;
}
.scenes-small .single-scene a :hover {
  background: #666;
}
.scenes-small .single-scene .scene-title {
  width: 100%;
  text-align: left;
  padding: 20px 0 20px 25px;
  color: #D5D5D5;
}
/*****************/
#page-nav-arrows {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
  /*> a {
    opacity: 0.8;
  }*/
}
.downpage #page-nav-arrows {
  opacity: 1;
}
#page-nav-arrows .left-arrow-nav {
  width: 26px;
  padding: 10px 10px 10px 0;
}
#page-nav-arrows .left-arrow-nav i {
  padding-left: 10px;
  float: left;
}
#page-nav-arrows .right-arrow-nav {
  width: 26px;
  padding: 10px 0px 10px 10px;
}
#page-nav-arrows .right-arrow-nav i {
  padding-right: 10px;
  float: right;
}
#page-nav-arrows a {
  color: white;
  font-size: 32px;
  display: block;
}
#page-nav-arrows a .left-arrow-wrap {
  padding: 0px 25px;
  visibility: hidden;
  float: right;
  left: 5px;
}
#page-nav-arrows a .right-arrow-wrap {
  padding: 0px 25px;
  visibility: hidden;
  float: left;
  right: 5px;
}
#page-nav-arrows a > div {
  padding-left: 10px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  font-size: 18px;
  margin-top: 8px;
  height: 18px;
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
}
#page-nav-arrows a > div > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-nav-arrows .right-arrow-nav {
  z-index: 10;
  background-color: #2a2a2a;
  background-color: rgba(42, 42, 42, 0.8);
  position: fixed;
  right: 0px;
  top: 50%;
}
#page-nav-arrows .left-arrow-nav {
  font-size: 32px;
  z-index: 10;
  background-color: #2a2a2a;
  background-color: rgba(42, 42, 42, 0.8);
  position: fixed;
  left: 0px;
  top: 50%;
}
/*******************************/
.no-scroll {
  overflow: hidden;
}
.scroll {
  overflow: inherit;
}
/*******************************/
img.stretch {
  width: 100%;
  max-width: none;
}
.row-background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-background h3,
.row-background h2,
.row-background p {
  color: white;
  text-shadow: 1px 1px 30px #2c2c2c;
}
.static-background {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.credits {
  margin-top: 20px;
  margin-bottom: 20px;
}
.credits .namespositions {
  color: #6C6C6C;
  font-size: 16px;
  line-height: 1.3em;
  font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
}
#nav .right li.share {
  font-weight: normal;
  padding-top: 13px;
  border-right: 2px solid #2c2c2c;
}
#nav .right li.share a {
  font-size: 18px;
}
#nav .other {
  padding: 0;
}
#nav .sections {
  font-weight: normal;
  float: right;
}
#nav .sections .share {
  padding-top: 13px;
  display: none;
}
#nav .sections .social-dropdown {
  margin-left: -50px !important;
  display: none;
  position: absolute;
  width: 10em;
}
#nav .sections .social-dropdown li {
  text-align: left;
}
#nav .sections .social-dropdown i {
  padding-left: 10px;
}
#nav .sections .social-dropdown span {
  padding-left: 10px;
  padding-right: 10px;
}
#nav .sections .dropdown ul {
  margin-top: 12px;
  margin-left: 0;
  margin-right: 0;
}
#nav .sections .dropdown ul li {
  margin-left: 0;
  display: block;
  float: none;
  background-color: black;
  padding-top: 0;
  border-top: 1px solid #2e2e2e;
}
#nav .sections .dropdown ul li a {
  padding: 5px;
}
#nav .sections .dropdown ul li a:hover {
  background-color: #2E6D9D;
}
#nav .arrow-nav {
  line-height: 0;
}
#nav .arrow-nav a {
  color: #6C6C6C;
}
#nav .arrow-nav a:hover {
  color: white;
}
#nav .arrow-nav li {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0px;
  font-weight: bold;
  font-size: 42px;
  height: 50px;
  padding-top: 2px;
}
#nav .arrow-nav .left {
  border-right: 1px solid #2E2E2E;
  border-left: 2px solid #2E2E2E;
}
#nav .arrow-nav .right {
  border-left: 1px solid #2E2E2E;
}
#nav .fa-chevron-circle-up {
  transition: all 0.5s ease-in-out;
}
.scenes-expanded #nav .fa-chevron-circle-up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.share-dropdown {
  background-color: rgba(0, 0, 0, 0.5);
}
.franklin-bold {
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
}
.franklin-light {
  font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
}
.franklin-thin {
  font-family: "FranklinITCProThin", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.bor-left-dark {
  border-left: 1px solid #333;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.smokeywhite {
  background-color: whitesmoke;
}
.display-none {
  display: none !important;
}
.padB50lazy {
  padding-bottom: 50%;
}
/********* Box model *********/
.posAbs {
  position: absolute;
}
.posRel {
  position: relative;
}
.posBL {
  bottom: 0;
  left: 0;
}
.posT {
  top: 0;
  left: 0;
}
/********* Padding *********/
.pad10 {
  padding: 10px;
}
.pad15 {
  padding: 15px;
}
.padT0 {
  padding-top: 0;
}
.padT10 {
  padding-top: 10px;
}
.padT13 {
  padding-top: 13px;
}
.padT20 {
  padding-top: 20px;
}
.padT40 {
  padding-top: 40px;
}
.padT50 {
  padding-top: 50px;
}
.padT60 {
  padding-top: 60px;
}
.padT80 {
  padding-top: 80px;
}
.padT150 {
  padding-top: 150px;
}
.padT100 {
  padding-top: 100px;
}
.padB0 {
  padding-bottom: 0;
}
.padB20 {
  padding-bottom: 20px;
}
.padB30 {
  padding-bottom: 30px;
}
.padB40 {
  padding-bottom: 40px;
}
.padB50 {
  padding-bottom: 50px;
}
.padB60 {
  padding-bottom: 60px;
}
.padB80 {
  padding-bottom: 80px;
}
.padB100 {
  padding-bottom: 100px;
}
.padR10 {
  padding-right: 10px;
}
.padR20 {
  padding-right: 20px;
}
.padR30 {
  padding-right: 30px;
}
.padR50 {
  padding-right: 50px;
}
.padL5 {
  padding-left: 5px;
}
.padL10 {
  padding-left: 10px;
}
.padL30 {
  padding-left: 30px;
}
.padL50 {
  padding-left: 50px;
}
.padL15large {
  padding-left: 0px;
}
.padT13large {
  padding-top: 0px;
}
/******* Margin *********/
.marT0 {
  margin-top: 0;
}
.marT5 {
  margin-top: 5px;
}
.marT10 {
  margin-top: 10px;
}
.marT20 {
  margin-top: 20px;
}
.marT30 {
  margin-top: 30px;
}
.marT50 {
  margin-top: 50px;
}
.marT80 {
  margin-top: 80px;
}
.marB0 {
  margin-bottom: 0;
}
.marB5 {
  margin-bottom: 5px;
}
.marB10 {
  margin-bottom: 10px;
}
.marB20 {
  margin-bottom: 20px;
}
.marB40 {
  margin-bottom: 40px;
}
.marB50 {
  margin-bottom: 50px;
}
.marR10 {
  margin-right: 10px;
}
.marR20 {
  margin-right: 20px;
}
.marL0 {
  margin-left: 0px;
}
.marL7 {
  margin-left: 7px;
}
.marL20 {
  margin-left: 20px;
}
.marL40 {
  margin-left: 40px;
}
/******** Width/Height ******/
.w33 {
  width: 33.3333333%;
}
.w35 {
  width: 35%;
}
.w50 {
  width: 50%;
}
.w65 {
  width: 65%;
}
.w100 {
  width: 100%;
}
/******* Fonts/Font Sizes *****/
.fs18 {
  font-size: 18px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs28 {
  font-size: 28px;
}
.fs32 {
  font-size: 32px;
}
.fs40 {
  font-size: 40px;
}
.fs42 {
  font-size: 42px;
}
.fs44 {
  font-size: 44px;
}
.fs700per {
  font-size: 700%;
}
.fs600per {
  font-size: 600%;
}
/******* Font Colors ******/
.light-grey {
  color: #6C6C6C;
}
.white {
  color: white;
}
.bold-red {
  color: #b03436;
}
.light-black {
  color: #484747;
}
.black {
  color: #000;
}
/******* Line Heights *****/
.lh48 {
  line-height: 48px;
}
.lh50 {
  line-height: 50px;
}
.lh55 {
  line-height: 55px;
}
.lh43 {
  line-height: 53px ;
}
.lh1em {
  line-height: 1em;
}
.lh1-2em {
  line-height: 1.2em;
}
/****** Background Colors ****/
.bg-light-grey {
  background-color: #F0F0F0;
}
.bg-light-black {
  background-color: #2a2a2a;
}
.bg-333 {
  background-color: #333;
}
.bg-FFF {
  background: #fff;
}
/***** Borders *****/
.border1E6 {
  border: 1px solid #E6E6E6;
}
.borB1B2 {
  border-bottom: 1px solid #b2b2b2;
}
.borT1E6 {
  border-top: 1px solid #E6E6E6;
}
.borB1E6 {
  border-bottom: 1px solid #E6E6E6;
}
.borR1E6 {
  border-right: 1px solid #E6E6E6;
}
.borL1E6 {
  border-left: 1px solid #E6E6E6;
}
.uppercase {
  text-transform: uppercase;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
  vertical-align: bottom;
}
.height-and-border-nav {
  height: 50px;
  border-left: 1px solid #333;
}
.clearleft {
  clear: left;
}
.w180 {
  width: 180px;
}
.w258 {
  width: 258px;
}
.w270 {
  width: 270px;
}
.max-width258 {
  width: 258px;
}
.max-height304 {
  max-height: 304px;
}
.standard-padding {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
#loading-stuff {
  width: 0px;
  height: 2px;
  background-color: #ffe720;
  position: fixed;
}
#nav .sound-button {
  font-size: 16px;
}
#nav .sound-button:hover {
  background-color: #333;
}
#nav .sound-button i {
  padding-right: 10px;
}
blockquote {
  border-left: none;
  color: #3a3a3a;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.bor-left-dark {
  border-left: 1px solid #333;
}
.footer .logo {
  margin-top: 15px;
}
.comment-text {
  padding-left: 10px;
}
.hide-imp {
  display: none !important;
}
.scene-title-on-image {
  bottom: 10px;
  left: 2%;
  margin-bottom: 0;
  font-size: 40px;
}
.read-more-title {
  text-align: left;
  width: auto;
  color: white;
  text-transform: none !important;
  right: 0;
  bottom: 0;
  padding: 20px 25px;
  margin-bottom: 0;
  -webkit-text-shadow: 0px 0px 5px #666;
  -moz-text-shadow: 0px 0px 5px #666;
  text-shadow: 0px 0px 5px #666;
}
.read-more-title.unstacked {
  text-align: center !important;
  color: #2a2a2a;
  width: 70%;
  margin: 5px auto;
  padding: 0px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.leaderboard-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* PHOTO GRID
==============*/
.photo-grid h3,
.photo-grid h4,
.photo-grid h5 {
  padding: 0 5px;
}
.photo-grid .photo-grid-item {
  float: left;
  width: 25%;
  position: relative;
  padding: 0 5px;
}
.photo-grid .photo-grid-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  -webkit-text-shadow: 0px 0px 5px #333;
  -moz-text-shadow: 0px 0px 5px #333;
  -ms-text-shadow: 0px 0px 5px #333;
  -o-text-shadow: 0px 0px 5px #333;
  text-shadow: 0px 0px 5px #333;
  font-size: 18px;
  pointer-events: none;
}
/*SHARE MENU
==============*/
.padding-top {
  padding-top: 10px;
}
.margin-top {
  margin-top: 10px;
}
.social-tools-wrapper {
  overflow: hidden;
  display: inline;
  height: auto;
}
.social-tools-primary {
  float: left;
  border: 1px solid #dedede;
}
.social-tools-additional {
  float: left;
  display: none;
  overflow: hidden;
  border: 1px solid #dedede;
  border-left: none;
}
.pb-f-theme-dark .social-tools-primary,
.pb-f-theme-dark .social-tools-additional {
  border-color: #777777;
}
.social-tools-additional .social-tools {
  margin-left: -200px;
  /*hide these on initial load*/
}
.social-tools .tool,
.utility-tools .tool {
  font-size: 1.4em;
  line-height: 1em;
  border-left: 1px solid #D5D5D5;
}
.pb-f-theme-dark .social-tools .tool,
.pb-f-theme-dark .utility-tools .tool {
  border-color: #777777;
}
.social-tools .tool.first,
.utility-tools .tool.first {
  border-left: none;
}
.tool {
  cursor: pointer;
}
.social-tools-wrapper .tool {
  width: 60px;
  max-height: 40px;
  display: inline;
  float: left;
  text-align: center;
  vertical-align: middle;
  padding: 9px 0 8px 0;
}
.top-sharebar-wrapper.expanded .tool {
  width: 40px;
}
.social-tools-wrapper .social-tools span {
  color: #5a5a5a;
}
.pb-f-theme-dark .social-tools-wrapper .social-tools span {
  color: #f0f0f0;
}
.social-tools-wrapper .social-tools .tool:hover span {
  color: #5a5a5a !important;
}
.pb-f-theme-dark .social-tools-wrapper .social-tools .tool:hover span {
  color: #f0f0f0 !important;
}
.utility-tools-wrapper .tool.comments {
  padding-right: 8px;
  padding-left: 8px;
}
.top-sharebar-wrapper.expanded .utility-tools-wrapper .tool.comments {
  min-width: 40px;
  width: auto;
}
.social-tools .more span.text,
.social-tools span.text {
  font-family: "FranklinITCProLight", sans-serif;
  font-size: 0.785em;
  line-height: 1em !important;
}
.social-tools .hideText {
  position: absolute;
  left: -10000px;
}
/* END DEFAULT SHARE-BAR DISPLAY */
/* START DEFAULT UTILITY-BAR DISPLAY */
.utility-tools-wrapper {
  float: right;
}
.utility-tools-wrapper .utility-tools-primary .social-tools {
  border: 1px solid #dedede;
}
.pb-f-theme-dark .utility-tools-wrapper .utility-tools-primary .social-tools {
  border-color: #777777;
}
.utility-tools-wrapper .tool {
  min-width: 60px;
  width: auto;
  max-height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 9px 0 8px 0;
}
.utility-tools-wrapper .social-tools span {
  color: #5a5a5a;
}
.pb-f-theme-dark .utility-tools-wrapper .social-tools span {
  color: #f0f0f0;
}
.utility-tools-wrapper .social-tools .tool:hover span {
  color: #5a5a5a !important;
}
.pb-f-theme-dark .utility-tools-wrapper .social-tools .tool:hover span {
  color: #f0f0f0 !important;
}
/* END DEFAULT UTILITY-BAR DISPLAY */
/*Start Author Stuff
===========*/
.byline-wrapper p {
  margin-bottom: 0px;
  padding-right: 5px;
}
.byline-wrapper .pb-twitter-follow {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.byline-wrapper .email a:hover {
  color: #5A5A5A;
}
.byline,
.pub-date {
  white-space: nowrap;
}
.pub-date {
  color: #AAA;
  font-family: "FranklinITCProLight", "Helvetica", "Arial", sans-serif;
}
/*END Author Stuff
==========*/
/* START COLOR-TOP DISPLAY STYLE */
/*Available icons 
comments,email,facebook,google-plus,linkedin,more, pinterest,print,textresizer,tumblr,twitter
*/
.top-sharebar-wrapper.color-top .social-tools-wrapper,
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools-primary,
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools-additional {
  border: none;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  margin-right: 3px;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools span {
  color: #fff;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools .tool:hover span {
  color: #fff !important;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .social-tools .tool:hover {
  opacity: 0.90;
  -moz-opacity: 0.90;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.email {
  background-color: #bd2a32;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.facebook {
  background-color: #3b5998;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.google-plus {
  background-color: #dd4b39;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.linkedin {
  background-color: #007bb6;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.more {
  background-color: #b3b3b3;
}
.pb-f-theme-dark .top-sharebar-wrapper.color-top .social-tools-wrapper .tool.more {
  background-color: #777777;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.pinterest {
  background-color: #cb2027;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.reddit {
  background-color: #ff5700;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.stumbleupon {
  background-color: #EB4823;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.tumblr {
  background-color: #32506d;
}
.top-sharebar-wrapper.color-top .social-tools-wrapper .tool.twitter {
  background-color: #00aced;
}
.top-sharebar-wrapper.color-top .utility-tools-wrapper .social-tools {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* END COLOR-TOP DISPLAY STYLE */
.social-tools .more span.text,
.social-tools span.text {
  font-family: "FranklinITCProLight", sans-serif;
  font-size: 0.785em;
  line-height: 1em !important;
}
.echo-counter .mobile-count {
  disp: none;
}
@media only screen and (min-width: 0px) {
  .pb-feature {
    margin-top: -20px !important;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .social-tools-wrapper .tool,
  .utility-tools-wrapper .tool {
    min-width: 40px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .social-tools-wrapper .tool,
  .utility-tools-wrapper .tool {
    display: none;
  }
  .top-sharebar-wrapper.expanded .tool.mobile,
  .top-sharebar-wrapper .utility-tools-wrapper .tool.mobile,
  .social-tools-wrapper .tool.mobile {
    min-width: 40px;
    width: auto;
    display: inline-block;
  }
  .top-sharebar-wrapper.expanded .social-tools-wrapper {
    display: block;
  }
  .top-sharebar-wrapper.expanded .utility-tools-wrapper {
    float: left;
  }
  .echo-counter .mobile-count {
    display: inline;
  }
}
@media print {
  /* TODO: Figure this out */
  .pb-f-article-article-topper .social-tools-wrapper,
  .pb-f-article-article-topper #slug_tiffany_tile {
    display: none;
  }
}
/*END SHARE MENU
================*/
@media only screen and (min-width: 1175px) {
  .scenes-normal .left,
  .scenes-normal .right {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .unbound-row .title-wrapper {
    top: 60%;
  }
}
/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (min-width: 768px) {
  .title-slide p {
    font-size: 1.5em;
  }
  .comments-credits > .row > .large-8 {
    border-right: 1px solid #E6E6E6;
  }
  .footer .credits {
    margin-top: 22px;
  }
  .padR10large {
    padding-right: 10px;
  }
  .padL15large {
    padding-left: 15px;
  }
  .padT13large {
    padding-top: 13px;
  }
  .padL30large {
    padding-left: 30px;
  }
  .tablecelllarge {
    display: table-cell;
  }
  .floatnonelarge {
    float: none !important;
  }
  .display-table img {
    padding-right: 20px;
  }
  .image-text h1 {
    font-size: 4em;
  }
  .title-light {
    margin-left: 7px;
  }
  #page-nav-arrows .left-arrow-nav {
    width: 36px;
    padding: 15px 10px 15px 0;
  }
  #page-nav-arrows .right-arrow-nav {
    width: 36px;
    padding: 15px 0px 15px 10px;
  }
}
@media (max-width: 767px) {
  .break-at-small {
    float: none;
    width: 100%;
  }
  .small-no-border {
    border: none;
  }
  .no-float-small {
    float: none !important;
  }
  .display-block-small {
    display: block;
  }
  .text-center-small {
    text-align: center !important;
  }
  .show-imm-if-mobile {
    display: inherit !important;
  }
  .fs32small {
    font-size: 32px;
  }
  .lh43small {
    line-height: 43px ;
  }
  .right.bg-333 {
    background-color: black;
  }
  .index-wrapper .scene img {
    opacity: 1 !important;
  }
  .unbound-row .title-wrapper {
    color: #000;
    position: relative;
    top: auto;
    right: auto;
    margin-left: 0;
    text-align: left;
    padding: 20px 20px 0;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    width: auto;
  }
  .unbound-row .title-wrapper.width-longer {
    width: auto;
  }
  .unbound-row .title-wrapper p.kicker {
    color: #bd2a32;
  }
  .title.show span.hide-for-small {
    display: none !important;
  }
  .title.show span.show-for-small {
    display: inherit !important;
  }
  .read-more-title {
    padding: 20px 25px;
  }
  .title-slide h1 {
    font-size: 48px;
    line-height: 1.15em;
    color: #000;
    font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
  }
  .unbound-row p.caption {
    margin: 5px 15px 0;
    line-height: 1.2em;
  }
  .content-block p {
    font-size: 18px;
  }
  p.caption {
    font-size: 16px;
  }
  /* PHOTO GRID
    ==============*/
  .photo-grid .photo-grid-item {
    width: 50%;
    padding-bottom: 10px;
  }
  .photo-grid .photo-grid-text {
    font-size: 4vw;
  }
}
@media (max-width: 479px) {
  .padT0small {
    padding-top: 0px;
  }
  .padT20small {
    padding-top: 20px;
  }
  .marT0small {
    margin-top: 0px;
  }
  .marT20small {
    margin-top: 20px;
  }
  .marT40small {
    margin-top: 40px;
  }
  .marB0small {
    margin-bottom: 0px;
  }
  .marB20small {
    margin-bottom: 20px;
  }
  .marB60small {
    margin-bottom: 60px;
  }
  .padT1small {
    padding-top: 1px;
  }
  .padL10small {
    padding-left: 10px;
  }
  .location > p {
    font-size: 30px;
    line-height: 28px;
  }
  .title-slide h1 {
    font-size: 36px;
    line-height: 1.1em;
  }
  .w180.pull-right,
  .w270.pull-right {
    width: 100%;
    float: none;
    margin: 20px 0;
    padding: 0;
  }
  .w180.pull-right img,
  .w270.pull-right img {
    max-width: 90px;
    float: left;
    margin-right: 10px;
  }
  .w180.pull-right:after,
  .w270.pull-right:after {
    content: '';
    display: table;
    clear: both;
  }
  .content-block p {
    font-size: 16px;
  }
  p.caption {
    font-size: 14px;
  }
}
/* Used to alter styles for screens at least 1280px wide. */
/* Used to alter styles for screens at least 1440px wide. */
/* Apply styles to screens in landscape orientation */
/* Apply styles to screens in portrait orientation */
