/* Tools.

Mixins.
---------------------------------------- */
/**
 * NOTE: if we change the tablet max-width here
 * we need to change it in /wp-content/themes/protagonist/assets/js/nav-settings.js
 * so the menu works OK
*/
/* Settings for the project.

 - Colors
 - Fonts
 - etc.
---------------------------------------- */
/*New version 2024-06-12*/
@import url(https://use.typekit.net/vve8hzi.css);

.clearfix {
  clear: both; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.hide-on-tablet {
  display: block; }
  @media (max-width: 890px) {
    .hide-on-tablet {
      display: none; } }

.show-on-tablet {
  display: none; }
  @media (max-width: 890px) {
    .show-on-tablet {
      display: block; } }

.hide-on-mobile {
  display: block; }
  @media (max-width: 768px) {
    .hide-on-mobile {
      display: none; } }

.show-on-mobile {
  display: none; }
  @media (max-width: 768px) {
    .show-on-mobile {
      display: block; } }

/*Font Awesome Fonts
@font-face {
    font-family: 'FontAwesome';
    // in url add your folder path of FontAwsome Fonts
    src: url('/wp-content/themes/bptw/assets/webfonts/fa-regular-400.ttf') format('truetype');
}*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow: scroll;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }


input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px #3f4353 inset;
}

/* Base styles.

Unclassed HTML elements.
No classes or IDs, please!
---------------------------------------- */
body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: "museo-sans-rounded", sans-serif, Helvetica, Arial;
    color: #424353;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}

body.menu-open {
  overflow-y: hidden; }

body:not(.page-id-42):not(.page-id-46):not(.single-news) .grecaptcha-badge {
  display: none; }

*:focus {
  outline: none; }

::-moz-selection {
  background: #51c6d8; }

::selection {
    background: #51c6d8;
}

h1 {
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 500;
    font-size: 60px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1rem;
}

h2 {
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 500;
    line-height: 120%;
    font-size: 20px;
    margin: 0 0 0.5em 0;
    padding: 0;
    letter-spacing: 0;
}
h3 {
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 0.1rem;
}
h4 {
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 500;
    letter-spacing: 0.2rem; }
h5 {
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
p {
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    margin-top: 0;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

a {
  color: #0F8CBB;
  text-decoration: none; }

a:hover {
  color: #4795a0; }

ul {
  margin: 0;
  padding: 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 144px;
  z-index: 10; }

main {
  clear: both; }

form {
  font-family: "museo-sans",sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  margin-top: 0; }

input:not([type="checkbox"]) {
  display: block;
  width: 100%; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  cursor: pointer; }

input[type="checkbox"] + label span {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  border: 1px solid #3f4353;
  background-color: white;
  vertical-align: middle; }
  input[type="checkbox"] + label span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scale(0.8);
    transform-origin: center; }

input[type="checkbox"]:checked + label span:after {
  background-color: #3f4353; }

input[type="submit"] {
  max-width: 150px;
  margin: 0;
  border: 0;
  background-color: #3f4353;
  color: white;
  cursor: pointer; }
  input[type="submit"]:hover {
    background-color: white;
    color: #3f4353; }
  @media (max-width: 768px) {
    input[type="submit"] {
      max-width: none;
      width: 100%; } }

#main {
    clear: both;
}
.content-wrapper {
    margin: 0 auto;
    max-width: 1440px;
}
@media (max-width: 1491px) {
    .content-wrapper {
        padding: 0 15px;
    }
}

.padding-top-98 {
  padding-top: 98px; }
  @media (max-width: 768px) {
    .padding-top-98 {
      padding-top: 58px; } }

.content-item {
  flex-grow: 1;
  /* default 0 */ }

.page-content {
  margin-top: 200px; }

.page-content-after-hero-text {
    margin-top: 0;
}

.page-intro-home-page {
    display: block;
    margin-top: 40px;
    clear: both;
}
.intro-heading {
    font-size: 30px;
    font-weight: 500;
    color: #0F8CBB;
    position: absolute;
    top: 150px;
    opacity: 0;
}
.intro-sub-heading {
    font-weight: 500;
    position: absolute;
    font-size: 25px;
    top: 40px;
}
@media (min-width: 768px) {
    .intro-heading {
        font-size: 50px;
    }
    .intro-sub-heading {
        font-size: 40px;
    }
}


.intro-2-columns-content {
    flex: 0 0 100%;
    position: relative;
    height: auto;
    min-height: 50px;
    padding-bottom: 40px;
}
.page-content-home-page {
    margin-top: 80px;
    z-index: 2;
    position: relative;
}
.home-page-link {
    position: relative;
    z-index: 2;
    cursor: pointer;
    border: 1px solid #424353;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    display: inline-block;
    color: #424353;
    font-weight: 700;
}
.home-content-restrainer {
    margin-right: 0;
    padding-bottom: 0px;
}
.services-list-container {
    display: none;
    position: relative;
    clear: both;
    border-top: 1px solid #424353;
    text-align: center;
    padding: 10px 0 20px 0;
}
.service-picture-wrapper {
    padding-bottom: 88%;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-left: 0;
    position: relative;
}
@media (max-width: 768px) {
    .services-template-default .vc_row::after {
        display: block;
    }
    /*.service-picture-wrapper.vc_row::after {
        display: none;
    }*/
    .service-picture-wrapper::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
/*        background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));*/
    }
}
.service-link {
    display: inline-block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding: 10px 10px 5px 10px;
    color: #424353;
    font-size: 20px;
    font-weight: 300;
}
.service-link:hover {
    color: #0F8CBB;
}
.active-service {
    color: #0F8CBB;
    font-weight: 700;
/*    font-size: 24px;*/
}
.home-2-columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
}
.home-2-columns-content {
    flex: 0 0 100%;
    position: relative;
    min-height: 300px;
    height: auto;
}
.service-text {
    order: 2;
}
.service-thumbnail {
    background-size: cover;
    order: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
}
@media (max-width: 768px) {
    .service-thumbnail::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
/*        background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));*/

        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.5) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.5) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 0.3) 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */

    }
}
.service-thumbnail .arrow-left {
    position: absolute;
    left: 10px;
    top: 140px;
    z-index: 10;
}
.service-thumbnail .arrow-right {
    position: absolute;
    right: 10px;
    top: 140px;
    z-index: 10;
}
.service-thumbnail .arrow-left .service-mobile-link {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    background-image: url("/wp-content/themes/bptw/assets/img/Previous.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.service-thumbnail .arrow-right .service-mobile-link {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    background-image: url("/wp-content/themes/bptw/assets/img/Next.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
/*.service-thumbnail img {
    height: 100%;
    width: auto;
}*/
.service-thumbnail iframe {
/*    width: 100%;*/

    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;*/
}
.home-service-info {
    display: none;
}
.home-service-info-show {
    display: unset;
}
@media (min-width: 768px) {
    .service-thumbnail .arrow-left {
        top: 290px;
    }
    .service-thumbnail .arrow-right {
        top: 290px;
    }
    .intro-heading {
        font-size: 60px;
    }
    .service-thumbnail {
        min-height: 600px;
    }
}
@media (min-width: 1024px) {
    .service-thumbnail .arrow-left {
        display: none;
    }
    .service-thumbnail .arrow-right {
        display: none;
    }
    .home-content-restrainer {
        margin-right: 40px;
/*        padding-bottom: 200px;*/
    }
    .services-list-container {
        position: relative;
        display: block;
    }

    .home-2-columns-wrapper {
        flex-wrap: nowrap;
        align-items: stretch;
/*        height: 900px;*/
        overflow: hidden;
    }
    .home-2-columns-content {
        flex: 0 0 50%;
/*        height: 900px;*/
        overflow: hidden;
    }
    .intro-2-columns-content {
        flex: 0 0 50%;
        position: relative;
        height: auto;
        padding-bottom: 60px;
    }
    .intro-sub-heading {
        top: 70px;
    }
    .service-text {
        order: 1;
    }
    .service-thumbnail {
        order: 2;
    }
    .service-thumbnail {
        min-height: 600px;
    }
}
@media (min-width: 1400px) {
    .home-content-restrainer {
        padding-bottom: 140px;
    }
    .services-list-container {
        position: absolute;
        left: 0;
        right: 40px;
        bottom: 0;
    }
    .home-2-columns-content {
        flex: 0 0 50%;
/*        min-height: 900px;*/
    }
    .service-thumbnail {
        min-height: 700px;
    }
}


.bptw-bold {
    font-weight: 700!important;
}

.bptw-two-pics .vc_column-inner {
    width: 100%;
    padding-top: 400px!important;
    background-size: cover;
    background-position: center;
}
.bptw-one-pic .vc_column-inner {
    width: 100%;
    padding-top: 830px!important;
    background-size: cover;
    background-position: center;
}



.bptw-row {
    padding-top: 96px;
}
.bptw-row h2 {
    color: #0F8CBB;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 0.5em;
}
.bptw-row p {
    width: 85%;
}
.bptw-row .restrict_width_text {
    margin-right: 90px;
}
.bptw-row .bptw-dark-blue-panel-white-text {
    background-color: #424353;
    color: white;
    padding: 2em;
    font-size: 24px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
}
.bptw-row .bptw-dark-blue-panel-white-text p {
    width: 90%;
    font-size: 24px;
}
@media (max-width: 890px) {
    .bptw-row p {
        width: 90%;
    }
    .bptw-row .bptw-dark-blue-panel-white-text {
      font-size: 18px; }
    .bptw-row .bptw-dark-blue-panel-white-text p {
        width: 95%;
        font-size: 18px; } }
@media (max-width: 768px) {
    .bptw-row {
      padding-top: 56px; }
    .bptw-row h2 {
        font-size: 35px; }
    .bptw-row p {
        font-size: 17px;
        width: 100%; }
    .bptw-row .bptw-dark-blue-panel-white-text {
        font-size: 17px; }
    .bptw-row .restrict_width_text {
        margin-right: 0;
    }
}
.bptw-row ul {
    list-style: none;
    /* Remove default bullets */
    list-style-position: inside;
    margin-left: 1.0em;
}
.bptw-row ul li {
    text-indent: -0.5em;
    padding: 0 0 0.5em 0;
}
.bptw-row ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #51c6d8;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 0.5em;
    /* Also needed for space (tweak if needed) */
    margin-left: 0;
    /* Also needed for space (tweak if needed) */
}

/* Vendor
   ========================================================================== */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    overflow: hidden;
    /* fix firefox animation glitch */
}
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
/*    display: none; */
  }



  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.bptw-awards-wrapper {
  margin: 0 auto;
  max-width: calc(1440px + 2em); }

.bptw-awards-container {
  display: flex;
  flex-wrap: wrap;
  margin: 98px 0 4em 0; }
  @media (max-width: 768px) {
    .bptw-awards-container {
      display: block; } }
  .bptw-awards-container .bptw-award-item {
    flex: 0 0 33.3333%;
    margin-bottom: 3em; }
    @media (max-width: 890px) {
      .bptw-awards-container .bptw-award-item {
        flex: 0 0 50%; } }
    @media (max-width: 768px) {
      .bptw-awards-container .bptw-award-item {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
    .bptw-awards-container .bptw-award-item .bptw-award-item-content {
      margin: 0 1em 0 1em;
      display: block; }
      .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-image {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-text {
        padding: 1em 0 0 0; }
        .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-text h3 {
          font-weight: 500;
          font-size: 20px;
          margin-bottom: 5px;
          letter-spacing: 0; }
        .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-text .bptw-award-item-text-row .bptw-award-item-text-left {
          width: 100px;
          font-size: 15px;
          font-weight: 500;
          color: black;
          padding: 0 0 5px 0; }
        .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-text .bptw-award-item-text-row .bptw-award-item-text-right {
          font-size: 15px;
          font-weight: 500;
          padding: 0 0 5px 0; }
        .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-text .bptw-award-item-text-row .bptw-award-item-text-right a {
          color: #51c6d8; }
        .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-text .bptw-award-item-text-row .bptw-award-item-text-right a:hover {
          color: #4795a0; }
        @media (max-width: 890px) {
          .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-text h3 {
            font-size: 1.3em; }
          .bptw-awards-container .bptw-award-item .bptw-award-item-content .bptw-award-item-text p {
            font-size: 1.1em; } }

/**
 * Overwrite Guttenberg Block styles for bptw
 */
.wp-block-image, .wp-block-embed-vimeo {
  margin: 20px 0 30px 0 !important; }
  .wp-block-image img, .wp-block-embed-vimeo img {
    display: block; }

.wp-block-image figcaption, .wp-block-video figcaption {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 130%;
  padding: 6px 0 8px 0;
  margin: 0 0 30px 0;
  box-sizing: border-box; }

.wp-block-quote {
  background-color: #eee;
  margin: 20px 0 30px 0;
  padding: 20px 20px 30px 20px; }

a.bptw-bordered-tinted-button {
  margin-top: 26px;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 10px 60px;
  display: inline-block;
  cursor: pointer;
  z-index: 5001; }
  @media (max-width: 768px) {
    a.bptw-bordered-tinted-button {
      font-size: 13px;
      padding: 10px 20px; } }

a.bptw-bordered-tinted-button:hover {
  background-color: rgba(0, 0, 0, 0.6); }

a.bptw-back-to-button {
  margin-top: 0.5em;
  border: 1px solid #51c6d8;
  background-color: white;
  -webkit-transition: background-color 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  -ms-transition: background-color 0.5s ease-in;
  transition: background-color 0.5s ease-in;
  color: #51c6d8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 40px;
  display: inline-block;
  cursor: pointer;
  z-index: 5001; }
  @media (max-width: 768px) {
    a.bptw-back-to-button {
      font-size: 13px;
      padding: 10px 20px; } }

a.bptw-back-to-button:hover {
  background-color: #51c6d8;
  color: white;
  -webkit-transition: background-color 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  -ms-transition: background-color 0.5s ease-in;
  transition: background-color 0.5s ease-in; }

.career-heading {
  padding: 98px 0 2em 0; }
  .career-heading h2 {
    font-size: 48px;
    font-weight: 500;
    color: #51c6d8; }
    @media (max-width: 768px) {
      .career-heading h2 {
        font-size: 35px; } }

/* Common elements */
.bptw-vacancy-text {
  position: relative;
  min-height: 200px;
  background-color: #51c6d8;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px; }
  .bptw-vacancy-text .bptw-vacancy-type {
    position: absolute;
    bottom: 2em;
    padding: 0 2em; }
    .bptw-vacancy-text .bptw-vacancy-type h3 {
      margin: 0;
      padding: 0 0 0 -2em;
      color: #ffffff;
      font-size: 26px;
      font-weight: 500; }
      @media (max-width: 768px) {
        .bptw-vacancy-text .bptw-vacancy-type h3 {
          font-size: 20px; } }
    .bptw-vacancy-text .bptw-vacancy-type .bptw-vacancy-more {
      display: block;
      position: relative;
      bottom: 0;
      margin: 0.75em 0 0 0;
      height: 30px; }
    .bptw-vacancy-text .bptw-vacancy-type .bptw-vacancy-more-text {
      position: absolute;
      top: 30px;
      left: 0;
      font-size: 12px;
      color: #ffffff;
      letter-spacing: 0.2rem;
      text-transform: uppercase;
      opacity: 0;
      -webkit-transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
      -ms-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in; }
    .bptw-vacancy-text .bptw-vacancy-type .bptw-vacancy-more-arrow {
      position: absolute;
      top: 0.5em;
      background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
      background-size: 11px;
      width: 11px;
      height: 30px; }

.bptw-vacancy-text:hover .bptw-vacancy-more-text {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in; }
.bptw-vacancy-text:hover .bptw-vacancy-more-arrow {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  color: white; }

/* Vacancies home page, list all vacancies */
.bptw-vacancies-wrapper {
  margin: 0 auto;
  max-width: 1440px; }

.bptw-vacancies-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  @media (max-width: 768px) {
    .bptw-vacancies-container {
      display: block; } }
  .bptw-vacancies-container .bptw-vacancy-item {
    flex: 0 0 33.3333%;
    margin-bottom: 2em; }
    @media (max-width: 890px) {
      .bptw-vacancies-container .bptw-vacancy-item {
        flex: 0 0 50%; } }
    @media (max-width: 768px) {
      .bptw-vacancies-container .bptw-vacancy-item {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
    .bptw-vacancies-container .bptw-vacancy-item .bptw-vacancy-content {
      margin: 0 1em 0 1em; }

/* Vacancy detail page, other vacancies column */
.bptw-other-vacancies-container .bptw-vacancy-item {
  margin-bottom: 2em; }
.bptw-other-vacancies-container .bptw-vacancy-content {
  margin: 0; }
  .bptw-other-vacancies-container .bptw-vacancy-content .bptw-vacancy-text .bptw-vacancy-type {
    padding: 0 1.5em; }
    .bptw-other-vacancies-container .bptw-vacancy-content .bptw-vacancy-text .bptw-vacancy-type h3 {
      font-size: 23px; }
      @media (max-width: 768px) {
        .bptw-other-vacancies-container .bptw-vacancy-content .bptw-vacancy-text .bptw-vacancy-type h3 {
          font-size: 20px; } }

.bptw-carousel {
    margin-top: 144px;
    position: relative;
}
@media (max-width: 768px) {
    .bptw-carousel {
        margin-top: 70px;
    }
}
.bptw-carousel .bptw-carousel-item {
    width: 100%;
    height: 670px;
    margin-top: -144px;
    padding-top: 144px;
    background-size: cover;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bptw-carousel .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
}
.bptw-carousel .bptw-carousel__nav {
    width: 100%;
    position: absolute;
    top: calc(50% + 20px);
}
@media (max-width: 890px) {
    .bptw-carousel .bptw-carousel__nav {
        top: 50%;
    }
}

.bptw-carousel .bptw-carousel-caption {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    z-index: 1000;
}
@media (min-width: 768px) {
    .bptw-carousel .bptw-carousel-caption {
        bottom: 20px;
    }
}
    .bptw-carousel .bptw-carousel-caption a {
      color: #ffffff; }
    .bptw-carousel .bptw-carousel-caption a:hover {
      color: rgba(255, 255, 255, 0.8); }
    .bptw-carousel .bptw-carousel-caption .bptw-carousel-caption-restrainer {
      display: block;
      width: 100%;
      margin: 0 auto;
      max-width: 1440px; }
    .bptw-carousel .bptw-carousel-caption h1 {
      color: white;
      font-size: 60px;
      line-height: 150%; }
      @media (max-width: 1491px) {
        .bptw-carousel .bptw-carousel-caption h1 {
          padding: 0 15px 0 15px; } }
      @media (max-width: 768px) {
        .bptw-carousel .bptw-carousel-caption h1 {
          font-size: 30px;
          line-height: 130%; } }
    .bptw-carousel .bptw-carousel-caption span {
      font-family: "museo-sans", sans-serif, Helvetica, Arial;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: #ffffff; }
      @media (max-width: 1491px) {
        .bptw-carousel .bptw-carousel-caption span {
          padding: 0 15px 0 15px; } }
      @media (max-width: 768px) {
        .bptw-carousel .bptw-carousel-caption span {
          font-size: 14px; } }
    .bptw-carousel .bptw-carousel-caption p {
      font-family: "museo-sans", sans-serif, Helvetica, Arial;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.1em;
      color: white; }
      @media (max-width: 1491px) {
        .bptw-carousel .bptw-carousel-caption p {
          padding: 0 15px 0 15px; } }
      @media (max-width: 768px) {
        .bptw-carousel .bptw-carousel-caption p {
          font-size: 16px; } }
  .bptw-carousel .bptw-carousel__control {
    height: 40px;
    width: 40px;
    border: 0;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #f5f4f3;
    cursor: pointer; }
    @media (max-width: 890px) {
      .bptw-carousel .bptw-carousel__control {
        height: 40px;
        width: 40px; } }
    .bptw-carousel .bptw-carousel__control:after {
      width: 100%;
      position: relative;
      top: -2px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      /*-webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;*/
      transition: transform 0.25s; }
      .touchevents .bptw-carousel .bptw-carousel__control:after {
        transform: none !important; }
    .bptw-carousel .bptw-carousel__control--dark {
      background-color: rgba(0, 0, 0, 0.5); }
  .bptw-carousel .bptw-carousel__control.prev {
    left: 1em;
    background-image: url("/wp-content/themes/bptw/assets/img/Previous.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    filter: alpha(opacity=70);
    opacity: 0.7; }
    .bptw-carousel .bptw-carousel__control.prev:hover {
      filter: alpha(opacity=100);
      opacity: 1.0; }
    @media (max-width: 768px) {
      .bptw-carousel .bptw-carousel__control.prev {
        display: none; } }
  .bptw-carousel .bptw-carousel__control.next {
    right: 1em;
    background-image: url("/wp-content/themes/bptw/assets/img/Next.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    @media (max-width: 768px) {
      .bptw-carousel .bptw-carousel__control.next {
        display: none; } }
  .bptw-carousel .bptw-carousel__control.next:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); }

.loading-placeholder {
  height: 400px;
  margin-top: 144px;
  position: relative;
  background-image: url("/wp-content/themes/bptw/assets/img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px; }




/* this is for Planning Projects */
.bptw-carousel-multi {
    display: none;
    margin-top: 144px;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.bptw-carousel-multi .bptw-carousel-item {
    height: 500px;
}
.bptw-carousel-multi .bptw-carousel-item img {
    height: 500px;
    width: auto;
}

@media (max-width: 1491px) {
    .bptw-carousel-multi {
        margin-top: 70px;
        height: 400px;
    }
    .bptw-carousel-multi .bptw-carousel-item {
        height: 400px;
    }
    .bptw-carousel-multi .bptw-carousel-item img {
        height: 400px;
        width: auto;
    }
}
@media (max-width: 1150px) {
    .bptw-carousel-multi {
        margin-top: 70px;
        height: 350px;
    }
    .bptw-carousel-multi .bptw-carousel-item {
        height: 350px;
    }
    .bptw-carousel-multi .bptw-carousel-item img {
        height: 350px;
        width: auto;
    }
}

@media (max-width: 890px) {
    .bptw-carousel-multi {
        margin-top: 70px;
        height: 350px;
    }
    .bptw-carousel-multi .bptw-carousel-item {
        height: 350px;
    }
    .bptw-carousel-multi .bptw-carousel-item img {
        height: 350px;
        width: auto;
    }
}
@media (max-width: 768px) {
    .bptw-carousel-multi {
        margin-top: 70px;
        height: 300px;
    }
    .bptw-carousel-multi .bptw-carousel-item {
        height: 300px;
    }
    .bptw-carousel-multi .bptw-carousel-item img {
        height: 300px;
        width: auto;
    }
}

.bptw-carousel-multi .bptw-carousel__nav {
    width: 100%;
    position: absolute;
    top: calc(50% + 20px);
}
.bptw-carousel-multi .bptw-carousel__control {
    height: 40px;
    width: 40px;
    border: 0;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #f5f4f3;
    cursor: pointer;
}

@media (max-width: 890px) {
      .bptw-carousel-multi .bptw-carousel__control {
        height: 40px;
        width: 40px; } }
    .bptw-carousel-multi .bptw-carousel__control:after {
      width: 100%;
      position: relative;
      top: -2px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      /*-webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;*/
      transition: transform 0.25s; }
      .touchevents .bptw-carousel-multi .bptw-carousel__control:after {
        transform: none !important; }
    .bptw-carousel-multi .bptw-carousel__control--dark {
      background-color: rgba(0, 0, 0, 0.5); }
  .bptw-carousel-multi .bptw-carousel__control.prev {
    left: 1em;
    background-image: url("/wp-content/themes/bptw/assets/img/Previous.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.2;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in; }
    .bptw-carousel-multi .bptw-carousel__control.prev:hover {
      opacity: 1.0; }
    @media (max-width: 768px) {
      .bptw-carousel-multi .bptw-carousel__control.prev {
        display: none; } }
  .bptw-carousel-multi .bptw-carousel__control.next {
    right: 1em;
    background-image: url("/wp-content/themes/bptw/assets/img/Next.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    @media (max-width: 768px) {
      .bptw-carousel-multi .bptw-carousel__control.next {
        display: none; } }
  .bptw-carousel-multi .bptw-carousel__control.next:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); }


.bptw-page-carousel {
    margin-top: 3em;
    position: relative;
    height: 322px;
}
.bptw-page-carousel .owl-stage-outer {
    display: block;
    height: 322px;
}
.bptw-page-carousel .bptw-carousel-item {
    width: 100%;
    height: 322px;
    position: relative;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
}
.bptw-page-carousel .overlay {
    position: absolute;
    overflow: auto;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6));
}
.bptw-page-carousel .bptw-related-projects-carousel-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding: 0 2em 2em 2em;
}
.bptw-page-carousel .bptw-related-projects-carousel-text h3 {
    color: white;
    font-size: 300%;
    font-weight: 500;
    margin-bottom: 0.3em;
}
.bptw-page-carousel .bptw-related-projects-carousel-text h4 {
    color: white;
    font-size: 110%;
    letter-spacing: 0.1em;
    margin-top: 0;
    text-transform: uppercase;
}
.bptw-page-carousel .bptw-carousel__nav {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 190px;
}
.bptw-page-carousel .bptw-carousel__control {
    background-color: transparent;
    border: 0;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    color: #f5f4f3;
    cursor: pointer;
}
.bptw-page-carousel .bptw-carousel__control.prev {
    width: 60px;
    height: 60px;
    background-image: url("/wp-content/themes/bptw/assets/img/Previous.png");
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.bptw-page-carousel .bptw-carousel__control.next {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url("/wp-content/themes/bptw/assets/img/Next.png");
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.bptw-page-carousel .bptw-carousel__control.next:hover, .bptw-page-carousel .bptw-carousel__control.prev:hover {
    color: white;
    opacity: 1.0;
}
.bptw-page-carousel .owl-dots {
    display: none!important;
}
@media (min-width: 768px) {
    .bptw-page-carousel {
        height: 622px;
    }
    .bptw-page-carousel .owl-stage-outer {
        height: 622px;
    }
    .bptw-page-carousel .bptw-carousel-item {
        height: 622px;
    }
    .bptw-page-carousel .bptw-carousel__nav {
        bottom: 280px;
    }
}





.bptw-related-projects-carousel {
    margin-top: 3em;
    position: relative;
}
.bptw-related-projects-carousel .owl-stage-outer {
    display: block;
}
.bptw-related-projects-carousel .bptw-carousel-item {
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
}
.bptw-related-projects-carousel .overlay {
    position: absolute;
    overflow: auto;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6));
}
.bptw-related-projects-carousel .bptw-related-projects-carousel-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding: 0 2em 2em 2em; }
.bptw-related-projects-carousel .bptw-related-projects-carousel-text h3 {
      color: white;
      font-size: 300%;
      font-weight: 500;
      margin-bottom: 0.3em; }
.bptw-related-projects-carousel .bptw-related-projects-carousel-text h4 {
      color: white;
      font-size: 110%;
      letter-spacing: 0.1em;
      margin-top: 0;
      text-transform: uppercase; }
.bptw-related-projects-carousel .bptw-carousel__nav {
    width: 200px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 50px; }
.bptw-related-projects-carousel .bptw-carousel__control {
    background-color: #63C4D7;
    border: 0;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    color: #f5f4f3;
    cursor: pointer; }
.bptw-related-projects-carousel .bptw-carousel__control.prev {
    width: 80px;
    height: 80px;
    background-image: url("/wp-content/themes/bptw/assets/img/Previous.png");
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
@media (max-width: 768px) {
    .bptw-related-projects-carousel .bptw-carousel__control.prev {
        display: none;
    }
}
.bptw-related-projects-carousel .bptw-carousel__control.next {
    position: absolute;
    left: 100px;
    width: 80px;
    height: 80px;
    background-image: url("/wp-content/themes/bptw/assets/img/Next.png");
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
@media (max-width: 768px) {
    .bptw-related-projects-carousel .bptw-carousel__control.next {
        display: none;
    }
}
.bptw-related-projects-carousel .bptw-carousel__control.next:hover, .bptw-related-projects-carousel .bptw-carousel__control.prev:hover {
    background-color: #5ab2c3;
    color: white;
    opacity: 1.0;
}
.bptw-related-projects-carousel .owl-dots {
    display: none!important;
}


.bptw-clients-wrapper {
  margin: 0 auto;
  max-width: 1440px; }

.bptw-clients-container {
  display: flex;
  flex-wrap: wrap;
  margin: 96px 0 4em 0; }
  @media (max-width: 768px) {
    .bptw-clients-container {
      display: block; } }
  .bptw-clients-container .bptw-client-column {
    flex: 0 0 33.3333%; }
    @media (max-width: 768px) {
      .bptw-clients-container .bptw-client-column {
        display: block;
        width: 100%; } }
    .bptw-clients-container .bptw-client-column .bptw-client-column-content {
      margin: 0 1em 0 1em; }
    .bptw-clients-container .bptw-client-column .bptw-client-column-content-bakery {
      margin: 0 0 0 0; }

.bptw-clients-filter-left {
  float: left;
  width: 32%; }
  @media (max-width: 768px) {
    .bptw-clients-filter-left {
      display: block;
      width: 100%; } }

.bptw-clients-filter-right {
  float: left;
  width: 68%; }
  .bptw-clients-filter-right img {
    width: 100%; }
  @media (max-width: 768px) {
    .bptw-clients-filter-right {
      display: block;
      width: 100%; } }

.bptw-affiliations-wrapper {
  margin-top: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  overflow: hidden; }

.bptw-affiliations-container {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 3px 4px 3px; }
  .bptw-affiliations-container .bptw-affiliations-content {
    flex: 0 0 16.6666%;
    position: relative; }
    @media (max-width: 1491px) {
      .bptw-affiliations-container .bptw-affiliations-content {
        flex: 0 0 20%; } }
    @media (max-width: 890px) {
      .bptw-affiliations-container .bptw-affiliations-content {
        flex: 0 0 25%; } }
    @media (max-width: 768px) {
      .bptw-affiliations-container .bptw-affiliations-content {
        flex: 0 0 50%; } }
    .bptw-affiliations-container .bptw-affiliations-content .bptw-affiliations-inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 5px;
      padding: 1.0em;
      background-color: white;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      background-origin: content-box; }
    .bptw-affiliations-container .bptw-affiliations-content img {
      width: 100%;
      display: block; }

.contacts-wrapper {
  display: flex;
  margin: 4em 0 1em 0; }
  @media (max-width: 890px) {
    .contacts-wrapper {
      display: block; } }
  .contacts-wrapper h2.location-header {
    color: #51c6d8;
    font-size: 27px;
    margin-bottom: 10px; }
  .contacts-wrapper .location-link {
    text-decoration: underline; }
  .contacts-wrapper .location-left {
    flex: 0 0 50%;
    margin-bottom: 2em; }
    .contacts-wrapper .location-left p {
      width: 80%; }
    .contacts-wrapper .location-left .download-panel {
      width: 55%; }
    @media (max-width: 1150px) {
      .contacts-wrapper .location-left {
        flex: 0 0 45%; } }
    @media (max-width: 890px) {
      .contacts-wrapper .location-left {
        display: block;
        margin: 2em 0 0 0; } }
    @media (max-width: 768px) {
      .contacts-wrapper .location-left {
        display: block;
        margin: 2em 0 0 0; }
        .contacts-wrapper .location-left p {
          width: 100%; }
        .contacts-wrapper .location-left .download-panel {
          width: auto; } }
  .contacts-wrapper .location-right {
    flex: 0 0 50%;
    margin-bottom: 2em; }
    .contacts-wrapper .location-right p {
      width: 80%; }
    .contacts-wrapper .location-right .download-panel {
      width: 55%; }
    @media (max-width: 1150px) {
      .contacts-wrapper .location-right {
        flex: 0 0 55%; } }
    @media (max-width: 890px) {
      .contacts-wrapper .location-right {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
        padding-top: 2em; } }
    @media (max-width: 768px) {
      .contacts-wrapper .location-right p {
        width: 100%; }
      .contacts-wrapper .location-right .download-panel {
        width: auto; } }
  .contacts-wrapper .contacts-left {
    flex: 0 0 50%;
    margin-bottom: 2em; }
    @media (max-width: 1150px) {
      .contacts-wrapper .contacts-left {
        flex: 0 0 45%; } }
    @media (max-width: 890px) {
      .contacts-wrapper .contacts-left {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
    @media (max-width: 768px) {
      .contacts-wrapper .contacts-left {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
  .contacts-wrapper .contacts-right {
    flex: 0 0 50%;
    margin-bottom: 2em; }
    @media (max-width: 1150px) {
      .contacts-wrapper .contacts-right {
        flex: 0 0 55%; } }
    @media (max-width: 890px) {
      .contacts-wrapper .contacts-right {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }

.enquiries-wrapper {
  display: block;
  margin: 4em 0 4em 0; }
  .enquiries-wrapper .enquiries-item {
    flex: 0 0 100%; }
    .enquiries-wrapper .enquiries-item a {
      text-decoration: underline; }

.address-wrapper {
  display: flex;
  margin-top: 20px; }
  @media (max-width: 890px) {
    .address-wrapper {
      display: block; } }
  .address-wrapper .address-left {
    flex: 0 0 50%; }
    @media (max-width: 890px) {
      .address-wrapper .address-left {
        display: block; } }
    .address-wrapper .address-left .address-left-container {
      padding: 0 0 0 120px; }
      @media (max-width: 1491px) {
        .address-wrapper .address-left .address-left-container {
          padding: 0 0 0 80px; } }
      @media (max-width: 1150px) {
        .address-wrapper .address-left .address-left-container {
          padding: 0 0 0 40px; } }
      @media (max-width: 890px) {
        .address-wrapper .address-left .address-left-container {
          padding: 0; } }
      .address-wrapper .address-left .address-left-container h2 {
        color: #51c6d8;
        font-size: 27px; }
      .address-wrapper .address-left .address-left-container .address-left-emails {
        font-size: 15px; }
        .address-wrapper .address-left .address-left-container .address-left-emails a {
          color: #51c6d8; }
        .address-wrapper .address-left .address-left-container .address-left-emails a:hover {
          color: #3f4353; }
  .address-wrapper .address-right {
    flex: 0 0 50%; }
    @media (max-width: 890px) {
      .address-wrapper .address-right {
        display: block; } }

.download-panel {
  display: block;
  background-color: #C61C56;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottom-right: 50px;
  border-bottom-right-radius: 50px;
  padding: 25px 20px 30px 20px;
  -webkit-transition: background-color 500ms ease-in-out;
  -moz-transition: background-color 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out;
  -ms-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out; }
  .download-panel .download-heading {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em; }
  .download-panel .download-text {
    color: #ffffff;
    padding: 7px 0 25px 0; }
  .download-panel .download-file {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 12px; }
    .download-panel .download-file img {
      vertical-align: middle; }

.download-panel:hover {
  background-color: #991541; }

#bptw-map {
  width: 100%;
  height: 100%; }
  @media (max-width: 768px) {
    #bptw-map {
      margin-top: 50px;
      height: 300px; } }

footer {
    background-color: #3f4353;
    background-image: url('/wp-content/themes/bptw/assets/img/footer-background.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
    color: #ffffff;
    clear: both;
    width: 100%;
    margin-top: 150px;
    padding: 3.0em 0 1.5em 0;
    position: relative;
}
@media (max-width: 768px) {
    footer {
        padding: 6.5em 0 1.5em 0;
    }
}
footer p {
    font-size: 20px;
}
footer a {
    color: #51c6d8;
}
footer a:hover {
    color: #ffffff;
}
footer h5 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 1.0em 0;
}
.footer-row-top {
    display: flex;
    flex-wrap: nowrap;
}
.footer-row-logo {
    flex: 0 0 75px;
    margin-top: 4px;
}
.footer-row-logo img {
    width: 60px;
}
.footer-row-strapline {
    flex: 1;
}
.footer-row-strapline h3 {
    color: #5FC4D7;
    font-size: 30px;
    line-height: 100%;
    margin: 0;
    letter-spacing: 0;
}
.footer-row-strapline h4 {
    color: white;
    font-size: 18px;
    line-height: 100%;
    margin: 0;
    letter-spacing: 0;
}
@media (min-width: 768px) {
    .footer-row-logo {
        flex: 0 0 150px;
        margin-top: 10px;
    }
    .footer-row-logo img {
        width: 84px;
    }
    .footer-row-strapline h3 {
        font-size: 60px;
    }
    .footer-row-strapline h4 {
        font-size: 48px;
    }
}
footer .footer-row {
    display: flex;
    width: 700px;
    padding: 4em 0 3em 0;
}
footer .footer-row h5 {
    font-family: "museo-sans-rounded", sans-serif, Helvetica, Arial;
    color: #5FC4D7;
    font-size: 24px;
    font-weight: 500!important;
    line-height: 200%;
    border-bottom: 1px solid #51c6d8;
}
.footer-menu {
    flex: 1 1 320px;
    box-sizing: border-box;
}
footer .footer-menu p {
    line-height: 140%!important;
    margin-bottom: 12px;
}
footer .footer-menu a {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: white;
}
footer .footer-menu a:hover {
    color: rgba(255, 255, 255, 0.6);
}
footer .footer-addresses {
    flex: 1 1 320px;
    content: "";
    box-sizing: border-box;
}
.footer-addresses-container p {
    line-height: 140%!important;
}
footer .footer-menu-container, footer .footer-addresses-container {
    padding-right: 25px;
}

@media (max-width: 768px) {
    footer .footer-addresses {
        display: block;
        width: 100%;
    }
    footer .footer-row {
        width: auto;
    }
    footer .footer-row {
        display: block;
    }
    footer .footer-row p {
        font-size: 16px;
    }
}


footer .copyright-row {
    display: flex;
    width: 100%;
    padding-bottom: 3em;
}
footer .copyright-row p {
    line-height: 200%;
}
@media (max-width: 768px) {
    footer .copyright-row {
        display: block;
    }
}
footer .copyright {
    flex: 1 0 0;
    content: "";
    width: 50%;
    padding: 3.0em 0 0 0;
    font-size: 14px;
    line-height: 150%;
}
@media (max-width: 768px) {
    footer .copyright {
        display: block;
        width: 100%;
    }
}
footer .footer-social-icons {
    flex: 1 0 0;
    content: "";
    width: 100%;
    text-align: left;
    padding: 0.5em 0 0 0;
}
footer .footer-social-icons .footer-social-icon {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin: 0 10px 0 0;
}
@media (max-width: 768px) {
    footer .footer-social-icons {
        text-align: left;
        display: block;
        width: 100%;
    }
    footer .footer-social-icons .footer-social-icon {
        margin: 0 10px 0 0;
    }
}






div.wpcf7 {
  margin: 0 auto;
  max-width: 1472px;
  padding: 0; }

.wpcf7-form {
  background-color: #5D9D4C;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  margin: 0 1em 0 1em; }
  .wpcf7-form label {
    display: none;
    height: 0; }

div.wpcf7-response-output {
  margin: 0 auto;
  max-width: 1408px;
  text-align: center;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  font-weight: bold; }

div.wpcf7-validation-errors {
  border: 0;
  color: yellow; }

div.wpcf7-mail-sent-ok {
  border: 0;
  background-color: #51c6d8;
  color: white; }

span.wpcf7-form-control-wrap {
  display: inline; }

.newsletter-form-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5em; }

.newsletter-form-column-one {
  flex: 0 0 22%;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: right; }
  .newsletter-form-column-one span.newsletter-form-heading {
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 0 1.5em 0 0;
    line-height: 40px; }

.newsletter-form-column-two {
  flex: 0 0 28%;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  width: 50%;
  box-sizing: border-box; }
  .newsletter-form-column-two span.wpcf7-not-valid-tip {
    color: yellow;
    font-size: 14px;
    margin: 3px 0 0 0;
    text-align: right;
    clear: both; }
  .newsletter-form-column-two .newsletter-form-column-two-retainer {
    margin: 0 1em 0 0;
    overflow: hidden; }
    .newsletter-form-column-two .newsletter-form-column-two-retainer input[type="text"] {
      width: 100%;
      padding: 5px 10px;
      border: 1px solid white;
      border-radius: 0;
      -webkit-border-radius: 0px;
      -webkit-appearance: none; }

.newsletter-form-column-three {
  display: inline-block;
  flex: 0 0 28%;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  .newsletter-form-column-three p {
    margin-block-end: 0.5em; }
  .newsletter-form-column-three span.wpcf7-not-valid-tip {
    color: yellow;
    font-size: 14px;
    margin: 3px 0 0 0;
    clear: both; }
  .newsletter-form-column-three span.wpcf7-list-item-label {
    display: none; }
  .newsletter-form-column-three .newsletter-form-column-three-retainer {
    margin: 0 0 0 1em;
    overflow: hidden; }
    .newsletter-form-column-three .newsletter-form-column-three-retainer input[type="email"] {
      width: 100%;
      margin: 0;
      padding: 5px 10px;
      border: 1px solid white;
      overflow: hidden;
      margin: 0;
      display: inline;
      border-radius: 0;
      -webkit-border-radius: 0px;
      -webkit-appearance: none; }

.newsletter-form-column-four {
  display: inline-block;
  flex: 0 0 22%;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  .newsletter-form-column-four .newsletter-form-column-four-retainer {
    margin: 0 0 0 1.5em;
    overflow: hidden; }
    .newsletter-form-column-four .newsletter-form-column-four-retainer input[type="submit"] {
      width: 140px;
      border: 1px solid #ffffff;
      background-color: rgba(255, 255, 255, 0);
      -webkit-transition: background-color 0.5s ease-in;
      -moz-transition: background-color 0.5s ease-in;
      -o-transition: background-color 0.5s ease-in;
      -ms-transition: background-color 0.5s ease-in;
      transition: background-color 0.5s ease-in;
      margin: 0;
      color: #ffffff;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      padding: 5px 20px;
      display: inline-block;
      cursor: pointer;
      z-index: 5001;
      border-radius: 0;
      -webkit-border-radius: 0px;
      -webkit-appearance: none; }
    .newsletter-form-column-four .newsletter-form-column-four-retainer input[type="submit"]:hover {
      color: #5D9D4C;
      background-color: white;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }

.newsletter-form-text-container {
  display: flex;
  flex-wrap: wrap; }

.newsletter-form-text-left {
  flex: 0 0 50%;
  padding: 0;
  margin: 0; }

.newsletter-form-text-right {
  flex: 0 0 50%;
  padding: 0; }
  .newsletter-form-text-right .newsletter-form-text-right-retainer {
    margin: 10px 0 1.2em 1em;
    overflow: hidden; }
    .newsletter-form-text-right .newsletter-form-text-right-retainer span.wpcf7-not-valid-tip {
      color: yellow;
      font-size: 14px;
      margin: 0;
      clear: both; }
    .newsletter-form-text-right .newsletter-form-text-right-retainer span.wpcf7-checkbox span.wpcf7-list-item {
      margin: 0; }
    .newsletter-form-text-right .newsletter-form-text-right-retainer input[type="checkbox"] {
      display: inline-block;
      margin: 0 0 0 5px; }
    .newsletter-form-text-right .newsletter-form-text-right-retainer span.newsletter-form-text {
      color: white;
      font-size: 15px;
      line-height: 18px;
      display: inline-block; }
    .newsletter-form-text-right .newsletter-form-text-right-retainer span.newsletter-form-text a {
      color: white;
      text-decoration: underline; }
    .newsletter-form-text-right .newsletter-form-text-right-retainer span.wpcf7-list-item-label {
      display: none; }

@media (max-width: 890px) {
  .newsletter-form-column-one {
    flex: 0 0 100%;
    text-align: left; }
    .newsletter-form-column-one span.newsletter-form-heading {
      padding: 0 0 0 1em; }

  .newsletter-form-column-two {
    flex: 0 0 33.33333%; }
    .newsletter-form-column-two .newsletter-form-column-two-retainer {
      margin: 0 0 1em 1em; }
    .newsletter-form-column-two span.wpcf7-not-valid-tip {
      text-align: left; }

  .newsletter-form-column-three {
    flex: 0 0 33.33333%; }

  .newsletter-form-column-four {
    flex: 0 0 33.33333%; }
    .newsletter-form-column-four .newsletter-form-column-four-retainer {
      margin: 0 0 0 1em; }

  .newsletter-form-text-left {
    flex: 0 0 100%; }

  .newsletter-form-text-right {
    flex: 0 0 100%; }
    .newsletter-form-text-right .newsletter-form-text-right-retainer {
      margin: 0 0 1.2em 1em; } }
@media (max-width: 768px) {
  .newsletter-form-column-one {
    flex: 0 0 100%;
    text-align: left; }
    .newsletter-form-column-one span.newsletter-form-heading {
      padding: 0 0 0 1em; }

  .newsletter-form-column-two {
    flex: 0 0 100%; }
    .newsletter-form-column-two .newsletter-form-column-two-retainer {
      margin: 0 1em 1em 1em; }
      .newsletter-form-column-two .newsletter-form-column-two-retainer input[type="text"] {
        max-width: 300px; }
    .newsletter-form-column-two span.wpcf7-not-valid-tip {
      text-align: left; }

  .newsletter-form-column-three {
    flex: 0 0 100%; }
    .newsletter-form-column-three .newsletter-form-column-three-retainer {
      margin: 0 1em 1em 1em; }
      .newsletter-form-column-three .newsletter-form-column-three-retainer input[type="email"] {
        max-width: 300px; }

  .newsletter-form-column-four {
    flex: 0 0 100%; }
    .newsletter-form-column-four .newsletter-form-column-four-retainer {
      margin: 0 1em 0 1em; }

  .newsletter-form-text-left {
    flex: 0 0 100%; }

  .newsletter-form-text-right {
    flex: 0 0 100%; }
    .newsletter-form-text-right .newsletter-form-text-right-retainer {
      margin: 10px 0 1.2em 1em; } }
.bptw-menu-wrapper {
  position: relative;
  overflow: hidden;
  top: 0;
  height: 144px;
  width: 100%;
  background-color: #fff;
  z-index: 10; }
  @media (max-width: 768px) {
    .bptw-menu-wrapper {
      height: 70px; } }

.home .bptw-menu-wrapper {
  opacity: 0; }

.bptw-menu-wrapper-fade-in {
    opacity: 1 !important;
    max-height: 144px;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
    .bptw-menu-wrapper-fade-in {
        max-height: 70px;
    }
}
.bptw-menu-wrapper-fade-out {
    opacity: 0 !important;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bptw-menu-logo {
  position: absolute;
  width: 85px;
  height: 100%;
  left: 30px;
  top: 27px;
  background: url("/wp-content/themes/bptw/assets/img/logo_colour.svg") no-repeat center;
  background-size: auto 90px;
  background-position: left top; }
  @media (max-width: 768px) {
    .bptw-menu-logo {
      top: 10px;
      left: 20px;
      width: 55px;
      background-size: auto 50px; } }

.bptw-menu-button {
    position: fixed;
    top: 10px;
    right: 8px;
    z-index: 100;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 0;
    padding: 13px 8px 7px 8px;
    overflow: visible;
}
@media (min-width: 768px) {
    .bptw-menu-button {
        top: 20px;
        right: 15px;
    }
}

.bptw-menu-button:hover {
  opacity: 0.7; }

.bptw-menu-button-box {
    width: 34px;
    height: 15px;
    display: block;
    position: relative;
}
.bptw-menu-button-text {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    color: black;
}
.bptw-menu-button-text-white {
    color: white;
}
.bptw-menu-button-text-hide {
    display: none;
}

.bptw-menu-button-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.bptw-menu-button-inner, .bptw-menu-button-inner::before, .bptw-menu-button-inner::after {
    width: 34px;
    height: 3px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.bptw-menu-button-inner:hover {
    height: 3px;
}
.bptw-menu-button-inner::before, .bptw-menu-button-inner::after {
  content: "";
  display: block; }

.bptw-menu-button-inner::before {
  top: -10px; }

.bptw-menu-button-inner::after {
  bottom: -10px; }

.bptw-menu-button-white, .bptw-menu-button-white::before, .bptw-menu-button-white::after {
  background-color: #fff;
  width: 34px;
  height: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.bptw-menu-button .bptw-menu-button-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.bptw-menu-button .bptw-menu-button-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.bptw-menu-button .bptw-menu-button-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.bptw-menu-button.is-active .bptw-menu-button-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff; }

.bptw-menu-button.is-active .bptw-menu-button-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  background-color: #fff; }

.bptw-menu-button.is-active .bptw-menu-button-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff; }

/**
 * Styles for the different hero items
 */
.bptw-hero-text {
    margin-top: 144px;
    position: relative;
    height: 305px;
    width: 100%;
    background-color: #414254;
}
@media (max-width: 768px) {
    .bptw-hero-text {
        margin-top: 70px;
        height: 305px;
    }
}
.bptw-hero-text .bptw-hero-text-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background: url("/wp-content/themes/bptw/assets/img/thin-hero-bg.svg");*/
/*    background: url("/wp-content/themes/bptw/assets/img/thin-hero-bg-2024.png");*/
    background: url("/wp-content/themes/bptw/assets/img/thin-hero-bg-2024-v2.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
    opacity: 1;
}
@media (max-width: 768px) {
    .bptw-hero-text .bptw-hero-text-cover {
/*        background: url("/wp-content/themes/bptw/assets/img/thin-hero-bg-mobile.svg");*/
/*        background: url("/wp-content/themes/bptw/assets/img/thin-hero-bg-2024.png");*/
        background: url("/wp-content/themes/bptw/assets/img/thin-hero-bg-2024-v2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
        opacity: 0.55;
    }
}
.bptw-hero-text .bptw-hero-text-text {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.bptw-hero-text .bptw-hero-text-text h1 {
    color: white;
    font-size: 60px;
    line-height: 120%;
    position: relative;
    margin-bottom: 20px;
}
.bptw-hero-text .bptw-hero-text-text h1::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    width: 300px;
    left: 0;
}
@media (max-width: 890px) {
    .bptw-hero-text .bptw-hero-text-text h1 {
        font-size: 40px;
        line-height: 130%;
    }
}
@media (max-width: 768px) {
    .bptw-hero-text .bptw-hero-text-text h1 {
        font-size: 30px;
        line-height: 130%;
    }
}

.bptw-hero-text .bptw-hero-text-text span {
    font-family: "museo-sans", sans-serif, Helvetica, Arial;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #ffffff;
}
.bptw-hero-text .bptw-hero-text-text span a {
    color: #ffffff; }
.bptw-hero-text .bptw-hero-text-text span a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.bptw-hero-text .bptw-hero-text-text p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: white;
    margin-top: 5px;
}

.bptw-hero-home {
  top: 110px;
  position: absolute;
  width: 100%;
  background-size: cover; }
  .bptw-hero-home .bptw-hero-home-picture-container {
    position: relative;
    height: 500px; }
  .bptw-hero-home .bptw-hero-home-picture-text {
    position: absolute;
    bottom: 10px; }
    .bptw-hero-home .bptw-hero-home-picture-text h1 {
      color: white;
      font-size: 52px;
      line-height: 150%; }
    .bptw-hero-home .bptw-hero-home-picture-text span {
      font-family: "museo-sans", sans-serif, Helvetica, Arial;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: #51c6d8; }
      .bptw-hero-home .bptw-hero-home-picture-text span a {
        color: #ffffff; }
      .bptw-hero-home .bptw-hero-home-picture-text span a:hover {
        color: #51c6d8; }
    .bptw-hero-home .bptw-hero-home-picture-text p {
      font-family: "museo-sans", sans-serif, Helvetica, Arial;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.1em;
      color: white; }

.onPageMenu-anchor {
  position: absolute;
  bottom: 144px; }

.bptw-hero-large-picture, .bptw-hero-large-picture-alt {
    margin-top: 70px;
    position: relative;
    width: 100%;
    /* height: calc(100vh - 750px); was 144px then 300px then updated 2023-07-12 */
    height: 420px;
    display: block;
}
@media (min-width: 768px) {
    .bptw-hero-large-picture, .bptw-hero-large-picture-alt {
        margin-top: 144px;
        /* height: calc(100vh - 170px);was 70px */
        height: 600px;
        margin-top: 70px;
    }
}


.bptw-hero-large-picture .bptw-hero-large-picture-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.bptw-hero-large-picture .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
    display: inline-block;
}
.bptw-hero-large-picture .bptw-hero-large-picture-text {
    position: absolute;
    bottom: 10px;
}
.bptw-hero-large-picture .bptw-hero-large-picture-text h1 {
    color: white;
    font-size: 30px;
    line-height: 130%;
    position: relative;
    margin-bottom: 20px;
}
.bptw-hero-large-picture .bptw-hero-large-picture-text h1::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    width: 300px;
    left: 0;
}
@media (min-width: 768px) {
    .bptw-hero-large-picture .bptw-hero-large-picture-text h1 {
        font-size: 40px;
        line-height: 125%;
    }
}
@media (min-width: 1024px) {
    .bptw-hero-large-picture .bptw-hero-large-picture-text h1 {
        font-size: 60px;
        line-height: 125%;
    }
}

.bptw-hero-large-picture .bptw-hero-large-picture-text span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: white;
}
.bptw-hero-large-picture .bptw-hero-large-picture-text span a {
    color: #ffffff;
}
.bptw-hero-large-picture .bptw-hero-large-picture-text span a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.bptw-hero-large-picture .bptw-hero-large-picture-text p {
/*    font-family: "museo-sans", sans-serif, Helvetica, Arial;*/
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: white;
}
.bptw-hero-large-picture .bptw-hero-large-picture-text a {
    font-size: 16px;
    color: white;
}
.bptw-hero-large-picture .bptw-hero-large-picture-text a:hover {
    color: rgba(255, 255, 255, 0.8);
}



.bptw-hero-large-picture-alt .bptw-hero-large-picture-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center; }
  .bptw-hero-large-picture-alt .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
    display: inline-block; }
.bptw-hero-large-picture-alt .bptw-hero-large-picture-text {
    position: absolute;
    bottom: 10px;
}
.bptw-hero-large-picture-alt .bptw-hero-large-picture-text h1 {
    color: white;
    font-size: 50px;
    line-height: 125%;
    position: relative;
    margin-bottom: 20px;
}
.bptw-hero-large-picture-alt .bptw-hero-large-picture-text h1::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    width: 300px;
    left: 0;
}
@media (max-width: 768px) {
    .bptw-hero-large-picture-alt .bptw-hero-large-picture-text h1 {
        font-size: 30px;
        line-height: 130%;
    }
}


.bptw-hero-large-picture-alt .bptw-hero-large-picture-text span {
    font-family: "museo-sans", sans-serif, Helvetica, Arial;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #cbd4d2;
}
.bptw-hero-large-picture-alt .bptw-hero-large-picture-text span a {
    color: #ffffff;
}
.bptw-hero-large-picture-alt .bptw-hero-large-picture-text span a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.bptw-hero-large-picture-alt .bptw-hero-large-picture-text p {
    font-family: "museo-sans", sans-serif, Helvetica, Arial;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: white;
}

.bptw-home-cards-type {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    margin-bottom: 7px;
}

.bptw-twitter-panel {
  background-color: #2491BA;
  padding: 2em 1em 1em 1em;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  height: calc(100% - 2em); }

.latest-tweets {
  /* style tweet list wrapper */ }

.latest-tweets h3 {
  /* style whatever you did with the header */ }

.latest-tweets ul {
  /* style tweet list*/
  list-style-type: none; }

.latest-tweets li {
  /* style tweet item */ }

.latest-tweets .tweet-text {
  /* style main tweet text */
  color: #ffffff; }

.latest-tweets .tweet-text a {
  /* style links, hashtags and mentions */
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline; }

.latest-tweets .tweet-text a:hover {
  color: rgba(255, 255, 255, 0.6); }

.latest-tweets .tweet-text .emoji {
  /* style embedded emoji image in tweet */ }

.latest-tweets .tweet-details {
  /* style datetime and link under tweet */
  color: #ffffff; }

.latest-tweets .tweet-details a {
  color: #ffffff; }

.latest-tweets .tweet-details a:hover {
  color: rgba(255, 255, 255, 0.6); }

/* Code for old Chrome, Safari and Opera */
@-webkit-keyframes exploremovein {
  from {
    transform: translateY(30px); }
  to {
    transform: translateY(2px); } }
/* Standard syntax */
@keyframes exploremovein {
  from {
    transform: translateY(30px); }
  to {
    transform: translateY(2px); }
}
@keyframes animate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; }
}



.services-section {
    background-color: #FAFAFA;
    display: block;
    clear: both;
    margin-bottom: 60px;
}
.services-section h4 {
    color: #424353;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 24px;
}
.services-section h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0F8CBB;
    margin-bottom: 30px;
}

.service-intro h2 {
    font-size: 54px;
    font-weight: 700;
}
.service-bold-para p {
    font-size: 36px;
    line-height: 120%;
}
@media (min-width: 768px) {
    .services-section h2 {
        font-size: 54px;
    }
}


h4.featured_latest_sub_heading {
    color: #0F8CBB;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}
h2.featured_latest_heading {
    font-size: 48px;
    font-weight: 500;
    color: #424353;
    margin-bottom: 30px;
}

/* Row 5-3-4 */
.bptw-home-cards-row-5-3-4 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2em;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-5-3-4 {
        display: block;
    }
}
/* Row 5-3-4 Col 1 */
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-1 {
    position: relative;
    flex-grow: 1;
    width: 40%;
    margin-right: 1em;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-1 {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-1:hover .bptw-home-cards-picture {
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-1 .bptw-home-cards-picture:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-1:hover .bptw-home-cards-picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.7));
/*    background-image: url('/wp-content/themes/bptw/assets/img/bptw-home-cards-picture-grad-overlay.png');*/
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-1 .bptw-home-cards-picture {
    display: block;
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-1 .bptw-home-cards-text {
    position: absolute;
    bottom: 1.3em;
    padding: 0 1em 0 1em;
    color: white;
    font-size: 24px;
    font-weight: 500;
}
/* Row 5-3-4 Col 2 */
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2 {
    position: relative;
    flex-grow: 1;
    width: 25%;
    margin: 0 1em 0 1em;
    background: #FAFAFA;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2 {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2 .bptw-home-cards-picture {
    display: block;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 890px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2 .bptw-home-cards-picture {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2 .bptw-home-cards-picture {
        height: 190px;
    }
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2 .bptw-home-cards-text {
    position: relative;
    padding: 0.5em 1em 1em 1em;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    color: #424353;
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2 .bptw-home-cards-type {
    color: #0F8CBB;
}
/* Row 5-3-4 Col 3 */
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3 {
    position: relative;
    flex-grow: 1;
    width: 35%;
    margin: 0 0 0 1em;
    background: #FAFAFA;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3 {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3 .bptw-home-cards-picture {
    display: block;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 890px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3 .bptw-home-cards-picture {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3 .bptw-home-cards-picture {
        height: 190px;
    }
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3 .bptw-home-cards-text {
    position: relative;
    padding: 0.5em 1em 1em 1em;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    color: #424353;
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3 .bptw-home-cards-type {
    color: #0F8CBB;
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3 .bptw-home-cards-go .bptw-home-cards-go-image {
    position: absolute;
    left: 1em;
    top: 0;
    background: url("/wp-content/themes/bptw/assets/img/arrow_right_grey.png") no-repeat;
    background-size: 11px;
    width: 11px;
    height: 30px;
}



/* Row 3-3-3-3 */
.bptw-home-cards-row-3-3-3-3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2em;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-3-3-3 {
        display: block;
    }
}
/* Row 3-3-3-3 Col 1 */
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-1 {
    position: relative;
    flex-grow: 1;
    width: 25%;
    margin-right: 1em;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-1 {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-1:hover .bptw-home-cards-picture {
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-1 .bptw-home-cards-picture:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-1:hover .bptw-home-cards-picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.7));
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-1 .bptw-home-cards-picture {
    display: block;
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-1 .bptw-home-cards-text {
    position: absolute;
    bottom: 1.3em;
    padding: 0 1em 0 1em;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
/* Row 3-3-3-3 Col 2 */
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2 {
    position: relative;
    flex-grow: 1;
    width: 25%;
    margin: 0 1em 0 1em;
    background: #FAFAFA;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2 {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2 .bptw-home-cards-picture {
    display: block;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 890px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2 .bptw-home-cards-picture {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2 .bptw-home-cards-picture {
        height: 190px;
    }
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2 .bptw-home-cards-text {
    position: relative;
    padding: 0.5em 1em 1em 1em;
    height: auto;
    font-size: 20px;
    font-weight: 500;
    color: #424353;
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2 .bptw-home-cards-type {
    color: #0F8CBB;
}
/* Row 3-3-3-3 Col 3 */
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3 {
    position: relative;
    flex-grow: 1;
    width: 25%;
    margin: 0 1em 0 1em;
    background: #FAFAFA;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
/*    border: 2px solid white;*/
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3 {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3 .bptw-home-cards-picture {
    display: block;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 890px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3 .bptw-home-cards-picture {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3 .bptw-home-cards-picture {
        height: 190px;
    }
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3 .bptw-home-cards-text {
    position: relative;
    display: block;
    height: auto;
    padding: 0.5em 1em 1em 1em;
    font-size: 20px;
    font-weight: 500;
    color: #424353;
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3 .bptw-home-cards-type {
    color: #0F8CBB;
}
/* Row 3-3-3-3 Col 4 */
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4 {
    position: relative;
    flex-grow: 1;
    width: 25%;
    margin-left: 1em;
    background: #FAFAFA;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4 {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4 .bptw-home-cards-picture {
    display: block;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 890px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4 .bptw-home-cards-picture {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4 .bptw-home-cards-picture {
        height: 190px;
    }
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4 .bptw-home-cards-text {
    position: relative;
    display: block;
    height: auto;
    padding: 0.5em 1em 1em 1em;
    font-size: 20px;
    font-weight: 500;
    color: #424353;
}
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4 .bptw-home-cards-type {
    color: #0F8CBB;
}




/* Row 3-4-5 */
.bptw-home-cards-row-3-4-5 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2em;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-4-5 {
        display: block;
    }
}
/* Row 3-4-5 Col 1 */
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-1 {
    position: relative;
    flex-grow: 1;
    width: 25%;
    margin-right: 1em;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-1 {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-1 .bptw-home-cards-picture {
    display: block;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 890px) {
    .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-1 .bptw-home-cards-picture {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-1 .bptw-home-cards-picture {
        height: 190px;
    }
}
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-1 .bptw-home-cards-text {
    position: relative;
    padding: 0.5em 1em 0 1em;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
}
/* Row 3-4-5 Col 2 */
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2 {
    position: relative;
    flex-grow: 1;
    width: 35%;
    margin: 0 1em 0 1em;
    background: #FAFAFA;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2 {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2 .bptw-home-cards-picture {
    display: block;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 890px) {
    .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2 .bptw-home-cards-picture {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2 .bptw-home-cards-picture {
        height: 190px;
    }
}
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2 .bptw-home-cards-text {
    position: relative;
    display: block;
    padding: 0.5em 1em 0 1em;
    font-size: 18px;
    font-weight: 500;
}
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2 .bptw-home-cards-type {
    color: black;
}
/* Row 3-4-5 Col 3 */
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-3 {
    position: relative;
    flex-grow: 1;
    width: 40%;
    margin-left: 1em;
}
@media (max-width: 768px) {
    .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-3 {
        display: block;
        width: 100%;
        margin: 2em 1em 0 0;
    }
}
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-3 .bptw-home-cards-picture:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(40, 40, 40, 0.3);
}
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-3 .bptw-home-cards-picture {
    display: block;
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-3 .bptw-home-cards-text {
    position: absolute;
    bottom: 4em;
    padding: 0 1em 0 1em;
    color: white;
    font-size: 18px;
    font-weight: 500;
}




.bptw-our-services-link-wrapper {
    margin: 0 auto;
    max-width: calc(1440px + 2em);
}
.bptw-our-services-link-container {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 4em 0;
}
@media (min-width: 768px) {
    .bptw-our-services-link-container {
        margin: 98px 0 4em 0;
    }
}
.bptw-our-services-link {
    flex: 0 0 33.3333%;
    margin-bottom: 2em;
    position: relative;
}
@media (max-width: 890px) {
    .bptw-our-services-link {
        flex: 0 0 50%;
    }
}
@media (max-width: 768px) {
    .bptw-our-services-link {
        flex: 0 0 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-our-services-link .bptw-our-services-link-content {
    padding: 0;
    padding-bottom: 56%;
    margin: 0 1em 0 1em;
    position: relative;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-our-services-link .bptw-our-services-link-content:hover {
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
/*    background-image: url('/wp-content/themes/bptw/assets/img/bptw-home-cards-picture-grad-overlay.png');*/
}

.bptw-our-services-link .bptw-our-services-link-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
/*    background-image: url('/wp-content/themes/bptw/assets/img/bptw-home-cards-picture-grad-overlay.png');*/
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-our-services-link .bptw-our-services-link-content:hover:before {
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
}
.bptw-our-services-link-content .bptw-our-services-link-text {
    position: absolute;
    bottom: 1.0em;
    padding: 0 1em 0 1em;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 500;
}
.bptw-our-services-link-content .bptw-our-services-link-text h3 {
    font-size: 24px;
    margin: 5px 0 0 0;
    color: white;
}





/*
Hover states for home page cards
 */
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(89, 190, 200, 0.3);
    height: 190px;
}
@media (max-width: 890px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2:hover .bptw-home-cards-picture:before, .bptw-home-cards-row-3-4-5 .bptw-home-cards-col-3:hover .bptw-home-cards-picture:before {
        height: 190px;
    }
}




/*
Hover states for home page cards, news cards, sketchbook cards, project news cards
 */
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2:hover,
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3:hover,
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2:hover,
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3:hover,
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4:hover,
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2:hover,
.bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover {
    background: #FAFAFA;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 8px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-2:hover::before,
.bptw-home-cards-row-5-3-4 .bptw-home-cards-col-3:hover::before,
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-2:hover::before,
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-3:hover::before,
.bptw-home-cards-row-3-3-3-3 .bptw-home-cards-col-4:hover::before,
.bptw-home-cards-row-3-4-5 .bptw-home-cards-col-2:hover::before,
.bptw-project-item .bptw-project-item-content:hover::before,
.bptw-sketchbook-item-sketchbook .bptw-sketchbook-item-content:hover::before,
.bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover::before {
    content: '';
    background-image: linear-gradient(to bottom left, #ffffff, #ffffff, #ffffff, #52C6D8);
    top: 0;
    left: -2px;
    bottom: -2px;
    right: 0;
    position: absolute;
    z-index:-1;
    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}



#bptw-home-video {
    display: block;
    height: 100vh;
    width: 100%;
    position: relative;
}
#home_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
#service-video {
    min-width: 100%;
}




.owl-carousel {
    display: none;
}
/* grad over the carousel slides */
.bptw-home-carousel .bptw-home-carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background-color: red;*/
    background-image: url('/wp-content/themes/bptw/assets/img/grad-home-carousel.png');
    background-size: cover;
    background-position: right top;
}
.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }

.bptw-home-carousel {
    z-index: 1;
    overflow: hidden;
    position: relative;
}
  .bptw-home-carousel .bptw-home-carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    z-index: 2; }
  .bptw-home-carousel .bptw-carousel__nav {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1; }
    @media (max-width: 890px) {
      .bptw-home-carousel .bptw-carousel__nav {
        top: 50%;
        transform: translateY(-50%); } }
  .bptw-home-carousel .bptw-carousel__control {
    height: 40px;
    width: 40px;
    border: 0;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #f5f4f3;
    cursor: pointer; }
    @media (max-width: 890px) {
      .bptw-home-carousel .bptw-carousel__control {
        height: 40px;
        width: 40px; } }
    .bptw-home-carousel .bptw-carousel__control:after {
      width: 100%;
      position: relative;
      top: -2px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      /*-webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;*/
      transition: transform 0.25s; }
      .touchevents .bptw-home-carousel .bptw-carousel__control:after {
        transform: none !important; }
    .bptw-home-carousel .bptw-carousel__control--dark {
      background-color: rgba(0, 0, 0, 0.5); }
  .bptw-home-carousel .bptw-carousel__control.prev {
    left: 1em;
    background-image: url("/wp-content/themes/bptw/assets/img/Previous.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    filter: alpha(opacity=70);
    opacity: 0.7; }
    .bptw-home-carousel .bptw-carousel__control.prev:hover {
      filter: alpha(opacity=100);
      opacity: 1.0; }
    @media (max-width: 768px) {
      .bptw-home-carousel .bptw-carousel__control.prev {
        display: none; } }
  .bptw-home-carousel .bptw-carousel__control.next {
    right: 1em;
    background-image: url("/wp-content/themes/bptw/assets/img/Next.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    @media (max-width: 768px) {
      .bptw-home-carousel .bptw-carousel__control.next {
        display: none; } }
  .bptw-home-carousel .bptw-carousel__control.next:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); }

.overlay {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-hero-logo-wrapper {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  height: 55vh;
  text-align: center; }
  .home-hero-logo-wrapper .home-hero-logo {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 300px;
    margin: 0 auto;
    z-index: 1; }
    @media (max-width: 1491px) {
      .home-hero-logo-wrapper .home-hero-logo {
        width: 250px; } }
    @media (max-width: 1150px) {
      .home-hero-logo-wrapper .home-hero-logo {
        width: 200px; } }
    @media (max-width: 890px) {
      .home-hero-logo-wrapper .home-hero-logo {
        width: 160px; } }
    @media (max-width: 768px) {
      .home-hero-logo-wrapper .home-hero-logo {
        width: 120px; } }

.home-hero-spacer {
  display: block;
  background: transparent;
  position: absolute;
  top: 55vh;
  left: 0;
  right: 0;
  height: 1vh; }

.overlay .home-hero-caption {
  background: transparent;
  position: absolute;
  top: 56vh;
  left: 0;
  right: 0;
  height: 35vh;
  z-index: 0; }

.bptw-home-carousel-item .home-hero-caption {
    background: transparent;
    position: absolute;
/*    top: 75vh;*/
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    text-align: center;
    color: white;
    font-size: 24px;
    z-index: 5000;
}
.bptw-home-carousel-item .home-hero-caption h2 {
    font-size: 32px;
}
@media (max-width: 1491px) {
    .bptw-home-carousel-item .home-hero-caption h2 {
        font-size: 30px;
    }
}
@media (max-width: 1150px) {
    .bptw-home-carousel-item .home-hero-caption h2 {
        font-size: 28px;
    }
}
@media (max-width: 890px) {
    .bptw-home-carousel-item .home-hero-caption {
        top: 70vh;
    }
    .bptw-home-carousel-item .home-hero-caption h2 {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .bptw-home-carousel-item .home-hero-caption {
        height: 250px;
    }
    .bptw-home-carousel-item .home-hero-caption h2 {
        font-size: 24px;
    }
}


/*.owl-dots {
    background-color: transparent;
    position: absolute;
    bottom: 40px;
    left: 12px;
    right: unset;
    z-index: 5;
    width: 100%;
    text-align: left;
}
@media (min-width: 768px) {
    .owl-dots {
        bottom: 40px;
        left: unset;
        right: 30px;
        text-align: right;
    }
}*/
button.owl-dot {
    background-color: transparent;
    border: none;
}
button.owl-dot span {
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid white;
}
.owl-carousel button.active span {
    background-color: white;
}
@media (min-width: 768px) {
    button.owl-dot span {
        width: 20px;
        height: 20px;
    }
}



.home-hero-scroll-link-wrapper {
    position: absolute;
    top: 95vh;
/*    bottom: 20px;*/
    left: 0;
    right: 0;
    height: 30px;
    z-index: 1;
    text-align: center;
    display: block;
}
@media (min-width: 768px) {
    .home-hero-scroll-link-wrapper {
        top: 91vh;
        left: 300px;
        right: 300px;
    }
}
.home-hero-scroll-link-wrapper .home-hero-scroll-link {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    width: 100%;
    color: white;
    text-transform: uppercase;
}
.home-hero-scroll-link-wrapper .home-hero-scroll-link:hover {
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
    .home-hero-scroll-link-wrapper .home-hero-scroll-link {
        font-size: 11px;
    }
}

.bptw-insights-wrapper {
  margin: 0 auto;
  max-width: calc(1440px + 2em); }

.bptw-insights-container {
  display: flex;
  flex-wrap: wrap;
  margin: 98px 0 4em 0; }
  @media (max-width: 768px) {
    .bptw-insights-container {
      display: block; } }

.bptw-insights-container-after-cta {
  display: flex;
  flex-wrap: wrap;
  margin: 6em 0 4em 0; }
  @media (max-width: 768px) {
    .bptw-insights-container-after-cta {
      display: block;
      margin: 4em 0 4em 0; } }

.bptw-insights-item {
  flex: 0 0 50%;
  margin-bottom: 2em; }
  @media (max-width: 768px) {
    .bptw-insights-item {
      display: block;
      width: 100%; } }
  .bptw-insights-item .bptw-insights-item-content {
    position: relative;
    margin: 0 1em 0 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 101%;
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    overflow: hidden;
    border: 0;
    padding: 0; }
    .bptw-insights-item .bptw-insights-item-content img {
      visibility: hidden;
      width: 100%;
      overflow: hidden;
      border: 0;
      padding: 0;
      margin: 0; }
    .bptw-insights-item .bptw-insights-item-content .bptw-insights-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5)); }
    .bptw-insights-item .bptw-insights-item-content .bptw-insights-text {
      position: absolute;
      bottom: 3em;
      padding: 0 1em 0 1em;
      color: white;
      font-size: 18px;
      font-weight: 500; }
    .bptw-insights-item .bptw-insights-item-content .bptw-insights-go {
      position: absolute;
      bottom: 1.5em;
      left: 0;
      right: 0;
      padding: 0 1em 0 1em;
      height: 30px; }
      .bptw-insights-item .bptw-insights-item-content .bptw-insights-go .bptw-insights-go-explore {
        position: absolute;
        top: 36px;
        left: 16px;
        color: white;
        font-weight: 500;
        font-size: 18px;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in;
        -moz-transition: opacity 1s ease-in;
        -o-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in; }
      .bptw-insights-item .bptw-insights-item-content .bptw-insights-go .bptw-insights-go-image {
        position: absolute;
        left: 1em;
        top: 0;
        background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
        background-size: 11px;
        width: 11px;
        height: 30px; }
  .bptw-insights-item .bptw-insights-item-content:hover {
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    background-size: 120%; }
    .bptw-insights-item .bptw-insights-item-content:hover .bptw-insights-overlay {
      -webkit-transition: background-color 1s ease;
      -moz-transition: background-color 1s ease;
      -ms-transition: background-color 1s ease;
      -o-transition: background-color 1s ease;
      transition: background-color 1s ease;
      background-color: rgba(0, 0, 0, 0.4); }
    .bptw-insights-item .bptw-insights-item-content:hover .bptw-insights-go .bptw-insights-go-explore {
      opacity: 1;
      -webkit-transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
      -ms-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in; }

/*
for where they appear in right haand column
i.e Insights
*/
.bptw-insights-right .bptw-insights-item-content,
.bptw-insights-right a > .bptw-insights-item-content {
  margin: 0; }

/* Insights Detail Pages */
.bptw-insights-content-wrapper {
  display: flex;
  margin: 4em 0 4em 0; }
  @media (max-width: 768px) {
    .bptw-insights-content-wrapper {
      display: block;
      margin: 2em 0 4em 0; } }
  .bptw-insights-content-wrapper .bptw-insights-left {
    flex: 0 0 120px;
    margin-bottom: 2em; }
    @media (max-width: 890px) {
      .bptw-insights-content-wrapper .bptw-insights-left {
        flex: 0 0 100px; } }
    @media (max-width: 768px) {
      .bptw-insights-content-wrapper .bptw-insights-left {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
  .bptw-insights-content-wrapper .bptw-insights-centre {
    flex-grow: 1;
    margin-bottom: 2em;
    padding-right: 20%;
    overflow-y: hidden; }
    .bptw-insights-content-wrapper .bptw-insights-centre h2 {
      margin-bottom: 1.5em; }
    .bptw-insights-content-wrapper .bptw-insights-centre a {
      text-decoration: underline; }
    .bptw-insights-content-wrapper .bptw-insights-centre ul {
      margin: 0 0 30px 18px;
      font-size: 18px;
      line-height: 160%;
      list-style-type: disc !important;
      list-style-position: outside; }
      .bptw-insights-content-wrapper .bptw-insights-centre ul li {
        margin-bottom: 5px; }
    @media (max-width: 1491px) {
      .bptw-insights-content-wrapper .bptw-insights-centre {
        padding-right: 10%; } }
    @media (max-width: 890px) {
      .bptw-insights-content-wrapper .bptw-insights-centre {
        padding-right: 4%;
        margin: 2em 0 0 0; } }
    @media (max-width: 768px) {
      .bptw-insights-content-wrapper .bptw-insights-centre {
        display: block;
        width: 100%;
        margin: 1em 0 0 0;
        padding-right: 0; } }
  .bptw-insights-content-wrapper .bptw-insights-right {
    flex: 0 0 350px;
    margin-bottom: 2em; }
    .bptw-insights-content-wrapper .bptw-insights-right h2 {
      margin-bottom: 1.5em; }
    @media (max-width: 1491px) {
      .bptw-insights-content-wrapper .bptw-insights-right {
        flex: 0 0 300px; } }
    @media (max-width: 890px) {
      .bptw-insights-content-wrapper .bptw-insights-right {
        flex: 0 0 250px; } }
    @media (max-width: 768px) {
      .bptw-insights-content-wrapper .bptw-insights-right {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
    .bptw-insights-content-wrapper .bptw-insights-right .bptw-news-projects-container .bptw-project-item-content {
      margin: 0; }

#bptw-main-menu {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  overflow-y: auto;
  background-color: #3f4353;
  color: #ffffff;
  z-index: 50; }

#bptw-main-menu-logo {
  padding: 27px 25px 27px 30px; }
  #bptw-main-menu-logo img {
    height: 90px; }
  @media (max-width: 768px) {
    #bptw-main-menu-logo {
      padding: 15px 25px 27px 20px; }
      #bptw-main-menu-logo img {
        height: 50px; } }

.bptw-main-menu-wrapper {
    display: block;
    padding: 0 0 0 25px;
    display: relative;
}
@media (max-width: 768px) {
    .bptw-main-menu-wrapper {
        padding: 0 17px;
    }
}

.bptw-main-menu-wrapper .content-item {
  float: left;
  display: inline-block;
  width: 20%;
  margin: 0;
  padding: 0;
  height: 100%; }
  @media (max-width: 890px) {
    .bptw-main-menu-wrapper .content-item {
      float: none;
      display: block;
      width: 100%;
      height: auto; } }

.bptw-main-menu-wrapper .content-item .content-item-restrainer, .bptw-main-menu-wrapper .content-item-restrainer {
  padding: 0 30px 0 0; }
  @media (max-width: 890px) {
    .bptw-main-menu-wrapper .content-item .content-item-restrainer, .bptw-main-menu-wrapper .content-item-restrainer {
      padding: 0; } }

.bptw-main-menu-contact-row {
  display: block;
  padding: 0 25px;
  display: relative;
  margin-top: 50px; }
  .bptw-main-menu-contact-row #mm-contact {
    width: calc(85% - 30px); }
  @media (max-width: 768px) {
    .bptw-main-menu-contact-row {
      padding: 0 20px;
      margin-top: 0; } }

.bptw-main-menu-contact-container .address {
  float: left;
  display: inline-block;
  width: 17%;
  margin: 0;
  padding: 0;
  height: 100%; }
  @media (max-width: 890px) {
    .bptw-main-menu-contact-container .address {
      float: none;
      display: block;
      width: 100%;
      height: auto; } }

.bptw-main-menu-contact-row .content-item .content-item-restrainer, .bptw-main-menu-contact-row .content-item-restrainer {
  padding: 0 30px 0 0; }
  @media (max-width: 890px) {
    .bptw-main-menu-contact-row .content-item .content-item-restrainer, .bptw-main-menu-contact-row .content-item-restrainer {
      padding: 0; } }

#mm-practice, #mm-architecture, #mm-planning, #mm-bim, #mm-featured, #mm-contact, #mm-services {
    display: block;
}
@media (max-width: 890px) {
    #mm-practice, #mm-architecture, #mm-planning, #mm-bim, #mm-featured, #mm-contact, #mm-services {
      display: none;
    }
}
#mm-practice-mobile, #mm-architecture-mobile, #mm-planning-mobile, #mm-bim-mobile, #mm-featured-mobile, #mm-contact-mobile, #mm-services-mobile {
    display: none;
}
@media (max-width: 890px) {
    #mm-practice-mobile, #mm-architecture-mobile, #mm-planning-mobile, #mm-bim-mobile, #mm-featured-mobile, #mm-contact-mobile, #mm-services-mobile {
        display: block;
    }
}

#address-for-desktop {
    display: none;
}
#address-for-desktop a {
    color: #51c6d8;
    text-decoration: none;
}
#address-for-desktop a:hover {
    color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 890px) {
    #address-for-desktop {
        display: block;
        margin-top: 1.0em;
    }
}

#address-for-mobile {
    display: block;
    padding: 0;
}
#address-for-mobile p {
    font-size: 0.9rem;
}
#address-for-mobile a {
    color: #51c6d8;
}
#address-for-mobile a:hover {
    color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 890px) {
    #address-for-mobile {
        display: none;
    }
}

#address-for-mobile .address-for-mobile-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#address-for-mobile .address {
    flex: 0 0 50%;
    display: block;
    content: "";
    width: 50%;
}

.mobile-menu-chevron {
  display: none;
  margin-right: 10px; }

.bptw-main-menu-wrapper .content-item h5, .bptw-main-menu-contact-row h5 {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 200%;
    color: #5FC4D7;
    border-bottom: 1px solid #51c6d8;
    cursor: pointer;
}
@media (max-width: 890px) {
    .bptw-main-menu-wrapper .content-item h5, .bptw-main-menu-contact-row h5 {
        border-bottom: 0;
        cursor: default;
    }
}

.bptw-main-menu-wrapper .content-item h5 a, .bptw-main-menu-contact-row h5 a {
    color: #51c6d8;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.bptw-main-menu-wrapper .content-item h5 a:hover, .bptw-main-menu-contact-row h5 a:hover {
  color: #4795a0; }

.bptw-main-menu-wrapper .content-item ul, .bptw-main-menu-contact-row ul {
    list-style: none;
    font-size: 20px;
    line-height: 140%;
    margin-top: 0;
    color: white;
}
@media (min-width: 890px) {
    .bptw-main-menu-wrapper .content-item ul, .bptw-main-menu-contact-row ul {
        margin-top: 20px;
    }
}

.bptw-main-menu-wrapper .content-item ul li, .bptw-main-menu-contact-row ul li {
  list-style: none; }

.bptw-main-menu-wrapper .content-item a, .bptw-main-menu-contact-row a {
  color: #ffffff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.bptw-main-menu-wrapper .content-item a:hover, .bptw-main-menu-contact-row a:hover {
  color: rgba(255, 255, 255, 0.6); }

.bptw-main-menu-wrapper .content-item ul li a, .bptw-main-menu-contact-row ul li a {
  display: block;
  color: #ffffff;
  padding: 5px 0; }

.bptw-main-menu-wrapper .content-item ul li a:hover, .bptw-main-menu-contact-row ul li a:hover {
  color: rgba(255, 255, 255, 0.6); }

.bptw-main-menu-wrapper .content-item p, .bptw-main-menu-contact-row p {
  font-size: 0.9rem;
  line-height: 140%;
  color: #ffffff;
}

.bptw-main-menu-spacer {
  display: block;
  clear: both;
  height: 30px;
}
@media (max-width: 890px) {
    .bptw-main-menu-spacer {
        height: 30px;
    }
}








#main-menu-search {
    position: relative;
    top: unset;
    padding: 0;
    text-align: center;
    width: 100%;
}
@media (min-width: 890px) {
    #main-menu-search {
        position: absolute;
        top: 60px;
        padding: 0;
        text-align: center;
        width: 100%;

    }
}

#main-menu-search-container {
    display: block;
/*    width: 100%;*/
    margin: -10px 20px 20px 20px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 768px) {
    #main-menu-search-container {
        margin: -10px 20px 20px 25px;
    }
}
@media (min-width: 890px) {
    #main-menu-search-container {
        display: inline-block;
        width: 34%;
        margin: -10px 0 0 0;
    }
}
#main-menu-search-container form {
    display: block;
    max-width: 1000px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#main-menu-search-container input[type=text] {
    float: left;
    margin: 0;
    padding: 0 0 0.5em 0;
    border: 0;
    background: #3f4353;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    font-weight: 500;
    font-family: "museo-sans-rounded", sans-serif, Helvetica, Arial;
    letter-spacing: 0.1rem;
    display: inline-block;
    width: calc(100% - 25px);
}



#main-menu-search-container .search-submit {
    float: left;
    display: inline-block;
    width: 23px;
    height: 22px;
    margin-top: 3px;
    background-image: url("/wp-content/themes/bptw/assets/img/search-icon-off.png");
    background-size: 20px;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    color: transparent;
}
#main-menu-search-container .search-submit:hover {
    background-image: url("/wp-content/themes/bptw/assets/img/search-icon-on.png");
}
#main-menu-search-container ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    /* Firefox */
}
#main-menu-search-container :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}
#main-menu-search-container ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.6);
}

/*
#main-menu-search-container input[type=text]::placeholder {
    color: #fff;
    opacity: 1;
}

#main-menu-search-container input[type=text]::-ms-input-placeholder {
    color: #fff;
}
#main-menu-search-container .search-submit {
    float: left;
    display: inline-block;
    width: 23px;
    height: 22px;
    margin-left: -23px;
    margin-top: 7px;
    background-image: url("/wp-content/themes/bptw/assets/img/search-icon-off.png");
    background-size: 20px;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    color: transparent;
}
#main-menu-search-container .search-submit:hover {
    background-image: url("/wp-content/themes/bptw/assets/img/search-icon-on.png");
}
#main-menu-search-container ::placeholder {
    color: #333;
    opacity: 1;
}
#main-menu-search-container :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
#main-menu-search-container ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#bptw-main-menu-search-center {
  float: left;
  display: inline-block;
  width: 34%;
  height: 100%; }
  @media (max-width: 890px) {
    #bptw-main-menu-search-center {
      float: none;
      display: block;
      width: 100%; } }

#bptw-main-menu-search-right {
  float: left;
  display: inline-block;
  width: 17%; }
  @media (max-width: 890px) {
    #bptw-main-menu-search-right {
      float: none;
      display: block;
      width: 100%; } }

.bptw-main-menu-wrapper > .content-item > .content-item-restrainer > h5 a.menu-header-link, .bptw-main-menu-wrapper > .content-item > h5 a.menu-header-link {
  display: none; }
*/


#search-and-social {
  clear: both;
  display: block;
  position: static;
  width: auto;
  padding: 50px 20px 0 20px;
  width: auto;
}

.news-wrapper {
  display: flex;
  margin: 4em 0 4em 0; }
  @media (max-width: 768px) {
    .news-wrapper {
      display: block; } }
  .news-wrapper .news-left {
    flex: 0 0 120px;
    margin-bottom: 2em; }
    @media (max-width: 890px) {
      .news-wrapper .news-left {
        flex: 0 0 100px; } }
    @media (max-width: 768px) {
      .news-wrapper .news-left {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
  .news-wrapper .news-centre {
    flex-grow: 1;
    margin-bottom: 2em;
    padding-right: 20%; }
    .news-wrapper .news-centre a {
      text-decoration: underline; }
    @media (max-width: 1491px) {
      .news-wrapper .news-centre {
        padding-right: 10%; } }
    @media (max-width: 890px) {
      .news-wrapper .news-centre {
        padding-right: 4%; } }
    @media (max-width: 768px) {
      .news-wrapper .news-centre {
        display: block;
        padding-right: 0;
        width: 100%;
        margin: 2em 0 0 0; } }
  .news-wrapper .news-right {
    flex: 0 0 350px;
    margin-bottom: 2em; }
    @media (max-width: 1491px) {
      .news-wrapper .news-right {
        flex: 0 0 300px; } }
    @media (max-width: 890px) {
      .news-wrapper .news-right {
        flex: 0 0 250px; } }
    @media (max-width: 768px) {
      .news-wrapper .news-right {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
    .news-wrapper .news-right .bptw-news-projects-container .bptw-project-item-content {
      margin: 0; }

.bptw-latest-news-container {
  display: flex;
  flex-wrap: wrap;
  margin: 2em -1em 4em -1em; }
  @media (max-width: 768px) {
    .bptw-latest-news-container {
      display: block; } }

.bptw-news-item {
  flex: 0 0 33.3333%;
  margin-bottom: 2em; }
  @media (max-width: 890px) {
    .bptw-news-item {
      flex: 0 0 50%; } }
  @media (max-width: 768px) {
    .bptw-news-item {
      display: block;
      width: 100%;
      margin: 2em 0 0 0; } }
  .bptw-news-item .bptw-news-item-content {
    padding: 0;
    margin: 0 1em 0 1em;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px; }
    .bptw-news-item .bptw-news-item-content .bptw-news-item-image {
      background-size: cover; }
    .bptw-news-item .bptw-news-item-content .bptw-news-item-image img {
      display: block;
      width: 100%; }
    .bptw-news-item .bptw-news-item-content .bptw-news-item-arrow-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: inline-block;
      -webkit-transition: visibility 0s, opacity 500ms ease-in-out;
      -moz-transition: visibility 0s, opacity 500ms ease-in-out;
      -o-transition: visibility 0s, opacity 500ms ease-in-out;
      -ms-transition: visibility 0s, opacity 500ms ease-in-out;
      transition: visibility 0s, opacity 500ms ease-in-out;
      visibility: hidden;
      opacity: 0; }
    .bptw-news-item .bptw-news-item-content .bptw-news-item-image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      background: rgba(255, 255, 255, 0);
      -webkit-transition: opacity 500ms ease-in-out;
      -moz-transition: opacity 500ms ease-in-out;
      -o-transition: opacity 500ms ease-in-out;
      -ms-transition: opacity 500ms ease-in-out;
      transition: opacity 500ms ease-in-out;
      opacity: 0;
      -webkit-border-bottom-right-radius: 50px;
      -moz-border-radius-bottomright: 50px;
      border-bottom-right-radius: 50px; }
    .bptw-news-item .bptw-news-item-content .bptw-news-item-text {
      position: relative;
      padding: 0.5em 1em 0 1em;
      height: auto;
      font-size: 18px;
      font-weight: 500; }
      .bptw-news-item .bptw-news-item-content .bptw-news-item-text .bptw-news-item-type {
        color: #ccc;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em; }
      .bptw-news-item .bptw-news-item-content .bptw-news-item-text h3 {
        font-weight: 500; }
    .bptw-news-item .bptw-news-item-content .bptw-news-item-go {
      position: relative;
      padding: 0 1em 0 1em;
      height: 40px; }
      .bptw-news-item .bptw-news-item-content .bptw-news-item-go .bptw-news-item-go-explore {
        position: absolute;
        top: 36px;
        left: 16px;
        color: #999;
        font-weight: 500;
        font-size: 18px;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in;
        -moz-transition: opacity 1s ease-in;
        -o-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in; }
      .bptw-news-item .bptw-news-item-content .bptw-news-item-go .bptw-news-item-go-image {
        position: absolute;
        left: 1em;
        top: 0;
        background: url("/wp-content/themes/bptw/assets/img/arrow_right_grey.png") no-repeat;
        background-size: 11px;
        width: 11px;
        height: 30px; }
  .bptw-news-item .bptw-news-item-content:hover {
    position: relative;
    background-color: #51c6d8;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out; }
    .bptw-news-item .bptw-news-item-content:hover .bptw-news-item-arrow-overlay {
      visibility: visible;
      opacity: 1; }
    .bptw-news-item .bptw-news-item-content:hover .bptw-news-item-image:before {
      background: rgba(81, 198, 216, 0.3);
      opacity: 1; }
    .bptw-news-item .bptw-news-item-content:hover .bptw-news-item-text h3 {
      color: #ffffff; }
    .bptw-news-item .bptw-news-item-content:hover .bptw-news-item-text .bptw-news-item-type {
      color: #ffffff; }
    .bptw-news-item .bptw-news-item-content:hover .bptw-news-item-go .bptw-news-item-go-explore {
      opacity: 1;
      -webkit-transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
      -ms-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in;
      color: white; }
    .bptw-news-item .bptw-news-item-content:hover .bptw-news-item-go .bptw-news-item-go-image {
      background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
      background-size: 11px; }

.anchor {
  display: block;
  height: 144px;
  /*same height as header*/
  margin-top: -144px;
  /*same height as header*/
  visibility: hidden; }
  @media (max-width: 768px) {
    .anchor {
      height: 70px;
      /*same height as header*/
      margin-top: -70px;
      /*same height as header*/ } }

.on-page-menu-wrapper {
    position: relative;
    display: block;
    z-index: 9;
    border-bottom: 1px solid #51c6d8;
    background-color: #51c6d8;
    /* The container must be positioned relative: */
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */
}
@media (min-width: 768px) {
    .on-page-menu-wrapper {
        margin: 0 auto;
        background-color: transparent;
        border-bottom: 1px solid #5FC4D7;
/*        box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.05);*/
    }
}
@media (max-width: 768px) {
    .on-page-menu-wrapper .content-wrapper {
        padding: 0;
    }
}
.on-page-menu-wrapper .on-page-menu-content {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: #51c6d8;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.on-page-menu-wrapper .on-page-menu-content a {
    color: #ffffff;
}
.on-page-menu-wrapper .on-page-menu-content a:hover {
    color: #51c6d8;
}
.on-page-menu-wrapper .on-page-menu-content-boxes {
    display: flex;
    padding: 1.5em 0 1.3em 0;
    width: 100%;
    color: #51c6d8;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
/*    margin-let: 50px;*/
}
.projects-menu-restrictor {
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .on-page-menu-wrapper .on-page-menu-content-boxes {
        margin: 0 auto;
    }
    .projects-menu-restrictor {
        width: 80%!important;
        margin: 0 auto;
    }
}

.projects-template-default .owl-carousel .owl-dots {
    display: none;
}
.projects-template-default .owl-carousel .owl-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background-image: url('/wp-content/themes/bptw/assets/img/projects-hero-grad.png');*/
    background-size: cover;
}

@media (max-width: 890px) {
    .on-page-menu-wrapper .on-page-menu-content-boxes {
        padding: 10px 0 5px 0;
    }
}
@media (max-width: 768px) {
    .on-page-menu-wrapper .on-page-menu-content-boxes {
        padding: 10px 0 5px 0;
        color: #ffffff;
        display: none;
    }
}
.on-page-menu-wrapper .on-page-menu-content-boxes .projects-menu-left {
    flex-grow: 3;
}
.on-page-menu-wrapper .on-page-menu-content-boxes .projects-menu-left a {
    color: #424353;
    display: inline-block;
    border: 1px solid #424353;
    padding: 0.75em 1.3em 0.7em 1.3em;
    margin: 0 0.3em 0.5em 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.on-page-menu-wrapper .on-page-menu-content-boxes .projects-menu-left a:hover {
    background-color: #ffffff;
    color: #0F8CBB;
}
.on-page-menu-wrapper .on-page-menu-content-boxes .projects-menu-left a.on-page-menu-selected {
    background-color: #5FC4D7;
    color: #424353;
    border: 1px solid #5FC4D7;
}
@media (max-width: 768px) {
    .on-page-menu-wrapper .on-page-menu-content-boxes .projects-menu-left {
        flex-grow: 1;
    }
}
.on-page-menu-wrapper .on-page-menu-content-boxes a {
  color: #ffffff;
  display: block;
  border: 1px solid white;
  padding: 0.75em 1.3em 0.7em 1.3em;
  margin: 0 0.3em 0.5em 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
.on-page-menu-wrapper .on-page-menu-content-boxes .projects-menu-right {
    flex-grow: 1;
    text-align: right;
}
.on-page-menu-wrapper .on-page-menu-content-boxes .projects-menu-right #news-category-menu {
    display: inline-block;
    width: 300px;
}
.on-page-menu-wrapper #insight-types-menu-wrapper {
    display: none;
}
.on-page-menu-wrapper .on-page-mobile-menu-content-boxes {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    color: #51c6d8;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    overflow: hidden;
}
.on-page-menu-wrapper .on-page-mobile-menu-content-boxes #news-sort-trigger {
    flex-grow: 1;
    padding-top: 1.5em;
    padding-bottom: 1.3em;
    color: #ffffff;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    cursor: pointer;
}
.on-page-menu-wrapper .on-page-mobile-menu-content-boxes #news-sort-trigger:hover {
    background-color: #4795a0;
    color: #ffffff;
}
.on-page-menu-wrapper .on-page-mobile-menu-content-boxes #news-category-trigger {
  flex-grow: 1;
  padding-top: 1.5em;
  padding-bottom: 1.3em;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  border-left: 1px solid #ffffff; }
.on-page-menu-wrapper .on-page-mobile-menu-content-boxes #news-category-trigger:hover {
  background-color: #4795a0;
  color: #ffffff; }
.on-page-menu-wrapper .on-page-mobile-menu-content-boxes #insight-types-trigger {
  flex-grow: 1;
  padding-top: 1.5em;
  padding-bottom: 1.3em;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer; }
.on-page-menu-wrapper .on-page-mobile-menu-content-boxes #insight-types-trigger:hover {
  background-color: #4795a0;
  color: #ffffff; }
.on-page-menu-wrapper #news-sort-menu-wrapper {
    display: none;
}
.on-page-menu-wrapper #news-category-menu-wrapper {
    display: none;
}
@media (max-width: 768px) {
  .on-page-menu-wrapper #news-category-menu-wrapper a {
    color: #ffffff;
    background-color: rgba(71, 149, 160, 0.4);
    display: block;
    padding: 0.75em 1.3em 0.7em 1.3em;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .on-page-menu-wrapper #news-category-menu-wrapper a:hover {
    background-color: #4795a0;
    color: #ffffff; }
  .on-page-menu-wrapper #news-category-menu-wrapper a.on-page-menu-selected {
    position: relative; }
  .on-page-menu-wrapper #news-category-menu-wrapper a.on-page-menu-selected:before {
    position: absolute;
    top: 10px;
    right: 20px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    font-size: 18px; } }
.on-page-menu-wrapper #news-sort-menu-wrapper a, .on-page-menu-wrapper #insight-types-menu-wrapper a {
    color: #ffffff;
    background-color: rgba(71, 149, 160, 0.4);
    display: block;
    padding: 0.75em 1.3em 0.7em 1.3em;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.on-page-menu-wrapper #news-sort-menu-wrapper a:hover, .on-page-menu-wrapper #insight-types-menu-wrapper a:hover {
    background-color: #4795a0;
    color: #ffffff;
}
@media (max-width: 768px) {
    .on-page-menu-wrapper #news-sort-menu-wrapper a.on-page-menu-selected, .on-page-menu-wrapper #insight-types-menu-wrapper a.on-page-menu-selected {
        position: relative;
    }
    .on-page-menu-wrapper #news-sort-menu-wrapper a.on-page-menu-selected:before, .on-page-menu-wrapper #insight-types-menu-wrapper a.on-page-menu-selected:before {
        position: absolute;
        top: 10px;
        right: 20px;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 500;
        font-size: 18px;
    }
}
.on-page-menu-wrapper .news-mobile-menu-hide {
display: none !important; }
.on-page-menu-wrapper .news-mobile-menu-show {
display: none; }
@media (max-width: 768px) {
  .on-page-menu-wrapper .news-mobile-menu-show {
    display: block !important; } }
.on-page-menu-wrapper ul.menu {
list-style: none; }
.on-page-menu-wrapper ul.menu li {
display: inline;
letter-spacing: 0.2em;
font-size: 14px; }
.on-page-menu-wrapper ul.menu li a {
    color: #ffffff;
    padding: 0.75em 0 0.7em 0;
    margin: 0 0.3em 0.5em 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.on-page-menu-wrapper ul.menu li a:hover {
    color: #51c6d8;
}
.on-page-menu-wrapper ul.menu li a.on-page-menu-selected {
    color: #51c6d8;
}
.on-page-menu-wrapper ul.menu li::after {
    content: " // ";
}
.on-page-menu-wrapper ul.menu li:first-child a {
    padding: 0.75em 0 0.7em 0;
}
.on-page-menu-wrapper ul.menu li:last-child::after {
content: ""; }
@media (max-width: 768px) {
    .on-page-menu-wrapper ul.menu li {
        display: block;
    }
    .on-page-menu-wrapper ul.menu li a {
        padding: 0.5em 20px 0.5em 20px;
        display: block;
    }
    .on-page-menu-wrapper ul.menu li::after {
        content: "";
    }
    .on-page-menu-wrapper ul.menu li:first-child a {
        padding: 0.75em 20px 0.7em 20px;
    }
}
.on-page-menu-wrapper .news-category-custom-select {
    position: relative;
    float: right;
    text-align: left;
}
@media (max-width: 768px) {
  .on-page-menu-wrapper .news-category-custom-select {
    display: block;
    width: 100%; } }
.on-page-menu-wrapper .news-category-custom-select select {
display: none;
/*hide original SELECT element: */ }
.on-page-menu-wrapper .select-selected {
    background-color: #ffffff;
}
.on-page-menu-wrapper .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.on-page-menu-wrapper .select-selected.select-arrow-active:after {
/*    border-color: transparent transparent #000 transparent;*/
    background-color: #FAFAFA;
    top: 7px;
}
.on-page-menu-wrapper .select-items div, .on-page-menu-wrapper .select-selected {
    color: #000;
    background-color: #FAFAFA;
    padding: 10px 25px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
.on-page-menu-wrapper .select-items {
position: absolute;
background-color: #ffffff;
top: 100%;
left: 0;
right: 0;
z-index: 99; }
.on-page-menu-wrapper .select-hide {
    display: none;
}
.on-page-menu-wrapper .select-items div:hover, .on-page-menu-wrapper .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


/* Services navigation menu */
.services-menu-wrapper {
    position: relative;
    display: block;
    z-index: 9;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.05);
}
.services-menu-wrapper .on-page-menu-services {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    color: #424353;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 auto;
    max-width: 1470px;
}
button.dropdown-btn {
    display: none;
    font-family: "museo-sans", sans-serif, Helvetica, Arial;
    font-size: 14px;
    letter-spacing: 0.02rem;
    color: #424353;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    padding: 12px 15px;
    text-align: left;
    background-color: #FAFAFA;
}
/*.services-menu-wrapper .on-page-menu-services a {
    color: #424353!important;
    padding-bottom: 1.5em;
}*/
/*.services-menu-wrapper .on-page-menu-services a:hover {
    color: #0F8CBB!important;
}*/

ul#menu-services-menu {
    list-style: none;
    display: block;
    width: 100%;
}
ul#menu-services-menu li {
    display: inline;
    letter-spacing: 0.02rem;
    font-size: 24px;
}
#menu-services-menu li a {
    color: #424353;
    padding: 1.2em 15px 1.1em 15px;
    margin: 0 1.5em 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    display: inline-block;
    font-weight: 300;
}
#menu-services-menu li a:hover {
    color: #0F8CBB;
    border-bottom: 1px solid #0F8CBB;
}
#menu-services-menu li a.on-page-menu-selected {
    color: #0F8CBB;
    font-weight: 700;
}
#menu-services-menu li.current-menu-item a {
    color: #0F8CBB;
    font-weight: 700;
}

#menu-services-menu li:first-child a {
    padding: 0.75em 15px 1.1em 15px;
}
@media (max-width: 768px) {
    button.dropdown-btn {
        display: flex;
    }
    button.dropdown-btn .arrow {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #424353;
        transition: transform ease-in-out 0.3s;
    }
    button.dropdown-btn  .arrow.up {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
                   /* IE6–IE9 */
                   filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
                     zoom: 1;
    }
    ul#menu-services-menu {
        display: none;
    }
    ul#menu-services-menu li {
        display: block;
    }
    /*#menu-services-menu li:hover {
        background: #424353;
    }*/
    #menu-services-menu li a {
        display: block;
        padding: 0.7em 15px;
        color: #51c6d8;
        margin: 0;
        text-decoration: none;
    }
    #menu-services-menu li:first-child a {
        padding: 0.7em 15px;
    }
    #menu-services-menu li a:hover {
        color: #0F8CBB;
        background: #FAFAFA;
/*        border-bottom: 1px solid #0F8CBB;*/
    }





    /*.services-menu-wrapper ul.menu li {
        display: block;
    }
    .services-menu-wrapper ul.menu li a {
        padding: 0.5em 0 0.75em 0;
        display: block;
    }
    .services-menu-wrapper ul.menu li:first-child a {
        padding: 0.5em 0 0.75em 0;
    }*/
}
/* / Services navigation menu */






.primary-background {
    background-color: #51c6d8;
}
.light-background {
    background-color: #FAFAFA;
}
.dark-background {
    background-color: #3f4353;
}
@media (max-width: 768px) {
    .dark-background {
        background: #3f4353; /* #59bec8 */
    }
}

.stickyBreadcrumb {
  position: fixed;
  top: 144px;
  width: 100%; }
  @media (max-width: 768px) {
    .stickyBreadcrumb {
      position: static;
      top: none; } }

.pdf-download-wrapper {
  background-color: #c92d57;
  display: flex;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px; }
  .pdf-download-wrapper .pdf-download-picture {
    flex: 0 0 35%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .pdf-download-wrapper .pdf-download-text {
    flex: 0 0 65%;
    position: relative; }
  .pdf-download-wrapper .pdf-download-text-container {
    padding: 25px 70px 70px 15px; }
    .pdf-download-wrapper .pdf-download-text-container h6 {
      color: rgba(255, 255, 255, 0.7);
      margin: 0 0 10px 0;
      padding: 0;
      font-size: 12px; }
    .pdf-download-wrapper .pdf-download-text-container h5 {
      color: white;
      margin: 0 0 10px 0;
      padding: 0;
      font-size: 18px; }
    .pdf-download-wrapper .pdf-download-text-container p {
      color: white;
      margin: 0;
      padding: 0;
      font-size: 16px; }
  .pdf-download-wrapper a.download-link {
    position: absolute;
    left: 15px;
    bottom: 20px;
    height: 30px;
    display: table;
    color: white;
    text-decoration: none;
    text-align: left; }
    .pdf-download-wrapper a.download-link .download-link-icon {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url("/wp-content/themes/bptw/assets/img/download-icon.png");
      background-size: 30px;
      background-repeat: no-repeat;
      background-position: left bottom;
      margin-right: 15px; }
    .pdf-download-wrapper a.download-link .download-link-text {
      display: table-cell;
      vertical-align: middle;
      color: white; }
  .pdf-download-wrapper a.download-link:hover .download-link-icon {
    opacity: 0.5; }
  .pdf-download-wrapper a.download-link:hover .download-link-text {
    color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 768px) {
    .pdf-download-wrapper .pdf-download-text-container {
      padding: 25px 15px 70px 15px; } }


.bptw-people-wrapper {
  margin: 0 auto;
  max-width: calc(1440px + 2em); }

.bptw-people-container {
  display: flex;
  flex-wrap: wrap;
  margin: 98px 0 4em 0; }
@media (max-width: 768px) {
    .bptw-people-container {
      display: block; } }

.bptw-people3-item {
  flex: 0 0 33.3333%;
  margin-bottom: 2em;
  position: relative; }
  @media (max-width: 1491px) {
    .bptw-people3-item {
      flex: 0 0 33.3333%; } }
  @media (max-width: 890px) {
    .bptw-people3-item {
      flex: 0 0 50%; } }
  @media (max-width: 768px) {
    .bptw-people3-item {
      display: block;
      width: 100%;
      margin: 2em 0 0 0; } }
  .bptw-people3-item .bptw-people-item-content {
    position: relative;
    margin: 0 1em 0 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 101%;
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    overflow: hidden;
    border: 0;
    padding: 0; }
    .bptw-people3-item .bptw-people-item-content img {
      visibility: hidden;
      width: 100%;
      overflow: hidden;
      border: 0;
      padding: 0;
      margin: 0; }
    .bptw-people3-item .bptw-people-item-content .bptw-people-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5)); }
    .bptw-people3-item .bptw-people-item-content .bptw-people-type {
      color: #ccc;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em; }
.bptw-people3-item .bptw-people-item-content .bptw-people-text {
    position: absolute;
    bottom: 2.5em;
    left: 1em;
    color: #ffffff;
}
.bptw-people3-item .bptw-people-item-content .bptw-people-text h3 {
    font-weight: 700;
}
    .bptw-people3-item .bptw-people-item-content .bptw-people-go {
      position: absolute;
      bottom: 1.0em;
      left: 0;
      right: 0;
      padding: 0 1em 0 1em;
      height: 30px; }
      .bptw-people3-item .bptw-people-item-content .bptw-people-go .bptw-people-go-explore {
        position: absolute;
        top: 36px;
        left: 16px;
        color: white;
        font-weight: 500;
        font-size: 18px;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in;
        -moz-transition: opacity 1s ease-in;
        -o-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in; }
      .bptw-people3-item .bptw-people-item-content .bptw-people-go .bptw-people-go-image {
        position: absolute;
        left: 1em;
        top: 0;
        background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
        background-size: 11px;
        width: 11px;
        height: 30px; }
  .bptw-people3-item .bptw-people-item-content:hover {
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    background-size: 120%; }
    .bptw-people3-item .bptw-people-item-content:hover .bptw-people-overlay {
      -webkit-transition: background-color 1s ease;
      -moz-transition: background-color 1s ease;
      -ms-transition: background-color 1s ease;
      -o-transition: background-color 1s ease;
      transition: background-color 1s ease;
      background-color: rgba(0, 0, 0, 0.4); }
    .bptw-people3-item .bptw-people-item-content:hover .bptw-people-go .bptw-people-go-explore {
      opacity: 1;
      -webkit-transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
      -ms-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in; }

.bptw-people4-item {
  flex: 0 0 25%;
  margin-bottom: 2em;
  /* This used for the project page where partners appear
  in the four column grid and need to be links */ }
  @media (max-width: 1491px) {
    .bptw-people4-item {
      flex: 0 0 25%; } }
  @media (max-width: 890px) {
    .bptw-people4-item {
      flex: 0 0 50%; } }
  @media (max-width: 768px) {
    .bptw-people4-item {
      display: block;
      width: 100%;
      margin: 2em 0 0 0; } }
  .bptw-people4-item .bptw-people-item-content {
    margin: 0 1em 0 1em;
    position: relative; }
    .bptw-people4-item .bptw-people-item-content img {
      width: 100%;
      display: block;
      overflow: hidden; }
    .bptw-people4-item .bptw-people-item-content .bptw-people-image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
    .bptw-people4-item .bptw-people-item-content .bptw-people-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5)); }
    .bptw-people4-item .bptw-people-item-content .bptw-people-text {
      position: absolute;
      bottom: 1em;
      left: 1em;
      color: #ffffff; }
    .bptw-people4-item .bptw-people-item-content .bptw-people-text h3 {
        font-weight: 700;
    }
      .bptw-people4-item .bptw-people-item-content .bptw-people-text .bptw-people-type {
        color: #ccc;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em; }
    .bptw-people4-item .bptw-people-item-content .bptw-people-go {
      position: absolute;
      bottom: 1.0em;
      left: 0;
      right: 0;
      padding: 0 1em 0 1em;
      height: 30px; }
      .bptw-people4-item .bptw-people-item-content .bptw-people-go .bptw-people-go-explore {
        position: absolute;
        top: 36px;
        left: 16px;
        color: white;
        font-weight: 500;
        font-size: 18px;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in;
        -moz-transition: opacity 1s ease-in;
        -o-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in; }
      .bptw-people4-item .bptw-people-item-content .bptw-people-go .bptw-people-go-image {
        position: absolute;
        left: 1em;
        top: 0;
        background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
        background-size: 11px;
        width: 11px;
        height: 30px; }
  .bptw-people4-item .bptw-people-item-content:hover {
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    background-size: 120%; }
    .bptw-people4-item .bptw-people-item-content:hover .bptw-people-overlay {
      -webkit-transition: background-color 1s ease;
      -moz-transition: background-color 1s ease;
      -ms-transition: background-color 1s ease;
      -o-transition: background-color 1s ease;
      transition: background-color 1s ease;
      background-color: rgba(0, 0, 0, 0.4); }
    .bptw-people4-item .bptw-people-item-content:hover .bptw-people-go .bptw-people-go-explore {
      opacity: 1;
      -webkit-transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
      -ms-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in; }
  .bptw-people4-item a > .bptw-people-item-content {
    position: relative;
    margin: 0 1em 0 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 101%;
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    overflow: hidden;
    border: 0;
    padding: 0; }
    .bptw-people4-item a > .bptw-people-item-content img {
      visibility: hidden;
      width: 100%;
      overflow: hidden;
      border: 0;
      padding: 0;
      margin: 0; }
    .bptw-people4-item a > .bptw-people-item-content .bptw-people-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5)); }
    .bptw-people4-item a > .bptw-people-item-content .bptw-people-type {
      color: #ccc;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em; }
    .bptw-people4-item a > .bptw-people-item-content .bptw-people-text {
      position: absolute;
      bottom: 2.5em;
      left: 1em;
      color: #ffffff; }
    .bptw-people4-item a > .bptw-people-item-content .bptw-people-text h3 {
        font-weight: 700;
    }
    .bptw-people4-item a > .bptw-people-item-content .bptw-people-go {
      position: absolute;
      bottom: 1.0em;
      left: 0;
      right: 0;
      padding: 0 1em 0 1em;
      height: 30px; }
      .bptw-people4-item a > .bptw-people-item-content .bptw-people-go .bptw-people-go-explore {
        position: absolute;
        top: 36px;
        left: 16px;
        color: white;
        font-weight: 500;
        font-size: 18px;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in;
        -moz-transition: opacity 1s ease-in;
        -o-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in; }
      .bptw-people4-item a > .bptw-people-item-content .bptw-people-go .bptw-people-go-image {
        position: absolute;
        left: 1em;
        top: 0;
        background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
        background-size: 11px;
        width: 11px;
        height: 30px; }
  .bptw-people4-item a > .bptw-people-item-content:hover {
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    background-size: 120%; }
    .bptw-people4-item a > .bptw-people-item-content:hover .bptw-people-overlay {
      -webkit-transition: background-color 1s ease;
      -moz-transition: background-color 1s ease;
      -ms-transition: background-color 1s ease;
      -o-transition: background-color 1s ease;
      transition: background-color 1s ease;
      background-color: rgba(0, 0, 0, 0.4); }
  .bptw-people4-item .bptw-people-item-content:hover {
    position: relative; }

/*
for where they appear in right haand column
i.e Sketchbook, Insights
*/
.bptw-sketchbook-right .bptw-people-item-content,
.bptw-sketchbook-right a > .bptw-people-item-content,
.bptw-insights-right .bptw-people-item-content,
.bptw-insights-right a > .bptw-people-item-content {
  margin: 0; }

.bptw-person-wrapper {
  margin: 0 auto;
  max-width: calc(1440px + 2em); }

.bptw-person-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 98px 0 4em 0; }
  @media (max-width: 768px) {
    .bptw-person-container {
      display: block; } }
  .bptw-person-container .bptw-person-column {
    flex: 0 0 50%;
    margin-bottom: 2em; }
    @media (max-width: 768px) {
      .bptw-person-container .bptw-person-column {
        display: block;
        width: 100%;
        margin: 2em 0 0 0; } }
    .bptw-person-container .bptw-person-column .bptw-person-content {
      margin: 0 1em 0 1em; }
      .bptw-person-container .bptw-person-column .bptw-person-content img {
        width: 100%;
        display: block; }
      .bptw-person-container .bptw-person-column .bptw-person-content .bptw-person-content-restrainer {
        padding: 0 100px 0 100px; }
        .bptw-person-container .bptw-person-column .bptw-person-content .bptw-person-content-restrainer p {
          font-size: 16px; }
        @media (max-width: 768px) {
          .bptw-person-container .bptw-person-column .bptw-person-content .bptw-person-content-restrainer {
            padding: 0; } }

/**
 * Overwrite Plugin styles for bptw
 */
/**
 * Custom Twitter Feeds Lite
 */
#ctf .ctf-item {
  padding: 15px 0 !important; }

.ctf-tweet-meta {
  margin: 0 !important; }




.bptw-related-projects-carousel .owl-dots {
    display: mone!important;
}


/* Projects */
.bptw-project-items-wrapper {
    margin: 0 auto;
    max-width: calc(1440px + 2em);
}
.bptw-project-items-container {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 4em 0;
}
@media (min-width: 768px) {
    .bptw-project-items-container {
        margin: 98px 0 4em 0;
    }
}
.before-newsletter {
    margin: 98px 0 2em 0;
}
.after-newsletter {
    margin: 4em 0 4em 0;
}
.bptw-project-item {
    flex: 0 0 33.3333%;
    margin-bottom: 2em;
    position: relative;
}
@media (max-width: 890px) {
    .bptw-project-item {
        flex: 0 0 50%;
    }
}
@media (max-width: 768px) {
    .bptw-project-item {
        flex: 0 0 100%;
        /*display: block;
        width: 100%;*/
        margin: 2em 0 0 0;
    }
}
.bptw-project-item .bptw-project-item-content {
    padding: 0;
    margin: 0 1em 0 1em;
    position: relative;
    background-color: #FAFAFA;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;

    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-image {
    background-size: cover;
    max-height: 440px;
    overflow: hidden;
    position: relative;
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-image img {
    display: block;
    width: 100%;
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-arrow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    -webkit-transition: visibility 0s, opacity 500ms ease-in-out;
    -moz-transition: visibility 0s, opacity 500ms ease-in-out;
    -o-transition: visibility 0s, opacity 500ms ease-in-out;
    -ms-transition: visibility 0s, opacity 500ms ease-in-out;
    transition: visibility 0s, opacity 500ms ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    /*-webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;*/
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-text {
    position: relative;
    padding: 0.5em 1em 0.5em 1em;
    height: auto;
    font-size: 18px;
    font-weight: 500;
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-text .bptw-project-item-type {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #424353;
    display: block;
    margin-bottom: 7px;
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-text h3 {
    font-weight: 500;
    font-size: 24px;
    color: #0F8CBB;
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-go {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 1em 0 1em;
    height: 40px;
/*    text-align: right;*/
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-go .bptw-project-item-go-explore {
    position: absolute;
    top: 36px;
    right: 55px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
.bptw-project-item .bptw-project-item-content .bptw-project-item-go .bptw-project-item-go-image, .bptw-project-item .bptw-project-item-content .bptw-project-item-go .bptw-project-item-go-image-read-more {
    position: absolute;
    right: 55px;
    top: 50px;
    background: url("/wp-content/themes/bptw/assets/img/arrow_double_right.png") no-repeat;
    background-size: 11px;
    width: 11px;
    height: 30px;
}
.bptw-project-item .bptw-project-item-content:hover {
    position: relative;
    background: #FAFAFA;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 8px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;

    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
/*.bptw-project-item .bptw-project-item-content:hover .bptw-project-item-arrow-overlay {
    visibility: visible;
    opacity: 1;
}*/
.bptw-project-item .bptw-project-item-content:hover .bptw-project-item-image:before {
    /*background: rgba(81, 198, 216, 0.3);
    opacity: 0.5;*/
}
/*.bptw-project-item .bptw-project-item-content:hover .bptw-project-item-text h3 {
      color: #ffffff;
}*/
/*.bptw-project-item .bptw-project-item-content:hover .bptw-project-item-text .bptw-project-item-type {
    color: #ffffff;
}*/
.bptw-project-item .bptw-project-item-content:hover .bptw-project-item-go .bptw-project-item-go-explore {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    color: white;
}
.bptw-project-item .bptw-project-item-content:hover .bptw-project-item-go .bptw-project-item-go-image, .bptw-project-item .bptw-project-item-content:hover .bptw-project-item-go .bptw-project-item-go-image-read-more {
    position: absolute;
    right: 55px;
    top: 50px;
    background: url("/wp-content/themes/bptw/assets/img/arrow_double_right.png") no-repeat;
    background-size: 11px;
}

.project-row {
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0 0 0; }
  @media (max-width: 768px) {
    .project-row {
      display: block; } }

.project-left {
  flex: 0 0 50%;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .project-left {
      display: block;
      width: 100%;
      margin: 2em 0 0 0; } }
  .project-left .project-left-container {
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    border: 0; }
    .project-left .project-left-container span {
      font-family: "museo-sans", sans-serif, Helvetica, Arial;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.2em; }
    .project-left .project-left-container p {
      font-size: 17px;
      line-height: 180%;
      width: 85%; }
    .project-left .project-left-container a {
      text-decoration: underline; }
    .project-left .project-left-container p.architecture-intro {
      font-size: 21px; }
    @media (max-width: 890px) {
      .project-left .project-left-container p {
        width: 90%; } }
    @media (max-width: 768px) {
      .project-left .project-left-container {
        padding-top: 2em;
        padding-right: 0;
        height: auto; }
        .project-left .project-left-container p {
          width: 100%; } }

.project-right {
  flex: 0 0 50%;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .project-right {
      display: block;
      width: 100%;
      margin: 2em 0 0 0; } }
  .project-right .project-right-container {
    padding-left: 15px; }
    @media (max-width: 768px) {
      .project-right .project-right-container {
        padding-left: 0; } }

.project-specs {
  background-color: #FED833;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
  min-height: 180px;
  padding: 28px 25px 32px 25px;
  font-size: 18px;
  margin-bottom: 40px; }
  .project-specs .project-specs-heading {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase; }
  .project-specs table tr {
    vertical-align: top; }
  .project-specs table tr td {
    padding: 0.2em 0.75em; }
    .project-specs table tr td p {
      font-size: 18px;
      line-height: 130%; }
  .project-specs .project-specs-left-column {
    width: 200px; }

body.single-bim-projects .project-specs {
  margin-bottom: 0; }

.two-column-text-container {
  column-count: 2;
  column-gap: 2.0em;
  color: #666;
  font-size: 18px;
  line-height: 180%; }
  .two-column-text-container p {
    color: #666;
    font-size: 18px;
    line-height: 180%;
    width: 85%; }
  .two-column-text-container a {
    text-decoration: underline; }
  @media (max-width: 890px) {
    .two-column-text-container p {
      width: 90%; } }
  @media (max-width: 768px) {
    .two-column-text-container {
      column-count: 1; }
      .two-column-text-container p {
        width: 100%; } }

.project-quote-wrapper {
  margin-top: 94px;
  margin-bottom: 120px;
  padding: 6em 0 7em 0;
  position: relative;
  z-index: 1;
  background-color: #282828; }
  .project-quote-wrapper .project-quote-wrapper-picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: -1; }
  .project-quote-wrapper .project-quote-wrapper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/wp-content/themes/bptw/assets/img/quote-bg.svg") no-repeat;
    background-size: auto 100%;
    background-position: right center;
    opacity: 0.3; }
  .project-quote-wrapper .project-quote-mark {
    color: white;
    font-size: 50px;
    border: 1px solid white;
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 1.3em; }
  .project-quote-wrapper .project-quote {
    color: white;
    font-size: 28px;
    padding-bottom: 1.5em;
    width: 45%; }
    @media (max-width: 890px) {
      .project-quote-wrapper .project-quote {
        width: 70%; } }
    @media (max-width: 768px) {
      .project-quote-wrapper .project-quote {
        width: 100%; } }
.project-quote-wrapper .project-quote-caption {
    color: white;
    font-size: 20px;
    width: 45%;
}


.bptw-project-associated-news-wrapper {
  margin: 0 auto;
  max-width: calc(1440px + 2em);
}
.bptw-project-associated-news-container {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0 4em 0;
}
@media (max-width: 768px) {
    .bptw-project-associated-news-container {
        display: block;
    }
}
.bptw-project-associated-news-container .bptw-project-associated-news-item {
    flex: 0 0 33.3333%;
    margin-bottom: 2em;
}
@media (max-width: 890px) {
    .bptw-project-associated-news-container .bptw-project-associated-news-item {
        flex: 0 0 50%;
    }
}
@media (max-width: 768px) {
    .bptw-project-associated-news-container .bptw-project-associated-news-item {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content {
    margin: 0 1em 0 1em;
    position: relative;
    background-color: #FAFAFA;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content .bptw-project-associated-news-item-image {
    position: relative;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content .bptw-project-associated-news-item-image img {
    display: block;
    overflow: hidden;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content .bptw-project-associated-news-text {
    display: block;
    padding: 1.0em 1em 0.5em 1em;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content .bptw-project-associated-news-text .bptw-project-associated-news-date {
    color: #ccc;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 7px;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content .bptw-project-associated-news-text h3 {
    font-weight: 700;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content .bptw-project-associated-news-item-go {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em 0 1em;
    height: 40px;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content .bptw-project-associated-news-item-go .bptw-project-associated-news-item-go-explore {
    position: absolute;
    top: 36px;
    right: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content .bptw-project-associated-news-item-go .bptw-project-associated-news-item-go-image {
    position: absolute;
    right: 1em;
    top: 50px;
    background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
    background-size: 11px;
    width: 11px;
    height: 30px;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover {
    background-color: #FAFAFA;
    position: relative;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover .bptw-project-associated-news-arrow-overlay {
    visibility: visible;
    opacity: 1;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover .bptw-project-associated-news-item-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(81, 198, 216, 0.3);
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover .bptw-project-associated-news-text h3 {
/*    color: #ffffff;*/
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover .bptw-project-associated-news-text .bptw-project-associated-news-date {
/*    color: #ffffff;*/
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover .bptw-project-associated-news-item-go span {
    font-size: 12px;
    transform: translate(40px);
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover .bptw-project-associated-news-item-go .bptw-project-associated-news-item-go-explore {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    color: white;
}
.bptw-project-associated-news-container .bptw-project-associated-news-item .bptw-project-associated-news-item-content:hover .bptw-project-associated-news-item-go .bptw-project-associated-news-item-go-image {
    background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
    background-size: 11px;
}

.project-filter-wrapper {
    display: block;
    text-align: center;
}
.project-filter-description {
    display: block;
    /*flex-wrap: wrap;
    align-items: top;*/
    margin: 30px 15px 2em 15px;
/*    width: 100%;*/
    box-sizing: border-box;
}
.project-filter-description-left {
    flex: 0 0 100%;
/*    padding-left: 150px;*/
    box-sizing: border-box;
    padding-right: 1em;
    text-align: left;
}
.project-filter-description-left h2 {
    font-size: 3rem;
}
.project-filter-description-right {
    flex: 0 0 100%;
/*    padding-right: 150px;*/
    box-sizing: border-box;
    text-align: left;
}
@media (min-width: 1024px) {
    .project-filter-description {
        display: flex;
        flex-wrap: wrap;
        align-items: top;
        margin: 90px auto 4em auto;
        width: 80%;
    }
    .project-filter-description-left {
        flex: 0 0 33%;
    }
    .project-filter-description-right {
        flex: 0 0 66%;
    }
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px; }
  @media (max-width: 1491px) {
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
      margin-bottom: 33px; } }
  @media (max-width: 890px) {
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
      margin-bottom: 19px; } }
  @media (max-width: 768px) {
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
      margin-bottom: 35px; } }

img.planning_image {
  width: 100%; }

.bptw-related-projects-single {
  margin-top: 3em;
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  position: relative; }
  .bptw-related-projects-single .overlay {
    position: absolute;
    overflow: auto;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6)); }
  .bptw-related-projects-single .bptw-related-projects-single-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding: 0 2em 2em 2em; }
    .bptw-related-projects-single .bptw-related-projects-single-text h3 {
      color: white;
      font-size: 300%;
      font-weight: 500;
      margin-bottom: 0.3em; }
    .bptw-related-projects-single .bptw-related-projects-single-text h4 {
      color: white;
      font-size: 110%;
      letter-spacing: 0.1em;
      margin-top: 0;
      text-transform: uppercase; }

.bptw-three-item-wrapper {
  margin: 0 auto;
  max-width: calc(1440px + 2em); }

.bptw-three-item-container {
  display: flex;
  flex-wrap: wrap;
  margin: 98px -1em 0 -1em;
}
@media (max-width: 768px) {
    .bptw-three-item-container {
        display: block;
    }
}

.bptw-three-item {
    flex: 0 0 33.3333%;
    margin-bottom: 0;
    position: relative;
}
@media (max-width: 1491px) {
    .bptw-three-item {
        flex: 0 0 33.3333%;
    }
}
@media (max-width: 890px) {
    .bptw-three-item {
        flex: 0 0 50%;
        margin-bottom: 2em;
    }
}
@media (max-width: 768px) {
    .bptw-three-item {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-three-item .bptw-people-item-content {
    position: relative;
    margin: 0 1em 0 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    overflow: hidden;
    border: 0;
    padding: 0; }
    .bptw-three-item .bptw-people-item-content img {
      visibility: hidden;
      width: 100%;
      overflow: hidden;
      border: 0;
      padding: 0;
      margin: 0; }
    .bptw-three-item .bptw-people-item-content .bptw-people-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5)); }
    .bptw-three-item .bptw-people-item-content .bptw-people-type {
      color: #ccc;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em; }
.bptw-three-item .bptw-people-item-content .bptw-people-text {
      position: absolute;
      bottom: 2.5em;
      left: 1em;
      color: #ffffff;
}
.bptw-three-item .bptw-people-item-content .bptw-people-text h3 {
    font-weight: 700;
}
    .bptw-three-item .bptw-people-item-content .bptw-people-go {
      position: absolute;
      bottom: 1.0em;
      left: 0;
      right: 0;
      padding: 0 1em 0 1em;
      height: 30px; }
      .bptw-three-item .bptw-people-item-content .bptw-people-go .bptw-people-go-explore {
        position: absolute;
        top: 36px;
        left: 16px;
        color: white;
        font-weight: 500;
        font-size: 18px;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in;
        -moz-transition: opacity 1s ease-in;
        -o-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in; }
      .bptw-three-item .bptw-people-item-content .bptw-people-go .bptw-people-go-image {
        position: absolute;
        left: 1em;
        top: 0;
        background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
        background-size: 11px;
        width: 11px;
        height: 30px; }
  .bptw-three-item .bptw-people-item-content:hover {
    -webkit-transition: background-size 1s ease;
    -moz-transition: background-size 1s ease;
    -ms-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    transition: background-size 1s ease;
    background-size: auto 120%; }
    .bptw-three-item .bptw-people-item-content:hover .bptw-people-overlay {
      -webkit-transition: background-color 1s ease;
      -moz-transition: background-color 1s ease;
      -ms-transition: background-color 1s ease;
      -o-transition: background-color 1s ease;
      transition: background-color 1s ease;
      background-color: rgba(0, 0, 0, 0.4); }
    .bptw-three-item .bptw-people-item-content:hover .bptw-people-go .bptw-people-go-explore {
      opacity: 1;
      -webkit-transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
      -ms-transition: opacity 1s ease-in;
      transition: opacity 1s ease-in; }

#bptw-search-page-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 2em 0 0;
  box-sizing: border-box; }
  #bptw-search-page-form #bptw-search-page-form-left {
    display: inline-block; }
  #bptw-search-page-form h1.bptw-search-page-form-head {
    display: inline-block;
    line-height: 100%;
    margin: 0;
    padding: 0; }
  #bptw-search-page-form #bptw-search-page-form-right {
    display: inline-block;
    flex: 1;
    position: relative; }
    #bptw-search-page-form #bptw-search-page-form-right form.search-form {
      display: block;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      height: 70px;
      width: auto !important;
      position: relative; }
    #bptw-search-page-form #bptw-search-page-form-right .search-submit {
      float: left;
      display: inline-block;
      width: 40px;
      height: 42px;
      margin-top: 3px;
      background-image: url("/wp-content/themes/bptw/assets/img/search-icon-off.png");
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 0 10px;
      border: none;
      cursor: pointer;
      color: transparent; }
    #bptw-search-page-form #bptw-search-page-form-right .search-submit:hover {
      background-image: url("/wp-content/themes/bptw/assets/img/search-icon-on.png"); }
    #bptw-search-page-form #bptw-search-page-form-right input[type=search] {
      position: absolute;
      display: inline-block;
      margin: 0;
      padding: 0 0 5px 0;
      border: 0;
      background: transparent;
      color: #51c6d8;
      font-size: 60px;
      line-height: 100%;
      font-weight: 500;
      letter-spacing: 0.1rem;
      width: auto !important;
      height: 65px;
      box-sizing: border-box; }
  @media (max-width: 890px) {
    #bptw-search-page-form h1.bptw-search-page-form-head {
      display: inline-block;
      line-height: 100%;
      margin: 0;
      padding: 0; }
    #bptw-search-page-form #bptw-search-page-form-right form.search-form {
      height: 55px; }
    #bptw-search-page-form #bptw-search-page-form-right input[type=search] {
      font-size: 40px;
      height: 55px; } }
  @media (max-width: 768px) {
    #bptw-search-page-form {
      float: none;
      display: block;
      width: 100%;
      padding: 0 0 0 0; }
      #bptw-search-page-form #bptw-search-page-form-left {
        display: block; }
      #bptw-search-page-form #bptw-search-page-form-right {
        display: block; }
        #bptw-search-page-form #bptw-search-page-form-right form.search-form {
          height: 50px; }
        #bptw-search-page-form #bptw-search-page-form-right input[type=search] {
          font-size: 30px;
          line-height: 100%;
          font-weight: 500;
          letter-spacing: 0.1rem;
          height: 55px; } }
  #bptw-search-page-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    /* Firefox */ }
  #bptw-search-page-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6); }
  #bptw-search-page-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.6); }

h3.cyan-header-link {
  margin-bottom: 5px; }

h3.cyan-header-link a:hover {
  color: #51c6d8 !important; }

ul.search-results-list {
  list-style-type: none;
  margin-bottom: 1.5em; }
  ul.search-results-list li a {
    color: #51c6d8; }
  ul.search-results-list li a:hover {
    color: #4795a0; }

h2.search-heading {
  font-size: 30px;
  color: #51c6d8; }

.bptw-items-container {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -12px 0 -12px;
}
@media (max-width: 768px) {
    .bptw-items-container {
        display: block;
    }
}
.bptw-items-container .bptw-project-item, .bptw-items-container .bptw-insights-item, .bptw-items-container .bptw-project-item, .bptw-items-container .bptw-sketchbook-item-sketchbook {
    flex: 0 0 25%; }
    @media (max-width: 890px) {
      .bptw-items-container .bptw-project-item, .bptw-items-container .bptw-insights-item, .bptw-items-container .bptw-project-item, .bptw-items-container .bptw-sketchbook-item-sketchbook {
        flex: 0 0 50%; } }
    @media (max-width: 768px) {
      .bptw-items-container .bptw-project-item, .bptw-items-container .bptw-insights-item, .bptw-items-container .bptw-project-item, .bptw-items-container .bptw-sketchbook-item-sketchbook {
        display: block;
        width: 100%; } }
  .bptw-items-container .bptw-sketchbook-item-content {
    margin: 0 12px; }

.bptw-search-item {
  flex: 0 0 25%; }
  @media (max-width: 890px) {
    .bptw-search-item {
      flex: 0 0 50%; } }
  @media (max-width: 768px) {
    .bptw-search-item {
      display: block;
      width: 100%; } }

.bptw-search-item-content {
  margin: 12px;
  background-color: #ddd; }

.bptw-pagination {
  display: block;
  margin: 20px 0; }

.bptw-masonry-grid-sketchbook {
  margin-top: 98px;
  width: calc(100% + 30px); }
  @media (max-width: 768px) {
    .bptw-masonry-grid-sketchbook {
      width: 100%; } }

.bptw-sketchbook-item-sketchbook {
    display: inline-block;
    width: calc(33.33333% - 30px);
    margin-bottom: 30px;
}
@media (max-width: 890px) {
    .bptw-sketchbook-item-sketchbook {
        width: calc(50% - 30px);
    }
}
@media (max-width: 768px) {
    .bptw-sketchbook-item-sketchbook {
        width: 100%;
    }
}
.bptw-masonry-grid {
    margin-top: 98px;
}
@media (max-width: 768px) {
    .bptw-masonry-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}
.bptw-sketchbook-item-content {
    position: relative;
}
.bptw-sketchbook-picture {
    position: relative;
}
.bptw-sketchbook-picture img {
    width: 100%;
    display: block;
}
.bptw-sketchbook-picture:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.bptw-sketchbook-text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0.5em 1em 0.5em 1em;
    background: #FAFAFA;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-sketchbook-text .bptw-sketchbook-item-type {
    color: #ccc;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 7px;
}
.bptw-sketchbook-text h3 {
    font-weight: 500;
}
.bptw-sketchbook-go {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.bptw-sketchbook-go .bptw-sketchbook-go-explore {
    position: absolute;
    top: 50px;
    right: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
.bptw-sketchbook-go .bptw-sketchbook-go-image {
    position: absolute;
    right: 1.5em;
    top: 36px;
    background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
    background-size: 11px;
    width: 11px;
    height: 30px;
}
.bptw-sketchbook-item-content:hover .bptw-sketchbook-text {
    background-color: #FAFAFA;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;

    -moz-transition: all .51s;
    -o-transition: all .51s;
    -webkit-transition: all .51s;
    transition: all .51s;
}
.bptw-sketchbook-item-content:hover .bptw-sketchbook-picture:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    background-color: rgba(89, 190, 200, 0.3);
    -webkit-transition: webkit-filter 300ms linear;
    -moz-transition: filter 300ms linear;
    -o-transition: filter 300ms linear;
    -ms-transition: filter 300ms linear;
    transition: filter 300ms linear;
}
.bptw-sketchbook-item-content:hover .bptw-sketchbook-arrow-overlay {
    background-image: url("/wp-content/themes/bptw/assets/img/right_arrow_overlay.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: table-cell;
    width: 100%;
    z-index: 3;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
.bptw-sketchbook-item-content:hover .bptw-sketchbook-go .bptw-sketchbook-go-image {
    background: url("/wp-content/themes/bptw/assets/img/arrow_right.png") no-repeat;
    background-size: 11px;
    z-index: 5;
}
.bptw-sketchbook-item-content:hover .bptw-sketchbook-go .bptw-sketchbook-go-explore {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    z-index: 5;
}

.bptw-sketchbook-wrapper {
    display: flex;
    margin: 4em 0 4em 0;
}
@media (max-width: 768px) {
    .bptw-sketchbook-wrapper {
        display: block;
    }
}
.bptw-sketchbook-wrapper .bptw-sketchbook-left {
    flex: 0 0 120px;
    margin-bottom: 2em;
}
@media (max-width: 890px) {
    .bptw-sketchbook-wrapper .bptw-sketchbook-left {
        flex: 0 0 100px;
    }
}
@media (max-width: 768px) {
      .bptw-sketchbook-wrapper .bptw-sketchbook-left {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-sketchbook-wrapper .bptw-sketchbook-centre {
    flex-grow: 1;
    margin-bottom: 2em;
    padding-right: 2em;
    overflow-y: hidden;
}
.bptw-sketchbook-wrapper .bptw-sketchbook-centre h2 {
    margin-bottom: 1.5em;
}
.bptw-sketchbook-wrapper .bptw-sketchbook-centre a {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .bptw-sketchbook-wrapper .bptw-sketchbook-centre {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-sketchbook-wrapper .bptw-sketchbook-right {
    flex: 0 0 350px;
    margin-bottom: 2em;
}
.bptw-sketchbook-wrapper .bptw-sketchbook-right h2 {
    margin-bottom: 1.5em;
}
@media (max-width: 1491px) {
    .bptw-sketchbook-wrapper .bptw-sketchbook-right {
        flex: 0 0 300px;
    }
}
@media (max-width: 890px) {
    .bptw-sketchbook-wrapper .bptw-sketchbook-right {
        flex: 0 0 250px;
    }
}
@media (max-width: 768px) {
    .bptw-sketchbook-wrapper .bptw-sketchbook-right {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.bptw-sketchbook-wrapper .bptw-sketchbook-right .bptw-news-projects-container .bptw-project-item-content {
    margin: 0;
}
.bptw-sketches-container {
    display: block;
}
.bptw-sketches-carousel .bptw-sketches-item {
    width: 100%;
}
.bptw-sketches-carousel .bptw-sketches-item img {
    width: 100%;
}
.bptw-sketches-carousel .bptw-carousel__nav {
    width: 200px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 50px;
}
.bptw-sketches-carousel .bptw-carousel__control {
    background-color: #63C4D7;
    border: 0;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    color: #f5f4f3;
    cursor: pointer;
}
.bptw-sketches-carousel .bptw-carousel__control.prev {
    width: 80px;
    height: 80px;
    background-image: url("/wp-content/themes/bptw/assets/img/Previous.png");
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
}
@media (max-width: 768px) {
    .bptw-sketches-carousel .bptw-carousel__control.prev {
        display: none;
    }
}
.bptw-sketches-carousel .bptw-carousel__control.next {
    position: absolute;
    left: 100px;
    width: 80px;
    height: 80px;
    background-image: url("/wp-content/themes/bptw/assets/img/Next.png");
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
}
@media (max-width: 768px) {
    .bptw-sketches-carousel .bptw-carousel__control.next {
        display: none;
    }
}
.bptw-sketches-carousel .bptw-carousel__control.next:hover, .bptw-sketches-carousel .bptw-carousel__control.prev:hover {
    background-color: #5ab2c3;
    color: white;
    opacity: 1.0;
    filter: alpha(opacity=100);
}


.left-column-social-icons .left-column-social-icon {
  height: 35px;
  width: 35px;
  display: block;
  margin: 0 0 10px 0; }
@media (max-width: 768px) {
  .left-column-social-icons .left-column-social-icon {
    display: inline-block;
    margin: 0 10px 10px 0; } }

.bptw-person-content .social-icon {
  height: 35px;
  width: 35px;
  display: inline-block;
  margin-right: 10px; }

.social-email-blue {
  background: url("/wp-content/themes/bptw/assets/img/social_mail_blue.svg");
  background-size: 35px; }

.social-facebook-blue {
  background: url("/wp-content/themes/bptw/assets/img/social_facebook_blue.svg");
  background-size: 35px; }

.social-linkedin-blue {
  background: url("/wp-content/themes/bptw/assets/img/social_linkedin_blue.svg");
  background-size: 35px; }

.social-twitter-blue {
  background: url("/wp-content/themes/bptw/assets/img/social_twitter_blue.svg");
  background-size: 35px; }

.social-insta-blue {
  background: url("/wp-content/themes/bptw/assets/img/social_insta_blue.svg");
  background-size: 35px; }

.social-vimeo-blue {
  background: url("/wp-content/themes/bptw/assets/img/social_vimeo_blue.svg");
  background-size: 35px; }

.social-linkedin-white {
  background: url("/wp-content/themes/bptw/assets/img/social_linkedin.svg");
  background-size: 35px;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in; }

.social-linkedin-white:hover {
  background: url("/wp-content/themes/bptw/assets/img/social_linkedin_blue.svg");
  background-size: 35px; }

.social-twitter-white {
  background: url("/wp-content/themes/bptw/assets/img/social_twitter.svg");
  background-size: 35px;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in; }

.social-twitter-white:hover {
  background: url("/wp-content/themes/bptw/assets/img/social_twitter_blue.svg");
  background-size: 35px; }

.social-insta-white {
  background: url("/wp-content/themes/bptw/assets/img/social_insta.svg");
  background-size: 35px;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in; }

.social-insta-white:hover {
  background: url("/wp-content/themes/bptw/assets/img/social_insta_blue.svg");
  background-size: 35px; }

.social-vimeo-white {
  background: url("/wp-content/themes/bptw/assets/img/social_vimeo.svg");
  background-size: 35px;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in; }

.social-vimeo-white:hover {
  background: url("/wp-content/themes/bptw/assets/img/social_vimeo_blue.svg");
  background-size: 35px; }

.bptw-bold-intro {
  padding: 0 0 3em 0; }
  .bptw-bold-intro p {
    font-weight: 500; }

.bptw-p-space-above {
  padding-top: 15px; }

.bptw-heading-line-above {
  border-top: 3px solid #51c6d8;
  padding: 1em 0 0 0; }
  .bptw-heading-line-above h2 {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 500;
    display: block; }

.bptw-text-area {
  padding: 0 0 3em 0; }
  .bptw-text-area ul {
    list-style: none;
    /* Remove default bullets */
    list-style-position: inside;
    margin-left: 1.0em; }
  .bptw-text-area ul li {
    text-indent: -0.5em;
    padding: 0 0 0.5em 0;
    font-size: 18px;
    line-height: 160%; }
  .bptw-text-area ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #51c6d8;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 0.5em;
    /* Also needed for space (tweak if needed) */
    margin-left: 0;
    /* Also needed for space (tweak if needed) */ }

.bptw-sub-heading-with-rule-above {
    border-top: 3px solid #51c6d8;
    padding: 1em 0 0 0;
    margin: 0 auto;
    margin-top: 98px;
    max-width: 1440px;
}
.bptw-sub-heading-with-rule-above h2 {
    font-size: 24px;
    font-weight: 500;
    display: block;
}

.bptw-sub-heading-with-rule-below {
    padding: 1em 0 1em 0;
    margin: 0 auto;
    margin-top: 98px;
    max-width: 1440px;
    position: relative;
}
.bptw-sub-heading-with-rule-below:after {
    content: "";
    background: #5FC4D7;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}
@media (min-width: 768px) {
    .bptw-sub-heading-with-rule-below:after {
        width: 370px;
    }
}
.bptw-sub-heading-with-rule-below h2 {
    font-size: 24px;
    font-weight: 500;
    display: block;
}




.primary-color {
  color: #51c6d8; }




.service-row {
    display: flex;
    flex-wrap: wrap;
    margin: 4em 0 0 0;
}
@media (max-width: 768px) {
    .service-row {
        display: block;
    }
}
.service-wrapper {
    flex: 0 0 100%;
    margin: 0 auto 0 auto;
    max-width: 1024px;
}
@media (max-width: 768px) {
    .service-wrapper {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
}
.service-wrapper .service-container {
/*    padding-right: 15px;*/
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    border: 0;
}




/* ==========================================================================
    UTILS

    Utility classes (screen-reader, OO spacing etc.)
   ========================================================================== */
.u-sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden; }

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