/*IMPORT OF PARTIAL SCSS FILES - COMPILED INTO SCREEN.CSS*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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

meta.foundation-version {
    font-family: "/5.5.2/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
    width: 40.0625em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html,
body {
    height: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    font-size: 100%;
}

html * {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background: #fff;
    color: #444444;
    cursor: auto;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    cursor: pointer;
}

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

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

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

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    margin: 0 auto;
    /* max-width: 71.250em; */
    width: 100%;
}

@media only screen and (min-width: 90.0625em) {
    .row {
        /* max-width: 75em; */
    }
}

@media only screen and (min-width: 120.0625em) {
    .row {
        /* max-width: 78.750em; */
    }
}

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

.row:after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}

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

.row .row {
    margin: 0 -0.9375em;
    max-width: none;
    width: auto;
}

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

.row .row:after {
    clear: both;
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}

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

.row .row.collapse:after {
    clear: both;
}

.column,
.columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

.column+.column:last-child,
.columns+.column:last-child,
.column+.columns:last-child,
.columns+.columns:last-child {
    float: right;
}

.column+.column.end,
.columns+.column.end,
.column+.columns.end,
.columns+.columns.end {
    float: left;
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }
    .small-1 {
        width: 8.33333%;
    }
    .small-2 {
        width: 16.66667%;
    }
    .small-3 {
        width: 25%;
    }
    .small-4 {
        width: 33.33333%;
    }
    .small-5 {
        width: 41.66667%;
    }
    .small-6 {
        width: 50%;
    }
    .small-7 {
        width: 58.33333%;
    }
    .small-8 {
        width: 66.66667%;
    }
    .small-9 {
        width: 75%;
    }
    .small-10 {
        width: 83.33333%;
    }
    .small-11 {
        width: 91.66667%;
    }
    .small-12 {
        width: 100%;
    }
    .small-offset-0 {
        margin-left: 0 !important;
    }
    .small-offset-1 {
        margin-left: 8.33333% !important;
    }
    .small-offset-2 {
        margin-left: 16.66667% !important;
    }
    .small-offset-3 {
        margin-left: 25% !important;
    }
    .small-offset-4 {
        margin-left: 33.33333% !important;
    }
    .small-offset-5 {
        margin-left: 41.66667% !important;
    }
    .small-offset-6 {
        margin-left: 50% !important;
    }
    .small-offset-7 {
        margin-left: 58.33333% !important;
    }
    .small-offset-8 {
        margin-left: 66.66667% !important;
    }
    .small-offset-9 {
        margin-left: 75% !important;
    }
    .small-offset-10 {
        margin-left: 83.33333% !important;
    }
    .small-offset-11 {
        margin-left: 91.66667% !important;
    }
    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }
    .row.small-collapse>.column,
    .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.small-uncollapse>.column,
    .row.small-uncollapse>.columns {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }
    .medium-1 {
        width: 8.33333%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-0 {
        margin-left: 0 !important;
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }
    .medium-offset-3 {
        margin-left: 25% !important;
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }
    .medium-offset-6 {
        margin-left: 50% !important;
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }
    .medium-offset-9 {
        margin-left: 75% !important;
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }
    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }
    .row.medium-collapse>.column,
    .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.medium-uncollapse>.column,
    .row.medium-uncollapse>.columns {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }
    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }
    .large-1 {
        width: 8.33333%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-3 {
        width: 25%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-6 {
        width: 50%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-9 {
        width: 75%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-0 {
        margin-left: 0 !important;
    }
    .large-offset-1 {
        margin-left: 8.33333% !important;
    }
    .large-offset-2 {
        margin-left: 16.66667% !important;
    }
    .large-offset-3 {
        margin-left: 25% !important;
    }
    .large-offset-4 {
        margin-left: 33.33333% !important;
    }
    .large-offset-5 {
        margin-left: 41.66667% !important;
    }
    .large-offset-6 {
        margin-left: 50% !important;
    }
    .large-offset-7 {
        margin-left: 58.33333% !important;
    }
    .large-offset-8 {
        margin-left: 66.66667% !important;
    }
    .large-offset-9 {
        margin-left: 75% !important;
    }
    .large-offset-10 {
        margin-left: 83.33333% !important;
    }
    .large-offset-11 {
        margin-left: 91.66667% !important;
    }
    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }
    .row.large-collapse>.column,
    .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.large-uncollapse>.column,
    .row.large-uncollapse>.columns {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }
    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table;
}

[class*="block-grid-"]:after {
    clear: both;
}

[class*="block-grid-"]>li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
}

@media only screen {
    .small-block-grid-1>li {
        list-style: none;
        width: 100%;
    }
    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }
    .small-block-grid-2>li {
        list-style: none;
        width: 50%;
    }
    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both;
    }
    .small-block-grid-3>li {
        list-style: none;
        width: 33.33333%;
    }
    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both;
    }
    .small-block-grid-4>li {
        list-style: none;
        width: 25%;
    }
    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }
    .small-block-grid-5>li {
        list-style: none;
        width: 20%;
    }
    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both;
    }
    .small-block-grid-6>li {
        list-style: none;
        width: 16.66667%;
    }
    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both;
    }
    .small-block-grid-7>li {
        list-style: none;
        width: 14.28571%;
    }
    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both;
    }
    .small-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }
    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both;
    }
    .small-block-grid-9>li {
        list-style: none;
        width: 11.11111%;
    }
    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both;
    }
    .small-block-grid-10>li {
        list-style: none;
        width: 10%;
    }
    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both;
    }
    .small-block-grid-11>li {
        list-style: none;
        width: 9.09091%;
    }
    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both;
    }
    .small-block-grid-12>li {
        list-style: none;
        width: 8.33333%;
    }
    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1>li {
        list-style: none;
        width: 100%;
    }
    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-block-grid-2>li {
        list-style: none;
        width: 50%;
    }
    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-block-grid-3>li {
        list-style: none;
        width: 33.33333%;
    }
    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-block-grid-4>li {
        list-style: none;
        width: 25%;
    }
    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-block-grid-5>li {
        list-style: none;
        width: 20%;
    }
    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-block-grid-6>li {
        list-style: none;
        width: 16.66667%;
    }
    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-block-grid-7>li {
        list-style: none;
        width: 14.28571%;
    }
    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }
    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-block-grid-9>li {
        list-style: none;
        width: 11.11111%;
    }
    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both;
    }
    .medium-block-grid-10>li {
        list-style: none;
        width: 10%;
    }
    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both;
    }
    .medium-block-grid-11>li {
        list-style: none;
        width: 9.09091%;
    }
    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both;
    }
    .medium-block-grid-12>li {
        list-style: none;
        width: 8.33333%;
    }
    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1>li {
        list-style: none;
        width: 100%;
    }
    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both;
    }
    .large-block-grid-2>li {
        list-style: none;
        width: 50%;
    }
    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both;
    }
    .large-block-grid-3>li {
        list-style: none;
        width: 33.33333%;
    }
    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both;
    }
    .large-block-grid-4>li {
        list-style: none;
        width: 25%;
    }
    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both;
    }
    .large-block-grid-5>li {
        list-style: none;
        width: 20%;
    }
    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both;
    }
    .large-block-grid-6>li {
        list-style: none;
        width: 16.66667%;
    }
    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both;
    }
    .large-block-grid-7>li {
        list-style: none;
        width: 14.28571%;
    }
    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both;
    }
    .large-block-grid-8>li {
        list-style: none;
        width: 12.5%;
    }
    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both;
    }
    .large-block-grid-9>li {
        list-style: none;
        width: 11.11111%;
    }
    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both;
    }
    .large-block-grid-10>li {
        list-style: none;
        width: 10%;
    }
    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both;
    }
    .large-block-grid-11>li {
        list-style: none;
        width: 9.09091%;
    }
    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both;
    }
    .large-block-grid-12>li {
        list-style: none;
        width: 8.33333%;
    }
    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both;
    }
}

html {
    font-size: 100%;
    line-height: 1.75em;
}

html,
body {
    font-size: 100%;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444444;
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 56px;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 56px;
    line-height: 3.5rem;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
}

h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
}

h6 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 700;
    color: #00629B;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0.75em;
}

.standard-content h2,
.standard-content h3,
.standard-content h4,
.standard-content h5,
.standard-content h6 {
    margin-top: 1.25em;
}

p {
    margin-bottom: 1.5em;
}

.standard-content p:first-of-type {
    font-weight: 600;
    font-size: 1.125em;
}

.home-content h1,
.home-content h2 {
    margin-top: 0px;
}


/*individual page styles*/


/*Remove bold 1st paragraph, Services overview page*/

.page-id-10 .standard-content p:first-of-type {
    font-weight: 400;
    font-size: 1em;
}

p.lead {
    font-weight: 600;
    font-size: 1.125em;
}

img {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
}

.header-logo {
    margin-bottom: 0rem;
}

a {
    color: #1d70b8;
    text-decoration: underline;
    font-weight: 700;
}

a:hover {
    color: #003078;
    text-decoration: underline;
    font-weight: 700;
}

p a,
ul a {
    font-weight: 700;
}

hr {
    border: solid #e2e2e3;
    border-width: 1px 0 0;
    height: 0;
    margin-top: 28px;
    margin-top: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
}

em {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

ul,
ol,
dl {
    list-style-position: outside;
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
}

.meta {
    font-size: 80%;
    text-transform: uppercase;
    color: #c4c4c4;
}


/* Blockquotes */

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDDDDD;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #555555;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}


/* Label Styles */

label,
.label {
    color: #4d4d4d;
    cursor: default;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
}


/*SUP AND SUB*/

sub,
sup {
    /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
    font-size: 75%;
    /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
    line-height: 0;
    /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
    position: relative;
    /* Note that if you're using Eric Meyer's reset-02112018.css, this
     is already set and you can remove this rule */
    vertical-align: baseline;
}

sup {
    /* Move the superscripted text up */
    top: -0.5em;
}

sub {
    /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
    bottom: -0.25em;
}


/*REMOVE LINK STYLES FROM TEL NUMBER LINKS ETC*/

.remove-link-styles {
    text-decoration: none;
    cursor: default;
}

.remove-link-styles:hover {
    text-decoration: none;
    cursor: default;
}


/* Lists */

ul,
ol,
dl {
    font-family: inherit;
    font-size: 1em;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25em;
}

ul {
    margin-left: 1.1em;
}

ul.no-bullet {
    margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    list-style: none;
}


/* Unordered Lists */

ul li ul,
ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit;
}

ul.square {
    list-style-type: square;
    margin-left: 1.1em;
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1em;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1em;
}

ul.no-bullet {
    list-style: none;
}

main ul,
aside ul {
    margin-left: 1.1em;
    list-style-type: disc;
}

main ol,
aside ol {
    margin-left: 1.1em;
    list-style-type: decimal;
}


/* Ordered Lists */

ol {
    margin-left: 1.4em;
}

ol li ul,
ol li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
}


/* Definition Lists */

dl dt {
    margin-bottom: 0.3em;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75em;
}


/* Abbreviations */

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help;
}

abbr {
    text-transform: none;
}

abbr[title] {
    border-bottom: 1px dotted #DDDDDD;
}

ul li ul {
    list-style: disc;
}

form {
    /* margin: 0 0 1em 0; April 2021 to make navigation neater on mobile */
    margin: 0;
}


/*LABEL STYLES*/

label {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    line-height: 1.5;
}


/*INPUT STYLES*/

input,
textarea {
    font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border: 2px solid #0b0c0c;
    color: rgba(0, 0, 0, 1);
    display: block;
    line-height: 1.5;
    padding: 0.5em;
    height: 2.5em;
    width: 100%;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
    background: white!important;
}

.labelAndField input[type=password] {
    border: 2px solid black!important;
}

.callout .labelAndField input[type=password] {
    border: 0!important;
}

input {
    /* border: 2px solid black!important; */
}

input[type=checkbox] {
    -webkit-box-shadow: 0px 0px 0px 1.5px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1.5px rgba(0,0,0,1);
    box-shadow: 0px 0px 0px 1.5px rgba(0,0,0,1);
}

.panel input {
    -webkit-box-shadow: 0 0 0 0!important;
    -moz-box-shadow: 0 0 0 0!important;
    box-shadow: 0 0 0 0!important;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    line-height: 1.5;
    font-size: 0.875em;
    padding: 0.5em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

input:focus {
    /* background: #fafafa; */
    /* border-color: #999999; */
    border-color: #000000;
    outline: none;
}

.wpcf7 {
    font-size: 1rem;
}

.wpcf7 p {
    margin: 0;
    padding-bottom: 0;
}

.wpcf7 input,
.wpcf7 textarea {
    margin-bottom: 1em;
}

.wpcf7 br {
    height: 0px;
    display: none;
}

.wpcf7 textarea {
    width: 100%;
    resize: vertical;
}

input:focus,
nav li:focus,
nav li a:focus {
    outline: none;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 0.8750rem !important;
    margin-top: -0.75em;
    margin-bottom: 1em;
}

.wpcf7 .wpcf7-validation-errors {
    margin-top: 0.5em !important;
}


/*Buttons*/

button,
.button,
.wpcf7-submit {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 0px;
    cursor: pointer;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.8em 1em 0.8em 1em;
    background: #00629B;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 600 !important;
    color: #fff;
    width: auto;
    transition: background 0.1s ease-in;
}

button:hover,
.button:hover,
.wpcf7-submit:hover {
    background: #007ABD;
    text-decoration: none;
}

.hero button,
.hero .button,
.hero .wpcf7-submit {
    margin: 0 5px;
}

button.large,
.button-large {
    padding: 1.1em 1.6em 1.1em 1.6em;
}

button.small,
.button-small {
    padding: 0.75em 1.25em 0.75em 1.25em;
}

.headerTab {
    display: flex;
}

.headerTab button {
    /* float: left; */
    width: 25%;
    top: 1px;
    background-color: #fafafa !important;
    color: rgba(0, 0, 0, 0.75);
    border: 1px solid #cccccc;
    font-weight: 400 !important;
    font-size:  0.75em;
    padding: 0.8em;
}


/*COOKIES BAR */

#cookie-law-info-bar {
    padding: 12px 0 !important;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    /* text-shadow: 0 -1px 1px rgba(0,0,0,0.25); */
    box-shadow: none;
    border: 0;
}


/*REMOVE contact form link on contact form only - blue box panels*/

.page-id-29 .contact-us-page-link {
    display: none;
}


/*STYLES FOR WORDPRESS RESPONSIVE MENU PLUGIN*/

#wprmenu_bar {
    height: 50px;
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

#wprmenu_bar .bar_logo {
    height: 30px;
}

#wprmenu_bar .wprmenu_icon {
    margin-top: 5px;
}

#wprmenu_menu.right {
    top: 50px !important;
    width: 250px !important;
}

.wpr_search .wpr-search-field {
    border: 0;
}

@media only screen and (max-width: 1024px) {
    html {
        padding-top: 50px !important;
    }
}

#wprmenu_menu ul li a {
    padding: 10px 15px !important;
}

header {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100% !important;
    z-index: 50;
}

@media only screen and (min-width: 64.0625em) {
    header {
        position: relative;
    }
}

.header-upper {
    padding: 0.75em 0;
}

@media only screen and (min-width: 64.0625em) {
    .header-upper {
        padding: 1.5em 0;
    }
}

.header-upper p {
    padding: 0;
    margin: 0;
}

.header-upper .header-logo {
    display: block;
    background: #000;
    height: 28px;
    width: 204px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(img/the-coal-authority-logo.png) no-repeat top left;
    background-size: 204px 28px;
    float: left;
    margin-bottom: 0;
}

@media only screen and (min-width: 64.0625em) {
    .header-upper .header-logo {
        height: 40px;
        width: 292px;
        background-size: 292px 40px;
        float: left;
    }
}

.header-upper .form-search {
    display: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-right: 45px;
    position: relative;
}

@media only screen and (min-width: 64.0625em) {
    .header-upper .form-search {
        display: block;
    }
}

.header-upper .form-search .input-search {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    float: left;
}

.header-upper .form-search .search-button {
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    border-radius: 0;
    width: 2.5em;
    z-index: 2;
    background: url(img/search.png) no-repeat center center;
    background: url(img/svg/search.svg) no-repeat center center;
    background-size: 1.25em 1.25em;
    text-indent: -9999em;
    opacity: 0.4;
    float: left;
    border-left: 0px;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    width: 45px;
    cursor: pointer;
}

.header-upper .form-search .search-button:hover {
    opacity: 0.75;
}

.header-upper .form-search .screen-reader-text {
    display: none;
}

.header-upper .header-contact {
    line-height: 2.5;
    float: right;
    margin: 0;
}

.header-upper .header-contact li {
    display: none;
    float: right;
}

@media only screen and (min-width: 64.0625em) {
    .header-upper .header-contact li {
        display: inline-block;
    }
}

.header-upper .header-contact li a {
    text-indent: -9999em;
    display: block;
    height: 2em;
    width: 2em;
    /*opacity: 0.4;*/
    transition: all 0.3s ease;
}

.header-upper .header-contact li a:hover {
    opacity: 0.6;
}

@media only screen and (min-width: 40.0625em) {
    .header-upper .header-contact li a {
        height: 2.5em;
        width: 2.5em;
    }
}

.header-upper .header-contact li.twitter a {
    background: url(img/twitter.png) no-repeat center center;
    background: url(img/svg/twitter.svg) no-repeat center center;
    background-size: 1.25em 1.25em;
}

.header-upper .header-contact li.facebook a {
    background: url(img/facebook.png) no-repeat center center;
    background: url(img/svg/facebook.svg) no-repeat center center;
    background-size: 20px 20px;
}

.header-upper .header-contact li.linkedin a {
    background: url(img/linkedin.png) no-repeat center center;
    background: url(img/svg/linkedin.svg) no-repeat center center;
    background-size: 1.25em 1.25em;
}


/* .header-upper .header-contact a {
    text-indent: 0;
    width: auto !important;
    margin-left: 1em;
    color: #454a4c !important;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 1px;
} */

.header-upper .header-contact a:hover {
    text-decoration: underline;
    color: #171819 !important;
}

.breadcrumbs .breadcrumb-container a {
    text-decoration: underline;
    color: #454a4c !important;
}

.breadcrumbs .breadcrumb-container a:hover {
    text-decoration: underline;
    color: #171819 !important;
}


/*NAV BAR REMOVING DUPLICATE SERVICES AND LATEST LINK STYLING & ADDING STYLE TO SERVICES PARENT WHEN ON SINGLE_SERVICES PAGE*/

.post-type-archive-services .current_page_parent a {
    border-bottom: 3px solid transparent !important;
    background: none !important;
}

.single-services .current_page_parent a {
    border-bottom: 3px solid transparent !important;
    background: none !important;
}

.single-services #menu-item-134 a {
    color: #fff;
    border-bottom: 3px solid #00aeef;
    background: #0a0a0a;
    text-decoration: none;
}

.breadcrumbs {
    background: #f2f2f2;
    padding: 0.3em 0;
    display: none;
}

.breadcrumbs .breadcrumb-container {
    padding-left: 1.25em;
}

@media only screen and (min-width: 64.0625em) {
    .breadcrumbs {
        display: block;
    }
}

.breadcrumbs span {
    font-size: 0.875rem;
}

.breadcrumbs span span {
    margin-left: 0.5em;
}

section {
    padding: 3em 0;
    border-bottom: 1px dotted #e2e2e3;
}

section:last-of-type {
    border-bottom: none;
}

section:first-child {
    padding: 3em 0 3em 0;
}

section.grey {
    background: #efeff0;
    padding: 3em 0;
}

section.no-border {
    border-bottom: 0;
}

section:last-child {
    border-bottom: 0;
}

aside {
    padding: 0 0 3em 0;
}

@media only screen and (min-width: 64.063em) {
    aside {
        padding: 3em 0 3em 3em;
        border-top: none;
    }
}

aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
    margin-top: 0;
}

aside ul {
    margin: 0;
}

aside .sidebar-widget {
    margin-bottom: 2em;
}

aside ul.menu {
    list-style: none;
    margin-left: 0;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

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

aside ul.menu li a {
    border-left: 2px solid #bbbcbe;
    padding: 0.9em 1em 0.9em 1em;
    display: block;
    color: #444444;
    background: #f2f2f2;
    font-weight: 400;
}

aside ul.menu li a:hover {
    border-left: 2px solid #007ead;
    text-decoration: none;
    color: #007ead;
}

aside ul.menu li.active a {
    border-left: 2px solid #007ead;
    text-decoration: none;
    color: #007ead;
}

aside ul.menu li.current-cat a,
aside ul.menu li.current_page_item a,
aside ul.menu .current-menu-item a,
aside ul.menu li.current a {
    border-left: 2px solid #007ead;
    text-decoration: none;
    color: #007ead;
}

aside .panel.callout {
    display: block;
}

aside .panel.callout:hover {
    text-decoration: none;
}


/*Using flexbox to order panels / sub menu at different breakpoints*/

aside {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
}

.sub-menu {
    -webkit-order: 2;
    /* Safari */
    order: 2;
    padding-top: 1em;
}

@media only screen and (min-width: 64.0625em) {
    .sub-menu {
        -webkit-order: 1;
        /* Safari */
        order: 1;
        padding-top: 0;
    }
}

.side-panels {
    -webkit-order: 1;
    /* Safari */
    order: 1;
}

@media only screen and (min-width: 64.0625em) {
    .side-panels {
        -webkit-order: 2;
        /* Safari */
        order: 2;
    }
}

.case-study-list article {
    margin-bottom: 30px;
}

article {
    text-decoration: none;
}

article .article-image img {
    opacity: 0.8;
}

article .article-image:hover img {
    opacity: 1;
}

article .article-content {
    border: 1px solid #efeff0;
    border-bottom-width: 3px;
    border-top: 0;
    padding: 1.5em;
    background: #fff;
}

article .article-content h1,
article .article-content h2,
article .article-content h3,
article .article-content h4,
article .article-content h5,
article .article-content h6 {
    margin-top: 0;
    margin-bottom: 1.2em;
}

article .article-content h5 {
    border-bottom: 2px solid #bbbcbe;
    color: #bbbcbe;
    display: inline-block;
    padding-bottom: 0.5em;
}

article .article-content .meta {
    margin-bottom: 0;
    padding-bottom: 0;
}

article a:hover .article-image img {
    opacity: 1;
}

article a:hover .article-content {
    border-bottom-color: #00aeef;
}

section.list-of-posts:first-child {
    padding-top: 0;
}

article.post-list {
    padding: 3em 0;
    display: block;
    border-bottom: 1px solid #efeff0;
}

article.post-list h1,
article.post-list h2,
article.post-list h3,
article.post-list h4,
article.post-list h5,
article.post-list h6 {
    margin-top: 0;
    margin-bottom: 0.75em;
}

article.post-list p {
    margin: 0;
}

article.post-list p.post-category a {
    color: #9d9d9d;
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 0;
}

article.post-list img {
    margin-bottom: 1em;
}

@media only screen and (min-width: 64.0625em) {
    article.post-list img {
        margin-bottom: 0;
    }
}

.article-list article.post-list:first-child {
    padding-top: 0;
}

.post-excerpt {
    display: none;
}

footer.global-footer {
    color: #5e5e5e;
    background: #f2f2f2;
    padding: 2em 15px;
    overflow-x: hidden;
}

footer.global-footer * {
    color: black;
}

footer.global-footer *>a:hover {
    color: #666666;
}


/*footer.global-footer .footer-lower {*/


/*  padding: 1.5em 0 0; }*/

footer.global-footer p {
    margin: 0;
    font-size: 0.875em;
}

footer.global-footer ul {
    margin: 0;
    font-size: 0.875em;
}

footer.global-footer ul li a {
    display: block;
    font-weight: 400;
    text-decoration: underline;
    color: #454a4c;
}

footer.global-footer ul li a:hover {
    text-decoration: underline;
    color: #000;
}

footer.global-footer ul li.current_page_item a {
    text-decoration: underline;
    color: #454a4c;
}

footer .footer-lower p.copyright {
    line-height: 28px;
    margin-bottom: 1em;
}

@media only screen and (min-width: 64.0625em) {
    footer .footer-lower p.copyright {
        margin-bottom: 0;
    }
}

footer .footer-lower .footer-logo {
    display: block;
    background: #000;
    height: 28px;
    width: 204px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(img/the-coal-authority-logo-footer.png) no-repeat top left;
    background-size: 204px 28px;
    float: left;
    margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
    footer .footer-lower .footer-logo {
        float: right;
    }
}

footer .menu li {
    float: left;
    margin-right: 0.5em;
}

.service-block {
    padding: 1.625em 0 0 0;
}

.service-block h3 {
    margin-top: 0;
}

.service-block img {
    padding-bottom: 1.625em;
}


/**CONTEXTUAL RELATED POSTS**/

.crp_related {
    border-top: 1px solid #007ead;
    margin-top: 4em;
    padding: 2em 0 0 0;
}

.crp_related h1,
.crp_related h2,
.crp_related h3,
.crp_related h4,
.crp_related h5,
.crp_related h6 {
    margin-top: 0;
}

.crp_related .related-post-item {
    margin-bottom: 2em;
    overflow: hidden;
}

.crp_related .related-post-item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 64.063em) {
    .crp_related .related-post-item {
        margin-bottom: 0em;
    }
}

.crp_related img {
    margin-bottom: 1em;
}

.crp_related .crp_title {
    font-weight: 600;
    display: block;
    text-decoration: none;
}

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

.crp_related .related-post-item:last-of-type {
    float: left !important;
}

section .article:first-of-type {
    padding-top: 0;
}


/*PAGNATION*/

.pagination {
    padding: 1em 0;
}

.pagination ul {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}

.pagination ul li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
}

.pagination ul li a,
.pagination ul li button {
    border-radius: 3px;
    transition: background-color 300ms ease-out;
    background: none;
    color: #999999;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: inherit;
    padding: 0.0625rem 0.625rem 0.0625rem;
}

.pagination ul li:hover a,
.pagination ul li a:focus,
.pagination ul li:hover button,
.pagination ul li button:focus {
    background: #e6e6e6;
}

.pagination ul li.unavailable a,
.pagination ul li.unavailable button {
    cursor: default;
    color: #999999;
}

.pagination ul li.unavailable:hover a,
.pagination ul li.unavailable a:focus,
.pagination ul li.unavailable:hover button,
.pagination ul li.unavailable button:focus {
    background: transparent;
}

.pagination ul li.active a,
.pagination ul li.active button {
    background: #008CBA;
    color: #FFFFFF;
    cursor: default;
    font-weight: bold;
}

.pagination ul li.active a:hover,
.pagination ul li.active a:focus,
.pagination ul li.active button:hover,
.pagination ul li.active button:focus {
    background: #008CBA;
}

.pagination ul li {
    display: block;
    float: left;
}


/* Pagination centred wrapper */

.pagination-centered {
    text-align: center;
}

.pagination-centered.pagination ul li {
    display: inline-block;
    float: none;
}


/*USER NOISE FEEDBACK FORM*/

#un-button {
    display: none;
}

@media only screen and (min-width: 40.0625em) {
    #un-button {
        display: block;
    }
}


/*CONTACT FORM*/

.contact-phone-list {
    display: block;
    overflow: hidden;
    font-size: 0.875em;
    padding-right: 1em;
    border-right: 1px solid #f2f2f2;
}

.contact-phone-list li {
    margin-bottom: 1em;
}

.contact-phone-list li span {
    font-weight: 600;
    display: block;
}

.contact-address {
    display: block;
    overflow: hidden;
    font-size: 0.875em;
    padding-right: 1em;
    border-right: 1px solid #f2f2f2;
}

.contact-address li {
    margin-bottom: 1em;
}

.contact-address li span {
    font-weight: 600;
    display: block;
}

section.home-latest-posts post-list {
    padding-top: 0;
}


/*SERVICES PAGE*/

.service-block {
    padding: 3em 0;
    display: block;
    border-bottom: 1px solid #efeff0;
}

.service-block h1 a,
.service-block h2 a,
.service-block h3 a,
.service-block h4 a,
.service-block h5 a,
.service-block h6 a,
.service-block h1 a:hover,
.service-block h2 a:hover,
.service-block h3 a:hover,
.service-block h4 a:hover,
.service-block h5 a:hover,
.service-block h6 a:hover {
    text-decoration: none;
}

.service-block img {
    padding: 0;
    margin: 0;
}

.service-block p {
    padding: 0;
    margin: 0;
}

.service-block:first-of-type {
    padding-top: 0;
}


/*POST LISTS PAGE HOVER*/

.post-list img:hover>h3 {
    text-decoration: underline;
}

table {
    background: #FFFFFF;
    border: solid 1px #DDDDDD;
    margin-bottom: 0.5rem;
    table-layout: auto;
    font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
}

table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold;
}

table thead {
    background: #F5F5F5;
}

table thead tr th,
table thead tr td {
    color: #222222;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

table tfoot {
    background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
    color: #222222;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

table tr th,
table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    table tr th, table tr td {
        padding: 0.2rem;
    }
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #F9F9F9;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
    line-height: 1.125rem;
}

.accordion {
    margin-bottom: 0;
}

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

.accordion:after {
    clear: both;
}

.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active>a,
.accordion dd.active>a {
    background: #e8e8e8;
}

.accordion .accordion-navigation>a,
.accordion dd>a {
    background: #EFEFEF;
    color: #222222;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    padding: 1em;
}

.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
    background: #e3e3e3;
}

.accordion .accordion-navigation>.content,
.accordion dd>.content {
    display: none;
    padding: 0.9375rem;
}

.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
    background: #FFFFFF;
    display: block;
}


/* Panels */

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
    height: auto;
}

.panel> :first-child {
    margin-top: 0;
}

.panel> :last-child {
    margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
    color: #333333;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1em;
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4;
}

.panel.callout {
    border-style: solid;
    border-width: 0px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1rem;
    background: #00629B;
    color: #fff;
}

.panel.callout ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.panel.callout> :first-child {
    margin-top: 0;
}

.panel.callout> :last-child {
    margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
    color: #fff;
}

.panel p {
    line-height: 1.4;
}

.panel.callout a:not(.button) {
    color: #fff;
}

.panel.callout a:not(.button):hover {
    color: #e3e3e3;
}

.panel.callout a:not(.button):focus {
    color: black;
}

.home-boxes .panel.callout {
    margin-bottom: 2em;
}

@media only screen and (min-width: 64.0625em) {
    .home-boxes .panel.callout {
        margin-bottom: 0;
    }
}

.panel .tel-link {
    cursor: default;
}

.panel .tel-link:hover {
    text-decoration: none;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.panel.callout h5,
.panel.callout h6 {
    font-weight: 400;
}

.panel.callout h2 {
    color: #bcedff !important;
    padding-bottom: 0.75em;
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: 1px;
    font-weight: 700
}

.panel label {
    color: #bcedff;
    padding-bottom: 5px;
}

.panel p.panel-large a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 700 !important;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    font-weight: inherit;
    display: block;
}


/*Forcing styles to blue panels
*Working with us panel
*/

.category-current-vacancies .link-current-vacancies {
    text-decoration: underline;
    display: none !important;
}

.category-our-people .link-our-people {
    text-decoration: underline;
    display: none !important;
}

.page-id-358 .link-key-documents {
    text-decoration: underline;
    display: none !important;
}

.page-id-356 .link-recruitment-process {
    text-decoration: underline;
    display: none !important;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #feefb3;
    border-color: #9f6000;
    color: #9f6000;
}

.alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%;
}

.alert-box .close:hover,
.alert-box .close:focus {
    opacity: 0.5;
}

.alert-box.radius {
    border-radius: 3px;
}

.alert-box.round {
    border-radius: 1000px;
}

.alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF;
}

.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF;
}

.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f;
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF;
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}

.alert-box.alert-close {
    opacity: 0;
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

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

.tabs:after {
    clear: both;
}

.tabs dd,
.tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
}

.tabs dd>a,
.tabs .tab-title>a {
    display: block;
    background-color: #EFEFEF;
    color: #222222;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    padding: 1rem 2rem;
}

.tabs dd>a:hover,
.tabs .tab-title>a:hover {
    background-color: #e1e1e1;
}

.tabs dd.active a,
.tabs .tab-title.active a {
    background-color: #FFFFFF;
    color: #222222;
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto;
}

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

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

.tabs-content:after {
    clear: both;
}

.tabs-content>.content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%;
}

.tabs-content>.content.active {
    display: block;
    float: none;
}

.tabs-content>.content.contained {
    padding: 0.9375rem;
}

.tabs-content.vertical {
    display: block;
}

.tabs-content.vertical>.content {
    padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%;
    }
    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%;
    }
}

.flex-video {
    height: 0;
    margin-bottom: 1.625rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative;
}

.flex-video.widescreen {
    padding-bottom: 56.34%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}


/* Clearing Styles
-The clearing gallery is predominantly used on the case studies pages.
*/

.clearing-thumbs,
[data-clearing] {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
    content: " ";
    display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
    clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
    margin-right: 0;
}

.clearing-blackout {
    background: #333333;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    left: 0;
}

.clearing-blackout .clearing-close {
    display: block;
}

.clearing-container {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 998;
}

.clearing-touch-label {
    color: #AAAAAA;
    font-size: .6em;
    left: 50%;
    position: absolute;
    top: 50%;
}

.visible-img {
    height: 95%;
    position: relative;
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%;
}

.clearing-caption {
    background: #333333;
    bottom: 0;
    color: #CCCCCC;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 10px 30px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}

.clearing-close {
    color: #CCCCCC;
    display: none;
    font-size: 30px;
    line-height: 1;
    padding-left: 20px;
    padding-top: 10px;
    z-index: 999;
}

.clearing-close:hover,
.clearing-close:focus {
    color: #CCCCCC;
}

.clearing-assembled .clearing-container {
    height: 100%;
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none;
}

.clearing-feature li {
    display: none;
}

.clearing-feature li.clearing-featured-img {
    display: block;
}

@media only screen and (min-width: 40.0625em) {
    .clearing-main-prev,
    .clearing-main-next {
        height: 100%;
        position: absolute;
        top: 0;
        width: 40px;
    }
    .clearing-main-prev>span,
    .clearing-main-next>span {
        border: solid 12px;
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0;
    }
    .clearing-main-prev>span:hover,
    .clearing-main-next>span:hover {
        opacity: .8;
    }
    .clearing-main-prev {
        left: 0;
    }
    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent;
        border-right-color: #CCCCCC;
    }
    .clearing-main-next {
        right: 0;
    }
    .clearing-main-next>span {
        border-color: transparent;
        border-left-color: #CCCCCC;
    }
    .clearing-main-prev.disabled,
    .clearing-main-next.disabled {
        opacity: .3;
    }
    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }
    .clearing-assembled .clearing-container .carousel>ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none;
    }
    .clearing-assembled .clearing-container .carousel>ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px;
    }
    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        height: 100%;
        max-width: none;
    }
    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        box-shadow: none;
        display: block;
    }
    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer !important;
        width: 100% !important;
    }
    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1;
    }
    .clearing-assembled .clearing-container .carousel>ul li:hover {
        opacity: .8;
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #333333;
        height: 85%;
        overflow: hidden;
    }
    .clearing-close {
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        top: 10px;
        right: 20px;
    }
}


/*REMOVE MARGIN BOTTOM ON IMAGES*/

.clearing-assembled img {
    margin-bottom: 0;
}


/*Move prev / next arrows away from edge of screen*/

@media only screen and (min-width: 40.0625em) {
    .clearing-main-prev>span {
        left: 50px !important;
    }
    .clearing-main-next>span {
        right: 50px !important;
    }
}


/**Homepage specific styles**/

.home-boxes {
    background: #f2f2f2;
}

.home-panel {
    background: #007ead;
    margin-bottom: 2em;
}

@media only screen and (min-width: 64.0625em) {
    .home-panel {
        margin-bottom: 0;
    }
}

.home-panel .home-panel-image {
    background: black;
    overflow: hidden;
}

.home-panel .home-panel-image img {
    opacity: 0.95;
    margin: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

.home-panel .home-panel-content {
    padding: 1.25em;
    background: #007ead;
    transition: all 0.3s ease;
}

.home-panel .home-panel-content h1,
.home-panel .home-panel-content h2,
.home-panel .home-panel-content h3,
.home-panel .home-panel-content h4,
.home-panel .home-panel-content h5,
.home-panel .home-panel-content h6 {
    padding-bottom: 0.75em;
    margin: 0;
    display: block;
}

.home-panel .home-panel-content h1 span,
.home-panel .home-panel-content h2 span,
.home-panel .home-panel-content h3 span,
.home-panel .home-panel-content h4 span,
.home-panel .home-panel-content h5 span,
.home-panel .home-panel-content h6 span {
    background: url(img/svg/panel-arrow.svg) no-repeat center center;
    background-size: 1em 1em;
    float: right;
    opacity: 1;
    height: 1.25em;
    width: 1.25em;
    opacity: 0;
    transition: all 0.5s ease;
}

.home-panel .home-panel-content h3 {
    font-size: 1.25rem;
}

@media only screen and (min-width: 64.0625em) {
    .home-panel .home-panel-content h3 {
        font-size: 1.5rem;
    }
}

.home-panel .home-panel-content p {
    padding: 0;
    margin: 0;
}

.home-panel .home-panel-content * {
    color: #fff;
}

.home-panel a:hover {
    text-decoration: none;
}

.home-panel a:hover .home-panel-content {
    background: #0089bc;
}

.home-panel a:hover h1 span,
.home-panel a:hover h2 span,
.home-panel a:hover h3 span,
.home-panel a:hover h4 span,
.home-panel a:hover h5 span,
.home-panel a:hover h6 span {
    opacity: 1;
}

.home-panel a:hover img {
    opacity: 1;
}

.home-panel.last-panel {
    margin-bottom: 0;
}

.home-service-boxes {
    overflow: hidden;
    margin: 0;
}

.home-service-boxes .column+.column:last-child,
.home-service-boxes .columns+.column:last-child,
.home-service-boxes .column+.columns:last-child,
.home-service-boxes .columns+.columns:last-child {
    float: left;
}

.service-box {
    margin-bottom: 2em;
    padding: 0.5em;
    border: 1px solid #f2f2f2;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease;
}

.service-box:hover {
    background: #f2f2f2;
}

.service-box h1,
.service-box h2,
.service-box h3,
.service-box h4,
.service-box h5,
.service-box h6 {
    line-height: 1.3em;
    margin-bottom: 0.5em;
    margin-top: 0;
    padding-top: 0;
}

.service-box p {
    line-height: 1.4;
    color: #444444;
    font-size: 0.875em;
    margin-bottom: 0;
}

.service-box img {
    margin: 0;
    padding: 0;
}

.home-case-studies {
    padding: 3em 0;
    border: 0;
    background: #007ead;
}

.home-case-studies .home-case-study {
    margin-bottom: 2em;
}

@media only screen and (min-width: 64.0625em) {
    .home-case-studies .home-case-study {
        margin-bottom: 0;
    }
}

.home-case-studies .home-case-study img {
    margin: 0;
    opacity: 0.95;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

.home-case-studies .home-case-study .content {
    background: #fff;
    padding: 1em;
    transition: all 0.3s ease;
}

.home-case-studies .home-case-study .content p.post-category {
    color: #9d9d9d;
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    line-height: 1.4;
}

.home-case-studies .home-case-study a:hover {
    text-decoration: none;
}

.home-case-studies .home-case-study a:hover .home-panel-content {
    background: #0089bc;
}

.home-case-studies .home-case-study a:hover .content {
    background: #f2f2f2;
}

.home-case-studies .home-case-study a:hover img {
    opacity: 1;
}

.factoid {
    padding: 1.5rem 1.25rem;
    display: block;
    background: #f2f2f2;
    font-weight: 600;
    font-size: 1.125em;
    margin-bottom: 1rem;
}

.factoid span {
    color: #00aeef;
    font-weight: 900;
    font-size: 1.75em;
    display: block;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}


/*IMAGES*/

figure {
    margin: 0 0 2rem 0;
    position: relative;
}

figure img {
    margin-bottom: 1rem;
}

figcaption {
    font-size: 0.875em;
}

figure.caption-overlay img {
    margin: 0;
}

.wp-caption {
    position: relative;
    width: 100% !important;
    margin-bottom: 1.75rem;
}

.wp-caption img {
    margin: 0;
    padding: 0;
}

.wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.875rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    margin: 0;
}

.wp-caption .cc-featured-image-caption-text {
    font-size: 0.875rem;
    font-weight: 400;
}

article.post-list .cc-featured-image-caption {
    display: none;
}

.featured-image {
    position: relative;
    width: 100% !important;
    margin-bottom: 1.75rem;
}

.featured-image img {
    margin: 0;
    padding: 0;
}

.featured-image .cc-featured-image-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    margin: 0;
    padding: 0.5rem;
    font-size: 0.750rem;
    line-height: 1.2em;
}

@media only screen and (min-width: 64.0625em) {
    .featured-image .cc-featured-image-caption-text {
        padding: 0.875rem;
        font-size: 1rem;
    }
}


/*BEFORE AND AFTER IMAGE SLIDER*/

.twentytwenty-wrapper {
    margin-bottom: 2em;
}


/* Tooltips */

.has-tip {
    border-bottom: dotted 1px #CCCCCC;
    color: #333333;
    cursor: help;
    font-weight: bold;
}

.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA;
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important;
}

.tooltip {
    background: #333333;
    color: #FFFFFF;
    display: none;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.3;
    max-width: 300px;
    padding: 0.75rem;
    position: absolute;
    width: 100%;
    z-index: 1006;
    left: 50%;
}

.tooltip>.nub {
    border-color: transparent transparent #333333 transparent;
    border: solid 5px;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px;
}

.tooltip>.nub.rtl {
    left: auto;
    right: 5px;
}

.tooltip.radius {
    border-radius: 3px;
}

.tooltip.round {
    border-radius: 1000px;
}

.tooltip.round>.nub {
    left: 2rem;
}

.tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008CBA !important;
}

.tap-to-close {
    color: #777777;
    display: block;
    font-size: 0.625rem;
    font-weight: normal;
}

@media only screen and (min-width: 40.0625em) {
    .tooltip>.nub {
        border-color: transparent transparent #333333 transparent;
        top: -10px;
    }
    .tooltip.tip-top>.nub {
        border-color: #333333 transparent transparent transparent;
        bottom: -10px;
        top: auto;
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important;
    }
    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #333333;
        left: auto;
        margin-top: -5px;
        right: -10px;
        top: 50%;
    }
    .tooltip.tip-right>.nub {
        border-color: transparent #333333 transparent transparent;
        left: -10px;
        margin-top: -5px;
        right: auto;
        top: 50%;
    }
}

#preLoginHomePagePrimaryContent p a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
}

@media only screen and (max-width: 767px) {
    section:first-child {
        padding: 1em 0 3em 0;
    }
}

#standard_errorMessagesPanel {
    display: none;
}

#mobile_errorMessagesPanel {
    display: block;
}


/* Media queries for login errors */
@media only screen and (min-width: 767px) {
    #mobile_errorMessagesPanel {
        display: none;
    }
    #standard_errorMessagesPanel {
        display: block;
    }
}

#standard_errorMessagesPanel h2, #mobile_errorMessagesPanel h2, #formErrors h2, #formErrorsCallout h2 {
    margin: 10px 0 5px 0;
}

/* Cookie Consent override */
.cookieConsentContainer {
    left: 0;
}

@media all and (-ms-high-contrast:none) {
    .menuCentered {
        display: block;
        line-height: 3;
    }
}