@charset "utf-8";

.cmn-toggle-switch {
z-index: 1000;
display: block;
position: relative;
margin: 6px 0 0 0;
padding: 0;
width: 60px;
height: 60px;
font-size: 0;
text-indent: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: none;
cursor: pointer;
overflow: hidden;
background: transparent; }
.cmn-toggle-switch:focus,
.block-toggle {
outline: none;
-webkit-box-sizing: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15) !important;
box-sizing: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15) !important; }
.cmn-toggle-switch span {
display: block;
position: absolute;
top: 30px;
left: 4px;
right: 18px;
height: 2px;
background: #000;
width: calc( 100% - 8px);
text-indent: 10000px; }
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 2px;
background-color: #000;
content: ""; }
.cmn-toggle-switch span::before {
top: 15px; }
.cmn-toggle-switch span::after {
bottom: 15px; }
.cmn-toggle-switch span,
.cmn-toggle-switch span:before,
.cmn-toggle-switch span:after {
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
.cmn-toggle-switch.active span {
background-color: transparent; }
.cmn-toggle-switch.active span:before, .cmn-toggle-switch.active span:after {
top: 0; }
.cmn-toggle-switch.active span:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.cmn-toggle-switch.active span:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); } .clearfix {
zoom: 1; }
.clearfix:before, .clearfix:after {
content: "";
display: table; }
.clearfix:after {
clear: both; } * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.image-replacement {
text-indent: 100%;
white-space: nowrap;
overflow: hidden; } .text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }         .button, .button:visited,
input.button {
font-family: "Roboto", sans-serif;
font-weight: 300;
border: none;
width: auto;
height: 50px;
color: #fff;
background: #000;
display: inline-block;
font-size: 16px !important;
text-decoration: none;
cursor: pointer;
margin-bottom: 40px;
margin-top: 20px;
line-height: 50px;
text-align: center;
padding: 0 50px; } input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
height: 30px;
line-height: 30px;
font-size: 16px !important;
font-weight: 300;
width: 100% !important;
background: transparent;
border-radius: 0 !important;
border: none;
border-bottom: 1px solid #000 !important;
font-family: "Roboto", sans-serif !important;
padding-bottom: 10px !important;
padding-left: 0 !important; }
textarea {
border: 1px solid #000 !important;
padding-left: 10px; }
.gform_wrapper .gfield_required {
color: #000 !important;
display: none; }
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
font-family: "Roboto", sans-serif !important;
font-weight: 300;
color: #767676;
margin-top: 30px; }
::-webkit-input-placeholder {
font-family: "Roboto", sans-serif !important;
font-weight: 300;
color: #767676 !important;
opacity: 1; }
:-ms-input-placeholder {
font-family: "Roboto", sans-serif !important;
font-weight: 300;
color: #767676 !important;
opacity: 1; }
::-ms-input-placeholder {
font-family: "Roboto", sans-serif !important;
font-weight: 300;
color: #767676 !important;
opacity: 1; }
::placeholder {
font-family: "Roboto", sans-serif !important;
font-weight: 300;
color: #767676 !important;
opacity: 1; }
.gform_wrapper ul.gform_fields li.gfield {
padding-right: 0 !important; }
#content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
max-width: 100% !important;
width: 100%; }
a span,
.hide {
display: none; }
body,
html {
margin: 0;
padding: 0; }
.left {
float: left; }
.right {
float: right; } input:not([type=checkbox]):not([type=radio]), select, textarea {
-webkit-appearance: none;
border-radius: 0;
-moz-appearance: none;
appearance: none; }
h2, h3, h4, h6, nav a {
font-family: "Prata", serif;
font-weight: 300;
line-height: 1.4; }
h2 {
font-size: 40px;
text-align: center;
margin-top: 40px;
margin-bottom: 40px; }
h3 {
font-size: 40px;
text-align: center; }
h4 {
font-size: 22px; }
p, h5 {
font-family: "Roboto", sans-serif;
font-size: 16px;
margin-top: 0;
margin-bottom: 20px;
font-weight: 300;
line-height: 1.5; }
h5 {
font-weight: 500;
margin-bottom: 0; }
* {
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
body {
position: relative; }
body, html {
height: 100%; }
body, html, .main {
margin: 0;
padding: 0; }
a {
text-decoration: none;
color: #000;
border-bottom: 1px solid transparent;
padding-bottom: 10px; }
a:hover {
border-color: inherit; }
a.mobile.back {
display: none;
margin: auto;
width: 100%;
height: 50px;
position: absolute;
bottom: -30px;
text-align: center;
border: none; }
a.mobile.back img {
width: 5%;
height: 100%;
height: auto; }
body {
overflow-y: scroll; }
body.open {
background: #000; }
body.open header h1 svg {
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0); }
body.open header h1 svg path, body.open header h1 svg rect {
fill: #fff !important; }
body.open header section {
border-color: #fff; }
body.open header nav {
display: block; }
body.open article.main {
display: none; }
body.open footer {
border-color: #fff; }
body.open footer p, body.open footer a {
color: #fff; }
.main {
width: calc(1240px - 20px);
margin: auto;
overflow: hidden; }
header {
position: relative; }
header section {
border-bottom: 1px solid #000;
position: relative;
overflow: hidden;
z-index: 2;
height: 140px; }
header h1 {
width: 233px;
height: 81px;
position: absolute;
left: 0;
top: 30px;
z-index: 2;
margin: 0; }
header h1 a {
border: none; }
header h1 a img, header h1 a svg {
width: 100%;
height: 100%; }
header h1 a:hover {
border: none; }
header .cmn-toggle-switch {
position: absolute;
right: -4px;
top: 40px;
z-index: 2;
margin: 0; }
header .cmn-toggle-switch.active span::after, header .cmn-toggle-switch.active span::before {
background: #fff; }
header nav {
display: none;
z-index: 1;
width: 100%; }
header nav ul {
margin: auto;
padding: 80px 0 0;
width: calc(1240px - 20px); }
header nav ul li {
list-style: none; }
header nav ul a {
font-size: 150px;
line-height: 1.3;
color: #fff;
border: none; }
header nav ul a:hover {
border: none;
color: rgba(255, 255, 255, 0.75); }
article.main {
width: 1240px;
min-height: calc(100% - 277px); }
article.main nav {
margin: 20px 10px auto;
display: table;
width: calc(100% - 20px);
text-align: center; }
article.main nav a {
border-bottom: 1px solid #000;
padding-bottom: 10px; }
article.main nav a.middle {
display: inline-block; }
footer {
border-top: 1px solid #000;
margin: 40px auto auto !important; }
footer p {
margin-top: 20px;
margin-bottom: 40px;
font-size: 12px; }
footer p a {
color: #000; }
.home h2 {
font-size: 60px;
max-width: 850px;
width: 100%;
margin-left: auto;
margin-right: auto; }
.home #content p {
font-size: 30px;
max-width: 820px;
margin: 0 auto 30px;
width: 100%; }
.home #content .block p {
font-size: 16px; }
.block.three_column {
padding-top: 20px; }
.block.two_column .acf-map {
width: 100%  !important;
margin-top: 30px; }
.acf-map {
height: 830px !important;
width: calc(100% - 20px) !important;
margin: auto; }
.page-template-template-people .block.three_column article h3 {
margin-bottom: 20px; }
.page-template-template-people .block.three_column article p {
margin-bottom: 30px; }
p.job_title {
font-size: 20px;
margin-bottom: 30px; }
@media only screen and (max-width: 1240px) {
.main {
width: calc(100% - 20px); }
article.main {
width: 100%; }
.block .acf-map {
height: 67vw !important; } }
@media only screen and (max-width: 765px) {
.block {
margin: auto; }
.block.one_map .acf-map {
width: 100% !important; }
.block.one_image {
padding: 20px 0 40px !important;
width: calc(100% + 20px);
margin-left: -10px; }
.block.three_column article {
padding-bottom: 20px; }
article.main {
width: calc(100% - 20px);
overflow: visible;
position: relative;
padding-bottom: 60px; }
article.main a.mobile.back {
display: block; }
header section {
height: 120px; }
header h1,
header .cmn-toggle-switch {
top: 20px; }
header nav ul a {
font-size: 100px; }
.home h2 {
margin-bottom: 20px; }
.home #content p {
font-size: 28px; } }
@media only screen and (max-width: 480px) {
header nav ul a {
font-size: 50px; }
header section {
height: 90px; }
header h1,
header .cmn-toggle-switch {
top: 20px; }
header h1 {
height: 50px; }
header h1 svg {
width: auto !important; }
header .cmn-toggle-switch {
width: 40px; }
header .cmn-toggle-switch span {
top: 24px; }
header .cmn-toggle-switch span:before {
top: 10px; }
header .cmn-toggle-switch span:after {
bottom: 10px; }
header nav ul {
padding-top: 40px; }
header nav ul a {
font-size: 50px; }
.home h2 {
font-size: 40px; }
.block.three_column article .thumbnail {
margin-bottom: 20px !important; }
.block.three_column article h3 {
margin-top: 0; }
article.main nav {
margin: 20px 0 auto;
width: 100%; }
article.main nav a.middle {
float: left;
clear: left;
margin-top: 20px; }
article.main nav a.right {
margin-top: -33px; }
.block.two_column {
width: 100% !important;
margin-left: 0px !important; } }
@media only screen and (min-width: 765px) {
.onecol, .twocol, .threecol {
position: relative;
float: left;
margin: 0 10px; }
.onecol {
width: calc(100% - 20px); }
.twocol {
width: 48%;
width: calc(50% - 40px);
margin: 0 20px; }
.threecol {
width: calc(33.3333% - 20px); } }.cmn-toggle-switch {
z-index: 1000;
display: block;
position: relative;
margin: 6px 0 0 0;
padding: 0;
width: 60px;
height: 60px;
font-size: 0;
text-indent: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: none;
cursor: pointer;
overflow: hidden;
background: transparent; }
.cmn-toggle-switch:focus,
.block-toggle {
outline: none;
-webkit-box-sizing: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15) !important;
box-sizing: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15) !important; }
.cmn-toggle-switch span {
display: block;
position: absolute;
top: 30px;
left: 4px;
right: 18px;
height: 2px;
background: #000;
width: calc( 100% - 8px);
text-indent: 10000px; }
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 2px;
background-color: #000;
content: ""; }
.cmn-toggle-switch span::before {
top: 15px; }
.cmn-toggle-switch span::after {
bottom: 15px; }
.cmn-toggle-switch span,
.cmn-toggle-switch span:before,
.cmn-toggle-switch span:after {
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
.cmn-toggle-switch.active span {
background-color: transparent; }
.cmn-toggle-switch.active span:before, .cmn-toggle-switch.active span:after {
top: 0; }
.cmn-toggle-switch.active span:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.cmn-toggle-switch.active span:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); } .clearfix {
zoom: 1; }
.clearfix:before, .clearfix:after {
content: "";
display: table; }
.clearfix:after {
clear: both; } * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.image-replacement {
text-indent: 100%;
white-space: nowrap;
overflow: hidden; } .text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }        .block {
overflow: hidden;
width: 100%; }
.block.one_image {
padding: 20px 10px 40px;
position: relative;
overflow: hidden;
opacity: 1; }
.block.one_image.loading {
opacity: 0; }
.block.one_image img {
display: block;
width: 100%;
height: auto; }
.block.one_image .bw {
opacity: 1;
display: block;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.block.one_image .colour {
opacity: 0;
display: none;
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s; }
.block.one_image:hover .colour {
opacity: 1;
display: block;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
z-index: 1;
position: absolute; }
.block.one_image:hover .bw {
opacity: 1;
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s; }
.block.two_column {
width: calc(100% + 20px);
margin-left: -10px; }
.block.three_column article {
text-align: center;
line-height: 1.5; }
.block.three_column article .thumbnail {
max-width: 250px;
width: 100%;
height: auto;
border-radius: 100%;
display: block;
margin: 20px auto 60px; }
.block.three_column article p {
max-width: 400px;
margin-left: auto;
margin-right: auto; }
.block.three_column article h3 {
max-width: 350px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px; }
.block.person h3 {
text-align: left;
margin-top: 0; }
.block a {
text-decoration: none;
color: #000; }
.block a img.mail {
width: 30px;
height: 20px;
margin-right: 15px;
vertical-align: bottom; }
@media only screen and (min-width: 765px) {
.onecol, .twocol, .threecol {
position: relative;
float: left;
margin: 0 10px; }
.onecol {
width: calc(100% - 20px); }
.twocol {
width: 48%;
width: calc(50% - 40px);
margin: 0 20px; }
.threecol {
width: calc(33.3333% - 20px); } }
.acf-block-preview .block.one_image.loading {
opacity: 1; }