@font-face {
    font-family: circular;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/circular-bold.woff) format("woff"), url(../fonts/circular-bold.ttf) format("truetype")
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: #232938
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #232938
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #2fbdff;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #2fbdff;
    color: #fff;
    text-shadow: none
}

a {
    color: #bfa357;
    text-decoration: none
}

a:visited {
    color: #bfa357
}

.no-touch a:hover {
    filter: alpha(opacity=75);
    opacity: .75
}

a:focus {
    outline: none
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px
}

dd {
    margin: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer;
    /* white-space: nowrap; */
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

body .acf-field input[type=text],
body .acf-field input[type=password],
body .acf-field input[type=number],
body .acf-field input[type=search],
body .acf-field input[type=email],
body .acf-field input[type=url],
body .acf-field textarea,
body .acf-field select {
    background-color: #e6e6e6;
    border: 0;
    padding: 8px 10px
}

.hidden {
    display: none!important;
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.wrap {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #b8b9bd
}

.wrap-inner {
    margin: auto;
    max-width: 1180px;
    position: relative
}

.nav-open .wrap {
    -webkit-transform: translate(-270px, 0px);
    -moz-transform: translate(-270px, 0px);
    -o-transform: translate(-270px, 0px);
    -ms-transform: translate(-270px, 0px);
    transform: translate(-270px, 0px);
    box-shadow: 2px 0 6px rgba(0, 0, 0, .14)
}

@media screen and (min-width:1200px) {
    .wrap {
        background-image: url(../img/bg10.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-color: #b8b9bd
    }
    .wrap:before {
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(228, 228, 228, .36)
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .wrap {
        background-attachment: scroll
    }
}

.v-align {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%
}

.center {
    text-align: center;
    margin: auto
}

.h-align {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.inner {
    max-width: 1700px;
    padding: 0 7%;
    margin: 0 auto;
    position: relative
}

.inner-900 {
    max-width: 900px
}

.inner-700 {
    max-width: 700px
}

.inner.wide {
    max-width: 100%;
    padding: 0 60px
}

.inner.medium {
    max-width: 1400px
}

.inner.thin {
    max-width: 1200px
}

@media screen and (min-height:650px) and (min-width:650px) {
    .vheight-100 {
        height: 100vh
    }
    .vheight-90 {
        height: 90vh
    }
    .vheight-80 {
        height: 80vh
    }
    .vheight-70 {
        height: 70vh
    }
    .vheight-60 {
        height: 60vh
    }
}

.pad-top-160 {
    padding-top: 160px
}

.pad-bot-160 {
    padding-bottom: 160px
}

.pad-top-140 {
    padding-top: 140px
}

.pad-bot-140 {
    padding-bottom: 140px
}

.pad-top-120 {
    padding-top: 120px
}

.pad-bot-120 {
    padding-bottom: 120px
}

.pad-top-100 {
    padding-top: 100px
}

.pad-bot-100 {
    padding-bottom: 100px
}

.pad-top-80 {
    padding-top: 80px
}

.pad-bot-80 {
    padding-bottom: 80px
}

.pad-top-60 {
    padding-top: 60px
}

.pad-bot-60 {
    padding-bottom: 60px
}

.pad-top-40 {
    padding-top: 40px
}

.pad-bot-40 {
    padding-bottom: 40px
}

.pad-top-20 {
    padding-top: 20px
}

.pad-bot-20 {
    padding-bottom: 20px
}

.mar-top-160 {
    margin-top: 160px
}

.mar-bot-160 {
    margin-bottom: 160px
}

.mar-top-140 {
    margin-top: 140px
}

.mar-bot-140 {
    margin-bottom: 140px
}

.mar-top-120 {
    margin-top: 120px
}

.mar-bot-120 {
    margin-bottom: 120px
}

.mar-top-100 {
    margin-top: 100px
}

.mar-bot-100 {
    margin-bottom: 100px
}

.mar-top-80 {
    margin-top: 80px
}

.mar-bot-80 {
    margin-bottom: 80px
}

.mar-top-60 {
    margin-top: 60px
}

.mar-bot-60 {
    margin-bottom: 60px
}

.mar-top-40 {
    margin-top: 40px
}

.mar-bot-40 {
    margin-bottom: 40px
}

.mar-top-20 {
    margin-top: 20px
}

.mar-bot-20 {
    margin-bottom: 20px
}

@media screen and (max-width:640px) {
    .pad-top-160 {
        padding-top: 80px
    }
    .pad-bot-160 {
        padding-bottom: 80px
    }
    .pad-top-140 {
        padding-top: 70px
    }
    .pad-bot-140 {
        padding-bottom: 70px
    }
    .pad-top-120 {
        padding-top: 60px
    }
    .pad-bot-120 {
        padding-bottom: 60px
    }
    .pad-top-100 {
        padding-top: 50px
    }
    .pad-bot-100 {
        padding-bottom: 50px
    }
    .pad-top-80 {
        padding-top: 40px
    }
    .pad-bot-80 {
        padding-bottom: 40px
    }
    .pad-top-60 {
        padding-top: 30px
    }
    .pad-bot-60 {
        padding-bottom: 30px
    }
    .pad-top-40 {
        padding-top: 20px
    }
    .pad-bot-40 {
        padding-bottom: 20px
    }
    .pad-top-20 {
        padding-top: 10px
    }
    .pad-bot-20 {
        padding-bottom: 10px
    }
    .mar-top-160 {
        margin-top: 80px
    }
    .mar-bot-160 {
        margin-bottom: 80px
    }
    .mar-top-140 {
        margin-top: 70px
    }
    .mar-bot-140 {
        margin-bottom: 70px
    }
    .mar-top-120 {
        margin-top: 60px
    }
    .mar-bot-120 {
        margin-bottom: 60px
    }
    .mar-top-100 {
        margin-top: 50px
    }
    .mar-bot-100 {
        margin-bottom: 50px
    }
    .mar-top-80 {
        margin-top: 40px
    }
    .mar-bot-80 {
        margin-bottom: 40px
    }
    .mar-top-60 {
        margin-top: 30px
    }
    .mar-bot-60 {
        margin-bottom: 30px
    }
    .mar-top-40 {
        margin-top: 20px
    }
    .mar-bot-40 {
        margin-bottom: 20px
    }
    .mar-top-20 {
        margin-top: 10px
    }
    .mar-bot-20 {
        margin-bottom: 10px
    }
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.grid {}

.grid:after {
    content: "";
    display: table;
    clear: both
}

[class*=col-] {
    float: left;
    padding: 0
}

.col-1-1 {
    width: 100%
}

.col-1-2 {
    width: 50%
}

.col-1-3 {
    width: 33.33%
}

.col-2-3 {
    width: 66.66%
}

.col-1-4 {
    width: 25%
}

.col-2-4 {
    width: 50%
}

.col-3-4 {
    width: 75%
}

.grid.column-2 {
    margin-left: -4%;
    margin-right: -4%
}

.grid.column-2 .col {
    float: left;
    width: 42%;
    margin-left: 4%;
    margin-right: 4%
}

.grid.column-2.tight {
    margin-left: -.5%;
    margin-right: -.5%
}

.grid.column-2.tight .col {
    float: left;
    width: 49%;
    margin-left: .5%;
    margin-right: .5%
}

.grid.column-2.no-gutter {
    margin-left: 0%;
    margin-right: 0%
}

.grid.column-2.no-gutter .col {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%
}

.grid.column-2.no-gutter .col.shadow {
    border-radius: 0
}

.grid.column-3 {
    margin-left: -2%;
    margin-right: -2%
}

.grid.column-3 .col {
    float: left;
    width: 29.33%;
    margin: 0 2% 30px
}

.grid.column-3.tight {
    margin-left: -.5%;
    margin-right: -.5%
}

.grid.column-3.tight .col {
    float: left;
    width: 32.33%;
    margin: 0 .5% 20px
}

.grid.column-3.no-gutter {
    margin-left: 0%;
    margin-right: 0%
}

.grid.column-3.no-gutter .col {
    width: 33.33%;
    margin: 0 0%
}

.grid.column-4 {
    margin-left: -1%;
    margin-right: -1%
}

.grid.column-4 .col {
    float: left;
    width: 23%;
    margin: 0 1%
}

.grid.column-4.tight {
    margin-left: -.5%;
    margin-right: -.5%
}

.grid.column-4.tight .col {
    width: 24%;
    margin: 0 .5%
}

.grid.column-4.no-gutter {
    margin-left: 0%;
    margin-right: 0%
}

.grid.column-4.no-gutter .col {
    width: 25%;
    margin: 0 0%
}

.grid.column-5 {
    margin-left: -1%;
    margin-right: -1%
}

.grid.column-5 .col {
    float: left;
    width: 18%;
    margin: 0 1%
}

.grid.column-5.tight {
    margin-left: -.5%;
    margin-right: -.5%
}

.grid.column-5.tight .col {
    float: left;
    width: 19%;
    margin: 0 .5%
}

.grid.column-5.no-gutter {
    margin-left: 0%;
    margin-right: 0%
}

.grid.column-5.no-gutter .col {
    width: 20%;
    margin: 0 0%
}

@media screen and (max-width:1024px) {
    .grid.column-4 .col {
        width: 48%;
        margin-bottom: 20px
    }
    .grid.column-4.tight .col {
        width: 49%;
        margin: 0 .5% 30px
    }
    .grid.column-4.tight .col:nth-last-child(2),
    .grid.column-4.tight .col:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:700px) {
    .grid.column-2 .col,
    .grid.column-2.no-gutter .col {
        width: 100%
    }
    .grid.column-2.no-gutter .col:last-child {
        margin: 0
    }
    .grid.column-2.no-gutter .col.shadow {
        border-radius: 4px
    }
    .alternating .column-2 img {
        margin-bottom: 20px
    }
    .fees .grid.column-2 .col:nth-child(2) {
        width: 100%;
        margin: auto;
        margin-top: 10px
    }
}

@media screen and (max-width:850px) {
    .grid.column-3 .col,
    .grid.column-3.no-gutter .col,
    .grid.column-3.tight .col {
        width: 100%;
        margin-bottom: 20px
    }
    .grid.column-3 .col:last-child,
    .grid.column-3.no-gutter .col:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:580px) {
    .grid.column-4 .col {
        width: 100%
    }
    .grid.column-4.tight .col {
        width: 100%;
        margin: 0 0% 30px
    }
    .grid.column-4.tight .col:nth-last-child(2) {
        margin-bottom: 30px
    }
    .grid.column-4.tight .col .tile-copy {
        padding-right: 0
    }
}

@media screen and (max-width:1100px) {
    .fees .grid.column-2 .col {
        width: 100%;
        margin: auto;
        margin-top: 10px
    }
}

.flex {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

body {
    font-size: 1em;
    font-family: freight-text-pro, serif;
    line-height: 1.375em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .4em
}

h1 {
    font-size: 3em;
    line-height: 1.4em;
    font-family: circular;
    letter-spacing: -.01em
}

h2 {
    font-size: 2.25em;
    line-height: 1.25em;
    margin-top: 0;
    font-family: circular
}

h3 {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: circular
}

h4 {
    font-size: 1.3em;
    line-height: 1.22em;
    font-family: circular
}

h5 {
    font-size: 1em;
    line-height: 1.22em
}

h4 a,
h4 a:visited {
    color: #232938
}

p,
li {
    color: #535861;
    line-height: 1.6em;
    font-size: 1.2em
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff
}

.dark p,
.dark li,
.dark span {
    color: #535861;
    font-size: 1em
}

.team h4 {
    margin-top: -5px;
    font-size: 15px;
    font-family: freight-text-pro;
    font-style: italic
}

blockquote {
    font-size: 1.5em;
    line-height: 1.45833333em;
    border-left: 4px solid #e6e6e6;
    padding-left: 40px;
    margin-left: 0
}

.dark blockquote {
    border-left: 4px solid rgba(255, 255, 255, .2)
}

.error404 .content .inner {
    padding-top: 10%;
    padding-bottom: 25%
}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 2.5em;
        line-height: 1.125em
    }
    h2 {
        font-size: 2em;
        line-height: 1.25em
    }
    h3 {
        font-size: 1.5em;
        line-height: 1.25em
    }
    h4 {
        font-size: 1.125em;
        line-height: 1.22em
    }
}

@media screen and (max-width:640px) {
    body {
        line-height: 1.25em
    }
    h1 {
        font-size: 2em;
        line-height: 1.25em
    }
    h2 {
        font-size: 1.625em;
        line-height: 1.15em
    }
    h3 {
        font-size: 1.375em;
        line-height: 1.13em
    }
    h4 {
        font-size: 1.125em;
        line-height: 1.11em
    }
    h5 {
        line-height: 1.11em
    }
    p,
    li {
        font-size: 13px
    }
    blockquote {
        font-size: 1.25em;
        line-height: 1.25em
    }
}

a.button {
    padding: 12px 20px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    font-size: 11px;
    font-family: circular;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    color: #232938;
    border: 1px solid #bfa357
}

.dark a.button {
    color: #fff;
    border-color: rgba(188, 197, 218, .23)
}

a.button.small {
    padding: 6px 12px;
    /* font-size: 12px */
}

a.button.round {
    border-radius: 100px
}

a.button.rounded {
    border-radius: 4px
}

a.button.bg-white {
    background: #fff;
    color: #000
}

a.button.bg-blue {
    background: #007fef;
    color: #fff
}

a.button.bg-green {
    background: #00ca6e;
    color: #fff
}

a.button.ghost {
    background: 0 0;
    border: 2px solid
}

.button-group {
    margin: 2em 0
}

.button-group a {
    margin: 0 10px 5px 0
}

.button-group:last-child {
    margin-bottom: 0
}

.bg-light-transparent a.button,
.home .intro .intro-copy a.button {
    background: 0 0;
    color: #232938;
    border: 1px solid #bfa357;
}

i[class*=icon] {
    font-family: jeremysutton
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    display: block;
    line-height: inherit!important
}

i.icon-play {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 5.625em;
    width: 97px;
    height: 90px;
    line-height: 90px;
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    width: 100%
}

table td,
table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

table th {
    border-bottom: 1px solid #cbcbcb;
    font-weight: 700
}

table td:first-child,
table th:first-child {
    border-left-width: 0
}

table thead {
    background: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

table tr:nth-child(2n-1) td {
    background-color: #f8f8f8
}

table td {
    border-bottom: 1px solid #cbcbcb
}

.bg-vid-parent {
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    overflow-x: hidden
}

.bg-video {
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    pointer-events: none
}

.bg-video[style*=display] {
    opacity: 1
}

.bg-vid-parent .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bg-vid-parent .inner>.intro-copy {}

@media screen and (max-width:1099px) {
    .bg-vid-parent.background-image {
        background-attachment: fixed!Important
    }
    .touchevents .bg-vid-parent.background-image {
        background-attachment: scroll!Important
    }
    .bg-video {
        display: none
    }
}

.bg-grey {
    background: #f5f5f5
}

.bg-white {
    background: #fff
}

.bg-black {
    background: #000
}

.bg-blue {
    background: #00c5e1
}

.bg-light-transparent {
    background-color: rgba(255, 255, 255, .76)
}

.bg-dark {
    background: rgba(24, 29, 41, .91)
}

.background-image {
    background-size: cover;
    background-position: center;
    position: relative
}

.background-image:before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.background-image.no-overlay:before {
    display: none
}

.img-bg-swap {}

.img-bg-swap img {
    display: none
}

@media screen and (max-width:1199px) {
    .bg-dark {
        background: #181d29
    }
}

@media screen and (max-width:700px) {
    .background-image.img-bg-swap {
        background-image: none!important
    }
    .img-bg-swap img {
        display: block
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e4e4e4;
    margin: 1em 0;
    padding: 0
}

hr.divider {
    margin: 3em 0
}

.dark hr {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.section-header {
    padding-bottom: 1px
}

.section-head {
    margin-bottom: 40px;
    position: relative
}

.section-head.center {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px
}

.section-head h2,
.section-head h3,
.section-head h4,
.section-head h5 {
    margin-top: 10px;
    margin-bottom: 5px
}

.section-head.dark h2,
.section-head.dark h3,
.section-head.dark h4,
.section-head.dark h5 {
    color: #fff
}

.section-head.center .button-group {
    position: relative;
    margin: 2em 0 0
}

.section-header.full-width .button-group {
    position: relative
}

.section-header.full-width {
    padding-bottom: 20px
}

.content-left {
    padding: 20px 0 40px
}

.content-left .section-head {
    max-width: 50%
}

.content-left .section-head .button-group {
    position: relative;
    margin: 2em 0 1em
}

@media screen and (max-width:900px) {
    .content-left .section-head {
        max-width: 100%;
        margin-bottom: 0
    }
}

@media screen and (min-width:650px) {
    .section-head .button-group {
        right: 0;
        margin: 0;
        bottom: 0
    }
}

@media screen and (max-width:650px) {
    .section-head h3,
    .section-head h4,
    .section-head h5 {
        display: block;
        margin-bottom: 20px
    }
}

ul.tabs {
    background: 0 0;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
}

ul.tabs li {
    border: 1px solid rgba(0, 0, 0, .1);
    font-family: circular;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #000;
    padding: 20px 30px;
    cursor: pointer
}

.tab-content-wrap {
    margin-top: -1px;
    position: relative
}

.no-touch ul.tabs li:hover {
    filter: alpha(opacity=70);
    opacity: .7
}

ul.tabs li.current {
    background: #fff;
    color: #d6af65;
    border: 0
}

.no-touch ul.tabs li.current:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.tab-content {
    display: none
}

.tab-content.current {
    display: inherit;
    background: #fff;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
    padding: 52px 34px 28px
}

.fees .col:nth-child(2) {
    height: 100%;
    background-color: #fff;
    margin: 0;
    padding: 50px;
    padding-top: 47px;
    width: 46%;
    margin-top: 88px
}

.bg-white.fees {
    background-color: rgba(255, 255, 255, .76)
}

.fees h4 {
    margin-top: 0
}

.answer .query {}

.answer {
    margin-top: 20px;
    position: relative;
    width: 100%;
    background: #232938;
    color: #fff;
    font-size: 19px;
    line-height: 1.22em;
    font-family: circular;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 20px 25px
}

.answer span:last-child {
    text-align: right
}

.answer small {
    display: block
}

.answer+.button-group {
    text-align: center
}

.answer+.button-group+.content {
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 19px
}

.answer+.button-group+.content>p {
    color: gray;
    font-size: 15px;
    max-width: 774px;
    line-height: 1.4em
}

span.inputwrap,
span.inputwrap>span {
    display: flex;
    margin-left: 13px
}

.fees .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 25px 0
}

.fees .content+.question {
    border-top: 0
}

.fees .question:last-of-type {
    border: 0
}

.fees .question .query {
    font-size: 19px;
    line-height: 1.22em;
    font-family: circular;
    font-weight: 600
}

.grid.column-2.clearfix {
    padding-bottom: 30px
}

@media screen and (min-width:1024px) {
    .consultation-cards .tile-copy p,
    .consultation-cards .tile-copy li {
        /* font-size: 1.2em!important */
    }
}

.fees .inner {
    padding-top: 40px;
    padding-bottom: 40px
}

.inputwrap input {
    margin-left: 17px;
    position: absolute;
    opacity: 0;
    z-index: -1
}

.fees input:before {
    content: '';
    height: 17px;
    width: 17px;
    background: #bfbfbf;
    position: absolute;
    display: block;
    border-radius: 100px;
    margin-left: -1px
}

.fees input:checked:before {
    background: #bfa35c;
    border: 4px solid #bfbfbf
}

.question .inputwrap label {
    font-size: 17px;
    line-height: 1.22em;
    font-family: circular;
    font-weight: 600;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:1025px) {
    .question .inputwrap label:hover {
        opacity: .7
    }
}

.question .inputwrap input:checked+label {
    background: #d6af65;
    border-color: #d6af65;
    color: #fff
}

.question .inputwrap input+label svg {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.question .inputwrap input+label svg.active {
    display: none
}

.question .inputwrap input:checked+label svg.active {
    display: block
}

.question .inputwrap input:checked+label svg.non-active {
    display: none
}

.fees .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 25px 0
}

.fees .row h4 {
    font-size: 18px;
    margin-bottom: 0
}

.fees .row p {
    color: #000;
    font-size: 15px;
    margin-top: 9px
}

.fees .row .stage {
    min-width: 156px
}

.fees .row .copy {
    flex-grow: 1;
    padding-right: 40px
}

.fees .row .cost {
    text-align: right;
    white-space: nowrap
}

.fees .row .cost span {
    display: block;
    font-size: 12px
}

@media screen and (max-width:850px) {
    ul.tabs li {
        font-size: 11px;
        padding: 15px 17px 9px;
        line-height: 12px
    }
    .fees .inner {
        padding: 14px 4% 20px
    }
    .tab-content.current {
        padding: 25px 15px 4px
    }
    .fees .question {
        display: block
    }
    .fees .question .query {
        font-size: 16px;
        display: block;
        margin-bottom: 17px
    }
    span.inputwrap {
        margin: 0
    }
    span.inputwrap>span {
        margin: 0 11px 0 0
    }
    .fees .row .stage {
        min-width: 100px
    }
}

@media screen and (max-width:680px) {
    .fees .row {
        display: block
    }
    .fees .row .stage {
        color: #bfa357;
        margin-bottom: 15px
    }
    .fees .row .copy {
        padding-right: 0
    }
    .fees .row .cost {
        text-align: left
    }
    .fees .row .cost span {
        display: inline-block;
        margin-left: 5px
    }
}

#accordion {
    margin: 2.4em auto 1em
}

.accordion-head {
    cursor: pointer;
    padding: 19px 68px 16px 33px;
    margin: 0 0 -2px;
    border: 2px solid #eee;
    position: relative;
    font-size: 16px
}

.accordion-head:hover {
    background: #fff
}

.accordion-head:before {
    content: 'd';
    font-family: jeremysutton;
    position: absolute;
    right: 17px;
    font-size: 16px;
    top: 18px;
    color: #e2bc6b
}

.accordion-head.open:before {
    content: 'e'
}

.accordion-body {
    display: none;
    background: #fff;
    padding: 6px 35px;
    border: 2px solid #eee;
    margin-bottom: 10px
}

.accordion-body.default {
    display: block
}

.accordion-body p {
    font-size: 1em
}

.accordion-body .wp-video,
.accordion-body .mejs-container {
    max-width: 100%!important
}

.accordion-body .wp-video {
    padding-bottom: 24px
}

.accordion li {
    font-size: 1em
}

.accordion ul {
    list-style: none;
    padding-left: 10px
}

.accordion ul li:before {
    content: '';
    height: 5px;
    width: 5px;
    background-color: #bfa357;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
    border-radius: 100px
}

.breadcrumbs {
    margin: 0 0 10px;
    list-style: none;
    padding: 0
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 17px;
    position: relative;
    font-size: 14px;
    color: #232938;
    margin-top: 26px
}

.breadcrumbs.light li {
    color: #757575
}

.breadcrumbs li:before {
    display: block;
    content: '>';
    position: absolute;
    right: -12px;
    font-size: 15px
}

.breadcrumbs li:last-child:before {
    display: none
}

.breadcrumbs li a {
    color: #bfa357
}

.breadcrumbs.light li a {
    color: #ee4136
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 36%
}

img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
    max-width: 27%
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text { 
    font-size: 12px
}

.alignleft.wp-caption {
    margin: 10px 20px 10px 0;
    max-width: 100%;
    max-width: 50%
}

.alignright.wp-caption {
    margin: 10px 0 20px 20px
}

.wp-caption img {
    margin-bottom: 10px
}

.home .intro {
    background-color: rgba(255, 255, 255, .76);
    background-size: auto 93%;
    background-position: bottom left 2%;
    background-repeat: no-repeat;
}

.home .intro:before {
    background: 0 0
}

.home .intro .inner {
    padding: 120px 7% 120px;
}

.home .intro .intro-copy {
    max-width: 510px;
    margin-left: 53%;
}

.intro-plain {
    background-color: rgba(255, 255, 255, .76);
    background-size: cover;
}

.intro-plain>.inner {
    padding: 20px 7% 40px
}

.intro-copy {}

.no-content .intro-copy {
    min-height: 300px
}

.intro-copy h1,
.intro-copy h2,
.intro-copy h3 {
    margin-top: 0
}

.intro-plain .intro-copy p {
    font-size: 1.4em;
    color: #000;
    text-shadow: 1px 1px 3px #fff;
}
.home .intro-copy p {
    /* color:white; */
}

.home .intro-copy a {
    /* color: white !important; */
}

@media screen and (min-width:800px) {
    .home .intro {
        /* background-image: url(/wp-content/uploads/2016/04/jeremy_clearcut.png); */
        /* background-color: rgba(24, 29, 41, 0.75); */
        /* color: white; */
    }
}

@media screen and (max-width:799px) {
    .home .intro .intro-copy {
	margin-left: auto;
}
    .home .intro {
        background-image: none!important
    }
    .home .intro .inner {
        padding: 60px 7%
    }
    .intro-copy p {
        font-size: 16px
    }
    .home .intro .mobile-image {
        display: block!important;
        width: 230px;
        margin-top: -130px;
        margin-left: auto;
        margin-right: 40px
    }
}

@media screen and (max-width:500px) {
    .home .intro .mobile-image {
        display: block!important;
        width: 50%;
        margin-top: -130px;
        margin-left: 40%
    }
}

@media screen and (max-width:400px) {
    .home .intro .mobile-image {
        width: 60%;
        margin-top: -50px;
        margin-left: auto;
        margin-right: auto
    }
}

.grid .tile {}

.grid .tile .post_categories {
    margin: 0
}

.grid .tile .post_categories a {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    font-size: .87em
}

.grid .tile .post_categories a:last-child {
    border-right: none
}

.grid .tile .post_date {
    margin: 10px 0
}

.grid .tile.shadow {
    overflow: hidden;
    border-radius: 4px;
    background: #fff
}

.grid .tile-copy {
    padding: 0 25px 0 0;
    background: #fff
}

.grid .tile-copy.transparent {
    background: 0 0
}

.grid .tile-copy *:first-child {
    margin-top: 0
}

.grid .tile-copy.transparent {
    padding: 25px 0 0
}

.grid .tile-copy p {
    font-size: .87em
}

.tile-copy p:last-child {
    margin-bottom: 0
}

.tiles h4 a {
    color: #d3ab5c
}

.tiles.bg-grey .grid .tile-copy {
    background: 0 0
}

.inner.related_posts .post-thumbnail img {
    max-height: 100px;
    width: auto;
    /* max-width: 130px; */
    margin-bottom: 10px;
    /* max-height: 38px */
}

.home .tiles .column-3 img {
    max-width: 130px;
    max-height: 38px;
    margin-bottom: -14px
}

.advice h4 {
    margin-top: 0
}

.advice img {
    display: none
}

.card {
    position: relative;
    min-height: 363px
}

.card img {
    width: 600px;
    max-width: 600px;
    object-fit: cover
}

.card .tile-copy {
    position: relative;
    bottom: 0;
    background: 0 0
}

.card .tile-copy a {
    color: #232938
}

.card.background-image:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

@media screen and (max-width:600px) {
    .card {
        min-height: 0
    }
    .card img {
        width: 100%
    }
}

@media screen and (max-width:460px) {
    .card img {
        width: auto;
        height: 330px
    }
}

.consultation-cards .inner {
    padding: 0
}

.consultation-cards .card.background-image:before {
    background: 0 0
}

.consultation-cards .card {
    border-top: 1px solid #e4e5e6;
    border-left: 1px solid #e4e5e6;
    min-height: 0
}

.consultation-cards .tile-copy.dark {
    top: 0;
    padding: 36px 13%
}

.consultation-cards .card .tile-copy p {
    color: #535861;
    font-size: 1em
}

.consultation-cards .card .tile-copy h3 {
    color: #232938
}

@media screen and (max-width:700px) {
    .consultation-cards .tile-copy.dark {
        padding: 36px 7%
    }
}

.alternating {}

.alternating .flex.column-2 {
    margin-top: 20px
}

.alternating .flex.column-2:first-child {
    margin-top: 20px
}

.alternating .column-2 .col {
    float: right
}

.alternating .column-2:before {
    display: block;
    content: ' ';
    margin: 4em auto;
    border-top: 1px solid #e3e3e3;
    width: 94%
}

.alternating .flex.column-2:before {
    display: none
}

.alternating .column-2:first-child {
    margin-top: 35px
}

.alternating .column-2:first-child:last-child {
    margin: 0
}

.alternating .column-2:first-child:before {
    display: none
}

.alternating .column-2:nth-child(odd) {}

.alternating .flex.column-2:nth-child(even) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.alternating .column-2:nth-child(odd) .col:nth-child(odd) {
    float: left
}

.alternating .column-2:nth-child(odd) .col:nth-child(even) {
    float: right
}

.alternating .grid.column-2 .col:nth-child(odd) {
    margin-bottom: 0
}

.alternating .column-2 img {}

.alternating .content *:first-child {
    margin-top: 0
}

.alternating .map_embed {
    padding-bottom: 5%;
    overflow: hidden
}

@media screen and (max-width:950px) {
    .alternating .column-2:before {
        margin: 3em auto;
        width: 100%
    }
}

@media screen and (max-width:700px) {
    .alternating .column-2:before {
        margin: 2em auto
    }
}

.team .alternating .col:nth-child(1) {
    width: 20%;
    min-width: 200px
}

.team .alternating .col:nth-child(2) {
    width: calc(80% - 200px)
}

@media screen and (max-width:600px) {
    .team .alternating .col {
        width: 100%!important;
        margin: auto
    }
    .team .alternating .col img {
        padding: 20px;
        padding-left: 0;
        margin: auto;
        width: 70%
    }
    .alternating .column-2:first-child {
        margin-top: -40px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none
}

.slick-slide.vheight-70 {
    height: 70vh
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    z-index: 9;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0
}

.slick-dots button {
    background: #ccc;
}

.slick-dots li {
    font-size: 0;
    display: inline-block;
    margin: 0 5px
}

.slick-dots button {
    border: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 20px;
    padding: 0;
    outline: none
}

.slick-dots li.slick-active {}

.slick-dots li.slick-active button {
    background: #bfa357;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 0
}

@media screen and (max-width:450px) {
    .slick-dots button {}
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0;
    z-index: 1
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-size: 26px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: jeremysutton
}

.slick-prev {
    left: 25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'i'
}

[dir=rtl] .slick-prev:before {
    content: '>'
}

.slick-next {
    right: 29px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'j'
}

[dir=rtl] .slick-next:before {
    content: '<'
}

@media screen and (max-width:1024px) {
    .slick-prev,
    .slick-next {
        display: none!important
    }
}

.blog-filter {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.blog-filter ul {
    text-align: center;
    margin: 0;
    padding: 10px
}

.blog-filter li {
    display: inline-block;
    margin: 10px 20px
}

.blog-filter .level-1 {
    border-bottom: 1px dashed #eee;
    margin-bottom: -1px
}

.blog-filter .level-1 a {
    padding: 0 0 5px
}

.blog-filter .level-1 a:after {
    content: "+";
    padding-left: 5px
}

.blog-filter .level-1 a.open:after {
    content: "-"
}

.blog-filter .level-2 li {
    font-size: 14px;
    margin: 10px
}

.blog-filter a:hover {
    opacity: .8
}

.blog-filter a span {
    display: inline-block;
    font-size: 14px;
    padding: 0 4px;
    min-width: 21px;
    height: 21px;
    border-radius: 100px;
    background: #eee;
    line-height: 1.3em
}

.comments-wrapper .navigation {
    display: none
}

ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 20px 0 0;
    text-indent: 0
}

ol.commentlist li {}

ol.commentlist li.alt {}

ol.commentlist li.bypostauthor {}

ol.commentlist li.byuser {}

ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment {
    padding: 1em;
    border: 1px solid #eee
}

ol.commentlist li.comment div.comment-author {}

ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal
}

ol.commentlist li.comment div.vcard cite.fn a.url {}

ol.commentlist li.comment div.vcard img.avatar {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 1em 1em
}

ol.commentlist li.comment div.vcard img.avatar-32 {}

ol.commentlist li.comment div.vcard img.photo {}

ol.commentlist li.comment div.vcard span.says {}

ol.commentlist li.comment div.commentmetadata {}

ol.commentlist li.comment div.comment-meta {
    font-size: 12px;
    margin-top: -6px;
    margin-bottom: 10px
}

ol.commentlist li.comment div.comment-meta a {
    color: #ccc
}

ol.commentlist li.comment p {
    margin: 0 0 1em;
    font-size: 14px
}

ol.commentlist li.comment ul {
    font-size: 11px;
    list-style: square;
    margin: 0 0 1em 2em
}

ol.commentlist li.comment div.reply {
    font-size: 11px
}

ol.commentlist li.comment div.reply a {
    font-weight: 700
}

ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
    padding-left: 0
}

ol.commentlist li.comment ul.children li {}

ol.commentlist li.comment ul.children li.alt {}

ol.commentlist li.comment ul.children li.bypostauthor {}

ol.commentlist li.comment ul.children li.byuser {}

ol.commentlist li.comment ul.children li.comment {}

ol.commentlist li.comment ul.children li.comment-author-admin {}

ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 5px solid #eee;
    margin: 0 0 .25em .25em
}

ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 .25em .25em
}

ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 .25em .25em
}

ol.commentlist li.comment ul.children li.depth-5 {}

ol.commentlist li.comment ul.children li.odd {}

ol.commentlist li.even {
    background: #fff
}

ol.commentlist li.odd {
    background: #f6f6f6
}

ol.commentlist li.parent {
    border-left: 5px solid #eee
}

ol.commentlist li.thread-alt {}

ol.commentlist li.thread-even {}

ol.commentlist li.thread-odd {}

#commentform textarea,
#commentform input {
    background: #efefef;
    border: 0;
    font-size: 12px;
    padding: 10px;
    outline: none;
    width: 100%
}

#commentform input[type=submit] {
    font-size: 12px;
    padding: 4px 16px;
    line-height: 26px;
    width: auto;
    border: 1px solid #bfa357;
    background: transparent;
    outline: none;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600
}

p.comment-form-url {
    display: none
}

.content.search {
    background-color: #fff;
    padding-bottom: 40px
}

.search-results {}

.search-results article {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: #fff;
    padding: 17px 23px 16px;
    margin: 0 1% 4px
}

.search-results article h3 {
    margin: 0;
    font-size: 18px
}

.search-results article h5.date-meta {
    margin: 5px 0 0
}

.search-results article p {
    margin: 10px 0 0;
    font-size: 13px
}

.search-results article p>a {
    display: block;
    border: 1px solid #bfa357;
    padding: 5px 10px;
    max-width: 93px;
    text-align: center;
    margin-top: 20px;
    font-family: circular;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 11px;
    color: #232938;
    font-weight: 600
}

.search-results article:nth-child(even) {
    background-color: #f9f9f9
}

.load-more-wrapper {
    margin: 10px 0
}

@media screen and (max-width:450px) {
    .search-results article h3 {
        line-height: 1.3em
    }
    .search-results article p {
        font-size: 11px
    }
}

h5.date-meta {
    margin-top: 0
}

.post-snip.tile-copy {
    margin-bottom: 35px
}

footer .social i {
    color: #fff;
    font-size: 27px;
    display: inline-block;
    margin: 0 13px 0 0
}

footer.layer {}
footer.layer .bottom-row{
    margin-top: 30px;
}

footer.layer .inner {
    padding: 32px 7% 30px
}

footer.layer p {
    font-size: 15px;
    font-weight: 400;
    margin: .6em 0;
    color: rgba(255, 255, 255, .7)
}

footer.layer p a {
    color: #fff;
    position: relative;
    font-weight: 700;
    margin-left: .2em
}

footer .footer-meta {
    float: left
}

footer .bastion {
    float: right;
    text-align: right;
    display: flex;
}
footer .bastion > p{
    margin: 0 20px 0 0;
}

footer .bastion small {
    font-size: 13px;
    opacity: .7;
    max-width: 155px;
    display: block;
    line-height: 1.2em;
    margin-bottom: 15px
}

footer .bastion img.bastion-logo {
    max-width: 150px
}

footer.layer *:empty {}

footer.layer p:nth-last-child(3) {
    font-weight: 400;
    color: #fff
}

footer.layer p:nth-last-child(3) a:after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

footer.layer p span {
    font-family: circular;
    font-weight: 400;
    color: rgba(189, 194, 204, .25)
}

footer.layer p:last-child {}

footer .urgent p {
    font-size: 1.3em!important
}

footer .urgent {
    margin-bottom: 20px
}
footer.layer form input[type="text"],
footer.layer form input[type="email"]{
    width: 100%;
    background: #2a2e39;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 9px 9px;
    color: white;
    font-family: freight-text-pro, serif;
}
footer.layer form button{
        padding: 12px 20px;
        display: inline-block;
        line-height: 1em;
        position: relative;
        font-size: 11px;
        font-family: circular;
        text-transform: uppercase;
        letter-spacing: .06em;
        font-weight: 700;
        background: 0 0;
        color: #ffffff;
        border: 1px solid #bfa357;
}

@media screen and (max-width:690px) {
    footer .bastion {
        width: 100%;
        text-align: left;
        margin-top: 13px;
    }
    footer .footer-meta {
        float: none;
        display: block;
        width: 100%
    }
}

.gallery-slider img {
    height: 400px
}

.gallery-slider .slick-dots {
    bottom: 16px
}

@media screen and (max-width:1024px) {
    .gallery-slider img {
        height: 300px
    }
}

@media screen and (max-width:760px) {
    .gallery-slider img {
        height: 200px
    }
}

@media screen and (max-width:450px) {
    .gallery-slider img {
        height: 110px
    }
    .gallery-slider .slick-dots {
        position: relative;
        bottom: 0;
        background: #3a3a3a;
        padding-bottom: 10px
    }
}

.mfp-figure figcaption {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: 0
}

.mfp-figure .mfp-bottom-bar {
    padding: 14px;
    background: 0 0
}

.mfp-bottom-bar .mfp-counter {
    bottom: 23px;
    right: 0
}

.mfp-title .author img.avatar {
    width: 30px;
    left: -40px;
    top: -5px
}

.mfp-title .author .name {
    color: #fff;
    font-size: 12px
}

.mfp-title .author .username,
.mfp-title .author .time {
    color: rgba(255, 255, 255, .5)
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg,
.mfp-animated-image {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .9
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-ready .mfp-animated-image {
    opacity: 1
}

.mfp-wrap .mfp-arrow {
    height: auto;
    width: auto;
    margin: -26px 0 0
}

.mfp-arrow:before {
    display: none
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
    font-family: jeremysutton;
    font-size: 40px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 46px;
    position: relative;
    border: 0;
    margin: 0
}

.mfp-wrap .mfp-arrow-right {
    right: 15px
}

.mfp-wrap .mfp-arrow-left {
    left: 15px
}

.mfp-arrow.mfp-arrow-right:after {
    content: 'j'
}

.mfp-arrow.mfp-arrow-left:after {
    content: 'i'
}

@media screen and (max-width:450px) {
    .mfp-arrow-right:after,
    .mfp-arrow-left:after {
        font-size: 20px
    }
    .mfp-wrap .mfp-arrow-right {
        right: 5px
    }
    .mfp-wrap .mfp-arrow-left {
        left: 5px
    }
}

.gallery-thumbnail>.gallery-thumbnail-image {
    float: left;
    width: 20%
}

.gallery-thumbnail-image {
    display: block;
    margin-top: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    background-size: auto 110%;
    background-position: center
}

.gallery-thumbnail-image:hover {
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -o-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
    filter: alpha(opacity=83);
    opacity: .83
}

.gallery-thumbnail-image img {
    width: 100%
}

.gallery-thumbnail-image img.image-bg {
    position: absolute
}

.gallery-thumbnail-image img.image-spacer {
    border: 2px solid #ecf1f7
}

@media screen and (max-width:450px) {
    .gallery-thumbnail>.gallery-thumbnail-image {
        width: 25%
    }
}

.logo-strip img {
    max-width: 211px;
    margin: 10px 18px;
    max-height: 45px;
    opacity: 0.7;
}

@media screen and (max-width:400px) {
    .logo-strip img {
        max-width: 80px;
        margin: 7px 10px
    }
}

.testimonial .author {
    font-size: 15px;
    font-family: circular
}

.testimonials .slick-dots {
    position: relative;
    bottom: 0;
    margin: 35px 0 0;
}

.testimonials .slick-dots button {
    background: rgba(0, 0, 0, .2)
}

.testimonials .slick-dots li.slick-active button {
    background: #222
}

.testimonials .inner {
    margin: auto;
}

.testimonials .slick-slider .slick-list {
    /* -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 4%, rgba(0, 0, 0, 1) 96%, rgba(0, 0, 0, 0) 100%) */
}

.testimonials .slick-slide {
    padding: 0 1px;
    max-width: 100%;
    width: 820px;
}

.testimonials {
    border-top: 1px solid #e4e5e6
}
.testimonials.google-reviews{background-color: rgba(218, 218, 218, 0.76);}
.testimonials .slick-slide.google-review{
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials .slick-slide .google-review-inner{
    padding: 10px 0px;
}

.testimonials.google-reviews h2{text-align:center;}
.testimonials .slick-slide .google-review-inner p br{display:none;}
.testimonials.google-reviews .section-head{}

@media screen and (min-width:600px) {
    .testimonial p {
        font-size: 17px;
        max-width: 750px;
        margin: auto;
    }
}
@media screen and (max-width:640px) {
    .testimonials.google-reviews .testimonial p {font-size: 15px; line-height: 1.5em;}
    .testimonials.google-reviews .author-lockup{
    margin-top: 17px;
}
}

.testimonials .author-lockup{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.author-lockup > .google-review-img{
    width: 38px;
    margin-right: 14px;
}
.author-lockup > .google-review-img img{
    border-radius: 30px;
}
.author-lockup-copy{
    text-align: left;
}
.google-review-author{
    display: block;
    font-family: circular;
    font-size: 15px;
}
.google-review-rating{
    display: block;
}
.google-review-rating i{
    color: #bfa357;
}




.search-form {
    position: relative;
    display: none;
    width: 100%;
    background: rgba(24, 29, 41, .73);
    left: 0;
    right: 0;
    margin: 0;
    border-top: 0;
    z-index: 1
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.search-form input {
    border: 0;
    color: #fff;
    font-size: 2em;
    height: auto;
    padding: 40px 20px;
    margin: 0;
    width: calc(100% - 240px);
    outline: 0;
    box-sizing: border-box;
    background-color: transparent;
    font-weight: 400;
    text-align: right;
    font-family: circular
}

.search-form input[type=submit] {
    display: none
}

.search-form small {
    position: absolute;
    top: calc(41%);
    right: 32px;
    color: #fff;
    font-size: 12px
}

.search-form small a {
    color: #fff;
    background-color: transparent;
    display: inline-block;
    padding: 2px 11px;
    margin-left: 7px;
    font-family: circular;
    border: 1px solid #bfa357
}

.no-touchevents header .icon-search:hover {
    filter: alpha(opacity=60);
    opacity: .6
}

@media screen and (max-width:1300px) {
    .search-form input {
        font-size: 1.8em
    }
}

@media screen and (max-width:1199px) {
    .search-form {
        background: #181d29
    }
}

@media screen and (max-width:520px) {
    .search-form input {
        font-size: 22px;
        width: 100%;
        text-align: center
    }
    .search-form small {
        position: relative;
        top: initial;
        display: block;
        padding: 0 20px 20px;
        right: 0;
        font-size: 12px;
        text-align: center
    }
}

.mobile-nav {
    width: 270px;
    position: absolute;
    z-index: 1;
    right: 0
}

.mobile-nav .icon-close {
    color: #fff;
    padding: 33px 29px 12px;
    display: inline-block;
    font-size: 19px;
    cursor: pointer
}

.no-touch .mobile-nav .icon-close:hover {
    filter: alpha(opacity=60);
    opacity: .6
}

.mobile-nav ul {
    padding-top: 20px
}

.mobile-nav li {
    padding: 11px 22px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-family: circular
}

.mobile-nav>ul>li>a {
    padding-right: 60px
}

.mobile-nav li.current_page_item a {
    color: #bfa357;
    font-weight: 600
}

.mobile-nav li a {
    color: #cecee8;
    display: block;
    text-transform: uppercase;
    letter-spacing: .5px
}

.mobile-nav li.menu-item-has-children>a:after {
    border: none;
    display: none
}

.mobile-nav ul.sub-menu li a {
    color: #a5a5b5;
    font-weight: 100;
    font-size: 13px
}

.mobile-nav ul.sub-menu {
    display: none;
    min-width: 0;
    transition: n
}

.mobile-nav ul.sub-menu li {
    border: none;
    padding: 0
}

.mobile-nav li.menu-item-has-children:hover ul.sub-menu li {
    background: transparent
}

.mobile-nav li ul.sub-menu li.current_page_item a {
    color: #bfa357;
    font-weight: 600;
    padding-right: 0
}

.mobile-nav ul.sub-menu li a:before {
    content: '-';
    margin-right: 6px
}

.mobile-nav li .toggle {
    display: block;
    top: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #bfa35c;
    right: 16px;
    color: #bfa35c;
    font-size: 20px;
    top: 5px
}

.mobile-nav li .toggle:before {
    content: '+';
    display: block
}

.mobile-nav li.open .toggle:before {
    content: '-'
}

@media screen and (max-width:520px) {
    .mobile-nav {
        width: 270px
    }
    .mobile-nav li {
        font-size: 14px
    }
}

#header {
    padding: 31px 32px;
    position: relative;
    background: #fff
}

#header.transparent {
    position: absolute;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .16)
}

#header a.main-logo {
    margin: 0;
    float: left;
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: block;
    width: 219px;
    height: 47px;
    background-image: url(../img/jeremy_sutton.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 4px
}

.header-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.header-inner nav {
    float: right
}

.header-inner nav>ul {
    padding: 14px;
    padding-right: 0
}

.header-inner nav li {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    font-family: circular;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700
}

#header nav li.current_page_item a,
#header nav li.current_page_parent>a,
#header nav li.current_page_ancestor>a {
    color: #bfa357
}

.header-inner nav a {
    color: #8e939c
}

.transparent .header-inner nav a {
    color: #fff
}

#header [class*=icon] {
    font-size: 20px;
    padding: 15px 5px;
    float: right
}

#header.transparent [class*=icon] {
    color: #fff
}

#header .icon-search {
    color: #bfa357;
    cursor: pointer
}

#header .icon-nav {
    display: none
}

#header img.xero {
    width: 120px;
    float: right;
    margin-right: 19px
}

#header i.icon-twitter,
#header i.icon-linkedin {
    margin-right: 9px
}

@media screen and (max-width:1200px) {
    .header-inner nav {
        display: none
    }
    #header .icon-nav {
        display: block;
        margin-left: 20px;
        color: #bfa35c
    }
}

@media screen and (max-width:460px) {
    #header {
        padding: 12px 5%
    }
    #header a.main-logo {
        width: 160px;
        height: 33px
    }
    .header-inner {}
    #header [class*=icon] {
        padding: 11px 5px
    }
}

@media screen and (max-width:390px) {
    #header i.icon-twitter,
    #header i.icon-linkedin {
        display: none
    }
}

li.menu-item-has-children>a:after {
    content: '+';
    position: relative;
    margin-left: 5px;
    color: #d3ab5c;
    font-size: 17px
}

li.menu-item-has-children {
    position: relative;
    display: inline-block
}

.mobile-nav li.menu-item-has-children {
    width: 100%
}

.sub-menu li:last-child {
    border: 0
}

#header ul.sub-menu {
    position: absolute;
    min-width: 190px;
    background: rgba(255, 255, 255, .6);
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
    -webkit-box-shadow: -5px 10px 25px 4px rgba(0, 0, 0, .35);
    -moz-box-shadow: -5px 10px 25px 4px rgba(0, 0, 0, .35);
    box-shadow: -5px 10px 25px 4px rgba(0, 0, 0, .35);
    text-align: left
}

#header li.menu-item-has-children:hover ul.sub-menu {
    pointer-events: all;
    opacity: 1
}

ul.sub-menu li {
    display: block;
    border-bottom: 2px solid rgba(45, 39, 39, .1);
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
    font-weight: 400;
    padding: 0
}

li.menu-item-has-children:hover ul.sub-menu li {
    display: block;
    background-color: #fff
}

ul.sub-menu li a {
    color: #8e939c;
    display: block;
    padding: 10px 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

.columns .grid {
    margin: 4em 0
}

.column {
    padding-bottom: 4em;
    border: 10px solid #eff2f8;
    position: relative;
    padding: 2em
}

.column.selected {
    border-color: #000;
    z-index: 1;
    -moz-box-shadow: 0 0 0 10px #fff;
    padding: 2em
}

.column.selected:after {
    content: "Most popular";
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #000;
    padding: .6em 1.2em;
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    letter-spacing: .15em
}

.column-header {
    text-align: center
}

p.price {
    font-size: 2em;
    font-weight: 700
}

p.price sup {
    font-size: .5em;
    top: -.65em
}

.outro {
    padding: 2em 50% 4em 2em
}

.horizontal .column {
    width: 100%!Important;
    text-align: left;
    padding-bottom: 2em;
    margin-left: 0px!Important;
    margin-right: 0px!Important
}

.horizontal .column-header {
    float: left;
    width: 30%;
    text-align: left
}

.horizontal .column-content {
    float: left;
    width: 70%;
    padding: 1.8em 0 0 3em
}

@media screen and (max-width:1100px) {
    .column {
        width: 100%!Important;
        text-align: left;
        padding-bottom: 2em;
        margin-left: 0px!Important;
        margin-right: 0px!Important
    }
    .column-header {
        float: left;
        width: 30%;
        text-align: left
    }
    .column-content {
        float: left;
        width: 70%;
        padding: 1.8em 0 0 3em
    }
    .column.selected:before {
        height: 40px
    }
    p.price {
        text-indent: 0
    }
    .column.selected:after {
        font-size: 8px;
        right: auto;
        left: 0
    }
    .outro {
        padding: 0 20% 3em 0
    }
}

@media screen and (max-width:650px) {
    .horizontal .column-header,
    .column-header {
        width: 100%;
        text-align: center
    }
    .horizontal .column-price,
    .column-price {
        width: 100%;
        text-align: center
    }
    .horizontal .column-content,
    .column-content {
        clear: both;
        width: 100%;
        padding: 0
    }
}

html.popup-open,
html.popup-open body {
    overflow: hidden!important
}

.popup {
    background-color: rgba(8, 34, 53, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    text-align: center
}

.popup-inner {
    padding: 80px;
    height: auto;
    width: inherit
}

.popup-content-wrapper {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    max-width: 700px;
    text-align: left;
    padding: 24px;
    padding-top: 0;
    -webkit-box-shadow: 0 2px 50px rgba(8, 37, 60, .42);
    -moz-box-shadow: 0 2px 50px rgba(8, 37, 60, .42);
    box-shadow: 0 2px 50px rgba(8, 37, 60, .42)
}

.popup .button-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    color: transparent
}

.popup .button-overlay span {
    display: none
}

.popup-content-wrapper {
    max-width: 900px;
    border-radius: 3px
}

.popup-content {
    max-width: 900px
}

.mogul-form input,
.mogul-form textarea {
    border-radius: 0!important;
    border: none!important;
    background-color: rgba(128, 128, 128, .16)!important
}

.mogul-form input[type=submit] {
    background-color: #fff!important;
    border: 1px solid #bfa357!important;
    font-family: circular!important;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .06em;
    float: left;
    width: 100px!important
}

.mogul-form-wrapper {
    margin: auto
}

.popup .button-x {
    position: absolute;
    top: -20px;
    right: -20px;
    text-decoration: none;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: #bfa357;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    -transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.popup .button-x span {
    display: none
}

.popup-content-wrapper h3 {
    max-width: 900px;
    padding-left: 20px;
    margin-bottom: -10px
}

.mogul-form input {
    float: right;
    width: 65%!important
}

.mogul-form textarea {
    height: 100px
}

.mogul-form {
    margin-bottom: 0!important
}

.popup-intro h3 {
    padding: 10px 25px;
    border-bottom: 1px solid #eaeaea
}

@media screen and (min-width:700px) {
    .popup-content-wrapper {
        min-width: 600px
    }
}

@media screen and (max-width:700px) {
    .mogul-form label {
        width: 30%!important
    }
}

@media screen and (max-width:600px) {
    .popup-inner {
        padding: 11px
    }
    .popup .button-x {
        top: -6px;
        right: -7px
    }
    .popup-content-wrapper {
        padding: 30px
    }
    .popup-content-wrapper {
        font-size: 12px
    }
    .mogul-form input {
        width: 100%!important
    }
    .mogul-form label {
        width: 100%!important
    }
}

.mobile-show {
    display: none
}

.product-copy {
    margin-bottom: 35px
}

.product-showcase-slider {
    margin-bottom: 9px;
    margin-top: 74px
}

.product-showcase-slider img {}

.product-nav-slider {
    margin-bottom: 74px!important
}

.product-nav-slider img {
    padding: 6px;
    opacity: .4;
    -ms-filter: "alpha(opacity=40)"
}

.product-nav-slider img.slick-current {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.product-nav-slider .slick-next {
    right: -35px
}

.product-nav-slider .slick-next:before {
    color: #adadad
}

.product-nav-slider .slick-prev {
    left: -40px
}

.product-nav-slider .slick-prev:before {
    color: #adadad
}

.product-nav-slider .slick-dots {
    bottom: -28px
}

.product-nav-slider .slick-dots button {
    background: rgba(0, 0, 0, .13)
}

.product-nav-slider .slick-dots li.slick-active button {
    background: #828282
}

@media screen and (max-width:1100px) {
    .mobile-show {
        display: block
    }
    .mobile-hide {
        display: none
    }
    .product-details .grid.column-2 {
        margin: 0
    }
    .product-details .grid.column-2 .col {
        width: 100%;
        margin: 0
    }
    .product-showcase-slider {
        margin-top: 30px
    }
}

@media screen and (max-width:650px) {
    .product-copy p {
        font-size: 13px;
        line-height: 1.6em
    }
    .product-option label {
        width: 100%
    }
    .product-option select {
        width: 100%
    }
    .product-showcase-slider {
        margin-bottom: 5px
    }
    .product-nav-slider img {
        padding: 2px
    }
}

.filtering {
    overflow: hidden
}

.controls {
    margin-bottom: 20px
}

.controls button {
    background-color: #fff;
    color: #717171;
    display: inline-block;
    line-height: 1em;
    position: relative;
    border: 0;
    padding: 7px 20px;
    margin-bottom: 10px;
    outline: none;
    margin: 0 2px 5px 0
}

.controls button.active {
    background-color: #717171;
    color: #fff
}

.container .mix {
    display: none
}

.container .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms
}

.container .fail-message:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.container .fail-message span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700
}

.container.fail .fail-message {
    opacity: 1;
    pointer-events: auto
}

.woocommerce-result-count {
    display: none
}

.price,
.price p {
    display: block;
    font-size: 20px;
    font-weight: 700
}

.shop_table {
    margin-bottom: 40px;
    text-align: left;
    border: 0;
    empty-cells: show
}

.shop_table thead {}

.cart-collaterals .shop_table {
    background: #fff
}

.shop_table th {
    border: 0
}

.shop_table th.product-price,
.shop_table th.product-name {
    text-align: left
}

.shop_table th.product-quantity,
.shop_table th.product-subtotal,
.shop_table td.product-quantity,
.shop_table td.product-subtotal {
    display: none
}

.shop_table tr {}

.shop_table td {
    font-size: 13px;
    vertical-align: middle;
    color: #656565;
    border: 0
}

.cart-collaterals .shop_table td,
.cart-collaterals .shop_table th,
.woocommerce-checkout-review-order-table {
    background: #fff;
    border: 1px solid #f0efed
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    border: 1px solid #f0efed
}

.shop_table td.actions {
    padding: 20px 0
}

.shop_table tr:nth-child(2n-1) td.actions {
    padding: 20px
}

.shop_table td.product-quantity input {
    width: 100%
}

.content .shop_table img {
    margin: 0;
    width: 70px
}

.product-remove {}

.product-remove a {
    color: #c5573d;
    font-size: 30px;
    margin: 0;
    padding: 0
}

.coupon {
    display: inline-block
}

.coupon label {
    display: inline-block
}

.coupon input {
    background: #fff
}

.wc-proceed-to-checkout {
    text-align: right
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-billing-fields {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px
}

.woocommerce-billing-fields {
    max-width: 530px;
    margin: auto auto 40px
}

.woocommerce-message a.button {
    margin-right: 20px;
    padding: 7px 15px;
    font-size: 12px;
    box-shadow: none;
    text-transform: capitalize;
    letter-spacing: 0
}

.woocommerce-billing-fields input {
    width: 100%
}

.woocommerce-error {
    background: #fff;
    border-radius: 4px;
    padding: 13px 24px;
    margin: 0 0 10px;
    list-style: none
}

.woocommerce-error li {
    color: #c5573d;
    font-size: 20px
}

.woocommerce-checkout-payment {}

.woocommerce-checkout-payment ul {
    background: #fff;
    padding: 0
}

.woocommerce-checkout-payment li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 26px 5% 20px
}

.woocommerce-checkout-payment li:last-child {
    border: 0
}

.woocommerce-checkout-payment li label {
    display: inline-block
}

#customer_details {}

#customer_details .col-1 {
    width: 100%;
    float: none
}

#customer_details .col-2 {
    display: none
}

@media screen and (min-width:1200px) {
    .cart_totals {
        max-width: 50%;
        margin-left: 50%;
        text-align: right
    }
    .cart_totals .shop_table {
        text-align: right
    }
}

@media screen and (max-width:768px) {
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-billing-fields {
        text-align: center;
        font-size: 14px
    }
    .woocommerce-message a.button {
        display: block;
        margin: 0 auto 16px;
        max-width: 140px
    }
    .cart thead {
        display: none
    }
    .shop_table td.actions {
        padding: 20px 0
    }
    .cart .product-thumbnail,
    .product-subtotal {
        display: none
    }
    .coupon {
        width: 100%;
        text-align: center
    }
    .coupon label {
        display: block;
        margin-bottom: 7px
    }
    .coupon input,
    .coupon input[type=submit],
    form input[disabled],
    .wc-proceed-to-checkout a.button {
        width: 100%;
        margin-bottom: 10px;
        text-align: center
    }
}

@media screen and (max-width:500px) {
    .cart td {
        padding: 9px 7px;
        font-size: 11px;
        line-height: 1.2em
    }
    .shop_table td.product-quantity input {
        padding: 3px 2px
    }
    .shop_table td.actions {
        padding: 10px 0
    }
}

.layer-columns {}

.layer-columns>.grid {}

.layer-columns>.grid>.col {
    background: #fff;
    padding: 60px 7% 60px;
}

.bg-light-transparent.layer-columns>.grid>.col {
    background: 0 0
}

.layer-columns>.grid>.col:first-child {}

.layer-columns>.grid>.col:last-child {
    border-left: 1px solid #e4e5e6
}

.layer-columns i[class*=icon] {
    color: #b8c0d2;
    display: block;
    font-size: 72px;
    line-height: 72px;
}

.layer-columns>.grid.column-3>.col:nth-child(2) {
    border-left: 1px solid #e4e5e6
}

.layer-columns > .column-3 > .col.column-index-0 { padding-right: 40px;}
.layer-columns > .column-3 > .col.column-index-1 { padding-left: 50px; padding-right:50px;}
.layer-columns > .column-3 > .col.column-index-2 {padding-left: 40px;}


.contact.layer-columns i[class*=icon] {
    font-size: 34px;
    line-height: 30px
}

.home .layer-columns i {

}

.home .single-column, .home .single-column>.grid>.col {
        background-color: #efefef;
}


@media screen and (max-width:850px) {
    .layer-columns>.grid>.col {
        padding: 20px 7%
    }
}

@media screen and (max-width:700px) {
    .layer-columns>.grid>.col {
        border-bottom: 1px solid #e4e5e6
    }
    .layer-columns>.grid>.col:last-child {
        border: 0
    }
    .layer-columns > .column-3 > .col.column-index-0 { padding-right: 7%;}
    .layer-columns > .column-3 > .col.column-index-1 { padding-left: 7%; padding-right:7%;}
    .layer-columns > .column-3 > .col.column-index-2 {padding-left: 7%;}    
}

@media screen and (min-width:700px) {
    .contact .grid.column-3.no-gutter .col {
        border-top: 1px solid #e4e5e6
    }
}

.login-wrap {
    padding: 50px 7%;
    max-width: 970px;
    margin: auto
}

.login-form {
    background: #fff;
    padding: 13px 5%;
    max-width: 400px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .16);
    margin: auto
}

.login-form form#loginform {}

.login-form form#loginform p {
    position: relative
}

.login-form>p {
    text-align: center;
    font-size: 14px;
    color: #9c9c9c
}

.form-wrap {
    background: #fff;
    padding: 32px 35px;
    max-width: 688px
}

.login-form form#loginform p label,
.form-wrap label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #545454
}

.login-form form#loginform p.login-remember label {
    font-weight: 400;
    color: #9c9c9c
}

.login-form form#loginform p.login-remember label input {}

.login-form form#loginform p input[type=text],
.login-form form#loginform p input[type=password],
.form-wrap input[type=text],
.form-wrap input[type=email],
.form-wrap textarea,
.form-wrap input[type=password] {
    background-color: #fff;
    border: none;
    color: #616161!important;
    padding: 14px 16px;
    font-family: inherit;
    width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    border-radius: 2px
}

.wp-editor-wrap {
    border: 1px solid #e0e0e0;
    padding: 0
}

.wp-editor-tools {
    padding: 10px
}

.form-wrap input[type=text],
.form-wrap input[type=email],
.form-wrap input[type=password],
.form-wrap textarea {
    margin-bottom: 20px
}

.login-form form#loginform p input[type=submit],
.form-wrap input[type=submit] {
    background-color: #898989;
    color: #fff;
    padding: 13px 20px;
    border-radius: 3px;
    border: 0;
    font-size: 13px;
    width: 100%
}

.form-wrap input[type=submit] {
    width: auto;
    min-width: 160px
}

.no-touch .login-form form#loginform p input[type=submit]:hover,
.no-touch .form-wrap input[type=submit]:hover {
    opacity: .7
}

.form-wrap .button-group {
    margin: 10px 0 0
}

form:not(.acf-form) input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    z-index: 1;
    cursor: pointer
}

form input[type=checkbox]:focus+label:before {
    border: 2px solid #a6c8ff
}

form input[type=checkbox]+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 16px;
    border-radius: 2px;
    position: relative;
    top: 0
}

form input[type=checkbox]:checked+label:before {
    background: #898989;
    border-color: #898989
}

form input[type=checkbox]+label:after {
    content: '';
    display: block;
    position: absolute;
    font-family: jeremysutton;
    top: 1px;
    left: 3px
}

form input[type=checkbox]:checked+label:after {
    content: 'p';
    color: #fff
}

input[type=radio] {
    margin-right: 8px;
    margin-bottom: 13px
}

@media screen and (max-width:400px) {
    .login-wrap {
        padding: 0
    }
    .login-form {
        box-shadow: none
    }
    .login-form form#loginform p input[type=text],
    .login-form form#loginform p input[type=password] {
        padding: 11px 14px
    }
}

@media print,
(-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {}

@media print {
    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

#form_tabs .tabnav {
    display: block;
    width: 100%
}

#form_tabs .tabnav a {
    display: inline-block;
    margin-right: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px
}

#form_tabs .tab {
    display: none
}

#form_tabs .tab.active {
    display: block
}

.resume_form {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px 0;
    background-color: #eaeaea
}

.acf-field-58d86e5d35c7c {
    display: none
}

div[data-name=second_page_complete] {
    display: none
}

table.preconsultform-result .label {
    width: 30%;
    font-weight: 700
}

table.preconsultform-result .value {
    width: 70%
}

.acf-field-message .acf-label {
    display: none
}

.acf-label .description {
    font-style: italic;
    font-size: 1em
}

.acf-field[data-type=text],
.acf-field[data-type=textarea] {}

.acf-field.acf-field-radio ul li {
    display: inline-block;
    /* width:50px; */
    margin-right: 31px;
    margin-bottom: 6px;
}
.acf-field.acf-field-radio ul li label{    white-space: nowrap;}

.acf-field[data-type=text],
.acf-field[data-name=date_of_birth] {}

.acf-field[data-type=text][data-name=full_name] {}

.acf-field[data-name=age] {}

.acf-field textarea {
    height: 100px
}

.acf-form h2 {
    font-size: 1.5em;
    margin-bottom: -9px;
    margin-top: 13px
}

.acf-field[data-name=other_party_lawyer_already],
.acf-field[data-name=do_you_have_a_lawyer_already] {}

.acf-field[data-name=your_yearly_gross_income],
.acf-field[data-name=please_specify_your_income],
.acf-field[data-name=your_yearly_other_income] {}

.acf-fields>.acf-field {
    border-bottom: #eee solid 1px;
    border-top: 0!important
}
@media screen and (max-width:550px){
    form > .acf-fields > .acf-field{padding-left:0px;padding-right:0px;}
}
.acf-field input,
.acf-field textarea {
    border: 0;
    background-color: #e6e6e6
}

.acf-field[data-name=please_specify_your_income],
.acf-field[data-name=your_yearly_other_income] {
    padding-bottom: 23px!important
}

div[data-name=resume_token],
div[data-name=second_page_complete] {
    display: none!important
}

.table-wrap{overflow-x:auto;margin-bottom:10px;}
@media screen and (max-width:880px){
    .table-wrap{
    margin: 0 -8% 10px;
}
}
@media screen and (max-width:480px){
    .table-wrap{
    margin: 0 -12% 10px;
}
}
@media screen and (max-width:700px){
    .single-column .acf-table{
    /* min-width: 890px; */
}
    .acf-table > thead > tr > th{
    font-size: 12px;
}
}


@media screen and (min-width:1100px){
.acf-field input[type=radio]:before {
    content: '';
    height: 12px;
    width: 12px;
    background-color: #e6e6e6;
    display: block;
    position: absolute;
    border-radius: 100px
}

.acf-field label.selected input[type=radio]:before {
    background-color: #bfa357;
    border: 3px solid #e6e6e6
}
}
.acf-field[data-type=text]:nth-child(1),
.acf-field[data-type=text]:nth-child(2) {}

.acf-row>.acf-field,
.acf-row .acf-field[data-type=text]:nth-child(1),
.acf-row .acf-field[data-type=text]:nth-child(2) {
    /* display: table-cell!important; */
    /* width: auto!important; */
}

.acf-form-submit input {
    background-color: #fff;
    border: 1px solid #bfa357;
    font-family: circular;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    padding: 5px 10px;
    margin-top: 20px
}

@media screen and (max-width:750px) {
    .acf-field[data-type=text] {}
    .acf-field[data-name=age] {}
}

@media screen and (max-width:450px) {
    .acf-field[data-type=text],
    .acf-field[data-type=textarea] {}
    .acf-field[data-name=age] {}
    .acf-field[data-type=text]:nth-child(2) {}
    .acf-field[data-name=other_party_lawyer_already],
    .acf-field[data-name=do_you_have_a_lawyer_already] {}
    .acf-field[data-name=your_yearly_gross_income],
    .acf-field[data-name=please_specify_your_income],
    .acf-field[data-name=your_yearly_other_income] {}
    .acf-field[data-name=resume_token] .acf-input {
        padding-top: 0
    }
    .acf-field[data-name=resume_token] .acf-label {}
}

@media print {
    nav,
    .header-inner,
    footer,
    .breadcrumbs {
        display: none!important
    }
    h1 {
        font-size: 16px
    }
    .pad-top-20,
    .pad-bot-20 {
        padding: 0
    }
}



/* Form layer */
.form-layer{}
.form-layer .inner{}
.form-layer .inner p{
    /* margin: 0; */
    /* text-align: center; */
}
.form-layer .inner form p{text-align:left;margin: 0;}
.form-layer .inner p:empty{display:none;}
.form-layer .inner form{}
.form-layer .inner form{
    max-width: 360px;
    margin: 30px auto 0;
}
.form-layer .inner form label{
    color: #535861;
    line-height: 1.6em;
    font-size: 15px;
}
.form-layer .inner form input{
    width: 100%;
    background: #ffffff;
    border: 1px solid rgb(207, 207, 207);
    padding: 9px 9px;
    color: #535861;
    margin-bottom: 20px;
    font-family: freight-text-pro, serif;
}
.form-layer .inner form button[type="submit"]{
    padding: 12px 20px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    font-size: 11px;
    font-family: circular;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    color: #232938;
    border: 1px solid #bfa357;
    background:transparent;
    margin-top:15px;
}

.post-thumbnail {
	max-height: 130px;
	overflow: hidden;
	margin-bottom: 25px;
}

.cta-homepage{background-image: url('../img/custody-cta.jpg'); background-size: cover; background-position: center center;}

.post-snip h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
.intro-plain a.button, .home .intro .intro-copy a.button{background: #bfa357;}

.newer-posts{float: right}

@media screen and (max-width: 799px){
.home .intro-copy p {
	color: #000;
	}
.home .intro-copy a {
	color: #000 !important;
}
}

.journey .section-head {margin: 0;/* background: #fff; */}
.journey .section-head h2{margin: 0;padding: 65px 7% 60px;text-align: center;/* background: #d8d9de; */}
.journey a{color: #232938}

.media-logo{display: none;}

/*.category-radio-nz .media-logo, 
.category-juno-magazine .media-logo,
.category-national-business-review .media-logo,
.category-new-zealand-herald .media-logo,
.category-new-zealand-listener .media-logo,
.category-newshub .media-logo,
.category-newstalk-zb .media-logo,
.category-north-south .media-logo,
.category-radiolive .media-logo,
.category-stuff .media-logo,
.category-sunday-star-times .media-logo,
.category-tvnzs-breakfast .media-logo{display:block; height: 24px; background-size: contain; background-position: top left; background-repeat: no-repeat; margin-bottom: 5px;}


.category-radio-nz .media-logo{background-image:url('../img/media/radio-nz.png');} 
.category-juno-magazine .media-logo{background-image:url('../img/media/juno-magazine.png');}
.category-national-business-review .media-logo{background-image:url('../img/media/national-business-review.png');}
.category-new-zealand-herald .media-logo{background-image:url('../img/media/new-zealand-herald.png');}
.category-new-zealand-listener .media-logo{background-image:url('../img/media/new-zealand-listener.png');}
.category-newshub .media-logo{background-image:url('../img/media/newshub.png');}
.category-radiolive .media-logo{background-image:url('../img/media/radiolive.png');}
.category-stuff .media-logo{background-image:url('../img/media/stuff.png');}
.category-sunday-star-times .media-logo{background-image:url('../img/media/sunday-star-times.png');}
.category-tvnzs-breakfast .media-logo{background-image:url('../img/media/tvnzs-breakfast.png');}
.category-newstalk-zb .media-logo{background-image:url('../img/media/newstalk-zb.png');}
.category-north-south .media-logo{background-image:url('../img/media/north-south.png');}
*/
.media-logos .inner{}
.media-logos a{}

.journey {background: rgba(255,255,255,.9);}
.journey > .grid > .col{padding-top: 60px;/* border: solid 10px #ffffff; */}
.journey > .grid > .col p, .journey > .grid > .col h3{}

.benefits-cards ul{	margin: 0;}
.benefits-cards ul li{font-size: 19px;font-weight: 700;padding: 5px 0; list-style-image: url('../img/tick.svg')} 

.journey > .grid > .column-index-0,
.journey > .grid > .column-index-1,
.journey > .grid > .column-index-2{background-position: center center; background-size: cover; background-repeat: no-repeat;}
.journey > .grid > .column-index-0{background-image: url('../img/journey-1.jpg')}
.journey > .grid > .column-index-1{background-image: url('../img/journey-2.jpg')}
.journey > .grid > .column-index-2{background-image: url('../img/journey-3.jpg')} 

.home .tiles.journey-tiles {background: rgba(251,251,251,1);}
.home .tiles.journey-tiles .column-3 img{max-width: 100%;max-height: none;margin-bottom: 25px;margin-right: 15px;} 
.home .tiles.journey-tiles h3{margin: 0;/* padding: 65px 0% 60px; */text-align: center;	font-size: 2.25em;	}
.home .tiles.journey-tiles .column-3 .tile:nth-child(1){padding-right: 20px}
.home .tiles.journey-tiles .column-3 .tile:nth-child(2){padding-left: 10px; padding-right: 10px;}
.home .tiles.journey-tiles .column-3 .tile:nth-child(3){padding-left: 20px;}


/* Client Crieria Form */
form#client-criteria a.cc-button{
    padding: 12px 20px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    font-size: 11px;
    font-family: circular;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    color: #232938;
    border: 1px solid #bfa357;
}
form#client-criteria .acf-form-submit {display: none;}