/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Add some margin to the body to add space and
see where your offending elements cross the line */
/* add a border to all other elements on the page */
.top_0 {
  margin-top: 0px;
}
.top_10 {
  margin-top: 10px;
}
.top_15 {
  margin-top: 15px;
}
.top_20 {
  margin-top: 20px;
}
.top_30 {
  margin-top: 30px;
}
.top_50 {
  margin-top: 50px;
}
.top_80 {
  margin-top: 80px;
}
.top_110 {
  margin-top: 110px;
}
.top_150 {
  margin-top: 150px;
}
.bottom_0 {
  margin-bottom: 0px;
}
.bottom_10 {
  margin-bottom: 10px;
}
.bottom_15 {
  margin-bottom: 15px;
}
.bottom_20 {
  margin-bottom: 20px;
}
.bottom_30 {
  margin-bottom: 30px;
}
.bottom_50 {
  margin-bottom: 50px;
}
.bottom_80 {
  margin-bottom: 80px;
}
.bottom_110 {
  margin-bottom: 110px;
}
.padding_0 {
  padding: 0px;
}
.padding_10 {
  padding: 10px;
}
.padding_15 {
  padding: 15px;
}
.padding_20 {
  padding: 20px;
}
.padding_30 {
  padding: 30px;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 700;
}
.relative-position {
  position: relative;
}
.absolute-position {
  position: absolute;
}
.clear {
  clear: both;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.pointer {
  cursor: pointer;
}
body {
  width: 100%;
  margin: 0%;
}
.single-post ul li {
  line-height: 1.5em;
  margin-bottom: 0.7em;
}
.post-content img {
  margin-bottom: 20px;
}
.post-content p {
  line-height: 1.7em;
}
.image-caption {
  font-size: 12px;
  margin-top: 15px;
}
.headline-container {
  font-size: 20px;
  margin: 36px auto;
  line-height: 26px;
}
.page-headline-container {
  font-size: 20px;
  margin: 56px auto 50px auto;
  line-height: 26px;
}
.photo-wrapper {
  position: relative;
  height: 100%;
}
.hero-lens {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.photo-credit {
  position: absolute;
  margin-left: 13px;
  margin-top: -19px;
  transform: rotate(-90deg);
  transform-origin: top left;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 14px;
  color: #FFFFFF;
  display: block;
  text-align: left;
  font-family: "Apercu", sans-serif;
}
.photo-credit span {
  display: inline;
}
@media only screen and (max-width: 1199px) {
  .photo-credit {
    margin-left: 8px;
    margin-top: -14px;
  }
}
@media only screen and (max-width: 767px) {
  .photo-credit {
    margin-left: 3px;
    margin-top: -9px;
  }
  .photo-credit span.photo {
    display: none;
  }
  .photo-credit span.location {
    display: none;
  }
  span.mobilebreak {
    display: inline;
  }
}
.border-radius-top-corners {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.border-radius-all-corners {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.85);
  border-radius: 0px;
  padding: 3px;
}
.row-flex, .row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
  margin: -0.2px;
  /* hack adjust for wrapping */
}
.container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] div {
  width: 100%;
}
.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}
.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}
/* -- Firefox Fix for Bootstrap Carousel --*/
.carousel-inner {
  height: 100%;
}
/*--------------------------------------------------------------
# Type
--------------------------------------------------------------*/
.inline {
  display: inline;
}
.px10 {
  font-size: 10px;
}
.px11 {
  font-size: 11px;
}
.px12 {
  font-size: 12px;
  line-height: 16px;
}
.px14 {
  font-size: 14px;
}
.px16 {
  font-size: 16px;
}
.px18 {
  font-size: 18px;
}
.px24 {
  font-size: 24px;
}
.px26 {
  font-size: 26px;
}
.px36 {
  font-size: 36px;
}
.px48 {
  font-size: 48px;
}
/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
/*
.square,
.square_crop {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}


.landscape,
.landscape_crop {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}

.portrait,
.portrait_crop {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}

*/
.square, .square_crop {
  width: 100%;
  aspect-ratio: 1;
}
@supports not (aspect-ratio: 1) {
  .square::before, .square_crop::before {
    float: left;
    padding-top: 100%;
    content: "";
  }
  .square::after, .square_crop::after {
    display: block;
    content: "";
    clear: both;
  }
}
.landscape, .landscape_crop {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
@supports not (aspect-ratio: 1.7777777778) {
  .landscape::before, .landscape_crop::before {
    float: left;
    padding-top: 66%;
    content: "";
  }
  .landscape::after, .landscape_crop::after {
    display: block;
    content: "";
    clear: both;
  }
}
.portrait, .portrait_crop {
  width: 100%;
  aspect-ratio: 0.6666666667;
}
@supports not (aspect-ratio: 0.6666666667) {
  .portrait::before, .portrait_crop::before {
    float: left;
    padding-top: 150%;
    content: "";
  }
  .portrait::after, .portrait_crop::after {
    display: block;
    content: "";
    clear: both;
  }
}
.square img, .landscape img, .portrait img {
  height: 100%;
  min-width: 100%;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a.socialLink i {
  color: #9B9B9B;
  font-size: 24px !important;
}
a.socialLink i:hover {
  color: #828282;
}
.event-container a {
  color: #ef5551;
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
}
ul.events a:visited {
  color: #ef5551;
}
ul.events a:hover, ul.events a:focus, ul.events a:active {
  color: #ef5551;
  text-decoration: none;
}
ul.events a:focus {
  outline: 0;
}
ul.events a:hover, ul.events a:active {
  outline: 0;
}
#flexible-content a {
  text-decoration: underline !important;
}
a.related-link {
  color: rgba(0, 0, 0, 0.85);
}
a.related-link:hover {
  color: rgba(0, 0, 0, 0.85);
}
/* -----------------------------------------------------------------------------
#  Buttons
----------------------------------------------------------------------------- */
.about-button {
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.about-button:hover {
  text-decoration: none;
}
.about-button:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-button:hover:after {
  opacity: 1;
}
.about-button h3 {
  font-size: 26px;
  padding: 20px 0 40px 0;
}
.speaker-website-button {
  border: 2px solid #000000;
  padding: 20px 15px;
  text-align: center;
  display: block;
  width: 100%;
  color: #000000;
  transition: all 0.3s;
}
.speaker-website-button:hover {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.3s;
}
.single-button {
  border: 2px solid #000000;
  padding: 20px 15px;
  text-align: center;
  display: block;
  width: 100%;
  color: #000000;
  transition: all 0.3s;
}
.single-button:hover {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.3s;
}
/* -----------------------------------------------------------------------------
#  Fancybox
----------------------------------------------------------------------------- */
body.compensate-for-scrollbar {
  width: calc(100% - 17px) !important;
}
body.compensate-for-scrollbar .marketing-topbar {
  width: calc(100% - 17px) !important;
}
