@import url(../javascript/modules/magnific/jquery.magnific.css);
@import url(../javascript/modules/slick/slick/slick.css);
body::after {
    display: none;
    content: 'breakpoint_0'
}
@media (min-width: 320px) {
    body::after {
        content: "breakpoint_1"
    }
}
@media (min-width: 640px) {
    body::after {
        content: "breakpoint_2"
    }
}
@media (min-width: 960px) {
    body::after {
        content: "breakpoint_3"
    }
}
@media (min-width: 1280px) {
    body::after {
        content: "breakpoint_4"
    }
}
@media (min-width: 1500px) {
    body::after {
        content: "breakpoint_5"
    }
}
.hide-me {
    position: absolute;
    left: -999em;
    overflow: hidden
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
input, textarea {
    border: 0
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}
a:link {
    -webkit-tap-highlight-color: #999
}
::-webkit-selection {
    background-color: #999;
    color: #fff
}
::-moz-selection {
    background-color: #999;
    color: #fff
}
::selection {
    background-color: #999;
    color: #fff
}
::-webkit-input-placeholder {
    font-size: .875em;
    line-height: 1.4
}
input:-moz-placeholder {
    font-size: .875em;
    line-height: 1.4
}
input[type=search], input[type=submit] {
    -webkit-appearance: none
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    display: none
}
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}
.h1 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1666666
}
@media (max-width: 959px) {
    .h1 {
        font-size: 24px
    }
}
.h2, .cms-textblock h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666
}
@media (max-width: 959px) {
    .h2, .cms-textblock h2 {
        font-size: 20px
    }
}
.h3, .cms-textblock h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px
}
@media (max-width: 959px) {
    .h3, .cms-textblock h3 {
        font-size: 16px
    }
}
.h4, .cms-textblock h4 {
    margin: 0;
    font-size: 16px;
    line-height: 24px
}
.h5, .cms-textblock h5 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold
}
.h6, .cms-textblock h6 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: bold
}
html, input, select, textarea {
    font: 100%/1.375 opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none
}
p, ul, ol, blockquote {
    margin-bottom: 1.375em;
    margin-bottom: 1.375rem
}
html {
    background-color: #fff;
    color: #b7b7b7
}
sup {
    vertical-align: top;
    font-size: .75em
}
sub {
    vertical-align: bottom;
    font-size: .75em
}
strong, b {
    font-weight: bold
}
em, i {
    font-style: italic
}
code {
    font: .85em/1 Courier, monospace;
    color: #006
}
a:link, a:visited {
    color: #45b;
    text-decoration: none
}
a:hover {
    text-decoration: underline;
    color: #56c
}
img {
    max-width: 100%
}
#target_hilight {
    position: absolute
}
a img {
    margin: 0
}
tbody tr:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.1)
}
input[type="text"], input[type="email"], input[type="search"], textarea {
    border: 0.0625em solid #999;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s
}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
    border-color: #bbb;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    outline: 0
}
label.focus span {
    color: #000
}
label span {
    display: block
}
label.boolean span {
    display: inline
}
.dc_left {
    float: left;
    margin-right: 1em
}
.dc_right {
    float: right;
    margin-left: 1em
}
.dc_small {
    width: 20%
}
.dc_medium {
    width: 40%
}
.dc_large {
    width: 60%
}
.dc_hide-text {
    text-indent: -999em;
    overflow: hidden
}
.dc_hide-element {
    position: absolute;
    left: -999em;
    overflow: hidden
}
.dc_clearfix:after, .cms-textblock:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html .dc_clearfix, * html .cms-textblock {
    height: 1px
}
.dc_horizontal-list {
    margin: 0;
    list-style-type: none
}
.dc_horizontal-list li {
    float: left;
    margin: 0
}
main {
    background-color: white;
    z-index: 1;
    position: relative
}
html {
    background-color: #D6E4E9
}
body {
    -webkit-font-smoothing: antialiased;
    background-color: white
}
@media (min-width: 1280px) {
    body {
        max-width: 1500px;
        margin: 0 auto
    }
}
@media (min-width: 1500px) {
    body {
        max-width: 1500px;
        -webkit-box-shadow: 0px 0px 40px rgba(0, 66, 89, 0.6);
        box-shadow: 0px 0px 40px rgba(0, 66, 89, 0.6)
    }
}
.sticky-wrapper {
    height: 100px;
    width: 100%;
    max-width: 1500px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
@media (min-width: 960px) {
    .sticky-wrapper #site_navigation {
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        max-width: 1500px
    }
}
@media (min-width: 320px) {
    .container-full-width {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto
    }
}
@media (min-width: 640px) {
    .container-full-width {
        width: 100%
    }
}
@media (min-width: 960px) {
    .container-full-width {
        width: 100%
    }
}
@media (min-width: 1280px) {
    .container-full-width {
        width: 100%
    }
}
.section>.container {
    padding-left: 20px;
    padding-right: 20px
}
@media (min-width: 320px) {
    .section>.container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto
    }
}
@media (min-width: 640px) {
    .section>.container {
        width: 100%
    }
}
@media (min-width: 960px) {
    .section>.container {
        width: 100%
    }
}
@media (min-width: 1280px) {
    .section>.container {
        width: 1120px
    }
}
.embed-container {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    padding-top: 30px;
    max-width: 100%;
    overflow: hidden
}
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}
.embed-container iframe *, .embed-container object *, .embed-container embed *, .embed-container>div * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}
.embed-container iframe img, .embed-container object img, .embed-container embed img, .embed-container>div img {
    width: auto;
    max-width: none
}
@media (min-width: 640px) {
    .embed-container.widescreen, .embed-container.superwide {
        padding-bottom: 56.25%
    }
}
@media (min-width: 960px) {
    .embed-container.superwide {
        padding-bottom: 40%
    }
}
.cms-textblock>*:last-child {
    margin-bottom: 0
}
.cms-textblock h1:before {
    content: "h1 not allowed here!";
    color: red
}
.cms-textblock h2 {
    margin-bottom: 20px
}
.cms-textblock h3 {
    margin-bottom: 20px
}
.cms-textblock h4 {
    margin-bottom: 20px
}
.cms-textblock h5 {
    margin-bottom: 20px
}
.cms-textblock h6 {
    margin-bottom: 20px
}
.cms-textblock img {
    display: block;
    margin-bottom: 1em
}
.cms-textblock a {
    color: inherit;
    text-decoration: underline
}
.cms-textblock a:hover, .cms-textblock a:focus {
    text-decoration: none
}
.cms-textblock ul {
    margin-left: 20px
}
.cms-textblock ol {
    margin-left: 20px
}
.cms-textblock ul {
    list-style: none
}
.cms-textblock ul li {
    padding-left: 20px;
    background: url(../images/li.png) 0 4px no-repeat
}
.cms-textblock blockquote {
    padding: 20px;
    margin-bottom: 20px
}
.cms-textblock blockquote p:last-child {
    margin-bottom: 0
}
.cms-textblock iframe {
    display: block;
    margin-bottom: 40px
}
.cms-textblock table {
    width: 100%;
    margin-bottom: 40px
}
.cms-textblock table tr {
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}
.cms-textblock table tr:hover {
    background-color: rgba(0, 0, 0, 0.1)
}
.cms-textblock table th, .cms-textblock table td {
    padding: 3px 10px 3px 0;
    text-align: left
}
.cms-textblock table th {
    font-weight: bold
}
.cms-textblock .align-left, .cms-textblock [align='left'] {
    float: left;
    margin-right: 40px;
    max-width: 50%
}
.cms-textblock .align-right, .cms-textblock [align='right'] {
    float: right;
    margin-left: 40px;
    max-width: 50%
}
.cms-textblock b, .cms-textblock strong {
    font-weight: bold
}
.cms-textblock i, .cms-textblock em {
    font-style: italic
}
.mixedContent {
    color: #00435a
}
@media (min-width: 1280px) {
    .mixedContent {
        padding-top: 50px;
        padding-bottom: 50px
    }
}
.mixedContent .cms-textblock, .mixedContent .video, .mixedContent .blockquote, .mixedContent .download, .mixedContent .featuredLink {
    margin-bottom: 20px
}
.mixedContent .blockquote blockquote {
    margin-bottom: 18px;
    font-size: 1.4em
}
.mixedContent .blockquote blockquote::before {
    position: relative;
    top: 0.2em;
    content: "“ ";
    font-size: 2em
}
.mixedContent .blockquote blockquote::after {
    position: absolute;
    margin-top: -0.2em;
    margin-left: 0.2em;
    content: " ”";
    font-size: 2em
}
.mixedContent .blockquote cite {
    margin-left: 1.8em;
    font-size: 1em;
    font-style: italic;
    font-weight: bold
}
.mixedContent .singleImage {
    display: block
}
.mixedContent .singleImage img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px
}
.mixedContent .singleImage.full {
    width: 100% !important;
    margin: 10px 0 20px;
    padding: 10px 0;
    border-top: 1px solid inherit;
    border-bottom: 1px solid inherit
}
.mixedContent .singleImage.full img {
    margin-bottom: 10px
}
.mixedContent .singleImage .caption {
    font-size: 0.8em;
    margin-bottom: 0
}
@media (min-width: 640px) {
    .mixedContent .singleImage.small {
        width: 20%
    }
    .mixedContent .singleImage.medium {
        width: 40%
    }
    .mixedContent .singleImage.large {
        width: 60%
    }
    .mixedContent .singleImage.left {
        float: left;
        margin-right: 20px
    }
    .mixedContent .singleImage.right {
        float: right;
        margin-left: 20px
    }
}
@media (min-width: 960px) {
    .mixedContent .singleImage.small {
        width: 20%
    }
    .mixedContent .singleImage.medium {
        width: 40%
    }
    .mixedContent .singleImage.large {
        width: 60%
    }
}
.mixedContent .imageGallery.popup ul {
    list-style: none
}
.mixedContent .imageGallery.popup ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html .mixedContent .imageGallery.popup ul {
    height: 1px
}
.mixedContent .imageGallery.popup li a {
    float: left;
    margin: 0 0 10px 10px;
    width: 135px;
    overflow: hidden
}
.mixedContent .imageGallery.popup li a:hover img, .mixedContent .imageGallery.popup li a:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.mixedContent .imageGallery.popup img {
    display: block;
    width: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
@media (min-width: 320px) and (max-width: 639px) {
    .mixedContent .imageGallery.popup li:nth-of-type(2n+1) a {
        margin-left: 0
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .mixedContent .imageGallery.popup li a {
        width: 180px
    }
    .mixedContent .imageGallery.popup li:nth-of-type(3n+1) a {
        margin-left: 0
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    .mixedContent .imageGallery.popup li a {
        width: 142px
    }
    .mixedContent .imageGallery.popup li:nth-of-type(5n+1) a {
        margin-left: 0
    }
}
@media (min-width: 1280px) {
    .mixedContent .imageGallery.popup li a {
        width: 151px
    }
    .mixedContent .imageGallery.popup li:nth-of-type(6n+1) a {
        margin-left: 0
    }
}
.mixedContent .imageGallery.slider {
    list-style: none
}
.mixedContent .imageGallery.slider li {
    position: relative
}
.mixedContent .imageGallery.slider img {
    display: block;
    margin-bottom: 20px
}
.mixedContent .imageGallery.slider .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background-color: rgba(0, 0, 0, 0.5)
}
.mixedContent .imageGallery.slider .text *:last-child {
    margin-bottom: 0
}
html.js .mixedContent .imageGallery.slider img {
    margin-bottom: 0;
    margin-bottom: 0;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto
}
.mixedContent .featuredDownload a {
    display: block;
    padding-left: 60px;
    margin-bottom: 20px;
    color: inherit
}
.mixedContent .featuredDownload a:hover, .mixedContent .featuredDownload a:focus {
    text-decoration: none
}
.mixedContent .featuredDownload p {
    margin-bottom: 0
}
.mixedContent .featuredDownload .details {
    margin-bottom: 0;
    text-transform: uppercase
}
.mixedContent .featuredDownload .fileTitle {
    font-weight: bold
}
.mixedContent .featuredDownload .fileDescription {
    font-size: 0.8em
}
.mixedContent .featuredDownload .meta {
    font-size: 0.8em;
    font-weight: bold
}
.mixedContent .featuredLink a {
    display: block;
    border: 1px solid red;
    border-radius: 9px;
    padding: 20px;
    color: inherit
}
.mixedContent .featuredLink a:hover, .mixedContent .featuredLink a:focus {
    text-decoration: none
}
.mixedContent .featuredLink .title {
    margin-bottom: 0;
    font-weight: bold
}
.mixedContent .featuredLink *:last-child {
    margin-bottom: 0
}
.mixedContent .relatedItems ul {
    margin-left: 1.6em
}
.sm ul {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    list-style: none;
    word-spacing: 0.4em
}
.sm li {
    display: inline;
    list-style: none
}
.sm li a::after {
    font-size: 1.6em;
    font-family: "icomoon", Helvetica, Arial, sans-serif;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all
}
.sm li.sm_youtube a::after {
    content: '\e600'
}
.sm li.sm_vimeo a::after {
    content: '\e601'
}
.sm li.sm_twitter a::after {
    content: '\e602'
}
.sm li.sm_spotify a::after {
    content: '\e603'
}
.sm li.sm_pinterest a::after {
    content: '\e604'
}
.sm li.sm_instagram a::after {
    content: '\e606'
}
.sm li.sm_flickr a::after {
    content: '\e608'
}
.sm li.sm_facebook a::after {
    content: '\e609'
}
.sm li.sm_linked a::after {
    content: '\e605'
}
.sm a {
    color: #00435a;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all
}
.sm a:hover, .sm a:focus {
    text-decoration: none;
    color: #53a2b4
}
.sm a span {
    position: absolute;
    left: -999em;
    overflow: hidden
}
html:not(.home) .site-title {
    display: none
}
html:not(.home) .site_context.no-image {
    position: relative
}
html:not(.home) .site_context.no-image .container {
    position: static
}
html:not(.home) .site_context.no-image h1 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1666666
}
@media (max-width: 959px) {
    html:not(.home) .site_context.no-image h1 {
        font-size: 24px
    }
}
html:not(.home) .site_context.no-image .header_banner {
    padding-bottom: 1px
}
@media (max-width: 639px) {
    html:not(.home) .site_context.no-image .header_banner p.section_title, html:not(.home) .site_context.no-image .header_banner p.tagline, html:not(.home) .site_context.no-image .header_banner p {
        color: white
    }
}
@media (max-width: 959px) {
    html:not(.home) .site_context.no-image .header_banner {
        margin-bottom: 20px
    }
}
html:not(.home) .site_context.has-image .header_banner {
    position: relative;
    text-align: center;
    height: 300px;
    background-size: auto 300px;
    background-position: center top
}
@media (max-width: 959px) {
    html:not(.home) .site_context.has-image .header_banner {
        margin-bottom: 30px
    }
}
@media (max-width: 639px) {
    html:not(.home) .site_context.has-image .header_banner p.section_title, html:not(.home) .site_context.has-image .header_banner p.tagline, html:not(.home) .site_context.has-image .header_banner p {
        color: white !important
    }
}
html:not(.home) .site_context.has-image .header_banner .section_title {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase
}
html:not(.home) .site_context.has-image .header_banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
    z-index: 10
}
html:not(.home) .site_context.has-image .header_banner img {
    display: block;
    max-width: auto !important;
    width: 100%;
    position: fixed;
    z-index: 0
}
html:not(.home) .site_context.has-image .header_banner .tagline {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1666666;
    margin-bottom: 20px
}
@media (max-width: 959px) {
    html:not(.home) .site_context.has-image .header_banner .tagline {
        font-size: 24px
    }
}
html:not(.home) .site_context.has-image .header_banner .tagline a {
    color: white
}
@media (min-width: 320px) and (max-width: 639px) {
    html:not(.home) .site_context.no-image {
        color: #00435a
    }
}
@media (min-width: 640px) {
    html:not(.home) .site_context>.container {
        position: relative
    }
    html:not(.home) .site_context.has-image .nav_main {
        width: 100%;
        max-width: 1500px
    }
    html:not(.home) .site_context.has-image .header_banner {
        height: 400px;
        background-size: auto 400px
    }
    html:not(.home) .site_context.no-image .container {
        width: 100%;
        padding-top: 0;
        max-width: 1500px
    }
    html:not(.home) .site_context.no-image .nav_main {
        padding-bottom: 1px;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    html:not(.home) .site_context.no-image .header_banner {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-top: 0px;
        margin-bottom: 40px;
        background-color: #27bbcc;
        color: white
    }
    html:not(.home) .site_context.no-image .header_banner .text {
        width: 560px;
        margin-left: auto;
        margin-right: auto
    }
}
@media (min-width: 960px) {
    html:not(.home) .site_context.has-image .header_banner {
        height: 600px;
        background-size: auto 600px;
        background-attachment: fixed;
        margin-bottom: 20px
    }
    html:not(.home) .site_context.has-image .nav_main {
        z-index: 999999;
        position: absolute;
        bottom: 0px
    }
    html:not(.home) .site_context.has-image .nav_main ul {
        margin-bottom: 0px
    }
    html:not(.home) .site_context.has-image .nav_main ul li {
        display: inline-block
    }
    html:not(.home) .site_context.has-image .nav_main ul li a {
        color: white
    }
    html:not(.home) .site_context.no-image .header_banner {
        margin-bottom: 20px
    }
    html:not(.home) .site_context.no-image .header_banner .text {
        width: 840px
    }
    html:not(.home) .site_context.no-image .header_banner .text p {
        font-size: 1.2em;
        max-width: 320px
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    html:not(.home) .site_context.has-image .nav_main ul {
        margin-bottom: 0px
    }
    html:not(.home) .site_context.has-image .nav_main ul li {
        display: inline-block;
        padding: 0 10px
    }
}
@media (min-width: 1280px) {
    html:not(.home) .site_context.no-image .nav_main {
        padding-bottom: 2em
    }
    html:not(.home) .site_context.no-image .header_banner .text {
        width: 100%;
        padding: 0 20px
    }
}
.nav_main h2 {
    position: absolute;
    left: -999em;
    overflow: hidden
}
.nav_main ul {
    list-style: none;
    text-align: center
}
@media (max-width: 959px) {
    .nav_main ul {
        padding-bottom: 40px
    }
}
@media (min-width: 640px) {
    .nav_main {
        padding-top: 20px
    }
    .nav_main li {
        padding: 0 20px
    }
    .nav_main a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    .nav_main ul {
        list-style: none
    }
}
@media (min-width: 960px) {
    .nav_main {
        padding-top: 0px
    }
    .nav_main li {
        padding: 0 15px
    }
}
@media (min-width: 1280px) {
    .nav_main {
        width: 100%
    }
    .nav_main ul {
        margin: 0
    }
    .nav_main li {
        display: inline-block;
        padding: 0 30px;
        font-size: 1.2em
    }
}
.mobile-nav .header_banner {
    margin-top: 40px
}
.mobile-nav .nav-menu-trigger {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    padding: 10px 0;
    margin-bottom: 0;
    background-color: #00435a;
    color: white;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999
}
.mobile-nav .nav-menu-trigger:hover, .mobile-nav .nav-menu-trigger:focus {
    cursor: pointer
}
.mobile-nav .nav_stuff {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    width: 100%;
    position: fixed;
    top: 42px;
    z-index: 99999;
    background: white;
    padding-top: 40px;
    height: 0%
}
.mobile-nav.nav-active .nav_stuff {
    height: 100%;
    opacity: 1
}
.mobile-nav.nav-active.home .nav_stuff {
    height: 100%;
    opacity: 1
}
@media (min-width: 640px) {
    .mobile-nav.nav-active.home .nav_stuff {
        height: 100%;
        opacity: 1
    }
}
.site_footer {
    padding-top: 40px;
    background-color: #F5F5F5;
    text-align: center;
    color: #00435a;
    width: 100%;
    float: left
}
.site_footer h2, .site_footer h3 {
    position: absolute;
    left: -999em;
    overflow: hidden
}
.site_footer a {
    color: inherit
}
.site_footer .organisation img {
    margin-bottom: 40px;
    width: 198px
}
.site_footer .organisation i {
    font-style: normal;
    color: #53a2b4
}
.site_footer .addressPt1 {
    display: block;
    margin-bottom: 20px
}
.site_footer .addressPt1 {
    display: block
}
.site_footer .site_credit {
    font-size: 0.8em;
    opacity: 0.5
}
@media (min-width: 640px) {
    .site_footer .organisation {
        margin-bottom: 20px
    }
    .site_footer .organisation:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .site_footer .organisation {
        height: 1px
    }
    .site_footer .organisation img {
        float: left
    }
    .site_footer .organisation img+div {
        float: right;
        width: 280px;
        text-align: left
    }
    .site_footer .sm {
        float: right;
        width: 280px;
        text-align: left
    }
    .site_footer .site_credit {
        clear: both;
        float: right;
        width: 280px;
        text-align: left
    }
}
@media (min-width: 960px) {
    .site_footer {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px
    }
    .site_footer .organisation img {
        margin-bottom: 0
    }
    .site_footer .organisation img+div {
        float: right;
        width: 560px;
        text-align: left
    }
    .site_footer span[itemprop='legalName'] {
        font-weight: bold
    }
    .site_footer .addressPt1 {
        float: left;
        width: 280px
    }
    .site_footer .addressPt2 {
        float: right;
        width: 280px;
        margin-top: -1.4em
    }
    .site_footer .site_credit {
        float: none;
        width: auto;
        padding-top: 60px;
        text-align: right
    }
}
@media (min-width: 1280px) {
    .site_footer address {
        position: relative;
        top: 36px
    }
    .site_footer .organisation {
        margin-bottom: 0
    }
    .site_footer .organisation img+div {
        width: 620px
    }
    .site_footer .addressPt2 {
        width: 340px;
        margin-top: -1.4em
    }
    .site_footer .sm {
        width: 340px
    }
}
@media (min-width: 320px) {
    .single-post img {
        max-width: auto;
        width: 100%
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .single-post .text {
        width: 50%
    }
}
@media (min-width: 1280px) {
    .single-post {
        margin-bottom: 10px !important
    }
    .single-post .text {
        width: 560px
    }
    .single-post img {
        width: 560px
    }
}
.more-link {
    text-align: left;
    text-indent: -999em
}
.more-link::before {
    content: "more"
}
.more-link>span {
    position: absolute;
    left: -999em
}
.block-small, .single-post {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px
}
.block-small h2, .single-post h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 0.5em
}
@media (max-width: 959px) {
    .block-small h2, .single-post h2 {
        font-size: 20px
    }
}
.block-small a, .single-post a {
    display: block;
    padding: 20px;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
.block-small a *:last-child, .single-post a *:last-child {
    margin-bottom: 0
}
.block-small a:hover, .single-post a:hover, .block-small a:focus, .single-post a:focus {
    text-decoration: none
}
.block-small img, .single-post img {
    display: block
}
.block-small.light-blue, .light-blue.single-post {
    background-color: #53a2b4;
    color: white
}
.block-small.light-blue a, .light-blue.single-post a {
    background-color: #53a2b4;
    color: white
}
.block-small.light-blue a:hover, .light-blue.single-post a:hover, .block-small.light-blue a:focus, .light-blue.single-post a:focus {
    background-color: #316470
}
.block-small.light-grey, .light-grey.single-post {
    background-color: #e5e4e4;
    color: #00435a
}
.block-small.light-grey a, .light-grey.single-post a {
    background-color: #e5e4e4;
    color: #00435a
}
.block-small.light-grey a:hover, .light-grey.single-post a:hover, .block-small.light-grey a:focus, .light-grey.single-post a:focus {
    background-color: #b3b0b0
}
.block-small.dark-blue a, .dark-blue.single-post a {
    background-color: #00435a;
    color: white
}
.block-small.dark-blue a:hover, .dark-blue.single-post a:hover, .block-small.dark-blue a:focus, .dark-blue.single-post a:focus {
    background-color: #008fc0
}
.block-small.aqua a, .aqua.single-post a {
    background-color: #27bbcc;
    color: white
}
.block-small.aqua a:hover, .aqua.single-post a:hover, .block-small.aqua a:focus, .aqua.single-post a:focus {
    background-color: #176d76
}
@media (min-width: 640px) {
    .block-small.text-left, .text-left.single-post, .block-small.text-right, .text-right.single-post {
        position: relative
    }
    .block-small.text-left:after, .text-left.single-post:after, .block-small.text-right:after, .text-right.single-post:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .block-small.text-left, * html .text-left.single-post, * html .block-small.text-right, * html .text-right.single-post {
        height: 1px
    }
    .block-small.text-left .text, .text-left.single-post .text, .block-small.text-right .text, .text-right.single-post .text {
        float: left;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        height: auto;
        text-align: center
    }
    .block-small.text-left .text div, .text-left.single-post .text div, .block-small.text-right .text div, .text-right.single-post .text div {
        width: 100%
    }
    .block-small.text-left img, .text-left.single-post img, .block-small.text-right img, .text-right.single-post img {
        float: right;
        width: 50%;
        height: auto
    }
    .block-small.text-left .text, .text-left.single-post .text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 100%
    }
    .block-small.text-right .text, .text-right.single-post .text {
        float: right;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        height: 100%
    }
    .block-small.text-right img, .text-right.single-post img {
        float: left;
        width: 50%
    }
}
@media (min-width: 960px) {
    .block-small.text-left img, .text-left.single-post img, .block-small.text-right img, .text-right.single-post img {
        width: 50%
    }
}
@media (min-width: 1280px) {
    .block-small, .single-post {
        margin-bottom: 0
    }
    .block-small.text-left .text, .text-left.single-post .text, .block-small.text-right .text, .text-right.single-post .text {
        width: 50%
    }
    .block-small.text-left img, .text-left.single-post img, .block-small.text-right img, .text-right.single-post img {
        width: 50%
    }
}
.block-large {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center
}
.block-large h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 0.5em
}
@media (max-width: 959px) {
    .block-large h2 {
        font-size: 20px
    }
}
.block-large .center-me>*:last-child {
    margin-bottom: 0
}
@media (min-width: 1280px) {
    .block-large .center-me {
        padding: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
}
.block-large.light-blue {
    background-color: #53a2b4;
    color: white
}
.block-large.light-blue:hover, .block-large.light-blue:focus {
    background-color: #316470
}
.block-large.light-blue a {
    color: white
}
.block-large.light-grey {
    background-color: #e5e4e4;
    color: #00435a
}
.block-large.light-grey:hover, .block-large.light-grey:focus {
    background-color: #b3b0b0
}
.block-large.light-grey a {
    color: #00435a
}
.block-large.dark-blue {
    background-color: #00435a;
    color: white
}
.block-large.dark-blue:hover, .block-large.dark-blue:focus {
    background-color: #008fc0
}
.block-large.dark-blue a {
    color: white
}
.block-large.aqua {
    background-color: #27bbcc;
    color: white
}
.block-large.aqua:hover, .block-large.aqua:focus {
    background-color: #176d76
}
.block-large.aqua a {
    color: white
}
@media (min-width: 640px) {
    .block-large .more-link::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}
@media (min-width: 1280px) {
    .block-large {
        height: 100%;
        position: relative
    }
    .block-large p {
        font-size: 1.2em
    }
}
.block-2x2 img {
    width: 100%
}
.sustainability .block-large h2 {
    color: #bfde53
}
@media (min-width: 320px) and (max-width: 639px) {
    .block-style-1 img {
        width: 100%;
        max-width: auto
    }
}
@media (min-width: 1280px) {
    .block-style-1 {
        background-color: #00435A;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .block-style-1:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .block-style-1 {
        height: 1px
    }
    .block-style-1 .block-large {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
    .block-style-1 .left {
        float: left;
        width: 50%
    }
    .block-style-1 .right {
        float: right;
        width: 50%;
        background-color: #00435A;
        position: relative
    }
}
.gallery_images .block-small, .gallery_images .single-post, .gallery_images img {
    display: block;
    margin: 0
}
@media (min-width: 640px) {
    .gallery_images .left:after, .gallery_images .right:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .gallery_images .left, * html .gallery_images .right {
        height: 1px
    }
    .gallery_images .block-2x2 {
        width: 100%
    }
    .gallery_images .block-small, .gallery_images .single-post {
        width: 280px
    }
    .gallery_images .block-2x1 {
        width: 560px;
        height: 280px
    }
    .gallery_images .block-2x2, .gallery_images .block-small, .gallery_images .single-post, .gallery_images .block-2x1 {
        float: left
    }
}
@media (min-width: 960px) {
    .gallery_images .block-2x1 {
        width: 280px;
        height: 280px
    }
}
@media (min-width: 1280px) {
    .gallery_images .block-2x1 {
        width: 560px;
        height: 280px
    }
    .gallery_images .block-small .text, .gallery_images .single-post .text {
        width: 50%
    }
    .gallery_images .block-small img, .gallery_images .single-post img {
        width: 100%
    }
}
.banner-more {
    color: #00435a;
    text-align: center
}
@media (min-width: 960px) {
    .banner-more:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .banner-more {
        height: 1px
    }
    .banner-more .tel {
        float: left;
        width: 75%
    }
    .banner-more .sm {
        float: left;
        width: 25%
    }
    .banner-more .sm h3, .banner-more .sm ul, .banner-more .sm li {
        display: inline;
        vertical-align: middle
    }
    .banner-more .sm h3 {
        position: relative;
        top: -3px;
        left: -10px
    }
}
@media (min-width: 1280px) {
    .banner-more .tel, .banner-more .sm {
        width: 50%;
        text-align: center
    }
    .banner-more .tel {
        margin-top: 10px
    }
    .banner-more .sm {
        margin-top: 3px
    }
}
.slick-slider button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    background: url(../images/arrow-next.png) 50% 50% no-repeat;
    text-indent: -999em
}
.slick-slider .slick-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-image: url(../images/arrow-prev.png)
}
.slick-slider .slick-next {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100
}
.bg_white {
    background-color: white;
    color: #00435a
}
.bg_baby-blue {
    background-color: #e2f2f4;
    color: #00435a
}
.bg_baby-blue .container {
    padding-bottom: 1px
}
.bg_light-blue {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #53a2b4;
    color: white
}
.bg_light-blue .container {
    padding-bottom: 1px
}
.bg_dark-blue {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #00435a;
    color: white
}
.bg_dark-blue .container {
    padding-bottom: 1px
}
.bg_aqua {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #27bbcc;
    color: white
}
.bg_aqua .container {
    padding-bottom: 1px
}
.button {
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid white;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
.button:hover, .button:focus {
    text-decoration: none;
    background-color: white;
    color: #53a2b4
}
@media (min-width: 960px) {
    .button {
        padding: 12px 20px
    }
}
a.button {
    color: white
}
a.button:hover, a.button:focus {
    color: #53a2b4
}
@media (min-width: 640px) {
    .cols2:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .cols2 {
        height: 1px
    }
    .cols2 .col1 {
        float: left;
        width: 45%
    }
    .cols2 .col2 {
        float: right;
        width: 45%
    }
}
@media (min-width: 960px) {
    .cols2:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .cols2 {
        height: 1px
    }
    .cols2 .col1 {
        width: 48%
    }
    .cols2 .col2 {
        width: 48%
    }
}
.cols2-2 {
    color: #00435a
}
@media (min-width: 640px) {
    .cols2-2 {
        margin-bottom: 20px
    }
    .cols2-2:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .cols2-2 {
        height: 1px
    }
    .cols2-2 .col1 {
        float: left;
        width: 65%
    }
    .cols2-2 .col2 {
        float: right;
        width: 30%
    }
}
@media (min-width: 960px) {
    .cols3:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .cols3 {
        height: 1px
    }
    .cols3 .col1 {
        float: left;
        width: 250px
    }
    .cols3 .col2 {
        float: left;
        width: 250px;
        margin: 0 45px
    }
    .cols3 .col3 {
        float: left;
        width: 250px
    }
}
@media (min-width: 1280px) {
    .cols3:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html .cols3 {
        height: 1px
    }
    .cols3 .col1 {
        width: 270px
    }
    .cols3 .col2 {
        width: 270px;
        margin: 0 45px
    }
    .cols3 .col3 {
        width: 270px
    }
}
.pagination h2 {
    position: absolute;
    left: -999em;
    overflow: hidden
}
.pagination ul {
    list-style: none
}
.pagination ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html .pagination ul {
    height: 1px
}
.pagination a {
    padding: 10px;
    background-color: #27bbcc;
    color: white;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
.pagination a:hover, .pagination a:focus {
    text-decoration: none;
    background-color: #1f94a1
}
.pagination .newer a {
    float: left;
    width: 50%;
    text-align: right
}
.pagination .newer a::before {
    content: "< "
}
.pagination .older a {
    float: right;
    width: 50%
}
.pagination .older a::after {
    content: " >"
}
@media (min-width: 640px) {
    .pagination a {
        font-weight: bold
    }
}
@media (min-width: 960px) {
    .pagination a {
        font-size: 1.2em;
        padding: 10px
    }
}
@media (min-width: 1280px) {
    .pagination a {
        padding: 20px
    }
}
html.home .developments {
    margin-bottom: 0px
}
html.home .developments:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html html.home .developments {
    height: 1px
}
html.home .developments h2 {
    position: absolute;
    left: -999em;
    overflow: hidden
}
html.home .developments h3 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 0.5em;
    line-height: 40px
}
@media (max-width: 959px) {
    html.home .developments h3 {
        font-size: 20px
    }
}
html.home .developments h4 {
    color: #53A2B4
}
html.home .developments .sub-heading {
    font-weight: bold;
    font-size: 0.8em;
    opacity: 0.6
}
html.home .developments .dev-button {
    border: 2px solid white;
    padding: 6px 10px 5px 10px;
    font-weight: bold
}
html.home .developments .dev-button:hover {
    text-decoration: none;
    border: 2px solid #53A2B4;
    color: #53A2B4
}
html.home .developments .development {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: white
}
html.home .developments .large-block {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #53A2B4;
    position: relative;
    margin-bottom: 5px
}
html.home .developments .large-block img {
    display: block
}
@media (min-width: 320px) and (max-width: 639px) {
    html.home .developments .large-block {
        width: 100%;
        height: auto
    }
    html.home .developments .large-block img {
        width: 100%;
        max-width: auto
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    html.home .developments .large-block {
        width: 100%
    }
    html.home .developments .large-block:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html html.home .developments .large-block {
        height: 1px
    }
    html.home .developments .large-block img {
        width: 50%;
        float: right;
        max-width: auto
    }
    html.home .developments .large-block .text {
        float: left;
        width: 50%;
        opacity: 1 !important
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    html.home .developments .large-block {
        width: 33.333%;
        float: left
    }
    html.home .developments .large-block img {
        width: 100%;
        max-width: auto
    }
}
@media (min-width: 1280px) {
    html.home .developments .large-block {
        float: left;
        width: 50%
    }
    html.home .developments .large-block img {
        width: 100%;
        max-width: auto
    }
}
html.home .developments .small-block {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #53A2B4;
    position: relative;
    margin-bottom: 5px
}
@media (min-width: 320px) and (max-width: 639px) {
    html.home .developments .small-block {
        height: auto;
        width: 100%
    }
    html.home .developments .small-block img {
        width: 100%;
        max-width: auto
    }
}
html.home .developments .small-block img {
    display: block
}
@media (min-width: 640px) {
    html.home .developments .small-block {
        float: left;
        width: 50%
    }
    html.home .developments .small-block img {
        width: 100%;
        max-width: 100%
    }
}
@media (min-width: 960px) {
    html.home .developments .small-block {
        width: 33.333%
    }
}
@media (min-width: 1280px) {
    html.home .developments .small-block {
        width: 25%;
        margin-bottom: 0px
    }
}
html.home .developments .large-block .text, html.home .developments .small-block .text {
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}
html.home .developments .large-block:hover .text, html.home .developments .small-block:hover .text {
    opacity: 1
}
html.home .developments .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 20px;
    background-color: rgba(0, 67, 90, 0.8);
    color: white
}
html.home .developments .center-me {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    vertical-align: top;
    max-width: 280px
}
html.home .developments .center-me a {
    color: white
}
@media (min-width: 320px) and (max-width: 639px) {
    html.touch .developments:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html html.touch .developments {
        height: 1px
    }
    html.touch .developments .large-block, html.touch .developments .small-block {
        height: auto;
        margin-bottom: 0px;
        float: left;
        position: relative
    }
    html.touch .developments .large-block .text, html.touch .developments .small-block .text {
        opacity: 1;
        display: block;
        float: left;
        padding-bottom: 30px
    }
    html.touch .developments .large-block .text .center-me, html.touch .developments .small-block .text .center-me {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
    html.touch .developments .large-block .text h3, html.touch .developments .small-block .text h3 {
        margin-bottom: 0px
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    html.touch .developments .large-block, html.touch .developments .small-block {
        height: auto;
        margin-bottom: 10px;
        overflow: hidden;
        min-height: 660px;
        background-color: #03465E
    }
    html.touch .developments .large-block .text, html.touch .developments .small-block .text {
        opacity: 1;
        display: block;
        float: left;
        padding-bottom: 30px;
        width: 100%;
        position: relative
    }
    html.touch .developments .large-block .text .center-me, html.touch .developments .small-block .text .center-me {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
    html.touch .developments .large-block .text h3, html.touch .developments .small-block .text h3 {
        margin-bottom: 0px
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    html.touch .developments .large-block, html.touch .developments .small-block {
        height: 560px;
        margin-bottom: 10px;
        overflow: hidden
    }
    html.touch .developments .large-block .text, html.touch .developments .small-block .text {
        opacity: 1;
        height: 330px;
        position: absolute;
        top: auto;
        bottom: 0px
    }
    html.touch .developments .large-block .text h3, html.touch .developments .small-block .text h3 {
        margin-bottom: 0px
    }
}
@media (min-width: 640px) {
    html.flexbox .slick.developments .text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
html.no-touch .slick.developments .text {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
html.no-touch .slick.developments .text:hover {
    opacity: 1
}
.member-actions {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 6px;
    border-radius: 0 0 0 6px;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}
.member-actions p {
    margin-bottom: 0
}
.member-actions a {
    border-radius: 5px;
    padding: 0 0.5em;
    background: white;
    color: red
}
.member-actions a:hover, .member-actions a:focus {
    text-decoration: none
}
html.home .site-title {
    position: relative;
    width: 198px;
    height: 150px;
    margin: 0 auto
}
html.home .site-title a {
    text-indent: -999em;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/logo.png) 0 0 no-repeat;
    background-size: contain
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    html.home .site-title a {
        background-image: url(../images/logo2x.png)
    }
}
html.home .header_banner {
    position: relative;
    text-align: center;
    height: 400px;
    background-size: auto 400px;
    background-position: center top
}
html.home .header_banner img {
    display: block;
    max-width: auto;
    width: 100%
}
html.home .header_banner .tagline {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px;
    background-color: #53a2b4;
    color: white
}
@media (max-width: 959px) {
    html.home .header_banner .tagline {
        font-size: 24px
    }
}
@media (min-width: 640px) {
    html.home .site_context>.container {
        position: relative;
        padding-top: 0
    }
    html.home .site-title {
        margin-bottom: 20px
    }
    html.home .nav_main a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: black
    }
}
@media (min-width: 960px) {
    html.home .header_banner {
        height: 400px
    }
    html.home.load-complete .site-title {
        -webkit-animation-name: fade-in-with-zoom-logo-bp3;
        animation-name: fade-in-with-zoom-logo-bp3;
        -webkit-animation-duration: 1.75s;
        animation-duration: 1.75s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    html.home .site_context>.container {
        padding-top: 0
    }
    html.home .site-title {
        position: absolute;
        left: 50%;
        top: 20px;
        z-index: 400;
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
        margin-bottom: 0
    }
    html.home .header_banner {
        width: 100%;
        height: auto;
        overflow: hidden;
        height: 600px;
        background-size: auto 600px;
        background-position: center top
    }
    html.home .header_banner .text {
        position: absolute;
        bottom: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 800px;
        display: block;
        z-index: 500
    }
    html.home .header_banner .tagline {
        background: transparent
    }
    html.home .nav_main {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 200;
        width: 100%
    }
    html.home .nav_main ul {
        margin-bottom: 0px
    }
    html.home .nav_main li {
        display: inline-block;
        padding: 0 10px
    }
    html.home .nav_main li a {
        color: white
    }
    html.home.load-complete .tagline {
        z-index: 500;
        -webkit-animation-name: fade-in-with-zoom;
        animation-name: fade-in-with-zoom;
        -webkit-animation-duration: 1.75s;
        animation-duration: 1.75s;
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    html.home.load-complete .header_banner img {
        -webkit-animation-name: fade-in-with-zoom;
        animation-name: fade-in-with-zoom;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: fixed
    }
}
@media (min-width: 1280px) {
    html.home .header_banner {
        width: 1120px;
        height: 742px
    }
    html.home .header_banner .tagline {
        bottom: 180px;
        max-width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        display: block
    }
    html.home .nav_main ul {
        margin: 0
    }
    html.home .nav_main li {
        padding: 0 30px;
        font-size: 1.2em
    }
}
html.developments .site_plan {
    margin-bottom: 10px
}
@media (min-width: 1280px) {
    html.developments .site_plan {
        margin-bottom: 0px
    }
}
html.developments .site_plan .container {
    position: relative
}
@media (min-width: 1280px) {
    html.developments .site_plan .container {
        width: 100%
    }
}
html.developments .site_plan img {
    display: block;
    width: 100%
}
html.developments .site_plan .text {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1666666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: white
}
@media (max-width: 959px) {
    html.developments .site_plan .text {
        font-size: 24px
    }
}
html.developments .site_plan .text a {
    color: inherit;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}
html.developments .properties {
    margin-bottom: 10px
}
html.developments .properties .container {
    background: url(../images/tile.png)
}
@media (min-width: 640px) {
    html.developments .properties .container {
        background-size: 100%
    }
}
@media (min-width: 640px) {
    html.developments .properties .container {
        background-size: 50%
    }
}
@media (min-width: 960px) {
    html.developments .properties .container {
        background-size: 33%
    }
}
@media (min-width: 1280px) {
    html.developments .properties .container {
        width: 100%;
        background-size: 25%
    }
}
html.developments .properties a {
    position: relative;
    display: block;
    color: white
}
html.developments .properties img {
    display: block
}
html.developments .properties .text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0, 67, 90, 0.95);
    text-align: center
}
html.developments .properties .text div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}
html.developments .properties .text span {
    display: block
}
html.developments .properties .text .number_bedrooms {
    font-size: 2em;
    opacity: 0.7;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif
}
html.developments .properties .text .style_name {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666
}
@media (max-width: 959px) {
    html.developments .properties .text .style_name {
        font-size: 20px
    }
}
html.developments .about_area {
    background-color: #53a2b4
}
html.developments .about_area .container {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px;
    color: white
}
html.developments .about_area .container a {
    color: inherit
}
html.developments .about_area h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 20px
}
@media (max-width: 959px) {
    html.developments .about_area h2 {
        font-size: 20px
    }
}
html.developments .about_area .request-more {
    display: inline-block;
    padding: 4px 10px;
    border: 2px solid white;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
html.developments .about_area .request-more:hover, html.developments .about_area .request-more:focus {
    text-decoration: none;
    background-color: white;
    color: #53a2b4
}
html.developments.no-touch .properties img {
    width: 100%
}
html.developments.no-touch .properties .text {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
html.developments.no-touch .properties .text:hover {
    opacity: 1
}
@media (min-width: 640px) {
    html.developments .properties .container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html html.developments .properties .container {
        height: 1px
    }
    html.developments .properties .property {
        float: left;
        width: 50%
    }
    html.developments .properties .property img {
        width: 100%
    }
}
@media (min-width: 960px) {
    html.developments .properties .container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html html.developments .properties .container {
        height: 1px
    }
    html.developments .properties .property {
        float: left;
        width: 33.3333333%
    }
    html.developments .properties .property img {
        width: 100%
    }
}
@media (min-width: 1280px) {
    html.developments .properties .property {
        width: 25%
    }
    html.developments .properties .property img {
        width: 100%
    }
}
@media (min-width: 960px) {
    html.developments .about_area .container {
        padding: 60px 40px;
        text-align: center
    }
    html.developments .about_area h2 {
        margin-bottom: 40px
    }
    html.developments .about_area .text {
        max-width: 800px;
        margin: auto auto 40px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        text-align: left;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
    html.developments .about_area .request-more {
        padding: 12px 20px;
        margin-bottom: 0
    }
}
html.contact .mfp-content {
    max-width: 600px;
    padding: 20px;
    background-color: white;
    color: #00435A
}
html.contact .mfp-content label {
    font-weight: bold
}
html.contact .mfp-content input {
    width: 100%;
    margin-bottom: 10px
}
html.contact .mfp-content textarea {
    width: 100%;
    margin-bottom: 10px
}
html.contact .mfp-content .submit {
    text-align: center
}
html.contact .mfp-content .submit input {
    width: auto;
    border: #00435A solid 2px;
    background: white;
    color: #00435A;
    padding: 8px 15px 8px 15px
}
html.contact .mfp-content .tab h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px
}
html.contact .mfp-content .radioButtons, html.contact .mfp-content .checkboxes {
    margin-bottom: 20px
}
html.contact .mfp-content .radioButtons label, html.contact .mfp-content .checkboxes label {
    margin-right: 15px
}
html.contact .mfp-content .radioButtons label input, html.contact .mfp-content .checkboxes label input {
    width: auto
}
html.contact .mfp-content .multiSelect {
    width: 100%
}
html.contact .button-area {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px
}
html.contact .button-area a.button {
    color: #00435A;
    border: #00435A solid 2px;
    margin-right: 7px
}
html.contact .postal {
    background-color: #e2f2f4;
    color: #00435a
}
html.contact .postal .container {
    padding: 20px 0
}
html.contact .postal h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 20px
}
@media (max-width: 959px) {
    html.contact .postal h2 {
        font-size: 20px
    }
}
@media (min-width: 640px) {
    html.contact .postal .container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html html.contact .postal .container {
        height: 1px
    }
    html.contact .postal .head-office {
        float: left;
        width: 45%
    }
    html.contact .postal .general-enquiries, html.contact .postal .sales-enquiries {
        float: right;
        width: 45%
    }
}
@media (min-width: 1280px) {
    html.contact .postal .container {
        padding: 40px 100px
    }
    html.contact .postal .head-office {
        float: left;
        width: 45%
    }
    html.contact .postal .general-enquiries, html.contact .postal .sales-enquiries {
        float: right;
        width: 45%
    }
}
html.development-detail .floor-plans:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html html.development-detail .floor-plans {
    height: 1px
}
html.development-detail .floor-plans .container {
    padding-top: 20px
}
html.development-detail .floor-plans h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 20px;
    text-align: center
}
@media (max-width: 959px) {
    html.development-detail .floor-plans h2 {
        font-size: 20px
    }
}
html.development-detail .floor-plans h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px
}
@media (max-width: 959px) {
    html.development-detail .floor-plans h3 {
        font-size: 16px
    }
}
html.development-detail .floor-plans .image {
    margin-bottom: 20px
}
html.development-detail .specification .container {
    padding-top: 20px
}
html.development-detail .specification h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 20px;
    text-align: center
}
@media (max-width: 959px) {
    html.development-detail .specification h2 {
        font-size: 20px
    }
}
html.development-detail .specification h3 {
    text-transform: uppercase;
    color: #27bbcc;
    font-weight: bold
}
html.development-detail .specification .button {
    display: block;
    width: 14em;
    margin-left: auto;
    margin-right: auto
}
html.development-detail .book-viewing .container {
    padding-top: 20px;
    text-align: center
}
html.development-detail .book-viewing ul.related {
    list-style: none
}
html.development-detail .book-viewing ul.related li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
html.development-detail .book-viewing ul.related li a {
    color: #27bbcc;
    text-transform: uppercase
}
html.development-detail .book-viewing h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 20px;
    text-align: center
}
@media (max-width: 959px) {
    html.development-detail .book-viewing h2 {
        font-size: 20px
    }
}
html.development-detail .book-viewing h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}
html.development-detail .location .container {
    padding-top: 20px;
    text-align: center
}
html.development-detail .location h2 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1666666;
    margin-bottom: 20px;
    text-align: center
}
@media (max-width: 959px) {
    html.development-detail .location h2 {
        font-size: 20px
    }
}
html.development-detail .location .button {
    color: inherit;
    border-color: inherit
}
html.development-detail .location .button:hover, html.development-detail .location .button:focus {
    color: #53a2b4
}
@media (min-width: 960px) {
    html.development-detail .floor-plans, html.development-detail .specification, html.development-detail .book-viewing, html.development-detail .location {
        padding: 40px 0
    }
    html.development-detail .floor-plans h2, html.development-detail .specification h2, html.development-detail .book-viewing h2, html.development-detail .location h2 {
        margin-bottom: 40px
    }
    html.development-detail .specification .cols3 {
        margin-bottom: 40px
    }
}
@media (min-width: 1280px) {
    html.development-detail .floor-plans .container {
        padding-left: 40px;
        padding-right: 40px
    }
    html.development-detail .floor-plans .image {
        float: left;
        width: 240px;
        display: inline-block;
        margin-right: 20px
    }
    html.development-detail .floor-plans .text {
        width: 220px;
        display: inline-block
    }
    html.development-detail .specification .container {
        padding-left: 100px;
        padding-right: 100px
    }
    html.development-detail .book-viewing .container, html.development-detail .location .container {
        padding-left: 250px;
        padding-right: 250px
    }
}
html.prev-developments .postal .container {
    padding-top: 20px;
    max-width: 280px
}
@media (min-width: 640px) {
    html.prev-developments .postal .container {
        max-width: 560px
    }
}
@media (min-width: 960px) {
    html.prev-developments .postal .container {
        max-width: 840px
    }
}
@media (min-width: 1280px) {
    html.prev-developments .postal .container {
        max-width: 1120px
    }
}
@media (min-width: 1280px) {
    html.prev-developments .postal {
        padding-top: 50px;
        padding-bottom: 50px
    }
}
html.news .standard:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html html.news .standard {
    height: 1px
}
html.news .small-title a, html.news .section_title a {
    color: white
}
html.news .news_items .container {
    max-width: 280px
}
@media (min-width: 640px) {
    html.news .news_items .container {
        max-width: 560px
    }
}
@media (min-width: 960px) {
    html.news .news_items .container {
        max-width: 820px
    }
}
@media (min-width: 1280px) {
    html.news .news_items .container {
        max-width: 1120px
    }
}
@media (min-width: 1280px) {
    html.news .news_items {
        padding-top: 50px;
        padding-bottom: 50px
    }
}
html.news .news_items .item {
    position: relative;
    margin-bottom: 20px
}
html.news .news_items .item a, html.news .news_items .item {
    color: #00435a
}
html.news .news_items h2 {
    font-size: 1.2em
}
html.news .news_items .more:hover, html.news .news_items .more:focus {
    text-decoration: none
}
html.news .news_items .more:hover::after, html.news .news_items .more:focus::after {
    color: #00435a
}
html.news .news_items .more::after {
    content: "Read More";
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #27bbcc;
    font-weight: bold;
    -webkit-transform: all .2s;
    -ms-transform: all .2s;
    transform: all .2s
}
@media (min-width: 640px) {
    html.news .news_items:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html html.news .news_items {
        height: 1px
    }
    html.news .news_items .item {
        position: relative;
        margin-bottom: 40px
    }
    html.news .news_items .item a::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
    html.news .news_items .featured .item {
        position: relative
    }
    html.news .news_items .featured .item .text {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 20px;
        max-width: 300px;
        background-color: white
    }
    html.news .news_items .standard .item {
        float: left;
        width: 260px;
        margin-bottom: 40px;
        margin-left: 40px
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    html.news .news_items .standard .item:nth-child(2n+1) {
        clear: left;
        margin-left: 0px
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    html.news .news_items .standard .item {
        margin-left: 20px
    }
    html.news .news_items .standard .item:nth-child(3n+1) {
        clear: left;
        margin-left: 0px
    }
}
@media (min-width: 1280px) {
    html.news .news_items .featured .item .text {
        max-width: 288px;
        padding: 26px;
        font-size: 1.2em
    }
    html.news .news_items .standard .item {
        margin-left: 26px
    }
    html.news .news_items .standard .item:nth-child(4n+1) {
        clear: left;
        margin-left: 0px
    }
}
html.news-detail .headerImage {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}
html.news-detail .headerImage img {
    display: block;
    width: 100%;
    margin: auto
}
html.news-detail h1 {
    margin: 0;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 1.1666666;
    font-size: 36px !important;
    line-height: 48px !important;
    margin-bottom: 20px !important
}
@media (max-width: 959px) {
    html.news-detail h1 {
        font-size: 24px
    }
}
html.news-detail h1+p {
    font-weight: bold
}
html.news-detail .cols2-2 .col1 {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto
}
html.news-detail .cols2-2 .col1 .meta-share p {
    margin-bottom: 0px
}
html.news-detail .cols2-2 .col1 .meta h2 {
    position: absolute;
    left: -999em;
    overflow: hidden
}
html.news-detail .cols2-2 .col1 .share ul {
    display: inline-block;
    top: 4px;
    position: relative;
    margin-bottom: 0px
}
html.news-detail .cols2-2 .col1 .share h2, html.news-detail .cols2-2 .col1 b {
    font-weight: bold;
    color: #27bbcc;
    text-transform: uppercase;
    display: inline-block
}
html.generic .site_context {
    margin-bottom: 40px
}
html.generic .header_banner img {
    display: block
}
html.generic .mixedContent {
    max-width: 960px;
    margin: auto
}
html.developments-overview .currentDevelopments {
    position: relative
}
html.developments-overview .currentDevelopments:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html html.developments-overview .currentDevelopments {
    height: 1px
}
html.developments-overview .currentDevelopments .current-development {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    width: 100%
}
html.developments-overview .currentDevelopments .current-development .image-area img {
    display: block;
    width: 100%
}
html.developments-overview .currentDevelopments .current-development .text {
    background-color: #53A2B4;
    padding: 20px;
    color: white;
    -webkit-font-smoothing: antialiased;
    position: relative
}
html.developments-overview .currentDevelopments .current-development .text h2 {
    color: white;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 10px
}
html.developments-overview .currentDevelopments .current-development .text h2 a {
    color: white
}
html.developments-overview .currentDevelopments .current-development .text h4 {
    color: #316470
}
html.developments-overview .currentDevelopments .current-development .text p.sub-heading {
    opacity: 0.7;
    margin-bottom: 0px
}
@media (min-width: 960px) {
    html.developments-overview .currentDevelopments .current-development {
        position: relative;
        height: 376px;
        overflow: hidden
    }
    html.developments-overview .currentDevelopments .current-development .image-area {
        width: 100%;
        height: 330px;
        position: absolute
    }
    html.developments-overview .currentDevelopments .current-development .text {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 330px
    }
}
@media (min-width: 1280px) {
    html.developments-overview .currentDevelopments .current-development {
        margin-bottom: 0px;
        display: inline-block;
        position: relative;
        height: 500px
    }
    html.developments-overview .currentDevelopments .current-development a {
        display: block;
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden
    }
    html.developments-overview .currentDevelopments .current-development:hover .image-area img {
        opacity: 0.3
    }
    html.developments-overview .currentDevelopments .current-development .image-area {
        width: 100%;
        height: 500px;
        overflow: hidden;
        background-color: #51A3B6;
        position: absolute;
        top: 0px;
        left: 0px
    }
    html.developments-overview .currentDevelopments .current-development .image-area img {
        width: 100%;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s
    }
    html.developments-overview .currentDevelopments .current-development .text {
        width: 50%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background: transparent;
        text-align: center;
        text-shadow: 0px 0px 10px rgba(0, 66, 89, 0.6)
    }
    html.developments-overview .currentDevelopments .current-development .text h2 {
        font-size: 48px
    }
    html.developments-overview .currentDevelopments .current-development .text h4 {
        color: white;
        font-weight: bold;
        text-transform: uppercase
    }
}
@media (max-width: 959px) {
    html.developments-overview .currentDevelopments {
        display: inline-block;
        margin-bottom: 10px
    }
    html.developments-overview .currentDevelopments a {
        background-color: #53A2B4
    }
    html.developments-overview .currentDevelopments a .text {
        display: inline-block
    }
    html.developments-overview .futureDevelopments {
        display: inline-block;
        margin-bottom: 10px
    }
    html.developments-overview .futureDevelopments a {
        background-color: #53A2B4
    }
    html.developments-overview .futureDevelopments a .text {
        display: inline-block
    }
}
html.developments-overview .futureDevelopments {
    position: relative
}
html.developments-overview .futureDevelopments .future-development {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    width: 100%
}
html.developments-overview .futureDevelopments .future-development .image-area img {
    display: block;
    width: 100%
}
html.developments-overview .futureDevelopments .future-development .text {
    background-color: #004259;
    padding: 20px;
    color: white;
    -webkit-font-smoothing: antialiased
}
html.developments-overview .futureDevelopments .future-development .text h2 {
    color: white;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative
}
html.developments-overview .futureDevelopments .future-development .text h2 a {
    color: white
}
html.developments-overview .futureDevelopments .future-development .text h4 {
    color: #53A2B4
}
html.developments-overview .futureDevelopments .future-development .text p.sub-heading {
    opacity: 0.7;
    margin-bottom: 0px
}
@media (min-width: 960px) {
    html.developments-overview .futureDevelopments .future-development {
        position: relative;
        height: 376px;
        overflow: hidden
    }
    html.developments-overview .futureDevelopments .future-development .image-area {
        width: 100%;
        height: 330px;
        position: absolute;
        z-index: 0
    }
    html.developments-overview .futureDevelopments .future-development .image-area img {
        float: right
    }
    html.developments-overview .futureDevelopments .future-development .text {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 330px;
        z-index: 1
    }
}
@media (min-width: 1280px) {
    html.developments-overview .futureDevelopments .future-development {
        margin-bottom: 0px;
        display: inline-block;
        position: relative
    }
    html.developments-overview .futureDevelopments .future-development a {
        display: block;
        height: 500px
    }
    html.developments-overview .futureDevelopments .future-development:hover .image-area img {
        opacity: 0.3
    }
    html.developments-overview .futureDevelopments .future-development .image-area {
        width: 100%;
        height: 500px;
        overflow: hidden;
        background-color: #004259
    }
    html.developments-overview .futureDevelopments .future-development .image-area img {
        width: 100%;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s
    }
    html.developments-overview .futureDevelopments .future-development .text {
        width: 50%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background: transparent;
        text-align: center;
        text-shadow: 0px 0px 10px rgba(0, 66, 89, 0.6)
    }
    html.developments-overview .futureDevelopments .future-development .text h2 {
        font-size: 48px
    }
    html.developments-overview .futureDevelopments .future-development .text h4 {
        color: white;
        font-weight: bold;
        text-transform: uppercase
    }
}
html.developments-overview .past-developments-intro {
    padding: 20px;
    background-color: #E5E4E4;
    text-align: center;
    margin-bottom: 10px;
    color: white;
    -webkit-font-smoothing: antialiased
}
@media (min-width: 960px) {
    html.developments-overview .past-developments-intro {
        padding: 20px 40px
    }
}
html.developments-overview .past-developments-intro p {
    margin-bottom: 0px;
    color: #00435A
}
html.developments-overview .past-developments-intro h2 {
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 14px;
    color: #00435A
}
html.developments-overview .pastDevelopments {
    width: 100%;
    display: block
}
html.developments-overview .pastDevelopments:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html html.developments-overview .pastDevelopments {
    height: 1px
}
html.developments-overview .pastDevelopment {
    margin-bottom: 40px;
    display: block;
    color: #00435A
}
html.developments-overview .pastDevelopment img {
    margin-bottom: 10px;
    display: block
}
html.developments-overview .pastDevelopment h4 {
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px
}
@media (min-width: 640px) and (max-width: 959px) {
    html.developments-overview .pastDevelopment {
        width: 260px;
        margin-right: 40px;
        float: left
    }
    html.developments-overview .pastDevelopment:nth-of-type(odd) {
        margin-right: 0px
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    html.developments-overview .pastDevelopment {
        width: 270px;
        margin-right: 15px;
        float: left
    }
    html.developments-overview .pastDevelopment:nth-of-type(3n+1) {
        margin-right: 0px
    }
}
@media (min-width: 1280px) {
    html.developments-overview .pastDevelopment {
        width: 265px;
        margin-right: 20px;
        float: left
    }
    html.developments-overview .pastDevelopment:nth-of-type(4n+1) {
        margin-right: 0px
    }
}
html.prev-developments .imageGallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html html.prev-developments .imageGallery {
    height: 1px
}
html.prev-developments .imageGallery ul {
    list-style: none
}
html.prev-developments .imageGallery ul li {
    display: inline-block;
    width: 280px;
    height: 280px;
    position: relative
}
@media (min-width: 640px) and (max-width: 959px) {
    html.prev-developments .imageGallery ul li {
        width: 275px;
        height: 275px;
        margin-right: 10px;
        float: left;
        margin-bottom: 10px
    }
    html.prev-developments .imageGallery ul li:nth-child(2n) {
        margin-right: 0px
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    html.prev-developments .imageGallery ul li {
        width: 273.333333px;
        height: 273.333333px;
        margin-right: 10px;
        float: left;
        margin-bottom: 10px
    }
    html.prev-developments .imageGallery ul li:nth-child(3n) {
        margin-right: 0px
    }
}
@media (min-width: 1280px) {
    html.prev-developments .imageGallery ul li {
        width: 265px;
        height: 265px;
        margin-right: 20px;
        float: left;
        margin-bottom: 20px
    }
    html.prev-developments .imageGallery ul li:nth-child(4n) {
        margin-right: 0px
    }
}
html.prev-developments .imageGallery ul li img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px
}
html.prev-developments .imageGallery ul li .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 67, 90, 0.8);
    color: white;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}
html.prev-developments .imageGallery ul li .text h3 {
    font-weight: bold
}
html.prev-developments .imageGallery ul li .text:hover {
    opacity: 1
}
html.contact .careers {
    width: 100%;
    background-color: #00435a;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px
}
html.contact .careers h1, html.contact .careers h2, html.contact .careers h3, html.contact .careers h4, html.contact .careers h5, html.contact .careers h6 {
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif
}
html.contact .careers p {
    text-align: center
}
html.contact .careers a {
    color: #53a2b4
}
@media (min-width: 640px) {
    html.contact .careers {
        padding-top: 25px;
        padding-bottom: 25px
    }
}
@media (min-width: 960px) {
    html.contact .careers {
        padding-top: 30px;
        padding-bottom: 30px
    }
}
@media (min-width: 1280px) {
    html.contact .careers {
        padding-top: 40px;
        padding-bottom: 40px
    }
}
html.development .contact-info {
    width: 100%;
    background-color: #00435a;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px
}
html.development .contact-info h1, html.development .contact-info h2, html.development .contact-info h3, html.development .contact-info h4, html.development .contact-info h5, html.development .contact-info h6 {
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif
}
html.development .contact-info p {
    text-align: center
}
html.development .contact-info a {
    color: #53a2b4
}
@media (min-width: 640px) {
    html.development .contact-info {
        padding-top: 25px;
        padding-bottom: 25px
    }
}
@media (min-width: 960px) {
    html.development .contact-info {
        padding-top: 30px;
        padding-bottom: 30px
    }
}
@media (min-width: 1280px) {
    html.development .contact-info {
        padding-top: 40px;
        padding-bottom: 40px
    }
}
@media (min-width: 1280px) {
    html.home .container {
        max-width: 1500px;
        width: 100%
    }
    html.home .container .developments .small-block {
        width: 25%;
        overflow: hidden
    }
    html.home .container .developments .small-block img {
        width: 100%;
        max-width: auto
    }
    html.home .container .single-post {
        overflow: hidden
    }
    html.home .container .single-post .text {
        width: 50% !important
    }
    html.home .container .single-post img {
        width: 50%;
        max-width: auto
    }
}
html.siteplan {
    background-color: #4D9FAA
}
html.siteplan .title-area {
    margin-top: 28px;
    text-align: center;
    color: #fff
}
html.siteplan .title-area h1 {
    font-size: 24px;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif
}
html.siteplan .title-area a {
    color: #316470
}
html.siteplan .title-area a:hover {
    color: #fff
}
html.siteplan .container-box {
    position: relative;
    display: block;
    width: 960px;
    height: 1063px;
    margin: 30px auto 30px auto;
    background: url(../images/gym-phase3-plan.jpg) center center no-repeat white;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}
html.siteplan .container-box .plot {
    position: absolute;
    top: 300px;
    left: 160px;
    display: block;
    width: 250px
}
html.siteplan .container-box .plot:hover .info-box, html.siteplan .container-box .plot:hover .plotmarker:after {
    opacity: 1;
    z-index: 99999
}
html.siteplan .container-box .plotmarker {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-color: red;
    color: inherit;
    opacity: 0.8
}
html.siteplan .container-box .plotmarker.green {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-color: green;
    color: inherit;
    opacity: 0.8
}
html.siteplan .container-box .info-box {
    position: absolute;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: white;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    pointer-events: none
}
html.siteplan .container-box .info-box h2 {
    color: #4D9FAA;
    font-weight: bold;
    font-size: 16px
}
html.siteplan .container-box .info-box .house-type {
    color: #333
}
html.siteplan .container-box .plot1 .plotmarker {
    top: -191px;
    left: 189px
}
html.siteplan .container-box .plot1 .plotmarker.green {
    top: -207px;
    left: 170px;
    opacity: 1
}
html.siteplan .container-box .plot2 .plotmarker {
    top: -159px;
    left: 199px
}
html.siteplan .container-box .plot2 .plotmarker.green {
    top: -136px;
    left: 220px
}
html.siteplan .container-box .plot3 .plotmarker {
    top: -173px;
    left: 209px
}
html.siteplan .container-box .plot3 .plotmarker.green {
    top: -153px;
    left: 235px
}
html.siteplan .container-box .plot4 .plotmarker {
    top: -185px;
    left: 219px
}
html.siteplan .container-box .plot4 .plotmarker.green {
    top: -165px;
    left: 244px
}
html.siteplan .container-box .plot5 .plotmarker {
    top: -194px;
    left: 232px
}
html.siteplan .container-box .plot5 .plotmarker.green {
    top: -179px;
    left: 255px
}
html.siteplan .container-box .plot7 .plotmarker {
    top: -105px;
    left: 311px
}
html.siteplan .container-box .plot7 .plotmarker.green {
    top: -96px;
    left: 338px
}
html.siteplan .container-box .plot9 .plotmarker {
    top: -78px;
    left: 318px
}
html.siteplan .container-box .plot9 .plotmarker.green {
    top: -91px;
    left: 298px
}
html.siteplan .container-box .plot10 .plotmarker {
    top: -65px;
    left: 310px
}
html.siteplan .container-box .plot10 .plotmarker.green {
    top: -85px;
    left: 290px
}
html.siteplan .container-box .plot11 .plotmarker {
    top: 15px;
    left: 386px
}
html.siteplan .container-box .plot11 .plotmarker.green {
    top: -5px;
    left: 412px
}
html.siteplan .container-box .plot12 .plotmarker {
    top: 47px;
    left: 405px
}
html.siteplan .container-box .plot12 .plotmarker.green {
    top: 31px;
    left: 433px
}
html.siteplan .container-box .plot12a .plotmarker {
    top: 77px;
    left: 415px
}
html.siteplan .container-box .plot12a .plotmarker.green {
    top: 62px;
    left: 442px
}
html.siteplan .container-box .plot14 .plotmarker {
    top: 100px;
    left: 431px
}
html.siteplan .container-box .plot15 .plotmarker {
    top: 127px;
    left: 443px
}
html.siteplan .container-box .plot16 .plotmarker {
    top: 156px;
    left: 453px
}
html.siteplan .container-box .plot17 .plotmarker {
    top: 178px;
    left: 463px
}
html.siteplan .container-box .plot18 .plotmarker {
    top: 204px;
    left: 472px
}
html.siteplan .container-box .plot19 .plotmarker {
    top: 233px;
    left: 480px
}
html.siteplan .container-box .plot20 .plotmarker {
    top: 268px;
    left: 491px
}
html.siteplan .container-box .plot21 .plotmarker {
    top: 296px;
    left: 500px
}
html.siteplan .container-box .plot22 .plotmarker {
    top: 313px;
    left: 505px
}
html.siteplan .container-box .plot23 .plotmarker {
    top: 330px;
    left: 511px
}
html.siteplan .container-box .plot24 .plotmarker {
    top: 347px;
    left: 514px
}
html.siteplan .container-box .plot25 .plotmarker {
    top: 370px;
    left: 517px
}
html.siteplan .container-box .plot26 .plotmarker {
    top: 394px;
    left: 526px
}
html.siteplan .container-box .plot27 .plotmarker {
    top: 454px;
    left: 586px
}
html.siteplan .container-box .plot28 .plotmarker {
    top: 490px;
    left: 596px
}
html.siteplan .container-box .plot29 .plotmarker {
    top: 518px;
    left: 600px
}
html.siteplan .container-box .plot30 .plotmarker {
    top: 550px;
    left: 608px
}
html.siteplan .container-box .plot31 .plotmarker {
    top: 574px;
    left: 614px
}
html.siteplan .container-box .plot32 .plotmarker {
    top: 582px;
    left: 584px
}
html.siteplan .container-box .plot33 .plotmarker {
    top: 716px;
    left: 614px
}
html.siteplan .container-box .plot34 .plotmarker {
    top: 711px;
    left: 637px
}
html.siteplan .container-box .plot35 .plotmarker {
    top: 312px;
    left: 692px
}
html.siteplan .container-box .plot36 .plotmarker {
    top: 314px;
    left: 670px
}
html.siteplan .container-box .plot37 .plotmarker {
    top: 317px;
    left: 653px
}
html.siteplan .container-box .plot38 .plotmarker {
    top: 320px;
    left: 636px
}
html.siteplan .container-box .plot39 .plotmarker {
    top: 320px;
    left: 619px
}
html.siteplan .container-box .plot40 .plotmarker {
    top: 321px;
    left: 602px
}
html.siteplan .container-box .plot41 .plotmarker {
    top: 294px;
    left: 603px
}
html.siteplan .container-box .plot42 .plotmarker {
    top: 291px;
    left: 621px
}
html.siteplan .container-box .plot43 .plotmarker {
    top: 288px;
    left: 638px
}
html.siteplan .container-box .plot44 .plotmarker {
    top: 283px;
    left: 652px
}
html.siteplan .container-box .plot46 .plotmarker {
    top: 282px;
    left: 684px
}
html.siteplan .container-box .plot47 .plotmarker {
    top: 188px;
    left: 739px
}
html.siteplan .container-box .plot48 .plotmarker {
    top: 170px;
    left: 737px
}
html.siteplan .container-box .plot49 .plotmarker {
    top: 136px;
    left: 646px
}
html.siteplan .container-box .plot50 .plotmarker {
    top: 135px;
    left: 628px
}
html.siteplan .container-box .plot51 .plotmarker {
    top: 138px;
    left: 603px
}
html.siteplan .container-box .plot52 .plotmarker {
    top: 150px;
    left: 572px
}
html.siteplan .container-box .plot53 .plotmarker {
    top: 126px;
    left: 562px
}
html.siteplan .container-box .plot54 .plotmarker {
    top: 118px;
    left: 589px
}
html.siteplan .container-box .plot55 .plotmarker {
    top: 98px;
    left: 612px
}
html.siteplan .container-box .plot56 .plotmarker {
    top: 87px;
    left: 628px
}
html.siteplan .container-box .plot57 .plotmarker {
    top: 70px;
    left: 633px
}
html.siteplan .container-box .plot58 .plotmarker {
    top: -38px;
    left: 547px
}
html.siteplan .container-box .plot59 .plotmarker {
    top: -26px;
    left: 526px
}
html.siteplan .container-box .plot60 .plotmarker {
    top: -10px;
    left: 500px
}
html.siteplan .container-box .plot61 .plotmarker {
    top: -58px;
    left: 536px
}
html.siteplan .container-box .plot62 .plotmarker {
    top: -82px;
    left: 506px
}
html.no-touch .touch-visible {
    display: none
}
html.touch .touch-hidden {
    display: none
}
@media (min-width: 1280px) {
    .gallery_images .container {
        width: 100%
    }
    .gallery_images .container .left {
        width: 50%
    }
    .gallery_images .container .left .block-small, .gallery_images .container .left .single-post {
        width: 50%
    }
    .gallery_images .container .left .block-2x1 {
        width: 100%
    }
    .gallery_images .container .left .block-2x1 img {
        width: 100%
    }
}
html:not(.home) .block-style-1 {
    width: 100%
}
@media (min-width: 640px) {
    html:not(.home) .block-style-1 .block-small, html:not(.home) .block-style-1 .single-post {
        width: 50%
    }
    html:not(.home) .block-style-1 .block-small img, html:not(.home) .block-style-1 .single-post img {
        width: 100%
    }
    html:not(.home) .block-style-1 .block-2x1 {
        width: 100%
    }
    html:not(.home) .block-style-1 .block-2x1 img {
        width: 100%
    }
}
@media (min-width: 960px) {
    html:not(.home) .block-style-1 .right {
        float: right;
        width: 50%
    }
    html:not(.home) .block-style-1 .left {
        float: left;
        width: 50%
    }
}
@media (max-width: 959px) {
    html.home .sustainability .block-large {
        min-height: 300px;
        position: relative
    }
    html.home .sustainability .block-large .center-me {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
}
@media (min-width: 960px) {
    html.home .block-style-1 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    html.home .block-style-1:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    * html html.home .block-style-1 {
        height: 1px
    }
    html.home .block-style-1 .left {
        width: 50%;
        float: left
    }
    html.home .block-style-1 .left .block-small, html.home .block-style-1 .left .single-post {
        margin-bottom: 0px
    }
    html.home .block-style-1 .right {
        float: right;
        width: 50%;
        position: relative
    }
    html.home .block-style-1 .right .block-large {
        margin-bottom: 0px;
        height: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
    html.home .block-style-1 .right .block-large .center-me {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
}
@media (min-width: 1280px) {
    html .nav_main {
        width: 100%
    }
    html header.site_context.has-image {
        max-height: 642px;
        overflow: hidden;
        margin-bottom: 0px
    }
    html header.site_context.has-image .container {
        width: 100% !important
    }
    html header.site_context.has-image .header_banner {
        width: 100% !important;
        max-width: 1500px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 640px;
        overflow: hidden;
        background-size: auto 640px;
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat
    }
}
@media (min-width: 1280px) and (max-width: 639px) {
    html header.site_context.has-image .header_banner p.section_title, html header.site_context.has-image .header_banner p.tagline, html header.site_context.has-image .header_banner p {
        color: white !important
    }
}
@media (min-width: 1280px) {
    html header.site_context.has-image .header_banner img {
        width: 100%;
        max-width: auto
    }
    html header.site_context.has-image .header_banner a {
        color: white
    }
}
.contactCTA {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 15px;
    background-color: #124158;
    text-align: center;
    z-index: 999999;
    font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white
}
.contactCTA p {
    margin-bottom: 0px
}
.contactCTA p a {
    color: white
}
.contactCTA ul {
    list-style: none
}
.contactCTA ul li {
    display: inline
}
.contactCTA ul li a.request-more {
    margin-top: 20px;
    font-family: opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    border: solid 2px white;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 20px;
    text-decoration: none
}
.contactCTA ul li a.request-more:hover {
    color: #124158;
    background-color: white;
    text-decoration: none
}
@media (min-width: 1280px) {
    .contactCTA {
        display: none
    }
}
@-webkit-keyframes fade-in-with-zoom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes fade-in-with-zoom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes fade-in-with-zoom-logo-bp3 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8)
    }
}
@keyframes fade-in-with-zoom-logo-bp3 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8)
    }
}
.imageGallery.slider {
    position: relative;
    margin-bottom: 60px;
    max-height: 500px
}
.imageGallery.slider .prev {
    position: absolute;
    left: 0;
    bottom: -30px
}
.imageGallery.slider .next {
    position: absolute;
    right: 0;
    bottom: -30px
}
@media (min-width: 960px) {
    .imageGallery.slider {
        margin-bottom: 20px
    }
    .imageGallery.slider .prev, .imageGallery.slider .next {
        text-indent: -999em;
        overflow: hidden;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
        display: block;
        width: 32px;
        height: 32px;
        background: url(../images/li.png) 50% 50% no-repeat
    }
    .imageGallery.slider .prev:hover, .imageGallery.slider .next:hover {
        cursor: pointer
    }
    .imageGallery.slider .prev {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%)
    }
}

      .newsletterBar {
		display:block;
		margin:0 auto;
text-align:center;
		background:white;
		padding-top:40px;
		padding-bottom:40px;
}
		.newsletterBar h2 {
			text-align: center;
font-size:30px;
font-family: crimson, opensans, "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #00435a;
		}
.newsletterBar p {
color: #53a2b4;}
		

.newsletterBar form {
			margin-top:20px;}
			.newsletterBar form .cantFlexboxFieldset {
				display: inline-block;
				width:100%;}
				span {
					text-transform: uppercase;
					padding-top:10px;
					padding-right:4px;
                     color: #124158;
					}
				.newsletterBar form .cantFlexboxFieldset label {
					flex-grow: 1;
					color: #124158;
					margin-right:10px;
					margin-bottom:0;
	}
				
					.newsletterBar form .cantFlexboxFieldset input[type="text"], input[type="email"] {
						padding:10px;
						border: solid 1px #124158;
						margin-bottom:16px;
					}

.newsletterBar form .cantFlexboxFieldset .button {
border: solid 1px #124158;
padding:10px;}
				}
				@include breakpoint(3) {
				display: flex;
				label {
					input[type="text"], input[type="email"] {
				margin-bottom:0px;
					}}
				}
			}
		}
	}

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