/*
Theme Name: DV Architects
Theme URI: http://plinkfizz.co.uk/
Author: PlinkFizz
Author URI: http://plinkfizz.co.uk/
Description: The custom theme written for DV Architects
Version: 1.2.4
Text Domain: dvarchitects
*/

/*
 * FONTS
 * AktivGrotesk: 500 (Medium)
 */
@font-face {
    font-family: 'aktiv-grotesk';
    src: url(fonts/AktivGrotesk/aktivgrotesk-medium.eot?hdy7rt);
    src: url(fonts/AktivGrotesk/aktivgrotesk-medium.eot?hdy7rt#iefix) format("embedded-opentype"), url(fonts/AktivGrotesk/aktivgrotesk-medium.ttf?hdy7rt) format("truetype"), url(fonts/AktivGrotesk/aktivgrotesk-medium.woff?hdy7rt) format("woff"), url(fonts/AktivGrotesk/aktivgrotesk-medium.svg?hdy7rt#BPIcons) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'BPIcons';
    src: url(fonts/DVIcons/DVIcons.eot?joh4fy);
    src: url(fonts/DVIcons/DVIcons.eot?joh4fy#iefix) format("embedded-opentype"), url(fonts/DVIcons/DVIcons.ttf?joh4fy) format("truetype"), url(fonts/DVIcons/DVIcons.woff?joh4fy) format("woff"), url(fonts/DVIcons/DVIcons.svg?joh4fy#DVIcons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'BPIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: "\f002"
}

.icon-home:before {
    content: "\f015"
}

.icon-arrow-circle-o-down:before {
    content: "\f01a"
}

.icon-repeat:before {
    content: "\f01e"
}

.icon-video-camera:before {
    content: "\f03d"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-times-circle-o:before {
    content: "\f05c"
}

.icon-check-circle-o:before {
    content: "\f05d"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-key:before {
    content: "\f084"
}

.icon-cogs:before {
    content: "\f085"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-youtube-play:before {
    content: "\e900"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-linkedin:before {
    content: "\f0e1"
}
/* .icon-instagram:before {
    content: "I"
} */

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-cutlery:before {
    content: "\f0f5"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-shield:before {
    content: "\f132"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-pagelines:before {
    content: "\f18c"
}

.icon-dot-circle-o:before {
    content: "\f192"
}

.icon-graduation-cap:before {
    content: "\f19d"
}

.icon-yelp:before {
    content: "\f1e9"
}

.icon-user-plus:before {
    content: "\f234"
}

.icon-percent:before {
    content: "\f295"
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

/*
 * RESET
 */
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}

body {
    background: #fff;
    position: relative;
    min-height: 100%
}

ol,
ul {
    margin: 20px 0 20px 20px;
    padding-left: 20px
}

ol li,
ul li {
    margin-bottom: 4px
}

blockquote,
q {
    margin: 50px 0 70px;
    padding: 0;
    font-size: 34px
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td {
    padding: 10px;
    border: 2px solid #d3d3d2
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

small,
.small {
    font-size: 14px
}

b,
strong {
    font-weight: 700
}

em {
    font-style: italic
}

img {
    max-width: 100%;
    height: auto
}

hr {
    clear: both;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #d3d3d2
}

/*
 * GRID
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: ' ';
    display: table
}

.clearfix:after,
.container:after,
.row:after {
    clear: both
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1160px
}

.container.container-fluid {
    max-width: 100%
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.row.no-collapse {
    margin-left: 0;
    margin-right: 0
}

.row [class^='col-'],
.row [class*=' col-'] {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

.row.no-gutter [class^='col-'],
.row.no-gutter [class*=' col-'] {
    padding-left: 0;
    padding-right: 0
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-15 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-15 {
    width: 20%
}

@media (min-width: 480px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-15 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-15 {
        width: 20%
    }
}

@media (min-width: 768px) {
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal
    }

    .flex.flex-row {
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex.flex-col {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex-grow {
        -webkit-box-flex: 1;
        -ms-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1
    }

    .flex>[class^='col-'],
    .flex>[class*=' col-'] {
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-15 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-15 {
        width: 20%
    }
}

@media (min-width: 1024px) {
    .container.container-wide {
        max-width: 100%;
        padding-left: 80px;
        padding-right: 80px
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-15 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-15 {
        width: 20%
    }
}

@media (min-width: 1640px) {
    .container.container-wide {
        padding-left: 160px;
        padding-right: 160px
    }
}

/*
 * SLICK
 */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.draggable {
    cursor: grab;
    cursor: -webkit-grab
}

.slick-list.draggable:active .slick-slide {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.slick-track,
.slick-list {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left !important;
    height: 100%;
    min-height: 1px;
    position: relative;
    width: 100%
}

.slick-adaptive .slick-slide {
    height: auto
}

.slick-track,
.slick-list {
    height: 100%
}

.slick-slide:first-child,
.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -20px;
    width: 15px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: 0 none;
    z-index: 3;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    -webkit-transition: color .5s;
    transition: color .5s
}

.slick-next {
    left: auto;
    right: 20px
}

.slick-prev:before,
.slick-next:before {
    font-family: 'BPIcons';
    content: '\f104';
    font-size: 44px;
    line-height: 40px;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-next:before {
    content: '\f105'
}

.slick-prev:hover,
.slick-next:hover {
    color: #0e7fab
}

.slick-dots {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5
}

.slick-dots li {
    position: relative;
    float: left;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
    background-color: #dadada;
    height: 13px;
    width: 13px;
    border-radius: 50%
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0 none;
    border-radius: 50%;
    padding: 0;
    margin: 3px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #0e7fab
}

.dots-right .slick-dots {
    left: auto;
    right: 40px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: opacity .75s;
    transition: opacity .75s
}

.slick-lightbox.slick-hide {
    opacity: 0
}

.slick-lightbox.slick-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox.slick-lightbox-ie.slick-hide,
.slick-lightbox.slick-lightbox-ie.slick-hide-init {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-item-inner.iframe {
    width: 70%;
    height: 90%
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-iframe-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slick-lightbox-slick-iframe-wrap:before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.slick-lightbox-slick-iframe-wrap .slick-lightbox-slick-caption {
    position: relative;
    top: 30px
}

.slick-lightbox-slick-iframe-wrap .slick-lightbox-slick-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.slick-lightbox-slick-caption {
    margin-top: 10px;
    color: #fff
}

.slick-caption-bottom .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none
}

.slick-lightbox-close:focus {
    outline: none
}

.slick-lightbox-close:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×'
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

/*
 * GRIDSTACK
 */
:root .grid-stack-item>.ui-resizable-handle {
    filter: none
}

.grid-stack {
    position: relative
}

.grid-stack .grid-stack-placeholder>.placeholder-content {
    border: 1px dashed lightgray;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    text-align: center
}

.grid-stack>.grid-stack-item {
    min-width: 8.3333333333%;
    position: absolute;
    padding: 0
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    overflow-x: hidden;
    overflow-y: auto
}

.grid-stack>.grid-stack-item>.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
    cursor: se-resize;
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle,
.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle {
    display: none
}

.grid-stack>.grid-stack-item.ui-draggable-dragging,
.grid-stack>.grid-stack-item.ui-resizable-resizing {
    z-index: 100
}

.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,
.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,
.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content,
.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content {
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
    opacity: .8
}

.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle {
    display: none !important
}

.grid-stack>.grid-stack-item[data-gs-width='1'] {
    width: 8.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-x='1'] {
    left: 8.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-width='2'] {
    width: 16.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-x='2'] {
    left: 16.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-width='3'] {
    width: 25%
}

.grid-stack>.grid-stack-item[data-gs-x='3'] {
    left: 25%
}

.grid-stack>.grid-stack-item[data-gs-width='4'] {
    width: 33.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-x='4'] {
    left: 33.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-width='5'] {
    width: 41.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-x='5'] {
    left: 41.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-width='6'] {
    width: 50%
}

.grid-stack>.grid-stack-item[data-gs-x='6'] {
    left: 50%
}

.grid-stack>.grid-stack-item[data-gs-width='7'] {
    width: 58.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-x='7'] {
    left: 58.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-width='8'] {
    width: 66.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-x='8'] {
    left: 66.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-width='9'] {
    width: 75%
}

.grid-stack>.grid-stack-item[data-gs-x='9'] {
    left: 75%
}

.grid-stack>.grid-stack-item[data-gs-width='10'] {
    width: 83.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-x='10'] {
    left: 83.3333333333%
}

.grid-stack>.grid-stack-item[data-gs-width='11'] {
    width: 91.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-x='11'] {
    left: 91.6666666667%
}

.grid-stack>.grid-stack-item[data-gs-width='12'] {
    width: 100%
}

.grid-stack>.grid-stack-item[data-gs-x='12'] {
    left: 100%
}

.grid-stack.grid-stack-animate,
.grid-stack.grid-stack-animate .grid-stack-item {
    -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width .3s;
    transition: left 0.3s, top 0.3s, height 0.3s, width .3s
}

.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing,
.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
    -webkit-transition: left 0s, top 0s, height 0s, width 0;
    transition: left 0s, top 0s, height 0s, width 0
}

.grid-stack.grid-stack-one-column-mode {
    height: auto !important;
    margin-bottom: 0
}

.grid-stack.grid-stack-one-column-mode>.grid-stack-item {
    position: relative !important;
    width: auto !important;
    left: 0 !important;
    top: auto !important;
    max-width: none !important
}

.grid-stack.grid-stack-one-column-mode>.grid-stack-item>.ui-resizable-handle {
    display: none
}

/*
 * UTILITIES
 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.ar-cell {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.ar-cell.ar-43 {
    padding-bottom: 75%
}

.ar-cell.ar-pb-image {
    padding-bottom: 71.875% !important
}

.ar-cell .ar-cell-item,
.ar-cell iframe,
.ar-cell embed,
.ar-cell object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

/* COLOUR CHANGE 28/04/2023 */
/* .text-primary {
    color: #0e7fab
}

.bg-primary {
    background-color: #0e7fab
}

.bg-primary-50 {
    background-color: #045a7b;
} */
.text-primary {
    color: #e5dedf;
}

.bg-primary {
    background-color: #e5dedf;
}

.bg-primary-50 {
    background-color: #92aad1;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a,
.text-white a:hover {
    color: #fff
}

.table {
    display: table;
    width: 100%;
    padding: 0
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.table-cell,
.table-cell-sm,
.table-cell-md,
.table-cell-lg {
    height: 100%
}

.hidden-xs {
    display: none !important
}

.mb-sm-20,
.mb-20 {
    margin-bottom: 20px
}

.mb-sm-40,
.mb-40 {
    margin-bottom: 40px
}

.mb-sm-20:last-child,
.mb-sm-40:last-child {
    margin-bottom: 0
}

.img-block {
    display: block
}

.text-center .img-block {
    margin-left: auto;
    margin-right: auto
}

.circular {
    border-radius: 50%
}

ul.menu {
    margin: 0;
    padding-left: 0;
    list-style: none
}

ul.menu li,
ul.menu li a {
    display: block
}

ul.menu li {
    margin-bottom: 2px
}

ul.menu li:last-child {
    margin-bottom: 0
}

ul.menu li a,
ul.menu li a:hover {
    text-decoration: none
}

ul.list-fancy {
    margin: 20px 0;
    list-style: none
}

ul.list-fancy li {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 1;
    margin-bottom: 10px
}

ul.list-fancy li:before {
    content: '\f105';
    font-family: 'BPIcons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0
}

ul.list-inline,
ul.list-inline li,
ul.list-inline li a {
    display: inline-block
}

ul.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

ul.list-inline li {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 15px
}

/* ul.list-inline li:first-child {
    margin-left: 0
}

ul.list-inline li:last-child {
    margin-right: 0
} */

ul.list-social li {
    font-size: 24px;
    line-height: 1;
    margin: 5px;
    vertical-align: top
}

ul.list-social li a .icon {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

ul.list-social li a:hover {
    text-decoration: none !important;
    color: #0e7fab
}

ul.list-social li a:hover .icon {
    background-color: #fff
}

.animate {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity .5s linear, -webkit-transform .5s linear;
    transition: opacity .5s linear, transform .5s linear
}

.animate.in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

/*
 * FORM INPUTS
 */
input,
select,
textarea,
.file-label {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    margin-bottom: 20px;
    line-height: 46px;
    font-size: 16px;
    color: #212121;
    background: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    -webkit-transition: border-color .5s;
    transition: border-color .5s
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    vertical-align: middle
}

textarea {
    padding: 15px;
    height: 178px;
    line-height: 1.25
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    color: #5d5d5d;
    font-weight: 600
}

input:focus,
select:focus,
textarea:focus,
.file-input:focus+.file-label,
.file-input.has-focus+.file-label {
    border-color: #0e7fab
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6e6e6e;
    opacity: 1
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6e6e6e
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6e6e6e
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    border: 0;
    background: transparent
}

.checkbox,
.radio {
    position: relative;
    cursor: pointer;
    margin: 0
}

.checkbox::-moz-selection,
.radio::-moz-selection {
    background: transparent
}

.checkbox::selection,
.radio::selection {
    background: transparent
}

.checkbox input+span,
.radio input+span {
    content: '';
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #898989;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden
}

.checkbox input+span:after,
.radio input+span:after {
    content: '';
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.checkbox input:active+span,
.radio input:active+span {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1)
}

.checkbox input:checked+span:after,
.radio input:checked+span:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkbox input,
.radio input {
    position: absolute;
    cursor: pointer;
    opacity: 0
}

.checkbox input+span:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px
}

.radio input+span {
    border-radius: 100%
}

.radio input+span:after {
    border-radius: 100%;
    margin: 12px;
    width: 15px;
    height: 15px
}

.radio input:checked+span:after {
    background: #000
}

.checkbox-group,
.radio-group {
    margin-bottom: 20px
}

.checkbox-group label {
    margin-bottom: 10px;
    font-size: 16px
}

.checkbox-fancy {
    width: 80px;
    height: 26px;
    background: #f2f2f2;
    margin-bottom: 20px;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2)
}

.checkbox-fancy:after {
    content: 'No';
    color: #888;
    position: absolute;
    right: 15px;
    z-index: 0;
    font-size: 12px;
    line-height: 26px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.15)
}

.checkbox-fancy:before {
    content: 'Yes';
    color: #545454;
    position: absolute;
    left: 15px;
    z-index: 0;
    font-size: 12px;
    line-height: 26px
}

.checkbox-fancy label {
    width: 35px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    margin-bottom: 0;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3)
}

.checkbox-fancy input[type=checkbox] {
    visibility: hidden
}

.checkbox-fancy input[type="checkbox"]:checked+label {
    left: 40px
}

.form-message {
    margin-top: 20px;
    padding: 10px;
    background: #0e7fab;
    color: #fff;
    line-height: 1;
    clear: both
}

.search-form .search-field label {
    margin-bottom: 0
}

.search-form .search-input {
    margin-bottom: 0
}

.search-form .search-submit {
    width: 80px
}

.search-form .search-btn {
    display: block;
    padding: 0;
    height: 46px;
    line-height: 46px;
    color: #575756;
    text-align: right;
    background-color: transparent
}

.search-form .search-btn span {
    display: inline-block
}

.search-form .search-btn-label {
    font-size: 16px;
    text-transform: none;
    margin: 0 5px
}

.search-form .search-input:focus,
.search-form .search-btn:hover,
.search-form .search-btn:active {
    background-color: transparent
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select-control {
        position: relative
    }

    .select-control select {
        -webkit-appearance: none;
        appearance: none;
        -webkit-user-select: none;
        user-select: none;
        padding-right: 20px
    }

    .select-control:after {
        content: '\f107';
        font-family: 'BPIcons';
        font-size: 24px;
        line-height: 1;
        color: #0e7fab;
        width: 15px;
        height: 20px;
        position: absolute;
        display: inline-block;
        top: 12px;
        right: 15px;
        pointer-events: none
    }
}

@-moz-document url-prefix() {
    .select-control {
        position: relative
    }

    .select-control select {
        -moz-appearance: none;
        appearance: none;
        -moz-user-select: none;
        user-select: none;
        padding-right: 20px
    }

    .select-control:after {
        content: '\f107';
        font-family: 'BPIcons';
        font-size: 24px;
        line-height: 1;
        color: #0e7fab;
        width: 15px;
        height: 20px;
        position: absolute;
        display: inline-block;
        top: 12px;
        right: 15px;
        pointer-events: none
    }
}

.file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    margin-bottom: 0;
    z-index: -1
}

.file-label {
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden
}

/*
 * TYPOGRAPHY
 */
body {
    /*max-width: 1920px;*/
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    opacity: 1;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

body.out {
    opacity: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'aktiv-grotesk';
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    line-height: 1.25
}

h1,
.h1 {
    font-size: 34px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 26px
}

h4,
.h4 {
    font-size: 21px
}

h5,
.h5 {
    font-size: 18px
}

h6,
.h6 {
    font-size: 16px
}

.hfancy {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 18px
}

h4.hfancy,
.h4.hfancy,
h5.hfancy,
.h5.hfancy,
h6.hfancy,
.h6.hfancy {
    margin-bottom: 10px;
    padding-bottom: 13px
}

.hfancy:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 3px;
    background: #0e7fab
}

.text-center .hfancy:after {
    left: 50%;
    margin-left: -11px
}

p {
    margin-bottom: 20px
}

p:last-child,
p.collapse,
.hcollapse {
    margin-bottom: 0
}

a {
    color: #0e7fab;
    text-decoration: none;
    background: transparent;
    -webkit-transition: color .5s;
    transition: color .5s
}

a:hover {
    color: #0e7fab;
    text-decoration: underline
}

a.no-decoration:hover {
    text-decoration: none
}

/*
 * STYLES
 */
.contact-form,
.newsletter-form {
    margin: 40px 0
}

.contact-form .table-cell {
    vertical-align: top
}

.contact-form .table-cell:first-child {
    width: 80px
}

.contact-form .table-cell label {
    margin: 8px 0
}

.contact-form .contact-submit-wrapper {
    margin-top: 20px
}

section {
    padding: 65px 0;
    position: relative
}

section.collapse {
    padding: 0
}

section.collapse-top {
    padding-top: 0
}

section.collapse-bottom {
    padding-bottom: 0
}

.btn {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 10px;
    font-weight: 700;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    width: auto;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s
}

.btn.btn-circle {
    width: 76px;
    height: 76px;
    line-height: 72px;
    border-radius: 50%;
    padding: 0;
    white-space: nowrap
}

.btn:hover {
    color: #0e7fab;
    background-color: #fff
}

.btn.btn-primary {
    color: #0e7fab;
    border-color: #0e7fab
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: #0e7fab
}

.btn.loading:after {
    content: '\f110';
    font-family: 'BPIcons';
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    -ms-animation: spin 1s linear 0s infinite;
    -moz-animation: spin 1s linear 0s infinite;
    -webkit-animation: spin 1s linear 0s infinite;
    animation: spin 1s linear 0s infinite
}

.btn.btn-circle.loading:after {
    position: absolute;
    bottom: .3em;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin-left: -.5em;
    left: 50%;
    display: block
}

.logo,
.logo img,
.logo object {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 157px;
    max-height: 63px
}

.logo object {
    pointer-events: none
}

.logo h1 {
    font-size: 24px;
    margin-bottom: 0
}

#page-wrapper {
    overflow: hidden
}

#header {
    opacity: 0;
    line-height: 1;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

#header-logo {
    margin: 10px 0
}

#nav-toggle-wrapper {
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 34px
}

#nav-toggle {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 0 none;
    background: none;
    vertical-align: top;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

#nav-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #989898;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

#nav-toggle span:nth-child(1) {
    top: 0
}

#nav-toggle span:nth-child(2),
#nav-toggle span:nth-child(3) {
    top: 5px
}

#nav-toggle span:nth-child(4) {
    top: 10px
}

#nav-toggle-wrapper:hover #nav-toggle span {
    background-color: #545454
}

.nav-open #nav-toggle span:nth-child(1),
.nav-open #nav-toggle span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%
}

.nav-open #nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open #nav-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main-menu {
    position: fixed;
    z-index: 4;
    top: 0;
    left: -280px;
    width: 280px;
    bottom: 0;
    background: #35454b;
    overflow-y: auto;
    -webkit-transition: left .5s;
    transition: left .5s
}

#main-menu ul li {
    border-bottom: 1px solid #2f383c;
    margin-bottom: 0
}

#main-menu ul li a {
    color: #fff;
    padding: 20px;
    position: relative;
    font-size: 16px;
    line-height: 18px
}

#main-menu ul li a:hover {
    text-decoration: none;
    color: #0e7fab
}

#main-menu ul li.current-menu-item>a {
    color: #0e7fab
}

#main-menu ul li.menu-item-has-children>a:after {
    content: '+';
    position: absolute;
    right: -30px;
    pointer-events: none
}

#main-menu ul li.menu-item-has-children>a {
    margin-right: 60px
}

#main-menu ul li.menu-item-has-children.open>a:after {
    content: '-'
}

#main-menu ul li ul.sub-menu {
    display: none;
    padding-bottom: 20px
}

#main-menu ul li ul.sub-menu li {
    border-bottom-width: 0;
    display: block
}

#main-menu ul li ul.sub-menu li a {
    padding: 5px 40px
}

.masthead-wrapper {
    max-width: 200px;
    margin: 0 auto 40px
}

#page {
    position: relative;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: left .5s;
    transition: left .5s
}

body.nav-open #page {
    left: 280px
}

body.nav-open #main-menu {
    left: 0
}

body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    z-index: 4;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

body.nav-open:after {
    background-color: rgba(0, 0, 0, 0.45)
}

body.nav-in #header {
    opacity: 1
}

body.masthead-in .masthead-wrapper .masthead {
    opacity: 0 !important;
    width: 0 !important
}

.banner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.banner-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.banner-content-wrapper .container {
    height: 100%;
    position: relative
}

.banner-content {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px
}

#page-banner-wrapper {
    position: relative;
    overflow: hidden
}

#page-banner-wrapper.has-overlay .banner-content-wrapper {
    background-image: url(img/overlay.png);
    background-image: url(img/overlay.png), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: url(img/overlay.png), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: url(img/overlay.png), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

#page-banner-wrapper .banner-title {
    font-size: 34px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    color: #fff
}

.single-project #page-banner-wrapper .banner-title {
    margin-bottom: 0
}

#page-banner-wrapper .banner-subtitle {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    color: #fff
}

#page-banner-wrapper .banner-text {
    color: #fff
}

#page-banner-wrapper .banner-text .separator {
    display: inline-block;
    margin: 0 5px
}

#page-banner-wrapper.has-masthead .banner-content {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#page-banner-wrapper.has-masthead .banner-text {
    position: relative;
    font-weight: 300;
    font-size: 24px;
    -webkit-transition: font-size .25s linear;
    transition: font-size .25s linear
}

#page-banner-wrapper.has-masthead .hash-link {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -60px;
    font-size: 34px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    width: 36px;
    height: 36px;
    opacity: 1;
    -webkit-transition: color .25s linear, opacity .25s linear;
    transition: color .25s linear, opacity .25s linear
}

#page-banner-wrapper.has-masthead .hash-link span:last-child {
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -.8em;
    font-size: 80%
}

#page-banner-wrapper.has-masthead .hash-link:hover {
    color: #0e7fab;
    text-decoration: none
}

body.masthead-in #page-banner-wrapper.has-masthead .hash-link {
    opacity: 0
}

.banner-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-width: 480px;
    background: rgba(4, 90, 123, 0.9);
    padding: 156px 50px 50px;
    font-size: 18px;
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .5s;
    transition: transform .5s
}

.banner-nav-trigger {
    display: block;
    position: absolute;
    top: 83px;
    right: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background: rgba(4, 90, 123, 0.9);
    z-index: 3;
}

body.banner-open .banner-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

body.banner-open .banner-nav-trigger:before {
    content: '\f105'
}

.banner-nav h2.hfancy {
    margin-bottom: 20px
}

.banner-nav .h5.hfancy {
    font-size: 22px
}

.banner-nav ul li {
    margin-bottom: 8px
}

.banner-nav ul li:last-child {
    margin-bottom: 0
}

.banner-nav ul li a {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .5s;
    transition: transform .5s
}

.banner-nav ul li a:before {
    content: '\f105';
    font-family: 'BPIcons';
    font-size: 26px;
    line-height: 1;
    color: #0e7fab;
    display: block;
    position: absolute;
    left: -15px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.banner-nav ul li.active a,
.banner-nav ul li a:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.banner-nav ul li.active a:before,
.banner-nav ul li a:hover:before {
    opacity: 1
}

.banner-nav .location .address,
.banner-nav .location .telephone {
    margin-bottom: 30px
}

.banner-nav .details {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px
}

.banner-nav .details:last-child {
    margin-bottom: 0
}

.banner-nav .details .label {
    font-weight: 700
}

.banner-nav .details.testimonial {
    font-style: italic
}

.banner-nav .grid-stack-filters {
    margin-top: 80px
}

#page-banner {
    height: 654px
}

#page-banner .banner {
    height: 100%
}

.pb-container.container {
    overflow: hidden
}

.pb-row.row {
    margin-left: -21px;
    margin-right: -21px
}

.pb-row.row.has-border:first-child,
.pb-row.no-border+.pb-row.has-border,
.pb-row.has-border+.pb-row.no-border {
    border-top: 1px solid #fff
}

.pb-row:last-child {
    border-bottom: 1px solid #fff
}

.pb-row.no-border:last-child {
    border-bottom-width: 2px
}

.pb-table {
    table-layout: fixed
}

.pb-row.has-border .pb-cell {
    border: 10px solid #fff
}

.pb-cell {
    overflow: hidden
}

.pb-cell .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s;
    transition: transform .5s
}

.pb-cell .banner.has-overlay:after {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 2*/
}

.pb-cell a:hover .banner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pb-cell-inner {
    position: relative;
    padding: 40px 20px;
    z-index: 3
}

.pb-cell .subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0
}

.pb-cell .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 20px;
    z-index: 4
}

.pb-cell .caption.bottom {
    top: auto;
    bottom: 0
}

.pb-cell-over {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.pb-cell-image .banner.has-overlay:after {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.pb-cell-image a:hover .banner.has-overlay:after {
    opacity: .8
}

.pb-cell-image .banner {
    position: relative;
    height: 260px
}

.pb-cell-image.lg .banner {
    height: 400px
}

.pb-cell-image.xl .banner {
    height: 600px
}

.pb-cell-image .caption {
    position: relative
}

.pb-cell-image .caption .text {
    max-width: 790px
}

.pb-cell-image.col-lg-6 .caption,
.pb-cell-image.col-lg-8 .caption {
    padding: 40px
}

.pb-cell-project .pb-cell-inner {
    z-index: 5
}

.pb-cell-project.no-inner .pb-cell-inner {
    height: 260px
}

.pb-cell-project .excerpt {
    font-weight: 300;
    line-height: 1.25;
    margin: 35px 0 40px
}

.pb-cell-project .btn {
    font-size: 18px;
    margin-top: 8px;
}

.pb-cell-project a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 127, 171, 0.85);
    z-index: 4
}

.pb-cell-project .after-over-ffffff:after {
    background: rgba(255, 255, 255, 0.85)
}

.pb-cell-project .after-over-e9f0f3:after {
    background-color: rgba(233, 240, 243, 0.85)
}

.pb-cell-project .after-over-0e7fab:after {
    background-color: rgba(14, 127, 171, 0.85)
}

.pb-cell-project .after-over-045a7b:after {
    background-color: rgba(4, 90, 123, 0.85)
}

.pb-cell-project .after-over-294148:after {
    background-color: rgba(41, 65, 72, 0.85)
}

.pb-cell-project a:after,
.pb-cell-project .pb-cell-inner,
.pb-cell-project .pb-cell-over,
.pb-cell-project .caption {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.pb-cell-project .pb-cell-over,
.pb-cell-project .caption {
    opacity: 1
}

.pb-cell-project a:hover:after,
.pb-cell-project a:hover .pb-cell-inner {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.pb-cell-project a:hover .pb-cell-over,
.pb-cell-project a:hover .caption {
    opacity: 0
}

.pb-cell-posts .slick-dots {
    bottom: 8px;
    right: 20px
}

.pb-cell-posts a {
    display: block;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase
}

.pb-cell-posts time {
    display: block;
    color: #6c767a
}

.pb-cell-posts .pb-post-inner {
    padding: 30px 20px 50px;
    font-size: 14px
}

.pb-cell-posts .pb-post:nth-child(2n-1) .pb-post-inner {
    background-color: #e9f0f3
}

.pb-cell-logo_grid .pb-row-logos .pb-cell-logo {
    background: #fff;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.pb-cell-logo_grid .pb-row-logos .pb-cell-logo:last-child {
    border-right-color: transparent
}

.pb-cell-team.table-cell-lg {
    background-color: #e9f0f3;
    vertical-align: top
}

.pb-cell-team .pb-team-member .caption {
    line-height: 1.2
}

.pb-row.has-border .pb-cell-team .pb-team-member {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.pb-row.has-border .pb-cell-team .pb-row-team:last-child .pb-team-member {
    border-bottom-width: 0
}

.pb-cell-tabs .pb-cell {
    overflow: visible;
    background: #000
}

.pb-tabs-triggers {
    position: relative;
    z-index: 2
}

.pb-cell-tabs .pb-cell.active:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 2px;
    height: 32px;
    background: #cbcbcb;
    left: 50%;
    margin-left: -1px;
    z-index: 2
}

.pb-cell-tabs .pb-cell.active:before {
    content: '';
    position: absolute;
    bottom: -32px;
    height: 2px;
    right: 50%;
    width: 100vw;
    z-index: 2;
    background: #cbcbcb
}

.pb-cell-tabs .banner {
    opacity: 1;
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s
}

.pb-cell-tabs .pb-cell.active .banner {
    opacity: 0.5
}

.pb-cell-tabs .pb-cell .caption {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.25
}

.pb-cell-tabs .pb-cell .caption .text {
    max-width: 100%
}

.pb-cell-tabs .pb-tabs-content-line-fix {
    position: absolute;
    top: 100%;
    left: 0;
    width: 20px;
    height: 32px;
    background: #e9f0f3;
    z-index: 2
}

.pb-cell-tabs .pb-tabs-content-wrapper {
    background-color: #e9f0f3;
    position: relative;
    z-index: 1
}

.pb-cell-tabs .pb-tabs-content-wrapper:before {
    content: '';
    position: absolute;
    top: 32px;
    width: 2px;
    height: 28px;
    background: #cbcbcb;
    left: 20px;
    z-index: 2
}

.pb-cell-tabs .pb-tab-content {
    padding: 85px 0 65px
}

.pb-cell-newsletter .text {
    font-size: 18px;
    line-height: 1.25
}

.pb-cell-newsletter .newsletter-form {
    margin-bottom: 0
}

.pb-cell-title .pb-cell-inner,
.pb-cell-cta .pb-cell-inner {
    padding-left: 0;
    padding-right: 0
}

.pb-cell-cta {
    font-size: 22px;
    font-weight: 300
}

.pb-cell-cta a .icon {
    display: inline-block;
    margin-left: 10px;
    width: 56px;
    height: 56px;
    font-size: 34px;
    line-height: 52px;
    vertical-align: sub;
    border: 2px solid #0e7fab;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.pb-cell-cta a:hover .icon {
    background-color: #0e7fab
}

.pb-cell-form .row.form-fields [class^='col-'],
.pb-cell-form .row.form-fields [class*=' col-'] {
    padding-left: 20px;
    padding-right: 20px
}

.pb-cell-divider {
    height: 50px
}

.map {
    height: 360px
}

.pagination {
    background: #294148;
    padding-top: 20px;
    padding-bottom: 20px
}

.grid-stack {
    border: 1px solid #fff;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 2px
}

.grid-stack-item {
    border: 10px solid #fff
}

.grid-stack-item.pb-cell-project .pb-cell-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.grid-stack-item.pb-cell-project .btn,
.pb-cell-project.no-inner .btn {
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -38px*/
}

#footer .footer-row-top .table-cell-lg {
    padding: 40px 20px;
    vertical-align: top
}

#footer .footer-col:nth-child(2n+1) {
    clear: left
}

#footer .footer-widget {
    margin-bottom: 55px
}

#footer .widget-title {
    margin-bottom: 20px
}

#footer .hfancy:after {
    background: #fff
}

#footer a {
    text-decoration: none
}

#footer a:hover {
    text-decoration: underline
}

#footer .widget-contact .telephone {
    margin-bottom: 10px
}

#footer .accreditations {
    margin-bottom: 50px
}

#footer .accreditations img {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 15px 0
}

#footer .accreditations img:first-child {
    margin-left: 0
}

#footer .accreditations img:last-child {
    margin-right: 0
}

#footer .footer-row-bottom,
#footer .footer-row-bottom ul.list-inline li {
    font-size: 14px
}

#footer .footer-row-bottom .table-cell-lg {
    padding: 10px 20px
}

/*
 * MEDIA QUERIES
 */
/* IPHONES 4/5/6 */
@media(min-width:375px) {}

/* IPHONE 6+ */
@media(min-width:414px) {}

/* IPHONES LANDSCAPE */
@media(min-width:480px) {

    h1,
    .h1 {
        font-size: 38px
    }

    h2,
    .h2 {
        font-size: 34px
    }

    h3,
    .h3 {
        font-size: 30px
    }

    h4,
    .h4 {
        font-size: 24px
    }

    h5,
    .h5 {
        font-size: 20px
    }

    h6,
    .h6 {
        font-size: 18px
    }

    .hidden-xs {
        display: block !important
    }

    .table-cell.hidden-xs {
        display: table-cell !important
    }

    .hidden-sm {
        display: none !important
    }

    .pull-left-sm {
        float: left !important
    }

    .pull-right-sm {
        float: right !important
    }

    .text-left-sm {
        text-align: left
    }

    .text-center-sm {
        text-align: center
    }

    .text-right-sm {
        text-align: right
    }

    .table-sm {
        display: table;
        width: 100%;
        padding: 0
    }

    .table-row-sm {
        display: table-row
    }

    .table-cell-sm {
        display: table-cell;
        float: none;
        vertical-align: middle
    }

    body.masthead-in #page-banner-wrapper.has-masthead .banner-text {
        font-size: 30px
    }

    #page-banner-wrapper .banner-text .separator {
        margin: 0 30px
    }
}

/* TABLETS PORTRAIT */
@media(min-width:768px) {
    .hidden-sm {
        display: block !important
    }

    .table-cell.hidden-sm {
        display: table-cell !important
    }

    .hidden-md {
        display: none !important
    }

    .pull-left-md {
        float: left !important
    }

    .pull-right-md {
        float: right !important
    }

    .text-left-md {
        text-align: left
    }

    .text-center-md {
        text-align: center
    }

    .text-right-md {
        text-align: right
    }

    .text-two-columns-md {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 90px;
        -webkit-column-gap: 90px;
        column-gap: 90px
    }

    .table-md {
        display: table;
        width: 100%;
        padding: 0
    }

    .table-row-md {
        display: table-row
    }

    .table-cell-md {
        display: table-cell;
        float: none;
        vertical-align: middle
    }

    .checkbox-group label {
        display: inline-block;
        margin-right: 40px
    }

    .checkbox-group label:last-child {
        margin-right: 0
    }

    .mb-sm-20,
    .mb-sm-40 {
        margin-bottom: 0
    }

    .text-left-md .hfancy:after {
        left: 0;
        margin-left: 0
    }

    section.tall-top-md {
        padding-top: 90px
    }

    section.tall-bottom-md {
        padding-bottom: 90px
    }

    body.nav-open #page {
        left: 0
    }

    #nav-toggle-wrapper {
        display: none
    }

    #main-menu {
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        position: static;
        background: transparent;
        overflow-y: visible;
        text-align: right
    }

    #main-menu ul li {
        display: inline-block;
        border-bottom-width: 0;
        margin: 15px 10px
    }

    #main-menu ul li a {
        padding: 19px 10px;
        color: #212121
    }

    #main-menu ul li:first-child a {
        padding-left: 0
    }

    #main-menu ul li:last-child a {
        padding-right: 0
    }

    #main-menu ul li.menu-item-has-children {
        position: relative
    }

    #main-menu ul li.menu-item-has-children>a {
        margin-right: 0
    }

    #main-menu ul li.menu-item-has-children>a:after,
    #main-menu ul li.menu-item-has-children.open>a:after {
        content: none
    }

    #main-menu ul li ul.sub-menu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        text-align: left;
        position: absolute;
        top: 100%;
        left: 10px;
        width: 200px;
        background: #35454b;
        padding: 27px 0 13px;
        border-top: 4px solid #0e7fab
    }

    #main-menu ul li.menu-item-has-children:before {
        content: '';
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
        border: 5px solid transparent;
        border-bottom-color: #0e7fab
    }

    #main-menu ul li ul.sub-menu,
    #main-menu ul li.menu-item-has-children:before {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: opacity .5s, transform .5s;
        transition: opacity .5s, transform .5s
    }

    #main-menu ul li.menu-item-has-children:hover ul.sub-menu,
    #main-menu ul li.menu-item-has-children:hover:before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    #main-menu ul li ul.sub-menu li {
        display: block;
        margin: 0
    }

    #main-menu ul li ul.sub-menu li a {
        padding: 7px 20px;
        color: #fff
    }

    #main-menu ul li ul.sub-menu li.current-menu-item>a,
    #main-menu ul li ul.sub-menu li:hover>a {
        color: #0e7fab
    }

    .masthead-wrapper {
        max-width: 340px
    }

    #page-banner-wrapper .banner-title {
        font-size: 60px
    }

    #page-banner-wrapper .banner-subtitle {
        font-size: 30px
    }

    #page-banner-wrapper .banner-text {
        max-width: 460px
    }

    #page-banner-wrapper.has-masthead .banner-content {
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .banner-nav-trigger {
        display: none
    }

    .banner-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .page-template-page-contact .contact-form {
        margin-bottom: 45px
    }

    .page-template-page-contact .contact-form .col-md-6:first-child {
        padding-right: 10px
    }

    .page-template-page-contact .contact-form .col-md-6:last-child {
        padding-left: 10px
    }

    .map {
        height: 480px
    }

    .pb-tab-content .text-one-column {
        max-width: 460px
    }

    #footer .footer-col:nth-child(2n+1) {
        clear: none
    }

    #footer .footer-widget {
        margin-bottom: 0
    }

    #footer .accreditations {
        margin-bottom: 0;
        margin-top: 30px
    }

    #footer .footer-row-top .table-cell-lg {
        padding: 55px 45px 45px
    }

    #footer .footer-row-bottom .table-cell-lg {
        padding: 0 45px 20px
    }
}

/* TABLETS LANDSCAPE */
@media(min-width:1024px) {
    .text-left-lg {
        text-align: left
    }

    .text-center-lg {
        text-align: center
    }

    .text-right-lg {
        text-align: right
    }

    .pull-left-lg {
        float: left !important
    }

    .pull-right-lg {
        float: right !important
    }

    .ar-cell.ar-banner {
        padding-bottom: 37.5%
    }

    .table-lg {
        display: table;
        width: 100%;
        padding: 0
    }

    .table-row-lg {
        display: table-row
    }

    .table-cell-lg {
        display: table-cell;
        float: none;
        vertical-align: middle
    }

    .text-two-columns-lg {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 90px;
        -webkit-column-gap: 90px;
        column-gap: 90px
    }

    .text-three-columns-lg {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 90px;
        -webkit-column-gap: 90px;
        column-gap: 90px
    }

    .text-left-lg .hfancy:after {
        left: 0;
        margin-left: 0
    }

    .banner-content {
        left: 80px;
        right: auto
    }

    .home #page-banner {
        height: 750px
    }

    .pb-cell-inner {
        padding: 45px
    }

    .pb-cell-image,
    .pb-cell-project.no-inner {
        height: 460px
    }

    .pb-cell-project.no-inner .pb-cell-inner {
        height: auto
    }

    .pb-cell-image .banner {
        position: absolute;
        height: 100%;
        padding-bottom: 0
    }

    .pb-cell-image .caption {
        position: absolute
    }

    .pb-cell .caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .pb-cell .ar-cell {
        position: static;
        padding-bottom: 0
    }

    .pb-cell.col-lg-12 .ar-cell {
        position: relative;
        padding-bottom: 56.25%
    }

    .pb-cell-image.col-lg-3,
    .pb-cell-image.col-lg-4,
    .pb-cell-project.no-inner.col-lg-3 {
        height: 360px
    }

    .pb-cell-image.lg {
        height: 520px
    }

    .pb-cell-image.xl {
        height: 700px
    }

    .pb-cell-image.lg .banner,
    .pb-cell-image.xl .banner {
        height: 100%
    }

    .pb-cell-image.col-lg-6:first-child .caption,
    .pb-cell-image.col-lg-8:first-child .caption {
        padding-left: 80px;
        padding-right: 80px
    }

    .pb-row:first-child .pb-cell-text:first-child .pb-cell-inner {
        padding-left: 80px;
        padding-right: 80px
    }

    .pb-cell-posts.table-cell-lg {
        vertical-align: top
    }

    .pb-cell-tabs .pb-cell .caption {
        font-size: 32px
    }

    .pb-tab-content .text.text-two-columns-lg {
        max-width: 1010px
    }

    .pb-cell-tabs .pb-tabs-content-line-fix {
        width: 80px
    }

    .pb-cell-tabs .pb-tabs-content-wrapper:before {
        left: 80px
    }

    .pb-cell-form .contact-form {
        overflow: hidden;
        margin-top: 60px
    }

    .pb-cell-form .contact-form .row.form-fields {
        float: left;
        width: 90%
    }

    /*
.pb-cell-form .contact-form input,.pb-cell-form .contact-form select,.pb-cell-form .contact-form textarea,.pb-cell-form .contact-form .file-label{margin-bottom:0}
*/
    .pb-cell-form .contact-form .contact-submit-wrapper {
        float: left;
        width: 10%;
        padding-left: 40px;
        text-align: right;
        margin-top: 0
    }
}

/* DESKTOPS */
@media(min-width:1200px) {}

/* LARGE DESKTOPS */
@media(min-width:1640px) {
    .text-two-columns-xl {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 90px;
        -webkit-column-gap: 90px;
        column-gap: 90px
    }

    .banner-content {
        left: 160px
    }

    #page-banner-wrapper .banner-text.text-two-columns-xl {
        max-width: 1010px
    }

    .home #page-banner {
        height: 900px;
        height: 100vh
    }

    .pb-cell-inner.pad-large {
        padding: 85px
    }

    .pb-cell-image.col-lg-6,
    .pb-cell-image.col-lg-8,
    .pb-cell-project.no-inner.col-lg-6 {
        height: 490px
    }

    .pb-cell-image.lg {
        height: 600px
    }

    .pb-cell-image.xl {
        height: 780px
    }

    .pb-cell-project .pb-cell-inner {
        padding-top: 60px;
        padding-bottom: 45px
    }

    .pb-cell-newsletter .pb-cell-inner {
        padding-bottom: 50px
    }

    .pb-cell-posts a {
        margin-top: 15px
    }

    .pb-cell-image.col-lg-6 .caption,
    .pb-cell-image.col-lg-8 .caption {
        padding: 60px 75px
    }

    .pb-cell-image.col-lg-6:first-child .caption,
    .pb-cell-image.col-lg-8:first-child .caption {
        padding-left: 160px;
        padding-right: 160px
    }

    .pb-row:first-child .pb-cell-text:first-child .pb-cell-inner {
        padding-left: 160px;
        padding-right: 160px;
        max-width: 775px
    }

    .pb-cell-tabs .pb-tabs-content-line-fix {
        width: 160px
    }

    .pb-cell-tabs .pb-tabs-content-wrapper:before {
        left: 160px
    }

    .map {
        height: 670px
    }

    #footer .footer-row-top .table-cell-lg,
    #footer .footer-row-bottom .table-cell-lg {
        padding-left: 105px;
        padding-right: 105px
    }
}

/* EXTRA LARGE DESKTOPS */
@media(min-width:1921px) {}

.excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.blue{
    background-color: #0e7fab;
}

.dark-blue{
    background-color: #045a7b;
}

.dark-green{
    background-color: #294148;
}

.light-blue{
    background-color: #92aad1;
}

.light-pink{
    background-color: #e5dedf;
}

.white{
    background-color: #fff;
}

.icon svg {
    width: 25px;
    margin: auto;
    margin-top: 6px;
    fill: white;
    transition: all 0.3s ease-in-out;
}
.icon:hover svg {
    fill: #0e7fab;
}