/*!
 Theme Name:   IMAGO basisthema
 Theme URI:    https://www.bureauimago.nl/
 Description:  Basisthema van IMAGO
 Author:       IMAGO
 Author URI:   https://www.bureauimago.nl/
 Version:      0.3.6
 Text Domain:  bureauimago
 Domain Path:  /languages/
*/ /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
#wpadminbar {
  z-index: 0 !important;
}
:root {
  font-size: 10px;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font: 400 1.6rem/1.6 "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-logo {
  width: 228px;
  height: auto;
}

@media all and (max-width: 839px) {
  header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.custom-logo {
	  width: 180px;
	  height: auto;
	}
}
@media all and (min-width: 840px) {
  header {
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}

a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.menu-open {
  overflow: hidden;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav > ul {
  height: 100%;
}
@media all and (max-width: 839px) {
  nav > ul {
    margin: 0 auto;
    width: 50%;
  }
}
@media all and (min-width: 840px) {
  nav > ul {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
nav li {
  display: block;
  white-space: nowrap;
}
@media all and (min-width: 840px) {
  nav li {
    display: inline;
  }
}
nav a {
  display: inline-block;
  padding: 1em;
}
@media all and (max-width: 839px) {
  nav {
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    width: 100%;
    z-index: 10;
  }
}


    .sub-menu {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu {
        background: #fff;
        opacity: 0;
        position: absolute;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        /* visibility: hidden; */
    }

    .sub-menu li {
    display: block;
    }
    .sub-menu a {
        padding: 1em;
    }

  .menu-item-has-children > a::after {
    background-image: url("images/expand.svg");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0.5em 0 0.5em;
    width: 10px;
	 color: #0B2538;
  }
  .menu-item-has-children:hover .sub-menu,
  .menu-item-has-children a:focus + .sub-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    /* visibility: visible; */
    display: block;
  }

#toggle_menu {
  display: none;
}
@media all and (min-width: 840px) {
  label[for="toggle_menu"] {
    display: none;
  }
}
@media all and (max-width: 839px) {
  #toggle_menu:not(:checked) ~ nav {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@media all and (max-width: 839px) {
  .container {
    padding: 0 1em;
  }
}
footer {
	background: #7A9DB1;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .container > div {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
@media all and (max-width: 839px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bi-icon {
  height: 1em;
  width: 1em;
}
.bi-icon-close {
  position: absolute;
  right: 1em;
  top: 1em;
}
.bi-button {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.bi-button > :last-child {
  margin-left: 0.5em;
}
.separator-icon {
  cursor: pointer;
}
.vc_ie-flexbox-fixer .upb_row_bg {
  background-attachment: scroll !important;
}
.vc_ie-flexbox-fixer .full-browser-size .upb-background-text,
.vc_ie-flexbox-fixer .video-browser-size .upb_video-text {
  height: 100%;
}
/*# sourceMappingURL=style.css.map */

html {
    background: #FFFFFF;
    color: #000000;
    font: 100 1em/170% 'Open Sans', sans-serif;
}

header {
    background: rgba(255, 255, 255, 1);
	
	color: #000000;
	z-index:99999
}

footer {
    border-top: 2px solid #7A9DB1;
    color: #FFFFFF;

    padding-top: 10px;
    padding-bottom: 10px;
}


footer h3 {
	font-weight: 300;
	letter-spacing: 0.2em;
}

footer a {
	color: #FFFFFF;
}

footer .container {

    flex-direction: column;
}

footer .container p{
    font-size: 90%;
}

footer .container p a{
    text-decoration: none;
}

footer .container p a:hover{
    text-decoration: underline;
}

footer .branding {
    align-self: center;
}

footer .branding img{
    max-width:75% !important;
}

footer .branding > div{
    display: inline-block;
    text-align: center;
}
footer .branding p{
    margin: 0;
}

footer .social-icons {
    padding: 0 !important;
    margin-bottom: 0;
}

footer .social-icons .aio-icon {
    line-height: 1;
}

footer .social-icons .aio-tooltip {
    display: inline-block;
    text-align: center;
    width: auto;
    max-width: 100%;
    text-decoration: none;
}

footer .vc_btn3.vc_btn3-size-md {
	    font-weight: 300;
    letter-spacing: 0.1em;
}

footer .container > :last-child {
    text-transform: uppercase;
}

.container {
    margin: 0 auto;
    max-width: 1080px;
    width: 80%;
}

nav {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}

nav > ul > li > a {
    padding: 2.75em 1em;
}

nav .sub-menu {
    padding: 0;
}

nav a {
    color: #7A9DB1;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s linear;
}

nav .current-menu-item a {
    color: #0B2538;
}

nav li:hover > a {
    opacity: 0.7;
}

nav li.menu-item-has-children:hover::after {
    opacity: 0.7;
}

li.menu-item-has-children::after {
    background-image: url('images/expand.svg');
}

li.current-menu-item.menu-item-has-children::after {
    background-image: url('images/expand-active.svg');
}

.sub-menu li {
    padding: 0 1.25em;
}
.sub-menu a {
    color: #806D5B;
    padding: 0.5em 1.25em;
}

.bi-icon {
    fill: #7A9DB1;
}

.bi-icon.bi-icon-menu {
    fill: #7A9DB1;
}

.social-icons {
	padding-left: 40px !important;
}

.social-icons .aio-icon, .social-icons .vc_row .aio-icon { 
	height: 3rem !important;
	width: 3rem !important;
}

.aio-icon {
    transition: all 0.2s linear;
}

.ult-vc-seperator {
	z-index:2 !important;
}

.separator-icon:hover .aio-icon {
    /* important because the base colors are defined inline */
    background: #7A9DB1 !important;
    color: #fff !important;
}

.wrapper-100 .vc_column-inner .wpb_wrapper {
	height:100%;
}

div.ppt {
	display:none !important;
}


@media all and (max-width: 839px) {
    header {
        position: relative;
        z-index: 9999;
    }
    header nav {
        background: rgba(255, 255, 255, 0.9);
        border-top: 2px solid rgb(190, 187, 148);
    }
    header nav > ul {
        padding-top: calc(63px + 1em); /* Logo height + header padding */
        width: 80%;
    }
    header .container {
        padding: 0.5em 0;
    }
	
	nav {
		overflow-x:hidden;
		overflow-y:auto
	}

    nav > ul > li > a {
        padding: 1em;
    }

    /* .sub-menu {
        display: block;
    } */

    .sub-menu {
        background: rgba(255, 255, 255, 0);
       position: inherit !important;
        display: none;
      }

    .bi-icon-close {
        right: 10%; /* Align with container (80% width) */
        top: calc(calc(63px + 1em) / 2);
        transform: translateY(-50%);
    }
	
	.pagination div {
		margin-bottom:10px;
	}
	.pagination div a {
		display: block !important;
	} 
}

@media all and (min-width: 840px) {
    nav .sub-menu {
        background: rgba(255,255,255, 0.95);
        border-top: 3px solid #7A9DB1;
        padding: 1.25em 0;
        min-width: 300px;
    }
    .first-row-page {
        margin-top: -98px;
    }
}


p {
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.1pt;
    font-weight: 300;
}

a {
    color: #7A9DB1;
}

ul {
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.1pt;
    font-weight: 400;
    padding-left: 15px;
    list-style-image: url('./images/next.svg');
}

h1 {
    text-align: right;
    font-size: 4.5rem;
    font-weight: 300;
	letter-spacing: 0.2em;
}
h2 {
    font-size: 2.5rem;
    font-weight: 300;
	letter-spacing: 0.2em;
}

h3,h4,h5,h6 {
    font-weight: 300;
	letter-spacing: 0.2em;
}
@media all and (max-width: 839px) {
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }
	
	.ru-fullscreen h1 {
		font-size:2rem;
	}
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 45px !important;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 45px !important;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding: 10px 15px !important;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 2rem !important;
}

.vc_btn3-container {
    margin-left: 0 !important;
}

.vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-style-outline:hover {
    border-width: 1px !important;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    border-color: #FFF !important;
    background-color: #7A9DB1 !important;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #344F63 !important;
}


.vc_btn3.vc_btn3-size-sm {
    font-size: 1em !important;
    padding: 0 !important;
    padding-right: 30px !important;
    font-weight: 600;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #fff !important;
	background: none !important;
}

.vc_btn3.vc_btn3-color-white:hover, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover {
	color: #344F63 !important;
	background: none !important;
}

.vc_btn3.vc_btn3-size-sm.vc_general.vc_btn3, vc_btn3.vc_btn3-size-sm.vc_general.vc_btn3:focus, vc_btn3.vc_btn3-size-sm.vc_general.vc_btn3:hover {
    border: none !important;
}
	
.black-blocks {
    padding: 1px 20px 20px 20px !important;
/*     background-color: rgba(0,0,0,0.7); */
	background-color: rgba(11,37,56,0.7);
	color: #FFFFFF;
}

.black-blocks.link-white a {
    color: white
}

.black-blocks.link-timber a {
    color: #E2DBD0;
}

.button-alignment {
    text-align: right !important;
}

.image-grid {
    margin-bottom: 0 !important;
}

.image-grid-carousel {
    margin-bottom: 0 !important;
}

.image-grid-carousel .vc-gitem-zone-height-mode-auto::before {
    background-color: rgba(0,0,0, 0) !important;
}

.image-cover div.wpb_wrapper,
.image-cover div.wpb_wrapper div.wpb_single_image,
.image-cover div.wpb_wrapper div.wpb_single_image > figure,
.image-cover div.wpb_wrapper div.wpb_single_image > figure > a {
    height: 100%;
}
.image-cover div.wpb_wrapper div.wpb_single_image > figure img {
    object-fit: cover;
    height: 100%;
}


.news-post-carousel .vc-gitem-zone-height-mode-auto::before {
    background-color: rgba(0,0,0, 0) !important;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0 !important;
}

html i[type="button"] {
    -webkit-appearance: none;
}

h2 {
    line-height: 1.25;
}
.other-blocks h2,
.carousel-blocks h2,
.columns-blocks h2,
.custom-post-blocks h2 {
    position: relative;
	color: #7A9DB1;
}
.other-blocks h2::after,
.carousel-blocks h2::after,
.columns-blocks h2::after,
.custom-post-blocks h2::after {
    background: #E2DBD0;
    bottom: -6px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.first-row-page h1 {
/* 	color: #7A9DB1; */
	color: #FFFFFF;
}

.other-blocks {
    padding: 0 40px;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 !important;
}

.carousel-blocks {
    padding: 0 40px;
}

.carousel-image {
    margin-bottom: 0 !important;
}

.text-margin {
    margin-bottom: 0 !important;
}

.image-margin {
    margin-bottom: 0 !important;
}

.image-margin-news {
    margin-bottom: 20px !important;
	margin-top: 30px !important;
}

.vc_txt_align_left {
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.1pt;
    font-weight: 700;
}

.columns-blocks {
    padding: 30px 40px 0 40px;
}

.custom-post-blocks h2 {
    text-transform: uppercase;
	padding: 0 !important;
}

.custom-post-blocks {
    padding: 0 40px 30px 40px !important;
}

.custom-post-column {
	padding: 0 40px 0 40px;
}

.custom-post-quote:before {
    content: open-quote;
    font-style: normal;
    font-size: 2.5rem;
}

.custom-post-quote {
	font-size: 2rem;
	font-style: italic;
	padding: 10px 30% 20px 0;
	quotes: "“" "”" "‘" "’";
	line-height: 150%;
}

.custom-post-quote:after {
    content: close-quote;
    font-style: normal;
    font-size: 2.5rem;
}

.custom-post-field {
	padding-right: 30%;
}

.button-blocks {
    margin-left: 40px !important;
}

.grid-margin {
    margin-bottom: 0 !important;
}

@media all and (min-width: 840px) {
    .post-column-background {
        min-height: 500px !important;
    }
}
@media all and (max-width: 839px) {
    .post-column-background {
        min-height: 300px !important;
    }
}

.post-title-grid h3, .post-title-grid {
    font-size: 3.5rem;
	line-height: 4rem;
	padding: 0 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    color: #ffffff;
}

.custom-field-grid h3, .custom-field-grid {
    padding-top: 75px;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: normal;
}

.ult-modal-input-wrapper.ult-adjust-bottom-margin {
    margin-bottom: 0 !important;
}
.ult-new-ib {
    margin-bottom: 0 !important;
}

.other-blocks.contact a {
    text-decoration: none;
    margin-left: 5px;
    font-weight: 600;
}


.other-blocks-news {
    margin-left: 0 !important;
	font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
}

.other-blocks-news h2 {
    border-bottom: 2px solid #E2DBD0;
	font-size: 1.6rem !important;
	line-height: 1.6em !important;
	color: #7A9DB1;
}

.other-blocks-news h4 {
    color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
}

.button-news {
	margin-top: 30px;
}

@media all and (max-width: 500px) {
	
	.vc_column_container > .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
}
	
	.custom-post-blocks {
    padding: 0 20px 0 20px !important;
}
	
	.columns-blocks {
    padding: 30px 20px 0 20px;
}

	.custom-post-blocks {
    padding: 0 20px 0 20px !important;
}
	
	.other-blocks {
    padding: 0 30px !important;
}

	.slick-dots li {
    display: none !important;
}
}


#readingProgress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent; /* IE */
    border: 0; /* Firefox/Opera */
    bottom: 0;
    color: #344F63; /* IE */
    height: 0.5em;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#readingProgress::-webkit-progress-bar {
    background-color: transparent;
}
#readingProgress::-webkit-progress-value {
    background-color: #344F63;
}
#readingProgress::-moz-progress-bar {
    background-color: #344F63;
}
body:not(.page) #readingProgress {
    display: none;
}
@media all and (max-width: 839px) {
    #readingProgress {
        display: none;
    }
}


div.upb_video-text {
    z-index: auto;
}
video.upb_video-src {
    height: auto;
    left: 50%;
    transform: translate3D(-50%, -50%, 0) !important;
    width: auto;
}


div.mejs-container .mejs-controls .mejs-time {
    padding-top: 3px;
    padding-bottom: 7px; /* To match the original 10px top, 0 bottom */
}

.vc-gitem-zone-height-mode-auto::before {
    /* background-color: rgba(0,0,0, 0.35); */
}

/* Hover grid

.vc_grid-item .vc_gitem-zone-a .vc_gitem-link {
    background-color: rgba(0,0,0, 0.4);
    transition: background-color 0.3s ease-in-out; 
}
.vc_grid-item:hover .vc_gitem-zone-a .vc_gitem-link {
    background-color: rgba(0,0,0, 0.7);
}
 */
.dreamData {
	width: 100%;
	vertical-align:top;
	
	
}
.dreamData td, .dreamData th {
    border-bottom: 1px solid #576163;
    margin: 0;
    padding: 0.2em 0;
	vertical-align: top;
}
.dreamData th {
    width: 30%;
	text-align:left;
	font-weight: normal;
}
.dreamData td {
    width: 70%;
	
}

.allDreamsData {
	width: 100%;
	vertical-align:top;
	font-size: 80%;
	
}
.allDreamsData td, 
.allDreamsData th {
    border-bottom: 1px solid #576163;
    margin: 0;
    padding: 0.2em 0;
	vertical-align: top;
	text-align:left;
}
.allDreamsData th {
	text-align:left;
	font-weight: bold;
}

@media all and (max-width: 1279px) {
	.allDreamsData {
		font-size:60%;
	}
}
@media all and (max-width: 839px) {
	.allDreamsData {
		font-size:60%;
	}
}

.flex-spacebetween > div > .wpb_wrapper {
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:space-between
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
   margin-top: -25px !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
    margin: 5px 5px !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots div.vc_grid-owl-dot {
    opacity: 0.4;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots div.vc_grid-owl-dot.active {
    opacity: 0.99; /* 1 doesn't work for some reason */
}

.pf-control-bar-button g, .pf-control-bar-pager g {
    fill: #fff !important;
}


@media all and (max-width: 839px) {
    a.prettyphoto {
        pointer-events: none;
    }
}

.vc_grid-loading {
    display: none !important;
}


.vc_grid-item-mini h3 {
    transition: transform 0.25s linear;
}
.vc_grid-item-mini:hover h3 {
    transform: translateY(-0.75em);
}


@media all and (min-width: 768px) and (max-width: 1279px) {
    .vc_grid-item-mini .post-title-grid h3 {
        font-size: 2.5rem;
		line-height: 3rem;
    }
}

@media all and (max-width: 499px) {
    .vc_btn3.vc_btn3-size-md {
        font-size: 1.6rem !important;
    }
}


.vc_gitem-post-meta-field-naval_architect {
    line-height: 1.25;
}


.iframe_full .vc_column-inner,
.iframe_full .wpb_wrapper
{
	height:100%;
}

.iframe_full {
	position:absolute !important;
	height: 100%;
}

.iframe_brochure {
	height:90%;
}
@media all and (max-width: 839px) {
	.iframe_brochure {
	height:75%;
}
}

.pp_expand {
    display: none !important;
}
.pageflip-wrapper {
	min-height:100vh;
	height:auto !important;
}
.pf-page-container {
	background-size:cover;
}

a.no-underline,
.no-underline a{
	text-decoration:none;
}

.ult-adjust-bottom-margin {
	margin-bottom: 0 !important;
}

.vc_acf.extra-margin {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

:not(.vc_row-o-full-height).vc_row-fluid :not(.post-column-background).vc_col-has-fill > div {
	background: #FFF !important;
}

:not(.vc_row-o-full-height).vc_row-fluid :not(.post-column-background).vc_col-has-fill > div .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
/*     border-color: #7A9DB1 !important; */
/* 	color: #7A9DB1 !important; */
/*     background-color: transparent !important; */
}


  @supports (-webkit-touch-callout: inherit) {
    .upb_row_bg { background-attachment: scroll !important;
  }
}

.aio-icon {
	color: #7A9DB1 !important;
}

.vc_grid-item-mini {
	color: white;
}

.single-dreams_making .vc_row-fluid.vc_row-no-padding {
	background: white
}
.single-dreams_making .vc_btn3-color-white {
	color: #FFF !important;
}

.page-id-2646 .vc_row-has-fill {
	background: #FFF !important
}

.news-post-carousel h2,
.news-post-carousel h4,
.news-post-carousel a {
	color: #7A9DB1 !important;
}
.news-post-carousel .vc_grid-item-mini .vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
	color: #0B2538 !important;
}
.other-blocks-news {
	color: #000;
}
.post-template-default .vc_row-fluid.vc_column-gap-35{
	background: white;
}

#post .wpb_column:not(.black-blocks) .wpb_wrapper h2 {
	color: #7A9DB1;
}

.vc_general.vc_btn3, .hero-light h1 {
	font-weight: 300;
}
.readmore-light .vc_btn3.vc_btn3-size-sm {
	font-weight:300 !important;
}