html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body.disable-scroll {
  overflow: hidden; }
  body.disable-scroll:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 2151px;
    background: white;
    opacity: 0.85;
    z-index: 999; }

body.disable-scroll-modal {
  overflow: hidden;
  position: fixed;
  width: 100%; }

header {
  max-width: 2151px;
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 100%;
  height: 73px;
  z-index: 1001;
  transition: margin 0.5s ease; }
  header::after {
    clear: both;
    content: "";
    display: block; }
  header:last-child {
    margin-right: 0; }
  header.slim {
    margin-top: -61px;
    transition: margin 0.5s ease; }
    header.slim.with-secondary {
      margin-top: 0; }

.main-menu {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0px;
  right: 0px;
  height: 73px;
  background: #f0f0f0;
  border-bottom: 2px solid #a8a8a8;
  padding: 16px; }
  .main-menu .logo {
    float: left;
    width: 125px;
    text-align: left;
    margin: 0px 15px;
    padding: 15px 12px;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px; }
    .main-menu .logo a {
      content: " ";
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      height: 73px;
      width: 491px;
      background: url("../images/BRH_Logo_Large.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: left center; }
      @media screen and (max-width: 1400px) {
        .main-menu .logo a {
          background: url("../images/brh-logo-mobile.png");
          background-size: 375px;
          background-repeat: no-repeat;
          background-position: left center;
          width: 426px; } }
      @media only screen and (max-width: 465px) {
        .main-menu .logo a {
          background: url("../images/brh-logo-mobile 320-notcutoff.png");
          background-size: auto 73px;
          background-repeat: no-repeat;
          background-position: left center;
          width: 250px; } }
    @media screen and (max-width: 1400px) {
      .main-menu .logo {
        margin: 0px 0px; } }
  .main-menu .primary-list {
    float: right;
    padding: 0px 120px 0px 45px;
    margin-top: -2px; }
  .main-menu .mystery {
    float: right;
    width: 58px;
    text-align: center;
    margin-top: -4px; }
    .main-menu .mystery a {
      height: 50px;
      width: 50px;
      display: block;
      background: url("../images/TimeTunnel_White_Static.gif");
      background-size: 45px;
      background-repeat: no-repeat;
      background-position: center center;
      content: " "; }
      .main-menu .mystery a:hover {
        background: url("../images/TimeTunnel_White.gif");
        background-size: 45px;
        background-repeat: no-repeat;
        background-position: center center; }
  .main-menu .menu-search {
    float: right;
    margin: 0px;
    position: relative;
    padding: 0px 10px;
    margin-left: 15px;
    height: 55px; }
    .main-menu .menu-search span {
      position: relative;
      top: 5px;
      content: " ";
      background: url("../images/search-icon.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 27px;
      height: 32px;
      width: 27px;
      display: block;
      margin: auto;
      cursor: pointer; }
    .main-menu .menu-search .search-box {
      display: none; }
    .main-menu .menu-search:hover a {
      background-position: 0 -32px; }
    .main-menu .menu-search.search-active .search-box {
      display: block;
      position: absolute;
      right: 0px;
      width: 420px;
      top: 59px;
      border-top: 6px solid transparent; }
      .main-menu .menu-search.search-active .search-box input[type=text] {
        width: 420px;
        background: #f0f0f0;
        border: 0px solid #558FB2;
        height: 54px;
        line-height: 40px;
        padding: 0px 14px;
        color: #000000;
        font-size: 18px;
        font-family: "Proxima Nova", "proxima-nova", sans-serif; }
      .main-menu .menu-search.search-active .search-box input[type=submit] {
        background: url("../images/arrow-small-blue.png");
        height: 24px;
        width: 24px;
        display: block;
        content: " ";
        position: absolute;
        right: 20px;
        top: 14px;
        border: 0px; }
        .main-menu .menu-search.search-active .search-box input[type=submit]:hover {
          background: url("../images/arrow-small-darkblue.png"); }
      .main-menu .menu-search.search-active .search-box ::-webkit-input-placeholder {
        color: #767676; }
      .main-menu .menu-search.search-active .search-box :-moz-placeholder {
        color: #767676; }
      .main-menu .menu-search.search-active .search-box ::-moz-placeholder {
        color: #767676; }
      .main-menu .menu-search.search-active .search-box :-ms-input-placeholder {
        color: #767676; }
  .main-menu .burger {
    background: #558FB2;
    height: 73px;
    width: 73px;
    margin: 0px;
    top: 0px;
    position: absolute;
    right: 0px;
    cursor: pointer; }
    .main-menu .burger.button.orange {
      border: 0; }
  @media screen and (max-width: 1100px) {
    .main-menu .primary-list,
    .main-menu .mystery,
    .main-menu .primary-list {
      display: none; } }

.mobile-search {
  display: none; }
  @media screen and (max-width: 1100px) {
    .mobile-search {
      display: block;
      padding: 0px 30px 15px 30px;
      color: #FFFFFF;
      position: relative; }
      .mobile-search input[type=text] {
        width: 100%;
        background: #FFFFFF;
        border: 0px solid #558FB2;
        height: 54px;
        line-height: 40px;
        padding: 0px 14px;
        color: #000000;
        font-size: 18px;
        font-family: "Proxima Nova", "proxima-nova", sans-serif; }
      .mobile-search input[type=submit] {
        background: url("../images/arrow-small-blue.png");
        background-repeat: no-repeat;
        height: 24px;
        width: 24px;
        display: block;
        content: " ";
        position: absolute;
        right: 40px;
        top: 14px;
        border: 0px; }
        .mobile-search input[type=submit] ::-webkit-input-placeholder {
          color: #767676; }
        .mobile-search input[type=submit] :-moz-placeholder {
          color: #767676; }
        .mobile-search input[type=submit] ::-moz-placeholder {
          color: #767676; }
        .mobile-search input[type=submit] :-ms-input-placeholder {
          color: #767676; } }

.secondary-menu {
  display: none;
  position: absolute;
  top: 73px;
  left: 0px;
  right: 0px;
  z-index: 999999;
  background: #2a2727;
  padding: 45px;
  padding-bottom: 0; }
  .secondary-menu.active {
    display: block; }
  .secondary-menu .menu-bottom {
    padding: 45px 0px 0px 0px;
    display: none; }
    .secondary-menu .menu-bottom::after {
      clear: both;
      content: "";
      display: block; }
    .secondary-menu .menu-bottom .column {
      float: left;
      width: calc(25% - 23px);
      margin-right: 30px;
      padding: 40px;
      background: #4a4a4a;
      color: #FFFFFF;
      position: relative;
      overflow: hidden; }
      .secondary-menu .menu-bottom .column::after {
        clear: both;
        content: "";
        display: block; }
      .secondary-menu .menu-bottom .column.last {
        margin-right: 0; }
      @media screen and (max-width: 1400px) {
        .secondary-menu .menu-bottom .column {
          padding: 45px; } }
      .secondary-menu .menu-bottom .column .title {
        margin: -5px 0px 15px 0px;
        font-weight: 600;
        color: #ffb000;
        letter-spacing: 1.25px;
        font-family: "Proxima Nova", "proxima-nova", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 600;
        text-decoration: none; }
      .secondary-menu .menu-bottom .column .content {
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 1px;
        font-family: "Merriweather", "merriweather", serif; }
        .secondary-menu .menu-bottom .column .content:last-child {
          margin-bottom: 0px; }
        .secondary-menu .menu-bottom .column .content.social-media span {
          margin-right: 22px;
          width: 45px;
          display: inline-block; }
        .secondary-menu .menu-bottom .column .content.social-media .social-link {
          margin-left: 6px;
          background-repeat: no-repeat;
          width: 28px;
          height: 28px;
          display: inline-block;
          color: transparent;
          overflow: hidden;
          position: relative;
          vertical-align: middle; }
          .secondary-menu .menu-bottom .column .content.social-media .social-link.twitter {
            background: url("../images/twitter-icon-orange.png");
            background-size: 28px; }
          .secondary-menu .menu-bottom .column .content.social-media .social-link.facebook {
            background: url("../images/facebook-icon-orange.png");
            background-size: 28px; }
    @media screen and (max-width: 1310px) {
      .secondary-menu .menu-bottom {
        display: block;
        padding: 0px 30px; }
        .secondary-menu .menu-bottom .column {
          width: 100%;
          margin: 0px 0px 30px 0px;
          padding: 30px; } }
  .secondary-menu .footer {
    float: right;
    margin-top: -48px;
    color: #767676;
    padding: 20px 0; }
    .secondary-menu .footer::after {
      clear: both;
      content: "";
      display: block; }
    .secondary-menu .footer p {
      text-align: right;
      padding: 0;
      color: #767676;
      font-size: 14px;
      font-family: sans-serif;
      margin: 0px; }
      .secondary-menu .footer p a {
        color: #767676; }
        .secondary-menu .footer p a:hover {
          color: #ffb000; }
    @media screen and (max-width: 1310px) {
      .secondary-menu .footer {
        float: none;
        margin-bottom: 26px; }
        .secondary-menu .footer p {
          text-align: center; } }
    @media screen and (max-width: 600px) {
      .secondary-menu .footer {
        height: 100%;
        padding-bottom: 30px; }
        .secondary-menu .footer .copyright {
          padding-left: 0px !important; } }
  @media screen and (max-width: 1310px) {
    .secondary-menu {
      position: fixed;
      padding: 45px 0px;
      max-width: 510px;
      top: 73px;
      right: 0;
      left: initial;
      min-height: 100%;
      max-height: 100%;
      overflow: auto;
      z-index: 1000; } }
  @media screen and (max-width: 1100px) {
    .secondary-menu {
      padding: 45px 0px; } }
  @media screen and (max-width: 600px) {
    .secondary-menu {
      padding: 45px 0px;
      max-width: calc(100% - 90px); } }

ul.primary-list {
  padding: 0px;
  margin: 0px; }
  ul.primary-list::after {
    clear: both;
    content: "";
    display: block; }
  ul.primary-list li {
    display: inline;
    margin: 0px 15px;
    padding: 12px 20px;
    float: left;
    position: relative; }
    ul.primary-list li a {
      text-align: center;
      font-size: 16px;
      line-height: 1.2;
      font-weight: bold;
      width: 100%;
      display: block;
      margin: auto;
      color: #2a2727;
      text-transform: uppercase;
      text-decoration: none; }
    ul.primary-list li:hover a, ul.primary-list li.hover a {
      color: #558FB2; }
    ul.primary-list li.selected, ul.primary-list li.section, ul.primary-list li.current {
      border: 4px solid #558FB2;
      margin-top: -4px; }
      ul.primary-list li.selected:hover a, ul.primary-list li.section:hover a, ul.primary-list li.current:hover a {
        color: #2a2727; }
    ul.primary-list li:first-child {
      margin-left: 0px; }
    ul.primary-list li:last-child {
      margin-right: 0px; }
    ul.primary-list li.menu-images {
      padding: 0px 10px; }
      ul.primary-list li.menu-images > a {
        content: " ";
        margin-top: -2px;
        height: 55px;
        padding: 0px;
        height: 50px !important;
        background-repeat: no-repeat !important; }
        ul.primary-list li.menu-images > a.brh-paul-anina {
          width: 115px; }
          ul.primary-list li.menu-images > a.brh-paul-anina svg {
            height: 50px; }
          ul.primary-list li.menu-images > a.brh-paul-anina:hover {
            width: 115px; }
            ul.primary-list li.menu-images > a.brh-paul-anina:hover svg {
              fill: #558fb2; }
        ul.primary-list li.menu-images > a.brh-books {
          width: 45px; }
          ul.primary-list li.menu-images > a.brh-books svg {
            height: 50px; }
          ul.primary-list li.menu-images > a.brh-books:hover svg {
            fill: #558fb2; }
    ul.primary-list li ul.primary-children {
      width: 275px;
      background: #558FB2;
      position: absolute;
      left: 50%;
      margin-left: -137.5px;
      top: 59px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding;
      background-clip: padding-box;
      border-top: 6px solid transparent;
      padding: 20px;
      z-index: 999;
      display: none; }
      ul.primary-list li ul.primary-children li {
        width: 100%;
        padding: 15px;
        display: block;
        margin: 0px; }
        ul.primary-list li ul.primary-children li a {
          color: #FFFFFF !important;
          font-size: 16px;
          display: block; }
          ul.primary-list li ul.primary-children li a:hover {
            color: #3b6794 !important; }
      ul.primary-list li ul.primary-children.active {
        display: block; }

ul.secondary-list {
  padding: 0px;
  margin: 0px; }
  ul.secondary-list::after {
    clear: both;
    content: "";
    display: block; }
  ul.secondary-list li {
    width: 20%;
    display: inline;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    padding: 0px 30px 0px 0px; }
    @media screen and (min-width: 1311px) {
      ul.secondary-list li:nth-child(4) {
        width: 25%; }
      ul.secondary-list li:nth-child(5) {
        width: 15%; } }
    ul.secondary-list li .subtitle {
      color: #ffb000;
      letter-spacing: 1.25px;
      font-family: "Proxima Nova", "proxima-nova", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 600;
      text-decoration: none; }
      @media screen and (max-width: 1310px) {
        ul.secondary-list li .subtitle {
          padding: 4px 30px; } }
    ul.secondary-list li .sub-secondary-list {
      padding: 0px;
      margin: 15px 0px 0px 0px; }
      ul.secondary-list li .sub-secondary-list li {
        width: 100%;
        display: inline;
        margin: 0px;
        float: left;
        position: relative;
        padding: 9px 0px;
        border-top: 1px solid #3e3e3e;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
        ul.secondary-list li .sub-secondary-list li:last-child {
          padding-bottom: 0px; }
        ul.secondary-list li .sub-secondary-list li.li-current, ul.secondary-list li .sub-secondary-list li.li-section {
          margin-left: -5%;
          padding-left: 5%;
          width: 105%; }
          @media screen and (max-width: 1310px) {
            ul.secondary-list li .sub-secondary-list li.li-current, ul.secondary-list li .sub-secondary-list li.li-section {
              padding: 9px 0px;
              width: 100%;
              margin-left: 0; } }
        ul.secondary-list li .sub-secondary-list li a {
          font-size: 14px;
          letter-spacing: 1px;
          color: #FFFFFF;
          text-decoration: none;
          font-weight: 500; }
          ul.secondary-list li .sub-secondary-list li a:hover {
            color: #558FB2; }
          ul.secondary-list li .sub-secondary-list li a.current, ul.secondary-list li .sub-secondary-list li a.section {
            color: #FFFFFF; }
        ul.secondary-list li .sub-secondary-list li.social-list-item {
          color: #FFFFFF;
          font-family: "Merriweather", "merriweather", serif;
          font-style: italic;
          font-weight: 300;
          height: 35px;
          text-transform: capitalize;
          font-size: 16px;
          padding-top: 5px; }
          ul.secondary-list li .sub-secondary-list li.social-list-item a {
            height: 28px;
            width: 28px;
            display: inline-block;
            content: " ";
            top: -2px;
            position: relative;
            vertical-align: middle; }
            ul.secondary-list li .sub-secondary-list li.social-list-item a.follow-tw {
              position: absolute;
              right: 30px;
              top: 3px;
              background: url("../images/twitter-icon-lightblue.png");
              background-size: 20px;
              background-repeat: no-repeat;
              background-position: center center;
              float: right; }
              ul.secondary-list li .sub-secondary-list li.social-list-item a.follow-tw:hover {
                background: url("../images/twitter-icon-lighterblue.png");
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center center; }
              @media screen and (max-width: 1310px) {
                ul.secondary-list li .sub-secondary-list li.social-list-item a.follow-tw {
                  right: initial;
                  left: 140px; } }
            ul.secondary-list li .sub-secondary-list li.social-list-item a.follow-fb {
              position: absolute;
              right: 0px;
              top: 3px;
              background: url("../images/facebook-icon-lightblue.png");
              background-size: 20px;
              background-repeat: no-repeat;
              background-position: center center;
              float: right; }
              ul.secondary-list li .sub-secondary-list li.social-list-item a.follow-fb:hover {
                background: url("../images/facebook-icon-lighterblue.png");
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center center; }
              @media screen and (max-width: 1310px) {
                ul.secondary-list li .sub-secondary-list li.social-list-item a.follow-fb {
                  right: initial;
                  left: 175px; } }
            ul.secondary-list li .sub-secondary-list li.social-list-item a:first-child {
              margin-left: 5px; }
    ul.secondary-list li.our-shop {
      text-align: center; }
  @media screen and (max-width: 1310px) {
    ul.secondary-list li {
      width: 100%;
      margin-bottom: 40px;
      padding: 15px 0px; }
      ul.secondary-list li .sub-secondary-list li {
        padding: 9px 30px !important; }
        ul.secondary-list li .sub-secondary-list li.li-section, ul.secondary-list li .sub-secondary-list li.li-current {
          border-top: 0px;
          background: #4a4a4a; }
      ul.secondary-list li.our-shop {
        text-align: left;
        padding-left: 30px; }
    ul.secondary-list .subtitle {
      padding: 15px 30px; } }

.time-tunnel {
  text-align: center; }
  @media screen and (max-width: 1310px) {
    .time-tunnel .time-tunnel-inner {
      padding-left: 30px; } }
  .time-tunnel .time-tunnel-inner a {
    margin: auto;
    margin-top: 16px;
    height: 50px;
    width: 50px;
    display: block;
    background: url("../images/TimeTunnel_Black_Static.gif");
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    content: " "; }
    .time-tunnel .time-tunnel-inner a:hover {
      background: url("../images/TimeTunnel_Black.gif");
      background-size: 45px;
      background-repeat: no-repeat;
      background-position: center center; }
    @media screen and (max-width: 1310px) {
      .time-tunnel .time-tunnel-inner a {
        float: left;
        margin: 0 15px 0px 0px;
        height: 40px;
        width: 30px;
        background-size: 30px; }
        .time-tunnel .time-tunnel-inner a:hover {
          background-size: 30px; } }
  .time-tunnel .time-tunnel-inner img {
    margin-top: 20px; }
  .time-tunnel .time-tunnel-inner p {
    font-style: italic;
    font-family: "Merriweather", "merriweather", serif;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0;
    width: 200px;
    margin: 0 auto; }
    @media screen and (max-width: 1310px) {
      .time-tunnel .time-tunnel-inner p {
        margin-top: 2px;
        float: left;
        line-height: 18px;
        width: 50%;
        text-align: left;
        padding: 0; } }
  @media screen and (max-width: 1310px) {
    .time-tunnel span {
      margin-bottom: 15px; }
    .time-tunnel .subtitle {
      text-align: left;
      width: 100%;
      display: block; } }

.our-shop .subtitle {
  display: none; }

.offcanvas-holder {
  position: fixed;
  top: 0px;
  left: -260px;
  width: 310px;
  z-index: 999;
  padding: 98px 65px 45px 35px;
  min-height: 100%;
  max-height: 100%;
  overflow: auto;
  background: #2a2727;
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out; }
  .offcanvas-holder .title {
    font-family: "Merriweather", serif;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin: 2px 0px; }
    .offcanvas-holder .title a {
      color: #FFFFFF; }
  .offcanvas-holder .subtitle {
    font-family: "Merriweather", serif;
    color: #a8a8a8;
    font-style: italic;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin: 0px; }
  .offcanvas-holder ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
    margin: 45px 0px 45px 0px; }
    .offcanvas-holder ul::after {
      clear: both;
      content: "";
      display: block; }
  .offcanvas-holder li {
    width: 100%;
    display: inline;
    margin: 0px;
    float: left;
    position: relative;
    padding: 15px 0px;
    border-top: 1px solid #4a4a4a;
    font-size: 14px;
    text-transform: uppercase; }
    .offcanvas-holder li a {
      color: #FFFFFF;
      text-decoration: none; }
    .offcanvas-holder li:hover a, .offcanvas-holder li.current a, .offcanvas-holder li.section a, .offcanvas-holder li.active a {
      color: #558FB2; }
  .offcanvas-holder .title,
  .offcanvas-holder .subtitle,
  .offcanvas-holder ul,
  .offcanvas-holder li,
  .offcanvas-holder .button {
    opacity: 0; }
  .offcanvas-holder .close-open a {
    background: #2a2727 url("../images/arrow-small-yellow.png") no-repeat center center scroll;
    content: " ";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    color: red;
    right: 10px;
    top: 50%;
    margin-top: -15px; }
    .offcanvas-holder .close-open a:hover {
      background: #2a2727 url("../images/arrow-small-darkorange.png") no-repeat center center scroll; }
  .offcanvas-holder.active {
    left: 0px; }
    .offcanvas-holder.active .title,
    .offcanvas-holder.active .subtitle,
    .offcanvas-holder.active ul,
    .offcanvas-holder.active li,
    .offcanvas-holder.active .button {
      opacity: 1; }
    .offcanvas-holder.active .close-open a {
      background: #2a2727 url("../images/arrow-small-yellow-left.png") no-repeat center center scroll; }
      .offcanvas-holder.active .close-open a:hover {
        background: #2a2727 url("../images/arrow-small-darkorange-left.png") no-repeat center center scroll; }
  @media screen and (max-width: 1100px) {
    .offcanvas-holder {
      display: none; } }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.print-holder {
  margin: 2rem; }
  .print-holder .logo {
    padding-top: rem-calc(20px);
    margin-bottom: rem-calc(40px); }
  .print-holder .print-footer {
    border-top: 1px solid #5c5b5b;
    padding-top: rem-calc(20px);
    margin-top: rem-calc(40px); }

.wf-loading {
  visibility: hidden; }

.disable-animation {
  transition: none !important; }

section {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 100%; }
  section:last-child {
    margin-right: 0; }
  section::after {
    clear: both;
    content: "";
    display: block; }

* {
  box-sizing: border-box; }

html {
  background: #f0f0f0; }

body {
  max-width: 2151px;
  overflow: auto;
  overflow: overlay; }

div.inner {
  min-height: 70vh;
  max-width: 1400px;
  margin: 0px 0px 0px 350px;
  padding: 0px 40px 0px 40px;
  transition: all 0.6s ease-in-out; }
  div.inner::after {
    clear: both;
    content: "";
    display: block; }
  div.inner.nav-open {
    margin: 45px 0px 0px 295px; }
  div.inner.nav-closed {
    margin: 45px 0px 0px 30px;
    max-width: 1665px; }
  div.inner.nav-none {
    margin: 0px 0px 0px 40px; }
  @media screen and (max-width: 1100px) {
    div.inner.nav-open, div.inner.nav-closed, div.inner.nav-none {
      margin: 0px 0px 0px 0px;
      margin-top: 73px;
      padding: 0px 0px; } }
  @media screen and (min-width: 1101px) {
    div.inner {
      padding: 0px 40px 0px 60px; } }
  @media screen and (min-width: 1401px) {
    div.inner {
      padding: 0px 40px 0px 80px; } }

html {
  font-family: "Proxima Nova", "proxima-nova", sans-serif; }

h1,
h2.blog-title {
  font-family: "Merriweather", "merriweather", serif;
  color: #2a2727;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.15;
  margin: 12px 0px;
  margin-top: -2px;
  text-transform: none; }
  h1 a,
  h2.blog-title a {
    font-family: "Merriweather", "merriweather", serif;
    color: #3b6794; }
    h1 a:hover,
    h2.blog-title a:hover {
      color: #558FB2; }

h1 + h3 {
  margin-top: -7px; }

h2 {
  font-family: "Merriweather", "merriweather", serif;
  color: #558FB2;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0px; }
  h2 a {
    font-family: "Proxima Nova", "proxima-nova", sans-serif;
    color: #558FB2;
    text-decoration: none; }
    h2 a.hover, h2 a:hover {
      color: #3b6794; }

h3 {
  font-family: "Merriweather", "merriweather", serif;
  color: #558FB2;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin: 8px 0px; }
  h3 a {
    text-decoration: none;
    font-family: "Merriweather", "merriweather", serif;
    color: #2a2727; }

.text-content h3,
.tile h3 {
  font-family: "Merriweather", "merriweather", serif;
  color: #d35a00;
  font-size: 21px;
  font-style: normal; }

p,
ul,
ol {
  font-family: "Proxima Nova", "proxima-nova", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.39;
  margin-top: 0px; }
  p li,
  ul li,
  ol li {
    margin-bottom: 0.5rem; }
  p a,
  ul a,
  ol a {
    color: #558FB2;
    text-decoration: none; }
    p a.hover, p a:hover,
    ul a.hover,
    ul a:hover,
    ol a.hover,
    ol a:hover {
      color: #3b6794; }
  p.serif,
  ul.serif,
  ol.serif {
    font-family: "Merriweather", "merriweather", serif; }
  p.comment,
  ul.comment,
  ol.comment {
    font-size: 14px; }
    p.comment.italic,
    ul.comment.italic,
    ol.comment.italic {
      font-size: 11px;
      font-style: italic;
      color: #767676; }

li {
  font-family: "Proxima Nova", "proxima-nova", sans-serif; }

blockquote {
  font-family: "Merriweather", "merriweather", serif;
  color: #558FB2;
  font-weight: normal;
  line-height: 1.39;
  margin-top: 0;
  font-style: italic;
  font-size: 14px;
  font-size: 18px; }
  blockquote p {
    font-family: "Merriweather", "merriweather", serif;
    color: #558FB2;
    font-weight: normal;
    line-height: 1.39;
    margin-top: 0;
    font-style: italic;
    font-size: 14px;
    font-size: 18px; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

iframe.soundcloud {
  max-width: 600px; }

body.SectionHolder {
  min-height: 200vh; }
  body.SectionHolder .page-wrapper {
    position: fixed;
    width: 100%;
    max-width: 2151px;
    margin-bottom: 100vh;
    overflow: hidden; }
    body.SectionHolder .page-wrapper section {
      overflow-x: hidden; }
  body.SectionHolder.curtained {
    min-height: 0; }
    body.SectionHolder.curtained .page-wrapper {
      position: relative;
      margin-bottom: 0; }

section.background {
  background: #767676;
  background: #FFFFFF;
  background-size: cover;
  background-attachment: scroll;
  margin-top: -73px;
  min-height: 100vh;
  padding: 143px 35px 73px 0px;
  overflow-y: hidden; }
  @media screen and (max-width: 1400px) {
    section.background {
      padding: 143px 0px 73px 0px; } }
  section.background.bp-background {
    background: #FFFFFF;
    background-size: cover; }
  section.background.curtain-background {
    position: absolute;
    max-width: 2151px;
    z-index: 1001;
    background: #767676;
    background-size: cover;
    margin-top: 0;
    padding: 0;
    height: 100%; }
    section.background.curtain-background .inner {
      padding: 0;
      margin: 0 90px;
      position: relative;
      height: 100%;
      max-width: none; }
      section.background.curtain-background .inner.nav-closed {
        max-width: none; }
      @media screen and (max-width: 1310px) {
        section.background.curtain-background .inner {
          margin: 0; } }
  section.background.home-background {
    padding: 71px 0px 71px 0;
    padding-bottom: 0; }
    @media screen and (max-width: 1100px) {
      section.background.home-background {
        padding: 114px 40px 40px 40px; } }
    @media screen and (max-width: 600px) {
      section.background.home-background {
        padding: 99px 25px 25px 25px; } }
  @media screen and (max-width: 1100px) {
    section.background {
      padding: 73px 0px 0px 0px; } }

.top-bar {
  display: none; }
  @media screen and (max-width: 1100px) {
    .top-bar {
      display: block; } }

.with-header .top-bar,
.with-header .top-bar.white-version {
  display: block; }

.top-bar {
  width: 100%;
  background: #2a2727;
  position: relative;
  padding: 0px 20px;
  height: auto; }
  .top-bar::after {
    clear: both;
    content: "";
    display: block; }
  .top-bar p {
    float: left;
    width: 60%;
    line-height: 1.4;
    margin: 16px 0px;
    color: #FFFFFF;
    font-weight: 600; }
  .top-bar .mobile-nav {
    display: none;
    position: absolute;
    float: right;
    list-style: none;
    padding: 0px 0px 0px 15px;
    margin: 0px;
    line-height: 1.4;
    margin: 16px 0px;
    left: -20px;
    width: calc(100% + 20px);
    display: block;
    right: 0px;
    top: 33px;
    z-index: 999; }
    .top-bar .mobile-nav li {
      display: inline;
      float: left;
      margin-left: 0px;
      padding: 0px;
      width: 20%; }
      .top-bar .mobile-nav li a {
        content: " ";
        display: inline-block;
        height: 12px;
        width: 100%;
        border: #FFFFFF 2px solid;
        background: #a8a8a8;
        cursor: default; }
      .top-bar .mobile-nav li:last-child {
        margin-right: 0px; }
        .top-bar .mobile-nav li:last-child a {
          border-right: 0px; }
      .top-bar .mobile-nav li.current a, .top-bar .mobile-nav li.section a {
        background: #558FB2;
        border: #FFFFFF 2px solid; }
    @media screen and (max-width: 1100px) {
      .top-bar .mobile-nav {
        display: block; } }
  .top-bar.white-version {
    display: none;
    height: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 0px 40px; }
    @media screen and (max-width: 600px) {
      .top-bar.white-version {
        display: block; } }
    .top-bar.white-version p {
      margin: 25px 0px;
      border-bottom: 1px solid #767676;
      color: #4a4a4a;
      width: 100%;
      margin-bottom: 0px; }
    @media screen and (max-width: 1100px) {
      .top-bar.white-version {
        background: #FFFFFF; }
        .top-bar.white-version p {
          color: #2a2727;
          display: block;
          margin: 0 0px 16px -40px;
          width: calc(100% + 80px);
          border-bottom: 1px solid #a8a8a8;
          padding: 0px 70px 16px 20px;
          padding-top: 17px;
          font-weight: normal; }
          .top-bar.white-version p span {
            font-weight: 600; } }
    .top-bar.white-version a.blog-menu {
      display: none;
      margin: 17px 0px;
      top: 0px;
      position: absolute;
      right: 20px; }
      @media screen and (max-width: 1100px) {
        .top-bar.white-version a.blog-menu {
          display: block;
          width: 24px;
          height: 24px;
          content: " ";
          background: url("../images/arrow-small-charcoal-down.png") no-repeat center center scroll; } }
      .top-bar.white-version a.blog-menu.active {
        background: url("../images/arrow-small-charcoal-up.png") no-repeat center center scroll; }
    .top-bar.white-version .blog-list {
      display: none; }
    @media screen and (max-width: 1100px) {
      .top-bar.white-version .blog-menu.active + .blog-list {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        float: left;
        margin-top: -20px; }
        .top-bar.white-version .blog-menu.active + .blog-list li {
          margin: 0px;
          float: left;
          border-bottom: 1px solid #e9e9e9;
          padding: 6px 20px;
          margin-left: -40px;
          width: calc(100% + 80px); }
          .top-bar.white-version .blog-menu.active + .blog-list li a {
            color: #2a2727;
            text-decoration: none;
            font-weight: bold;
            width: 100%;
            display: block; }
            .top-bar.white-version .blog-menu.active + .blog-list li a:hover {
              color: #558FB2; }
          .top-bar.white-version .blog-menu.active + .blog-list li:first-child {
            padding-top: 15px; }
          .top-bar.white-version .blog-menu.active + .blog-list li:last-child {
            border-bottom: 1px solid #a8a8a8;
            padding-bottom: 10px; } }
  .top-bar.blog-nav {
    background: #f0f0f0;
    color: #FFFFFF;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .top-bar.blog-nav p {
      color: #000000;
      margin: 8px 0;
      font-size: 15px; }
      .top-bar.blog-nav p span {
        display: none; }
    @media screen and (max-width: 1100px) {
      .top-bar.blog-nav {
        background: #f0f0f0;
        margin-bottom: 16px;
        text-transform: initial; }
        .top-bar.blog-nav p {
          color: #2a2727;
          border-bottom: 1px solid #767676;
          width: calc(100% + 40px);
          margin: 17px 0px 0px -20px;
          padding: 0px 70px 16px 20px;
          font-weight: normal;
          text-transform: capitalize;
          font-size: 18px; }
          .top-bar.blog-nav p span {
            display: inline;
            font-weight: 600; } }
    .top-bar.blog-nav a.blog-menu {
      display: none;
      margin: 17px 0px;
      top: 0px;
      position: absolute;
      right: 20px; }
      @media screen and (max-width: 1100px) {
        .top-bar.blog-nav a.blog-menu {
          display: block;
          width: 24px;
          height: 24px;
          content: " ";
          background: url("../images/arrow-small-charcoal-down.png") no-repeat center center scroll; } }
      .top-bar.blog-nav a.blog-menu.active {
        background: url("../images/arrow-small-charcoal-up.png") no-repeat center center scroll; }
    .top-bar.blog-nav .blog-list {
      display: none; }
    @media screen and (max-width: 1100px) {
      .top-bar.blog-nav .blog-menu.active + .blog-list {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        float: left;
        margin-top: 0px; }
        .top-bar.blog-nav .blog-menu.active + .blog-list li {
          margin: 0px;
          float: left;
          border-bottom: 1px solid #e9e9e9;
          padding: 6px 40px;
          margin-left: -40px;
          width: calc(100% + 80px); }
          .top-bar.blog-nav .blog-menu.active + .blog-list li a {
            color: #2a2727;
            text-transform: initial;
            text-decoration: none;
            font-weight: bold;
            width: 100%;
            display: block;
            text-transform: capitalize; }
            .top-bar.blog-nav .blog-menu.active + .blog-list li a:hover {
              color: #558FB2; }
          .top-bar.blog-nav .blog-menu.active + .blog-list li:last-child {
            border-bottom: 1px solid #a8a8a8;
            padding-bottom: 10px; } }
  @media screen and (max-width: 1100px) {
    .top-bar.mobile-version {
      background: #FFFFFF; }
      .top-bar.mobile-version p {
        color: #2a2727;
        width: 100%; }
      .top-bar.mobile-version span {
        float: right; }
        .top-bar.mobile-version span a {
          height: 24px;
          display: block;
          float: left;
          margin-right: 25px;
          -webkit-filter: grayscale(100%);
          /* Safari 6.0 - 9.0 */
          filter: grayscale(100%);
          opacity: 0.75;
          cursor: default; }
          .top-bar.mobile-version span a:last-child {
            margin-right: 0px; }
          .top-bar.mobile-version span a.active {
            -webkit-filter: initial;
            filter: initial;
            opacity: 1;
            cursor: pointer; } }

.main-content {
  width: 1130px; }
  .main-content::after {
    clear: both;
    content: "";
    display: block; }

.box {
  padding: 40px 70px;
  padding: 0; }
  .box.white {
    background: rgba(255, 255, 255, 0.95);
    background: transparent;
    background: white; }
    @media screen and (max-width: 1100px) {
      .box.white {
        background: #FFFFFF; } }
  .box hr {
    width: 120px;
    margin: 30px auto;
    height: 5px;
    background: #2a2727;
    border: 0px; }
  @media screen and (max-width: 1100px) {
    .box {
      padding: 50px 40px; } }
  @media screen and (max-width: 600px) {
    .box {
      padding: 30px 20px; } }
  @media screen and (max-width: 1100px) {
    .box.event-item .image-content img {
      width: 100% !important; } }

.button {
  min-width: 61px;
  height: auto;
  line-height: 57px;
  padding: 0px 20px;
  text-transform: uppercase;
  font-family: "Proxima Nova", "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 17px;
  display: inline-block; }
  .button.white {
    border: 4px solid #558FB2;
    background: transparent;
    color: #558FB2; }
    .button.white.arrow {
      height: 58px;
      background: transparent url("../images/arrow-small-blue.png") no-repeat center center scroll; }
    .button.white:hover {
      border: 4px solid #558FB2;
      background: #558FB2;
      color: #FFFFFF; }
      .button.white:hover.arrow {
        height: 58px;
        background: #558FB2 url("../images/arrow-small-white.png") no-repeat center center scroll; }
  .button.yellow {
    color: #000;
    background: #ffb000;
    line-height: 1.4;
    height: auto;
    padding: 7px 10px;
    border: 4px solid #ffb000;
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none; }
    .button.yellow:hover {
      background: #FFFFFF;
      color: #000000;
      border: 4px solid #ffb000; }
  .button.orange {
    border: 4px solid #558FB2;
    background: #558FB2;
    color: #FFFFFF; }
    .button.orange.arrow {
      background: #558FB2 url("../images/arrow-small-white.png") no-repeat center center scroll;
      height: 58px; }
    .button.orange.burger {
      height: 55px;
      width: 61px;
      padding: 0;
      left: 6px;
      top: 8px; }
      .button.orange.burger svg {
        width: 61px;
        height: 55px;
        fill: white; }
        .button.orange.burger svg path {
          fill: white;
          stroke: transparent; }
      .button.orange.burger:hover, .button.orange.burger.active {
        height: 55px; }
        .button.orange.burger:hover svg, .button.orange.burger.active svg {
          fill: black; }
          .button.orange.burger:hover svg path, .button.orange.burger.active svg path {
            fill: black;
            stroke: transparent; }
    .button.orange:hover {
      border: 4px solid #558FB2;
      color: #558FB2; }
      .button.orange:hover svg {
        fill: black; }
      .button.orange:hover.arrow {
        background: #FFFFFF url("../images/arrow-small-blue.png") no-repeat center center scroll;
        height: 58px; }
  .button.white-transparent {
    border: 4px solid #FFFFFF;
    background: #558FB2;
    color: #FFFFFF; }
    .button.white-transparent.arrow {
      background: #558FB2 url("../images/arrow-small-white.png") no-repeat center center scroll;
      height: 58px; }
    .button.white-transparent:hover {
      border: 4px solid #3b6794;
      background: #558FB2;
      color: #558FB2; }
      .button.white-transparent:hover.arrow {
        background: #558FB2 url("../images/arrow-small-white.png") no-repeat center center scroll;
        height: 58px; }
    .button.white-transparent.alt-hover:hover {
      color: #FFFFFF; }
  .button.no-border {
    border: 4px solid #FFFFFF;
    background: #FFFFFF;
    color: #FFFFFF; }
    .button.no-border.arrow {
      background: #FFFFFF url("../images/arrow-small-yellow.png") no-repeat center center scroll;
      height: 58px; }
      .button.no-border.arrow:hover, .button.no-border.arrow.hover {
        background: #FFFFFF url("../images/arrow-small-darkorange.png") no-repeat center center scroll; }
  .button img {
    display: inline-block;
    position: relative;
    top: 5px; }

.social-links-holder {
  display: block;
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 20px; }
  .social-links-holder .social-title {
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 12px 0px; }
  .social-links-holder ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 0px 0px; }
    .social-links-holder ul::after {
      clear: both;
      content: "";
      display: block; }
    .social-links-holder ul li {
      float: left;
      display: inline;
      padding: 0px;
      margin: 0px; }
      .social-links-holder ul li img {
        height: 30px;
        padding-right: 20px; }

section.background .inner .generic-page::after {
  clear: both;
  content: "";
  display: block; }
section.background .inner .generic-page .text-content {
  width: 100%; }
  section.background .inner .generic-page .text-content form {
    margin: 30px 0px;
    border: 1px solid #a8a8a8; }
    section.background .inner .generic-page .text-content form fieldset {
      border: 0px;
      padding: 30px; }
      section.background .inner .generic-page .text-content form fieldset label, section.background .inner .generic-page .text-content form fieldset input {
        font-family: "Proxima Nova", "proxima-nova", sans-serif; }
      section.background .inner .generic-page .text-content form fieldset input {
        border: 1px solid #a8a8a8;
        height: 30px;
        line-height: 30px;
        padding: 0px 5px; }
      section.background .inner .generic-page .text-content form fieldset .field {
        margin-bottom: 20px; }
        section.background .inner .generic-page .text-content form fieldset .field.checkbox input {
          float: left;
          margin-right: 15px; }
        section.background .inner .generic-page .text-content form fieldset .field.checkbox label {
          float: left;
          display: inline-block;
          line-height: 30px;
          height: 30px; }
    section.background .inner .generic-page .text-content form div.Actions {
      padding: 0px 30px 30px 30px; }
      section.background .inner .generic-page .text-content form div.Actions a {
        font-family: "Proxima Nova", "proxima-nova", sans-serif; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

section.style-guide {
  padding: 30px 0px;
  background: #FFF; }
  section.style-guide .title {
    padding-bottom: 45px;
    border-bottom: 1px solid #a8a8a8; }
    section.style-guide .title::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .title h1, section.style-guide .title h2 {
      font-family: "Proxima Nova", "proxima-nova", sans-serif;
      text-transform: uppercase;
      margin: 0px;
      line-height: 1.03;
      margin-bottom: 5px; }
    section.style-guide .title h1 {
      color: #558FB2;
      font-size: 30px; }
    section.style-guide .title h2 {
      color: #2a2727;
      font-size: 24px;
      font-weight: normal; }
  section.style-guide h3.section-title {
    font-family: "Merriweather", "merriweather", serif;
    color: #767676;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 1.2;
    font-weight: normal; }
  section.style-guide .palette {
    padding-bottom: 45px;
    border-bottom: 1px solid #a8a8a8; }
    section.style-guide .palette::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .palette .cicle-holder::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .palette .cicle-holder .column {
      float: left;
      display: block;
      margin-right: 4.72458%;
      width: 12.72952%;
      height: 225px;
      text-align: center; }
      section.style-guide .palette .cicle-holder .column:last-child {
        margin-right: 0; }
      section.style-guide .palette .cicle-holder .column::after {
        clear: both;
        content: "";
        display: block; }
      section.style-guide .palette .cicle-holder .column p {
        font-family: "Proxima Nova", "proxima-nova", sans-serif;
        margin: 0px;
        line-height: 1.2;
        color: #4a4a4a; }
        section.style-guide .palette .cicle-holder .column p::before {
          content: " ";
          height: 120px;
          width: 120px;
          display: block;
          border-radius: 60px;
          background: #000000;
          margin: auto;
          margin-bottom: 25px; }
      section.style-guide .palette .cicle-holder .column.orange p::before {
        background: #f3791e; }
      section.style-guide .palette .cicle-holder .column.dark-orange p::before {
        background: #d35a00; }
      section.style-guide .palette .cicle-holder .column.yellow p::before {
        background: #ffb000; }
      section.style-guide .palette .cicle-holder .column.light-grey p::before {
        background: #767676; }
      section.style-guide .palette .cicle-holder .column.grey p::before {
        background: #4a4a4a; }
      section.style-guide .palette .cicle-holder .column.charcoal p::before {
        background: #2a2727; }
  section.style-guide .headers-subheaders {
    padding-bottom: 45px;
    border-bottom: 1px solid #a8a8a8; }
    section.style-guide .headers-subheaders::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .headers-subheaders .copy-holder::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .headers-subheaders .copy-holder .column {
      float: left;
      display: block;
      margin-right: 4.72458%;
      width: 30.18362%;
      text-align: left; }
      section.style-guide .headers-subheaders .copy-holder .column:last-child {
        margin-right: 0; }
      section.style-guide .headers-subheaders .copy-holder .column::after {
        clear: both;
        content: "";
        display: block; }
  section.style-guide .buttons-graphics {
    padding-bottom: 45px;
    border-bottom: 1px solid #a8a8a8; }
    section.style-guide .buttons-graphics::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .buttons-graphics .graphics-holder::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .buttons-graphics .graphics-holder .column {
      float: left;
      display: block;
      margin-right: 4.72458%;
      width: 30.18362%;
      text-align: left; }
      section.style-guide .buttons-graphics .graphics-holder .column:last-child {
        margin-right: 0; }
      section.style-guide .buttons-graphics .graphics-holder .column::after {
        clear: both;
        content: "";
        display: block; }
  section.style-guide .nav-links {
    padding-bottom: 45px;
    border-bottom: 1px solid #a8a8a8; }
    section.style-guide .nav-links::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .nav-links .navlinks-holder::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .nav-links .navlinks-holder .column {
      float: left;
      display: block;
      margin-right: 4.72458%;
      width: 47.63771%;
      text-align: left; }
      section.style-guide .nav-links .navlinks-holder .column:last-child {
        margin-right: 0; }
      section.style-guide .nav-links .navlinks-holder .column::after {
        clear: both;
        content: "";
        display: block; }
      section.style-guide .nav-links .navlinks-holder .column .two-column::after {
        clear: both;
        content: "";
        display: block; }
      section.style-guide .nav-links .navlinks-holder .column .two-column div {
        float: left;
        display: block;
        margin-right: 4.72458%;
        width: 38.91066%; }
        section.style-guide .nav-links .navlinks-holder .column .two-column div:last-child {
          margin-right: 0; }
  section.style-guide .example-bg {
    padding-bottom: 45px;
    border-bottom: 1px solid #a8a8a8; }
    section.style-guide .example-bg::after {
      clear: both;
      content: "";
      display: block; }
    section.style-guide .example-bg .example-bg-holder {
      height: 800px;
      background: #767676 url("../images/example-bg.jpg");
      background-size: cover;
      padding: 80px;
      position: relative;
      overflow: hidden; }
      section.style-guide .example-bg .example-bg-holder::after {
        clear: both;
        content: "";
        display: block; }
      section.style-guide .example-bg .example-bg-holder .main-menu {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 73px;
        background: rgba(255, 255, 255, 0.95);
        padding: 16px; }
        section.style-guide .example-bg .example-bg-holder .main-menu .logo {
          float: left;
          width: 175px;
          text-align: left;
          margin: 0px 15px;
          padding: 15px 12px; }
          section.style-guide .example-bg .example-bg-holder .main-menu .logo a {
            display: block;
            font-size: 18px;
            line-height: 1.2;
            font-weight: bold;
            display: block;
            color: #2a2727;
            text-transform: uppercase;
            text-decoration: none; }
        section.style-guide .example-bg .example-bg-holder .main-menu .primary-list {
          float: right;
          padding: 0px 120px 0px 45px; }
        section.style-guide .example-bg .example-bg-holder .main-menu .mystery {
          float: right;
          width: 75px;
          text-align: center; }
          section.style-guide .example-bg .example-bg-holder .main-menu .mystery a {
            display: block; }
            section.style-guide .example-bg .example-bg-holder .main-menu .mystery a img {
              margin-top: 2px; }
        section.style-guide .example-bg .example-bg-holder .main-menu .burger {
          margin: 0px;
          top: 0px;
          position: absolute;
          right: 0px; }
      section.style-guide .example-bg .example-bg-holder .curtain {
        width: 600px;
        position: relative;
        top: calc(50% - 100px);
        text-align: center; }
        section.style-guide .example-bg .example-bg-holder .curtain p {
          margin-bottom: 25px; }
          section.style-guide .example-bg .example-bg-holder .curtain p:last-child {
            margin-bottom: 0px; }
      section.style-guide .example-bg .example-bg-holder .main-content {
        margin-top: 75px; }
        section.style-guide .example-bg .example-bg-holder .main-content .box::after {
          clear: both;
          content: "";
          display: block; }
        section.style-guide .example-bg .example-bg-holder .main-content .box .image-content {
          float: left;
          display: block;
          margin-right: 4.72458%;
          width: 30.18362%;
          text-align: left; }
          section.style-guide .example-bg .example-bg-holder .main-content .box .image-content:last-child {
            margin-right: 0; }
          section.style-guide .example-bg .example-bg-holder .main-content .box .image-content img {
            margin-top: 14px; }
        section.style-guide .example-bg .example-bg-holder .main-content .box .text-content {
          float: left;
          display: block;
          margin-right: 4.72458%;
          width: 65.09181%; }
          section.style-guide .example-bg .example-bg-holder .main-content .box .text-content:last-child {
            margin-right: 0; }

section.background .inner .curtain {
  width: 600px;
  position: absolute;
  left: 0;
  bottom: 90px;
  text-align: center;
  z-index: 1003;
  background: white;
  padding: 40px 70px; }
  section.background .inner .curtain p:last-child {
    margin-bottom: 0px; }
  section.background .inner .curtain .overview-text {
    margin-bottom: 25px; }
  section.background .inner .curtain.right {
    right: 0;
    left: inherit; }
  @media screen and (max-width: 1400px) {
    section.background .inner .curtain {
      left: 0px; }
      section.background .inner .curtain.right {
        right: 0px; } }
  @media screen and (max-width: 1310px) {
    section.background .inner .curtain {
      width: 52%;
      left: 24%;
      padding: 30px 32px; }
      section.background .inner .curtain.right {
        right: 24%; } }
  @media screen and (max-width: 900px) {
    section.background .inner .curtain .overview-text, section.background .inner .curtain hr {
      display: none; }
    section.background .inner .curtain .button {
      margin: 20px 0px; } }
  @media screen and (max-width: 600px) {
    section.background .inner .curtain {
      width: 90%;
      left: 5%; }
      section.background .inner .curtain.right {
        right: 5%; }
      section.background .inner .curtain .overview-text, section.background .inner .curtain hr {
        display: none; }
      section.background .inner .curtain .button {
        margin: 20px 0px; } }
section.background .inner .reveal-arrow {
  position: absolute;
  bottom: 30px;
  left: 0px;
  height: 40px;
  right: 0px;
  line-height: 40px;
  text-align: center; }
  section.background .inner .reveal-arrow a img {
    width: 40px; }

.png-animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  margin-top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: cover;
  background-attachment: scroll;
  min-height: 100vh;
  max-width: 2151px;
  margin-top: 0; }
  .png-animation div {
    position: absolute;
    display: none;
    padding: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
    background-attachment: scroll;
    min-height: 100vh;
    max-width: 2151px;
    margin-top: 0; }

@-webkit-keyframes bounce {
  0%, 10%, 25%, 40%, 50% {
    -webkit-transform: translateY(0); }
  20% {
    -webkit-transform: translateY(-10px); }
  30% {
    -webkit-transform: translateY(-6px); } }
@-moz-keyframes bounce {
  0%, 10%, 25%, 40%, 50% {
    -moz-transform: translateY(0); }
  20% {
    -moz-transform: translateY(-10px); }
  30% {
    -moz-transform: translateY(-6px); } }
@keyframes bounce {
  0%, 10%, 25%, 40%, 50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  30% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px); } }
.bounce {
  -webkit-animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
  animation-delay: 4s;
  -webkit-animation-delay: 4s; }

section.background .inner .main-page {
  position: relative; }
  section.background .inner .main-page::after {
    clear: both;
    content: "";
    display: block; }
  section.background .inner .main-page .title-content {
    margin-bottom: 15px;
    float: right;
    width: 100%;
    padding: 0px; }
    section.background .inner .main-page .title-content.title-blog {
      margin-bottom: 0; }
    section.background .inner .main-page .title-content h1 {
      margin-top: -2px;
      color: #2a2727; }
      @media screen and (max-width: 1100px) {
        section.background .inner .main-page .title-content h1 {
          margin-top: -0px; } }
    section.background .inner .main-page .title-content h3 {
      margin-top: 0px !important; }
      section.background .inner .main-page .title-content h3 .author-name {
        display: inline-block;
        color: #2a2727;
        text-transform: uppercase;
        font-family: "Proxima Nova", "proxima-nova", sans-serif;
        font-style: normal;
        margin-top: 3px; }
        section.background .inner .main-page .title-content h3 .author-name em {
          text-transform: none;
          font-style: normal; }
    section.background .inner .main-page .title-content .menu-title {
      margin-top: -5px;
      margin-bottom: 0px;
      text-transform: uppercase;
      font-size: 14px; }
    section.background .inner .main-page .title-content.with-image {
      width: 60%;
      padding-left: 3%; }
      @media screen and (max-width: 600px) {
        section.background .inner .main-page .title-content.with-image {
          width: 100%;
          padding-left: 0; } }
    @media screen and (max-width: 1310px) {
      section.background .inner .main-page .title-content {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1100px) {
      section.background .inner .main-page .title-content {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 600px) {
      section.background .inner .main-page .title-content {
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 5px;
        margin-top: 10px; } }
  section.background .inner .main-page .image-content,
  section.background .inner .main-page .text-content {
    float: left;
    display: block; }
  section.background .inner .main-page .image-content {
    width: 40%;
    text-align: left;
    padding-left: 3%;
    padding-right: 0px;
    float: right; }
    section.background .inner .main-page .image-content img {
      margin-top: 0px;
      width: 100%; }
      @media screen and (max-width: 1100px) {
        section.background .inner .main-page .image-content img {
          margin-bottom: 20px;
          width: 100%; } }
    @media screen and (max-width: 1310px) {
      section.background .inner .main-page .image-content {
        padding-right: 0px; } }
    @media screen and (max-width: 1100px) {
      section.background .inner .main-page .image-content {
        padding-left: 0px; } }
    @media screen and (max-width: 600px) {
      section.background .inner .main-page .image-content {
        padding-right: 0px; } }
  section.background .inner .main-page .text-content {
    width: 60%;
    padding-right: 90px; }
    @media screen and (max-width: 1310px) {
      section.background .inner .main-page .text-content {
        padding-right: 0px; } }
    @media screen and (max-width: 1100px) {
      section.background .inner .main-page .text-content p img {
        max-width: 100%;
        height: auto; } }
    @media screen and (max-width: 600px) {
      section.background .inner .main-page .text-content {
        padding-left: 0px;
        padding-right: 0px; } }
    section.background .inner .main-page .text-content p.with-arrow {
      display: block; }
      section.background .inner .main-page .text-content p.with-arrow::before {
        content: " ";
        display: inline-block;
        background: url("../images/arrow-medium-blue.png") no-repeat center center scroll;
        background-size: 16px;
        height: 16px;
        width: 16px;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -2px; }
    section.background .inner .main-page .text-content img.left {
      float: left;
      margin: 0 1rem 0.5rem 0; }
    section.background .inner .main-page .text-content img.right {
      float: right;
      margin: 0 0 0.5rem 1rem; }
    section.background .inner .main-page .text-content.with-image {
      padding-left: 3%; }
    section.background .inner .main-page .text-content.with-image {
      width: 60%;
      padding-right: 3%;
      padding-left: 0px;
      margin-right: 0; }
      @media screen and (max-width: 600px) {
        section.background .inner .main-page .text-content.with-image {
          width: 100%;
          padding-left: 0px; } }
  section.background .inner .main-page .bottom-content-nav {
    display: none;
    width: calc(100% + 80px);
    float: left;
    background: #f1f1f1;
    height: 65px;
    padding: 0px 20px;
    margin-left: -40px;
    margin-top: 45px; }
    section.background .inner .main-page .bottom-content-nav .column {
      width: 50%;
      float: left;
      text-align: left; }
      section.background .inner .main-page .bottom-content-nav .column p {
        line-height: 65px;
        color: #2a2727;
        white-space: nowrap; }
        section.background .inner .main-page .bottom-content-nav .column p a {
          display: block;
          height: 65px;
          width: 100%;
          color: #2a2727; }
          section.background .inner .main-page .bottom-content-nav .column p a img {
            vertical-align: middle; }
      @media screen and (max-width: 600px) {
        section.background .inner .main-page .bottom-content-nav .column:first-child p a {
          color: transparent;
          width: 24px;
          overflow: hidden; }
          section.background .inner .main-page .bottom-content-nav .column:first-child p a img {
            position: absolute;
            display: block;
            margin-top: 22px; } }
      section.background .inner .main-page .bottom-content-nav .column:last-child {
        text-align: right; }
        section.background .inner .main-page .bottom-content-nav .column:last-child p {
          float: right; }
          @media screen and (max-width: 600px) {
            section.background .inner .main-page .bottom-content-nav .column:last-child p a {
              color: transparent;
              width: 24px;
              overflow: hidden; }
              section.background .inner .main-page .bottom-content-nav .column:last-child p a img {
                position: absolute;
                display: block;
                margin-top: -45px; } }
    @media screen and (max-width: 1100px) {
      section.background .inner .main-page .bottom-content-nav {
        display: block; } }
  @media screen and (max-width: 1100px) and (max-width: 600px) {
    section.background .inner .main-page .bottom-content-nav {
      width: calc(100% + 40px);
      margin-left: -20px; } }

  @media screen and (max-width: 600px) {
    section.background .inner .main-page .image-content,
    section.background .inner .main-page .text-content {
      width: 100%; } }
  section.background .inner .main-page .categories {
    float: left;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
    padding: 0px; }
    section.background .inner .main-page .categories .grey-line-wrapper {
      width: 100%;
      float: left; }
      section.background .inner .main-page .categories .grey-line-wrapper .grey-line {
        width: 325px;
        margin-bottom: 20px;
        float: left;
        height: 4px;
        background: #979797; }
        @media screen and (max-width: 1100px) {
          section.background .inner .main-page .categories .grey-line-wrapper .grey-line {
            width: 100%; } }
    section.background .inner .main-page .categories a {
      text-decoration: none; }
    section.background .inner .main-page .categories span {
      display: inline;
      color: #558FB2;
      font-size: 18px;
      cursor: pointer; }
      section.background .inner .main-page .categories span:hover {
        color: #3b6794; }
  section.background .inner .main-page .share a {
    text-decoration: none;
    margin-right: 10px; }
    section.background .inner .main-page .share a img {
      width: 28px; }

.box-holder {
  width: 100%;
  overflow: auto; }
  .box-holder .page-holder {
    width: 100%; }
    @media screen and (min-width: 1101px) {
      .box-holder .page-holder {
        margin-left: 0 !important; } }
    .box-holder .page-holder .page {
      display: none; }
      .box-holder .page-holder .page.current {
        display: block; }

.audio-player {
  margin-bottom: 1em; }
  .audio-player .caption {
    font-family: "Merriweather", "merriweather", serif;
    color: #558FB2;
    font-weight: normal;
    line-height: 1.39;
    margin-top: 0;
    font-style: italic;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 0; }
  .audio-player .audiojs {
    max-width: 100%; }
    .audio-player .audiojs .play-pause {
      width: 38px; }
    .audio-player .audiojs .scrubber {
      width: 60%; }
    .audio-player .audiojs .time {
      width: calc(40% - 66px); }
    @media screen and (max-width: 1100px) {
      .audio-player .audiojs .scrubber {
        width: calc(50% - 33px); }
      .audio-player .audiojs .time {
        width: calc(50% - 33px); } }

@media screen and (max-width: 1100px) {
  .box-holder {
    background: rgba(255, 255, 255, 0.95);
    background: #FFFFFF;
    width: 100%;
    overflow: hidden; }
    .box-holder .page-holder .page {
      background: #FFFFFF; } }
section.background .inner .banner-page::after {
  clear: both;
  content: "";
  display: block; }
section.background .inner .banner-page .title-content {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 100%; }
  section.background .inner .banner-page .title-content:last-child {
    margin-right: 0; }
section.background .inner .banner-page .image-content {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 100%;
  text-align: left;
  padding: 30px 0px;
  position: relative;
  height: 100%; }
  section.background .inner .banner-page .image-content:last-child {
    margin-right: 0; }
  section.background .inner .banner-page .image-content img {
    width: auto;
    max-width: 100%;
    overflow: auto; }
section.background .inner .banner-page .text-content {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 100%; }
  section.background .inner .banner-page .text-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    section.background .inner .banner-page .text-content {
      margin-top: -10px; } }

iframe {
  height: 0; }

.tl-slide .tl-slide-content-container .tl-slide-content {
  width: 100% !important; }

section.background .inner .box::after {
  clear: both;
  content: "";
  display: block; }
section.background .inner .box .slideshow-content {
  float: left;
  display: block;
  margin-right: 4.72458%;
  width: 100%;
  text-align: left;
  margin: 0px 0px 0px 0px;
  position: relative;
  padding: 0px;
  width: 100%;
  overflow: hidden; }
  section.background .inner .box .slideshow-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    section.background .inner .box .slideshow-content {
      padding: 0; } }
  section.background .inner .box .slideshow-content .slideshow-nav {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%); }
    section.background .inner .box .slideshow-content .slideshow-nav.left {
      display: none;
      left: 40px; }
      @media screen and (max-width: 600px) {
        section.background .inner .box .slideshow-content .slideshow-nav.left {
          left: 0; } }
    section.background .inner .box .slideshow-content .slideshow-nav.right {
      right: 40px; }
      @media screen and (max-width: 600px) {
        section.background .inner .box .slideshow-content .slideshow-nav.right {
          right: 0; } }
      @media screen and (max-width: 1100px) {
        section.background .inner .box .slideshow-content .slideshow-nav.right {
          display: none; } }
    section.background .inner .box .slideshow-content .slideshow-nav a {
      height: 50px;
      width: 50px;
      display: block;
      text-align: center;
      background: white;
      opacity: 0.5; }
      section.background .inner .box .slideshow-content .slideshow-nav a:hover {
        opacity: 1; }
    section.background .inner .box .slideshow-content .slideshow-nav img {
      margin-top: 13px; }
    @media screen and (max-width: 1100px) {
      section.background .inner .box .slideshow-content .slideshow-nav.active {
        display: none; } }
  section.background .inner .box .slideshow-content .slideshow-pagination {
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
    top: 0px;
    padding-top: 40px; }
    section.background .inner .box .slideshow-content .slideshow-pagination ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      section.background .inner .box .slideshow-content .slideshow-pagination ul li {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        margin: 0px;
        display: inline-block;
        padding: 0px;
        margin: 0px 4px;
        border: 1px solid #2a2727;
        cursor: pointer; }
        section.background .inner .box .slideshow-content .slideshow-pagination ul li a {
          color: transparent; }
        section.background .inner .box .slideshow-content .slideshow-pagination ul li:hover, section.background .inner .box .slideshow-content .slideshow-pagination ul li.active {
          background: #558FB2;
          border: 1px solid #558FB2; }
  section.background .inner .box .slideshow-content .image-holder {
    position: relative;
    transition: height 0.6s ease; }
    section.background .inner .box .slideshow-content .image-holder:hover .slideshow-nav.active {
      display: block; }
      @media screen and (max-width: 1100px) {
        section.background .inner .box .slideshow-content .image-holder:hover .slideshow-nav.active {
          display: none; } }
    section.background .inner .box .slideshow-content .image-holder .image-item {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      margin: 0px;
      width: 100%; }
      section.background .inner .box .slideshow-content .image-holder .image-item:first-child {
        position: relative;
        opacity: 1; }
      section.background .inner .box .slideshow-content .image-holder .image-item .image-wrapper > img {
        width: 100%;
        max-width: 100%;
        pointer-events: none; }
      section.background .inner .box .slideshow-content .image-holder .image-item .image-wrapper {
        position: relative; }
  section.background .inner .box .slideshow-content p.caption {
    font-family: "Merriweather", "merriweather", serif;
    color: #558FB2;
    font-weight: normal;
    line-height: 1.39;
    margin-top: 0;
    font-style: italic;
    font-size: 14px;
    margin-top: 4px; }
    section.background .inner .box .slideshow-content p.caption.active {
      display: block; }
section.background .inner .box.TimelinePage {
  background: transparent; }
section.background .inner iframe {
  max-width: 100%;
  width: 100%;
  transition: all 0.2s ease-in; }
@media screen and (max-width: 1100px) {
  section.background .inner .slideshow-content.video {
    padding: 0; } }

#timeline-embed {
  max-width: 100%;
  width: 100%;
  height: 650px;
  transition: all 0.2s ease-in; }
  #timeline-embed h2 {
    text-transform: none; }

div.home-inner {
  width: 100%;
  margin: auto;
  margin-top: 73px;
  padding: 0px 0px; }
  div.home-inner::after {
    clear: both;
    content: "";
    display: block; }

section.background .home-inner .homepage-top {
  padding: 0px; }
  section.background .home-inner .homepage-top::after {
    clear: both;
    content: "";
    display: block; }
  section.background .home-inner .homepage-top .home-column {
    overflow: hidden;
    width: 25%;
    float: left;
    position: relative; }
    section.background .home-inner .homepage-top .home-column img {
      transition: all 0.5s;
      float: left;
      width: 100%;
      display: block;
      opacity: 1;
      -webkit-transform: translateZ(0px);
      -moz-transform: translateZ(0px);
      -ms-transform: translateZ(0px);
      -o-transform: translateZ(0px);
      transform: translateZ(0px);
      background: none; }
    @media screen and (max-width: 600px) {
      section.background .home-inner .homepage-top .home-column .image-holder {
        display: block;
        overflow: hidden;
        height: 210px;
        background-size: 100%; }
        section.background .home-inner .homepage-top .home-column .image-holder::after {
          clear: both;
          content: "";
          display: block; }
        section.background .home-inner .homepage-top .home-column .image-holder img {
          display: none; } }
    section.background .home-inner .homepage-top .home-column .intro-text {
      position: absolute;
      bottom: 0px;
      right: 0px;
      left: 0px;
      height: auto;
      background: #000000;
      padding: 23px 38px 23px 38px; }
      @media screen and (max-width: 600px) {
        section.background .home-inner .homepage-top .home-column .intro-text {
          position: relative;
          margin-bottom: 10px; } }
      section.background .home-inner .homepage-top .home-column .intro-text .column-title,
      section.background .home-inner .homepage-top .home-column .intro-text .column-text {
        color: #FFFFFF; }
      section.background .home-inner .homepage-top .home-column .intro-text .column-title {
        font-family: "Merriweather", "merriweather", serif;
        font-weight: bold;
        font-size: 22px;
        margin: 0px;
        text-transform: uppercase;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      section.background .home-inner .homepage-top .home-column .intro-text .column-subtitle {
        font-family: "Merriweather", "merriweather", serif;
        font-style: italic;
        font-size: 16px;
        margin: 0px;
        color: #767676;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      section.background .home-inner .homepage-top .home-column .intro-text .column-text {
        display: none;
        font-size: 15px;
        font-family: "Proxima Nova", "proxima-nova", sans-serif; }
      section.background .home-inner .homepage-top .home-column .intro-text .column-button {
        display: none; }
    section.background .home-inner .homepage-top .home-column.inactive img {
      opacity: 0.6;
      transition: all 0.5s; }
    section.background .home-inner .homepage-top .home-column.active img {
      opacity: 1;
      transition: all 0.5s; }
    section.background .home-inner .homepage-top .home-column.active .intro-text {
      background: #558FB2;
      transition: all 0.5s;
      cursor: pointer; }
      section.background .home-inner .homepage-top .home-column.active .intro-text .column-subtitle {
        color: #FFFFFF; }
        section.background .home-inner .homepage-top .home-column.active .intro-text .column-subtitle::after {
          content: " ";
          display: block;
          width: 18px;
          height: 1px;
          background: #FFFFFF;
          margin: 14px 0px; }
          section.background .home-inner .homepage-top .home-column.active .intro-text .column-subtitle::after::after {
            clear: both;
            content: "";
            display: block; }
      section.background .home-inner .homepage-top .home-column.active .intro-text .column-text {
        display: block;
        margin-top: 0px;
        width: 100%;
        display: inline-block; }
      section.background .home-inner .homepage-top .home-column.active .intro-text .column-button {
        display: block;
        background: transparent;
        position: relative;
        bottom: 0px;
        margin: 0px;
        padding: 20px 0px;
        text-align: center; }
        section.background .home-inner .homepage-top .home-column.active .intro-text .column-button .button.white-transparent:hover {
          border-color: #FFFFFF; }
    section.background .home-inner .homepage-top .home-column:hover .intro-text p {
      opacity: 1; }
    section.background .home-inner .homepage-top .home-column:hover.active .intro-text {
      background: #558FB2; }
      section.background .home-inner .homepage-top .home-column:hover.active .intro-text .column-title,
      section.background .home-inner .homepage-top .home-column:hover.active .intro-text .column-subtitle,
      section.background .home-inner .homepage-top .home-column:hover.active .intro-text .column-text,
      section.background .home-inner .homepage-top .home-column:hover.active .intro-text .column-button {
        opacity: 1;
        transition: all 0.5s; }
    @media screen and (max-width: 1100px) {
      section.background .home-inner .homepage-top .home-column {
        width: 50%; }
        section.background .home-inner .homepage-top .home-column:nth-child(2n) {
          margin-right: 0; }
        section.background .home-inner .homepage-top .home-column:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 600px) {
      section.background .home-inner .homepage-top .home-column {
        width: 100%; } }
section.background .home-inner .homepage-about {
  padding: 55px 60px;
  padding-bottom: 230px;
  position: relative;
  background: #2a2727; }
  section.background .home-inner .homepage-about::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1100px) {
    section.background .home-inner .homepage-about {
      display: none; } }
  section.background .home-inner .homepage-about.homepage-about-mobile {
    display: none;
    padding-bottom: 35px;
    margin-bottom: 10px; }
    section.background .home-inner .homepage-about.homepage-about-mobile p {
      font-size: 20px; }
      section.background .home-inner .homepage-about.homepage-about-mobile p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 1100px) {
      section.background .home-inner .homepage-about.homepage-about-mobile {
        display: block; } }
  section.background .home-inner .homepage-about .content-holder {
    position: relative;
    z-index: 999; }
    section.background .home-inner .homepage-about .content-holder em, section.background .home-inner .homepage-about .content-holder a {
      color: #ffb000;
      font-style: normal;
      cursor: pointer;
      position: relative; }
    section.background .home-inner .homepage-about .content-holder ul, section.background .home-inner .homepage-about .content-holder .section-links {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      width: 220px;
      height: auto;
      padding: 0px;
      list-style: none;
      z-index: 9999;
      margin-top: 1em;
      padding-top: 12px;
      transition: all 0.5s; }
      section.background .home-inner .homepage-about .content-holder ul .link-item, section.background .home-inner .homepage-about .content-holder .section-links .link-item {
        color: #FFFFFF !important;
        background: #ffb000;
        padding: 8px 22px 15px;
        display: block;
        width: 220px;
        line-height: 18px; }
        section.background .home-inner .homepage-about .content-holder ul .link-item:first-child, section.background .home-inner .homepage-about .content-holder .section-links .link-item:first-child {
          padding-top: 14px; }
        section.background .home-inner .homepage-about .content-holder ul .link-item:last-child, section.background .home-inner .homepage-about .content-holder .section-links .link-item:last-child {
          padding-bottom: 14px; }
        section.background .home-inner .homepage-about .content-holder ul .link-item a, section.background .home-inner .homepage-about .content-holder .section-links .link-item a {
          color: #FFFFFF;
          font-size: 18px;
          font-weight: normal; }
        section.background .home-inner .homepage-about .content-holder ul .link-item:hover, section.background .home-inner .homepage-about .content-holder .section-links .link-item:hover {
          background: #FFFFFF;
          color: #ffb000;
          font-weight: bold; }
      section.background .home-inner .homepage-about .content-holder ul.active, section.background .home-inner .homepage-about .content-holder .section-links.active {
        display: inline;
        transition: all 0.5s; }
    section.background .home-inner .homepage-about .content-holder.is-active p, section.background .home-inner .homepage-about .content-holder.is-active em, section.background .home-inner .homepage-about .content-holder.is-active a, section.background .home-inner .homepage-about .content-holder.is-active span {
      color: transparent;
      transition: all 0.5s; }
      @media screen and (max-width: 1100px) {
        section.background .home-inner .homepage-about .content-holder.is-active p, section.background .home-inner .homepage-about .content-holder.is-active em, section.background .home-inner .homepage-about .content-holder.is-active a, section.background .home-inner .homepage-about .content-holder.is-active span {
          color: #FFFFFF; } }
    section.background .home-inner .homepage-about .content-holder.is-active p {
      position: relative; }
    section.background .home-inner .homepage-about .content-holder.is-active em.active, section.background .home-inner .homepage-about .content-holder.is-active a.active {
      color: #FFFFFF; }
      section.background .home-inner .homepage-about .content-holder.is-active em.active a, section.background .home-inner .homepage-about .content-holder.is-active a.active a {
        color: #FFFFFF; }
      @media screen and (max-width: 1100px) {
        section.background .home-inner .homepage-about .content-holder.is-active em.active, section.background .home-inner .homepage-about .content-holder.is-active a.active {
          color: #ffb000; }
          section.background .home-inner .homepage-about .content-holder.is-active em.active a, section.background .home-inner .homepage-about .content-holder.is-active a.active a {
            color: #ffb000; } }
    section.background .home-inner .homepage-about .content-holder.is-active em:hover span.link-item:hover a, section.background .home-inner .homepage-about .content-holder.is-active a:hover span.link-item:hover a {
      color: #ffb000; }
  section.background .home-inner .homepage-about .background-image {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 998;
    opacity: 0;
    transition: all 0.2s linear;
    background-image: url("../images/brh_home_links_hover.jpg");
    background-size: cover; }
    section.background .home-inner .homepage-about .background-image.active {
      opacity: 1;
      transition: all 0.3s linear; }
      @media screen and (max-width: 1100px) {
        section.background .home-inner .homepage-about .background-image.active {
          opacity: 0; } }
  section.background .home-inner .homepage-about p {
    position: relative;
    opacity: 1;
    font-size: 30px;
    font-weight: 200;
    color: #FFFFFF; }
    section.background .home-inner .homepage-about p a, section.background .home-inner .homepage-about p em {
      color: #ffb000; }
  @media screen and (max-width: 1100px) {
    section.background .home-inner .homepage-about {
      padding: 35px 40px 5px 40px; } }
section.background .home-inner .homepage-blog {
  background: #FFFFFF;
  padding: 55px 49px; }
  section.background .home-inner .homepage-blog::after {
    clear: both;
    content: "";
    display: block; }
  section.background .home-inner .homepage-blog .column {
    width: 50%;
    float: left;
    padding: 0px 49px; }
    section.background .home-inner .homepage-blog .column h3 {
      margin-top: 0px;
      color: #558FB2;
      font-style: normal;
      font-family: "Proxima Nova", "proxima-nova", sans-serif;
      font-size: 19px;
      font-weight: bold;
      text-transform: uppercase; }
      section.background .home-inner .homepage-blog .column h3 a {
        color: #558FB2;
        font-style: normal;
        font-family: "Proxima Nova", "proxima-nova", sans-serif;
        text-transform: uppercase; }
    section.background .home-inner .homepage-blog .column a:hover {
      color: #558FB2; }
    section.background .home-inner .homepage-blog .column p, section.background .home-inner .homepage-blog .column a {
      color: #000000;
      font-family: "Merriweather", "merriweather", serif;
      margin-bottom: 35px;
      padding-right: 100px; }
    section.background .home-inner .homepage-blog .column:first-child {
      border-right: 1px solid #a8a8a8; }
    section.background .home-inner .homepage-blog .column.appearances h3 {
      clear: both; }
      section.background .home-inner .homepage-blog .column.appearances h3.past-appearances__header {
        padding-top: 30px; }
    section.background .home-inner .homepage-blog .column.appearances p, section.background .home-inner .homepage-blog .column.appearances a {
      font-family: "Proxima Nova", "proxima-nova", sans-serif;
      margin-bottom: 35px;
      padding-right: 100px; }
      section.background .home-inner .homepage-blog .column.appearances p span, section.background .home-inner .homepage-blog .column.appearances a span {
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 35px; }
    section.background .home-inner .homepage-blog .column.appearances a:hover {
      color: #558FB2; }
    @media screen and (max-width: 1100px) {
      section.background .home-inner .homepage-blog .column {
        width: 100%;
        padding: 0px; }
        section.background .home-inner .homepage-blog .column p, section.background .home-inner .homepage-blog .column a {
          padding-right: 0px; }
        section.background .home-inner .homepage-blog .column:first-child {
          border-right: 0px;
          border-bottom: 1px solid #a8a8a8; }
        section.background .home-inner .homepage-blog .column:last-child {
          margin-top: 30px; } }
  @media screen and (max-width: 1100px) {
    section.background .home-inner .homepage-blog {
      padding: 55px 0px; } }
section.background .home-inner .homepage-social {
  background: #558FB2;
  padding: 35px 49px; }
  section.background .home-inner .homepage-social::after {
    clear: both;
    content: "";
    display: block; }
  section.background .home-inner .homepage-social .column {
    padding: 0px 40px; }
    section.background .home-inner .homepage-social .column.social-links {
      float: left;
      width: 70%; }
      section.background .home-inner .homepage-social .column.social-links .social-individual {
        width: 350px;
        float: left; }
        section.background .home-inner .homepage-social .column.social-links .social-individual p {
          font-size: 20px;
          font-family: "Merriweather", "merriweather", serif;
          font-style: italic;
          line-height: 65px;
          margin-bottom: 0px; }
          section.background .home-inner .homepage-social .column.social-links .social-individual p a {
            display: inline;
            margin: 0px 0px 0px 30px; }
            section.background .home-inner .homepage-social .column.social-links .social-individual p a img {
              max-height: 30px;
              vertical-align: middle; }
            section.background .home-inner .homepage-social .column.social-links .social-individual p a:last-child {
              margin: 0px 0px 0px 15px; }
        section.background .home-inner .homepage-social .column.social-links .social-individual .social-twitter,
        section.background .home-inner .homepage-social .column.social-links .social-individual .social-facebook {
          width: 30px;
          height: 65px;
          display: inline-block;
          content: " ";
          background-size: 30px 30px;
          vertical-align: middle;
          background-position: center center;
          background-repeat: no-repeat; }
        section.background .home-inner .homepage-social .column.social-links .social-individual .social-twitter {
          background-image: url("../images/twitter-icon-white.png"); }
          section.background .home-inner .homepage-social .column.social-links .social-individual .social-twitter:hover {
            background-image: url("../images/twitter-icon-darkblue.png"); }
          @media screen and (max-width: 600px) {
            section.background .home-inner .homepage-social .column.social-links .social-individual .social-twitter {
              position: absolute;
              right: 110px; } }
        section.background .home-inner .homepage-social .column.social-links .social-individual .social-facebook {
          background-image: url("../images/facebook-icon-white.png"); }
          section.background .home-inner .homepage-social .column.social-links .social-individual .social-facebook:hover {
            background-image: url("../images/facebook-icon-darkblue.png"); }
          @media screen and (max-width: 600px) {
            section.background .home-inner .homepage-social .column.social-links .social-individual .social-facebook {
              position: absolute;
              right: 60px; } }
      @media screen and (max-width: 1100px) {
        section.background .home-inner .homepage-social .column.social-links {
          width: 50%; }
          section.background .home-inner .homepage-social .column.social-links p {
            text-align: left; } }
      @media screen and (max-width: 600px) {
        section.background .home-inner .homepage-social .column.social-links {
          width: 100%;
          padding: 0px 40px; }
          section.background .home-inner .homepage-social .column.social-links .social-individual {
            width: 100%; } }
    section.background .home-inner .homepage-social .column.social-button {
      float: right;
      width: 30%; }
      section.background .home-inner .homepage-social .column.social-button p {
        margin: 0px;
        text-align: right; }
      @media screen and (max-width: 1100px) {
        section.background .home-inner .homepage-social .column.social-button {
          width: 50%; }
          section.background .home-inner .homepage-social .column.social-button p {
            text-align: right; } }
      @media only screen and (max-width: 1230px) {
        section.background .home-inner .homepage-social .column.social-button {
          height: 134px; }
          section.background .home-inner .homepage-social .column.social-button p {
            margin: 0px;
            text-align: right;
            position: relative;
            top: 50%;
            transform: translateY(-50%); } }
      @media screen and (max-width: 600px) {
        section.background .home-inner .homepage-social .column.social-button {
          width: 100%;
          padding-left: 40px; }
          section.background .home-inner .homepage-social .column.social-button p {
            text-align: left; } }
  @media screen and (max-width: 1100px) {
    section.background .home-inner .homepage-social {
      padding: 55px 0px; } }

@media screen and (max-width: 1100px) {
  .Blog .top-bar {
    display: block; } }
.Blog .appearances .top-bar {
  display: block; }

@media screen and (max-width: 1100px) {
  .BlogPost .top-bar.white-version p {
    font-weight: 600; } }

section.background .inner .blog-item {
  position: relative;
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a8a8a8; }
  section.background .inner .blog-item::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1100px) {
    section.background .inner .blog-item.first {
      padding-top: 30px; } }
  @media screen and (max-width: 600px) {
    section.background .inner .blog-item.first {
      padding-top: 0; } }
  section.background .inner .blog-item.last {
    margin-bottom: 0;
    border-bottom: 0; }
  section.background .inner .blog-item .image-content {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 38.91066%;
    text-align: left; }
    section.background .inner .blog-item .image-content:last-child {
      margin-right: 0; }
    section.background .inner .blog-item .image-content::after {
      clear: both;
      content: "";
      display: block; }
    section.background .inner .blog-item .image-content img {
      width: 100%; }
      @media screen and (max-width: 1100px) {
        section.background .inner .blog-item .image-content img {
          margin-bottom: 20px; } }
  section.background .inner .blog-item .text-content {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 56.36476%;
    padding-left: 0px; }
    section.background .inner .blog-item .text-content:last-child {
      margin-right: 0; }
    section.background .inner .blog-item .text-content h1 {
      margin-top: 0px; }
      section.background .inner .blog-item .text-content h1 a {
        color: #3b6794;
        text-decoration: none; }
        section.background .inner .blog-item .text-content h1 a:hover {
          color: #558FB2; }
    section.background .inner .blog-item .text-content p {
      font-size: 20px; }
      section.background .inner .blog-item .text-content p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 1100px) {
      section.background .inner .blog-item .text-content {
        padding-left: 0px; } }
  @media screen and (max-width: 1100px) {
    section.background .inner .blog-item .image-content,
    section.background .inner .blog-item .text-content {
      width: 100%; } }
  section.background .inner .blog-item.no-image .image-content {
    display: none; }
  section.background .inner .blog-item.no-image .text-content {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
    padding-right: 20%; }
    section.background .inner .blog-item.no-image .text-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      section.background .inner .blog-item.no-image .text-content {
        padding-right: 0%; } }
  section.background .inner .blog-item:last-child {
    border-bottom: 0px; }
@media only screen and (max-width: 1305px) {
  section.background .inner.nav-open .box.blog-item .text-content {
    padding-right: 0px !important; } }

.Blog .page-wrapper .content-holder .inner .box .text-content .event-location {
  display: none; }

.BlogPost .page-wrapper .content-holder .inner .box .title-content .event-location {
  display: none; }

section.background.appearances .inner .blog-item .text-content h2 {
  margin-bottom: 0px; }
  section.background.appearances .inner .blog-item .text-content h2 a {
    color: #3b6794; }
    section.background.appearances .inner .blog-item .text-content h2 a:hover {
      color: #558FB2; }
section.background.appearances .inner .blog-item .text-content p {
  margin-top: 20px; }
section.background.appearances .inner .blog-item .text-content .event-date {
  margin: 0px;
  color: #3b6794;
  font-style: italic;
  font-size: 18px;
  font-family: "Merriweather", "merriweather", serif;
  line-height: 30px; }
section.background.appearances .inner .blog-item .text-content .event-location {
  margin: 0px;
  margin-top: -4px;
  color: #767676;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Proxima Nova", "proxima-nova", sans-serif;
  line-height: 30px; }
section.background.appearances .inner .event-item-page {
  padding: 40px; }
  section.background.appearances .inner .event-item-page .title-content h1 {
    margin-bottom: 0px; }
    section.background.appearances .inner .event-item-page .title-content h1 a {
      color: #2a2727; }
      section.background.appearances .inner .event-item-page .title-content h1 a:hover {
        color: #558FB2; }
  section.background.appearances .inner .event-item-page .title-content .event-date {
    margin: 0px;
    color: #3b6794;
    font-style: italic;
    font-size: 18px;
    font-family: "Merriweather", "merriweather", serif;
    line-height: 30px; }
  section.background.appearances .inner .event-item-page .title-content .event-location {
    margin: 0px;
    margin-top: -4px;
    color: #767676;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Proxima Nova", "proxima-nova", sans-serif;
    line-height: 30px; }
  section.background.appearances .inner .event-item-page .text-content {
    float: left;
    width: 100%;
    margin-top: 20px; }
  section.background.appearances .inner .event-item-page .image-content {
    float: left;
    width: 100%; }
    section.background.appearances .inner .event-item-page .image-content img {
      width: auto; }
      @media screen and (max-width: 1100px) {
        section.background.appearances .inner .event-item-page .image-content img {
          width: 100% !important; } }

.search-term {
  font-weight: bold; }

section.background .inner .search-item {
  padding: 40px 40px 0px 40px; }
  section.background .inner .search-item::after {
    clear: both;
    content: "";
    display: block; }
  section.background .inner .search-item:last-child {
    padding-bottom: 40px; }
  section.background .inner .search-item .text-content {
    float: left;
    display: block;
    margin-right: 4.72458%;
    width: 100%;
    padding-left: 0px;
    width: 60%; }
    section.background .inner .search-item .text-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1400px) {
      section.background .inner .search-item .text-content {
        width: 75%; } }
    section.background .inner .search-item .text-content h2 {
      margin-top: 5px; }
      section.background .inner .search-item .text-content h2 a {
        text-transform: initial;
        font-weight: bold;
        font-size: 30px;
        font-family: "Merriweather", "merriweather", serif;
        color: #3b6794;
        text-decoration: none; }
        section.background .inner .search-item .text-content h2 a:hover {
          color: #558FB2; }
    section.background .inner .search-item .text-content p {
      margin-bottom: 0px; }
      section.background .inner .search-item .text-content p.category {
        text-transform: uppercase;
        color: #a8a8a8;
        margin: 0px;
        font-size: 16px;
        font-weight: bold; }
    section.background .inner .search-item .text-content img {
      max-width: 100%; }
      section.background .inner .search-item .text-content img.no-results {
        margin-top: 30px; }
    @media screen and (max-width: 1100px) {
      section.background .inner .search-item .text-content {
        padding-left: 0px;
        width: 100%; } }
  @media screen and (max-width: 1100px) {
    section.background .inner .search-item {
      padding: 30px 20px; }
      section.background .inner .search-item .image-content,
      section.background .inner .search-item .text-content {
        width: 100%; } }

.ErrorPage .text-content img {
  mix-blend-mode: darken; }

.search-item .text-content img {
  mix-blend-mode: darken; }

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top; }

.box-holder {
  overflow: visible; }
  @media screen and (max-width: 1100px) {
    .box-holder {
      overflow: hidden; } }

.box.TilePage #page-content {
  margin-left: -15px;
  width: calc(100% + 41px); }
  @media screen and (max-width: 1100px) {
    .box.TilePage #page-content {
      margin-left: 0;
      width: auto; } }
  .box.TilePage #page-content .title-content {
    width: 100%;
    float: none;
    padding: 0 15px; }
  .box.TilePage #page-content .bottom-content-nav {
    width: calc(100% + 50px);
    margin-left: -25px; }
@media screen and (max-width: 1100px) {
  .box.TilePage {
    padding: 50px 25px; } }

.tiles-holder {
  overflow: hidden; }
  .tiles-holder::after {
    clear: both;
    content: "";
    display: block; }
  .tiles-holder .tile {
    padding: 0 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .tiles-holder .tile {
        width: 100%; } }
  .tiles-holder .tile-single {
    width: 33.333%; }
    @media screen and (max-width: 1310px) {
      .tiles-holder .tile-single {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .tiles-holder .tile-single {
        width: 100%; } }
  .tiles-holder .tile-double {
    width: 66.666%; }
    @media screen and (max-width: 1310px) {
      .tiles-holder .tile-double {
        width: 100%; } }
  .tiles-holder .tile-single,
  .tiles-holder .tile-double {
    float: left;
    display: block; }
  .tiles-holder .tile-image img {
    max-width: 100%; }
  .tiles-holder .block {
    margin: 0px;
    border: 4px solid #ffb000;
    padding: 30px 30px; }
    .tiles-holder .block::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1100px) {
      .tiles-holder .block {
        padding: 15px; } }
    .tiles-holder .block img {
      max-width: 100%;
      height: auto; }
    .tiles-holder .block.yellow {
      background: #ffb000;
      color: #000; }
      .tiles-holder .block.yellow p {
        margin: 0px;
        font-size: 27px;
        padding: 0px 0px;
        text-align: center;
        font-family: "Merriweather", "merriweather", serif; }
    .tiles-holder .block.full-image {
      padding: 0px;
      border: 0px solid #FFFFFF; }
      .tiles-holder .block.full-image img {
        display: block;
        width: 100%; }
    .tiles-holder .block.white {
      background: #FFFFFF; }
      .tiles-holder .block.white .title {
        font-family: "Merriweather", "merriweather", serif;
        font-weight: bold;
        font-size: 26px;
        margin: 0px;
        color: #000000;
        line-height: 1.1;
        margin-bottom: 25px; }
      .tiles-holder .block.white p.subtitle {
        font-family: "Proxima Nova", "proxima-nova", sans-serif;
        font-style: italic;
        margin-bottom: 10px;
        font-size: 16px; }
      .tiles-holder .block.white .tile-body p {
        font-size: 16px;
        margin: 0px 0px 20px 0px; }
        .tiles-holder .block.white .tile-body p:first-child {
          margin-top: -5px; }
        .tiles-holder .block.white .tile-body p:last-child {
          margin-bottom: 0px; }
        .tiles-holder .block.white .tile-body p.with-arrow {
          display: block; }
          .tiles-holder .block.white .tile-body p.with-arrow::before {
            content: " ";
            display: inline-block;
            background: url("../images/arrow-medium-blue.png") no-repeat center center scroll;
            background-size: 16px;
            height: 16px;
            width: 16px;
            vertical-align: middle;
            margin-right: 5px;
            margin-top: -2px; }
      .tiles-holder .block.white .tile-body ul, .tiles-holder .block.white .tile-body ol {
        font-size: 16px;
        margin: 20px 0;
        padding-left: 1em;
        margin-bottom: 0px; }
      .tiles-holder .block.white .tile-body img.left {
        float: left;
        margin: 0 0.5rem 0.25rem 0; }
      .tiles-holder .block.white .tile-body img.right {
        float: right;
        margin: 0 0 0.25rem 0.5rem; }
      .tiles-holder .block.white .tile-body img.center {
        display: block;
        margin: 0 auto; }
      .tiles-holder .block.white .tile-body.float-left::after {
        clear: both;
        content: "";
        display: block; }
      .tiles-holder .block.white .tile-body.float-left .button {
        float: left;
        text-align: center; }
      .tiles-holder .block.white .tile-body div {
        float: left; }
        .tiles-holder .block.white .tile-body div .time-tunnel-inline {
          margin-bottom: 0px; }
          .tiles-holder .block.white .tile-body div .time-tunnel-inline a span {
            margin-left: 50px; }
      .tiles-holder .block.white img.top-image {
        width: 100%;
        margin-bottom: 20px; }
      .tiles-holder .block.white img.bottom-image {
        width: 100%;
        margin-bottom: 20px; }
      .tiles-holder .block.white .time-tunnel-inline.time-tunnel-tiled {
        position: relative;
        float: none;
        height: auto;
        width: auto;
        text-align: center;
        width: 100%;
        margin-bottom: 30px; }
        .tiles-holder .block.white .time-tunnel-inline.time-tunnel-tiled a {
          display: inline-block;
          position: relative;
          margin: 0;
          margin-left: 0;
          background-size: 45px; }
        .tiles-holder .block.white .time-tunnel-inline.time-tunnel-tiled span {
          display: none;
          position: absolute;
          top: 50px;
          left: 50%;
          margin-left: -115px;
          width: 230px;
          background: white;
          font-family: "Merriweather", "merriweather", serif;
          font-style: italic;
          font-size: 13px;
          color: #f3791e; }
        .tiles-holder .block.white .time-tunnel-inline.time-tunnel-tiled.active span {
          display: inline-block; }
      .tiles-holder .block.white.double-full-image {
        padding: 0px;
        border: 0px solid #FFFFFF; }
        .tiles-holder .block.white.double-full-image img {
          width: 100%;
          display: block;
          margin: 0px; }
      .tiles-holder .block.white.double-image-text {
        padding: 0px;
        float: left; }
        .tiles-holder .block.white.double-image-text .image-left,
        .tiles-holder .block.white.double-image-text .text-right {
          float: left;
          width: 50%; }
          @media screen and (max-width: 600px) {
            .tiles-holder .block.white.double-image-text .image-left,
            .tiles-holder .block.white.double-image-text .text-right {
              width: 100%; } }
          .tiles-holder .block.white.double-image-text .image-left.text-double,
          .tiles-holder .block.white.double-image-text .text-right.text-double {
            width: 100%; }
        .tiles-holder .block.white.double-image-text .image-left {
          padding: 30px; }
          .tiles-holder .block.white.double-image-text .image-left img {
            display: block;
            width: 100%;
            margin: 0px; }
        .tiles-holder .block.white.double-image-text .text-right {
          padding: 30px; }
        @media screen and (max-width: 600px) {
          .tiles-holder .block.white.double-image-text.double-image-left .image-left {
            padding-bottom: 0; } }
        @media screen and (max-width: 600px) {
          .tiles-holder .block.white.double-image-text.double-image-right .image-left {
            padding-top: 0; } }
      .tiles-holder .block.white.quote {
        text-align: center; }
        .tiles-holder .block.white.quote p.quote {
          font-size: 24px;
          margin: 0px;
          padding: 45px 0px 10px 0px;
          padding-top: 25px;
          quotes: '\201c' '\201d'; }
          .tiles-holder .block.white.quote p.quote:before {
            content: open-quote;
            display: inline; }
          .tiles-holder .block.white.quote p.quote:after {
            content: close-quote;
            display: inline; }
        .tiles-holder .block.white.quote p.author {
          margin: 0px;
          padding: 10px 0px 45px 0px;
          padding-bottom: 25px;
          font-size: 17px;
          font-family: "Merriweather", "merriweather", serif; }
          .tiles-holder .block.white.quote p.author a {
            color: #000000; }
      .tiles-holder .block.white.text-button .time-tunnel-inline {
        margin: 0px 0px 25px 0px; }

.time-tunnel-inline {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center; }
  .time-tunnel-inline::after {
    clear: both;
    content: "";
    display: block; }
  .time-tunnel-inline a {
    height: 50px;
    width: 50px;
    display: block;
    font-family: "Merriweather", "merriweather", serif;
    font-style: italic;
    font-size: 13px;
    text-decoration: none; }
  .time-tunnel-inline.white-bg a {
    background: url("../images/TimeTunnel_White_Static.gif");
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    content: " "; }
    .time-tunnel-inline.white-bg a:hover {
      background: url("../images/TimeTunnel_White.gif");
      background-size: 45px;
      background-repeat: no-repeat;
      background-position: center center; }
  .time-tunnel-inline.white-bg.with-text {
    text-align: left;
    margin: 15px 0px 15px 0px;
    margin-top: 0;
    width: 100%; }
    .time-tunnel-inline.white-bg.with-text a {
      margin: 0px;
      width: 235px;
      background-position: left center;
      color: #f3791e; }
      .time-tunnel-inline.white-bg.with-text a span {
        position: absolute;
        z-index: 999;
        width: 180px;
        float: left;
        outline: 2px solid #f3791e;
        padding: 5px 10px;
        margin-top: 2px;
        margin-left: 50px;
        display: none; }
      .time-tunnel-inline.white-bg.with-text a:hover span {
        display: inline; }
    .time-tunnel-inline.white-bg.with-text.left {
      float: left; }
    .time-tunnel-inline.white-bg.with-text.right a {
      float: right; }
    .time-tunnel-inline.white-bg.with-text.always-show a span {
      color: #f3791e;
      position: relative;
      z-index: 999;
      width: 180px;
      display: inline;
      float: left;
      outline: 0px solid #f3791e;
      padding: 5px 5px;
      margin-top: 2px;
      margin-left: 50px;
      top: 50%;
      transform: translateY(-50%); }
    .time-tunnel-inline.white-bg.with-text:last-child {
      margin-bottom: 0; }
  .time-tunnel-inline.white-bg.no-text {
    float: right; }
  .time-tunnel-inline.grey-bg a {
    background: url("../images/TimeTunnel_Black_Static.gif");
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    content: " "; }
    .time-tunnel-inline.grey-bg a:hover {
      background: url("../images/TimeTunnel_Black.gif");
      background-size: 45px;
      background-repeat: no-repeat;
      background-position: center center; }
  .time-tunnel-inline.grey-bg.with-text {
    text-align: left;
    margin-top: 0; }
    .time-tunnel-inline.grey-bg.with-text a {
      margin-top: 0px;
      width: 235px;
      background-position: left center;
      color: #FFFFFF; }
      .time-tunnel-inline.grey-bg.with-text a span {
        float: left;
        margin-left: 56px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }

.portfolio-gutter-sizer {
  width: 15px; }
  @media screen and (max-width: 1100px) {
    .portfolio-gutter-sizer {
      width: 8px; } }

.PortfolioPage .content-holder {
  padding: 146px 0px 73px 0px; }
  .PortfolioPage .content-holder .inner {
    max-width: none; }
    .PortfolioPage .content-holder .inner .box-holder .PortfolioPage #page-content .portfolio-holder .portfolio-image {
      padding-right: 16px;
      margin-bottom: 16px;
      user-select: none; }
      @media screen and (max-width: 1100px) {
        .PortfolioPage .content-holder .inner .box-holder .PortfolioPage #page-content .portfolio-holder .portfolio-image {
          padding-right: 11px;
          margin-bottom: 11px; } }
      @media screen and (max-width: 600px) {
        .PortfolioPage .content-holder .inner .box-holder .PortfolioPage #page-content .portfolio-holder .portfolio-image {
          padding-right: 9px;
          margin-bottom: 9px; } }
    @media screen and (max-width: 1100px) {
      .PortfolioPage .content-holder .inner .box-holder .PortfolioPage #page-content .portfolio-holder {
        margin-left: 0px; } }
    @media screen and (max-width: 1100px) {
      .PortfolioPage .content-holder .inner .box-holder .PortfolioPage {
        padding: 0px 0px 0px 11px; } }
    @media screen and (max-width: 600px) {
      .PortfolioPage .content-holder .inner .box-holder .PortfolioPage {
        padding: 0px 0px 0px 9px; } }
    @media screen and (max-width: 1100px) {
      .PortfolioPage .content-holder .inner .top-bar.blog-nav {
        margin-bottom: 11px; } }
    @media screen and (max-width: 600px) {
      .PortfolioPage .content-holder .inner .top-bar.blog-nav {
        margin-bottom: 9px; } }
    .PortfolioPage .content-holder .inner.nav-open {
      margin: 16px 0px 0px 310px;
      padding: 0px 0px 0px 16px; }
      @media screen and (max-width: 1100px) {
        .PortfolioPage .content-holder .inner.nav-open {
          margin: 0px 0px 0px 0px;
          padding: 0px 0px 0px 0px; } }
    .PortfolioPage .content-holder .inner.nav-closed {
      margin: 16px 0px 0px 50px;
      padding: 0px 0px 0px 16px; }
      @media screen and (max-width: 1100px) {
        .PortfolioPage .content-holder .inner.nav-closed {
          margin: 0px 0px 0px 0px;
          padding: 0px 0px 0px 0px; } }
  .PortfolioPage .content-holder .box .title-content {
    display: none; }
    @media screen and (max-width: 1100px) {
      .PortfolioPage .content-holder .box .title-content {
        display: block; } }
  @media screen and (max-width: 1100px) {
    .PortfolioPage .content-holder {
      margin-right: 0px;
      padding-right: 0px; } }

.portfolio-holder {
  width: calc(100%);
  overflow: hidden; }
  .portfolio-holder::after {
    clear: both;
    content: "";
    display: block; }
  .portfolio-holder .portfolio-image {
    display: block;
    float: left;
    width: 20%;
    padding-right: 14px;
    margin-bottom: 14px;
    line-height: 0;
    color: transparent; }
    .portfolio-holder .portfolio-image img {
      width: 100%;
      color: transparent; }
    @media screen and (max-width: 1310px) {
      .portfolio-holder .portfolio-image {
        width: 33.333333%; } }
    @media screen and (max-width: 1100px) {
      .portfolio-holder .portfolio-image {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .portfolio-holder .portfolio-image {
        width: 100%; } }

.modal-portfolio {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2a2727;
  z-index: 1002; }
  .modal-portfolio .controls--visible {
    opacity: 1;
    transition: all 0.4s ease; }
    .modal-portfolio .controls--visible.controls--hidden {
      opacity: 0; }
      @media screen and (max-width: 1100px) {
        .modal-portfolio .controls--visible.controls--hidden {
          opacity: 1; } }
  .modal-portfolio .close-modal,
  .modal-portfolio .reset-modal {
    position: absolute;
    line-height: 0px; }
  .modal-portfolio .close-modal {
    top: 48px;
    right: 55px;
    color: transparent;
    text-indent: -9999px;
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 20px;
    border: 5px;
    background-color: #2a2727;
    display: block; }
    .modal-portfolio .close-modal svg {
      display: block;
      height: 16px;
      width: 17px;
      margin: 10px 10px; }
      .modal-portfolio .close-modal svg polygon {
        fill: #999999;
        stroke: #999999;
        stroke-linecap: round;
        stroke-width: 0px; }
    .modal-portfolio .close-modal:hover svg polygon {
      fill: #fff;
      stroke: #fff;
      stroke-linecap: round;
      stroke-width: 0px; }
    @media screen and (max-width: 600px) {
      .modal-portfolio .close-modal {
        top: 30px;
        right: 30px; } }
  .modal-portfolio .reset-modal {
    top: 63px;
    left: 65px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 10px;
    z-index: 999; }
    @media screen and (max-width: 1100px) {
      .modal-portfolio .reset-modal {
        display: none; } }
  .modal-portfolio .zoom-range-holder {
    width: 280px;
    height: 35px;
    border: 5px;
    border-radius: 20px;
    position: absolute;
    top: 45px;
    left: 45px;
    background: #2b2629;
    padding-top: 3px; }
    @media screen and (max-width: 1100px) {
      .modal-portfolio .zoom-range-holder {
        display: none; } }
    .modal-portfolio .zoom-range-holder::before {
      content: " ";
      display: block;
      position: absolute;
      height: 14px;
      width: 14px;
      background: url("../images/portfolio-icon-smaller.png");
      background-repeat: no-repeat;
      background-position: center center;
      top: 10px;
      left: 73px; }
    .modal-portfolio .zoom-range-holder::after {
      content: " ";
      display: block;
      position: absolute;
      height: 14px;
      width: 14px;
      background: url("../images/portfolio-icon-larger.png");
      background-repeat: no-repeat;
      background-position: center center;
      top: 10px;
      right: 24px;
      z-index: 999; }
    .modal-portfolio .zoom-range-holder input[type=range] {
      -webkit-appearance: none;
      width: 140px;
      background: transparent;
      margin-left: 95px; }
    .modal-portfolio .zoom-range-holder input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .modal-portfolio .zoom-range-holder input[type=range]:focus {
      outline: none; }
    .modal-portfolio .zoom-range-holder input[type=range]::-ms-track {
      width: 100%;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent; }
    .modal-portfolio .zoom-range-holder input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 18px;
      width: 18px;
      cursor: pointer;
      background: transparent url("../images/portfolio-slider.png");
      background-repeat: no-repeat;
      background-position: center center; }
    .modal-portfolio .zoom-range-holder input[type=range]::-moz-range-thumb {
      height: 18px;
      width: 20px;
      border: 0px;
      outline: 0px;
      cursor: pointer;
      background: transparent url("../images/portfolio-slider-moz.png");
      background-repeat: no-repeat;
      background-position: bottom -0px center; }
    .modal-portfolio .zoom-range-holder input[type=range]::-ms-thumb {
      height: 18px;
      width: 18px;
      cursor: pointer;
      background: transparent url("../images/portfolio-slider.png");
      background-repeat: no-repeat;
      background-position: center center; }
    .modal-portfolio .zoom-range-holder input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 10px;
      background: #2b2629;
      border-bottom: 1px solid #fff; }
    .modal-portfolio .zoom-range-holder input[type=range]:focus::-webkit-slider-runnable-track {
      background: #2b2629;
      height: 10px; }
    .modal-portfolio .zoom-range-holder input[type=range]::-moz-range-track {
      width: 100%;
      height: 5px;
      cursor: pointer;
      background: #2b2629;
      border-bottom: 1px solid #fff; }
    .modal-portfolio .zoom-range-holder input[type=range]::-ms-track {
      width: 100%;
      height: 10px;
      cursor: pointer;
      background: #2b2629;
      border-color: transparent;
      color: transparent; }
    .modal-portfolio .zoom-range-holder input[type=range]::-ms-fill-lower {
      background: #2b2629; }
    .modal-portfolio .zoom-range-holder input[type=range]:focus::-ms-fill-lower {
      background: #2b2629; }
    .modal-portfolio .zoom-range-holder input[type=range]::-ms-fill-upper {
      background: #2b2629; }
    .modal-portfolio .zoom-range-holder input[type=range]:focus::-ms-fill-upper {
      background: #2b2629; }
  .modal-portfolio .portfolio-nav {
    position: absolute;
    top: 50%;
    color: white; }
    .modal-portfolio .portfolio-nav.portfolio-nav--previous, .modal-portfolio .portfolio-nav.portfolio-nav--next {
      height: 36px;
      width: 36px;
      color: transparent;
      text-indent: -9999px;
      border: 4px;
      border-radius: 18px;
      margin-top: -18px; }
      .modal-portfolio .portfolio-nav.portfolio-nav--previous svg, .modal-portfolio .portfolio-nav.portfolio-nav--next svg {
        display: block;
        height: 16px;
        width: 16px;
        margin: 10px auto; }
        .modal-portfolio .portfolio-nav.portfolio-nav--previous svg polygon, .modal-portfolio .portfolio-nav.portfolio-nav--next svg polygon {
          fill: #999999;
          stroke: #999999;
          stroke-linecap: round;
          stroke-width: 0px; }
      .modal-portfolio .portfolio-nav.portfolio-nav--previous:hover svg polygon, .modal-portfolio .portfolio-nav.portfolio-nav--next:hover svg polygon {
        fill: #fff;
        stroke: #fff;
        stroke-linecap: round;
        stroke-width: 0px; }
    .modal-portfolio .portfolio-nav.portfolio-nav--previous {
      left: 45px;
      height: 36px;
      width: 36px;
      border-radius: 20px;
      border: 5px;
      background-color: #2a2727;
      color: transparent;
      text-indent: -9999px;
      display: block;
      cursor: pointer; }
      .modal-portfolio .portfolio-nav.portfolio-nav--previous svg {
        margin-left: 9px; }
      @media screen and (max-width: 1100px) {
        .modal-portfolio .portfolio-nav.portfolio-nav--previous {
          display: none; } }
    .modal-portfolio .portfolio-nav.portfolio-nav--next {
      right: 45px;
      height: 36px;
      width: 36px;
      border-radius: 20px;
      border: 5px;
      background-color: #2a2727;
      color: transparent;
      text-indent: -9999px;
      display: block;
      cursor: pointer; }
      .modal-portfolio .portfolio-nav.portfolio-nav--next svg {
        margin-right: 9px; }
      @media screen and (max-width: 1100px) {
        .modal-portfolio .portfolio-nav.portfolio-nav--next {
          display: none; } }
    @media screen and (max-width: 1100px) {
      .modal-portfolio .portfolio-nav {
        display: none; } }
  .modal-portfolio .info {
    padding: 32px 155px;
    position: absolute;
    min-height: 240px;
    bottom: -240px;
    width: 100%;
    background: #363636;
    color: #FFF;
    transition: all 0.4s ease;
    text-align: center; }
    .modal-portfolio .info .caption {
      color: #FFF;
      font-size: 15px; }
    .modal-portfolio .info .data .pagination,
    .modal-portfolio .info .data .category {
      height: 14px;
      display: inline-block;
      line-height: 14px;
      font-size: 15px; }
    .modal-portfolio .info .data .pagination {
      padding-right: 22px;
      border-right: 1px solid #FFF; }
    .modal-portfolio .info .data .category {
      padding-left: 17px; }
    .modal-portfolio .info .handle {
      position: absolute;
      top: -30px;
      left: 50%;
      margin-left: -50px;
      display: block;
      height: 36px;
      width: 100px;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
      background: #373537;
      cursor: pointer; }
      .modal-portfolio .info .handle svg {
        display: block;
        height: 16px;
        width: 16px;
        margin: 10px auto; }
        .modal-portfolio .info .handle svg polygon {
          fill: #999999;
          stroke: #999999;
          stroke-linecap: round;
          stroke-width: 0px; }
      .modal-portfolio .info .handle:hover svg polygon {
        fill: #fff;
        stroke: #fff; }
    .modal-portfolio .info.info--active {
      min-height: 100px;
      bottom: 0; }
      .modal-portfolio .info.info--active .handle svg {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    @media screen and (max-width: 1100px) {
      .modal-portfolio .info {
        padding: 32px 90px; }
        .modal-portfolio .info .caption {
          font-size: 18px;
          font-size: 15px; }
        .modal-portfolio .info .data .pagination,
        .modal-portfolio .info .data .category {
          font-size: 17px;
          font-size: 15px; } }
    @media screen and (max-width: 600px) {
      .modal-portfolio .info {
        padding: 26px 40px; }
        .modal-portfolio .info .caption {
          font-size: 17px; }
        .modal-portfolio .info .data .pagination,
        .modal-portfolio .info .data .category {
          font-size: 16px; } }
  .modal-portfolio .panzoom-parent {
    text-align: center;
    width: 100%;
    height: 100%; }
    .modal-portfolio .panzoom-parent .panzoom {
      display: inline-block;
      height: 100%;
      width: 100%;
      vertical-align: middle;
      position: relative;
      perspective: 500px; }
      .modal-portfolio .panzoom-parent .panzoom .loader {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: -16px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 32px;
        background-image: url("../images/loader_grey_bg.gif");
        opacity: 0;
        transition: opacity 0.4s ease; }
      .modal-portfolio .panzoom-parent .panzoom.loading .loader {
        opacity: 1; }
      .modal-portfolio .panzoom-parent .panzoom .full-image {
        z-index: 99;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(1);
        max-width: 100%;
        max-height: 100%;
        opacity: 0;
        transition: opacity 0.3s ease;
        user-select: none; }
        .modal-portfolio .panzoom-parent .panzoom .full-image.active.loaded {
          opacity: 1; }
        .modal-portfolio .panzoom-parent .panzoom .full-image.active.draggable {
          cursor: move; }
          @media screen and (max-width: 1100px) {
            .modal-portfolio .panzoom-parent .panzoom .full-image.active.draggable {
              cursor: default; } }

body:before {
  background: red;
  display: none;
  content: url("../images/loader_grey_bg.gif"); }

/*# sourceMappingURL=style.css.map */
