@charset "UTF-8";
html {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  font-family: "EB Garamond", serif; }

img {
  max-width: 100%;
  height: auto; }

small, .small {
  font-size: 80%; }

li {
  margin-bottom: 1em; }

.btn {
  font-size: smaller;
  padding: 10px 16px;
  font-family: "PT Sans", sans-serif; }

a.btn.btn-default {
  transition: all .15s ease 0s;
  box-shadow: 0 0 0 #f4f4f4 inset; }

a.btn.btn-default:hover {
  box-shadow: 0 12px 20px -10px #fafafa inset; }

p:last-of-type {
  margin: 0 0 5px; }

blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 15px;
  border-left: 3px solid #cccccc; }

a:hover,
a:focus,
a:active {
  text-decoration: underline; }

.text-sans {
  font-family: "PT Sans", sans-serif; }

.btn + .btn {
  margin-left: 10px; }

.well {
  box-shadow: none; }

.linked {
  font-family: "PT Sans", sans-serif;
  list-style: none;
  font-size: 92%;
  display: inline-block;
  margin: 0;
  padding: 0; }
  .linked li {
    margin: 0 auto;
    float: left;
    width: 50%; }

.popover {
  width: 300px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 0;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: none;
  border: solid 1px #ddd;
  padding: 10px;
  background-color: #eee; }

.popover-content {
  padding: 0;
  border: none; }

.popover.bottom > .arrow {
  border-bottom-color: #ddd; }

.popover.bottom > .arrow:after {
  border-bottom-color: #eee; }

.PopoverTitle {
  padding: 10px 0 0; }

.HeroText {
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 20px; }

@media (min-width: 1400px) {
  .HeroText {
    font-size: 22px; } }
.Caption {
  padding: 4px 0 0;
  text-align: right;
  color: #bbb;
  font-family: "PT Sans", sans-serif;
  font-size: 70%; }

.dropdown-menu {
  box-shadow: none;
  padding: 10px 0; }
  .dropdown-menu > li > a {
    overflow: hidden;
    text-overflow: ellipsis; }

.tooltip {
  -webkit-transition: none;
  transition: none; }

.tooltip-inner {
  background-color: #333;
  border-radius: 0;
  font-size: 14px; }

.modal {
  height: 100%; }

.modal-header {
  border-bottom: 0;
  padding: 10px;
  z-index: 2;
  position: relative; }
  .modal-header .close {
    padding: 4px 6px 2px;
    line-height: 0.8;
    overflow: hidden;
    font-size: 32px;
    font-family: serif; }

.modal-body {
  font-size: 16px;
  padding: 0 15px 15px 15px; }

.modal-content {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  border-top: solid 4px #bbb;
  background: #fff !important; }

.modal-dialog {
  position: relative;
  width: 100% !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 640px;
  top: 20%; }

.header-nav {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  top: 0;
  left: 0;
  transform: translateZ(0); }
  .header-nav .nav-pills > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
    .header-nav .nav-pills > li:first-child {
      margin-right: 10px; }
  .header-nav .nav {
    padding: 0 15px;
    font-family: "PT Sans", sans-serif; }
    .header-nav .nav > li {
      margin-right: -8px; }
    .header-nav .nav > li > a,
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:focus {
      padding: 16px 12px;
      color: #333;
      text-transform: uppercase;
      font-size: 70%;
      font-family: "PT Sans", sans-serif;
      box-shadow: 0 0px 0 #FFF101 inset;
      border: 0;
      border-radius: 0;
      transition: all .2s ease-out;
      background-color: transparent; }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:focus {
      box-shadow: 0 3px 0 #FFF101 inset; }
    .header-nav .nav > li.active > a,
    .header-nav .nav > li.active > a:hover,
    .header-nav .nav > li > a:active {
      box-shadow: 0 3px 0 #bbb inset;
      background-color: transparent; }

.pu-logo-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 !important;
  background-image: url(/img/logo-buildings-dark.svg);
  background-color: transparent !important;
  box-shadow: none !important; }

.pu-logo {
  position: relative;
  padding: 15px;
  color: #000;
  font-size: 24px;
  text-align: right;
  line-height: .85;
  letter-spacing: .06em;
  display: inline-block;
  font-family: "PT Sans", sans-serif; }
  .pu-logo p {
    position: relative;
    margin: 0 auto; }
  .pu-logo p:first-child:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    bottom: 10%;
    left: 8.5%;
    width: 24%;
    height: 150%;
    background-size: 100%;
    background-image: url(/img/logo-buildings.svg);
    transform: scaleX(0.87); }
  .pu-logo.pu-logo--bp p:first-child:before {
    display: none; }
  .pu-logo.pu-logo--bp p:last-child:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 24%;
    left: 14%;
    width: 24%;
    height: 150%;
    background-size: 100%;
    background-image: url(/img/logo-buildings.svg);
    -webkit-transform: scaleX(0.9) scaleY(-1.1);
    transform: scaleX(0.83) scaleY(-1.15); }

body:not(.lang-bp) *[lang='bp'] {
  display: none; }

body[class~='lang-bp'] *[lang='en'] {
  display: none; }
body[class~='lang-bp'] .pu-logo--bp {
  display: block; }

@media (min-width: 320px) {
  .pu-logo.logo-lg {
    font-size: 48px;
    margin: 5% auto; }

  .pu-logo.pu-logo--bp {
    text-align: center; }

  .pu-logo.pu-logo--bp p:last-child:before {
    left: 50%;
    width: 76px;
    margin-left: -124px; } }
@media (min-width: 767px) {
  .pu-logo.logo-lg {
    font-size: 48px;
    margin: -5% auto; }

  .pu-logo.pu-logo--bp {
    text-align: center; }

  .pu-logo.pu-logo--bp p:last-child:before {
    left: 10%;
    margin-left: 0;
    width: 24%; } }
@media (min-width: 992px) {
  .pu-logo.logo-lg {
    font-size: 68px;
    margin: -5% auto; }

  .pu-logo.pu-logo--bp p:last-child:before {
    left: 9.5%; } }
@media (min-width: 1200px) {
  .pu-logo.logo-lg {
    font-size: 88px;
    margin: -5% auto; }

  .pu-logo.pu-logo--bp p:last-child:before {
    left: 8%;
    width: 27%; } }
@media (min-width: 1400px) {
  .pu-logo.pu-logo--bp p:last-child:before {
    left: 10%;
    width: 24%; } }
.gm-style .gm-style-iw {
  padding: 0; }

.LangSelectorContainer {
  font-family: "PT Sans", sans-serif;
  font-size: 80%;
  font-weight: 700;
  display: inline-block;
  margin: 12px auto;
  float: right; }

.LangSelector-link {
  padding: 6px 8px;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  background-color: transparent;
  border: 0; }
  .LangSelector-link:hover, .LangSelector-link:focus, .LangSelector-link:active {
    text-decoration: none; }
  .LangSelector-link:focus, .LangSelector-link:active {
    outline: solid 1px #ccc; }
  .LangSelector-link.active, .LangSelector-link:hover.active {
    background-color: #FFF101;
    background-color: #333;
    color: #fff;
    outline: none; }

.bg-accent {
  background-color: #f2f3f4;
  text-align: left; }

h4:first-child {
  margin-top: 0; }

.InterviewColumn,
.PhotosColumn {
  padding: 15px 15px 0;
  float: left; }

.InterviewColumn {
  width: 35%;
  height: 100%; }

.InterviewTitle {
  display: block;
  padding: 16px 30px 12px 0;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  border-radius: 0;
  position: relative; }

.InterviewTitle--sp:after {
  content: 'São Paulo';
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0px; }

.InterviewTitle--nd:after {
  content: 'New Delhi';
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0px; }

.InterviewDropdown {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "PT Sans", sans-serif;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  z-index: 1; }
  .InterviewDropdown:focus {
    outline: none; }
  .InterviewDropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin: -1px 0 0; }
  .InterviewDropdown li {
    margin-bottom: 0; }
  .InterviewDropdown:before {
    content: "";
    display: block;
    border-bottom: solid 3px;
    border-right: solid 3px;
    border-radius: 2px;
    transform: rotateZ(45deg);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: 6px;
    pointer-events: none; }
  .InterviewDropdown:after {
    display: block;
    position: absolute;
    bottom: -24px;
    background: linear-gradient(#fff, transparent);
    height: 24px;
    width: 100%; }
  .InterviewDropdown a {
    border-bottom: none !important; }

.InterviewPreface {
  padding: 1em;
  background-color: #f5f5f5;
  font-size: 85%;
  border: solid 1px #eee;
  margin-bottom: 1em; }
  .InterviewPreface p:last-child {
    margin: 0; }

.InterviewIntro {
  font-size: 80%;
  line-height: 1.4;
  font-style: italic;
  margin: 30px 0 20px; }

.ChromeIcon {
  vertical-align: text-bottom;
  margin: 0 0 0 2px; }

.lightboxTarget {
  position: relative;
  margin-left: 18px; }
  .lightboxTarget:before {
    position: absolute;
    left: -18px;
    top: 2px;
    font-size: 75%;
    margin: 0;
    content: "\e060";
    font-family: 'Glyphicons Halflings'; }

.ScrollContent {
  overflow: hidden;
  overflow-y: scroll; }
  .ScrollContent.ScrollContent--locked {
    overflow: hidden !important; }

.ScrollContentPane {
  transform: translateZ(0);
  padding: 0 0 30px; }

.ScrollContent::-webkit-scrollbar {
  width: 2px;
  display: block;
  background: transparent; }

.ScrollContent::-webkit-scrollbar * {
  background: transparent; }

*:hover > .ScrollContent::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); }

.ScrollContent::-webkit-scrollbar-track {
  background: transparent; }

.ScrollContent::-webkit-scrollbar-track-piece {
  background: transparent; }

.ScrollContent::-webkit-scrollbar-thumb {
  background-color: transparent; }

.speaker {
  font-family: "PT Sans", sans-serif;
  margin: 25px auto 10px;
  letter-spacing: -.07em;
  color: #ABABAB;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2px; }
  .speaker:first-child {
    margin-top: 0; }

.MapContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 65%;
  height: calc(100% - 15px);
  overflow: hidden;
  padding-bottom: 15px;
  background-color: #fff; }

.MapContainer--hide {
  visibility: hidden; }

.MapContainer--right {
  left: auto;
  right: 0; }

.MapDescription {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  min-height: 120px;
  width: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  padding: 15px;
  line-height: 1.4;
  padding-left: 135px; }
  .MapDescription > img {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 120px;
    height: 120px; }

.bg-gray {
  background-color: #ccc; }

.map-well {
  background-color: #E8E8E8;
  border-radius: 0;
  margin: 2px 0 20px; }

.InfoTitle {
  margin: 5px 0 0;
  font-weight: 600; }

.gm-style-iw p:last-child {
  margin-bottom: 0; }

.PhotosColumn {
  width: 30%; }

.References {
  font-size: 80%;
  text-align: left; }

.hero-section {
  position: relative;
  overflow: hidden; }
  .hero-section .hero-bg {
    width: 102%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/hero/bg_02.jpg);
    background-size: cover;
    background-position: center center;
    opacity: .6; }
  .hero-section > .container {
    padding: 20% 20px;
    text-align: justify;
    transform: translateZ(0); }

.ContentSection {
  padding: 54px 0; }

.InterviewSection {
  padding: 54px 0 0; }
  .InterviewSection a {
    color: #F1CE07;
    color: #bbb; }
    .InterviewSection a:hover {
      color: #aaa; }

.InterviewsModal .modal-body {
  padding: 15px 30px 30px;
  font-size: 16px; }

.BrowserWarning {
  color: #bbb;
  font-size: 12px;
  font-family: "PT Sans", sans-serif; }

.BackgroundSection {
  position: relative;
  overflow: hidden;
  height: 70vh;
  color: #fff; }

.is-narrow .container {
  max-width: 800px; }

.is-layer {
  transform: translateZ(0); }

.TocHeader {
  cursor: default;
  margin-bottom: 30px; }

.TocList {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
  margin-bottom: 12px; }
  .TocList li {
    list-style: none;
    margin: 4px 0 4px 18px;
    letter-spacing: -.1px;
    position: relative;
    line-height: 1.4; }
    .TocList li:before {
      content: "";
      display: block;
      width: 4px;
      height: 4px;
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: .5em;
      left: -12px; }

h6 {
  cursor: default;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #777;
  margin: 1.4em 0 .3em; }

.MapCanvas {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: block; }
  .MapCanvas img {
    max-width: none; }

.gm-style .gm-style-iw {
  font-size: 16px; }

.content-container {
  margin: 20px;
  text-align: justify;
  line-height: 1.5; }
  .content-container .row > [class*="col-"] {
    margin-bottom: 20px; }
  .content-container .row section {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.AuthorGroup {
  position: relative;
  padding: 40px 0; }
  .AuthorGroup:first-of-type {
    margin-top: 40px; }
  .AuthorGroup h4 {
    margin: 0 auto 20px; }

.AuthorItem {
  margin: 30px auto; }

.AuthorThumb {
  margin: 0;
  vertical-align: middle;
  width: 100%;
  height: auto; }

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row; }

@media (max-width: 740px) {
  .vertical-align {
    display: block; } }
.FixedBackground {
  position: absolute;
  width: 100%;
  height: 80vh;
  z-index: -1;
  top: -30%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@media only screen and (orientation: portrait) {
  .BackgroundSection {
    height: 50vh; }

  .FixedBackground {
    height: 70vh; } }
.MapLink:focus, .MapLink:hover, .MapLink.hovered {
  outline: none;
  outline-offset: 0;
  background-color: #FFF101 !important; }
.MapLink.active, .MapLink:active {
  background-color: #f5f5f5; }

.MapLinkBullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: solid 1px transparent;
  border-radius: 20px;
  margin: 0 6px 0 0;
  top: 1px;
  position: relative; }

.ArticlesSection {
  padding-bottom: 0; }
  .ArticlesSection h3 {
    margin-top: 15px;
    margin-bottom: 15px; }

.ArticleSection {
  margin-bottom: 100px; }
  .ArticleSection h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 21px; }

.ArticleCoverContainer {
  overflow: hidden;
  text-align: center;
  max-height: 80vh; }

.ArticleCover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%; }

.affixArticleColumn {
  top: 54px;
  padding: 0; }
  .affixArticleColumn > .col-md-4 {
    padding-right: 30px; }

@media (max-width: 991px) {
  .affixArticleColumn {
    margin: 0 -20px; } }
.Interludes {
  padding: 6px 8px;
  opacity: .5;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-width: 0 0 0 1px; }
  .Interludes h6, .Interludes a {
    margin: 0; }
  .Interludes .TocList {
    margin: 0; }
    .Interludes .TocList li {
      line-height: 1.2;
      list-style: none;
      margin: 0 auto; }
      .Interludes .TocList li:before {
        display: none; }
  .Interludes:last-of-type {
    margin-bottom: 15px; }

.addthis_sharing_toolbox {
  margin-top: 20px;
  -webkit-filter: saturate(0.8); }
  .addthis_sharing_toolbox a {
    opacity: .8;
    border-radius: 3px;
    -webkit-transition: opacity .2s ease 0 !important;
    transition: opacity .2s ease 0 !important; }
    .addthis_sharing_toolbox a:hover {
      opacity: 1; }

.Articles {
  background-color: #fff;
  position: relative; }
  .Articles:before, .Articles:after {
    content: "";
    position: relative;
    display: block;
    clear: both; }

.ArticleNav {
  margin-top: 25px; }
  .ArticleNav a {
    color: #ccc;
    border-bottom: 0 !important; }
    .ArticleNav a:hover {
      color: #aaa; }
  .ArticleNav .tooltip {
    min-width: 120px;
    white-space: nowrap; }
  .ArticleNav .tooltip-inner {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    max-width: 260px;
    width: 260px; }

@media (max-width: 991px) {
  .ArticleNav {
    margin: 0 0 50px;
    width: 100%;
    text-align: center; } }
.ArticleContent {
  margin: 25px auto 80px;
  text-align: justify; }
  .ArticleContent h4 {
    margin-top: 40px; }
    .ArticleContent h4:first-child {
      margin-top: 0; }

.ArticleItem {
  position: relative;
  width: 33.33%;
  float: left;
  border: solid .5em #fff !important;
  cursor: pointer;
  display: block;
  overflow: hidden; }
  .ArticleItem > img {
    transition: all .12s ease 0s;
    -webkit-filter: blur(0px);
    transform: translateZ(0); }
  .ArticleItem:hover > img {
    -webkit-filter: blur(4px); }
  .ArticleItem:hover .ArticleItem-overlay {
    opacity: 1; }
  .ArticleItem:last-of-type {
    border-bottom: solid 15px #fff !important; }

.Articles--more {
  padding-top: 80px; }

.Articles--four .ArticleItem {
  width: 100%; }
  .Articles--four .ArticleItem > img {
    width: 100%; }

@media (min-width: 480px) {
  .Articles--four .ArticleItem {
    width: 50%; } }
@media (min-width: 768px) {
  .Articles--four .ArticleItem {
    width: 33.33%; } }
@media (min-width: 940px) {
  .Articles--four .ArticleItem {
    width: 25%; } }
.ArticleItem-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 241, 1, 0.7);
  opacity: 0;
  transition: opacity .12s ease 0s; }

.ArticleItem-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  padding: 0 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center; }

.ArticleItem-author {
  font-size: 12px;
  opacity: .5;
  text-transform: none;
  margin-top: 12px; }
  .ArticleItem-author:before {
    content: 'by '; }

@media (min-width: 1200px) {
  .ArticleItem-title {
    font-size: 16px; }

  .ArticleItem-author {
    font-size: 14px; } }
.AnthologyFigure {
  position: relative;
  margin: 30px auto; }
  .AnthologyFigure > img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.AnthologyFigure-caption {
  margin: 10px auto 0;
  font-size: smaller;
  color: #888;
  font-style: italic;
  font-family: "PT Sans", sans-serif; }

.InterviewsContainer {
  position: relative; }

.InterviewImage {
  position: relative;
  display: block;
  margin: 0 0 1.6em;
  transition: all .12s ease 0s;
  border-bottom: none !important;
  cursor: pointer; }
  .InterviewImage:before {
    content: '';
    padding-top: 100%;
    display: block; }
  .InterviewImage > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .InterviewImage:last-child {
    margin: 0; }

.InterviewImage-overlay {
  display: inline-block;
  font-size: 14px;
  white-space: normal;
  width: 100%;
  padding: 15px;
  vertical-align: middle;
  font-family: "PT Sans", sans-serif;
  position: absolute;
  bottom: -48px;
  left: 0;
  background-color: #000;
  color: #fff; }

.InterviewImage-overlayCaption {
  float: left;
  font-size: 12px; }

.InterviewImage-overlayDate {
  float: right;
  font-size: 12px; }

.LightBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease 0s; }

.LightBox--show {
  opacity: 1;
  visibility: visible;
  z-index: 3; }

.LightBox-content {
  cursor: pointer;
  position: relative;
  top: -33px;
  z-index: 1;
  min-width: 400px;
  max-width: 900px;
  min-height: 400px;
  height: 600px;
  max-height: 800px;
  background-color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.LightBox-img {
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  transition: opacity .2s ease 50ms; }

.LightBox--show .LightBox-img {
  opacity: 1; }

.LightBox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 48px;
  color: #fff;
  line-height: .4;
  cursor: pointer; }
  .LightBox-close:hover {
    color: rgba(255, 255, 255, 0.8); }

.LightBox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.FixedContent {
  position: fixed;
  padding: 0;
  height: calc(100% - 54px); }
  .FixedContent .col-md-4 {
    padding-right: 30px;
    height: 100%;
    overflow-y: auto; }

.FBIcon {
  opacity: .4; }

.FinePrint {
  margin-top: 100px;
  font-family: "PT Sans", sans-serif;
  font-size: 12px; }

@media (max-width: 991px) {
  .FixedContent {
    position: relative; } }
@media (max-width: 640px) {
  .lb-outerContainer,
  .lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    min-height: 500px;
    border-radius: 0 !important; }

  .lb-container {
    padding: 0 !important; }

  .lb-dataContainer {
    padding: 10px;
    width: 100% !important; } }
@media (min-width: 640px) {
  .header-menu {
    float: right; }

  .header-logo-link {
    max-width: 200px;
    display: inline-block;
    float: left; } }
@media (min-width: 1400px) {
  .container {
    width: 1280px; } }
