@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

a {
  text-decoration: none; }

.clear {
  clear: both; }

@font-face {
  font-family: 'socicon';
  src: url("../fonts/socicon.eot");
  src: url("../fonts/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicon.woff") format("woff"), url("../fonts/socicon.ttf") format("truetype"), url("../fonts/socicon.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal;
  text-transform: initial; }
html, body {
  width: 100%;
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  color: #4D4D4D;
  font-size: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  overflow-x: hidden !important;
  background-color: #F2F2F2;
  width: 100%; }

strong {
  font-weight: 500; }

a {
  color: #6BB1E2;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.wrapper {
  background-color: white; }
  .wrapper .content {
    position: relative;
    margin: 0 auto;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    @media only screen and (min-width: 1200px) {
      .wrapper .content {
        width: 1200px; } }
    @media only screen and (min-width: 960px) and (max-width: 1199px) {
      .wrapper .content {
        width: 960px; } }
    @media only screen and (min-width: 641px) and (max-width: 959px) {
      .wrapper .content {
        width: 640px; } }
    @media only screen and (max-width: 960px) {
      .wrapper .content {
        width: 320px; } }

.twocol {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }
  @media only screen and (max-width: 960px) {
    .twocol {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }

/* banner */
#banner {
  height: 130px;
  position: relative; }
  #banner #site-title {
    width: 120px;
    height: 70px;
    display: block;
    position: absolute;
    top: 33px;
    left: -1px;
    text-indent: -20000px;
    background-image: url("../images/mpa-logo.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    #banner #site-title a {
      display: block;
      width: 120px;
      height: 70px; }
    @media only screen and (max-width: 960px) {
      #banner #site-title {
        left: 50%;
        width: 90px;
        height: 72px;
        margin-left: -45px; } }
  #banner nav#strands {
    display: block;
    position: absolute;
    top: 42px;
    left: 136px; }
    @media only screen and (max-width: 960px) {
      #banner nav#strands {
        left: 0;
        top: 90px;
        width: 100%; } }
    @media only screen and (max-width: 960px) {
      #banner nav#strands ul {
        width: 100%;
        text-align: center; } }
    #banner nav#strands ul li {
      display: inline;
      font-family: "ff-tisa-web-pro", serif;
      font-size: 1.875em;
      margin-right: 26px; }
      @media only screen and (max-width: 960px) {
        #banner nav#strands ul li {
          font-size: 1.4em;
          margin-right: 0;
          padding: 0 15px; } }
      #banner nav#strands ul li a {
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: black; }
        #banner nav#strands ul li a:hover, #banner nav#strands ul li a.active {
          color: #6BB1E2; }
      #banner nav#strands ul li.current a {
        color: #6BB1E2; }
  #banner #reveal-buttons {
    position: absolute;
    top: 47px;
    right: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #banner .banner-reveal {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 40px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    #banner .banner-reveal .button {
      z-index: 1000000;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      text-indent: -25000px; }
    #banner .banner-reveal:before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      background-size: contain;
      opacity: 0.6; }
    #banner .banner-reveal.visible {
      width: 283px; }
      #banner .banner-reveal.visible .form {
        opacity: 1; }
      #banner .banner-reveal.visible:before {
        opacity: 1; }
    #banner .banner-reveal:hover:before {
      opacity: 1; }
    #banner .banner-reveal .form {
      margin-left: 35px;
      opacity: 0;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      width: 253px; }
      #banner .banner-reveal .form form {
        width: 143px;
        float: left; }
      #banner .banner-reveal .form label {
        display: none; }
      #banner .banner-reveal .form input#s, #banner .banner-reveal .form input#btydtd-btydtd {
        outline: none;
        width: 140px;
        height: 26px;
        padding: 1px 4px;
        border: 1px solid #C4E0F3;
        font-family: "ff-tisa-web-pro", serif;
        font-size: 1em;
        color: #4D4D4D; }
      #banner .banner-reveal .form input#searchsubmit, #banner .banner-reveal .form input.submit {
        display: none;
        border: none;
        background-color: #C4E0F3;
        height: 32px;
        width: 100px;
        padding: 0 10px;
        font-family: "aktiv-grotesk", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        #banner .banner-reveal .form input#searchsubmit:hover, #banner .banner-reveal .form input.submit:hover {
          background-color: #90C4E9; }
      #banner .banner-reveal .form .submit-link {
        float: left;
        display: block;
        background-color: #6BB1E2;
        height: 16px;
        width: 90px;
        padding: 8px 0;
        margin-left: 10px;
        font-family: "aktiv-grotesk", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.8em;
        cursor: pointer;
        text-align: center;
        color: white;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        #banner .banner-reveal .form .submit-link:hover {
          background-color: #90C4E9; }
    #banner .banner-reveal#newsletter {
      overflow: visible !important; }
      @media only screen and (max-width: 960px) {
        #banner .banner-reveal#newsletter {
          display: none; } }
      #banner .banner-reveal#newsletter input:-moz-placeholder {
        font-size: 0.8em; }
      #banner .banner-reveal#newsletter input::-moz-placeholder {
        font-size: 0.8em; }
      #banner .banner-reveal#newsletter input:-ms-input-placeholder {
        font-size: 0.8em; }
      #banner .banner-reveal#newsletter input::-webkit-input-placeholder {
        font-size: 0.8em; }
      #banner .banner-reveal#newsletter .button {
        text-indent: 0;
        position: absolute;
        top: -23px;
        left: 50%;
        text-align: center;
        font-family: "ff-tisa-web-pro", serif;
        font-size: 0.8em;
        width: 50px;
        height: 55px;
        margin-left: -25px; }
      #banner .banner-reveal#newsletter.visible .button {
        left: 0;
        margin-left: 0; }
      #banner .banner-reveal#newsletter:before {
        background-image: url("../images/newsletter.png"); }
    #banner .banner-reveal#search {
      overflow: visible !important; }
      @media only screen and (max-width: 960px) {
        #banner .banner-reveal#search {
          display: none; } }
      #banner .banner-reveal#search .button {
        text-indent: 0;
        position: absolute;
        top: -23px;
        left: 50%;
        text-align: center;
        font-family: "ff-tisa-web-pro", serif;
        font-size: 0.8em;
        width: 50px;
        height: 55px;
        margin-left: -25px; }
      #banner .banner-reveal#search.visible .button {
        left: 0;
        margin-left: 0; }
      #banner .banner-reveal#search:before {
        background-image: url("../images/search.png"); }
  #banner #menu-button {
    position: relative;
    margin-top: -23px;
    width: 38px;
    height: 46px;
    display: block;
    float: left;
    text-align: center;
    font-family: "ff-tisa-web-pro", serif;
    font-size: 0.8em;
    background-image: url("../images/hamburger.png");
    background-position: left bottom;
    background-size: 38px 20px;
    background-repeat: no-repeat;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    #banner #menu-button.visible {
      margin-right: 200px; }
      @media only screen and (max-width: 960px) {
        #banner #menu-button.visible {
          margin-right: 0; } }
    #banner #menu-button a {
      color: black;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 38px;
      height: 46px;
      z-index: 2; }

h2.section-title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100;
  margin: 0 0 40px 40px;
  color: #4D4D4D; }

#site-menu {
  position: absolute;
  top: 90px;
  left: 100%;
  margin-left: 330px;
  width: 50%;
  background: #6BB1E2;
  padding: 20px 0 30px 30px;
  color: white;
  z-index: 99999999;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    #site-menu {
      margin-left: 210px; } }
  @media only screen and (min-width: 641px) and (max-width: 959px) {
    #site-menu {
      margin-left: 50px; } }
  @media only screen and (max-width: 960px) {
    #site-menu {
      width: 280px;
      padding: 10px;
      font-size: 0.9em; } }
  #site-menu:before {
    content: ' ';
    position: absolute;
    left: 37px;
    top: -15px;
    border-bottom: 15px solid #6BB1E2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; }
    @media only screen and (max-width: 960px) {
      #site-menu:before {
        left: auto;
        right: 5px; } }
  #site-menu h4 {
    font-family: "ff-tisa-web-pro", serif;
    color: black;
    font-size: 1.6em;
    margin: 20px 0 10px 0; }
    #site-menu h4 a {
      color: black; }
  #site-menu ul {
    width: 320px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 960px) {
      #site-menu ul {
        width: 290px; } }
  #site-menu li {
    text-transform: uppercase;
    line-height: 1em;
    margin: 5px 0 10px 20px;
    border-bottom: 1px solid #90C4E9;
    font-size: 1.2em; }
    #site-menu li a {
      display: block; }
      #site-menu li a:hover {
        color: #E9F3FB; }
  #site-menu.visible {
    left: 50%; }
    @media only screen and (max-width: 960px) {
      #site-menu.visible {
        width: 300px;
        margin-left: -160px; } }
  #site-menu a {
    color: white; }

.home.page #about-mpa {
  padding: 45px 0;
  border-bottom: 30px solid white;
  background-color: #E9F3FB; }
  .home.page #about-mpa:after {
    content: "";
    display: table;
    clear: both; }
  .home.page #about-mpa .content {
    font-size: 1.25em;
    line-height: 1.47058824em; }
    .home.page #about-mpa .content p {
      margin-bottom: 1.47058824em; }
.home.page #welcome {
  float: left;
  width: 707px; }
  @media only screen and (max-width: 960px) {
    .home.page #welcome {
      width: 320px;
      float: none; } }
  .home.page #welcome h2 {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 1em; }
  .home.page #welcome h3 {
    margin-bottom: 1em;
    font-family: "ff-tisa-web-pro", serif;
    font-size: 1.25em; }
  .home.page #welcome .words {
    line-height: 1.3em;
    font-weight: 300; }
    .home.page #welcome .words p {
      margin-bottom: 1em; }
    .home.page #welcome .words blockquote {
      margin-left: -36px;
      margin-bottom: 3.5em;
      padding-left: 30px;
      border-left: 6px solid #808080;
      font-family: "ff-tisa-web-pro", serif;
      color: #6BB1E2;
      font-size: 1.25em;
      line-height: 1.3em; }
      @media only screen and (max-width: 960px) {
        .home.page #welcome .words blockquote {
          margin-bottom: 1em; } }
.home.page #connect {
  float: right;
  width: 374px;
  color: white; }
  @media only screen and (max-width: 960px) {
    .home.page #connect {
      float: none;
      width: 320px; } }
  .home.page #connect a {
    color: white; }
  .home.page #connect:after {
    content: "";
    display: table;
    clear: both; }
  .home.page #connect h3 {
    color: #6BB1E2;
    font-family: "ff-tisa-web-pro", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .home.page #connect .tweets {
    width: 374px;
    height: 374px;
    background: white;
    margin-bottom: 20px;
    color: black;
    font-size: 0.8em;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .home.page #connect .tweets {
        width: 320px;
        margin-top: 30px; } }
    .home.page #connect .tweets:after {
      font-family: 'socicon';
      color: #6BB1E2;
      position: absolute;
      top: -15px;
      right: 20px;
      font-size: 2em;
      content: '\e040';
      width: 30px;
      height: 30px; }
    .home.page #connect .tweets h3 {
      font-size: 1.8em;
      padding: 20px 0 0 25px; }
    .home.page #connect .tweets .tweet-tile {
      width: 324px;
      height: 250px;
      padding: 20px 25px;
      background-color: white; }
      @media only screen and (max-width: 960px) {
        .home.page #connect .tweets .tweet-tile {
          width: 270px; } }
      .home.page #connect .tweets .tweet-tile .tweet {
        margin-bottom: 1em;
        line-height: 1.4em; }
        @media only screen and (max-width: 960px) {
          .home.page #connect .tweets .tweet-tile .tweet {
            font-size: 0.9em;
            line-height: 1.2em; } }
    .home.page #connect .tweets .tweet-pager {
      position: absolute;
      bottom: 20px;
      left: 25px; }
      .home.page #connect .tweets .tweet-pager span {
        text-indent: -100000px;
        width: 12px;
        height: 12px;
        background-color: #CCC;
        float: left;
        margin-right: 5px;
        cursor: pointer;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .home.page #connect .tweets .tweet-pager span:hover {
          background-color: #888; }
        .home.page #connect .tweets .tweet-pager span.cycle-pager-active {
          background-color: #6BB1E2; }
    .home.page #connect .tweets a {
      color: #6BB1E2; }
  .home.page #connect .social-links, .home.page #connect .blog-link {
    width: 177px;
    float: left;
    position: relative;
    height: 82px;
    padding: 15px 0;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (max-width: 960px) {
      .home.page #connect .social-links, .home.page #connect .blog-link {
        float: none !important;
        width: 320px;
        margin: 20px 0; } }
  .home.page #connect .social-links {
    color: #6BB1E2;
    font-family: "ff-tisa-web-pro", serif;
    text-align: center;
    font-size: 1.25em; }
    .home.page #connect .social-links ul {
      margin-top: 15px; }
    .home.page #connect .social-links li {
      display: inline-block;
      width: 25px;
      height: 25px;
      text-indent: -10000px; }
      .home.page #connect .social-links li a {
        color: #6BB1E2;
        width: 25px;
        height: 25px;
        display: block;
        font-family: 'socicon' !important;
        position: relative; }
        .home.page #connect .social-links li a:after {
          text-indent: 0;
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 0.8em;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        .home.page #connect .social-links li a:hover:after {
          color: #4D4D4D; }
      .home.page #connect .social-links li.facebook a:after {
        content: '\e041'; }
      .home.page #connect .social-links li.twitter a:after {
        content: '\e040'; }
      .home.page #connect .social-links li.linkedin a:after {
        content: '\e049'; }
      .home.page #connect .social-links li.vimeo a:after {
        content: '\e052'; }
  .home.page #connect .blog-link {
    float: right;
    color: #4D4D4D;
    font-family: "ff-tisa-web-pro", serif; }
    .home.page #connect .blog-link a {
      display: block;
      color: #4D4D4D;
      text-align: center;
      font-size: 1.25em;
      font-weight: 100; }
      .home.page #connect .blog-link a:hover strong {
        color: #6BB1E2; }
      .home.page #connect .blog-link a strong {
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        margin-top: 15px;
        display: block;
        font-family: "aktiv-grotesk", sans-serif;
        text-transform: uppercase;
        font-weight: 200;
        font-size: 1.2em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto; }

.content .back-link {
  float: right; }
  @media only screen and (max-width: 960px) {
    .content .back-link {
      float: none; } }
  .content .back-link a {
    color: #B3B3B3;
    font-family: "ff-tisa-web-pro", serif;
    font-size: 1.5em;
    border-bottom: 1px solid #C4E0F3; }

#single-artefact {
  background-color: #666;
  padding-bottom: 100px; }
  #single-artefact .content {
    padding-top: 20px; }
    #single-artefact .content #main {
      margin-top: 40px;
      background-color: #333; }
      #single-artefact .content #main #page-title {
        width: 320px;
        height: 105px;
        padding-top: 10px; }
        #single-artefact .content #main #page-title h1 {
          font-family: "ff-tisa-web-pro", serif;
          color: white;
          font-size: 2em;
          font-weight: 100;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin: 30px; }
      #single-artefact .content #main .description {
        width: 320px;
        float: left; }
        #single-artefact .content #main .description:after {
          content: "";
          display: table;
          clear: both; }
      @media only screen and (max-width: 960px) {
        #single-artefact .content #main #artefact-items {
          position: relative;
          float: none;
          display: block;
          top: 0; } }
      @media only screen and (max-width: 960px) {
        #single-artefact .content #main #artefact-items .item {
          display: none; } }
      #single-artefact .content #main .item {
        width: 1200px;
        min-height: 550px;
        background: black; }
        @media only screen and (max-width: 960px) {
          #single-artefact .content #main .item {
            max-width: 320px;
            max-height: 244px;
            min-height: inherit; } }
        #single-artefact .content #main .item .description {
          position: absolute;
          bottom: 0px;
          right: 0px;
          width: auto;
          padding: 10px;
          color: white;
          font-size: 0.9em; }
        #single-artefact .content #main .item.image .image {
          position: absolute;
          top: 50%;
          left: 50%; }
          @media only screen and (max-width: 960px) {
            #single-artefact .content #main .item.image .image {
              position: relative;
              top: auto;
              left: auto;
              width: 320px !important;
              margin-top: auto !important;
              margin-left: auto !important;
              text-align: center; } }
          @media only screen and (max-width: 960px) {
            #single-artefact .content #main .item.image .image img {
              max-width: 320px;
              max-height: 200px; } }
        #single-artefact .content #main .item iframe {
          width: 1200px; }
          @media only screen and (max-width: 960px) {
            #single-artefact .content #main .item iframe {
              width: 320px !important; } }
        #single-artefact .content #main .item.document, #single-artefact .content #main .item.clipping {
          position: relative; }
          #single-artefact .content #main .item.document .download-thumb, #single-artefact .content #main .item.clipping .download-thumb {
            position: absolute;
            top: 50%;
            left: 50%; }
          #single-artefact .content #main .item.document .download-link, #single-artefact .content #main .item.clipping .download-link {
            width: 200px;
            height: 200px;
            text-indent: -100000px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 15px solid white;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -100px 0 0 -100px;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
            #single-artefact .content #main .item.document .download-link:hover, #single-artefact .content #main .item.clipping .download-link:hover {
              border-color: #6BB1E2; }
            #single-artefact .content #main .item.document .download-link a, #single-artefact .content #main .item.clipping .download-link a {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
            #single-artefact .content #main .item.document .download-link.pdf:before, #single-artefact .content #main .item.clipping .download-link.pdf:before {
              content: 'PDF';
              color: white;
              display: block;
              position: absolute;
              background: url("../images/download-arrow.png");
              width: 100px;
              height: 100px;
              top: 50%;
              left: 50%;
              margin: -50px 0 0 -50px; }
      #single-artefact .content #main h3 {
        font-family: "ff-tisa-web-pro", serif;
        font-size: 1.3em;
        color: white; }
      #single-artefact .content #main #project-information {
        width: 280px;
        float: left;
        padding-top: 1.9em; }
        #single-artefact .content #main #project-information ul {
          margin-top: 1em; }
          #single-artefact .content #main #project-information ul li {
            display: inline-block;
            margin: 2px 2px 2px 0;
            font-family: "ff-tisa-web-pro", serif;
            color: #4D4D4D;
            cursor: pointer;
            padding: 3px 5px 5px 5px;
            background-color: white; }
            #single-artefact .content #main #project-information ul li:hover {
              color: #6BB1E2; }
        #single-artefact .content #main #project-information:after {
          content: "";
          display: table;
          clear: both; }
    #single-artefact .content #artefact-description {
      width: 500px;
      float: left;
      margin: 10px 40px 0 40px;
      color: white;
      padding: 20px; }
      @media only screen and (max-width: 960px) {
        #single-artefact .content #artefact-description {
          width: 320px;
          margin: 10px 0 0 0;
          padding: 0; } }
      #single-artefact .content #artefact-description h3 {
        margin-bottom: 10px; }
      #single-artefact .content #artefact-description p {
        margin-bottom: 1em;
        line-height: 1.3em; }
    #single-artefact .content #project-tags {
      width: 280px;
      margin-right: 20px;
      float: right;
      padding: 20px 0; }
      #single-artefact .content #project-tags .items {
        padding-bottom: 30px; }
      #single-artefact .content #project-tags .tags {
        padding: 10px 30px 10px 0;
        margin-left: 30px; }
        #single-artefact .content #project-tags .tags h3 {
          font-family: "ff-tisa-web-pro", serif;
          margin: 0 0 1em 0;
          font-size: 1.25em; }
        #single-artefact .content #project-tags .tags ul li {
          display: inline-block;
          margin: 2px 2px 2px 0;
          font-family: "ff-tisa-web-pro", serif; }
          #single-artefact .content #project-tags .tags ul li a {
            color: #4D4D4D;
            display: block;
            padding: 3px 5px 5px 5px;
            background-color: white; }
            #single-artefact .content #project-tags .tags ul li a:hover {
              color: #6BB1E2; }
        #single-artefact .content #project-tags .tags ul:after {
          content: "";
          display: table;
          clear: both; }
    #single-artefact .content:after {
      content: "";
      display: table;
      clear: both; }

#popup-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000; }
  #popup-image .image-holder {
    position: absolute;
    top: 50%;
    left: 50%; }
    @media only screen and (max-width: 960px) {
      #popup-image .image-holder {
        top: 0;
        left: 0; } }
    #popup-image .image-holder .close {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #6BB1E2;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      text-align: center;
      color: white;
      cursor: pointer; }
    #popup-image .image-holder img {
      max-height: 90vh;
      max-width: 90vh;
      width: auto;
      height: auto; }
      @media only screen and (max-width: 960px) {
        #popup-image .image-holder img {
          max-width: 80%;
          height: auto; } }

#single-project .content #map, #single-programme .content #map, #single-event .content #map, #page .content #map {
  height: 500px;
  margin-bottom: 50px; }
#single-project .content #project-meta, #single-programme .content #project-meta, #single-event .content #project-meta, #page .content #project-meta {
  width: 100%;
  height: 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 960px) {
    #single-project .content #project-meta, #single-programme .content #project-meta, #single-event .content #project-meta, #page .content #project-meta {
      display: none; } }
  #single-project .content #project-meta:after, #single-programme .content #project-meta:after, #single-event .content #project-meta:after, #page .content #project-meta:after {
    content: "";
    display: table;
    clear: both; }
  #single-project .content #project-meta ul, #single-programme .content #project-meta ul, #single-event .content #project-meta ul, #page .content #project-meta ul {
    float: left; }
    #single-project .content #project-meta ul li, #single-programme .content #project-meta ul li, #single-event .content #project-meta ul li, #page .content #project-meta ul li {
      display: inline-block;
      margin-right: 1em; }
      @media only screen and (max-width: 960px) {
        #single-project .content #project-meta ul li, #single-programme .content #project-meta ul li, #single-event .content #project-meta ul li, #page .content #project-meta ul li {
          display: none; } }
      #single-project .content #project-meta ul li a, #single-programme .content #project-meta ul li a, #single-event .content #project-meta ul li a, #page .content #project-meta ul li a {
        color: #C4E0F3;
        font-family: "ff-tisa-web-pro", serif;
        font-weight: 100;
        font-size: 2.5em;
        text-transform: lowercase; }
        #single-project .content #project-meta ul li a:hover, #single-programme .content #project-meta ul li a:hover, #single-event .content #project-meta ul li a:hover, #page .content #project-meta ul li a:hover {
          color: #90C4E9; }
#single-project .content #main, #single-programme .content #main, #single-event .content #main, #page .content #main {
  font-size: 1.125em;
  line-height: 1.35em;
  padding-bottom: 80px; }
  #single-project .content #main .words, #single-programme .content #main .words, #single-event .content #main .words, #page .content #main .words {
    padding-bottom: 40px; }
  #single-project .content #main #page-title, #single-programme .content #main #page-title, #single-event .content #main #page-title, #page .content #main #page-title {
    height: 80px;
    margin-bottom: 1em; }
    #single-project .content #main #page-title h1, #single-programme .content #main #page-title h1, #single-event .content #main #page-title h1, #page .content #main #page-title h1 {
      font-family: "aktiv-grotesk", sans-serif;
      color: #4D4D4D;
      font-weight: 200;
      text-transform: uppercase;
      font-size: 2.75em;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media only screen and (max-width: 960px) {
        #single-project .content #main #page-title h1, #single-programme .content #main #page-title h1, #single-event .content #main #page-title h1, #page .content #main #page-title h1 {
          font-size: 1.8em; } }
    #single-project .content #main #page-title h2, #single-programme .content #main #page-title h2, #single-event .content #main #page-title h2, #page .content #main #page-title h2 {
      margin-top: -1.25em;
      font-weight: normal;
      font-size: 1em; }
  #single-project .content #main p, #single-programme .content #main p, #single-event .content #main p, #page .content #main p {
    margin-bottom: 1em; }
  #single-project .content #main .alignleft, #single-programme .content #main .alignleft, #single-event .content #main .alignleft, #page .content #main .alignleft {
    float: left !important;
    margin: 0 10px 10px 0; }
  #single-project .content #main .alignright, #single-programme .content #main .alignright, #single-event .content #main .alignright, #page .content #main .alignright {
    float: right !important;
    margin: 0 0 10px 10px; }
  #single-project .content #main form, #single-programme .content #main form, #single-event .content #main form, #page .content #main form {
    margin-bottom: 20px; }
  #single-project .content #main h1, #single-project .content #main h2, #single-project .content #main h3, #single-project .content #main h4, #single-programme .content #main h1, #single-programme .content #main h2, #single-programme .content #main h3, #single-programme .content #main h4, #single-event .content #main h1, #single-event .content #main h2, #single-event .content #main h3, #single-event .content #main h4, #page .content #main h1, #page .content #main h2, #page .content #main h3, #page .content #main h4 {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    color: #6BB1E2;
    clear: both; }
  #single-project .content #main ul, #single-programme .content #main ul, #single-event .content #main ul, #page .content #main ul {
    margin-bottom: 1em; }
    #single-project .content #main ul li, #single-programme .content #main ul li, #single-event .content #main ul li, #page .content #main ul li {
      margin-left: -5px;
      line-height: 1.5em; }
      #single-project .content #main ul li:before, #single-programme .content #main ul li:before, #single-event .content #main ul li:before, #page .content #main ul li:before {
        content: '•';
        color: #6BB1E2;
        margin-left: -5px;
        margin-right: 5px; }
  #single-project .content #main em, #single-programme .content #main em, #single-event .content #main em, #page .content #main em {
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #single-project .content #main h4, #single-programme .content #main h4, #single-event .content #main h4, #page .content #main h4 {
    font-family: "ff-tisa-web-pro", serif;
    color: #6BB1E2;
    font-size: 1.2em;
    padding: 1em 0 1em 0;
    border-top: 1px solid #6BB1E2; }
  #single-project .content #main a, #single-programme .content #main a, #single-event .content #main a, #page .content #main a {
    color: #4D4D4D;
    font-weight: 500;
    border-bottom: 1px solid #C4E0F3; }
    #single-project .content #main a:hover, #single-programme .content #main a:hover, #single-event .content #main a:hover, #page .content #main a:hover {
      color: #6BB1E2; }
  #single-project .content #main.left, #single-programme .content #main.left, #single-event .content #main.left, #page .content #main.left {
    width: 750px;
    float: left; }
    @media only screen and (max-width: 960px) {
      #single-project .content #main.left, #single-programme .content #main.left, #single-event .content #main.left, #page .content #main.left {
        width: 320px;
        float: none; } }
#single-project .content #sidebar.right, #single-programme .content #sidebar.right, #single-event .content #sidebar.right, #page .content #sidebar.right {
  width: 340px;
  float: right; }
  @media only screen and (max-width: 960px) {
    #single-project .content #sidebar.right, #single-programme .content #sidebar.right, #single-event .content #sidebar.right, #page .content #sidebar.right {
      float: none;
      width: 320px; } }
#single-project .content #sidebar .column, #single-programme .content #sidebar .column, #single-event .content #sidebar .column, #page .content #sidebar .column {
  width: 340px;
  position: relative; }
  @media only screen and (max-width: 960px) {
    #single-project .content #sidebar .column, #single-programme .content #sidebar .column, #single-event .content #sidebar .column, #page .content #sidebar .column {
      width: 320px;
      padding-bottom: 50px; } }
  #single-project .content #sidebar .column h2, #single-programme .content #sidebar .column h2, #single-event .content #sidebar .column h2, #page .content #sidebar .column h2 {
    width: 309px;
    height: 1em;
    font-size: 1.5625em;
    line-height: 1em;
    color: white;
    font-family: "ff-tisa-web-pro", serif;
    padding: 20px 30px;
    position: relative;
    z-index: 1000;
    left: -30px;
    background-color: rgba(0, 0, 0, 0.45); }
  #single-project .content #sidebar .column .items, #single-programme .content #sidebar .column .items, #single-event .content #sidebar .column .items, #page .content #sidebar .column .items {
    background-color: #EBEBEB;
    top: -20px;
    padding-top: 20px;
    position: relative; }
    #single-project .content #sidebar .column .items .item, #single-programme .content #sidebar .column .items .item, #single-event .content #sidebar .column .items .item, #page .content #sidebar .column .items .item {
      width: 275px;
      margin-left: 35px;
      padding: 20px 30px 20px 0;
      border-bottom: 1px solid #90C4E9; }
      #single-project .content #sidebar .column .items .item h3, #single-programme .content #sidebar .column .items .item h3, #single-event .content #sidebar .column .items .item h3, #page .content #sidebar .column .items .item h3 {
        text-transform: uppercase;
        font-size: 1.125em;
        margin-bottom: 0.25em;
        font-weight: 400; }
      #single-project .content #sidebar .column .items .item p, #single-project .content #sidebar .column .items .item li, #single-programme .content #sidebar .column .items .item p, #single-programme .content #sidebar .column .items .item li, #single-event .content #sidebar .column .items .item p, #single-event .content #sidebar .column .items .item li, #page .content #sidebar .column .items .item p, #page .content #sidebar .column .items .item li {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.5625em;
        font-family: "ff-tisa-web-pro", serif; }
      #single-project .content #sidebar .column .items .item:last-child, #single-programme .content #sidebar .column .items .item:last-child, #single-event .content #sidebar .column .items .item:last-child, #page .content #sidebar .column .items .item:last-child {
        border-bottom: none;
        padding-bottom: 30px; }
  #single-project .content #sidebar .column#project-information h2, #single-programme .content #sidebar .column#project-information h2, #single-event .content #sidebar .column#project-information h2, #page .content #sidebar .column#project-information h2 {
    background-color: rgba(56, 146, 209, 0.5); }
  #single-project .content #sidebar .column#project-information p, #single-programme .content #sidebar .column#project-information p, #single-event .content #sidebar .column#project-information p, #page .content #sidebar .column#project-information p {
    margin-bottom: 1em; }
  #single-project .content #sidebar .column#project-information .items, #single-programme .content #sidebar .column#project-information .items, #single-event .content #sidebar .column#project-information .items, #page .content #sidebar .column#project-information .items {
    background-color: #E9F3FB; }
  #single-project .content #sidebar .column#project-information .date, #single-programme .content #sidebar .column#project-information .date, #single-event .content #sidebar .column#project-information .date, #page .content #sidebar .column#project-information .date {
    padding: 10px;
    font-weight: 300;
    font-size: 1.2em; }
  #single-project .content #sidebar .column#project-information .further-details, #single-programme .content #sidebar .column#project-information .further-details, #single-event .content #sidebar .column#project-information .further-details, #page .content #sidebar .column#project-information .further-details {
    padding: 10px; }
  #single-project .content #sidebar .column#project-tags .items, #single-programme .content #sidebar .column#project-tags .items, #single-event .content #sidebar .column#project-tags .items, #page .content #sidebar .column#project-tags .items {
    padding-bottom: 30px; }
  #single-project .content #sidebar .column#project-tags .tags, #single-programme .content #sidebar .column#project-tags .tags, #single-event .content #sidebar .column#project-tags .tags, #page .content #sidebar .column#project-tags .tags {
    padding: 10px 30px 10px 0;
    margin-left: 30px; }
    #single-project .content #sidebar .column#project-tags .tags h3, #single-programme .content #sidebar .column#project-tags .tags h3, #single-event .content #sidebar .column#project-tags .tags h3, #page .content #sidebar .column#project-tags .tags h3 {
      font-family: "ff-tisa-web-pro", serif;
      margin: 0.5em  0 1em 0;
      font-size: 1.25em; }
    #single-project .content #sidebar .column#project-tags .tags ul li, #single-programme .content #sidebar .column#project-tags .tags ul li, #single-event .content #sidebar .column#project-tags .tags ul li, #page .content #sidebar .column#project-tags .tags ul li {
      display: inline-block;
      margin: 2px 2px 2px 0;
      font-family: "ff-tisa-web-pro", serif; }
      #single-project .content #sidebar .column#project-tags .tags ul li a, #single-programme .content #sidebar .column#project-tags .tags ul li a, #single-event .content #sidebar .column#project-tags .tags ul li a, #page .content #sidebar .column#project-tags .tags ul li a {
        color: #4D4D4D;
        display: block;
        padding: 3px 5px;
        background-color: white; }
        #single-project .content #sidebar .column#project-tags .tags ul li a:hover, #single-programme .content #sidebar .column#project-tags .tags ul li a:hover, #single-event .content #sidebar .column#project-tags .tags ul li a:hover, #page .content #sidebar .column#project-tags .tags ul li a:hover {
          color: #6BB1E2; }
    #single-project .content #sidebar .column#project-tags .tags ul:after, #single-programme .content #sidebar .column#project-tags .tags ul:after, #single-event .content #sidebar .column#project-tags .tags ul:after, #page .content #sidebar .column#project-tags .tags ul:after {
      content: "";
      display: table;
      clear: both; }
#single-project .related, #single-programme .related, #single-event .related, #page .related {
  clear: both;
  border-top: 1px solid #6BB1E2;
  padding: 3em 0; }
  #single-project .related h2, #single-programme .related h2, #single-event .related h2, #page .related h2 {
    font-size: 2.5em;
    margin: 0 0 1em 1em;
    text-transform: uppercase;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
#single-project:after, #single-programme:after, #single-event:after, #page:after {
  content: "";
  display: table;
  clear: both; }

#projects {
  padding-bottom: 50px; }
  #projects .introduction {
    margin: 30px 0;
    width: 640px;
    font-weight: 200;
    font-size: 1.2em;
    line-height: 1.5em; }
    @media only screen and (max-width: 960px) {
      #projects .introduction {
        width: 320px; } }
  #projects h2 {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 6em;
    letter-spacing: -0.02em;
    line-height: 1em;
    margin: -0.15em 0 0.35em 0;
    color: #6BB1E2;
    z-index: -1;
    pointer-events: none; }
    @media only screen and (max-width: 960px) {
      #projects h2 {
        margin-top: 0em;
        padding-top: 1em;
        font-size: 2.1em; } }
  #projects h3 {
    font-weight: 200;
    font-size: 2.5em;
    color: #6BB1E2;
    text-transform: uppercase;
    margin: 0 0 1em 1em; }
  #projects #loadmoreprojects {
    clear: both;
    display: block;
    width: 320px;
    padding: 10px;
    background: #CCC;
    color: white;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 200;
    text-align: center;
    margin: 30px auto 0 auto;
    cursor: pointer;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    #projects #loadmoreprojects:hover {
      background-color: #666; }
  #projects .project_tiles {
    display: inline; }

.tiles {
  padding-bottom: 40px; }
  .tiles:after {
    content: "";
    display: table;
    clear: both; }
  .tiles .tile {
    float: left;
    width: 374px;
    height: 300px;
    position: relative;
    margin-right: 39px; }
    .tiles .tile:nth-child(3n + 3) {
      margin-right: 0; }
    @media only screen and (max-width: 960px) {
      .tiles .tile {
        width: 320px;
        float: none;
        margin-bottom: 40px; } }
    .tiles .tile.news, .tiles .tile.post {
      cursor: pointer;
      overflow: hidden; }
      .tiles .tile.news .image, .tiles .tile.post .image {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.95;
        overflow: hidden;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .tiles .tile.news .text, .tiles .tile.post .text {
        position: absolute;
        bottom: -110px;
        right: 0px;
        padding: 24px;
        width: 287px;
        height: 210px;
        background: rgba(0, 0, 0, 0.8);
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .tiles .tile.news .text h4, .tiles .tile.post .text h4 {
          font-family: "ff-tisa-web-pro", serif;
          color: #6BB1E2;
          font-weight: 200;
          font-size: 1.5625em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-bottom: 10px; }
        .tiles .tile.news .text h5, .tiles .tile.post .text h5 {
          text-transform: uppercase;
          color: white;
          font-weight: 200; }
      .tiles .tile.news:hover .text, .tiles .tile.post:hover .text {
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.9); }
    .tiles .tile.post {
      height: 335px;
      margin-bottom: 40px;
      overflow: hidden; }
      .tiles .tile.post .text {
        height: 250px;
        bottom: -152px; }
        .tiles .tile.post .text h4 {
          font-size: 1.875em; }
        .tiles .tile.post .text h5 {
          font-size: 1.5625em; }
        .tiles .tile.post .text .readmore {
          position: absolute;
          display: block;
          bottom: 20px;
          left: 20px; }
      .tiles .tile.post .programmes {
        color: white;
        margin-top: 3.5em;
        font-weight: 200; }
      .tiles .tile.post:hover .text {
        height: 250px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.9); }
      .tiles .tile.post:hover .readmore a {
        color: white; }
    .tiles .tile.text {
      background-color: #6BB1E2;
      width: 324px;
      height: 252px;
      padding: 25px;
      font-size: 1.2em;
      line-height: 1.4em; }
      .tiles .tile.text h2 {
        font-family: "ff-tisa-web-pro", serif;
        color: white;
        font-size: 1.5em;
        margin-bottom: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      @media only screen and (max-width: 960px) {
        .tiles .tile.text {
          width: 270px; } }

.thumbs:after {
  content: "";
  display: table;
  clear: both; }
.thumbs#related-projects:before {
  content: "";
  display: table;
  clear: both; }
.thumbs .tile {
  float: left;
  width: 144px;
  height: 345px;
  cursor: pointer;
  margin-right: 32px;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .thumbs .tile {
      float: left !important; }
      .thumbs .tile:nth-child(2n + 2) {
        margin-right: 0 !important; } }
  .thumbs .tile:before {
    content: '';
    width: 144px;
    height: 20px;
    position: absolute;
    top: 144px;
    left: 0;
    z-index: 1000;
    background-color: white;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  @media only screen and (min-width: 1200px) {
    .thumbs .tile:nth-child(7n + 7) {
      margin-right: 0; } }
  .thumbs .tile:hover:before {
    top: 129px; }
  .thumbs .tile:hover h4 {
    margin-top: -5px; }
    .thumbs .tile:hover h4 a {
      color: #4D4D4D; }
  .thumbs .tile h4 {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 1.375em;
    line-height: 1.2em;
    width: 144px;
    margin: 0.35em 0 0.5em 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 10001;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .thumbs .tile h5 {
    text-transform: uppercase;
    font-size: 1.125em;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s; }

/* cycle */
#cycle-prev,
#cycle-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 528px;
  z-index: 99999;
  width: 72px;
  height: 100%;
  background-image: url("../images/next.svg");
  background-repeat: no-repeat;
  background-position: 36px center;
  text-indent: -100000px;
  overflow: hidden;
  opacity: 0.8; }
  #cycle-prev:hover,
  #cycle-next:hover {
    opacity: 1; }

#cycle-prev {
  margin-left: -600px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#cycle-pager {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99999;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    #cycle-pager {
      bottom: -30px; } }
  #cycle-pager span {
    display: inline-block;
    text-indent: -100000px;
    width: 12px;
    height: 12px;
    background-color: #CCC;
    float: left;
    margin: 0 10px 10px 0;
    cursor: pointer;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    @media only screen and (max-width: 960px) {
      #cycle-pager span {
        width: 8px;
        height: 8px;
        margin: 0 2px 2px 0; } }
    #cycle-pager span:hover {
      background-color: #888; }
    #cycle-pager span.cycle-pager-active {
      background-color: #6BB1E2; }

/* gallery */
#gallery {
  width: 750px;
  height: 530px;
  position: relative;
  overflow-x: hidden; }
  @media only screen and (max-width: 960px) {
    #gallery {
      width: 320px;
      height: 213px !important; } }
  #gallery .gallery-item {
    width: 750px;
    background-color: #EBEBEB; }
    @media only screen and (max-width: 960px) {
      #gallery .gallery-item {
        width: 320px;
        max-height: 213px; } }
    @media only screen and (max-width: 960px) {
      #gallery .gallery-item img {
        max-width: 320px;
        height: auto;
        max-height: 213px;
        width: auto; } }
    @media only screen and (max-width: 960px) {
      #gallery .gallery-item.video iframe {
        width: 320px !important;
        height: 270px !important; } }
    #gallery .gallery-item.image {
      cursor: pointer; }
  #gallery .cycle-pager {
    position: absolute;
    bottom: 20px;
    left: 0; }
    @media only screen and (max-width: 960px) {
      #gallery .cycle-pager {
        bottom: -20px; } }
    #gallery .cycle-pager span {
      text-indent: -100000px;
      width: 12px;
      height: 12px;
      background-color: #CCC;
      float: left;
      margin-right: 10px;
      cursor: pointer;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      #gallery .cycle-pager span:hover {
        background-color: #888; }
      #gallery .cycle-pager span.cycle-pager-active {
        background-color: #6BB1E2; }
  #gallery #cycle-next {
    margin-left: 300px;
    height: 478px; }
    @media only screen and (max-width: 960px) {
      #gallery #cycle-next {
        margin-left: 0px;
        right: 0;
        height: 240px;
        left: auto; } }
  #gallery #cycle-prev {
    margin-left: -375px;
    height: 478px; }
    @media only screen and (max-width: 960px) {
      #gallery #cycle-prev {
        margin-left: 0px;
        height: 240px;
        left: auto; } }

/* carousel */
#carousel-mobile-outer {
  display: none; }
  @media only screen and (max-width: 960px) {
    #carousel-mobile-outer {
      display: block;
      background-color: white;
      height: 390px;
      padding-bottom: 30px; } }
  #carousel-mobile-outer #carousel-mobile {
    display: none;
    position: relative;
    width: 320px;
    height: 330px;
    margin: 0 auto; }
    @media only screen and (max-width: 960px) {
      #carousel-mobile-outer #carousel-mobile {
        display: block; } }
    #carousel-mobile-outer #carousel-mobile .slide {
      width: 320px;
      height: 330px; }
      #carousel-mobile-outer #carousel-mobile .slide h4 {
        font-family: "ff-tisa-web-pro", serif;
        color: #6BB1E2;
        font-size: 1.2em;
        padding: 1em 0 1em 0; }
      #carousel-mobile-outer #carousel-mobile .slide .inner {
        background-color: black;
        height: 330px; }
        #carousel-mobile-outer #carousel-mobile .slide .inner .description {
          color: #6BB1E2;
          background-color: black;
          padding: 10px 20px !important; }
        #carousel-mobile-outer #carousel-mobile .slide .inner img {
          width: 320px !important;
          height: auto !important;
          max-height: 212px; }
  #carousel-mobile-outer #cycle-next-mobile {
    position: absolute;
    top: 35%;
    right: 10px;
    z-index: 100000;
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    background-image: url("../images/next.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }

#carousel {
  height: 730px;
  padding-bottom: 20px;
  border-bottom: 70px solid white;
  position: absolute;
  left: 50%;
  right: 50%;
  height: 576px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%); }
  @media only screen and (max-width: 960px) {
    #carousel {
      display: none; } }
  @media only screen and (max-width: 960px) {
    #carousel {
      width: 320px;
      height: 300px;
      display: none; } }
  #carousel:before, #carousel:after {
    content: '';
    width: 10000px;
    height: 730px;
    z-index: 999999;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.75); }
  #carousel:before {
    right: 50%;
    margin-right: 617px; }
  #carousel:after {
    left: 50%;
    margin-left: 617px; }
  #carousel .slide {
    background: white;
    width: 1238px;
    height: 730px; }
    @media only screen and (max-width: 960px) {
      #carousel .slide {
        width: 100%;
        height: 300px; } }
    #carousel .slide .inner {
      background: grey;
      width: 1200px;
      margin: 0 auto;
      height: 730px;
      position: relative;
      cursor: pointer; }
      @media only screen and (max-width: 960px) {
        #carousel .slide .inner {
          width: 100%; }
          #carousel .slide .inner img {
            width: 100%;
            height: auto; } }
      #carousel .slide .inner img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      #carousel .slide .inner:hover .description {
        bottom: 170px; }
      #carousel .slide .inner .description {
        z-index: 1000;
        position: absolute;
        bottom: -10px;
        left: 20px;
        width: 295px;
        height: 295px;
        padding: 20px;
        background: rgba(0, 0, 0, 0.8);
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        cursor: pointer; }
        #carousel .slide .inner .description:hover {
          background: black; }
          #carousel .slide .inner .description:hover .readmore a {
            color: white; }
        #carousel .slide .inner .description h3 {
          color: #6BB1E2;
          font-family: "ff-tisa-web-pro", serif;
          font-size: 1.875em;
          line-height: 1.35em;
          margin-bottom: 0.25em;
          font-weight: 200;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          width: 295px;
          white-space: normal;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        #carousel .slide .inner .description h4 {
          color: white;
          width: 295px;
          white-space: normal;
          font-size: 1.5em;
          line-height: 1.35em;
          font-weight: 200;
          text-transform: uppercase; }

.readmore {
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px; }
  .readmore:after {
    width: 55px;
    height: 25px;
    content: '';
    position: absolute;
    right: -61px;
    top: -3px;
    background-image: url("../images/readmore.svg");
    background-size: contain;
    z-index: 999999; }
  .readmore a {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 1.25em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* footer */
footer.wrapper {
  border-top: 1px solid #6BB1E2;
  background-color: #F2F2F2;
  min-height: 230px;
  padding-bottom: 50px; }
  footer.wrapper .content {
    padding-top: 45px;
    font-size: 1em;
    line-height: 1.705em; }
    footer.wrapper .content .address {
      width: 405px;
      float: left; }
      footer.wrapper .content .address .source-credit {
        font-size: 0.8em;
        text-transform: uppercase;
        font-weight: 600; }
        footer.wrapper .content .address .source-credit a {
          color: #4D4D4D; }
    footer.wrapper .content .column {
      width: 120px;
      float: left;
      line-height: 1.25em; }
      footer.wrapper .content .column li {
        margin-bottom: 0.5em; }
      footer.wrapper .content .column a {
        color: #4D4D4D;
        font-weight: 500; }
        footer.wrapper .content .column a:hover {
          color: #6BB1E2; }
    footer.wrapper .content .supported-by {
      width: 295px;
      float: right; }
      footer.wrapper .content .supported-by:after {
        content: "";
        display: table;
        clear: both; }
  footer.wrapper .social-footer {
    color: #6BB1E2;
    font-family: "ff-tisa-web-pro", serif;
    font-size: 1.25em;
    position: relative;
    margin-top: 0.5em; }
    footer.wrapper .social-footer li {
      display: inline-block;
      width: 25px;
      height: 25px;
      text-indent: -10000px;
      position: relative; }
      footer.wrapper .social-footer li a {
        color: #6BB1E2;
        width: 25px;
        height: 25px;
        display: block;
        font-family: 'socicon' !important;
        position: relative; }
        footer.wrapper .social-footer li a:after {
          color: #6BB1E2;
          text-indent: 0;
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 0.8em;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        footer.wrapper .social-footer li a:hover:after {
          color: #4D4D4D; }
      footer.wrapper .social-footer li.facebook a:after {
        content: '\e041'; }
      footer.wrapper .social-footer li.twitter a:after {
        content: '\e040'; }
      footer.wrapper .social-footer li.linkedin a:after {
        content: '\e049'; }
      footer.wrapper .social-footer li.vimeo a:after {
        content: '\e052'; }
  footer.wrapper .supported-by li {
    width: 270px;
    height: 75px;
    text-indent: -20000px;
    overflow: hidden;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: contain; }
    footer.wrapper .supported-by li.hlf-logo {
      background-image: url("../images/hlf-logo.png");
      height: 50px; }
    footer.wrapper .supported-by li.ace-logo {
      background-image: url("../images/ace-logo.png");
      height: 33px; }
    footer.wrapper .supported-by li.lcc-logo {
      background-image: url("../images/lcc-logo.png");
      width: 160px; }

form table select {
  color: #4D4D4D;
  margin: 18px 0;
  border: none;
  font-size: 0.9em;
  background-color: #E9F3FB;
  outline: none;
  /*
  			-webkit-appearance:none;
  			-moz-appearance:none;
  			appearance:none;
  */
  padding: 10px;
  position: relative; }
