@charset "UTF-8";
/*
Theme Name: 	Space Division
Theme URI: 		spacedivision.co.nz
Description: 	Space Division theme 2015
Version: 		1.0
Author: 		Dean Foster
Author URI: 	inhousedesign.co.nz
Tags: 			spacedivision.co.nz
*/
div,
article,
section,
header,
footer,
nav,
li {
  position: relative;
  /* For absolutely positioning elements within containers (add more to the list if need be) */ }

.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
  /* For clearing */ }

body {
  background: #fff;
  /* Don't forget to style your body to avoid user overrides */ }

::-moz-selection {
  background: #ff0;
  color: #333; }

::selection {
  background: #ff0;
  color: #333; }

html {
  height: 100%; }

body, td, th {
  color: #000000; }

body {
  background-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: 'Neue Helvetica W01', helvetica, arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  height: 100%; }

a {
  font-size: 16px;
  color: #231f20; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none;
  color: #231f20; }

a:hover {
  text-decoration: underline;
  color: #231f20; }

a:active {
  text-decoration: none;
  color: #231f20; }

ul#menu-main-menu a:hover {
  text-decoration: none; }

.project a:hover {
  text-decoration: none; }

/*Nav*/
ul.mainNav {
  float: none;
  text-align: center; }

ul.mainNav li {
  display: inline-block;
  float: none;
  padding-left: 20px;
  padding-right: 20px; }

ul.mainNav li a {
  font-size: 21px; }

ul.mainNav li a:hover {
  font-size: 21px;
  border-bottom: 1px solid #231f20; }

.navbar-default {
  background-color: transparent;
  border-color: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #231f20; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #231f20;
  background-color: transparent; }

.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
  background-color: transparent;
  color: #231f20;
  border-bottom: 1px solid #231f20; }

.navbar-nav > li > a {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

nav {
  z-index: 100; }

.navbar {
  border: 0;
  min-height: 0;
  margin-bottom: 0; }

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  position: fixed;
  display: block;
  cursor: pointer;
  padding: 0;
  top: 20px;
  margin-left: 0;
  z-index: 10; }

.navbar-toggle {
  margin-left: 24px; }

@media (min-width: 768px) {
  .navbar-toggle {
    margin-left: 24px; } }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-header {
  float: none;
  z-index: 101; }

.navbar-collapse {
  background: #fff1e0 none repeat scroll 0 0;
  border-top: 0 none;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) inset;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px;
  position: absolute; }

@media (min-width: 768px) {
  .navbar-collapse {
    background: #fff1e0 none repeat scroll 0 0;
    border-top: 0 none;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) inset;
    padding: 0;
    position: absolute;
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }
.navbar-collapse.collapse {
  display: none !important; }

.navbar-nav {
  float: none !important;
  margin: 80px 0 30px;
  z-index: 100; }

.navbar-nav > li {
  float: none; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-collapse.collapse.in {
  display: block !important; }

.nav > li > a {
  display: inline; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: underline; }

#menuHolder {
  position: absolute;
  top: 0;
  width: 100%; }

.fixed #menuHolder {
  position: fixed; }

/*Hamburger + Anim */
.navbar-toggle .icon-bar {
  border-radius: 0;
  display: block;
  height: 4px;
  width: 24px; }

button.navbar-toggle {
  display: block;
  height: 20px;
  cursor: pointer; }

button.navbar-toggle span {
  /*  margin-top: 10px; This is just a fix to avoid the nav-toggle go to much over the top, you can remove it or fix it for your needs */ }

button.navbar-toggle .icon-bar {
  /*cursor: pointer;
  position: absolute;
  display: block;*/
  background: black; }

button.navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button.navbar-toggle.active span {
  /*    background-color: transparent;
  */ }

button.navbar-toggle .icon-bar {
  top: 0; }

button.navbar-toggle.active span.icon-top {
  -webkit-transform: rotate(45deg) translate(0px, 5.5px);
  -moz-transform: rotate(45deg) translate(0px, 5.5px);
  -o-transform: rotate(45deg) translate(0px, 5.5px);
  transform: rotate(45deg) translate(0px, 5.5px);
  background: white; }

button.navbar-toggle.active span.icon-bottom {
  -webkit-transform: rotate(-45deg) translate(0px, -5.5px);
  -moz-transform: rotate(-45deg) translate(0px, -5.5px);
  -o-transform: rotate(-45deg) translate(0px, -5.5px);
  transform: rotate(-45deg) translate(0px, -5.5px);
  background: white; }

#mainNav {
  top: 0;
  left: 0;
  height: 0; }

#mainNav .container-fluid, #mainNav .row, #mainNav .col {
  xheight: 100%;
  margin: 0;
  padding: 0;
  xwidth: 100%; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

.bigNav {
  background: #000000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.nav.mainNav {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nav.mainNav a {
  color: #ffffff;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  line-height: 4.5rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 768px) {
  .nav.mainNav a {
    color: #ffffff;
    font-size: 3.5rem;
    letter-spacing: 0.05rem;
    line-height: 6rem;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
/*Structure*/
header {
  z-index: 10; }

body.home header {
  height: 75%; }

@media (min-width: 768px) {
  body.home header {
    height: auto; } }
#contentHolder {
  padding-top: 70px;
  width: 100%; }

@media (min-width: 768px) {
  #contentHolder {
    padding-bottom: 200px; } }
section {
  width: 100%;
  background: #ffffff; }

footer {
  background: transparent none repeat scroll 0 0;
  padding-bottom: 3em;
  padding-top: 3em;
  width: 100%;
  z-index: -1; }

footer .col {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  footer .col {
    padding-left: 25px;
    padding-right: 25px; } }
.container-flex .row {
  padding: 0;
  margin: 0; }

.container-flex .col {
  padding: 0;
  margin: 0; }

.container-flex .col.project {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0; }

@media (min-width: 768px) {
  .container-flex .col {
    padding: 0;
    margin: 0; }

  .container-flex .col.project {
    padding: 0;
    margin: 0; } }
/*Logo*/
.logoHolder {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.logoHolder.logoPositive {
  position: relative;
  /*  pointer-events: none;*/
  display: none;
  background: #ffffff; }

@media (min-width: 768px) {
  .logoHolder.logoPositive {
    position: fixed; } }
body.projects .logoHolder.logoPositive {
  display: block; }

.logoNegative {
  display: none; }

@media (min-width: 768px) {
  .logoNegative {
    display: block; } }
.logoTop {
  left: 0;
  position: absolute;
  top: 100%;
  transform: rotate(-90deg);
  transform-origin: left top 0; }

@media (min-width: 768px) {
  .logoTop {
    left: auto;
    top: auto;
    transform: none;
    position: absolute;
    right: 50px;
    width: 421px; } }
.logoBottom {
  position: absolute;
  right: 24px;
  transform: rotate(-90deg);
  transform-origin: right top 0;
  top: 24px; }

@media (min-width: 768px) {
  .logoBottom {
    right: auto;
    top: auto;
    transform: none;
    position: absolute;
    left: 50px;
    width: 576px;
    bottom: 0; } }
@media (max-width: 767px) {
  /*NOTICE MAX ——————————————————————*/
  img#logoTopImg, img#logoBottomImg {
    height: 24px;
    max-width: none;
    width: auto; } }
/*HOME PAGE*/
.pageSpacer {
  height: 2000px; }

.container-flex .col.col-right, .container-flex .col.col-left {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .container-flex .col.col-right, .container-flex .col.col-left {
    margin-bottom: -60px; } }
@media (min-width: 768px) {
  .container-flex .col.col-right {
    padding-left: 60px; }

  .container-flex .col.col-left {
    padding-right: 60px; }

  .container-flex .col.col-right.textOnly {
    padding-left: 60px;
    padding-right: 20px; }

  .container-flex .col.col-left.textOnly {
    padding-right: 60px;
    padding-left: 20px; } }
.title {
  font-weight: 600;
  margin-top: 8px; }

@media (min-width: 768px) {
  .title {
    position: absolute;
    top: 0;
    margin-top: 0; }

  .col-left .title {
    right: 30px;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

  .col-right .title, .projTitle {
    left: 30px;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); } }
.projTitle {
  position: relative;
  width: 90%; }

@media (min-width: 768px) {
  .projTitle {
    left: 45px;
    position: fixed;
    top: 120px;
    width: 90%;
    z-index: 5; } }
.projTitle h1 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin: 0 0 1rem;
  margin-left: 10px; }

@media (min-width: 768px) {
  .projTitle h1 {
    font-size: 2em;
    font-weight: 600;
    line-height: 2.1rem;
    margin: 0;
    left: 0;
    display: inline; } }
/*PROJECT PAGE*/
.projImgContent .col {
  margin-bottom: 3px; }

@media (min-width: 768px) {
  .projImgContent .col {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .currentPage.single-project .left img, .currentPage.single-project .left iframe {
    float: left; }

  .currentPage.single-project .right img, .currentPage.single-project .right iframe {
    float: right; }

  .currentPage.single-project .port img, .currentPage.single-project .port iframe, .currentPage.single-project .land.infoCol img, .currentPage.single-project .land.infoCol iframe {
    width: 430px; }

  .currentPage.single-project .land img, .currentPage.single-project .land iframe {
    width: 650px; } }
@media (min-width: 992px) {
  .currentPage.single-project .port img, .currentPage.single-project .port iframe, .currentPage.single-project .land.infoCol img, .currentPage.single-project .land.infoCol iframe {
    width: 560px; }

  .currentPage.single-project .land img, .currentPage.single-project .land iframe {
    width: 850px; } }
@media (min-width: 1200px) {
  .currentPage.single-project .port img, .currentPage.single-project .port iframe, .currentPage.single-project .land.infoCol img, .currentPage.single-project .land.infoCol iframe {
    width: 700px; }

  .currentPage.single-project .land img, .currentPage.single-project .land iframe {
    width: 1050px; } }
.big-quote {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.8rem; }

@media (min-width: 768px) {
  .big-quote {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: 600; } }
.quote-author {
  font-size: 1.3rem;
  font-weight: 600; }

@media (min-width: 768px) {
  .quote-author {
    font-size: 1.5rem;
    font-weight: 600; } }
.micro {
  font-size: 1.3rem;
  font-weight: 500; }

.quote-author::before {
  border-bottom: 1px solid #000000;
  content: "";
  display: inline-block;
  height: 0.1rem;
  margin-right: 0.6rem;
  position: relative;
  top: -0.5rem;
  width: 50px; }

@media (max-width: 767px) {
  /*NOTICE MAX ——————————————————————*/
  .infoBox .col {
    padding: 0; }

  .infoBox .imageSection .row {
    margin: 0; } }
.infoBox {
  background-color: rgba(204, 231, 211, 0.95);
  display: none;
  left: 0;
  padding-bottom: 60px;
  padding-top: 80px;
  position: absolute;
  top: -70px;
  width: 100%; }

@media (min-width: 768px) {
  .infoBox {
    background-color: rgba(204, 231, 211, 0.95);
    left: 0;
    padding-bottom: 120px;
    padding-top: 120px;
    position: absolute;
    top: -70px;
    width: 100%;
    display: none; } }
.infoBox.concept_project {
  background-color: transparent;
  display: block;
  left: 0;
  padding-bottom: 60px;
  padding-top: 80px;
  position: relative;
  top: 0;
  width: 100%; }

.aboutBox {
  background-color: #bc9e86;
  left: 0;
  padding-bottom: 120px;
  padding-top: 120px;
  position: absolute;
  top: -70px;
  width: 100%; }

body.about {
  background-color: #bc9e86; }

p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1.1rem;
  font-weight: 600; }

section {
  margin-bottom: 3rem;
  background: transparent;
  clear: both; }

/*.infoOpen {
	position:fixed;
	top:24px;
	right:24px;
	z-index: 5;
	cursor:pointer;
}*/
.infoOpen {
  position: relative;
  z-index: 5;
  cursor: pointer;
  display: inline-block;
  margin-left: 2em; }

.infoOpen .close {
  display: none; }

.hidden {
  display: none; }

.fixed {
  position: fixed; }

@media (max-width: 767px) {
  /*NOTICE MAX ——————————————————————*/
  .textOnly {
    margin-bottom: 5rem !important;
    margin-top: 3rem !important;
    min-height: 200px; } }
@media (min-width: 768px) {
  .textOnly {
    min-height: 200px; } }
.textOnly p {
  font-size: 1.8rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  .textOnly p {
    font-size: 3rem;
    line-height: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem; }

  .textOnly > a {
    font-size: 3rem;
    line-height: 3.5rem; } }
.caption {
  margin: 0.5em 0 1em 1em; }

/*PRESS*/
@media (min-width: 768px) {
  .currentPage.posts-page .port, .currentPage.single-post .port {
    width: 66%; }

  .currentPage.posts-page .land, .currentPage.single-post .land {
    width: 96%; }

  .currentPage.posts-page .right img, .currentPage.posts-page .right iframe, .currentPage.single-post .right img, .currentPage.single-post .right iframe {
    float: right; }

  .pageContent {
    margin-top: 48px; } }
.currentPage.posts-page h2, .currentPage.single-post h2 {
  margin-top: 12px; }

@media (min-width: 768px) {
  .currentPage.posts-page h2, .currentPage.single-post h2 {
    margin-top: 0; } }
.currentPage.posts-page .pageContent .row, .currentPage.single-post .pageContent .row {
  margin-bottom: 18px; }

@media (min-width: 768px) {
  .currentPage.posts-page .pageContent .row, .currentPage.single-post .pageContent .row {
    margin-bottom: 64px; } }
body.posts-page, body.single-post {
  background-color: #d9bfa7; }

.currentPage.posts-page .imgCol img, .currentPage.single-post .imgCol img {
  display: none; }

.currentPage.posts-page .imgCol .currentImg, .currentPage.single-post .imgCol .currentImg {
  display: block; }

.currentPage.posts-page .pressClick, .currentPage.single-post .pressClick {
  cursor: pointer; }

.currentPage.posts-page h2, .currentPage.posts-page time, .currentPage.posts-page p, .currentPage.single-post h2, .currentPage.single-post time, .currentPage.single-post p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem; }

.currentPage.posts-page time, .currentPage.posts-page p, .currentPage.single-post time, .currentPage.single-post p {
  font-weight: 500;
  margin-bottom: 1.1rem;
  display: block; }

.currentPage.posts-page p, .currentPage.single-post p {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.posts-page article {
  padding-top: 2rem; }

.innerText {
  padding: 4rem 4rem 4rem 4rem; }

@media (min-width: 768px) {
  .innerText {
    float: left;
    width: 300px;
    padding: 2rem; } }
@media (min-width: 992px) {
  .innerText {
    padding: 4rem 4rem 4rem 8rem;
    width: 410px; } }
@media (min-width: 1200px) {
  .innerText {
    width: 450px; } }
.posts-page a {
  font-size: 16px;
  color: #ffffff; }

.posts-page .pageContent a:link {
  text-decoration: underline; }

.posts-page .pageContent a:visited {
  text-decoration: underline;
  color: #ffffff; }

.posts-page .pageContent a:hover {
  text-decoration: underline;
  color: #ffffff; }

.posts-page .pageContent a:active {
  text-decoration: underline;
  color: #ffffff; }

/*ABOUT PAGE*/
.currentPage.about .textSection p {
  color: #ffffff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.currentPage.about .textSection p .about-black {
  font-weight: 500;
  color: #000000; }

#map {
  width: 100%;
  height: 500px; }

section.textSection {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  section.textSection {
    padding: 0; } }
.posts-page .pageContent h2, .posts-page .pageContent time, .posts-page .pageContent p, .posts-page .pageContent .imgCol {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .posts-page .pageContent h2, .posts-page .pageContent time, .posts-page .pageContent p, .posts-page .pageContent .imgCol {
    padding: 0; } }
.msgmsg-box-wpcp.warning-wpcp {
  display: none !important; }

/*CONTACT PAGE*/
.social > a {
  float: left;
  margin-right: 10px;
  width: 30px;
  cursor: pointer; }

.social {
  margin-bottom: 20px; }

#mc_embed_signup form {
  padding: 0 !important; }

#mc_embed_signup {
  width: 80%; }

.signup {
  clear: both; }

.socialSection {
  padding-bottom: 3rem; }

#emailBlock, #contactblock {
  display: none; }

/* form styling */
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%; }

#mc_embed_signup h2, h3.frm_form_title {
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 1.3em; }

#mc_embed_signup input, #frm_form_5_container input, .frm_form_field textarea {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox; }

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio; }

#mc_embed_signup input:focus {
  border-color: #333; }

#mc_embed_signup .button, .frm_submit input {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto; }

#mc_embed_signup .button:hover {
  background-color: #777; }

#mc_embed_signup .small-meta {
  font-size: 11px; }

#mc_embed_signup .nowrap {
  white-space: nowrap; }

#mc_embed_signup .mc-field-group, #frm_form_5_container .frm_form_field {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px; }

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%; }

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */ }

#mc_embed_signup .mc-field-group label, #frm_form_5_container label {
  display: block;
  margin-bottom: 3px; }

#mc_embed_signup .mc-field-group input, #frm_form_5_container .frm_form_field input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%; }

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px; }

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0; }

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0; }

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px; }

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px; }

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none; }

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%; }

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px; }

#mc_embed_signup .clear {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none; }

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0; }

#mc_embed_signup .mc-field-group.input-group label {
  display: inline; }

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%; }

#mc_embed_signup #num-subscribers {
  font-size: 1.1em; }

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

#mc_embed_signup {
  background: #fff;
  clear: left; }

/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
#frm_form_5_container {
  width: 80%; }

#frm_form_5_container .frm_form_field textarea {
  width: 100%; }

.post-type-archive-project #contentHolder .container-fluid {
  padding-left: 7vw;
  padding-right: 7vw; }

.post-type-archive-project #contentHolder .col {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .post-type-archive-project #contentHolder .col {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 992px) {
  .post-type-archive-project #contentHolder .col {
    padding-left: 10px;
    padding-right: 10px; } }
.post-type-archive-project #contentHolder h2 {
  font-weight: 600;
  margin: 1em 0 20px; }

@media (min-width: 768px) {
  .post-type-archive-project #contentHolder h2 {
    margin: 1em 0 4em; } }
.post-type-archive-project article:nth-of-type(3n+1) {
  clear: both; }

.infoCol p a {
  font-size: inherit; }

.single-project iframe {
  aspect-ratio: 16 / 9;
  height: 100%; }

@media (max-width: 767px) {
  iframe {
    /*MAXXXXXXXXXXXXXXXXXXX*/
    width: 100% !important; } }

/*PRINT*/
@media print {
  nav {
    display: none; }

  .logoHolder.logoPositive {
    height: 200px;
    margin-bottom: 80px;
    margin-top: 80px;
    position: relative;
    width: 500px; }

  .logoHolder.logoPositive img {
    height: 30px;
    width: auto; }

  .logoBottom {
    bottom: 0;
    position: absolute;
    right: 0; }

  .col-right .title, .projTitle, .col-left .title {
    left: 0;
    transform: none; }

  .title {
    margin-top: 0;
    position: relative;
    top: 20px; }

  .projTitle {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    top: 0; }

  .projTitle h1 {
    position: relative; }

  .currentPage.single-project img, .currentPage.single-project iframe {
    margin-bottom: 20px; }

  .currentPage.single-project .land img, .currentPage.single-project .land iframe {
    width: 75%; }

  .currentPage.single-project .port img, .currentPage.single-project .port iframe {
    width: 40%; }

  .currentPage.single-project .right img, .currentPage.single-project .right iframe {
    float: left; }

  #contentHolder {
    padding-bottom: 20px; }

  footer {
    padding: 0; }

  .infoBox {
    display: block;
    position: relative;
    background: tranparent; }

  .col-lg-push-3 {
    left: 0; }

  .col-lg-6 {
    width: 80%; } }



#contentHolder .container-fluid .fl-builder-content {
	max-width: 100%;
}

#contentHolder .uabb-blog-posts {
	margin: 0 -10px;
}

body.post-type-archive-journal #contentHolder .container-fluid {
    padding-left: 7vw;
    padding-right: 7vw;
}

body.single-journal {
	background-color: #d9bfa7;	
}

