.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[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;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
a:after,
.wgd-col.card *:after,
.richtext *:after,
p strong:after {
	display: inline;
}
ol:after,
p:after,
ul:after {
    display: inline;
}
* {
    -webkit-tap-highlight-color: transparent;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.grid0 {
    margin: auto;
    padding: 0;
    overflow: hidden;
}
.grid0,
.grid0.full {
    max-width: none;
}
.grid0 .row {
    width: calc(100% + 0px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.grid0 .row.flex {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.grid0 .row.single > * {
    margin-bottom: 0!important;
}
.grid0 .row > * {
    float: left;
    margin: 0;
}
.grid0 .row > .u-1-2 {
    width: calc(50% - 0px)!important;
    width: -webkit-calc(50% - 0)!important;
}
.grid0 .row > .u-2-2 {
    width: calc(100% - 0px)!important;
    width: -webkit-calc(100% - 0)!important;
}
@media (max-width:1023px) {
    .grid0 .row > .m-1-2 {
        width: calc(50% - 0px)!important;
        width: -webkit-calc(50% - 0)!important;
    }
    .grid0 .row > .m-2-2 {
        width: calc(100% - 0px)!important;
        width: -webkit-calc(100% - 0)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .grid0 .row > .tp-1-2 {
        width: calc(50% - 0px)!important;
        width: -webkit-calc(50% - 0)!important;
    }
    .grid0 .row > .tp-2-2 {
        width: calc(100% - 0px)!important;
        width: -webkit-calc(100% - 0)!important;
    }
}
.blog_post {
    max-width: 1190px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}
.blog_post.full {
    max-width: none;
}
.blog_post .row {
    width: calc(100% + 30px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.blog_post .row.flex {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.blog_post .row.single > * {
    margin-bottom: 0!important;
}
.blog_post .row > * {
    float: left;
    margin: 0 30px 30px 0;
}
.blog_post .row > .u-1-12 {
    width: calc(8.33333% - 30px)!important;
    width: -webkit-calc(8.33333% - 30px)!important;
}
.blog_post .row > .u-2-12 {
    width: calc(16.66667% - 30px)!important;
    width: -webkit-calc(16.66667% - 30px)!important;
}
.blog_post .row > .u-3-12 {
    width: calc(25% - 30px)!important;
    width: -webkit-calc(25% - 30px)!important;
}
.blog_post .row > .u-4-12 {
    width: calc(33.33333% - 30px)!important;
    width: -webkit-calc(33.33333% - 30px)!important;
}
.blog_post .row > .u-5-12 {
    width: calc(41.66667% - 30px)!important;
    width: -webkit-calc(41.66667% - 30px)!important;
}
.blog_post .row > .u-6-12 {
    width: calc(50% - 30px)!important;
    width: -webkit-calc(50% - 30px)!important;
}
.blog_post .row > .u-7-12 {
    width: calc(58.33333% - 30px)!important;
    width: -webkit-calc(58.33333% - 30px)!important;
}
.blog_post .row > .u-8-12 {
    width: calc(66.66667% - 30px)!important;
    width: -webkit-calc(66.66667% - 30px)!important;
}
.blog_post .row > .u-9-12 {
    width: calc(75% - 30px)!important;
    width: -webkit-calc(75% - 30px)!important;
}
.blog_post .row > .u-10-12 {
    width: calc(83.33333% - 30px)!important;
    width: -webkit-calc(83.33333% - 30px)!important;
}
.blog_post .row > .u-11-12 {
    width: calc(91.66667% - 30px)!important;
    width: -webkit-calc(91.66667% - 30px)!important;
}
.blog_post .row > .u-12-12 {
    width: calc(100% - 30px)!important;
    width: -webkit-calc(100% - 30px)!important;
}
@media (max-width:1023px) {
    .blog_post .row > .m-1-12 {
        width: calc(8.33333% - 30px)!important;
        width: -webkit-calc(8.33333% - 30px)!important;
    }
    .blog_post .row > .m-2-12 {
        width: calc(16.66667% - 30px)!important;
        width: -webkit-calc(16.66667% - 30px)!important;
    }
    .blog_post .row > .m-3-12 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .blog_post .row > .m-4-12 {
        width: calc(33.33333% - 30px)!important;
        width: -webkit-calc(33.33333% - 30px)!important;
    }
    .blog_post .row > .m-5-12 {
        width: calc(41.66667% - 30px)!important;
        width: -webkit-calc(41.66667% - 30px)!important;
    }
    .blog_post .row > .m-6-12 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .blog_post .row > .m-7-12 {
        width: calc(58.33333% - 30px)!important;
        width: -webkit-calc(58.33333% - 30px)!important;
    }
    .blog_post .row > .m-8-12 {
        width: calc(66.66667% - 30px)!important;
        width: -webkit-calc(66.66667% - 30px)!important;
    }
    .blog_post .row > .m-9-12 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .blog_post .row > .m-10-12 {
        width: calc(83.33333% - 30px)!important;
        width: -webkit-calc(83.33333% - 30px)!important;
    }
    .blog_post .row > .m-11-12 {
        width: calc(91.66667% - 30px)!important;
        width: -webkit-calc(91.66667% - 30px)!important;
    }
    .blog_post .row > .m-12-12 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (max-width:767px) and (orientation:portrait) {
    .blog_post .row > .mp-1-12 {
        width: calc(8.33333% - 30px)!important;
        width: -webkit-calc(8.33333% - 30px)!important;
    }
    .blog_post .row > .mp-2-12 {
        width: calc(16.66667% - 30px)!important;
        width: -webkit-calc(16.66667% - 30px)!important;
    }
    .blog_post .row > .mp-3-12 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .blog_post .row > .mp-4-12 {
        width: calc(33.33333% - 30px)!important;
        width: -webkit-calc(33.33333% - 30px)!important;
    }
    .blog_post .row > .mp-5-12 {
        width: calc(41.66667% - 30px)!important;
        width: -webkit-calc(41.66667% - 30px)!important;
    }
    .blog_post .row > .mp-6-12 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .blog_post .row > .mp-7-12 {
        width: calc(58.33333% - 30px)!important;
        width: -webkit-calc(58.33333% - 30px)!important;
    }
    .blog_post .row > .mp-8-12 {
        width: calc(66.66667% - 30px)!important;
        width: -webkit-calc(66.66667% - 30px)!important;
    }
    .blog_post .row > .mp-9-12 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .blog_post .row > .mp-10-12 {
        width: calc(83.33333% - 30px)!important;
        width: -webkit-calc(83.33333% - 30px)!important;
    }
    .blog_post .row > .mp-11-12 {
        width: calc(91.66667% - 30px)!important;
        width: -webkit-calc(91.66667% - 30px)!important;
    }
    .blog_post .row > .mp-12-12 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .blog_post .row > .t-1-12 {
        width: calc(8.33333% - 30px)!important;
        width: -webkit-calc(8.33333% - 30px)!important;
    }
    .blog_post .row > .t-2-12 {
        width: calc(16.66667% - 30px)!important;
        width: -webkit-calc(16.66667% - 30px)!important;
    }
    .blog_post .row > .t-3-12 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .blog_post .row > .t-4-12 {
        width: calc(33.33333% - 30px)!important;
        width: -webkit-calc(33.33333% - 30px)!important;
    }
    .blog_post .row > .t-5-12 {
        width: calc(41.66667% - 30px)!important;
        width: -webkit-calc(41.66667% - 30px)!important;
    }
    .blog_post .row > .t-6-12 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .blog_post .row > .t-7-12 {
        width: calc(58.33333% - 30px)!important;
        width: -webkit-calc(58.33333% - 30px)!important;
    }
    .blog_post .row > .t-8-12 {
        width: calc(66.66667% - 30px)!important;
        width: -webkit-calc(66.66667% - 30px)!important;
    }
    .blog_post .row > .t-9-12 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .blog_post .row > .t-10-12 {
        width: calc(83.33333% - 30px)!important;
        width: -webkit-calc(83.33333% - 30px)!important;
    }
    .blog_post .row > .t-11-12 {
        width: calc(91.66667% - 30px)!important;
        width: -webkit-calc(91.66667% - 30px)!important;
    }
    .blog_post .row > .t-12-12 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .blog_post .row > .tp-1-12 {
        width: calc(8.33333% - 30px)!important;
        width: -webkit-calc(8.33333% - 30px)!important;
    }
    .blog_post .row > .tp-2-12 {
        width: calc(16.66667% - 30px)!important;
        width: -webkit-calc(16.66667% - 30px)!important;
    }
    .blog_post .row > .tp-3-12 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .blog_post .row > .tp-4-12 {
        width: calc(33.33333% - 30px)!important;
        width: -webkit-calc(33.33333% - 30px)!important;
    }
    .blog_post .row > .tp-5-12 {
        width: calc(41.66667% - 30px)!important;
        width: -webkit-calc(41.66667% - 30px)!important;
    }
    .blog_post .row > .tp-6-12 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .blog_post .row > .tp-7-12 {
        width: calc(58.33333% - 30px)!important;
        width: -webkit-calc(58.33333% - 30px)!important;
    }
    .blog_post .row > .tp-8-12 {
        width: calc(66.66667% - 30px)!important;
        width: -webkit-calc(66.66667% - 30px)!important;
    }
    .blog_post .row > .tp-9-12 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .blog_post .row > .tp-10-12 {
        width: calc(83.33333% - 30px)!important;
        width: -webkit-calc(83.33333% - 30px)!important;
    }
    .blog_post .row > .tp-11-12 {
        width: calc(91.66667% - 30px)!important;
        width: -webkit-calc(91.66667% - 30px)!important;
    }
    .blog_post .row > .tp-12-12 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
.grid {
    max-width: 1190px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}
.grid.full {
    max-width: none;
}
.grid .row {
    width: calc(100% + 30px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.grid .row.flex {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.grid .row.single > * {
    margin-bottom: 0!important;
}
.grid .row > * {
    float: left;
    margin: 0 30px 30px 0;
}
.grid .row > .u-1-4 {
    width: calc(25% - 30px)!important;
    width: -webkit-calc(25% - 30px)!important;
}
.grid .row > .u-2-4 {
    width: calc(50% - 30px)!important;
    width: -webkit-calc(50% - 30px)!important;
}
.grid .row > .u-3-4 {
    width: calc(75% - 30px)!important;
    width: -webkit-calc(75% - 30px)!important;
}
.grid .row > .u-4-4 {
    width: calc(100% - 30px)!important;
    width: -webkit-calc(100% - 30px)!important;
}
@media (max-width:1023px) {
    .grid .row > .m-1-4 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .grid .row > .m-2-4 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid .row > .m-3-4 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .grid .row > .m-4-4 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (max-width:767px) and (orientation:portrait) {
    .grid .row > .mp-1-4 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .grid .row > .mp-2-4 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid .row > .mp-3-4 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .grid .row > .mp-4-4 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .grid .row > .t-1-4 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .grid .row > .t-2-4 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid .row > .t-3-4 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .grid .row > .t-4-4 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .grid .row > .tp-1-4 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .grid .row > .tp-2-4 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid .row > .tp-3-4 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .grid .row > .tp-4-4 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (max-width:1023px) {
    .grid .row.respondXY > * {
        margin: 0 20px 20px 0;
    }
}
.grid2 {
    max-width: 1190px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}
.grid2.full {
    max-width: none;
}
.grid2 .row {
    width: calc(100% + 20px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.grid2 .row.flex {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.grid2 .row.single > * {
    margin-bottom: 0!important;
}
.grid2 .row > * {
    float: left;
    margin: 0 20px 0 0;
}
.grid2 .row > .u-1-2 {
    width: calc(50% - 20px)!important;
    width: -webkit-calc(50% - 20px)!important;
}
.grid2 .row > .u-2-2 {
    width: calc(100% - 20px)!important;
    width: -webkit-calc(100% - 20px)!important;
}
.grid6 {
    max-width: 1190px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}
.grid6.full {
    max-width: none;
}
.grid6 .row {
    width: calc(100% + 30px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.grid6 .row.flex {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.grid6 .row.single > * {
    margin-bottom: 0!important;
}
.grid6 .row > * {
    float: left;
    margin: 0 30px 30px 0;
}
.grid6 .row > .u-1-6 {
    width: calc(16.66667% - 30px)!important;
    width: -webkit-calc(16.66667% - 30px)!important;
}
.grid6 .row > .u-2-6 {
    width: calc(33.33333% - 30px)!important;
    width: -webkit-calc(33.33333% - 30px)!important;
}
.grid6 .row > .u-3-6 {
    width: calc(50% - 30px)!important;
    width: -webkit-calc(50% - 30px)!important;
}
.grid6 .row > .u-4-6 {
    width: calc(66.66667% - 30px)!important;
    width: -webkit-calc(66.66667% - 30px)!important;
}
.grid6 .row > .u-5-6 {
    width: calc(83.33333% - 30px)!important;
    width: -webkit-calc(83.33333% - 30px)!important;
}
.grid6 .row > .u-6-6 {
    width: calc(100% - 30px)!important;
    width: -webkit-calc(100% - 30px)!important;
}
@media (max-width:1023px) {
    .grid6 .row > .m-1-6 {
        width: calc(16.66667% - 30px)!important;
        width: -webkit-calc(16.66667% - 30px)!important;
    }
    .grid6 .row > .m-2-6 {
        width: calc(33.33333% - 30px)!important;
        width: -webkit-calc(33.33333% - 30px)!important;
    }
    .grid6 .row > .m-3-6 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid6 .row > .m-4-6 {
        width: calc(66.66667% - 30px)!important;
        width: -webkit-calc(66.66667% - 30px)!important;
    }
    .grid6 .row > .m-5-6 {
        width: calc(83.33333% - 30px)!important;
        width: -webkit-calc(83.33333% - 30px)!important;
    }
    .grid6 .row > .m-6-6 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .grid6 .row > .t-1-6 {
        width: calc(16.66667% - 30px)!important;
        width: -webkit-calc(16.66667% - 30px)!important;
    }
    .grid6 .row > .t-2-6 {
        width: calc(33.33333% - 30px)!important;
        width: -webkit-calc(33.33333% - 30px)!important;
    }
    .grid6 .row > .t-3-6 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid6 .row > .t-4-6 {
        width: calc(66.66667% - 30px)!important;
        width: -webkit-calc(66.66667% - 30px)!important;
    }
    .grid6 .row > .t-5-6 {
        width: calc(83.33333% - 30px)!important;
        width: -webkit-calc(83.33333% - 30px)!important;
    }
    .grid6 .row > .t-6-6 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .grid6 .row > .tp-1-6 {
        width: calc(16.66667% - 30px)!important;
        width: -webkit-calc(16.66667% - 30px)!important;
    }
    .grid6 .row > .tp-2-6 {
        width: calc(33.33333% - 30px)!important;
        width: -webkit-calc(33.33333% - 30px)!important;
    }
    .grid6 .row > .tp-3-6 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid6 .row > .tp-4-6 {
        width: calc(66.66667% - 30px)!important;
        width: -webkit-calc(66.66667% - 30px)!important;
    }
    .grid6 .row > .tp-5-6 {
        width: calc(83.33333% - 30px)!important;
        width: -webkit-calc(83.33333% - 30px)!important;
    }
    .grid6 .row > .tp-6-6 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
.grid20 {
    max-width: 1190px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}
.grid20.full {
    max-width: none;
}
.grid20 .row {
    width: calc(100% + 30px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.grid20 .row.flex {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.grid20 .row.single > * {
    margin-bottom: 0!important;
}
.grid20 .row > * {
    float: left;
    margin: 0 30px 30px 0;
}
.grid20 .row > .u-1-20 {
    width: calc(5% - 30px)!important;
    width: -webkit-calc(5% - 30px)!important;
}
.grid20 .row > .u-2-20 {
    width: calc(10% - 30px)!important;
    width: -webkit-calc(10% - 30px)!important;
}
.grid20 .row > .u-3-20 {
    width: calc(15% - 30px)!important;
    width: -webkit-calc(15% - 30px)!important;
}
.grid20 .row > .u-4-20 {
    width: calc(20% - 30px)!important;
    width: -webkit-calc(20% - 30px)!important;
}
.grid20 .row > .u-5-20 {
    width: calc(25% - 30px)!important;
    width: -webkit-calc(25% - 30px)!important;
}
.grid20 .row > .u-6-20 {
    width: calc(30% - 30px)!important;
    width: -webkit-calc(30% - 30px)!important;
}
.grid20 .row > .u-7-20 {
    width: calc(35% - 30px)!important;
    width: -webkit-calc(35% - 30px)!important;
}
.grid20 .row > .u-8-20 {
    width: calc(40% - 30px)!important;
    width: -webkit-calc(40% - 30px)!important;
}
.grid20 .row > .u-9-20 {
    width: calc(45% - 30px)!important;
    width: -webkit-calc(45% - 30px)!important;
}
.grid20 .row > .u-10-20 {
    width: calc(50% - 30px)!important;
    width: -webkit-calc(50% - 30px)!important;
}
.grid20 .row > .u-11-20 {
    width: calc(55% - 30px)!important;
    width: -webkit-calc(55% - 30px)!important;
}
.grid20 .row > .u-12-20 {
    width: calc(60% - 30px)!important;
    width: -webkit-calc(60% - 30px)!important;
}
.grid20 .row > .u-13-20 {
    width: calc(65% - 30px)!important;
    width: -webkit-calc(65% - 30px)!important;
}
.grid20 .row > .u-14-20 {
    width: calc(70% - 30px)!important;
    width: -webkit-calc(70% - 30px)!important;
}
.grid20 .row > .u-15-20 {
    width: calc(75% - 30px)!important;
    width: -webkit-calc(75% - 30px)!important;
}
.grid20 .row > .u-16-20 {
    width: calc(80% - 30px)!important;
    width: -webkit-calc(80% - 30px)!important;
}
.grid20 .row > .u-17-20 {
    width: calc(85% - 30px)!important;
    width: -webkit-calc(85% - 30px)!important;
}
.grid20 .row > .u-18-20 {
    width: calc(90% - 30px)!important;
    width: -webkit-calc(90% - 30px)!important;
}
.grid20 .row > .u-19-20 {
    width: calc(95% - 30px)!important;
    width: -webkit-calc(95% - 30px)!important;
}
.grid20 .row > .u-20-20 {
    width: calc(100% - 30px)!important;
    width: -webkit-calc(100% - 30px)!important;
}
@media (max-width:1023px) {
    .grid20 .row > .m-1-20 {
        width: calc(5% - 30px)!important;
        width: -webkit-calc(5% - 30px)!important;
    }
    .grid20 .row > .m-2-20 {
        width: calc(10% - 30px)!important;
        width: -webkit-calc(10% - 30px)!important;
    }
    .grid20 .row > .m-3-20 {
        width: calc(15% - 30px)!important;
        width: -webkit-calc(15% - 30px)!important;
    }
    .grid20 .row > .m-4-20 {
        width: calc(20% - 30px)!important;
        width: -webkit-calc(20% - 30px)!important;
    }
    .grid20 .row > .m-5-20 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .grid20 .row > .m-6-20 {
        width: calc(30% - 30px)!important;
        width: -webkit-calc(30% - 30px)!important;
    }
    .grid20 .row > .m-7-20 {
        width: calc(35% - 30px)!important;
        width: -webkit-calc(35% - 30px)!important;
    }
    .grid20 .row > .m-8-20 {
        width: calc(40% - 30px)!important;
        width: -webkit-calc(40% - 30px)!important;
    }
    .grid20 .row > .m-9-20 {
        width: calc(45% - 30px)!important;
        width: -webkit-calc(45% - 30px)!important;
    }
    .grid20 .row > .m-10-20 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid20 .row > .m-11-20 {
        width: calc(55% - 30px)!important;
        width: -webkit-calc(55% - 30px)!important;
    }
    .grid20 .row > .m-12-20 {
        width: calc(60% - 30px)!important;
        width: -webkit-calc(60% - 30px)!important;
    }
    .grid20 .row > .m-13-20 {
        width: calc(65% - 30px)!important;
        width: -webkit-calc(65% - 30px)!important;
    }
    .grid20 .row > .m-14-20 {
        width: calc(70% - 30px)!important;
        width: -webkit-calc(70% - 30px)!important;
    }
    .grid20 .row > .m-15-20 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .grid20 .row > .m-16-20 {
        width: calc(80% - 30px)!important;
        width: -webkit-calc(80% - 30px)!important;
    }
    .grid20 .row > .m-17-20 {
        width: calc(85% - 30px)!important;
        width: -webkit-calc(85% - 30px)!important;
    }
    .grid20 .row > .m-18-20 {
        width: calc(90% - 30px)!important;
        width: -webkit-calc(90% - 30px)!important;
    }
    .grid20 .row > .m-19-20 {
        width: calc(95% - 30px)!important;
        width: -webkit-calc(95% - 30px)!important;
    }
    .grid20 .row > .m-20-20 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (max-width:767px) and (orientation:portrait) {
    .grid20 .row > .mp-1-20 {
        width: calc(5% - 30px)!important;
        width: -webkit-calc(5% - 30px)!important;
    }
    .grid20 .row > .mp-2-20 {
        width: calc(10% - 30px)!important;
        width: -webkit-calc(10% - 30px)!important;
    }
    .grid20 .row > .mp-3-20 {
        width: calc(15% - 30px)!important;
        width: -webkit-calc(15% - 30px)!important;
    }
    .grid20 .row > .mp-4-20 {
        width: calc(20% - 30px)!important;
        width: -webkit-calc(20% - 30px)!important;
    }
    .grid20 .row > .mp-5-20 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .grid20 .row > .mp-6-20 {
        width: calc(30% - 30px)!important;
        width: -webkit-calc(30% - 30px)!important;
    }
    .grid20 .row > .mp-7-20 {
        width: calc(35% - 30px)!important;
        width: -webkit-calc(35% - 30px)!important;
    }
    .grid20 .row > .mp-8-20 {
        width: calc(40% - 30px)!important;
        width: -webkit-calc(40% - 30px)!important;
    }
    .grid20 .row > .mp-9-20 {
        width: calc(45% - 30px)!important;
        width: -webkit-calc(45% - 30px)!important;
    }
    .grid20 .row > .mp-10-20 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid20 .row > .mp-11-20 {
        width: calc(55% - 30px)!important;
        width: -webkit-calc(55% - 30px)!important;
    }
    .grid20 .row > .mp-12-20 {
        width: calc(60% - 30px)!important;
        width: -webkit-calc(60% - 30px)!important;
    }
    .grid20 .row > .mp-13-20 {
        width: calc(65% - 30px)!important;
        width: -webkit-calc(65% - 30px)!important;
    }
    .grid20 .row > .mp-14-20 {
        width: calc(70% - 30px)!important;
        width: -webkit-calc(70% - 30px)!important;
    }
    .grid20 .row > .mp-15-20 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .grid20 .row > .mp-16-20 {
        width: calc(80% - 30px)!important;
        width: -webkit-calc(80% - 30px)!important;
    }
    .grid20 .row > .mp-17-20 {
        width: calc(85% - 30px)!important;
        width: -webkit-calc(85% - 30px)!important;
    }
    .grid20 .row > .mp-18-20 {
        width: calc(90% - 30px)!important;
        width: -webkit-calc(90% - 30px)!important;
    }
    .grid20 .row > .mp-19-20 {
        width: calc(95% - 30px)!important;
        width: -webkit-calc(95% - 30px)!important;
    }
    .grid20 .row > .mp-20-20 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .grid20 .row > .t-1-20 {
        width: calc(5% - 30px)!important;
        width: -webkit-calc(5% - 30px)!important;
    }
    .grid20 .row > .t-2-20 {
        width: calc(10% - 30px)!important;
        width: -webkit-calc(10% - 30px)!important;
    }
    .grid20 .row > .t-3-20 {
        width: calc(15% - 30px)!important;
        width: -webkit-calc(15% - 30px)!important;
    }
    .grid20 .row > .t-4-20 {
        width: calc(20% - 30px)!important;
        width: -webkit-calc(20% - 30px)!important;
    }
    .grid20 .row > .t-5-20 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .grid20 .row > .t-6-20 {
        width: calc(30% - 30px)!important;
        width: -webkit-calc(30% - 30px)!important;
    }
    .grid20 .row > .t-7-20 {
        width: calc(35% - 30px)!important;
        width: -webkit-calc(35% - 30px)!important;
    }
    .grid20 .row > .t-8-20 {
        width: calc(40% - 30px)!important;
        width: -webkit-calc(40% - 30px)!important;
    }
    .grid20 .row > .t-9-20 {
        width: calc(45% - 30px)!important;
        width: -webkit-calc(45% - 30px)!important;
    }
    .grid20 .row > .t-10-20 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid20 .row > .t-11-20 {
        width: calc(55% - 30px)!important;
        width: -webkit-calc(55% - 30px)!important;
    }
    .grid20 .row > .t-12-20 {
        width: calc(60% - 30px)!important;
        width: -webkit-calc(60% - 30px)!important;
    }
    .grid20 .row > .t-13-20 {
        width: calc(65% - 30px)!important;
        width: -webkit-calc(65% - 30px)!important;
    }
    .grid20 .row > .t-14-20 {
        width: calc(70% - 30px)!important;
        width: -webkit-calc(70% - 30px)!important;
    }
    .grid20 .row > .t-15-20 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .grid20 .row > .t-16-20 {
        width: calc(80% - 30px)!important;
        width: -webkit-calc(80% - 30px)!important;
    }
    .grid20 .row > .t-17-20 {
        width: calc(85% - 30px)!important;
        width: -webkit-calc(85% - 30px)!important;
    }
    .grid20 .row > .t-18-20 {
        width: calc(90% - 30px)!important;
        width: -webkit-calc(90% - 30px)!important;
    }
    .grid20 .row > .t-19-20 {
        width: calc(95% - 30px)!important;
        width: -webkit-calc(95% - 30px)!important;
    }
    .grid20 .row > .t-20-20 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .grid20 .row > .tp-1-20 {
        width: calc(5% - 30px)!important;
        width: -webkit-calc(5% - 30px)!important;
    }
    .grid20 .row > .tp-2-20 {
        width: calc(10% - 30px)!important;
        width: -webkit-calc(10% - 30px)!important;
    }
    .grid20 .row > .tp-3-20 {
        width: calc(15% - 30px)!important;
        width: -webkit-calc(15% - 30px)!important;
    }
    .grid20 .row > .tp-4-20 {
        width: calc(20% - 30px)!important;
        width: -webkit-calc(20% - 30px)!important;
    }
    .grid20 .row > .tp-5-20 {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .grid20 .row > .tp-6-20 {
        width: calc(30% - 30px)!important;
        width: -webkit-calc(30% - 30px)!important;
    }
    .grid20 .row > .tp-7-20 {
        width: calc(35% - 30px)!important;
        width: -webkit-calc(35% - 30px)!important;
    }
    .grid20 .row > .tp-8-20 {
        width: calc(40% - 30px)!important;
        width: -webkit-calc(40% - 30px)!important;
    }
    .grid20 .row > .tp-9-20 {
        width: calc(45% - 30px)!important;
        width: -webkit-calc(45% - 30px)!important;
    }
    .grid20 .row > .tp-10-20 {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .grid20 .row > .tp-11-20 {
        width: calc(55% - 30px)!important;
        width: -webkit-calc(55% - 30px)!important;
    }
    .grid20 .row > .tp-12-20 {
        width: calc(60% - 30px)!important;
        width: -webkit-calc(60% - 30px)!important;
    }
    .grid20 .row > .tp-13-20 {
        width: calc(65% - 30px)!important;
        width: -webkit-calc(65% - 30px)!important;
    }
    .grid20 .row > .tp-14-20 {
        width: calc(70% - 30px)!important;
        width: -webkit-calc(70% - 30px)!important;
    }
    .grid20 .row > .tp-15-20 {
        width: calc(75% - 30px)!important;
        width: -webkit-calc(75% - 30px)!important;
    }
    .grid20 .row > .tp-16-20 {
        width: calc(80% - 30px)!important;
        width: -webkit-calc(80% - 30px)!important;
    }
    .grid20 .row > .tp-17-20 {
        width: calc(85% - 30px)!important;
        width: -webkit-calc(85% - 30px)!important;
    }
    .grid20 .row > .tp-18-20 {
        width: calc(90% - 30px)!important;
        width: -webkit-calc(90% - 30px)!important;
    }
    .grid20 .row > .tp-19-20 {
        width: calc(95% - 30px)!important;
        width: -webkit-calc(95% - 30px)!important;
    }
    .grid20 .row > .tp-20-20 {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
#overlay .icons a.active,
#overlay.active .close,
.about-us .row6 .testimonial.active,
.animated,
.contact .row3 .contact-details.active,
.contact .row4 .location.active,
.inview,
header.global > div.icons a.active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#overlay .icons a.infinite.active,
#overlay.active .infinite.close,
.about-us .row6 .infinite.testimonial.active,
.animated.infinite,
.contact .row3 .infinite.contact-details.active,
.contact .row4 .infinite.location.active,
.infinite.inview,
header.global > div.icons a.infinite.active {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#overlay .icons a.hinge.active,
#overlay.active .hinge.close,
.about-us .row6 .hinge.testimonial.active,
.animated.hinge,
.contact .row3 .hinge.contact-details.active,
.contact .row4 .hinge.location.active,
.hinge.inview,
header.global > div.icons a.hinge.active {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
#overlay .icons a.bounceIn.active,
#overlay .icons a.bounceOut.active,
#overlay .icons a.flipOutX.active,
#overlay .icons a.flipOutY.active,
#overlay.active .bounceIn.close,
#overlay.active .bounceOut.close,
#overlay.active .flipOutX.close,
#overlay.active .flipOutY.close,
.about-us .row6 .bounceIn.testimonial.active,
.about-us .row6 .bounceOut.testimonial.active,
.about-us .row6 .flipOutX.testimonial.active,
.about-us .row6 .flipOutY.testimonial.active,
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY,
.bounceIn.inview,
.bounceOut.inview,
.contact .row3 .bounceIn.contact-details.active,
.contact .row3 .bounceOut.contact-details.active,
.contact .row3 .flipOutX.contact-details.active,
.contact .row3 .flipOutY.contact-details.active,
.contact .row4 .bounceIn.location.active,
.contact .row4 .bounceOut.location.active,
.contact .row4 .flipOutX.location.active,
.contact .row4 .flipOutY.location.active,
.flipOutX.inview,
.flipOutY.inview,
header.global > div.icons a.bounceIn.active,
header.global > div.icons a.bounceOut.active,
header.global > div.icons a.flipOutX.active,
header.global > div.icons a.flipOutY.active {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }
    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }
    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}
#overlay .icons a.active,
.bounce,
header.global > div.icons a.active {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }
    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }
    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }
    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }
    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
#overlay.active .close,
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }
    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }
    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-15%,0);
        transform: translate3d(0,-15%,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-15%,0);
        transform: translate3d(0,-15%,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.contact .row3 .contact-details.active,
.contact .row4 .location.active,
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.about-us .row6 .testimonial.active,
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
[class*=" icon-"]:before,
[class^=icon-]:before {
    display: inline-block;
    width: 1em;
    margin-right: 0.2em;
    margin-left: 0.2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}
@font-face {
    font-family: salt;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/icons/salt.eot?29850847");
    src: url("../fonts/icons/salt.eot?29850847#iefix") format("embedded-opentype"),url(../fonts/icons/salt.woff2?29850847) format("woff2"),url(../fonts/icons/salt.woff?29850847) format("woff"),url(../fonts/icons/salt.ttf?29850847) format("truetype"),url(../fonts/icons/salt.svg?29850847#salt) format("svg");
}
[class*=" icon-salt"]:before,
[class^=icon-salt]:before {
    font-family: salt;
}
.icon-salt-search:before {
    content: "\e800";
}
.icon-salt-down-open-mini:before {
    content: "\e803";
}
.icon-salt-globe:before {
    content: "\e804";
}
.icon-salt-facebook:before {
    content: "\e805";
}
.icon-salt-twitter:before {
    content: "\e806";
}
.icon-salt-linkedin:before {
    content: "\e807";
}
.icon-salt-instagram:before {
    content: "\e808";
}
.icon-salt-menu:before {
    content: "\e809";
}
.icon-salt-cancel:before {
    content: "\e80a";
}
.icon-salt-down-small:before {
    content: "\e80b";
}
.icon-salt-up-small:before {
    content: "\e80c";
}
.icon-salt-upload-cloud:before {
    content: "\e80d";
}
.icon-salt-th-thumb:before {
    content: "\e812";
}
.icon-salt-quote-left:before {
    content: "\e813";
}
p {
    font-size: 1em;
    line-height: 1.4;
}
p.large {
    font-weight: 3.333em;
}
.page-template-default:not(.home) p,
.page-template:not(.home) p {
    margin-bottom: 1em;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
.smallTitle {
    font-size: 0.833em;
    font-weight: 400;
}
.boldTitle,

.job-posts .excerpt a,
.jobs.jobs-list .row2 a,
footer .menu .respond .list a,
footer .menu h2 {
    font-size: 1em;
    font-weight: 700;
}
.about-us .row3 menu a,
.job-posts .excerpt h2 a,
.job-posts .excerpt h3 a,
.mediumTitle,
body.home main .row1 .tags a,
footer .menu .locations a {
    font-size: 1.333em;
    font-weight: 700;
}
.jobs.job-details .details .apply a,
.jobs.jobs-list .row3 .row .excerpt .apply a,
.largeTitle,
.subText p {
    font-size: 1.667em;
    font-weight: 700;
}
.bigTitle {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
}
.bigTitle a {
}
.bigTitle a:after {
    bottom: 0!important;
    border-bottom-width: 4px!important;
}

.bigTitle p:only-child,
.visuallyhidden+.bigTitle:last-child,
nav.pagination .screen-reader-text+.bigTitle:last-child {
    margin-bottom: 0!important;
}
/* @media (max-width:1023px) { */
    #overlay .submit input,
    .apply-page form input[type=email][type=submit],
    .apply-page form input[type=submit][type=submit],
    .apply-page form input[type=text][type=submit],
    .apply-page form label[for=wpbb_file][type=submit],
    .apply-page form textarea[type=submit],
    .respondButton,
    form.simple input[type=file]+label {
        display: block;
        width: 100%!important;
        padding: 8px 12px!important !important;
        border: solid 3px #e40e7f !important;
        border-radius: 40px!important;
        color: #e40e7f!important;
        font-size: 1rem!important;
        font-weight: 700!important;
        line-height: 1.4!important;
        text-align: center;
    }
    #overlay .submit input:after,
    .apply-page form input[type=submit][type=email]:after,
    .apply-page form input[type=submit][type=submit]:after,
    .apply-page form input[type=submit][type=text]:after,
    .apply-page form label[type=submit][for=wpbb_file]:after,
    .apply-page form textarea[type=submit]:after,
    .respondButton:after,
    form.simple input[type=file]+label:after {
        display: none!important;
    }
    #overlay .submit input:active,
    .apply-page form input:active[type=email][type=submit],
    .apply-page form input:active[type=submit][type=submit],
    .apply-page form input:active[type=text][type=submit],
    .apply-page form label:active[for=wpbb_file][type=submit],
    .apply-page form textarea:active[type=submit],
    .respondButton:active,
    form.simple input[type=file]+label:active {
        -webkit-transition: none!important;
        transition: none!important;
        background: white!important;
    }
/* } */
.hyphenated {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
}
form.simple {
    font-size: 0.889em;
}
form.simple input[type=email],
form.simple input[type=file]+label,
form.simple input[type=submit],
form.simple input[type=text],
form.simple label[for=cv],
form.simple select,
form.simple textarea {
    display: block;
    width: 100%;
    padding: 15px;
    border: 0;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
form.simple input[type=email]+*,
form.simple input[type=file]+label+*,
form.simple input[type=submit]+*,
form.simple input[type=text]+*,
form.simple label[for=cv]+*,
form.simple select+*,
form.simple textarea+* {
    margin-top: 15px;
}
form.simple input[type=email][type=submit],
form.simple input[type=file]+label[type=submit],
form.simple input[type=submit][type=submit],
form.simple input[type=text][type=submit],
form.simple label[for=cv][type=submit],
form.simple select[type=submit],
form.simple textarea[type=submit] {
    width: auto;
    padding: 0;
    font-weight: 700;
    font-size: 1rem;
    border: 0;
    cursor: pointer;
}
form.simple input[type=email]::-webkit-input-placeholder,
form.simple input[type=file]+label::-webkit-input-placeholder,
form.simple input[type=submit]::-webkit-input-placeholder,
form.simple input[type=text]::-webkit-input-placeholder,
form.simple label[for=cv]::-webkit-input-placeholder,
form.simple select::-webkit-input-placeholder,
form.simple textarea::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
form.simple input[type=email]:-moz-placeholder,
form.simple input[type=email]::-moz-placeholder,
form.simple input[type=file]+label:-moz-placeholder,
form.simple input[type=file]+label::-moz-placeholder,
form.simple input[type=submit]:-moz-placeholder,
form.simple input[type=submit]::-moz-placeholder,
form.simple input[type=text]:-moz-placeholder,
form.simple input[type=text]::-moz-placeholder,
form.simple label[for=cv]:-moz-placeholder,
form.simple label[for=cv]::-moz-placeholder,
form.simple select:-moz-placeholder,
form.simple select::-moz-placeholder,
form.simple textarea:-moz-placeholder,
form.simple textarea::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
form.simple input[type=email]:-ms-input-placeholder,
form.simple input[type=file]+label:-ms-input-placeholder,
form.simple input[type=submit]:-ms-input-placeholder,
form.simple input[type=text]:-ms-input-placeholder,
form.simple label[for=cv]:-ms-input-placeholder,
form.simple select:-ms-input-placeholder,
form.simple textarea:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
form.simple input[type=email]:focus::-webkit-input-placeholder,
form.simple input[type=file]+label:focus::-webkit-input-placeholder,
form.simple input[type=submit]:focus::-webkit-input-placeholder,
form.simple input[type=text]:focus::-webkit-input-placeholder,
form.simple label[for=cv]:focus::-webkit-input-placeholder,
form.simple select:focus::-webkit-input-placeholder,
form.simple textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
form.simple input[type=email]:focus:-moz-placeholder,
form.simple input[type=email]:focus::-moz-placeholder,
form.simple input[type=file]+label:focus:-moz-placeholder,
form.simple input[type=file]+label:focus::-moz-placeholder,
form.simple input[type=submit]:focus:-moz-placeholder,
form.simple input[type=submit]:focus::-moz-placeholder,
form.simple input[type=text]:focus:-moz-placeholder,
form.simple input[type=text]:focus::-moz-placeholder,
form.simple label[for=cv]:focus:-moz-placeholder,
form.simple label[for=cv]:focus::-moz-placeholder,
form.simple select:focus:-moz-placeholder,
form.simple select:focus::-moz-placeholder,
form.simple textarea:focus:-moz-placeholder,
form.simple textarea:focus::-moz-placeholder {
    opacity: 0.5;
}
form.simple input[type=email]:focus:-ms-input-placeholder,
form.simple input[type=file]+label:focus:-ms-input-placeholder,
form.simple input[type=submit]:focus:-ms-input-placeholder,
form.simple input[type=text]:focus:-ms-input-placeholder,
form.simple label[for=cv]:focus:-ms-input-placeholder,
form.simple select:focus:-ms-input-placeholder,
form.simple textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}
form.simple input[type=email].wpcf7-not-valid,
form.simple input[type=file]+label.wpcf7-not-valid,
form.simple input[type=submit].wpcf7-not-valid,
form.simple input[type=text].wpcf7-not-valid,
form.simple label[for=cv].wpcf7-not-valid,
form.simple select.wpcf7-not-valid,
form.simple textarea.wpcf7-not-valid {
    color: #be4242;
    border-bottom-color: #be4242;
}
form.simple input[type=file] {
    display: none;
}
form.simple input[type=file]:hover+label {
    color: #00afd7;
    border-bottom-color: #00afd7;
}
form.simple input[type=file]+label {
    line-height: 20px;
    cursor: pointer;
}
form.simple input[type=file]+label span {
    font-size: 0.778em;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: -1px;
}
form.simple input[type=file]+label span:after {
    display: none;
}
form.simple .submit {
    display: inline-block;
    margin-top: 15px;
    float: right;
}
form.simple .select {
    position: relative;
}
form.simple .select span {
    position: relative;
    z-index: 0;
}
form.simple .select:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 1px;
    width: auto;
    background: #fff;
    color: #082931;
    padding: 0 20px;
    line-height: 50px;
    pointer-events: none;
    margin: 0;
    font-size: 1.333rem;
}
form.simple .select:hover:before {
    color: #00afd7;
}
form.simple .wpcf7-response-output {
    -webkit-transition: none!important;
    transition: none!important;
    border: 0;
    padding: 15px;
    margin: 15px 0 0;
    background: #be4242;
    color: #fff;
    line-height: 1.4em;
}
form.simple .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #6cc4d8;
}
form.simple .wpcf7-not-valid-tip {
    display: none;
}
form.simple label[for=cv] {
    line-height: 20px;
}
form.simple label[for=cv]:hover {
    color: #00afd7;
    cursor: pointer;
}
form.simple label[for=cv] span {
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 5px;
    font-size: 0.778em;
}
form.simple label[for=cv] span:after {
    display: none;
}
form.simple label[for=cv] span.attachment-message {
    color: #6cc4d8;
    font-weight: 700;
}
form.simple label[for=cv] span.attachment-message.error {
    color: #be4242;
}
.select-arrow-hidden select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-arrow-hidden select::-ms-expand {
    display: none;
}
form.simple .form-field {
    position: relative;
}
form.simple .form-field-with-help-icon input[type=text] {
    padding-right: 60px;
}
a.form-help {
    position: absolute;
    top: 0;
    right: 25px;
    width: 26px;
    height: 26px;
    padding: 2px;
    border: 2px solid #00afd7;
    border-radius: 13px;
    text-align: center;
    text-decoration: none;
}
a.form-help,
a.form-help:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a.form-help:before {
    display: block;
    color: #00afd7;
    content: "?";
}
a.form-help:hover {
    background-color: #00afd7;
}
a.form-help:hover:before {
    color: #fff;
}
.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
html {
    font-size: 18px;
    height: 100%;
}
body {
    background: #04171b;
    font-size: 100%;
    font-family: proxima-nova,sans-serif;
    -webkit-text-size-adjust: none;
	color:#002a32;
}
header.global {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    display: table;
    z-index: 1;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
@media (max-width:1023px) {
    header.global {
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
        box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    }
}
header.global+* {
    padding-top: 60px;
}
@media (max-width:1023px) {
    header.global+* {
        padding-top: 70px;
    }
}
header.global > div {
    display: table-cell;
    padding: 15px 30px;
    vertical-align: middle;
}
header.global > div.logo {
    width: 50px;
    font-size: 0;
}
@media (max-width:1023px) {
    header.global > div.logo {
        width: auto;
    }
}
@media (max-width:375px) {
    header.global > div.logo {
        padding: 20px 14px;
    }
}
header.global > div.logo a {
    display: inline-block;
}
header.global > div.logo img {
    width: 48px;
    height: 25px;
}
@media (max-width:1023px) {
    header.global > div.nav {
        padding: 0!important !important;
    }
}
header.global > div.icons {
    font-size: 0;
    text-align: right;
    width: 300px;
}
@media (max-width:1023px) {
    header.global > div.icons {
        width: auto;
        padding: 0;
    }
}
header.global > div.icons a {
    vertical-align: middle;
    line-height: 30px;
    font-size: 0.75rem;
    display: inline-block;
    color: #002a32;
    text-decoration: none;
    cursor: pointer;
}
@media (min-width:768px) {
    header.global > div.icons a:hover {
        color: #e40e7f;
    }
}
@media (max-width:1023px) {
    header.global > div.icons a:active {
        color: #00afd7;
        background: #deeaec;
    }
}
header.global > div.icons a.active {
    color: #00afd7;
}
@media (max-width:1023px) {
    header.global > div.icons a.active {
        -webkit-animation: none;
        animation: none;
    }
}
header.global > div.icons a span {
    display: inline;
}
header.global > div.icons a:nth-last-child(-n+1) {
    display: none;
}
@media (max-width:1023px) {
    header.global > div.icons a:nth-last-child(-n+1) {
        display: inline-block;
    }
}
header.global > div.icons a.icon-salt-globe {
    margin-right: 15px;
    text-transform: uppercase;
}
@media (max-width:1023px) {
    header.global > div.icons a.icon-salt-globe {
        margin: 0;
    }
}
header.global > div.icons a.icon-salt-globe:before {
    margin-left: 5px;
    float: right;
}
header.global > div.icons a.icon-salt-upload-cloud {
    color: #e40e7f;
}
@media (min-width:1024px) {
    header.global > div.icons a.icon-salt-upload-cloud {
        text-transform: uppercase;
        margin-left: 20px;
    }
    header.global > div.icons a.icon-salt-upload-cloud:before {
        margin-left: 10px;
        float: right;
    }
}
@media (max-width:1023px) {
    header.global > div.icons a.icon-salt-upload-cloud {
        text-align: center;
    }
    header.global > div.icons a.icon-salt-upload-cloud span {
        display: block;
        font-size: 0.6rem;
        line-height: 1em;
    }
}
header.global > div.icons a.icon-salt-menu:active {
    color: #00afd7;
}
header.global > div.icons a.icon-salt-menu:before {
    width: 21px;
    text-align: center;
}
header.global > div.icons a.icon-salt-menu.menu {
    width: 62px;
}
header.global > div.icons a.icon-salt-menu.menu:before {
    content: "\e80a";
    color: #00afd7;
}
header.global > div.icons a:before {
    font-size: 2em;
    width: auto;
    margin: 0;
    vertical-align: middle;
}
header.global > div.icons a:after {
    display: none;
}
@media (max-width:1023px) {
    header.global > div.icons a {
        padding: 20px;
        border-left: 1px solid #deeaec;
    }
    header.global > div.icons a.icon-salt-upload-cloud {
        padding: 14px 20px;
    }
}
@media (max-width:375px) {
    header.global > div.icons a.icon-salt-globe {
        padding: 20px 14px;
    }
    header.global > div.icons a.icon-salt-upload-cloud {
        padding: 14px;
    }
}
@media (max-width:1023px) {
    #homenav header {
        display: none;
    }
}
@media (min-width:1024px) {
    #homenav header {
        position: relative;
        z-index: 999;
        background: transparent;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #homenav header ul > li > ul {
        background: #082931;
        padding-top: 20px;
    }
    #homenav header ul > li > ul:before {
        -webkit-box-shadow: 0 5px 8px -3px #000;
        box-shadow: 0 5px 8px -3px #000;
    }
}
nav a {
    text-decoration: none;
    color: #002a32;
}
nav a:hover {
	color: #e40e7f;
}
@media (min-width:1024px) {
    .nav {
        text-align: center;

    }
    .nav .clone {
        display: none;
    }
    .nav li.current_page_ancestor > span a,
    .nav li.current_page_item > span a {
        font-weight: 700;
    }
    .nav li.current_page_ancestor > span a:after,
    .nav li.current_page_item > span a:after {
        opacity: 1;
        width: 100%;
    }
    .nav nav {
        width: 100%;
        margin: auto;
        font-size: 0;
    }
    .nav nav a {
        font-size: 0.833rem;
        text-transform: uppercase;
        white-space: nowrap;
        display: block;
    }
    .nav nav a.close {
        display: none;
    }
    .nav nav > ul {
        text-align: right;
    }
    .nav nav > ul > li {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }
    .nav nav > ul > li+li {
        margin-left: 30px;
    }
    .nav nav > ul > li+li#about {
        margin-left: 0;
    }
    .nav nav > ul > li > span:after {
        display: none;
    }
    .nav nav > ul > li > span a {
        position: relative;
        z-index: 1;
    }
    .nav nav > ul > li > span a:after {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        width: 0;
        bottom: -4px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: block;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #e40e7f;
        content: "";
        visibility: visible;
        pointer-events: none;
        opacity: 0;
    }
    .nav nav > ul > li > span a.active {
        font-weight: 700;
    }
    .nav nav > ul > li > span a.active:after {
        opacity: 1;
        width: 100%;
    }
    .nav nav > ul > li:hover > span a:after {
        opacity: 1;
        border-bottom-color: #e40e7f;
        width: 100%;
    }
    .nav nav > ul > li:hover > ul {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
    .nav nav > ul > li ul {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        z-index: 0;
        text-align: left;
        background: #fff;
        padding: 40px 0 20px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: translate(-50%,-15%);
        transform: translate(-50%,-15%);
        margin-left: 50%;
        text-align: center;
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }
    .nav nav > ul > li ul:before {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        -webkit-box-shadow: 0 5px 8px -3px #838d8f;
        box-shadow: 0 5px 8px -3px #838d8f;
        z-index: 0;
    }
    .nav nav > ul > li ul li {
        position: relative;
        padding: 0 20px;
    }
    .nav nav > ul > li ul li+li {
        margin-top: 20px;
    }
    .nav nav > ul > li ul li > ul {
        float: left;
        left: 90%;
        top: -20px;
        -webkit-box-shadow: 0 4px 8px 0 hsla(190,5%,54%,.6);
        box-shadow: 0 4px 8px 0 hsla(190,5%,54%,.6);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .nav nav > ul > li ul li:hover > span a {
        color: #e40e7f;
        -webkit-transition: none;
        transition: none;
    }
    .nav nav > ul > li ul li:hover > ul {
        opacity: 1;
        pointer-events: auto;
        left: 95%;
    }
    .ie .nav nav > ul > li:hover > ul {
        display: block;
    }
    .ie .nav nav > ul > li ul {
        opacity: 1;
        display: none;
    }
    .ie .nav nav > ul > li ul li:hover > ul {
        opacity: 1;
        display: block;
    }
}
@media (max-width:1023px) {
    .current_page_ancestor,
    .current_page_item {
        color: #00afd7;
    }
    .nav {
        color: #082931;
        text-align: left;
        padding: 0;
    }
    .nav * {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .nav nav {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: fixed;
        width: 630px;
        top: 70px;
        right: 0;
        bottom: 0;
        z-index: 1;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }
    .nav nav.menu {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-box-shadow: -10px 0 15px -10px rgba(0,0,0,.75);
        box-shadow: -10px 0 15px -10px rgba(0,0,0,.75);
    }
    .nav nav a.close {
        width: 30px;
        height: 30px;
        font-family: ariel;
        font-weight: 100;
        padding: 20px;
        width: auto;
        height: auto;
        line-height: 30px;
        font-size: 2.6em;
        display: none;
    }
    .nav nav a.close:active {
        color: #00afd7;
    }
    .nav nav.top {
        top: 0;
    }
    .nav nav.top a.close {
        display: block;
    }
    .nav nav ul {
        width: 50%;
        float: left;
        -webkit-transition: all 0.25s ease,height 0s ease-in-out;
        transition: all 0.25s ease,height 0s ease-in-out;
        -webkit-transform: translateZ(0);
        -webkit-overflow-scrolling: touch;
        border-top: 0.5px solid #deeaec;
    }
    .nav nav ul.hide {
        margin-left: -50%;
        height: 1px;
        overflow-y: hidden;
    }
    .nav nav ul li {
        border-bottom: 0.5px solid #deeaec;
        font-size: 0;
    }
    .nav nav ul li.breadcrumb {
        font-size: 0.8rem;
        font-weight: 700;
        padding: 20px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .nav nav ul li.back {
        font-size: 0.833rem;
        position: relative;
        padding: 20px;
    }
    .nav nav ul li.back:active {
        color: #00afd7;
        background: #deeaec;
    }
    .nav nav ul li.back:before {
        font-family: salt;
        content: "\e803";
        font-size: 1rem;
        display: inline-block;
        width: 10px;
        margin-right: 15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .nav nav ul li > ul {
        display: none;
    }
    .nav nav ul li span {
        width: 100%;
        display: inline-block;
        font-size: 1rem;
        text-transform: uppercase;
    }
    .nav nav ul li span a {
        text-decoration: none;
        display: block;
        padding: 20px;
    }
    .nav nav ul li span a:active {
        color: #00afd7;
        background: #deeaec;
    }
    .nav nav ul li span.parent {
        width: calc(100% - 64px);
    }
    .nav nav ul li span.next {
        width: 64px;
        font-size: 0;
        position: relative;
        vertical-align: top;
        padding: 20px;
        border-left: 0.5px solid #deeaec;
        text-align: center;
    }
    .nav nav ul li span.next:before {
        font-family: salt;
        content: "\e803";
        font-size: 1rem;
        display: inline-block;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .nav nav ul li span.next:active {
        color: #00afd7;
        background: #deeaec;
    }
}
main {
    background: #fff;
    position: relative;
    z-index: 0;
}
@media (max-width:767px) {
    main {
        font-size: 14.4px;
    }
}
main.bb {
    padding: 100px 30px 30px;
    max-width: 1190px;
    margin: auto;
    background: #deeaec;
}
.entry-header {
    z-index: 0;
    position: relative!important;
}
section {
    padding: 80px 30px;
    background-size: cover;
    background-position: 50%;
}
@media (max-width:1023px) {
    section {
        padding: 20px;
    }
}
section > * {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:1023px) {
    section.white+.white {
        background: #f9f9fa;
    }
}
section.fountain+.fountain,
section.grey+.grey,
section.ice+.ice,
section.navy+.navy,
section.sky+.sky,
section.teal+.teal,
section.white+.white {
    padding-top: 0;
}
@media (max-width:1023px) {
    footer form.simple textarea {
        height: 100px;
    }
}
footer .menu {
    background: #00afd7;
    color: #fff;
    padding: 30px;
}
footer .menu .excerpt *,
footer .menu .excerpt a:hover {
    color: #fff;
}
footer .menu .respond .list a {
    color: inherit;
    text-decoration: none;
    display: block;
}
footer .menu .respond .list a+a {
    margin-top: 11.25px;
}
footer .menu .respond .list a:active {
    color: #082931;
}
footer .menu .respond .icons {
    font-size: 0;
    text-align: right;
    padding-left: 0;
}
footer .menu .respond .icons a {
    vertical-align: middle;
    line-height: 30px;
    font-size: 0.833rem;
    display: inline-block;
    cursor: pointer;
}
footer .menu .respond .icons a.icon-salt-globe {
    margin-right: 15px;
    text-transform: uppercase;
}
footer .menu .respond .icons a.icon-salt-globe:before {
    margin-left: 5px;
}
footer .menu .respond .icons a:before {
    font-size: 2em;
    width: auto;
    margin: 0;
    vertical-align: middle;
    float: right;
}
footer .menu .respond .icons a:after {
    display: none;
}
footer .menu .respond .icons a span {
    margin-right: 5px;
    display: inline;
}
footer .menu .respond .icons a:active {
    -webkit-transition: none;
    transition: none;
    color: #082931;
}
footer .menu .respond .social,
footer .menu .respond h2 {
    text-align: right;
    white-space: nowrap;
}
footer .menu .respond .social a,
footer .menu .respond h2 a {
    margin-left: -3px;
    -webkit-transition: none;
    transition: none;
}
footer .menu .grid .row {
    font-size: 0;
}
footer .menu .grid .row > * {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 18px;
}
footer .menu .row > * > *+* {
    margin-top: 30px;
}
footer .menu .message {
    border-left: none!important;
    background: none!important;
    display: inline-block;
}
footer .menu br {
    display: none!important;
}
footer .menu textarea {
    height: 115px;
}
footer .menu .social {
    font-size: 1.4em;
}
footer .menu .social a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
footer .menu .social a:hover {
    color: #deeaec;
}
@media (max-width:1023px) {
    footer .menu .social a:hover {
        color: #fff;
    }
    footer .menu .social a:active {
        color: #082931;
        -webkit-transition: none;
        transition: none;
    }
}
footer .menu .social a:before {
    width: auto;
}
footer .menu .social a:after {
    display: none;
}
footer .menu .locations li+* {
    margin-top: 15px;
}
footer .menu .locations a {
    color: inherit;
}
footer .menu .job_tags {
    font-size: 0;
}
footer .menu .job_tags a {
    font-size: 1rem;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: inherit;
    text-decoration: none;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    display: inline-block;
    margin: 0 5px 5px 0;
}
@media (min-width:1025px) {
    footer .menu .job_tags a:hover {
        background: #fff;
        color: #00afd7;
        -webkit-transition: none;
        transition: none;
    }
}
@media (max-width:1024px) {
    footer .menu .job_tags a:active {
        background: #fff;
        color: #00afd7;
        -webkit-transition: none;
        transition: none;
    }
}
footer .menu #job-alerts h2,
footer .menu #say-hello h2 {
    margin-bottom: 15px;
}
footer .bar {
    color: #fff;
    font-size: 0.667em;
    padding: 20px 30px;
    background: #082931;
}
footer .bar a {
    color: inherit;
    text-decoration: none;
}
footer .bar a:hover {
    text-decoration: underline;
}
footer .bar a:after {
    display: none;
}
footer .bar > div {
    max-width: 1190px;
    margin: auto;
}
footer .bar span {
    display: inline-block;
}
footer .bar .links {
    margin-left: 5px;
}
footer .bar .links a {
    margin: 0 5px;
}
@media (max-width:1023px) {
    footer .bar .links {
        display: none;
    }
}
footer .bar .credits {
    float: right;
}
footer .bar .credits p {
    line-height: 1em;
}
@media (max-width:1023px),(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    footer .bar .credits {
        float: none;
        display: block;
        margin-top: 5px;
    }
}
@media (min-width:1024px) {
    body.home > header {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: none;
        transition: none;
    }
    body.home > header.show {
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out,-webkit-transform 0.5s ease-in-out;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    body.home main {
        padding-top: 0;
    }
}
.inview {
    opacity: 0;
}
@media (max-width:1023px) {
    .module2 .bigTitle {
        margin-top: 0;
        text-align: left;
    }
}
.module2 .bigTitle.top {
    margin-top: 0;
}
.module2 .bigTitle.left {
    text-align: left;
}
@media (max-width:1023px) {
    .module2 .richtext {
        margin-top: 20px;
    }
}
.module2 .richtext b,
.module2 .richtext strong {
    font-weight: 700;
}
.module2 .richtext p+p,
.module2 .richtext ul {
    margin-top: 15px;
}
.module2 .richtext ul li {
    list-style-type: disc;
    margin-left: 18px;
    line-height: 1.4em;
}
.module2 .richtext ul li+li {
    margin-top: 10px;
}
@media (max-width:767px) {
    .module2 {
        font-size: 1rem;
    }
}
.module3 {
    float: none!important;
    font-size: 1rem;
    margin: 50px auto -15px!important !important;
}
@media (max-width:1023px) {
    .module3 {
        margin-top: 30px!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}
.module3 li+li {
    margin-top: 15px;
}
.module3 a {
    color: #00afd7;
}
.module3 a.active:after {
    width: 100%;
}
.module4 {
    color: #fff;
}
.module4 > div {
    padding: 0 50px;
}
@media (max-width:1023px) {
    .module4 > div {
        padding: 0;
    }
}
.module4 > div div {
    max-width: 595px;
}
.module4 > div div+div {
    margin-top: 50px;
}
@media (max-width:1023px) {
    .module4 > div div+div {
        margin-top: 15px;
    }
}
.jobs.job-details .details .apply .module4 a,
.jobs.jobs-list .row3 .row .excerpt .apply .module4 a,
.module4 .jobs.job-details .details .apply a,
.module4 .jobs.jobs-list .row3 .row .excerpt .apply a,
.module4 .largeTitle,
.module4 .subText p,
.subText .module4 p {
    margin-bottom: 15px;
}
.flipbox .flipper {
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    -webkit-transform: translateZ(1000px);
}
.flipbox .flipper,
.flipbox .flipper > div {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flipbox .flipper > div {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flipbox .flipper > div.front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flipbox .flipper > div.back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.flipbox .flipper.active > div.back {
	pointer-events: none;
}
@media (min-width:768px) {
    .flipbox .flipper:hover .front{
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .flipbox .flipper:hover .back{
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
.rtl > :first-child {
    float: right;
}
.rtl > :last-child {
    float: left;
}
@media (max-width:767px) {
    .flipbox .flipper.active .front{
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .flipbox .flipper.active .back{
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .rtl > * {
        float: none;
    }
}
.bigTitle {
    margin-bottom: 50px;
}
.bigTitle:only-child {
    margin-bottom: 0;
}
.bigTitle p {
    line-height: 1.2em;
}
@media (max-width:1023px) {
    .bigTitle p {
        font-size: 2rem;
        line-height: 1.2em;
    }
}
.subText p {
    color: #838d8f;
}
.subText p a {
    color: #00afd7;
    border-color: #00afd7;
}
.greyText p {
    font-size: 1rem;
}
.greyText p a {
    color: #00afd7;
    border-color: #00afd7;
}
table {
    border: 1px solid #082931;
}
table td,
table th {
    padding: 8px;
}
table th {
    font-weight: 700;
}
.job-posts .grid {
    margin-bottom: -30px;
}
@media (max-width:1023px) {
    .job-posts .grid {
        margin-bottom: 0;
    }
}
.job-posts .grid > .row > * {
    margin-bottom: 0;
}
@media (max-width:1023px) {
    .job-posts .grid > .row > .u-1-4 {
        margin-bottom: 20px;
    }
}
.job-posts .grid6 > .row {
    font-size: 0;
}
.job-posts .jobs.job-details .details .apply a a,
.job-posts .jobs.jobs-list .row3 .row .excerpt .apply a a,
.job-posts .largeTitle a,
.job-posts .subText p a,
.jobs.job-details .details .apply .job-posts a a,
.jobs.jobs-list .row3 .row .excerpt .apply .job-posts a a,
.subText .job-posts p a,
.mediumTitle a {
    border-color: #002a32!important;
    color: #002a32;
    display: inline-block;
}
.job-posts .excerpt {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}
@media (min-width:768px) {
    .job-posts .excerpt {
        margin-bottom: 50px;
    }
}
.job-posts .excerpt.inview {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@media (min-width:768px) {
    .job-posts .excerpt.inview:nth-child(3n+1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    .job-posts .excerpt.inview:nth-child(3n+2) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .job-posts .excerpt.inview:nth-child(3n+3) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
}
.job-posts .excerpt a {
/*     border-color: #002a32!important; */
    color: #002a32;
    font-size: 1rem;
}
.job-posts .excerpt a:hover,
.job-posts .largeTitle a:hover,
.page-nav-block .u-1-4 .page-nav div a:hover {
    border-color: #e40e7f!important;
    color: #e40e7f;
}
.job-posts .excerpt h2 a,
.job-posts .excerpt h3 a {
    color: #0d414e;
}
.job-posts .excerpt h2 a:after,
.job-posts .excerpt h3 a:after {
    display: none;
}
.job-posts .excerpt h2 a:hover,
.job-posts .excerpt h3 a:hover {
    color: #e40e7f;
}
.job-posts .excerpt p {
    color:#002a32;
}
.job-posts .excerpt .salary {
    display: block;
    margin-top: 15px;
    line-height: 1.4em;
}
@media (max-width:1023px) {
    .job-posts .excerpt {
        border-bottom: 1px solid hsla(190,5%,54%,.2);
        padding-bottom: 30px;
    }
    .job-posts .excerpt:last-child {
        margin-bottom: 0;
    }
    .job-posts .excerpt .tags {
        display: inline-block;
    }
    .job-posts .excerpt .tags a {
        font-size: 1rem;
    }
    .job-posts .excerpt .salary {
        display: block;
    }
}
.page-nav-block {
	color: #00b1db;
    white-space: nowrap;
}
@media (max-width:1023px) {
    .page-nav-block {
        padding: 10px 0;
    }
}
.page-nav-block .u-1-4 {
    float: right!important;
    margin-bottom: 0;
}
.page-nav-block .u-1-4 .page-nav-float {
    float: right;
    display: inline-block;
    width: 100%;
}
@media (min-width:768px) and (max-width:1024px) {
    .page-nav-block .u-1-4 .page-nav-float {
        width: auto;
        min-width: 100%;
    }
}
@media (max-width:1023px) {
    .page-nav-block .u-1-4 .page-nav-float {
        width: auto;
        font-size: 1rem;
    }
}
.page-nav-block .u-1-4 .page-nav {
    font-weight: 700;
}
.page-nav-block .u-1-4 .page-nav+.page-nav {
    margin-top: 30px;
}
@media (max-width:1023px) {
    .page-nav-block .u-1-4 .page-nav+.page-nav {
        margin-top: 15px;
    }
}
.page-nav-block .u-1-4 .page-nav div {
    margin-top: 5px;
    padding-bottom: 6px;
    color: #00afd7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:1023px) {
    .page-nav-block .u-1-4 .page-nav div {
        max-width: 250px;
    }
}
.page-nav-block .u-1-4 .page-nav div a {
    color: #002a32;
    border-color: #002a32;
    text-decoration: none;
}

.excerpt *+* {
    margin-top: 15px;
}
.excerpt * a {
    color: inherit;
    text-decoration: none;
}
.excerpt img {
    width: calc(100% - 30px);
    float: right;
    margin-bottom: 15px;
}
.about-us .row3 menu .excerpt a,
.excerpt .about-us .row3 menu a,
.excerpt .mediumTitle,
.excerpt .smallTitle,
.excerpt body.home main .row1 .tags a,
.excerpt footer .menu .locations a,
.job-posts .excerpt h2 a,
.job-posts .excerpt h3 a,
body.home main .row1 .tags .excerpt a,
footer .menu .locations .excerpt a,
.ice .bigTitle p {
    color: #002a32;
}
.excerpt p {
}
.excerpt .tags {
    font-size: 0.833em;
    font-weight: 700;
}
.excerpt .tags a {
    margin-right: 15px;
    color: #002a32;
}
.striked {
    position: relative;
    display: inline-block;
}
.striked:after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #00afd7;
    content: "";
    visibility: visible;
    pointer-events: none;
}
#region-selector .grid a,
.about-us .row3 menu a,
.apply-page form .wpbb_submit,
.article .row1 article .richtext a,
.bigTitle a,
.excerpt .tags a,
.greyText p a,
.header.global div.icons menu a,
.job-expired a,
.job-posts .excerpt a,
.job-posts .jobs.jobs-list .row3 .row .excerpt .apply a a,
.job-posts .largeTitle a,
.job-posts .subText p a,
.jobs .specialisms-list .tag-list .row ul li a,
.jobs.job-details .details .apply a,
.jobs.job-details .details .tags_info a,
.jobs.jobs-list .row3 .row .excerpt .apply .job-posts a a,
.jobs.jobs-list .row3 .row .excerpt .job_title h2 a,
.jobs.jobs-list .row3 .row.nothing-found .tryagain a,
.nav a,
.subText .job-posts p a,
.subText p a,
.underline,
body.home main .row1 .tags a,
footer .menu .locations a,
.mediumTitle a {
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#region-selector .grid a:after,
.about-us .row3 menu a:after,
.apply-page form .wpbb_submit:after,
.article .row1 article .richtext a:after,
.bigTitle a:after,
.excerpt .tags a:after,
.greyText p a:after,
.job-expired a:after,
.job-posts .excerpt a:after,
.job-posts .jobs.jobs-list .row3 .row .excerpt .apply a a:after,
.job-posts .largeTitle a:after,
.job-posts .subText p a:after,
.jobs .specialisms-list .tag-list .row ul li a:after,
.jobs.job-details .details .apply a:after,
.jobs.job-details .details .tags_info a:after,
.jobs.jobs-list .row3 .row .excerpt .apply .job-posts a a:after,
.jobs.jobs-list .row3 .row .excerpt .job_title h2 a:after,
.jobs.jobs-list .row3 .row.nothing-found .tryagain a:after,
.subText .job-posts p a:after,
.subText p a:after,
.underline:after,
body.home main .row1 .tags a:after,
footer .menu .locations a:after,
.mediumTitle a:after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
/*
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
*/
    content: "";
    visibility: visible;
    pointer-events: none;
}
#region-selector .grid a:hover:after,
.about-us .row3 menu a:hover:after,
.apply-page form .wpbb_submit:hover:after,
.article .row1 article .richtext a:hover:after,
.bigTitle a:hover:after,
.excerpt .tags a:hover:after,
.greyText p a:hover:after,
.job-expired a:hover:after,
.job-posts .excerpt a:hover:after,
.job-posts .jobs.jobs-list .row3 .row .excerpt .apply a a:hover:after,
.job-posts .largeTitle a:hover:after,
.jobs .specialisms-list .tag-list .row ul li a:hover:after,
.jobs.job-details .details .apply a:hover:after,
.jobs.job-details .details .tags_info a:hover:after,
.jobs.jobs-list .row3 .row .excerpt .apply .job-posts a a:hover:after,
.jobs.jobs-list .row3 .row .excerpt .job_title h2 a:hover:after,
.jobs.jobs-list .row3 .row.nothing-found .tryagain a:hover:after,
.subText p a:hover:after,
.underline:hover:after,
body.home main .row1 .tags a:hover:after,
footer .menu .locations a:hover:after,
.mediumTitle a:hover:after {
    width: 100%;
}
.job-posts h3 {
	margin-bottom:.75em;

}
.jobs-search form {
    color: #fff;
    margin-top: 30px;
}
.jobs-search form #search-box:before {
    font-size: 1.8em;
    line-height: 40px;
    position: relative;
    top: 5px;
}
@media (max-width:1023px) {
    .jobs-search form #search-box:before {
        width: auto;
        margin: 0;
        font-size: 1.4em;
        margin-right: 5px;
        top: 3px;
    }
}
.jobs-search form input[type=text] {
    color: inherit;
    font-family: proxima-nova,sans-serif;
    font-size: 1.333em;
    border: none;
    border-left: 1px solid #fff;
    padding: 5px 12px;
    background: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 60px);
}
@media (max-width:1023px) {
    .jobs-search form input[type=text] {
        width: 255px;
        font-size: 0.85rem;
        padding: 5px 0 5px 8px;
    }
}
.jobs-search form input[type=text]::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
.jobs-search form input[type=text]:-moz-placeholder,
.jobs-search form input[type=text]::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
.jobs-search form input[type=text]:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
.jobs-search form input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
.jobs-search form input[type=text]:focus:-moz-placeholder,
.jobs-search form input[type=text]:focus::-moz-placeholder {
    opacity: 0.5;
}
.jobs-search form input[type=text]:focus:-ms-input-placeholder {
    opacity: 0.5;
}
nav.pagination {
    margin-top: 10px;
}
nav.pagination .nav-links a {
    color: #002a32;
}
nav.pagination .nav-links a,
nav.pagination .nav-links span {
    display: inline-block;
    font-size: 1rem;
    margin-right: 5px;
}
nav.pagination .nav-links a:after,
nav.pagination .nav-links span:after {
    display: none;
}
nav.pagination .nav-links .current,
span.page-numbers {
    color: #e40e7f;
}
#cookies {
    background: #0085a4;
    display: block;
    z-index: 999;
    position: fixed;
    height: auto;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    bottom: -100%;
}
#cookies.show {
    bottom: 0;
    -webkit-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
#cookies > div {
    max-width: 1190px;
    margin: auto;
    display: table;
    width: 100%;
    padding: 20px;
}
#cookies > div > div {
    display: table-cell;
    vertical-align: top;
    color: #fff;
}
#cookies > div > div h3 {
    position: relative;
    margin-bottom: 10px;
}
#cookies > div > div h3 a {
    color: hsla(0,0%,100%,.5);
    float: right;
    cursor: pointer;
}
#cookies > div > div h3 a:hover {
    color: #fff;
}
#cookies > div > div p {
    font-size: 14px;
    color: #fff;
    line-height: 1.2em;
}
#cookies > div > div p span {
    display: inline-block;
    vertical-align: bottom;
}
@media (max-width:1024px) and (orientation:portrait) {
    #cookies > div > div p span {
        display: inline;
    }
}
#cookies > div > div p a {
    color: #fff;
}
#cookies > div > div p a:after {
    display: none;
}
#cookies > div > div .close.respond {
    border-radius: 5px;
    background: hsla(0,0%,100%,.5);
    display: inline-block;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    line-height: 10px;
    color: #082931;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
#cookies > div > div .close.respond:before {
    font-size: 10px;
    position: relative;
    top: -1px;
    left: -5px;
}
#cookies > div > div .close.respond:hover {
    background: #fff;
}
@media (max-width:767px) {
    #cookies > div,
    #cookies > div > div,
    #cookies > div > div > div {
        display: block;
    }
    #cookies > div > div p {
        padding-right: 0;
    }
    #cookies > div > div:last-child {
        margin-top: 15px;
    }
}
.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.mobile {
    display: none;
}
@media (max-width:767px) {
    .mobile {
        display: block;
    }
}
.device {
    display: none;
}
@media (max-width:1024px) {
    .device {
        display: block;
    }
}
.tablet {
    display: none;
}
@media (min-width:768px) and (max-width:1024px) {
    .tablet {
        display: block;
    }
}
.tl2d {
    display: none;
}
@media (min-width:768px) and (max-width:1024px) and (orientation:landscape),(min-width:1025px) {
    .tl2d {
        display: block;
    }
}
.tabtop {
    display: none;
}
@media (min-width:768px) {
    .tabtop {
        display: block;
    }
}
.desktop {
    display: none;
}
@media (min-width:1025px) {
    .desktop {
        display: block;
    }
}
.respond {
    display: none!important;
}
@media (max-width:1023px) {
    .respond {
        display: block!important;
    }
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
#measureit * {
    -webkit-transition: none!important;
    transition: none!important;
}
.sky {
    background-color: #00afd7;
}
.navy {
    background-color: #082931;
}
.grey {
    background-color: #838d8f;
}
.ice,
#employerform {
    background-color: #dcf1f7;
}
.teal {
    background-color: #0d414e;
}
.white {
    background-color: #fff;
}
.fountain {
    background-color: #62a7b4;
}
.color-sky {
    color: #00afd7;
}
.color-navy {
    color: #082931;
}
.color-grey {
    color: #838d8f;
}
.color-ice {
    color: #deeaec;
}
.color-teal {
    color: #0d414e;
}
.color-white {
    color: #fff;
}
.color-fountain {
    color: #62a7b4;
}
@media (max-width:1023px) {
    footer .bar,
    footer .menu {
        padding: 20px;
    }
}
@media (max-width:1023px) {
    .m-4-4:last-child {
        margin-bottom: 0;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .t-2-4:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media (min-width:1025px) {
    .u-1-4:first-child:nth-last-child(4),
    .u-1-4:first-child:nth-last-child(4)~* {
        margin-bottom: 0;
    }
}
.visuallyhidden,
nav.pagination .screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
nav.pagination .focusable.screen-reader-text:active,
nav.pagination .focusable.screen-reader-text:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.hidden {
    display: none;
}
.ir {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}
.row.flow-rtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
@media (max-width:767px) {
    .row.flow-rtl-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .row.flow-rtl-tablet {
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}
#overlay {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
}
@media (max-width:1023px) {
    #overlay {
        background: rgba(8,41,49,.95);
        top: 0;
        padding: 0;
    }
}
#overlay * {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#overlay.active {
    z-index: 998;
}
@media (max-width:1023px) {
    #overlay.active .close {
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }
}
#overlay.active .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#overlay .icons {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 125px;
    height: 30px;
    font-size: 0;
}
#overlay .icons a {
    vertical-align: middle;
    line-height: 30px;
    font-size: 0.833rem;
    display: inline-block;
    cursor: pointer;
    opacity: 0.25;
    pointer-events: none;
}
#overlay .icons a.active {
    opacity: 1;
    pointer-events: auto;
    color: #e40e7f;
}
@media (max-width:1023px) {
    #overlay .icons a.active {
        -webkit-animation: none;
        animation: none;
    }
}
#overlay .icons a.icon-salt-globe {
    margin-right: 15px;
    text-transform: uppercase;
}
@media (max-width:1023px) {
    #overlay .icons a.icon-salt-globe {
        margin: 0;
    }
}
#overlay .icons a.icon-salt-globe:before {
    margin-left: 5px;
}
#overlay .icons a:before {
    font-size: 2em;
    width: auto;
    margin: 0;
    vertical-align: middle;
    float: right;
}
#overlay .icons a:after {
    display: none;
}
#overlay .close {
    font-size: 3em;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: Ariel;
    cursor: pointer;
    color: #e40e7f;
    font-weight: 700;
    z-index: 999;
    display: inline-block;
    margin-bottom: 20px;
}
@media (min-width:768px) {
    #overlay .close {
        position: absolute;
        top: 20px;
        left: 20px;
    }
}
#overlay .close:active {
    color: #082931;
    -webkit-transition: none;
    transition: none;
}
@media (max-width:1023px) {
    #overlay .close:active {
        color: #fff;
        -webkit-transition: none;
        transition: none;
    }
}
#overlay > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
#overlay > div > div {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    text-align: right;
}
@media (max-width:1023px) {
    #overlay > div > div {
        padding: 20px;
    }
}
#overlay > div > div .content {
    max-width: 1190px;
    margin: auto;
    text-align: left;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
}
@media (max-width:1023px) {
    #overlay > div > div .content {
        padding: 20px;
        background: #fff;
    }
}
#overlay > div > div .content > div {
    display: none;
}
#overlay.top > div > div {
    vertical-align: top;
}
#overlay h4 {
    color: #00afd7;
    font-size: 1.667em;
    margin-bottom: 15px;
}
#overlay form input[type=text],
#overlay form select {
    margin-top: 0;
}
#overlay form input[type=text]:focus,
#overlay form select:focus {
    color: #00afd7;
    border-bottom-color: #00afd7;
}
@media (max-width:1023px) {
    #overlay form textarea {
        height: 100px;
    }
    #overlay form br {
        display: none;
    }
}
#overlay .submit {
    color: #00afd7!important;
    overflow: visible;
    margin-bottom: 2px;
}
@media (max-width:1023px) {
    #overlay .submit {
        margin-top: 20px;
        width: 100%;
    }
    #overlay .submit:after {
        display: none;
    }
    #overlay .submit input:active {
        background: #082931;
        -webkit-transition: none;
        transition: none;
    }
}
.overlay-modules {
    display: none;
}
#particles-js {
    position: fixed!important;
    width: 100%;
    height: 100%;
    display: block!important;
    z-index: 1;
    pointer-events: none;
}
#particles-js:after {
    display: none;
}
body.home main .particle-container {
    position: relative;
}
@media (max-width:1023px) {
    body.home main .particle-container {
        padding-top: 0;
    }
}
body.home main .particle-container #home-particles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #082931;
}
body.home main .row1 {
    position: relative;
    color: #fff;
    padding-top: 0;
    z-index: 1;
    padding-top: 40px;
}
@media (max-width:1023px) {
    body.home main .row1 {
        padding-top: 20px;
    }
}
body.home main .row1 .front-page-icons {
    margin-bottom: 50px;
}
body.home main .row1 .front-page-icons a.logo {
    margin: 0;
}
body.home main .row1 .front-page-icons a.logo img {
    width: 94px;
}
body.home main .row1 .bigTitle {
    margin-top: 30px;
}
@media (max-width:1023px) {
    body.home main .row1 .bigTitle {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
body.home main .row1 .tags h2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
body.home main .row1 .tags a {
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-right: 10px;
}
body.home main .row1 .tags a:hover {
    color: #e40e7f;
}
@media (max-width:1024px) {
    body.home main .row1 .tags a:hover {
        color: #fff;
    }
    body.home main .row1 .tags a:active {
        color: #00afd7;
    }
}
@media (max-width:1023px) {
    body.home main .row1 .jobs-search form {
        margin-top: 15px;
    }
}
body.home main .row1 .jobs-search .icon-salt-search:before {
    margin-left: 0;
}
body.home main .row2 .job-posts {
    margin-bottom: 0;
}
@media (max-width:1023px) {
    body.home main .row3 .page-nav-block {
        margin-top: 30px;
    }
}
#search-box {
    position: relative;
}
#search-box span {
    position: absolute;
    left: 70px;
    margin-top: 11px;
    font-size: 1.333em;
    color: #fff;
    opacity: 0;
    pointer-events: none;
}
@media (max-width:1023px) {
    #search-box span {
        left: 40px;
        font-size: 1em;
        margin-top: 15px;
    }
}
#search-box span:after {
    display: none;
}
.about-us .row2 {
    color: #fff;
}
.about-us .row2a {
    padding: 0;
}
.about-us .row2a .row {
    background: #0d414e;
    max-width: none;
}
.about-us .row2a .row > * {
    /*padding: 80px;*/
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .about-us .row2a .row > * {
        padding: 30px;
    }
}
@media (max-width:1023px) {
    .about-us .row2a .row > * {
        padding: 0px;
        font-size: 1rem;
    }
}
.about-us .row2a .row > :nth-child(odd) > div {
    float: right;
}
.about-us .row2a .row > * > div {
    /*max-width: 515px;*/
    display: block;
    width: 100%;
}
.about-us .services.title_card{
    background-size: cover;
}
.about-us .services.title_card .largeTitle {
    text-align: center;
}
@media (max-width:1023px) {
    .about-us .row2a .row > * > div {
        max-width: none;
        float: none;
    }
}
.about-us .row2a .row > .ice,
.about-us .row2a .row > .white {
    color: #082931;
    border-color: #082931;
}
.about-us .row2a .row > .fountain,
.about-us .row2a .row > .navy {
    color: #deeaec;
    border-color: #deeaec;
}

.about-us .row2a .row > * #services {
    padding-top: 0!important;
}
.about-us .row2a .row > * .services .bigTitle {
    margin-bottom: 20px;
}
.about-us .row2a .row > * .services .circle {
	font-size: 1.667em;
	font-weight: 100;
	color: inherit;
	border-width: 2px;
	border-style: solid;
	border-color: inherit;
	text-align: center;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	line-height: 58px;
	margin-bottom: 30px;
}

.about-us .flipper .services.title_card:before{
    content: '+';
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #e40e7f;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    z-index: 9999;
    background-color: white;
    display: block;
}
.about-us .row2a .jobs.jobs-list .row3 .row > * .excerpt .apply .services a,
.about-us .row2a .jobs.jobs-list .row3 .row > * .services .excerpt .apply a,
.about-us .row2a .row > * .services .jobs.job-details .details .apply a,
.about-us .row2a .row > * .services .largeTitle,
.about-us .row2a .row > * .services .subText p,
.jobs.job-details .details .apply .about-us .row2a .row > * .services a,
.jobs.jobs-list .row3 .about-us .row2a .row > * .excerpt .apply .services a,
.jobs.jobs-list .row3 .about-us .row2a .row > * .services .excerpt .apply a,
.subText .about-us .row2a .row > * .services p {
    margin-bottom: 15px;
}
.about-us .row2a .row > * .services p+p {
    margin-top: 15px;
}
.about-us .row3 {
    overflow: hidden;
    padding-bottom: 40px;
}
@media (max-width:1023px) {
    .about-us .row3 .bigTitle {
        margin-bottom: 20px;
    }
}
.about-us .row3 .grid {
    overflow: visible;
}
.about-us .row3 a {
    color: #002a32;
}
.about-us .row3 menu {
    margin-bottom: 15px;
    font-size: 1rem;
}
.about-us .row3 menu a {
    color: #002a32;
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 15px 0;
}
.about-us .row3 menu a.active {
	color: #e40e7f;
}
.about-us .row3 menu a.active:after {
    width: 100%;
}
.about-us .row3 .team {
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
.about-us .row3 .team figure {
    font-size: 1rem;
    position: relative;
    float: none;
    display: inline-block;
}
.about-us .row3 .team figure figcaption {
    color: #fff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
}
.about-us .row3 .team .mix {
    display: none;
}
.about-us .row4 {
    color: #deeaec;
}
@media (max-width:1023px) {
    .about-us .row4 .bigTitle {
        margin-bottom: 20px;
    }
}
.about-us .row4 h3 {
    font-weight: 700;
    margin-bottom: 1em;
}
.about-us .row4 a {
    color: #deeaec;
    text-decoration: none;
}
.about-us .row5 .logos h2 {
    margin: 40px 0 0;
}
@media (max-width:1023px) {
    .about-us .row5 .logos h2 {
        margin: 0;
    }
}
.about-us .row5 .logos .u-3-4 {
    float: right!important;
}
.about-us .row5 .logos .u-3-4 .grid6 {
    margin-bottom: -30px;
}
.about-us .row5 .logos .u-3-4 .grid6 .row {
    font-size: 0;
}
.about-us .row5 .logos .u-3-4 .grid6 .row > * {
    font-size: 1rem;
    float: none;
    display: inline-block;
}
.about-us .row6 {
    color: #deeaec;
}
.about-us .row6 .row {
    font-size: 0;
}
.about-us .row6 .row > * {
    font-size: 1rem;
    float: none;
    display: inline-block;
}
.about-us .row6 .testimonials {
    vertical-align: top;
}
@media (max-width:1023px) {
    .about-us .row6 .testimonials {
        margin-bottom: 30px!important;
    }
}
.about-us .row6 ul {
    margin-top: 50px;
}
@media (max-width:1023px) {
    .about-us .row6 ul {
        margin-top: 20px;
    }
}
.about-us .row6 ul li+li {
    margin-top: 20px;
}
@media (max-width:1023px) {
    .about-us .row6 ul li {
        display: inline;
        font-size: 0;
    }
    .about-us .row6 ul li:after {
        display: none;
    }
    .about-us .row6 ul li a {
        font-size: 1rem;
        margin-bottom: 8px;
    }
}
.about-us .row6 ul a {
    color: #002a32;
    display: inline-block;
    cursor: pointer;
}
.about-us .row6 ul a:after {
    width: 100%;
}
.about-us .row6 ul a:hover,
.about-us .row6 ul a.active {
    color: #e40e7f;
}
/*
.about-us .row6 ul a.active:after {
    display: none;
}
*/
.about-us .row6 .testimonial {
    display: none;
    color: #002a32;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.about-us .row6 .testimonial.active {
    display: block;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.about-us .row6 .testimonial .quote {
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
    padding-top: 0px;
}


.about-us .row6 .testimonial .quote p {
    font-size: 1.333em;
}
.about-us .row6 .testimonial .quote p+p {
    margin-top: 15px;
}

@media (max-width:1023px) {
    .about-us .row6 .testimonial .quote p {
        font-size: 1em;
    }
}
.about-us .row6 .testimonial > span {
    color: #002a32;
    display: block;
}
.about-us .row6 .testimonial > span+span {
    margin-top: 5px;
}
@media (max-width:1023px) {
    .about-us .row6 .testimonial > span+span {
        font-size: 0.7em;
    }
}
@media (max-width:1023px) {
    .about-us .row6 .testimonial > span {
        font-size: 0.8em;
    }
}
@media (max-width:1023px) {
    .jobs .salary-survery-intro .bigTitle {
        font-size: 1.333rem;
    }
    .jobs .salary-survery-intro .bigTitle h2:after {
        top: calc(-50% + 2px);
        border-bottom-width: 2px;
    }
}
@media (max-width:1023px) {
    .jobs .salary-survery-intro .align-right {
        margin: 20px 0;
        text-align: left;
    }
    .jobs .salary-survery-intro .align-right a {
        font-size: 1rem;
    }
}
.jobs .specialisms-list {
    color: #00b1db;
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .jobs .specialisms-list .bigTitle h2 {
        font-size: 2.4rem;
    }
    .jobs .specialisms-list .bigTitle h2:after {
        top: calc(-50% + 2px);
        border-bottom-width: 2px;
    }
}
@media (max-width:1023px) {
    .jobs .specialisms-list .bigTitle {
        margin-top: 0;
        text-align: left;
        float: none;
    }
    .jobs .specialisms-list .bigTitle h2 {
        font-size: 1.667rem;
    }
    .jobs .specialisms-list .bigTitle h2:after {
        top: calc(-50% + 2px);
        border-bottom-width: 2px;
    }
}
.jobs .specialisms-list .tag-list {
    padding-top: 80px;
}
.jobs .specialisms-list .tag-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobs .specialisms-list .tag-list .row+.row {
    margin-top: 30px;
}
.jobs .specialisms-list .tag-list .row abbr {
    display: block;
    width: 54px;
    height: 54px;
    padding-top: 10px;
    border: 2px solid #00b1db;
    border-radius: 27px;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1em;
}
.jobs .specialisms-list .tag-list .row abbr[title] {
    cursor: inherit!important;
    text-decoration: none!important;
}
.jobs .specialisms-list .tag-list .row abbr:after {
    display: none;
}
.jobs .specialisms-list .tag-list .row h3 {
    margin-bottom: 20px;
}
.jobs .specialisms-list .tag-list .row ul li+li {
    margin-top: 20px;
}
.jobs .specialisms-list .tag-list .row ul li a {
    font-weight: 700;
    color: #002a32;
    border-bottom-color: #00afd7;
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .jobs .specialisms-list .tag-list .row ul li a {
        margin-left: 20px;
    }
}
.jobs .specialisms-list .tag-list .row ul li a:hover {
    color: #e40e7f;
}
@media (max-width:1023px) {
    .jobs .specialisms-list .tag-list {
        font-size: 1rem;
    }
    .jobs .specialisms-list .tag-list .row+.row {
        margin-top: 0;
    }
    .jobs .specialisms-list .tag-list .row h3 {
        padding: 20px 0;
        border-bottom: 1px solid rgba(222,234,236,.2);
        position: relative;
        cursor: pointer;
    }
    .jobs .specialisms-list .tag-list .row h3:active {
        color: #00afd7;
    }
    .jobs .specialisms-list .tag-list .row h3:before {
        font-family: salt;
        content: "\e80b";
        position: absolute;
        right: 20px;
        font-weight: 400;
    }
    .jobs .specialisms-list .tag-list .row ul {
        -webkit-transition: max-height 0.5s linear;
        transition: max-height 0.5s linear;
        max-height: 0;
        overflow: hidden;
    }
    .jobs .specialisms-list .tag-list .row ul li:first-child {
        margin-top: 20px;
    }
    .jobs .specialisms-list .tag-list .row ul li:last-child {
        margin-bottom: 20px;
    }
    .jobs .specialisms-list .tag-list .row div.active h3:before {
        content: "\e80c";
    }
    .jobs .specialisms-list .tag-list .row div.active ul {
        max-height: 700px;
    }
}
.jobs.jobs-list .row1 {
    padding: 30px;
    color: #fff;
}
@media (max-width:1023px) {
    .jobs.jobs-list .row1 {
        padding: 20px;
    }
}
.jobs.jobs-list .row1 > p {
    margin-bottom: 1em;
}
.jobs.jobs-list .row1 .tag_cloud {
    font-size: 0;
}
.jobs.jobs-list .row1 .tag_cloud a {
    font-size: 1rem;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid #fff;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 15px;
}
.jobs.jobs-list .row1 .tag_cloud .selected {
    margin-bottom: 15px;
}
.jobs.jobs-list .row1 .tag_cloud .selected a {
    background: hsla(0,0%,100%,0);
    color: #fff;
}
.jobs.jobs-list .row1 .tag_cloud .selected a:before {
    font-weight: 400;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #082931;
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    right: -5px;
}
.jobs.jobs-list .row1 .tag_cloud .selected a:hover:before {
    color: #fff;
    background: #082931;
}
.jobs.jobs-list .row1 .tag_cloud .selected a.active,
.jobs.jobs-list .row1 .tag_cloud .selected a:hover,
.jobs.jobs-list .row1 .tag_cloud .choices a:hover {
    background: hsla(0,0%,100%,1);
    color: #002a32;
}
.jobs.jobs-list .row1 .tag_cloud .choices:not(.show) {
    display: none;
}
.jobs.jobs-list .row1 .tag_cloud .choices a {
    color: #fff;
}

.jobs.jobs-list .row1 .tag_cloud .choices a.active {
    COLOR: #002a32;
}
.jobs.jobs-list .row1 .tag_cloud .choices a:not(.show) {
    display: none;
}
.jobs.jobs-list .row1 .tag_cloud .choices a.active,
.jobs.jobs-list .row1 .tag_cloud .choices a:hover {
    background: hsla(0,0%,100%,1);
}
.jobs.jobs-list .row1 .tag_cloud .choices .choices__message {
    margin-bottom: 15px;
    font-size: 1rem;
}
.jobs.jobs-list .row2 {
    padding: 20px 30px;
    overflow: hidden;
}
@media (max-width:1023px) {
    .jobs.jobs-list .row2 {
        padding: 20px;
    }
}
.jobs.jobs-list .row2 .grid {
    overflow: visible;
}
.jobs.jobs-list .row2 .row {
    font-size: 0;
}
.jobs.jobs-list .row2 .row > * {
    font-size: 1rem;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1023px) {
    .jobs.jobs-list .row2 .row > * {
        display: block;
    }
}
.jobs.jobs-list .row2 a {
    color: #002a32;
    text-decoration: none;
    display: inline-block;
}
.jobs.jobs-list .row2 .filters a {
    margin-right: 20px;
}
.jobs.jobs-list .row2 .filters a.active,
.jobs.jobs-list .row2 a:hover,
.about-us .row3 menu a:hover,
.about-us .row3 a:hover {
    color: #e40e7f; /* salt pink */
}
.jobs.jobs-list .row2 .view {
    text-align: center;
}
@media (max-width:1023px) {
    .jobs.jobs-list .row2 .view {
        display: none;
    }
}
.jobs.jobs-list .row2 .view a {
    vertical-align: middle;
    color: #002a32;
}
.jobs.jobs-list .row2 .view a:hover {
    color: #e40e7f;
    cursor: pointer;
}
.jobs.jobs-list .row2 .view a.active {
    color: #e40e7f;
}
.jobs.jobs-list .row2 .view .icon-salt-menu:before {
    font-size: 1.6em;
}
.jobs.jobs-list .row2 .sorting {
    margin-right: 0;
}
.jobs.jobs-list .row2 .sorting .select:before {
    padding: 0 12px;
    background: #deeaec;
    bottom: auto;
    line-height: normal;
    color: #e40e7f;
}
.jobs.jobs-list .row2 .sorting .select select {
    width: auto;
    min-width: 170px;
    border: none;
    color: #e40e7f;
    font-weight: 700;
    font-size: 1rem;
    padding: 0;
}
.jobs.jobs-list .row2 .sorting .select select option {
    text-align: left;
}
.jobs.jobs-list .row2 .sorting > ul {
    width: 100%;
}
@media (max-width:1023px) {
    .jobs.jobs-list .row2 .sorting > ul {
        float: none;
    }
}
.jobs.jobs-list .row2 .sorting > ul > li {
    float: left;
    position: relative;
}
@media (max-width:1023px) {
    .jobs.jobs-list .row2 .sorting > ul > li {
        margin-left: 0;
    }
}
.jobs.jobs-list .row3 .row {
    font-size: 0;
}
.jobs.jobs-list .row3 .row.list-description {
    font-size: 1rem;
    color: #00afd7;
    margin-bottom: 50px;
}
.jobs.jobs-list .row3 .row.nothing-found {
    font-size: 1rem;
}
.jobs.jobs-list .row3 .row.nothing-found .tryagain {
    color: #00afd7;
}
.jobs.jobs-list .row3 .row.nothing-found .tryagain a {
    font-weight: 700;
    color: inherit;
}
.jobs.jobs-list .row3 .row.nothing-found .jobs-search form {
    color: #082931;
}
.jobs.jobs-list .row3 .row.nothing-found .jobs-search form input[type=text] {
    border-left: 1px solid #082931;
}
.jobs.jobs-list .row3 .row .excerpt {
    margin-bottom: 45px;
}
@media (max-width:1023px) {
    .jobs.jobs-list .row3 .row .excerpt {
        margin-bottom: 20px;
    }
}
.jobs.jobs-list .row3 .row .excerpt .job_title h2 a {
    display: inline-block;
}
.jobs.jobs-list .row3 .row .excerpt .job_title h2 a:after {
    bottom: -4px;
    border-bottom-color: #e40e7f;
}
.jobs.jobs-list .row3 .row .excerpt .job_title h2 a:hover {
    color: #e40e7f;
}
.jobs.jobs-list .row3 .row .excerpt .job_title .title_tags_lower {
    display: none;
}
@media (max-width:1023px) {
    .jobs.jobs-list .row3 .row .excerpt .apply a {
        text-align: center;
    }
}
@media (max-width:1023px) {
    .jobs.jobs-list .row3 .row .excerpt .salary,
    .jobs.jobs-list .row3 .row .excerpt .tags {
        width: 100%;
        display: block;
        margin-left: 0;
    }
}
@media (min-width:768px) {
    .jobs.jobs-list .row3 .list-view .excerpt {
        margin: 0;
        width: 100%!important;
        font-size: 0;
        border-bottom: 2px solid #deeaec;
        padding-bottom: 30px;
    }
    .jobs.jobs-list .row3 .list-view .excerpt+.excerpt {
        margin-top: 30px;
    }
    .jobs.jobs-list .row3 .list-view .excerpt > * {
        display: inline-block;
        margin: 0 30px 0 0;
        font-size: 1rem;
        vertical-align: top;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_title {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_title h2 {
        margin-top: 0;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_title h2 a {
        font-size: 1.667em;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_title .title_tags_upper {
        display: none;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_title .title_tags_lower {
        display: block;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .description {
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply {
        width: calc(25% - 30px)!important;
        width: -webkit-calc(25% - 30px)!important;
        font-size: 0;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply .job_meta_apply_wrapper {
        width: calc(100% + 30px)!important;
        width: -webkit-calc(100% + 30px)!important;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply .job_meta_apply_wrapper > * {
        display: inline-block;
        margin: 0 30px 0 0;
        font-size: 1rem;
        vertical-align: top;
        width: calc(50% - 30px)!important;
        width: -webkit-calc(50% - 30px)!important;
    }
}
@media (min-width:768px) and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply .job_meta_apply_wrapper > * {
        width: calc(100% - 30px)!important;
        width: -webkit-calc(100% - 30px)!important;
    }
}
@media (min-width:768px) {
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply .job_meta_apply_wrapper .tags_salary .salary,
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply .job_meta_apply_wrapper .tags_salary .tags p {
        font-size: 1rem;
        line-height: 1em;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply .job_meta_apply_wrapper .tags_salary .location {
        display: inline-block;
    }
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply .job_meta_apply_wrapper .apply {
        text-align: right;
    }
}
@media (min-width:768px) and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .jobs.jobs-list .row3 .list-view .excerpt .job_meta_apply .job_meta_apply_wrapper .apply {
        margin-top: 30px;
        text-align: left;
    }
}
.jobs.job-details .back {
    cursor: pointer;
    display: inline-block;
    line-height: 1.2em;
}
@media (max-width:1023px) {
    .jobs.job-details .back {
        font-size: 1rem;
    }
}
.jobs.job-details a {
    color: #002a32;
}
.jobs.job-details .job-expired__heading a {
    color: white;
}
@media (max-width:1023px) {
    .jobs.job-details .details {
        font-size: 1rem;
        border-bottom: 1px solid #deeaec;
        margin-bottom: 30px!important;
    }
}
.jobs.job-details .details h1 {
    margin-bottom: 15px;
    line-height: 1em;
}
@media (max-width:1023px) {
    .jobs.job-details .details h1 {
        font-size: 2em;
    }
}

@media (max-width:1023px) {
    .jobs.job-details .details h2 {
        font-size: 1.333em;
    }
}
.jobs.job-details .details .tags_info {
    margin: 30px 0;
    color: #838d8f;
    line-height: 1.4em;
}
.jobs.job-details .details .tags_info a {
    border-bottom-color: #00afd7;
}
.jobs.job-details .details .tags_info .type {
    margin: 0 15px;
}
.jobs.job-details .details .tags_info .salary {
    display: block;
}
.jobs.job-details .details .tags_info:after {
    display: none;
}
@media (max-width:767px) and (orientation:portrait),(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .jobs.job-details .details .tags_info .salary,
    .jobs.job-details .details .tags_info .type {
        display: block;
        margin: 15px 0 0;
    }
}
.jobs.job-details .details .richtext {
    margin-top: 15px;
    line-height: 1.4em;
}
.jobs.job-details .details .richtext:after {
    width: 50%;
    display: block;
    content: "";
    padding-bottom: 20px;
    border-bottom: 2px solid #00afd7;
    visibility: visible;
}
@media (max-width:1023px) {
    .jobs.job-details .details .richtext:after {
        width: 100%;
        border-bottom: 1px solid #deeaec;
    }
}
.jobs.job-details .details .richtext > *+* {
    margin-top: 30px;
}
.jobs.job-details .details .richtext a:after,
.jobs.job-details .details .richtext b:after,
.jobs.job-details .details .richtext em:after,
.jobs.job-details .details .richtext h1:after,
.jobs.job-details .details .richtext h2:after,
.jobs.job-details .details .richtext h3:after,
.jobs.job-details .details .richtext h4:after,
.jobs.job-details .details .richtext h5:after,
.jobs.job-details .details .richtext h6:after,
.jobs.job-details .details .richtext li:after,
.jobs.job-details .details .richtext ol:after,
.jobs.job-details .details .richtext p:after,
.jobs.job-details .details .richtext span:after,
.jobs.job-details .details .richtext strong:after,
.jobs.job-details .details .richtext ul:after {
    display: none;
}
.jobs.job-details .details .richtext a {
    color: #00afd7;
    text-decoration: none;
}
.jobs.job-details .details .richtext a:hover {
    text-decoration: underline;
}
.jobs.job-details .details .richtext h1,
.jobs.job-details .details .richtext h2,
.jobs.job-details .details .richtext h3,
.jobs.job-details .details .richtext h4,
.jobs.job-details .details .richtext h5,
.jobs.job-details .details .richtext h6 {
    font-weight: 700;
}
.jobs.job-details .details .richtext h1+*,
.jobs.job-details .details .richtext h2+*,
.jobs.job-details .details .richtext h3+*,
.jobs.job-details .details .richtext h4+*,
.jobs.job-details .details .richtext h5+*,
.jobs.job-details .details .richtext h6+* {
    margin-top: 0;
}
.jobs.job-details .details .richtext ul li {
    list-style-type: disc;
    margin-left: 18px;
}
.jobs.job-details .details .richtext ol li {
    list-style-type: decimal;
    margin-left: 18px;
}
.jobs.job-details .details .richtext p.apply-button {
    display: none;
}
@media (max-width:1023px) {
    .jobs.job-details .details .richtext .wpbb-job-fields-wrapper {
        padding: 15px;
        border: 1px solid #082931;
        border-radius: 3px;
        color: #fff;
        background: #082931;
    }
}
.jobs.job-details .details .apply {
    margin-top: 60px;
    padding-bottom: 6px;
}
.jobs.job-details .details .apply a {
    color: #00afd7;
}
@media (max-width:1023px) {
    .jobs.job-details .details .apply a {
        text-align: center;
    }
}
@media (max-width:1023px) {
    .jobs.job-details .details .apply {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.jobs.job-details .bigApply {
    position: relative;
    text-align: center;
}
@media (max-width:1023px) {
    .jobs.job-details .job-posts {
        font-size: 1rem;
    }
}
.jobs.job-details .job-posts form {
    margin-bottom: 30px;
    color: #00afd7;
}
.jobs.job-details .job-posts form input[type=text] {
    border-bottom-color: #082931;
}
.jobs.job-details .job-posts form h4 {
    margin-bottom: 0;
}
@media (max-width:1023px) {
    .jobs.job-details .job-posts form {
        background: #deeaec;
        padding: 20px;
    }
    .jobs.job-details .job-posts form input[type=text] {
        background: #fff;
        border: 0;
        margin-top: 15px;
    }
    .jobs.job-details .job-posts form .submit {
        float: none;
        width: 100%;
    }
    .jobs.job-details .job-posts form .submit:after {
        display: none;
    }
}
.jobs.job-details .job-posts h2 {
    margin-bottom: 30px;
}
.jobs.salary-survey form {
    font-size: 1em;
}
@media (max-width:1023px) {
    .jobs.salary-survey form {
        font-size: 1rem;
    }
}
.jobs.salary-survey form .reset {
    margin-top: 15px;
    display: inline-block;
    float: right;
    border-bottom-color: #838d8f;
}
.jobs.salary-survey form .reset input[type=reset] {
    color: #838d8f;
    border: 0;
    background: none;
    font-weight: 700;
    font-size: 1em;
    padding: 0;
    cursor: pointer;
}
.jobs.salary-survey .submit {
    border-bottom-color: #00afd7;
}
.jobs.salary-survey .submit input[type=submit] {
    color: #00afd7;
    font-size: 1.667em;
}
@media (max-width:1023px) {
    .jobs.salary-survey .submit input[type=submit] {
        color: #fff;
        text-align: center;
        width: 100%;
        font-size: 1em;
    }
}
.jobs.salary-survey .result {
    font-size: 9.444em;
    font-weight: 700;
    margin-bottom: 80px;
}
@media (max-width:1023px) {
    .jobs.salary-survey .result {
        font-size: 3.333rem;
        margin-bottom: 30px;
    }
}
.jobs.salary-survey .comparison {
    max-width: 892.5px;
    font-size: 1.667em;
    margin-bottom: 80px;
}
.jobs.salary-survey .comparison span {
    font-size: 3.333rem;
    font-weight: 700;
    color: #e40e7f;
}
.jobs.salary-survey .comparison span:after {
    display: none!important;
}
@media (max-width:1023px) {
    .jobs.salary-survey .comparison {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    .jobs.salary-survey .comparison span {
        font-size: 1.333rem;
    }
}
.jobs.salary-survey .options a {
    color: #002a32;
    border-bottom-color: #e40e7f;
}
.jobs.salary-survey .options a:hover {
    color: #e40e7f;

}
@media (max-width:1023px) {
    .jobs.salary-survey .options {
        font-size: 1rem;
    }
}
@media (max-width:1023px) {
    .jobs.salary-survey .job-posts {
        margin-top: -30px;
    }
}
body.blog-7 .country-match .tags_salary .location {
    padding: 5px;
    border: 2px solid #838d8f;
    background-color: #f1f1f1;
}
.global-recruitment .jobs.job-details .details .apply a,
.global-recruitment .jobs.jobs-list .row3 .row .excerpt .apply a,
.global-recruitment .largeTitle,
.global-recruitment .subText p,
.jobs.job-details .details .apply .global-recruitment a,
.jobs.jobs-list .row3 .row .excerpt .apply .global-recruitment a,
.subText .global-recruitment p {
    margin-bottom: 15px;
}
.global-recruitment .navy .row > div:first-child {
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: #deeaec;
    padding-top: 300px;
}
@media (max-width:1024px) {
    .global-recruitment .navy .row > div:first-child {
        min-height: auto;
        padding-top: 0;
    }
}
.global-recruitment .navy .row > div:first-child a {
    color: #deeaec;
}
.global-recruitment .navy .row > div:first-child a:after {
    display: inline;
}
.global-recruitment .navy .row > div:first-child .row1 > div:first-child {
    padding-top: 16%;
}
.employers .row2 .sectors {
    float: right;
}
.employers .row2 .sectors .row {
    font-size: 0;
}
.employers .row2 .sectors .row > * {
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}
.employers .row2 .sectors .sector ul {
    color: #838d8f;
    margin-top: 15px;
}
.employers .row2 .sectors .sector ul li {
    line-height: 1.2em;
}
.employers .row2 .sectors .sector ul li:last-child {
    font-style: italic;
}
.employers .row2 .sectors .sector ul li+li {
    margin-top: 15px;
}
@media (max-width:1023px) {
    .employers .row2 .sectors .sector {
        margin-bottom: 20px;
    }
    .employers .row2 .sectors .sector:last-child {
        margin-bottom: 0;
    }
}
.employers .row3 {
    color: #fff;
}
.employers .row3 .bigTitle {
    text-align: right;
}
@media (max-width:1023px) {
    .employers .row3 .bigTitle {
        text-align: left;
        margin-bottom: 20px!important;
    }
}
@media (max-width:1023px) {
    .employers .row3 .boldTitle,
    .employers .row3 .job-posts .excerpt .salary,
    .employers .row3 .job-posts .excerpt a,
    .employers .row3 .jobs.jobs-list .row2 a,
    .employers .row3 footer .menu .respond .list a,
    .employers .row3 footer .menu h2,
    .job-posts .excerpt .employers .row3 .salary,
    .job-posts .excerpt .employers .row3 a,
    .jobs.jobs-list .row2 .employers .row3 a,
    footer .menu .employers .row3 h2,
    footer .menu .respond .list .employers .row3 a {
        margin-bottom: 0;
    }
}
.employers .row3 .u-3-4 .row+.row {
    margin-top: 50px;
}
@media (max-width:1023px) {
    .employers .row3 .u-3-4 .row+.row {
        margin-top: 20px;
    }
}
.employers .row4 {
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: center;
}
.employers .row4 .isthistextorlogo {
    font-size: 6.666em;
    font-weight: 700;
    display: inline-block;
    margin: auto;
}
.extras .row2 .row > :last-child {
    padding-top: 25%;
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .extras .row2 .row > :last-child {
        padding-top: 30px;
    }
}
@media (max-width:1023px) {
    .extras .row2 .row > :last-child {
        padding-top: 0;
    }
}
.extras .row2 .row > :last-child .excerpt:nth-child(odd) {
    float: right;
}
.extras .row2 .row > :last-child .excerpt:nth-child(2n) {
    float: left;
}
.extras .row2 .excerpt {
    width: 75%;
    float: left;
}
.extras .row2 .excerpt .info {
    width: 66%;
}
.about-us .row3 menu .extras .row2 .excerpt a,
.extras .row2 .excerpt .about-us .row3 menu a,
.extras .row2 .excerpt .mediumTitle,
.extras .row2 .excerpt .smallTitle,
.extras .row2 .excerpt body.home main .row1 .tags a,
.extras .row2 .excerpt footer .menu .locations a,
.extras .row2 .job-posts .excerpt h2 a,
.extras .row2 .job-posts .excerpt h3 a,
.job-posts .extras .row2 .excerpt h2 a,
.job-posts .extras .row2 .excerpt h3 a,
body.home main .row1 .tags .extras .row2 .excerpt a,
footer .menu .locations .extras .row2 .excerpt a {
    color: #0d414e;
}
.extras .row2 .excerpt p {
    color: #838d8f;
}
.extras .row2 .excerpt .tags {
    color: #00afd7;
}
.extras .row2 .excerpt+.excerpt {
    margin-top: 80px;
}
.extras .row2 .excerpt:nth-child(2n) {
    float: right;
}
@media (max-width:1023px) {
    .extras .row2 {
        font-size: 1rem;
    }
    .extras .row2 .excerpt {
        width: 100%;
        float: none!important;
        border-bottom: 1px solid hsla(190,5%,54%,.2);
        padding-bottom: 30px;
    }
    .extras .row2 .excerpt .info,
    .extras .row2 .excerpt img {
        width: 100%;
    }
    .extras .row2 .excerpt+.excerpt {
        margin-top: 30px;
    }
}
.blog_list .row2 .grid .row {
    font-size: 0;
}
.blog_list .row2 .grid .row > * {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}
.blog_list .row2 .grid .row > .excerpt {
    margin-bottom: 60px;
}
@media (max-width:1023px) {
    .blog_list .row2 .grid .row > .excerpt {
        border-bottom: 1px solid hsla(190,5%,54%,.2);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .blog_list .row2 .grid .row > .excerpt img {
        width: 100%;
    }
}
.blog_list .row2 .options .option-block+.option-block {
    margin-top: 30px;
}
.blog_list .row2 .options .option-block h2 {
    margin-bottom: 15px;
}
.blog_list .row2 .options .option-block menu ul li+li {
    margin-top: 15px;
}
.blog_list .row2 .options .option-block .select,
.blog_list .row2 .options .option-block .select:before {
}
.blog_list .row2 .options .option-block menu ul li a {
    color: #002a32;
}
.blog_list .row2 .options .option-block form {
    font-size: 1em;
}
.blog_list .row2 .options .option-block .small-search {
    position: relative;
}
.blog_list .row2 .options .option-block .small-search .icon-salt-search {
    position: absolute;
    top: -15px;
    width: 50px;
    bottom: 1px;
    right: 0;
    text-align: center;
    line-height: 100%;
    background: #fff;
}
.blog_list .row2 .options .option-block .small-search .icon-salt-search:before {
    margin: 0;
    width: 30px;
    font-size: 2em;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.blog_list .row2 .options .option-block .small-search .icon-salt-search input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
}
.article .row1 .social {
    font-size: 0;
    margin-top: 15px;
}
.article .row1 .social > * {
    margin-bottom: 0;
}
.article .row1 .social a {
    font-size: 1rem;
    color: #082931;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 13px;
}
.article .row1 .social a:before {
    color: #00afd7;
    vertical-align: bottom;
    font-size: 1.5em;
    width: auto;
    margin: 0 10px 0 0;
}
.article .row1 .social a.icon-salt-linkedin:before {
    position: relative;
    top: -2px;
}
.article .row1 .main {
    padding: 60px 0;
}
@media (max-width:1023px) {
    .article .row1 .main {
        padding: 20px 0 0;
    }
}
.article .row1 aside {
    font-size: 1rem;
}
.article .row1 aside .profile_data {
    margin-bottom: 30px;
}
.article .row1 aside .profile_data img {
    margin-bottom: 15px;
}
.article .row1 aside .profile_data a {
    color: #00afd7;
    margin-bottom: 7.5px;
    display: inline-block;
}
.article .row1 aside .profile_data span {
    display: block;
    line-height: 1.4em;
}
.article .row1 aside .twitter_feed {
    font-size: 0.6em;
    color: #838d8f;
    padding: 20px;
    border: 1px solid #deeaec;
    border-radius: 3px;
}
.article .row1 aside .twitter_feed+.twitter_feed {
    margin-top: 15px;
}
.article .row1 article {
    padding: 0 90px;
    font-size: 1rem;
}
@media (max-width:1023px),(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .article .row1 article {
        padding: 0;
    }
}
@media (max-width:1023px) {
    .article .row1 article img {
        width: 100%!important;
    }
}
.article .row1 article .richtext {
    width: 75%;
    margin-top: 20px;
}
@media (max-width:1023px),(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .article .row1 article .richtext {
        width: 100%;
    }
}
.article .row1 article .richtext > *+* {
    margin-top: 20px;
}
.article .row1 article .richtext:after {
    display: none;
}
.article .row1 article .richtext b,
.article .row1 article .richtext strong {
    font-weight: 700;
}
.article .row1 article .richtext em {
    font-style: italic;
}
.article .row1 article .richtext u {
    text-decoration: underline;
}
.article .row1 article .richtext ul {
    list-style-type: disc;
}
.article .row1 article .richtext ol {
    list-style-type: decimal;
}
.article .row1 article .richtext ol li,
.article .row1 article .richtext ul li {
    line-height: 1.4em;
    margin-left: 18px;
}
.article .row1 article .richtext ol li+li,
.article .row1 article .richtext ul li+li {
    margin-top: 5px;
}
.article .row1 article .richtext a {
    color: #00afd7;
    border-bottom-color: #00afd7;
}
.article .row1 article .richtext a:after {
    bottom: 0;
}
.article .row1 article .richtext blockquote {
    font-size: 1.333em;
    color: #082931;
    padding-left: 120px;
    width: 130%;
    position: relative;
    margin: 50px 0;
    font-weight: 700;
}
.article .row1 article .richtext blockquote:before {
    content: "\e813";
    font-family: salt;
    position: absolute;
    left: 60px;
    font-size: 1.333em;
}
.article .row1 article .richtext blockquote p {
    color: inherit;
}
@media (max-width:1023px),(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .article .row1 article .richtext blockquote {
        width: 100%;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .article .row1 article .richtext blockquote:before {
        left: 0;
        top: -30px;
        font-size: 1em;
    }
}
.article .row1 .related {
    margin-top: 50px;
}
.article .row1 .related > * {
    margin-bottom: -30px;
}
@media (max-width:1023px) {
    .article .row1 .related {
        margin-top: 20px;
        font-size: 1rem;
    }
    .article .row1 .related .excerpt {
        border-bottom: 1px solid hsla(190,5%,54%,.2);
        padding-bottom: 30px;
    }
    .article .row1 .related .excerpt:last-child {
        margin-bottom: 0;
    }
}
.contact .row2 form.simple input,
.contact .row2 form.simple textarea {
    font-size: 1rem;
}
.contact .row2 form.simple input:focus,
.contact .row2 form.simple textarea:focus {
    color: #00afd7;
    border-bottom-color: #00afd7;
}
.contact .row2 form.simple textarea {
    height: 250px;
}
@media (max-width:1023px) {
    .contact .row2 form.simple textarea {
        height: 125px;
    }
}
.contact .row2 form.simple .submit {
    color: #00afd7;
    margin-top: 15px;
}
@media (max-width:1023px) {
    .contact .row2 form.simple .submit {
        width: 100%;
    }
    .contact .row2 form.simple .submit:after {
        display: none!important;
    }
}
@media (max-width:1023px) {
    .contact .row3 {
        padding: 0;
    }
}
.contact .row3 .grid .row {
    font-size: 0;
}
.contact .row3 .grid .row > div {
    float: none;
    display: inline-block;
    font-size: 1rem;
}
@media (max-width:1023px) {
    .contact .row3 .details {
        display: none!important;
    }
}
.contact .row3 .contact-details {
    color: #fff;
    width: calc(50% - 15px);
    float: right;
    font-size: 1.333em;
    opacity: 0;
    display: none;
    height: 500px;
}
.contact .row3 .contact-details.active {
    display: block;
}
@media (max-width:1023px),(min-width:768px) and (max-width:1024px) {
    .contact .row3 .contact-details {
        width: 100%;
        float: none;
    }
}
.contact .row3 .contact-details > * {
    display: block;
    line-height: 1.4em;
}
.contact .row3 .contact-details > *+* {
    margin-top: 30px;
}
.contact .row3 .contact-details .number a {
    color: #fff;
    text-decoration: none;
}
.contact .row3 .contact-details .number a:hover {
    text-decoration: underline;
}
.contact .row3 .contact-details .card a {
    color: #00afd7;
    font-size: 1.25031em;
}
@media (max-width:1023px) {
    .contact .row3 .locations li {
        padding: 20px;
        background: rgba(8,41,49,.5);
    }
    .contact .row3 .locations li+li {
        border-top: 1px solid #deeaec;
    }
}
.contact .row3 .locations li h3 {
    text-align: right;
    color: #00afd7;
    margin-bottom: 0;
}
@media (max-width:1023px) {
    .contact .row3 .locations li h3 {
        font-size: 2.666em;
    }
}
.contact .row3 .locations li h3 a {
    cursor: pointer;
}
.contact .row3 .locations li.active {
    background: rgba(8,41,49,0);
}
.contact .row3 .locations li.active h3 a {
    color: #deeaec;
}
.contact .row3 .locations li.active h3 a:after {
    width: 100%;
}
.contact .row3 .locations li.active .contact-details {
    max-height: 400px;
    opacity: 1;
}
.contact .row3 .locations li .contact-details {
    display: none;
}
@media (max-width:1023px) {
    .contact .row3 .locations li .contact-details {
        max-height: 0;
        display: block;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        font-size: 1rem;
    }
    .contact .row3 .locations li .contact-details > * {
        display: block;
        line-height: 1.4em;
    }
    .contact .row3 .locations li .contact-details > *+* {
        margin-top: 15px;
    }
    .contact .row3 .locations li .contact-details address {
        margin-top: 30px;
    }
}
.contact .row4 {
    display: none;
}
.contact .row4 .row {
    font-size: 0;
}
.contact .row4 .row > * {
    float: none;
    display: inline-block;
    font-size: 1rem;
}
@media (max-width:1023px) {
    .contact .row4 .locations {
        margin-bottom: 15px!important;
    }
}
.contact .row4 .location {
    width: 50%;
    float: right;
    color: #fff;
    font-size: 1.333em;
    padding-bottom: 6px;
    opacity: 0;
    display: none;
}
@media (max-width:1023px),(min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .contact .row4 .location {
        width: 100%;
    }
}
.contact .row4 .location > *,
.contact .row4 .location.active {
    display: block;
}
.contact .row4 .location > *+* {
    margin-top: 30px;
}
.contact .row4 .location .number a {
    color: #fff;
    text-decoration: none;
}
.contact .row4 .location .number a:hover {
    color: #00afd7;
}
.contact .row4 .location .card a {
    color: #00afd7;
    font-size: 1.25031em;
}
@media (max-width:1023px) {
    .contact .row4 .bigTitle {
        font-size: 2em;
    }
    .contact .row4 .bigTitle a:after {
        border-bottom-width: 2px!important;
    }
}
.contact .row4 li {
    text-align: right;
}
.contact .row4 li a {
    color: #00afd7;
    border-bottom-color: #00afd7;
    cursor: pointer;
}
.contact .row4 li a.active {
    color: #deeaec;
}
.contact .row4 li a.active:after {
    -webkit-transform: translateY(-40%)!important;
    transform: translateY(-40%)!important;
}
@media (max-width:1023px) {
    .apply-page {
        font-size: 1rem;
    }
}
.apply-page .jobs.job-details .details .apply a,
.apply-page .jobs.jobs-list .row3 .row .excerpt .apply a,
.apply-page .largeTitle,
.apply-page .subText p,
.jobs.job-details .details .apply .apply-page a,
.jobs.jobs-list .row3 .row .excerpt .apply .apply-page a,
.subText .apply-page p {
    line-height: 1.4em!important;
}
.apply-page .details > :not(h1):not(.wpbb-form-wrapper) {
    display: none;
}
@media (max-width:1023px) {
    .apply-page .wpbb-form-wrapper {
        margin-top: 15px;
    }
}
@media (max-width:1023px) {
    .apply-page .job-posts {
        margin-top: 30px;
    }
}
.apply-page form .wpbb-input {
    margin-bottom: 0!important;
}
.apply-page form .wpbb_description {
    padding: 15px;
    color: #838d8f;
    font-size: 0.8em;
}
.apply-page form label {
    margin-bottom: 0!important;
}
.apply-page form label.require {
    display: none!important;
}
.apply-page form input[type=email],
.apply-page form input[type=submit],
.apply-page form input[type=text],
.apply-page form label[for=wpbb_file],
.apply-page form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    background: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    resize: none;
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 0!important;
}
.apply-page form input[type=email][type=submit],
.apply-page form input[type=submit][type=submit],
.apply-page form input[type=text][type=submit],
.apply-page form label[for=wpbb_file][type=submit],
.apply-page form textarea[type=submit] {
    width: auto;
    padding: 0;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}
.apply-page form input[type=email]::-webkit-input-placeholder,
.apply-page form input[type=submit]::-webkit-input-placeholder,
.apply-page form input[type=text]::-webkit-input-placeholder,
.apply-page form label[for=wpbb_file]::-webkit-input-placeholder,
.apply-page form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
.apply-page form input[type=email]:-moz-placeholder,
.apply-page form input[type=email]::-moz-placeholder,
.apply-page form input[type=submit]:-moz-placeholder,
.apply-page form input[type=submit]::-moz-placeholder,
.apply-page form input[type=text]:-moz-placeholder,
.apply-page form input[type=text]::-moz-placeholder,
.apply-page form label[for=wpbb_file]:-moz-placeholder,
.apply-page form label[for=wpbb_file]::-moz-placeholder,
.apply-page form textarea:-moz-placeholder,
.apply-page form textarea::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
.apply-page form input[type=email]:-ms-input-placeholder,
.apply-page form input[type=submit]:-ms-input-placeholder,
.apply-page form input[type=text]:-ms-input-placeholder,
.apply-page form label[for=wpbb_file]:-ms-input-placeholder,
.apply-page form textarea:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
.apply-page form input[type=email]:focus,
.apply-page form input[type=submit]:focus,
.apply-page form input[type=text]:focus,
.apply-page form label[for=wpbb_file]:focus,
.apply-page form textarea:focus {
    color: #00afd7;
}
.apply-page form input[type=email]:focus::-webkit-input-placeholder,
.apply-page form input[type=submit]:focus::-webkit-input-placeholder,
.apply-page form input[type=text]:focus::-webkit-input-placeholder,
.apply-page form label[for=wpbb_file]:focus::-webkit-input-placeholder,
.apply-page form textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
.apply-page form input[type=email]:focus:-moz-placeholder,
.apply-page form input[type=email]:focus::-moz-placeholder,
.apply-page form input[type=submit]:focus:-moz-placeholder,
.apply-page form input[type=submit]:focus::-moz-placeholder,
.apply-page form input[type=text]:focus:-moz-placeholder,
.apply-page form input[type=text]:focus::-moz-placeholder,
.apply-page form label[for=wpbb_file]:focus:-moz-placeholder,
.apply-page form label[for=wpbb_file]:focus::-moz-placeholder,
.apply-page form textarea:focus:-moz-placeholder,
.apply-page form textarea:focus::-moz-placeholder {
    opacity: 0.5;
}
.apply-page form input[type=email]:focus:-ms-input-placeholder,
.apply-page form input[type=submit]:focus:-ms-input-placeholder,
.apply-page form input[type=text]:focus:-ms-input-placeholder,
.apply-page form label[for=wpbb_file]:focus:-ms-input-placeholder,
.apply-page form textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}
.apply-page form label[for=wpbb_file] {
    cursor: pointer;
}
.apply-page form input#wpbb_file {
    display: none!important;
}
.apply-page form .attachment-message {
    padding: 7px 0 0 15px;
}
.apply-page form .attachment-message:not(.error) {
    color: #6cc4d8;
}
.apply-page form .wpbb_submit {
    display: inline-block;
    margin-top: 15px;
    float: right;
    color: #00afd7;
}
@media (max-width:1023px) {
    .apply-page form .wpbb_submit {
        display: block;
        float: none;
        width: 100%;
    }
    .apply-page form .wpbb_submit:after {
        display: none!important;
    }
}
.apply-page .wpbb-input label.error:before {
    display: inline-block;
    width: 0;
    content: "\00a0";
    padding: 7px 0 0 15px;
}
#region-selector .grid {
    font-size: 1.667em;
    font-weight: 700;
}
@media (max-width:1023px) {
    #region-selector .grid {
        font-size: 1.333rem;
    }
}
#region-selector .grid img {
    margin-bottom: 15px;
}
#region-selector .grid ul {
    padding-top: 154px;
}
@media (max-width:1023px) {
    #region-selector .grid ul {
        padding: 0 0 5px;
    }
}
#region-selector .grid ul li+li {
    margin-top: 15px;
}
#region-selector .grid a {
    color: #002a32;
    border-color: #00afd7;
    cursor: pointer;
}
#region-selector .grid a:hover {
    color: #deeaec;
}
#region-selector .grid a:after {
    border-bottom-width: 3px;
}
#cv-upload br,
#cv-upload p:empty {
    display: none;
}
@media (max-width:1023px) {
    #cv-upload .bigTitle {
        margin-bottom: 15px;
    }
    #cv-upload .bigTitle p {
        font-size: 1.333rem;
    }
}
@media (max-width:1023px) {
    #cv-upload input[type=file]+label {
        border-bottom: 0;
        margin: -15px 0 15px;
    }
    #cv-upload input[type=file]+label+.selects {
        border-top: 1px solid #082931;
    }
    #cv-upload .m-4-4:first-child {
        margin-bottom: 0!important;
    }
}
#cv-upload .grid {
    color: #00afd7;
}
#cv-upload .grid .row {
    color: #082931;
}
#cv-upload .grid .row.selects {
    margin-top: 0;
}
#cv-upload .grid .row.selects > * {
    margin-bottom: 0;
}
#globe {
    position: relative;
    width: 360px;
    height: 360px;
    -webkit-perspective: 50px;
    perspective: 50px;
    margin: 0 auto;
}
#globe > p {
    color: #fff;
}
#globe.no-webgl {
    text-align: center;
}
#globe canvas {
    height: 100%;
    z-index: 5;
}
#globe canvas,
#globe-shadow {
    width: 100%;
    position: absolute;
}
#globe-shadow {
    display: none;
    height: auto;
    z-index: 1;
    top: 95%;
}
#globe-preloader {
    width: 180px;
    margin-left: -90px;
    margin-top: -2.5em;
    color: #888;
    text-align: center;
}
#globe-preloader,
#globe-reset-button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
}
#globe-reset-button {
    opacity: 0.33;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: hsla(0,0%,100%,.67);
    padding: 4px;
    border-radius: 4px;
    margin-left: -16px;
    margin-top: -16px;
    -webkit-transition: all 0.33s cubic-bezier(.645,.045,.355,1);
    transition: all 0.33s cubic-bezier(.645,.045,.355,1);
}
#globe-reset-button.hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
#globe-reset-button:not(.hidden):hover {
    opacity: 1;
    background-color: hsla(0,0%,100%,.8);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.25);
}
#globe-reset-button img {
    opacity: 0.75;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
#globe-reset-button:hover img {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#globe-poi-label {
    position: absolute;
    z-index: 10;
    display: none;
    top: 0;
    left: 0;
}
#globe-poi-label.visible {
    display: block;
}
#globe-poi-label img {
    max-width: 280px;
}
#globe-poi-label .details-inner {
    padding: 20px;
    background-color: #fff;
}
#globe-poi-label address {
    padding-bottom: 30px;
    line-height: 1.2em;
}
#globe-poi-label a {
    color: #002a32;
    text-decoration: none;
}
.poi {
    display: none;
}
@media (min-width:767px) {
    #globe {
        width: 800px;
        height: 738px;
    }
}
#globe-lightbox {
    position: fixed;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
#globe-lightbox a {
    text-decoration: none;
}
#globe-lightbox .content {
    margin-bottom: 2.8em;
}
#globe-lightbox .box {
    position: relative;
    display: inline-block;
    margin: 40px auto 0;
    max-width: 90%;
    min-width: 440px;
    min-height: 100px;
}
#globe-lightbox .bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: right;
    border-top: 1px solid #cfdbe0;
}
#globe-lightbox a {
    cursor: pointer;
}
#globe-lightbox .bar span {
    vertical-align: middle;
    display: inline-block;
    line-height: 3em;
}
#globe-lightbox .bar span.x {
    font-size: 1.7em;
    line-height: 1.5em;
    margin: -.08em 0.5em 0 0.1em;
}
@media screen and (max-width:480px) {
    #globe-lightbox .box {
        width: 90%;
        min-width: 0;
    }
}
.wrapper {
    overflow: hidden;
}
.article .row1 article img,
.img-responsive {
    width: auto;
    max-width: 100%;
    height: auto;
}
.bold {
    font-weight: 700;
}
textarea {
    font-family: inherit;
}
.gform_wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.gform_fields {
    padding-left: 0;
    list-style: none;
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gform_fields > * {
    padding-right: 15px;
    padding-left: 15px;
}
.gfield {
    width: 100%;
}
.gfield input,
.gfield select,
.gfield textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 0.5rem;
    border-bottom: 1px solid currentColor;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    font-size: inherit;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
}
.gfield input:placeholder,
.gfield select:placeholder,
.gfield textarea:placeholder {
    color: inherit;
}
.gfield input::-webkit-input-placeholder,
.gfield select::-webkit-input-placeholder,
.gfield textarea::-webkit-input-placeholder {
    color: inherit;
}
.gfield input:-moz-placeholder,
.gfield input::-moz-placeholder,
.gfield select:-moz-placeholder,
.gfield select::-moz-placeholder,
.gfield textarea:-moz-placeholder,
.gfield textarea::-moz-placeholder {
    color: inherit;
}
.gfield input:-ms-input-placeholder,
.gfield select:-ms-input-placeholder,
.gfield textarea:-ms-input-placeholder {
    color: inherit;
}
.gfield input:focus,
.gfield select:focus,
.gfield textarea:focus {
    color: inherit;
}
.gfield input:focus::-webkit-input-placeholder,
.gfield select:focus::-webkit-input-placeholder,
.gfield textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
.gfield input:focus:-moz-placeholder,
.gfield input:focus::-moz-placeholder,
.gfield select:focus:-moz-placeholder,
.gfield select:focus::-moz-placeholder,
.gfield textarea:focus:-moz-placeholder,
.gfield textarea:focus::-moz-placeholder {
    opacity: 0.5;
}
.gfield input:focus:-ms-input-placeholder,
.gfield select:focus:-ms-input-placeholder,
.gfield textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}
.gfield-checkbox .gfield_label,
.gfield-radio .gfield_label {
    display: block;
}
.gfield_html,
.ginput_container {
    margin-bottom: 1.5rem;
}
.gfield_html_address,
.gfield_html_name,
.ginput_container_address,
.ginput_container_name {
    margin-bottom: 0;
}
.gfield_checkbox,
.gfield_radio {
    padding-left: 0;
    list-style: none;
}
.gfield_checkbox li,
.gfield_radio li {
    position: relative;
}
.gfield_checkbox input,
.gfield_radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}
.gfield_checkbox label,
.gfield_radio label {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.5rem;
}
.ginput_complex {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ginput_complex > * {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem/2;
}
.ginput_full {
    width: 100%;
}
@media (min-width:992px) {
    .ginput_left,
    .ginput_right {
        width: 50%;
    }
}
.gfield_description {
    margin-bottom: 1rem/2;
}
.ginput_container_select {
    position: relative;
}
.ginput_container_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ginput_container_select::after {
	position: relative;
	top: -22px;
	left: 250px;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid white;
	border-left: 2px solid white;
	content: "";
	pointer-events: none;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	visibility: visible;
}
.validation_error {
    margin-bottom: 0.5rem;
    color: color("#000");
}
.gf_progressbar {
    background: color("#000");
    border-radius: 0;
    text-align: center;
}
.gf_progressbar_wrapper {
    margin-bottom: 1rem;
}
.percentbar_0 {
    width: 100%!important;
}
.clear-multi {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.clear-multi > * {
    padding-right: 15px;
    padding-left: 15px;
}
.clear-multi .ginput_container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.address_country {
    position: relative;
}
.address_country:after {
    position: absolute;
    top: 1.275em;
    right: calc(30px/2 + 1em);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    content: "";
    pointer-events: none;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}
.gf_clear {
    display: none;
}
.ginput_list td,
.ginput_list th,
.ginput_list thead,
.ginput_list tr {
    border: 0;
}
.ginput_list tr {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ginput_list tr > * {
    padding-right: 15px;
    padding-left: 15px;
}
.ginput_list td,
.ginput_list th {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}
.ginput_list td:last-child,
.ginput_list th:last-child {
    width: 5rem;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.gfield_list_group {
    margin-bottom: 30px/2;
}
.gfield_list_group:last-child {
    margin-bottom: 0;
}
.gfield_list_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.add_list_item,
.delete_list_item {
    width: 1rem;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
}
.add_list_item:hover,
.delete_list_item:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ui-datepicker {
    background: color("#fff");
    border-radius: 0;
}
.ui-datepicker-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem/2;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    width: 50%;
    text-align: center;
    text-decoration: none;
}
.ui-datepicker-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
    padding: 0;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span,
.ui-datepicker-calendar th a,
.ui-datepicker-calendar th span {
    display: block;
    padding: 0.25rem 0.5rem;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar th a {
    text-decoration: none;
}
.field_sublabel_above .address_country:after {
    top: auto;
    bottom: 1.275em;
}
.field_sublabel_below .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) label {
    margin-top: 0.25rem;
    margin-bottom: 0;
}
.gfield_label {
    display: block;
    margin-bottom: 0.75rem;
    color: #00afd7;
    display: none;
}

.gfield_description {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.gfield_error .validation_message {
    color: #be4242;
}
.validation_error+.gform_body {
    margin-top: 1rem;
}
.gform_heading {
    margin-bottom: 1.5rem;
}
.gform_title {
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    font-size: 1.4em;
}
@media (min-width:992px) {
    .gform_title {
        font-size: 1.7em;
    }
}
.gsection_title {
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    font-size: 1.4em;
    display: block;
    margin-bottom: 1em;
}
.gfield-honeypot {
    display: none!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #00b1db;
    margin-top: 1em;
    margin-bottom: 1em;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #002a32;
    text-decoration: none;
}
.h1 {
    font-size: 2em;
}
@media (min-width:992px) {
    .h1 {
        font-size: 3.33em;
    }
}
.h2 {
    font-size: 1.8em;
}
@media (min-width:992px) {
    .h2 {
        font-size: 2.7em;
    }
}
.h3 {
    font-size: 1.6em;
}
@media (min-width:992px) {
    .h3 {
        font-size: 2.2em;
    }
}
.h4 {
    font-size: 1.4em;
}
@media (min-width:992px) {
    .h4 {
        font-size: 1.7em;
    }
}
.h5 {
    font-size: 1.2em;
}
@media (min-width:992px) {
    .h5 {
        font-size: 1.3em;
    }
}
.h6 {
    font-size: 1em;
}
@media (min-width:992px) {
    .h6 {
        font-size: 1em;
    }
}
.flex_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_column {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mt-auto {
    margin-top: auto!important;
}
@media (min-width:1024px) {
    .home > .global {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out 0s,-webkit-transform 0.5s ease-in-out 0s;
        transition: opacity 0.5s ease-in-out 0s,-webkit-transform 0.5s ease-in-out 0s;
        transition: transform 0.5s ease-in-out 0s,opacity 0.5s ease-in-out 0s;
        transition: transform 0.5s ease-in-out 0s,opacity 0.5s ease-in-out 0s,-webkit-transform 0.5s ease-in-out 0s;
    }
    .home > .global.show {
        opacity: 1;
    }
}
.job-expired > :first-child {
    margin-top: 0!important;
}
.job-expired > :last-child {
    margin-bottom: 0!important;
}
.job-expired > :first-child {
    margin-top: 0;
}
.job-expired > :last-child {
    margin-bottom: 0;
}
.job-expired__heading {
    background: #082931;
    color: #fff;
    padding: 30px;
    font-weight: 700;
}
.job-expired__heading p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4em;
}
.job-expired__heading-message:first-child {
    font-size: 1.6em;
}
.job-expired .job-expired__jobs .job-expired__jobs-heading {
    font-size: 1.4em;
    font-weight: 700;
    padding: 15px 30px;
    margin-bottom: 30px;
}
.job-expired .job-expired__jobs .job-expired__jobs-heading p {
    margin-top: 0;
    margin-bottom: 0;
}
.job-expired .job-expired__jobs .job-expired__jobs-list-wrap {
    padding: 0 30px;
}
.job-expired .job-expired__jobs .job-expired__jobs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.job-expired .job-expired__jobs .excerpt {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}
@media (min-width:768px) {
    .job-expired .job-expired__jobs .excerpt {
        -webkit-box-flex: 0;
        -webkit-flex: 0 calc(50% - 30px);
        -ms-flex: 0 calc(50% - 30px);
        flex: 0 calc(50% - 30px);
    }
}
@media (min-width:1025px) {
    .job-expired .job-expired__jobs .excerpt {
        -webkit-box-flex: 0;
        -webkit-flex: 0 calc(25% - 30px);
        -ms-flex: 0 calc(25% - 30px);
        flex: 0 calc(25% - 30px);
    }
}
.job-expired .job-expired__footer {
    font-size: 1.4em;
    font-weight: 700;
    padding: 15px 30px;
    margin-bottom: 30px;
}
.wgd-jobs {
    margin-top: 4rem;
}
.wgd-jobs .title_tags_lower {
    display: none;
}
.wgd-jobs .job__title {
    color: #082931;
    font-size: 1.333em;
    font-weight: 700;
}
.wgd-jobs .job__title a {
    color: inherit!important;
}
.footer_logos {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.footer_logos > * {
    width: 200px;
}
.footer_logos--split > * {
    max-width: 150px;
}
.footer_logos--split > :first-child+.footer_logos__logo--half {
    margin-top: 0;
}
.footer_logos__logo {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.footer_logos__logo:last-child {
    margin-bottom: 0;
}
.footer_logos__logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#say-hello .button,
div.navy.boxout input.gform_button {
    color: #fff;
    border-color: #fff;
}
#say-hello .button:focus,
#say-hello .button:hover {
    background-color: #fff;
    color: #00afd7;
}
.screen-reader-text {
    position: absolute!important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px,1px,1px,1px);
}
.screen-reader-text:focus {
    z-index: 100000;
    top: 0.5em;
    left: 0.5em;
    display: block;
    width: auto;
    height: auto;
    padding: 10.5em 23px 14px;
    background-color: #fff;
    border-radius: 0;
    clip: auto!important;
    color: #21759b;
    font-size: 80%;
    text-decoration: none;
}
.share__heading {
    margin-bottom: 1em;
}
.social-icons {
    list-style: none;
    padding-left: 0;
}
.social-icons li {
    margin-bottom: 0.75em;
}
.social-icons li:last-child {
    margin-bottom: 0;
}
.social-icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    background: #00afd7;
    color: #fff;
}
.social-icons a:hover {
    background: #082931;
}
.social-icons svg {
    width: 60%;
    height: 60%;
    fill: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.social-icons--inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.social-icons--inline li {
    margin-right: 1em;
    margin-bottom: 0;
}
.social-icons--inline li:last-child {
    margin-right: 0;
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.media__object {
    margin-bottom: 30px;
}
.media__object > :first-child {
    margin-top: 0!important;
}
.media__object > :last-child {
    margin-bottom: 0!important;
}
@media (min-width:769px) {
    .media__object {
        width: 25%;
        margin-right: 30px;
    }
}
@media (min-width:992px) {
    .media__object--third {
        width: 33%;
    }
}
@media (min-width:992px) {
    .media__object--spaced {
        margin-right: 60px;
    }
}
.media__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.media__content > :first-child {
    margin-top: 0!important;
}
.media__content > :last-child {
    margin-bottom: 0!important;
}
.wgd-social {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wgd-social li {
    margin-right: 15px;
}
.wgd-social li:last-child {
    margin-right: 0;
}
.wgd-social a {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    background-color: #00afd7;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}
.wgd-social a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    font-size: 0.75em;
}
.wgd-social a:hover {
    background-color: #082931;
}
.card > :first-child {
    margin-top: 0!important;
}
.card > :last-child {
    margin-bottom: 0!important;
}
.card__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}
@media (min-width:768px) {
    .card__icon {
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
    }
}
.card__icon img {
    max-height: 100%;
}
.card__image {
    display: block;
    margin-bottom: 15px;
}
@media (min-width:768px) {
    .card__image {
        margin-bottom: 30px;
    }
}
.card__preheading {
    color: #00afd7;
    margin-bottom: 0.75em!important;
}
.card__title {
    display: block;
    margin-top: 0;
    color: #082931;
}
.card__heading {
    min-height: 72px;
}
.card__links {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #00afd7;
    font-weight: 700;
}
.card__links li {
    margin-right: 0.5em;
}
.card__links li:last-child {
    margin-right: 0;
}
.card__links a {
    color: #002a32;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}
.card__links a:hover {
    color: #e40e7f;
}
.quote > :first-child {
    margin-top: 0!important;
}
.quote > :last-child {
    margin-bottom: 0!important;
}
@media (min-width:764px) {
    .quote,
    .about-us .row6 .testimonial .quote-footer {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.quote__content {
    position: relative;
}
.quote__content > :first-child {
    margin-top: 0!important;
}
.quote__content > :last-child {
    margin-bottom: 0!important;
}
@media (min-width:992px) {

    .quote__content:before {
        top: 0;
        left: -50px;
    }
    .quote__content:after {
        right: -45px;
        bottom: 35px;    }
}
.quote__author {
    margin-bottom: 0!important;
}
.quote__details {
    margin-top: 0!important;
    font-weight: 700;
}
.vertical-links {
    list-style: none;
    padding-left: 0;
}
.vertical-links > li {
    margin-bottom: 1.5rem;
}
.vertical-links > li:last-child {
    margin-bottom: 0;
}
.vertical-links a {
    color: inherit;
    margin-top: 0.25em;
    display: block;
}
.wgd-container,
#employerform > * {
    max-width: 1190px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.wgd-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}
.wgd-col {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.flexible-content {
    overflow: hidden;
    background: #fff;
}
.heading-block {
    margin-top: 30px;
    margin-bottom: 30px;
}
.heading-block > :first-child {
    margin-top: 0!important;
}
.heading-block > :last-child {
    margin-bottom: 0!important;
}
@media (min-width:768px) {
    .heading-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width:1200px) {
    .heading-block {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
.heading-block__heading {
    margin-top: 0;
    margin-bottom: 0;
}
.carousel {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    color: #002a32;
}
@media (min-width:768px) {
    .carousel {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width:1200px) {
    .carousel {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
.carousel__outer > :first-child {
    margin-top: 0!important;
}
.carousel__outer > :last-child {
    margin-bottom: 0!important;
}
@media (min-width:992px) {
    .carousel__slides {
        padding-right: 100px;
        padding-left: 100px;
    }
}
.carousel .slick-track {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.carousel .slick-arrow {
    position: absolute;
    top: 50%;
    display: none!important;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-top: 4px solid #002a32;
    border-left: 4px solid #002a32;
    background: transparent;
    color: inherit;
    text-indent: -9999px;
}
@media (min-width:992px) {
    .carousel .slick-arrow {
        display: block!important;
    }
}
.carousel .slick-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.carousel .slick-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.carousel .slick-dots {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
@media (min-width:992px) {
    .carousel .slick-dots {
        display: none!important;
    }
}
.carousel .slick-dots li {
    margin-right: 1em;
}
.carousel .slick-dots li:last-child {
    margin-right: 0;
}
.carousel .slick-dots button {
    overflow: hidden;
    width: 2em;
    height: 2em;
    border: 2px solid #8c8e92;
    background-color: transparent;
    border-radius: 50%;
    color: inherit;
    text-indent: -9999px;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
}
.carousel .slick-dots .slick-active button {
    background-color: #8c8e92;
}
.grid-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-block__cell {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (min-width:768px) {
    .grid-block__cell {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media (min-width:1200px) {
    .grid-block__cell {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
div.grid-block:nth-child(3) > div:nth-child(1) {
	background-color: white;

}
.grid-block__cell:nth-child(4n+1) {
    background-color: #dcf1f7;

}
.grid-block__cell:nth-child(4n+2) {
    background-color: #002a32;
    color: #fff;
}
.grid-block__cell:nth-child(4n+3) {
    background-color: #082931;
    color: #fff;
}
.grid-block__cell:nth-child(4n+2) a,
.grid-block__cell:nth-child(4n+2) a:hover {
    color: #fff;
/*     border-bottom-color: #fff; */
}
.grid-block__cell:nth-child(4n+4) {
    background-color: #dcf1f7;
}
.grid-block__cell:last-child:nth-child(odd) .grid-block__content {
    max-width: 1190px;
}
.grid-block__pad {
    padding: 30px 15px;
}
@media (min-width:768px) {
    .grid-block__pad {
        padding: 40px;
    }
}
@media (min-width:1200px) {
    .grid-block__pad {
        padding: 80px;
    }
}
.grid-block__content {
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
}
.grid-block__content > :first-child {
    margin-top: 0!important;
}
.grid-block__content > :last-child {
    margin-bottom: 0!important;
}

.alternating_image_grid{
    width: 100vw;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.alt_img_grid_row{
    width: 100%;
    display: block;
    position: relative;
}
.alt_img_grid_content,
.alt_img_grid_img {
    float: right;
    overflow: hidden;
}
.alt_img_grid_content{
    width: 50%;
    height: 100%;
    padding: 30px;
}
.alt_img_grid_img{
    width: 50%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
}
.alt_img_grid_img > img{
    display: none;
}

.alt_img_grid_row:nth-of-type(odd) > .alt_img_grid_img{
    right: 0px;
}
.alt_img_grid_row:nth-of-type(odd) > .alt_img_grid_content{
    float: left;
}
@media (max-width:992px) {
    .alt_img_grid_content,
    .alt_img_grid_img {
        width: 100vw;
        display: block;
        position: relative;
    }
    .alt_img_grid_img > img{
        display: block;
    }
}

.cards {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .cards {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width:1200px) {
    .cards {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
.cards:after,
.cards:after {
    display: none;
}
.cards__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media (min-width:768px) {
    .cards__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width:992px) {
    .cards__header {
        margin-bottom: 100px;
    }
}
.cards__heading,
.cards__section-link {
    margin-top: 0;
    margin-bottom: 0;
}
.cards__section-link {
    color: #00afd7;
}
.cards__row > * {
    width: 100%;
    margin-top: 60px;
}
@media (min-width:1200px) {
    .cards__row > * {
        margin-top: 120px;
    }
}
.cards__row > :first-child {
    margin-top: 0;
}
@media (min-width:768px) {
    .cards__row > * {
        width: 50%;
    }
    .cards__row > :nth-child(2) {
        margin-top: 0;
    }
}
@media (min-width:992px) {
    .cards__row > * {
        width: 25%;
    }
    .cards__row > :nth-child(3),
    .cards__row > :nth-child(4) {
        margin-top: 0;
    }
}
.content-media-element {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:1200px) {
    .content-media-element {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.content-media-element__heading {
    margin-bottom: 0.4em;
}
.content-media-element__subheading {
    margin-top: 0;
}
@media (max-width:991px) {
    .content-media-element .media__object {
        width: 100%;
    }
}
.image-grid {
    margin-top: 30px;
    margin-bottom: 30px;
}
.image-grid > :first-child {
    margin-top: 0!important;
}
.image-grid > :last-child {
    margin-bottom: 0!important;
}
@media (min-width:768px) {
    .image-grid {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width:1200px) {
    .image-grid {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
.image-grid:after,
.image-grid:after {
    display: none;
}
.image-grid__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
}
@media (min-width:768px) {
    .image-grid__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.image-grid__heading {
    margin-top: 0;
    margin-bottom: 0;
}
.image-grid__social {
    margin-top: 1rem;
    font-size: 2em;
}
@media (min-width:768px) {
    .image-grid__social {
        margin-top: 0;
    }
}
.image-grid__row {
    margin-bottom: 30px;
}
@media (max-width:767px) {
    .image-grid__row {
        margin-right: -1.875px;
        margin-bottom: 3.75px;
        margin-left: -1.875px;
    }
}
.image-grid__row:last-child {
    margin-bottom: 0;
}
.image-grid__row--1 > :first-child,
.image-grid__row--1 > :nth-child(2) {
    width: 25%;
}
.image-grid__row--1 > :nth-child(3),
.image-grid__row--2 > * {
    width: 50%;
}
.image-grid__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width:767px) {
    .image-grid__col {
        padding-right: 1.875px;
        padding-left: 1.875px;
    }
}
.image-grid__image {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 30px;
    background-position: 50%;
    background-size: cover;
}
@media (max-width:767px) {
    .image-grid__image {
        margin-bottom: 3.75px;
    }
}
.image-grid__image:last-child {
    margin-bottom: 0;
}
.image-grid__image a,
.image-grid__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.image-grid__image:before {
    display: block;
    content: "";
}
.image-grid__image--1:before,
.image-grid__image--2:before {
    padding-top: 150%;
}
.image-grid__image--3:before,
.image-grid__image--4:before,
.image-grid__image--7:before {
    padding-top: 66.66667%;
}
.image-grid__image--5:before,
.image-grid__image--6:before {
    padding-top: 125%;
}
.news {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #dcf1f7;
}
@media (min-width:1200px) {
    .news {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.news__heading {
    margin-top: 0;
}
.news__row > * {
    width: 100%;
    margin-top: 30px;
}
.news__row > :first-child {
    margin-top: 0;
}
@media (min-width:768px) {
    .news__row > * {
        width: 50%;
    }
    .news__row > :nth-child(2) {
        margin-top: 0;
    }
    .news__row > :nth-child(3) {
        display: none;
    }
}
@media (min-width:992px) {
    .news__row > * {
        width: 33.333%;
    }
    .news__row > :nth-child(3) {
        display: block;
        margin-top: 0;
    }
}
.jobs-block {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .jobs-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width:1200px) {
    .jobs-block {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
.jobs-block:after,
.jobs-block:after {
    display: none;
}
.jobs-block__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.jobs-block__header > :first-child {
    margin-top: 0!important;
}
.jobs-block__header > :last-child {
    margin-bottom: 0!important;
}
@media (min-width:768px) {
    .jobs-block__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width:992px) {
    .jobs-block__header {
        margin-bottom: 100px;
    }
}
.jobs-block__heading {
    margin-top: 0;
    margin-bottom: 0.4em;
}
.jobs-block__subheading {
    margin-top: 0;
}
.jobs-block__section-link {
    margin-top: 0;
    margin-bottom: 0;
    color: #00afd7;
}
.jobs-block__row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.jobs-block__row > * {
    width: 100%;
    margin-top: 30px;
}
.jobs-block__row > :first-child {
    margin-top: 0;
}
@media (min-width:768px) {
    .jobs-block__row--quarters > * {
        width: 50%;
    }
    .jobs-block__row--quarters > :nth-child(2) {
        margin-top: 0;
    }
}
@media (min-width:992px) {
    .jobs-block__row--quarters > * {
        width: 25%;
    }
    .jobs-block__row--quarters > :nth-child(3),
    .jobs-block__row--quarters > :nth-child(4) {
        margin-top: 0;
    }
}
.jobs-block__footer {
    margin-top: 50px;
    margin-bottom: 0;
}
.jobs-block__footer > :first-child {
    margin-top: 0!important;
}
.jobs-block__footer > :last-child {
    margin-bottom: 0!important;
}
@media (min-width:992px) {
    .jobs-block__footer {
        margin-top: 100px;
    }
}
.media-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #deeaec;
}
@media (min-width:1200px) {
    .media-footer {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.media-footer__row > * {
    margin-bottom: 50px;
}
.media-footer__row > :last-child {
    margin-bottom: 0;
}
@media (min-width:992px) {
    .media-footer__row > * {
        margin-bottom: 0;
    }
}
@media (min-width:992px) {
    .media-footer__row > :first-child {
        width: 60%;
    }
}
@media (min-width:992px) {
    .media-footer__row > :nth-child(2) {
        width: 25%;
    }
}
@media (max-width:991px) {
    .media-footer .media__object {
        display: none;
    }
}
.media-footer .vertical-links a {
    color: #00afd7;
}
.accordion {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .accordion {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width:1200px) {
    .accordion {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
.accordion__item {
    margin-bottom: 1px;
}
.accordion__item:last-child {
    margin-bottom: 0;
}
.accordion__item:last-child .accordion__inner {
    padding-bottom: 0;
}
.accordion__item.active .accordion__button {
    background-color: #00afd7;
}
.accordion__item.active .accordion__button:before {
    content: "-";
}
.accordion__button {
    position: relative;
    width: 100%;
    padding: 30px 30px 30px 60px;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
    background-color: #082931;
    border-radius: 4px;
    color: #fff;
    text-align: left;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
}
.accordion__button:before {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-right: 1em;
    content: "+";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion__content {
    display: none;
}
.accordion__inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.accordion__inner > :first-child {
    margin-top: 0!important;
}
.accordion__inner > :last-child {
    margin-bottom: 0!important;
}
.wysiwyg {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .wysiwyg {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width:1200px) {
    .wysiwyg {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
.wysiwyg > :first-child {
    margin-top: 0!important;
}
.wysiwyg > :last-child {
    margin-bottom: 0!important;
}
.wysiwyg__heading {
    margin-bottom: 0.5em;
}