#cands-head-links p a:nth-child(3) {
    display: none;
}
#cookie-popup > .btn-container {
    display: flex;
    flex-wrap: wrap;
}
#cookie-popup {
    text-align: center;
    z-index: 9999;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    border: 0;
    border-radius: 15px;
    margin: 1rem;
    padding: 2rem;
    color: #000;
    background-color: #eee;
    max-width: 500px;
    right: 0;
    left: unset;
    box-shadow: 2px 2px 2px #42afa3;
    transition: opacity 1s;
}
#cookie-popup > a {
    display: block;
    text-decoration: underline;
    margin: 1rem 0rem;
    color: #315f6f;
}
#cookie-popup > a:hover {
    color: #42afa3;
    text-decoration: underline;
}
#cookie-popup > .btn-container {
    display: flex;
    justify-content: space-evenly;
}
#cookie-popup input {
    font-weight: 600;
    cursor: pointer;
    margin: 4px;
    flex: 1;
    border-radius: 2px;
    max-width: 200px;
    padding: 15px;
    color: #fff;
    border: 4px solid #315f6f;
    background-color: #315f6f;
}
#cookie-popup input:hover {
    color: #ffdf00 !important;
    background-color: #315f6f;
}
@media screen and (max-width: 600px) {
    #cookie-popup {
        max-width: 100%;
    }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    border: none;
    outline: 0;
    margin: 0;
    padding: 0;
}
*,
a {
    outline: 0 !important;
}
* {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style-type: none;
}
input,
select,
textarea {
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: inherit;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="checkbox"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: none;
    outline: 0;
}
html {
    -webkit-font-smoothing: antialiased;
}
#accessibility_navigation,
#website_information_print {
    display: none;
}
.hr,
.hr.light {
    width: 100%;
    display: block;
    margin: 20px 0;
}
.hr.light {
    border-top: 1px solid #fff;
    height: 1px;
    border-bottom: 1px solid #ccc;
}
.hr {
    border-top: 1px solid #313030;
}
hr {
    display: none;
}
::-moz-selection,
::selection {
    background: #f1d6c2;
}
img {
    border: none;
}
.clearfix {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}
body {
    font-family: bureau-grot, Arial, Arial, "san serif";
    color: #315f6f;
}
.mob,
.no_display {
    display: none !important;
}
.desk {
    display: block !important;
}
.make-bold {
    font-weight: 700;
}
.right {
    float: right;
}
.left {
    float: left;
}
.align_right {
    text-align: right;
}
.smaller_text {
    font-size: 10px;
}
a {
    color: #315f6f;
}
.text-right {
    align-text: right;
}
.align-center {
    text-align: center;
}
a:hover {
    text-decoration: none;
}
li {
    position: relative;
}
body p {
    font-weight: 200;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.25em 0;
}
a {
    text-decoration: none;
}
.text-center {
    text-align: center;
}
.title {
    position: relative;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
}
.title:after {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0px;
    content: "";
    background: #fff;
}
a.btn,
.text-area a.btn {
    background-color: #ffdf00;
    color: #315f6f;
    font-weight: 300;
    border-radius: 0px;
    width: auto;
    font-size: 1em;
    text-transform: capitalize;
    padding: 1em;
}
a.btn i {
    position: absolute;
    right: 20px;
}
a.btn:hover,
.text-area a.btn:hover {
    background: #315f6f;
    color: #ffdf00;
}
a.btn:hover i {
    color: #ffdf00;
}
.col.right {
    float: right;
}
.dark-bk {
    background-color: #315f6f;
}
.dark-bk h1,
.dark-bk h2,
.dark-bk h3,
.dark-bk h4,
.dark-bk h5,
.dark-bk h6,
.dark-bk p,
.dark-bk li,
.dark bk td {
    color: #fff;
}
.grey-bk {
    background-color: #e3e3e1;
}
#site-wrap {
    position: relative;
    left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
main {
    padding-top: 0px;
}
.less-padding {
    padding: 50px;
}
section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.wrap {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.wrap-thin {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
footer,
#news-main,
#jobs-main {
    background: #315f6f;
}
.col {
    box-sizing: border-box;
    padding: 0 30px 30px 0;
    float: left;
}
.two-col,
.three-col,
.four-col {
    display: block;
}
.two-col .col {
    width: 50%;
}
.three-col .col {
    width: 33.33%;
}
.four-col .col {
    width: 25%;
}
.five-col .col {
    width: 20%;
}
.two-col .col:nth-child(2n + 1),
.three-col .col:nth-child(3n + 1),
.four-col .col:nth-child(4n + 1),
.five-col .col:nth-child(5n + 1),
.six-cols .col:nth-child(6n + 1) {
    clear: left;
}
.eight-col .col:nth-child(8n + 1) {
    clear: left;
}
.two-thirds {
    width: 66%;
}
.one-third {
    width: 33%;
}
.two-thirds,
.one-third {
    padding: 0 40px;
    float: left;
    box-sizing: border-box;
}
.light-grey-bkd {
    background-color: #eaeaea;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'big shoulders', Arial;
    line-height: 1.2em;
    margin-bottom: 0.35em;
    color: #315f6f;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2.6em;
}
h4 {
    font-size: 2em;
}
h5 {
    font-size: 1.8em;
}
h6 {
    font-size: 1.4em;
}
input,
textarea {
    padding: 0.5em;
    border: 0px;
    background: #fff;
    font-family: Arial;
    font-size: 1.4em;
    width: 100%;
    box-sizing: border-box;
    color: #315f6f;
}
input:placeholder {
    color: #ddd;
}
textarea {
    min-height: 200px;
    margin-bottom: 20px;
}
.sector-landing .text-area .two-thirds,
.division-landing .text-area .two-thirds {
    padding-left: 0px;
}
header {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 130px;
    z-index: 99999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
head.b-fix {
    position: fixed;
    top: -130px;
}
header.fixy.b-fix {
    position: fixed;
    top: 0px;
    box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.3);
}
header .wrap {
    z-index: 9994;
}
#logo {
    display: block;
    height: auto;
    position: absolute;
    top: 36px;
    left: 0px;
    background-image: url(../images/sanderson-ikas-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all linear 0.3s;
}
#logo a {
    display: block;
    width: 220px;
    height: 60px;
    transition: all linear 0.3s;
}
#logo img {
    width: 100%;
    height: auto;
}
#sand-logo {
    display: block;
    height: 100%;
}
.top-contact {
    float: right;
    clear: both;
    width: 100%;
}
.top-contact ul {
    float: right;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.top-contact li {
    display: inline-block;
    padding-left: 10px;
    font-size: 0.9em;
}
.top-contact li a {
    color: #fff;
}
.top-contact li em {
    font-style: normal;
}
.pur-main .top-contact li a {
    color: #ffdf00;
}
.contact ul li a {
    color: #fff;
}
.contact {
    padding: 20px 20px 0 0;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header.b-fix .contact {
    padding: 20px 20px 0 0;
    position: relative;
    top: -50px;
}
.contact li {
    float: right;
    display: inline-block;
    padding: 0 10px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(../images/icon-envelope.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px;
}
.contact li.phone {
    background-image: url(../images/icon-telephone.png);
}
.contact ul li a em {
    font-style: normal;
}
nav#navigation {
    float: right;
    width: 70%;
    clear: both;
    padding-top: 2em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header.b-fix {
    top: 0px;
    position: fixed;
}
header.fixy,
header.b-fix {
    height: 80px;
    box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.3);
    background-color: #315f6f;
}
header.b-fix #logo {
    top: 15px;
    left: 15px;
}
header.b-fix #logo a {
    width: 170px;
}
header.b-fix.fixy #logo {
    top: 15px;
    left: 15px;
    z-index: 99999;
    display: block;
    height: 50px;
}
.open header.fixy,
.open header.b-fix,
.open header.b-fix.fixy {
    top: -80px !important;
}
.fixy .top-contact ul,
.b-fix .top-contact ul {
    display: none;
}
.fixy nav#navigation,
.b-fix nav#navigation {
    padding-top: 0px;
    margin-top: -20px;
    padding-right: 10%;
    width: 60%;
}
.fixy #candidates-link,
.b-fix #candidates-link {
    width: 10%;
}
.fixy #navigation > ul:after,
.b-fix #navigation > ul:after {
    height: 80px;
}
.fixy #navigation ul li:hover .sub-menu,
.b-fix #navigation ul li:hover .sub-menu {
    top: 80px;
}
.open .fixy #navigation ul li:hover .sub-menu,
.open .b-fix #navigation ul li:hover .sub-menu {
    width: 180px;
    top: 10px;
    position: relative;
}
header.fixy #logo {
    position: absolute;
    top: -5px;
    left: -25px;
}
#navigation > ul:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#navigation ul {
    float: right;
    width: 100%;
}
#navigation ul li {
    text-align: right;
    padding-left: 4%;
    font-weight: 500;
    display: block;
    float: left;
    font-size: 0.9em;
    padding-bottom: 35px;
}
#navigation ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: right;
}
#navigation > ul:after {
    content: "";
    width: 100%;
    height: 100px;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
}
.fixy #navigation > ul:after {
    position: fixed;
}
#navigation ul .sub-menu {
    position: fixed;
    width: 100%;
    height: auto;
    background: #fff;
    display: block;
    left: 0px;
    top: -200px;
    opacity: 1;
    z-index: -2;
    box-shadow: 0px 5px 10px -5px rgba(33, 33, 33, 0.3);
}
#navigation ul li:hover .sub-menu {
    top: 130px;
    opacity: 1;
}
#navigation ul .sub-menu ul {
    padding: 30px 0 10px;
    width: 70%;
    margin: 0 auto;
    float: right;
}
#navigation ul ul li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 0 0 20px 4%;
    font-weight: 400;
    font-size: 0.9em;
}
#navigation ul ul li a {
    text-align: left;
    color: #315f6f;
}
#navigation ul li.parent-active > a {
    color: #dc414a;
}
.division-landing #navigation ul li.parent-active > a {
    color: #ffdf00;
}
.sector-landing #navigation ul li.parent-active > a,
.sector-landing #navigation ul li.parent-active > a:hover {
    color: #ffdf00;
}
#mob-button {
    display: none;
    position: absolute;
    top: -100px;
    right: 25px;
    padding: 9px 15px;
    background: none;
    border: 0px;
    border-radius: 100px;
}
#navicon {
    cursor: pointer;
    display: block;
    height: 2.4rem;
    position: absolute;
    right: 0px;
    width: 1.8rem;
    z-index: 2;
}
#navicon > span {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    background: #ffdf00;
    height: 4px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    transition: all linear 0.3s;
    top: 50%;
    width: 100%;
}
#navicon > span:after,
#navicon > span:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    background: #ffdf00;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: relative;
    transform: rotate(0);
    transition: all linear 0.3s;
    width: 100%;
}
#navicon > span:before {
    top: -10px;
}
#navicon > span:after {
    top: 6px;
}
.open #navicon > span {
    background: transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.open #navicon > span:before {
    background-color: #fff;
    visibility: visible;
    top: 0 !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open #navicon > span:after {
    background-color: #fff;
    visibility: visible;
    top: -4px !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#home-intro {
    padding: 0px 0 80px;
}
#home-intro p {
    color: #fff;
    max-width: 700px;
    margin: 40px auto;
}
#home-intro video {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#home-vid-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    background-image: url(/images/home-page-backup.jpg);
    background-size: contain;
}
#home-vid-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#home-intro.yel-bk .wrap p:first-of-type {
    line-height: 1em;
    font-family: atrament-web, arial;
    font-size: 2em;
    color: #fff;
}
#quicklinks a {
    overflow: hidden;
    display: block;
    background: #299f7e;
    position: relative;
    height: 250px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#quicklinks a .inner-qlink {
    display: block;
    width: 100%;
    height: 100%;
}
#quicklinks a:hover {
    background-color: #d2c332;
}
#quicklinks .qlink-people {
    position: absolute;
    right: 10px;
    bottom: 0px;
    height: 100%;
    width: auto;
}
#quicklinks .link-lrg {
    position: absolute;
    font-family: atrament-web, Arial !important;
    top: 20%;
    left: 15%;
    color: #fff;
    font-size: 3em;
    z-index: 88;
}
#quicklinks .link-sml {
    position: absolute;
    left: 15%;
    bottom: 10%;
    color: #d4ece5;
    font-family: atrament-web, Arial !important;
    color: #fff;
}
#quicklinks span {
    display: block;
    font-family: atrament-web, Arial;
    font-size: 1.8em;
    line-height: 1em;
    color: #d4ece5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#quicklinks a:hover span {
    color: #fff;
}
#quicklinks b {
    display: none;
}
#quicklinks em {
    font-family: atrament-web, Arial, san serif;
    position: absolute;
    left: -70%;
    font-style: normal;
    bottom: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #d2c331;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    width: 60%;
    text-align: right;
}
#quicklinks a:hover em {
    color: #50375f;
}
img.qlink-chev {
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 888;
}
#quicklinks a:after {
    content: "";
    width: 130px;
    height: 130px;
    background-image: url(../images/mini-arrows.png);
    background-size: 130px;
    background-position: right top;
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#quicklinks a:hover:after {
    background-position: right bottom;
}
.gre-bk h2.title {
    color: #fff;
}
#quicklinks .col {
    padding: 0px 1px 1px 0px;
}
#sectors img {
    clear: both;
    max-height: 100px;
}
#sectors span {
    display: block;
    clear: both;
    padding: 1em 0;
    font-size: 1.4em;
}
#sectors a {
    margin-bottom: 20px;
    display: block;
}
#sectors.pur-bk h2 {
    padding-top: 0px;
}
.full-search {
    position: relative;
    padding: 10px 0 5px;
}
.full-search input[type="text"] {
    width: 89%;
    box-sizing: border-box;
    padding: 1em;
}
.full-search input[type="submit"] {
    background-color: #dc414a;
    background-image: url(../images/mag-glass.png);
    background-size: 35%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 11%;
    right: 0px;
    top: -20px;
    border-radius: 0px;
    padding: 1.25em 1em 1.25em;
}
.pur-bk .full-search input[type="submit"] {
    background-color: #ffdf00;
}
.full-search input[type="submit"]:hover {
    background: #315f6f;
}
#quick-job-search p.lrg {
    font-size: 1.6em;
    color: #315f6f;
}
#quick-job-search p {
    color: #fff;
    padding: 10px 0;
}
#quick-job-search a {
    color: #fff;
    font-size: 0.8em;
    word-spaing: 0 10px;
}
#quick-job-search h3 {
    margin-bottom: 0px;
}
#frameworks img {
    max-width: 100%;
}
.pur-bk.text-area h4 {
    color: #315f6f;
}
label {
    color: #fff;
    display: block;
    padding: 15px 0 2px;
}
.green-text {
    color: #315f6f;
}
.checkers {
    clear: both;
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkers > * {
    display: inline-block;
    padding: 5px 0;
}
.checkers input {
    position: absolute;
    margin: 5px 5px 5px 0;
    left: 0px;
    width: auto;
}
.search-filters input[type="checkbox"],
footer input[type="checkbox"],
.checkers input[type="checkbox"] {
    background: transparent;
}
#banner {
    background: #315f6f;
    position: relative;
    min-height: 75vh;
    background-image: url("../images/New-home-bkg.jpg");
    background-position: center;
    background-size: cover;
}
#banner-content {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    margin-left: -300px;
}
#banner-content > * {
    color: #fff;
}
#banner-content h1 {
    font-size: 3.8em;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
#banner-content h1:after {
    width: 480px;
    height: 1px;
    content: "";
    display: block;
    background: #ffdf00;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -240px;
}
#down-button {
    width: 40px;
    height: 40px;
    background: url(../images/down-arrow.png);
    display: block;
    background-size: contain;
    margin: 1em auto 0;
}
#intro-text .col img {
    max-width: 100%;
}
.col.video {
    padding-right: 80px;
    padding-top: 10pxp;
}
.title {
    position: relative;
    padding-bottom: 0.25em;
    margin-bottom: 1em;
}
.dark-bk .title {
    color: #ffdf00;
}
.dark-bk .title:after {
    background: #ffdf00;
}
#specialisms .col {
    position: relative;
    padding-left: 100px;
}
#key-stats {
    background-color: #eee;
}
#key-stats h4 {
    font-size: 1.8em;
    line-height: 0.9em;
    margin: 0.75em 0;
}
.light-head {
    font-family: "bureau grot", arial !important;
    font-weight: 200;
    letter-spacing: -1px;
    font-size: 0.7em;
}
#specialisms img {
    position: absolute;
    left: 0px;
    width: 80px;
    height: auto;
}
#specialisms {
    background-image: url("../images/new-specialism-bkd.jpg");
    background-size: cover;
    background-position: center;
}
#specialisms h4 a {
    color: #fff;
}
.good-to-know {
    margin-top: 30px;
    font-size: 0.9em;
}
.yellow-bull li {
    padding: 0.25em 0.5em 0.25em 15px;
    position: relative;
}
.yellow-bull li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
    background: #f1db57;
    border-radius: 50%;
}
.solutions-services h3 {
    font-size: 2em;
}
.solutions-services p {
    font-size: 0.9em;
}
#service-links {
    background-image: url(../images/services-bkd.jpg);
    background-size: cover;
    background-position: center;
    border: 1px solid #fff;
}
#service-links .col {
    display: block;
    border: 2px solid;
    max-width: 48%;
    margin: 0 1%;
    padding: 40px;
    position: relative;
    min-height: 280px;
}
#service-links .rec {
    background-image: url(../images/service-bkd-recruitment.jpg);
    background-size: cover;
}
#service-links .sol {
    background-image: url(../images/service-bkd-solutions.jpg);
    background-size: cover;
}
#service-links .proj {
    background-image: url(../images/service-bkd-proj.jpg);
    background-size: cover;
}
#service-links .exec {
    background-image: url(../images/service-bkd-exec.jpg);
    background-size: cover;
}
#service-links h3,
#service-links img,
#service-links p {
    position: absolute;
}
#service-links h3 {
    color: #fff;
    font-size: 2em;
    bottom: 40px;
}
#service-links p {
    color: #ffdf00;
    bottom: 20px;
}
#service-links img {
    max-width: 70px;
}
#service-links .col:hover {
    border: 2px solid #ffdf00;
}
#service-links a {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    padding: 40px;
    box-sizing: border-box;
}
#service-links a:hover {
    background-image: none;
    background-color: #fff;
    color: #315f6f;
}
#service-links a:hover h3,
#service-links a:hover p {
    color: #315f6f;
}
.title:after {
    width: 100%;
    content: "";
    bottom: 0px;
    height: 1px;
    position: absolute;
    display: block;
    left: 0px;
    background: #315f6f;
}
#job-search a.btn {
    width: 100%;
    display: block;
    max-width: 95%;
    float: right;
    position: relative;
    top: 0px;
    padding: 1.7em 1em;
    box-sizing: border-box;
}
#job-search .two-col .two-col .col {
    width: 50%;
    padding: 0px;
}
#job-search h3 ~ .two-col .col {
    padding-right: 0px;
}
#job-search .two-col .two-col .col {
    width: 50%;
    padding: 0px;
}
#job-search .full-search {
    padding-top: 0px;
}
.full-search input[type="submit"] {
    background-color: #dc414a;
    background-image: url(../images/mag-glass.png);
    background-size: 35%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 11%;
    right: 0px;
    border-radius: 0px;
    padding: 1.25em 1em 1.25em;
    margin: 0px 0px 0px 0px;
}
#jobs-list ul {
    margin-left: -5px;
}
#jobs-list li {
    margin: 5px;
}
#jobs-list a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}
#jobs-list a span {
    line-height: 1.2em;
    display: block;
    font-weight: 200;
    font-size: 0.9em;
}
#jobs-list a span.job-title {
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 0.8em;
}
#jobs-list a span.job-type {
    margin-bottom: 0.8em;
}
#job-search input[type="submit"] {
    background: #315f6f;
    background-image: url(../images/mag-glass.png);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
}
#job-search input:placeholder,
#job-search input::plapceholder {
    color: #315f6f;
}
span.salary,
span.location,
span.job-type {
    background-image: url(../images/job-span-icons.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    padding-left: 19px;
    display: block;
    margin-bottom: 0.4em;
    background-size: 17px;
}
#job-search span.location {
    background-position: left 1px;
}
#job-search span.salary {
    background-position: left -20px;
}
#job-search span.job-type {
    background-position: left -40px;
}
@supports (-ms-ime-align: auto) {
    footer input[type="checkbox"],
    .search-filters input[type="checkbox"],
    .checkers input[type="checkbox"] {
        width: auto !important;
    }
}
footer {
    padding: 100px 0;
}
footer h4 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 1em;
}
footer li,
footer a {
    color: #fff;
}
footer img {
    max-width: 80%;
}
footer li {
    font-weight: 200;
    line-height: 1.4em;
    position: relative;
    padding: 2px 2px 2px 15px;
}
footer li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #42afa3;
    position: absolute;
    top: 9px;
    left: 3px;
    display: block;
    border-radius: 50%;
}
footer p.social-icons {
    text-align: right;
}
footer p.social-icons a {
    display: inline-block;
    padding: 10px 10px 5px;
    background: #ffdf00;
    border-radius: 50%;
    margin: 0 0 0 0.5em;
}
footer p.social-icons a i {
    color: #315f6f;
    font-size: 1.5em;
}
footer p.social-icons a:hover {
    background: #42afa3;
}
.lower-footer p {
    color: #fff;
    font-weight: 200;
    clear: both;
    font-size: 0.8em;
    padding: 4em 0;
    margin-top: 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.content #banner {
    min-height: auto;
    padding-bottom: 150px;
}
.content #banner-content {
    position: relative;
    padding-top: 150px;
    left: 0;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    transform: translate(0, 0);
    margin-left: 0;
    width: 100%;
}
.content #banner-content h1 {
    width: 100%;
    text-align: left;
}
.content #banner-content h1:after {
    width: 100%;
    left: 0px;
    margin-left: 0px;
}
.content #banner-content .one-third,
.content #banner-content .two-thirds {
    padding-left: 0px;
}
p.lrg-text {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 300;
}
#intro-text.specialism-intro img {
    max-width: 100px;
    margin-bottom: 2em;
}
#intro-text h3 a,
#intro-text p a,
#intro-text li a {
    color: #42afa3;
}
label {
    color: #315f6f;
}
.key-contact {
    position: relative;
}
.key-contact img {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 140px;
}
.contact-info {
    padding-left: 180px;
    display: block;
}
p a {
    color: #42afa3;
}
p.soc-icons a {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    background: #315f6f;
    border-radius: 50%;
    color: #ffdf00;
}
.contact-info p {
    margin-bottom: 0.75em;
}
#contact .title:after {
    background-color: #fff;
}
#contact .col.form {
    max-width: 35%;
    margin-right: 5%;
}
#contact .col.form textarea {
    min-height: 100px;
}
#contact .col.kc {
    max-width: 55%;
}
#banner.service.recruitment {
    background-image: url(../images/service-banner-recruitment.jpg);
}
#banner.service.solutions {
    background-image: url(../images/service-banner-solutions.jpg);
}
#head-logo {
    position: absolute;
    top: -20px;
    width: 100px;
    right: 0px;
}
.content #job-search {
    background: #eaeaea !important;
    padding-bottom: 20px;
    padding-top: 160px;
}
.col.buts .btn {
    width: 100%;
    display: block;
    position: relative;
}
.btn i {
    top: 22px;
}
#job-search .two-col .btn i {
    top: 29px;
}
.content.white-bk header {
    background: #315f6f;
}
.content.white-bk h1.title {
    color: #315f6f;
    margin-bottom: 0.25em;
    padding-bottom: 0px;
}
.content.white-bk #intro-text h1.title:after {
    background: #ffdf00;
}
.light-yel-bkd {
    background: #f1edce;
}
#testimonial p {
    text-align: center;
    background-image: url("../images/quote-marks-2.png");
    background-position: center top;
}
#three-links img {
    margin-bottom: 3em;
}
#testimonial p {
    text-align: center;
    background-image: url(../images/quote-marks-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-top: 72px;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 880px;
    margin: 0 auto 1em;
}
#testimonial-no-quotes p {
    text-align: center;
    padding-top: 72px;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 880px;
    margin: 0 auto 1em;
}
#testimonial cite {
    display: block;
    font-weight: 500;
    padding: 1em 0;
    font-size: 0.7em;
    color: #315f6f;
}
.content.white-bk #intro-text {
    padding-bottom: 70px;
    padding-top: 180px;
}
#who-we img {
    padding-top: 50px;
    padding-bottom: 25px;
}
.jobs #jobs-list ul li {
    width: 24%;
    float: left;
    box-sizing: border-box;
    margin: 0 0.5% 1%;
}
.jobs #jobs-list ul li a {
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
#jobs-list ul li a:before {
    background: #315f6f;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    top: 0px;
    left: -100px;
    opacity: 0;
    z-index: 888;
    transition: all ease-in-out 0.2s;
}
#jobs-list ul li a:hover:before {
    opacity: 1;
    left: 0px;
}
#jobs-list ul li a:after {
    content: "View & Apply ��";
    position: absolute;
    color: #ffdf00;
    position: absolute;
    bottom: 20px;
    right: -100px;
    opacity: 0;
    z-index: 999;
    transition: all ease-in-out 0.2s;
}
#jobs-list ul li a:hover:after {
    opacity: 1;
    right: 20px;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
::placeholder {
    color: #ccc;
}
.checkers label {
    float: left;
    display: block;
    padding-top: 5px;
    padding-left: 20px;
}
.red-bk h1,
.red-bk h2,
.red-bk h3,
.red-bk h4,
.red-bk h5 {
    color: #ffdf00;
}
.content-area ul {
    padding: 1em 0;
}
.content-area li {
    display: block;
    padding: 3px 3px 3px 20px;
    position: relative;
    line-height: 1.6em;
    font-size: 1.1em;
}
.content-area li:before {
    position: absolute;
    left: 4px;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 4px;
    background: #315f6f;
    top: 14px;
}
#contact h5 {
    display: block;
    margin: 30px 0 15px;
}
.generic-content #contact h3 {
    color: #fff;
}
input[type="submit"] {
    background-color: #315f6f;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    margin: 30px 0 0;
    font-size: 1.2em;
    text-transform: capitalize;
    padding: 0.75em 3em;
    font-weight: 700;
    font-family: atrament-web, Arial;
}
input[type="submit"]:hover {
    background-color: #315f6f;
}
.content-area label {
    color: #315f6f;
}
.content-area form input {
    background: #eef0f0;
    margin-bottom: 1em;
}
.make-yellow {
    color: #efd509;
}
#footer-nav {
    padding: 30px 0;
}
#footer-nav ul li a {
    color: #4e656e;
    font-weight: 500;
    padding: 0 0 0.3em;
    display: block;
}
#footer-logo {
    width: 200px;
}
#footer-logo img {
    width: 100%;
    height: auto;
}
#footer-social {
    display: block;
    margin-bottom: 20px;
}
#footer-social a {
    display: inline-block;
    padding: 5px;
    background-color: #315f6f;
    width: 30px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
}
#footer-social a:hover {
    background-color: #315f6f;
}
p.small-print {
    font-size: 0.7em;
    color: #315f6f;
    max-width: 500px;
}
footer input {
    background: #eef0f0;
    margin-bottom: 1em;
}
.generic-content footer h3 {
    color: #315f6f;
}
footer label {
    color: #315f6f;
}
footer form .checkers {
    padding-top: 20px;
}
.text-area p {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.text-area p.introduction {
    font-size: 1.6em;
    line-height: 1.2em;
}
.sector-mini-list li {
    background-image: url(../images/positive-sector-icon.png);
    background-size: 39px;
    padding: 9px 0 20px 50px;
    background-repeat: no-repeat;
}
.text-area a {
    color: #315f6f;
}
#case-studies .img-thumb {
    display: block;
    margin-bottom: 20px;
}
#case-studies h4 {
    font-size: 2em;
}
#case-studies h4 a {
    color: #fff;
}
#case-studies h4 a:hover {
    color: #ffdf00;
}
#case-studies img {
    width: 100%;
    height: auto;
}
#case-studies h3.title {
    color: #fff;
}
.slick-slide {
    margin: 0 20px;
}
.slick-list {
    margin-left: -20px;
}
button.slick-prev,
button.slick-next {
    background-image: url(../images/mini-arrows.png);
    position: absolute;
    background-size: 91px;
    background-repeat: no-repeat;
    top: 30%;
    width: 45px;
    height: 46px;
    left: -60px;
    display: block;
    background-color: transparent;
    text-indent: -9999em;
    border: 0px;
}
button.slick-next {
    left: auto;
    right: -60px;
    background-position: top right;
}
.yel-main.generic-content main,
main section#divisions:first-child,
main section#sectors:first-child,
.candidates main section#hred-intro:first-child {
    padding-top: 130px;
}
.candidates section#hred-intro {
    padding-bottom: 30px;
}
section.pur-yel-bk {
    position: relative;
    padding: 0px;
    border-top: 2px solid #fff;
}
.pur-yel-bk .wrap {
    z-index: 10;
    display: table;
    width: 100%;
}
.pur-yel-bk .wrap > * {
    display: table-cell;
    height: 100%;
}
.pur-yel-bk:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    background: #315f6f;
    height: 100%;
    display: block;
    content: "";
    z-index: 0;
}
.pur-yel-bk:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    background: #ffdf00;
    height: 100%;
    display: block;
    content: "";
    z-index: 0;
}
.pur-yel-bk .green,
.pur-yel-bk .red {
    position: relative;
    z-index: 15;
    padding: 60px 0;
    box-sizing: border-box;
}
.pur-yel-bk .red {
    background: #315f6f;
    padding: 60px 60px 60px 0px;
}
.pur-yel-bk .green {
    background: #ffdf00;
    padding: 60px 0px 60px 60px;
}
.pur-yel-bk .green h3,
.pur-yel-bk .red h3 {
    color: #fff;
}
.pur-yel-bk .green h3.title:after {
    background-color: #315f6f;
}
.pur-yel-bk .red h3.title:after {
    background-color: #ffdf00;
}
.news-thumb {
    background: #fff;
    padding: 20px;
    position: relative;
}
.thumb-img {
    width: 40%;
    position: relative;
    float: left;
}
.thumb-img img {
    width: 100%;
    height: auto;
}
.thumb-txt {
    width: 55%;
    float: right;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 500;
    padding-right: 25px;
    box-sizing: border-box;
}
.thumb-txt a:hover {
    color: #315f6f;
}
.thumb-txt:after {
    position: absolute;
    bottom: 20px;
    content: "";
    right: 20px;
    background-image: url(../images/grey-chev.png);
    background-size: 15px 25px;
    background-repeat: no-repeat;
    width: 15px;
    height: 25px;
}
.mini-jobs-feed {
    display: block;
}
.mini-jobs-feed li {
    display: block;
    width: 100%;
    padding: 20px 16% 20px 7%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}
.mini-jobs-feed li:after {
    content: "";
    display: block;
    width: 90%;
    position: absolute;
    top: 0px;
    left: 5%;
    height: 2px;
    background: #315f6f;
}
.mini-jobs-feed li:before {
    content: "";
    background-image: url(../images/grey-chev.png);
    background-size: 12px 20px;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 12px;
}
.mini-jobs-feed li:first-child:after {
    display: none;
}
.mini-jobs-feed li a {
    color: #315f6f;
    display: block;
    font-weight: 500;
}
.mini-jobs-feed li a:hover {
    color: #315f6f;
}
.mini-jobs-feed li span {
    color: #315f6f;
    font-size: 500;
}
h1.title {
    font-size: 4em;
    color: #fff;
}
.text-area li,
.aside .side-list li {
    position: relative;
    line-height: 1.6em;
    font-size: 1.1em;
    padding: 0px 8px 0px 20px;
}
.text-area li:before,
.aside .side-list li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #315f6f;
    position: absolute;
    top: 9px;
    left: 8px;
    border-radius: 50%;
}
.sector-landing .aside .side-list li:before {
    background: #ffdf00;
}
.sector-landing p.job-title {
    color: #ffdf00;
}
.sector-landing .team-pic span {
    background: #315f6f;
}
.pur-bk .side-list li:before {
    background: #ffdf00;
}
.pur-bk h2 {
    color: #ffdf00;
    padding-top: 1em;
}
.yel-bk h2.title {
    color: #315f6f;
}
#sol-services.yel-bk h3,
#exec-values.yel-bk h3,
#rec-services.yel-bk h3 {
    color: #315f6f;
    padding-top: 0.35em;
    line-height: 1em;
}
#rec-services.yel-bk a {
    color: #315f6f;
    font-weight: 700;
    display: block;
    padding: 0;
}
#rec-services.yel-bk .col {
    padding: 0 40px;
}
#rec-services img {
    max-width: 60px;
    padding: 1em 0 0;
}
.sidebar-links p {
    margin: 0;
    padding: 2px;
}
.sidebar-links a.btn {
    display: block;
    margin: 0px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.sidebar-links {
    margin-bottom: 30px;
}
#sol-services img {
    max-width: 60px;
    margin: 2em 0;
}
#sol-services h3 {
    color: #ffdf00;
}
.yel-bk h4 {
    color: #315f6f;
}
#exec-values img {
    max-width: 50px;
    padding: 1em 0;
}
.row {
    width: 100%;
    display: block;
    clear: both;
}
.row-title {
    float: left;
    width: 30%;
    text-align: left;
    padding: 0em 40px 1em 0;
    box-sizing: border-box;
}
#exec-values .row-title img {
    padding: 0px 0 1em;
}
.row-title h4 {
    padding-bottom: 0.5em;
    padding-top: 0.75em;
}
.row-content {
    float: right;
    width: 70%;
}
.row-content p {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
#sol-services .row,
#exec-values .row,
#rec-services .row {
    border-top: 3px dotted #fff;
    padding-top: 2em;
    margin-top: 2em;
}
#sol-services .row:first-child,
#exec-values .row:first-child,
#rec-services .row:first-child {
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0px;
}
.cf:after {
    clear: both;
    display: table;
    content: "";
}
.video-player {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(80, 55, 95, 0.95);
    transition: all ease-in 0.4s;
    top: -100%;
    opacity: 0;
}
.show-vid {
    display: block;
    cursor: pointer;
}
.video-player video {
    width: 640px;
    height: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.video-player.vid-play {
    top: 0px;
    opacity: 1;
}
.team-members h5 {
    color: #315f6f;
    margin-bottom: 0.25em;
}
.team h2 {
    color: #315f6f;
}
.three-col.left.team-members {
    padding-top: 40px;
}
p.job-title {
    font-weight: 700;
    color: #315f6f;
    margin-bottom: 0px;
    padding: 0em;
}
h2.quote-mark {
    margin-bottom: 0;
    text-align: center;
    font-size: 5em;
}
figure.team-pic {
    min-height: 350px;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
    max-width: 400px;
    margin: 0 auto 30px;
}
.team-pic span {
    background: #315f6f;
    position: absolute;
    top: 0px;
    content: "";
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all linear 0.3s;
    z-index: 888;
}
.team-pic:hover span {
    opacity: 1;
}
.team-pic span a {
    transition: all ease-in 0.4s;
    position: absolute;
    width: 50px;
    display: block;
    height: 50px;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    z-index: 901;
    left: 50%;
}
.team-pic span.linkedin a {
    margin-left: -25px;
}
.team-pic span img {
    width: 100%;
    height: auto;
}
.sector-landing #home-intro h1 {
    width: 100%;
    float: left;
    padding-right: 20%;
    box-sizing: border-box;
    position: relative;
}
.content-main.sector-landing #home-intro {
    padding-top: 200px;
    padding-bottom: 32vh;
}
.sector-landing .text-area li:before,
.sector-landing .aside .side-list li:before {
    background: #ffdf00;
}
.sector-landing.content-main #home-intro {
    padding-bottom: 0px;
}
.sector-landing #home-intro img {
    position: absolute;
    right: 0px;
    bottom: 30px;
    width: 18%;
    max-width: 120px;
}
.pur-main .pur-bk p.introduction {
    color: #fff;
}
.pur-bk h3 {
    color: #ffdf00;
}
.aside li {
    padding: 0 0 0px 20px;
}
.aside li p {
    margin: 0px;
    padding: 0px;
}
.half-pic {
    background-size: cover;
    background-position: center;
}
.half-pic .text-area {
    padding-right: 60px;
}
.generic-content .text-area {
    padding-top: 60px;
}
.case-study.generic-content .text-area {
    padding-top: 160px;
}
ul#timeline li:before {
    display: none;
}
.text-area #timeline li {
    padding-left: 0px;
    padding-bottom: 1em;
}
span.timeline-date {
    font-family: atrament-web, arial;
    display: block;
    color: #315f6f;
    font-size: 1.5em;
}
.quote {
    padding: 100px 0;
}
.generic-content h3 {
    clear: both;
    color: #315f6f;
    padding: 0.5em 0 0.25em;
}
blockquote {
    font-family: bureau-grot, Arial, Arial, san serif;
    color: #315f6f;
    border-left: 50px solid #ffdf00;
    font-size: 1em;
    margin-bottom: 0.5em;
    line-height: 1.5em;
    margin: 20px 0;
    position: relative;
    padding: 0px 0px 0px 20px;
}
blockquote:before {
    content: "";
    background-image: url(../images/quote-marks.png);
    background-size: 100%;
    width: 18px;
    height: 16px;
    display: block;
    position: absolute;
    top: 15px;
    left: -32px;
}
cite {
    font-weight: 500;
    font-size: 1.2em;
    font-style: normal;
    color: #fff;
}
.generic-content .two-col .col.lead-pic {
    padding-right: 60px;
    box-sizing: border-box;
}
.lead-pic img {
    width: 100%;
}
section.white-bk {
    background-color: #fff;
}
#cands-head-links {
    padding: 40px 0;
}
#cands-head-links p {
    display: table;
    width: 100%;
}
#cands-head-links p a {
    display: table-cell;
    font-size: 1.8em;
    background: #b91e28;
    color: #fff;
    width: 20%;
    border-right: 5px solid #dc414a;
    vertical-align: bottom;
    padding-top: 2em;
}
#cands-head-links p a.active,
#cands-head-links p a:hover {
    background: #315f6f;
}
#cands-head-links a {
    background: #b91e28;
    display: block;
    width: 97%;
    padding: 20px;
    color: #fff;
    font-family: atrament-web, Arial;
    box-sizing: border-box;
}
.candidates #quick-job-search h3 {
    margin-bottom: 0px;
    color: #fff;
}
.generic-content #quick-job-search h3 {
    margin-bottom: 0px;
    color: #fff;
}
.candidates .content-area input {
    background: #eef0f0;
}
.candidates .content-area input[type="submit"] {
    background: #315f6f;
}
.candidates .search-filters h2 {
    color: #fff;
    padding-top: 1em;
    font-size: 2em;
}
.candidates .search-filters h4 {
    color: #315f6f;
    margin-top: 1em;
    font-size: 1.6em;
    clear: both;
    padding-top: 20px;
}
.candidates .search-filters h4:after {
    background: #315f6f;
}
select {
    width: 100%;
    font-size: 1em;
}
.search-filters {
    padding-bottom: 40px;
    padding: 0 40px 40px;
}
.jobs-list li {
    padding: 30px 0;
    border-top: 2px solid #315f6f;
    position: relative;
}
.jobs-list li:first-child {
    padding-top: 0px;
    border-top: 0px;
}
.jobs-list a.job-title-text {
    font-size: 1.6em;
    font-weight: 500;
    padding-bottom: 0.75em;
}
.jobs-list li p {
    font-size: 0.9em;
    padding: 0.75em 100px 0.75em 0;
}
.jobs-list a.btn-apply {
    position: absolute;
    right: 0px;
    bottom: 20px;
    padding: 11px 22px;
    font-size: 0.8em;
}
.job-details span {
    display: inline-block;
    padding-left: 10px;
    margin-left: 3px;
    background-image: url(../images/job-divide-line.png);
    background-size: 2px 13px;
    background-position: left center;
    background-repeat: no-repeat;
}
.job-details span:first-child {
    padding-left: 0px;
    margin-left: 0px;
    background: none;
}
.jobs-list a.job-title-text:hover {
    color: #315f6f;
}
.hr {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #315f6f;
    margin-bottom: 30px;
    border-top: 0px;
    margin-top: 0px;
}
.hr.purple {
    border-color: #315f6f;
    clear: both;
    padding: 20px 0 0;
}
#news-main .content-area img {
    max-width: 100%;
}
#news-head-links {
    display: block;
}
#news-head-links p a {
    display: inline-block;
    width: 33%;
    padding: 0 10px;
    position: relative;
    background: #c5b131;
    font-family: atrament-web, Arial, san serif;
    box-sizing: border-box;
    color: #fff;
    padding: 20px;
    font-size: 2.2em;
    background-image: url(../images/quicklink-man.png);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 90% 30px;
    padding: 20px 20px 200px 20px;
    background-image: none;
    padding-bottom: 100px;
}
#news-head-links p a:after {
    content: "";
    width: 65px;
    height: 65px;
    background-image: url("../images/round-arrows.png");
    background-size: 130px;
    background-position: right bottom;
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#news-head-links p a:hover,
#news-head-links p a.active {
    background-color: #315f6f;
}
#news-head-links p a.active:after,
#news-head-links p a:hover:after {
    background-position: right top;
}
.news #quick-job-search h3 {
    color: #ffdf00;
    margin-bottom: 0px;
}
.news #quick-job-search input[type="submit"] {
    background-color: #315f6f;
}
.news-list h4 a:hover {
    color: #315f6f;
}
.candidates .two-thirds,
.news .two-thirds {
    padding-left: 40px;
}
.mini-form {
    display: block;
    position: relative;
}
.mini-form input[type="text"] {
    width: 80%;
    background: #fff;
}
.mini-form input[type="submit"] {
    width: 20%;
    background-color: #50375f;
    background-image: url(../images/mag-glass.png);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    height: 72px;
    padding: 0px 37px;
    border-radius: 0px;
    text-indent: -9999em;
}
.search-filters input[type="checkbox"] {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0 10px 10px 0;
    width: auto;
    float: left;
}
.search-filters .clearfix {
    position: relative;
}
.search-filters label {
    color: #fff;
    display: block;
    padding: 0 0 10px 23px;
}
.gre-bk.search-filters h2 {
    color: #ffdf00;
    padding-top: 25px;
    margin-bottom: 20px;
    font-size: 2.5em;
}
.gre-bk h4.title {
    color: #d2c331;
    padding-top: 0.75em;
    margin-bottom: 0.75em;
}
.gre-bk h4.title:after {
    background: #315f6f;
}
.news-list img {
    width: 100%;
    max-width: 450px;
    height: auto;
    padding-bottom: 20px;
}
.post-meta ~ p img {
    float: none !important;
}
.post-meta ~ h2 {
    color: #dc414a;
    font-size: 2.5em;
    padding: 0.5em 0;
}
.content-area .orange.button {
    display: inline-block;
    padding: 10px;
    border: 2px solid;
}
.yel-main.news main section#heed-intro:first-child,
.yel-main.candidates main section#hred-intro:first-child {
    padding-top: 150px;
}
.news-list h4 {
    font-family: bureau-grot, Arial;
    font-size: 1.3em;
    font-weight: 600;
}
.news-list h4 a {
    color: #315f6f;
}
p.news-details,
p.news-article-summary {
    font-size: 0.9em;
    padding: 0.75em 0 0.75em 0;
}
.news-list.two-col .col {
    width: 45%;
    margin-right: 5%;
}
.news-list.three-col .col {
    width: 30%;
    margin: 0 1.5%;
}
.content-area h1 {
    font-size: 3.5em;
}
#news-head-links p a:after {
    width: 35px;
    height: 35px;
    background-size: 70px;
}
.sector-landing #news-head-links a,
.news-article #news-head-links a {
    background-image: none;
    padding-bottom: 100px;
}
p.post-meta {
    font-weight: 800;
}
.sector-landing.content-main #home-intro p {
    max-width: 100%;
    width: 100%;
    padding: 1em 0;
    clear: both;
}
.news-article section#heed-intro:first-child {
    padding-top: 150px;
}
.job-info tr td:first-child {
    color: #315f6f;
    display: inline-block;
    width: 100px;
    line-hight: 1.6em;
    font-weight: bold;
    padding: 0.25em 0;
}
.job-info {
    padding-bottom: 2em;
    display: block;
}
.btn.apply {
    background-color: #315f6f;
}
.content-area form input[type="file"] {
    font-size: 0.75em;
    padding: 2em 1.5em;
    margin-bottom: 2em;
}
#cv-form input[type="submit"] {
    background: #50375f;
}
#cv-form input[type="submit"] {
    background: #50375f !important;
}
#cv-form #ContentPlaceHolder1_FileUpload1 {
    margin-bottom: 20px;
}
.regional-map img {
    max-width: 100%;
}
.text-area .locs-list li:before {
    display: none;
}
.text-area .locs-list li span {
    color: #315f6f;
}
.text-area .locs-list li {
    padding: 0px 5% 0;
    font-family: atrament-web, arial;
    font-size: 2.1em;
    color: #fff;
    display: block;
    line-height: 1.2em;
}
.text-area .locs-list li:hover,
.text-area .locs-list li.hover {
    background: #50395f;
    color: #fff;
}
.text-area .locs-list li:hover span,
.text-area .locs-list li.hover span {
    color: #d2c332;
}
.text-area .locs-list li:first-child em {
    opacity: 0;
}
.text-area .locs-list li em {
    opacity: 1;
    font-style: normal;
}
#banner h1,
#banner h2,
#banner h3 {
    font-size: 4em;
    color: #fff;
    position: relative;
    padding-bottom: 0.25em;
}
#banner h3 {
    font-size: 2.5em;
}
#banner .pad-bot {
    padding: 0 0 4em;
}
#banner .title:after {
    width: 100%;
    height: 1px;
    display: block;
    background: #ffdf00;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.skill-box span {
    display: block;
    background: #315f6f;
    text-align: center;
    padding: 1.5em 1.5em;
    border: 1px dotted #ffdf00;
    font-family: atrament-web, Arial, san serif;
    font-size: 1.5em;
    color: #ffdf00;
    font-weight: bold;
}
.sector-landing .team h2 {
    padding-top: 0px;
    color: #d8c93a;
}
.sector-landing .team .team-pic:after {
    background: #315f6f;
}
.sector-landing .team {
    padding-top: 0px;
}
.csr .three-col img {
    margin: 30px 0;
}
.white-bk .three-col .col img {
    max-width: 100%;
}
#sec-icon {
    max-width: 150px;
    float: right;
    position: absolute;
    right: -20px;
    top: -50px;
}
.full-width .three-col .col img {
    padding: 2em 0;
}
.locs-list {
    position: relative;
}
.loc-hover {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #315f6f;
    display: none;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    z-index: 888;
}
.loc-hover .fa-close {
    position: absolute;
    color: #fff;
    right: 30px;
    top: 33px;
    z-index: 888;
    cursor: pointer;
    font-size: 2em;
}
.loc-hover h4 {
    color: #fff;
    position: relative;
    z-index: 777;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-size: 2.4em;
}
.loc-hover h4:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffdf00;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
ul.big-contact {
    width: 55%;
    float: left;
}
.loc-hover .address {
    float: right;
    width: 45%;
}
.loc-hover .address h5 {
    color: #ffdf00;
}
.loc-hover .address p {
    color: #fff;
    font-size: 1em;
    line-height: 1.4em;
}
.text-area .big-contact li,
.text-area .big-contact li a {
    padding-left: 0px;
    color: #fff;
}
.text-area .big-contact li i {
    color: #ffdf00;
}
.reg-leader-pics {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
}
.reg-leader {
    width: 30%;
    float: left;
}
.reg-leader-pic {
    width: 90%;
    display: block;
}
.reg-leader-pic img {
    max-width: 100%;
}
.regional-map img {
    max-width: 100%;
    float: left;
}
.eq-height {
    width: 100%;
    position: relative;
    transition: all linear 0.3s;
}
.location-open .eq-height {
    background: #315f6f;
}
.eq-height .col.map-pic img {
    float: left;
}
.eq-height .col.map-pic {
    padding-right: 0px;
    padding-bottom: 0px;
    float: right;
    clear: none;
}
.loc-hover {
    width: 50%;
}
.loc-hover,
.col.map-pic,
.locs-list {
    float: left;
}
.col.map-pic {
    float: right;
    clear: none;
}
.col.locs-list {
    clear: none;
    float: left;
}
.text-area .loc-hover li:before {
    display: none;
}
.loc-hover li {
    font-family: atrament-web, bureau-grot, arial;
    font-size: 1.6em;
    line-height: 1.2em;
}
.locs-list li {
    cursor: pointer;
}
.reg-leader h5 {
    color: #fff;
    font-size: 1.6em;
    padding: 0.5em 0 0;
}
.reg-leader h5 span {
    color: #ffdf00;
}
.regional-map {
    position: relative;
}
.regional-map img {
    position: relative;
    z-index: 999;
}
ul.soc-links {
    float: right;
}
.text-area ul.soc-links li:before {
    display: none;
}
ul.soc-links li {
    display: inline-block;
    width: 50px;
    padding: 0px 3px;
    float: right;
    line-height: 1.15em;
}
ul.soc-links li img {
    max-width: 100%;
}
.contact-info main section:first-child {
    padding-top: 150px;
}
.contact-info section.quote {
    display: none;
}
.case-study .text-area li {
    display: block;
    padding: 7px 10px 7px 34px;
    border: 0px solid #d8c93a;
    margin: 0 2% 0px 0;
    color: #4f375f;
    background-image: url(http://www.rsg-media.com/s2019/cs-icon-chck.png);
    background-position: 10px 12px;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    clear: none;
    box-sizing: border-box;
}
.case-study .text-area li:before {
    display: none;
}
p.case-study-label {
    font-size: 3em;
    padding-top: 0px;
    color: #315f6f;
    font-family: atrament-web, arial;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}
.case-study .text-area ul.output li {
    background-image: url(http://www.rsg-media.com/s2019/cs-icon-output.png);
}
#navigation li:nth-child(3) li:nth-child(4) {
    display: none;
}
#contact-us {
    background: #eef0f0;
}
#contact-us label {
    color: #4e656e;
}
h3.div-kc {
    font-size: 1.6em;
}
#contact-us .title:after {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0px;
    content: "";
    background: #fff;
}
#contact-us h5 {
    margin-bottom: 0;
    font-size: 2.2em;
}
.pagination {
    display: block;
    clear: both;
    text-align: center;
    padding: 40px 0 20px;
}
.pagination a.next,
.pagination a.prev {
    font-weight: normal;
    font-size: 1.3em;
}
input[type="checkbox"] {
    width: auto !important;
}
footer input[type="checkbox"] {
    float: left;
    margin-bottom: 0;
    margin-top: 3px;
}
footer .clearfix .clearfix label {
    float: left;
    padding-top: 0;
    padding-left: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .homepage main section.text-center {
        padding-top: 130px;
    }
    .homepage main section.text-center {
        padding-top: 130px;
    }
    .generic-content.case-study main .text-area.white-bk {
        padding-top: 160px;
    }
}
.text-area ul {
    padding: 1em 0;
}
.text-area ul li {
    padding: 0.5em 0.25em 0.5em 30px;
    border-top: 1px solid #fff;
}
.text-area ul li:nth-child(odd) {
    background: #f2f2f2;
}
.text-area ul li:first-child {
    border-top: 0px;
}
.text-area li:before,
.aside .side-list li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #315f6f;
    position: absolute;
    top: 22px;
    left: 11px;
    border-radius: 50%;
}
.apply {
    padding: 3em 0;
}
.apply input.btn {
    clear: both;
    background-image: none !important;
    float: none;
}
.text-area a {
    text-decoration: underline;
}
#news-list ul {
    display: flex;
    flex-wrap: wrap;
}
#news-list li {
    width: 50%;
    box-sizing: border-box;
    padding: 1em;
}
#news-list li a {
    display: block;
    background: #fff;
}
#news-list li a img {
    max-width: 100%;
}
article.news-meta {
    padding: 2em;
}
.news-meta h4 {
    text-decoration: underline;
}
.news-meta p {
    display: block;
    line-height: 1.3em;
}
.news-meta p.synopsis {
    font-size: 0.9rem;
    padding: 2em 0;
    font-weight: 200;
}
.one-third figure img {
    max-width: 100%;
}
.pad-top {
    padding-top: 180px;
}
#news-article h1 {
    font-size: 3rem;
}
.contact-form input:not(input[type="submit"]),
.contact-form textarea {
    background: #ddd;
}
.contact-form input[type="submit"]:hover {
    color: #ffdf00;
}

.jobs #jobs-list ul li li {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 3px 0 3px 3px;
}

#jobs-list h4 {
    font-size: 1.4rem;
    height: 110px;
    max-width: 220px;
    position: relative;
    overflow: hidden;
}
#jobs-list em { display: none }

@media (max-width: 1300px) {
    .green-red-bk .red,
    .green-red-bk .green {
        padding: 60px;
    }
}
@media (max-width: 1180px) {
    .wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    nav#navigation,
    nav#navigation ul .sub-menu ul {
        width: 70%;
    }
}
@media (max-width: 1064px) {
    .wrap-thin {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media (max-width: 1024px) {
    .open a#candidates-link {
        width: 227px;
    }
    .fixy .top-contact ul,
    .open .fixy .top-contact ul {
        top: 20px !important;
    }
    #logo {
        position: absolute;
        top: 20px;
        left: 15px;
        width: 210px;
        height: 58px;
    }
    header {
        box-shadow: 0px 0px 0px;
        position: relative;
        height: 100px;
    }
    #home-intro {
        padding-top: 0px;
    }
    main {
        padding-top: 0px;
    }
    #mob-button {
        display: block;
        top: 10px;
        right: 25px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .open #mob-button {
        right: -100px;
    }
    .mob-nav {
        position: fixed;
        background: #315f6f;
        right: -290px;
        top: 0px;
        float: none;
        bottom: 0px;
        height: 100%;
        width: 290px;
        z-index: 99999;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .open .mob-nav {
        right: 0px;
        border-left: 2px solid rgba(255, 255, 255, 0.5);
    }
    .top-contact {
        float: none;
        background: #315f6f;
    }
    .fixy .top-contact ul,
    .top-contact ul {
        float: none;
        display: block;
        position: absolute;
        top: 80px;
        left: 15px;
    }
    #overlay {
        background: rgba(222, 222, 222, 0.1);
        width: 100%;
        height: 100%;
        position: fixed;
        left: -100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 0px;
        z-index: 99999;
    }
    .open #overlay {
        left: 0;
        margin-left: -290px;
    }
    .open .fixy #navigation ul li:hover .sub-menu,
    .open .b-fix #navigation ul li:hover .sub-menu {
        top: 0px;
    }
    .fixy nav#navigation,
    nav#navigation,
    nav#navigation ul .sub-menu ul {
        width: 100%;
        float: none;
        padding: 0px;
        background: #315f6f;
        margin-top: 0px;
        padding-right: 0px;
    }
    #navigation > ul:after {
        display: none;
    }
    header {
        position: fixed;
        top: 0px;
        height: 80px;
    }
    header.fixy #candidates-link,
    a#candidates-link {
        width: 227px;
        top: 100px;
        left: 15px;
    }
    #candidates-link span.sml,
    #candidates-link span.lrg {
        font-size: 0.9em;
        display: inline;
    }
    #navigation ul {
        float: none;
        width: 100%;
        padding: 30px 15px 60px;
    }
    #navigation ul li {
        float: none;
        text-align: left;
        position: relative;
    }
    #navigation ul li a {
        text-align: left;
        display: block;
    }
    #navigation ul ul li:before {
        content: "";
        width: 4px;
        height: 4px;
        position: absolute;
        left: 0px;
        top: 9px;
        border-radius: 50%;
        background: #ffdf00;
    }
    #navigation ul li a:hover {
        color: #ffdf00;
    }
    .fixy #navigation ul li:hover .sub-menu,
    #navigation ul .sub-menu {
        position: relative;
        top: auto;
        width: auto;
        z-index: 0;
        clear: both;
        background: transparent;
        left: auto;
        box-shadow: 0px 0px 0px 0px;
    }
    #navigation > ul > li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 1em;
    }
    .sub-menu {
        padding-top: 1em;
    }
    #navigation ul li:hover .sub-menu {
        top: auto;
        opacity: 1;
    }
    #navigation ul ul li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 3px 1px 3px 10px;
        font-size: 0.8em;
    }
    #navigation ul ul li a {
        color: #fff;
    }
    .top-contact ul {
        top: 20px;
    }
    .top-contact li {
        display: block;
        padding-bottom: 10px;
    }
    .top-contact li em {
        color: #fff;
    }
    .top-contact li i {
        color: #ffdf00;
    }
    #navigation > ul > li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .open #site-wrap {
        position: relative;
        left: -290px;
    }
    header.b-fix {
        position: fixed;
        top: -130px;
    }
    header.fixy.b-fix {
        position: fixed;
        top: 0px;
        box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.3);
    }
    #home-intro h1 {
        font-size: 4em;
    }
    .text-area .two-thirds {
        padding-right: 40px;
        box-sizing: border-box;
    }
    #news-jobs-feeds.green-red-bk .wrap,
    #news-jobs-feeds.pur-yel-bk .wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pur-yel-bk .wrap > *,
    .green-red-bk .wrap > * {
        display: block;
        height: auto;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .thumb-txt {
        font-size: 1.1em;
        line-height: 1.4em;
    }
    #cands-head-links p a {
        display: block;
        font-size: 1.2em;
        background: #b91e28;
        width: 50%;
        float: left;
        padding: 10px;
        border-bottom: 5px solid #dc414a;
    }
    #cands-head-links p a br {
        display: none;
    }
    #news-head-links p a {
        font-size: 1.6em;
        width: 100%;
        padding: 20px;
        background-image: none;
        margin-bottom: 5px;
    }
    #news-head-links p a:after {
        width: 40px;
        height: 40px;
        background-size: 80px;
    }
    .content-main.sector-landing section:first-child,
    main section#divisions:first-child,
    main section#sectors:first-child {
        padding-top: 120px;
    }
    .generic-content main section:first-child {
        padding-top: 160px;
    }
    .row-title {
        float: none;
        width: 100%;
        padding: 0;
    }
    .row-content {
        float: none;
        width: 100%;
    }
    .sector-landing #news-head-links a,
    .news-article #news-head-links a {
        background-image: none;
        padding-bottom: 30px;
    }
    .yel-main.generic-content main,
    main section#divisions:first-child,
    main section#sectors:first-child,
    .candidates main section#hred-intro:first-child {
        padding-top: 90px;
    }
    .generic-content main section:first-child {
        padding-top: 40px;
    }
}
@media (max-width: 860px) {
    #head-logo {
        position: absolute;
        top: -100px;
        width: 100px;
        right: auto;
        left: 20px;
    }
    #banner-content {
        position: absolute;
        top: 30%;
        left: auto;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        transform: translate(0, 0);
        margin-left: 0px;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #banner h1 {
        font-size: 3em;
    }
    #service-links .col {
        display: block;
        border: 2px solid;
        max-width: 100%;
        margin: 0 auto 20px;
        padding: 40px;
        position: relative;
        min-height: 280px;
        background-position: right;
    }
    #job-search .two-col .two-col .col {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }
    .jobs #jobs-list ul li {
        width: 48%;
        float: left;
        box-sizing: border-box;
        margin: 0 0.5% 1%;
    }
    .news-list.three-col .col,
    .three-col .col,
    .one-col,
    .two-cols {
        float: none;
        width: 100%;
    }
    .four-col .col {
        width: 50%;
    }
    .news-list.two-col .col,
    .two-col .col {
        width: 100%;
        margin-right: 0px;
    }
    footer .two-col .col {
        margin-bottom: 30px;
    }
    .two-thirds,
    .one-third {
        width: 100%;
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .one-third.search-filters {
        padding: 0 30px 30px;
    }
    .half-pic {
        background: none;
    }
    .team-members .col > * {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .candidates .two-thirds,
    .news .two-thirds {
        padding-left: 0px;
    }
    .loc-hover {
        width: 100%;
    }
    .loc-hover .address {
        float: none;
        width: 100%;
        padding: 30px 0;
        clear: both;
        display: block;
    }
    .eq-height .col.map-pic {
        display: none;
    }
    .reg-leader-pics {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
    }
    #contact .col.form {
        max-width: 100%;
        margin-right: 0%;
    }
    #contact .col.kc {
        max-width: 100%;
    }
    .key-contact img {
        max-width: 60px;
    }
    .contact-info {
        padding-left: 80px;
    }
}
@media (max-width: 620px) {
    .jobs #jobs-list ul li {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin: 0 0% 1%;
    }
    .full-search input[type="text"] {
        font-size: 1em;
    }
    ul.big-contact {
        width: 100%;
        float: none;
    }
    .loc-hover .big-contact li {
        font-size: 1.6em;
        line-height: 1.3em;
    }
    #home-intro #main-banner-bkd-pic {
        left: auto;
        right: -250px;
        transform: translate(0, 0px);
        min-height: 500px;
    }
    .sector-landing #home-intro h1 {
        padding-right: 85px;
    }
    #sec-icon {
        max-width: 85px;
        float: none;
        position: absolute;
        right: -10px;
        top: -25px;
    }
    .content-area h1 {
        font-size: 2.5em;
    }
    .candidates section#hred-intro {
        padding-bottom: 0px;
    }
    .jobs-list li p {
        padding: 0.75em 0 0.75em;
    }
    .jobs-list a.btn-apply {
        position: relative;
        right: 0px;
        bottom: 0;
        margin: 10px 0;
        display: inline-block;
    }
    .case-study .text-area li {
        width: 85%;
    }
    ul.soc-links {
        display: none;
    }
    .col.video {
        padding-right: 0px;
    }
}
@media (max-width: 480px) {
    .text-area .locs-list li {
        font-size: 1.7em;
    }
    .loc-hover .address {
        padding: 20px 0;
    }
    .loc-hover .address p {
        color: #fff;
        font-size: 0.8em;
    }
    .four-col .col {
        width: 100%;
    }
    #sectors .four-col .col {
        text-align: center;
    }
    #quicklinks .link-lrg {
        font-size: 2.5em;
    }
    .content-main #home-intro {
        padding-top: 30vh;
        padding-bottom: 26vh;
    }
    h1.title,
    #home-intro h1 {
        font-size: 3em;
    }
    input[type="checkbox"] {
        width: auto;
    }
}
.policy-content h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
}
.policy-content strong {
    font-weight: 600;
}
.policy-content p {
    margin-bottom: 2rem;
}
.policy-content ul {
    padding-left: 1rem;
    margin-bottom: 2rem;
}
.policy-content ul li {
    padding-left: 1rem;
    list-style: disc;
    line-height: 2rem;
}
.banner-policy {
    background-color: #315f6f;
    height: 350px;
    color: white;
}
.banner-policy h1 {
    color: white;
    font-size: 3em;
    text-align: center;
}
.flex {
    display: flex;
    height: 100%;
}
.flex-center {
    align-items: center;
    justify-content: center;
}
