/*
Theme Name: South West Recruitment
Theme URI: https://www.swr.uk.net/
Description: Bespoke Theme built using Bootstrap 3 for South West Recruitment with LogicMelon Integration
Author: Elms Creative
Author URI: http://www.elmscreative.com/
Version: 3.0
*/

/* ----------------------------------------------------------------------------------------------------------
1) Layout
---------------------------------------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i,800,800i");

html {
    height: 100%;
    overflow: auto;
    background: #f1f1f1;
}
body {
    min-height: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #232323;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 10px;
    padding: 0;
    color: #232323;
    text-transform: capitalize;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
    color: #fff;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 15px;
}
h4 {
    font-size: 12px;
}

p {
    margin: 0 0 2.5rem;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
}
span {
    color: #fff;
}
span.required {
    color: #e60003;
}
.required {
    color: #e60003;
}
address {
    font-size: 1em;
}

form {
    width: 100%;
    height: auto;
    position: relative;
    margin: 10px 0 5px;
    padding: 0;
    display: block;
    overflow: hidden;
}
label {
    font-size: 1em;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    clear: both;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 5px 8px;
    margin: 5px auto;
    font-size: 1em;
    color: #202020;
    border: #ccc 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type="checkbox"] {
    margin: 0;
}
input[type="file"] {
    margin: 0;
    width: 100%;
    padding: 4px 4px 6px;
    font-size: 1em;
    color: #2a2a2a;
}
select {
    width: 100%;
    margin: 5px 0;
    font-size: 1em;
    border: #ccc 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
textarea {
    width: 100%;
    min-height: 150px;
    padding: 5px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #ccc 1px solid;
}

input[type="submit"],
button {
    display: block;
    padding: 10px 30px;
    margin: 0px auto;
    font-size: 1em !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #202020 !important;
    background: none !important;
    background-image: none;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    border: #b20000 1px solid !important;
}
input[type="submit"]:hover,
button:hover {
    color: #fff !important;
    background: #b20000 !important;
    border: #b20000 1px solid !important;
}
.btn {
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1em !important;
    font-weight: 700;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: #fff 1px solid;
}
.btn:hover {
    border: #ccc 1px solid;
}
.btn-primary {
    color: #202020 !important;
    background: none;
    border: #b20000 1px solid;
}
.btn-primary:hover {
    color: #fff !important;
    background: #b20000;
    border: #b20000 1px solid;
}
.btn-outline {
    background: none;
    padding: 10px 30px;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.btn-outline:hover {
    background: #fff;
    color: #b20000 !important;
    border: 1px solid #fff !important;
}
.btn-default {
    padding: 8px 20px;
    font-size: 1.2rem !important;
    border: 1px solid #b20000 !important;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
    border: none;
}
.alignright {
    float: right;
    margin: 0 10px 0 10px;
    border: none;
}
.aligncenter {
    float: none;
    margin: 10px auto;
    display: block;
    border: none;
}

.padded {
    padding: 6px 12px;
}
.no-padding {
    padding: 0px !important;
}
.no-margin {
    margin: 0px;
}
.no-bullets {
    list-style: none;
}

.gap-ext2 {
    display: block;
    position: relative;
    margin: 60px 0;
    clear: both;
    overflow: hidden;
}
.gap-ext {
    display: block;
    position: relative;
    margin: 30px 0;
    clear: both;
    overflow: hidden;
}
.gap {
    display: block;
    position: relative;
    margin: 15px 0;
    clear: both;
    overflow: hidden;
}
.gap-mini {
    display: block;
    position: relative;
    margin: 8px 0;
    clear: both;
    overflow: hidden;
}
.gap-very-mini {
    display: block;
    position: relative;
    margin: 4px 0;
    clear: both;
    overflow: hidden;
}

/* ----------------------------------------------------------------------------------------------------------
1) Header
---------------------------------------------------------------------------------------------------------- */

header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 4px;
    position: relative;
    z-index: 150;
}
header #top {
    background: #fff;
}
header nav#pri {
    padding: 20px 0px;
    background: none;
}
header nav#pri .logo {
    max-width: 220px;
    margin: 0px;
}

section#hero {
    background: #7d0000 url("img/page-banner.jpg") top center no-repeat;
    background-size: cover;
    overflow: hidden;
}
section#hero #padded {
    padding: 60px 0px 110px;
    position: relative;
    z-index: 25;
}
section#hero #padded h1 {
    color: #fff;
    font-weight: 300;
}
section#hero #padded h2,
section#hero #padded h3,
section#hero #padded h4,
section#hero #padded h5 {
    color: #fff;
}
section#hero #padded p {
    margin: 0;
    color: #fff;
}
section#hero #padded .fa {
    color: #fff;
}
section#hero p.breadcrumbs a:active,
section#hero p.breadcrumbs a:visited,
section#hero p.breadcrumbs a:link {
    color: #fff;
}

section#hero p.breadcrumbs a:hover {
    color: #ccc;
}
section#hero.homepage-video {
    background: #fff;
    position: relative;
}
section#hero.homepage-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(
        to bottom,
        rgba(125, 0, 0, 0.8) 0%,
        transparent 100%
    );
    z-index: 10;
    pointer-events: none;
}
section#hero.homepage-video #padded {
    position: relative;
    z-index: 25;
}

section#content {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0;
    background: #efefef;
}
section#socials {
    background: #7d0000 url("img/page-banner.jpg") center no-repeat;
    background-size: cover;
}
section#pre-footer a:active,
section#pre-footer a:visited,
section#pre-footer a:link {
    color: #fff;
}
section#pre-footer a:hover {
    color: #ccc;
}
section#pre-footer a[href^="tel"] {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
section#pre-footer a[href^="tel"]:hover {
    color: #ccc;
    text-decoration: underline;
}

footer {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    background: #fff;
    border-top: #bdbdbd 1px solid;
}
footer #sitemap {
    padding: 30px 0px;
}
footer #sitemap p {
    margin: 0px;
    font-size: 1.3rem;
}
footer #powered {
    padding: 12px 0px;
    background: #f1f1f1;
    border-top: #bdbdbd 1px solid;
}
footer #powered p {
    margin: 0px;
    font-size: 1.2rem;
}

/* ----------------------------------------------------------------------------------------------------------
1) Links and Navigation
---------------------------------------------------------------------------------------------------------- */

a {
    font-weight: 700;
    text-decoration: none;
    -moz-transition: color 0.1s linear 0.1s;
    -webkit-transition: color 0.1s linear 0.1s;
    -o-transition: color 0.1s linear 0.1s;
    transition: color 0.1s linear 0.1s;
}
a:hover {
    text-decoration: underline;
}
a:active,
a:visited,
a:link {
    color: #000;
    word-break: break-all;
}
a:hover {
    color: #2d2d2d;
}
a[href^="tel"] {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
a[href^="tel"]:hover {
    color: #2d2d2d;
    text-decoration: underline;
}
a.nostyle {
    text-decoration: none;
}

.navbar-collapse {
    padding: 0 !important;
}
.navbar-toggle {
    float: right;
    width: 42px !important;
    position: relative;
    padding: 5px 10px 10px;
    margin: 18px 0px !important;
    background: none !important;
    text-shadow: none;
    border: 0px solid #9c9c9c !important;
    background: none;
}
.navbar-toggle:hover {
    border: 0px solid #fff !important;
    background: none !important;
}
.navbar-toggle span {
    color: #fff !important;
}
.navbar-toggle span.icon-bar {
    width: 100%;
    background: #fff !important;
}
.navbar-toggle:hover span {
    color: #fff !important;
}
.navbar-toggle:hover span.icon-bar {
    background: #fff !important;
}
.navbar-toggle .icon-bar {
    height: 1px;
    margin-top: 4px;
}
.hamburger {
    width: 20px;
}

#primary {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 18px 0px;
    list-style: none;
    text-align: right;
}
#primary > li {
    float: none;
    width: auto;
    height: auto;
    padding: 0px 0px 0px 14px;
    display: inline-block;
    position: relative;
}
#primary > li > a {
    color: #fff;
    margin: 0px;
    padding: 6px 12px;
    font-size: 1.35rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: transparent 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#primary > li > a:hover {
    color: #ccc;
    background: none;
    border: #ccc 1px solid;
}
#primary > li.active > a {
    color: #ccc;
    border: #ccc 1px solid;
}

#secondary {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 10px 0px;
    list-style: none;
    text-align: right;
    overflow: hidden;
}
#secondary > li {
    width: auto;
    height: auto;
    padding: 0px 0px 0px 20px;
    display: inline-block;
    position: relative;
}
#secondary > li > a {
    color: #b20000;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}
#secondary > li > a:hover {
    color: #555;
    background: none;
}
#secondary > li.active > a {
    color: #555;
    border-bottom: #555 1px solid;
}

#tertiary {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: left;
    overflow: hidden;
}
#tertiary > li {
    width: auto;
    height: auto;
    padding: 2px 0px;
    display: block;
    position: relative;
}
#tertiary > li > a {
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}
#tertiary > li > a:hover {
    color: #555;
    background: none;
}

.dropdown-menu {
    margin: 0px auto 0 !important;
    padding: 0 !important;
}
.dropdown-menu > li {
    width: 100% !important;
    font-size: 0.9em !important;
    background: #fff !important;
    border: none !important;
}
.dropdown-menu > li:hover {
    background: #fff !important;
}
.dropdown-menu > li > a {
    padding: 6px 14px !important;
    margin: 0;
    line-height: 2 !important;
    text-align: left !important;
    color: #4a4644 !important;
    font-size: inherit !important;
    border: none !important;
}
.dropdown-menu > li.active > a {
    color: #ccc !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ccc !important;
    background: #fff !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: none !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
}

/* ----------------------------------------------------------------------------------------------------------
1) Other
---------------------------------------------------------------------------------------------------------- */

.section-large {
    padding: 100px 0px;
}
.section {
    padding: 60px 0px;
}
.section-mini {
    padding: 40px 0px;
}

.red-bg {
    background: #b20000;
}
.red-bg h1,
.red-bg h2,
.red-bg h3,
.red-bg h4,
.red-bg h5,
.red-bg p {
    color: #fff;
}
.white-bg {
    background: #fff;
}

section#content ul,
section#content ol {
    width: 96%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0px 0px 0px 20px;
}
section#content ol {
    padding: 0;
    list-style: none;
}
section#content ul li,
section#content ol li {
    margin-bottom: 4px;
    font-size: 14px;
}
section#content ul li ol,
section#content ol li ol {
    list-style: none;
}
section#content ul li ol li,
section#content ol li ol li {
    margin-bottom: 6px;
    font-size: inherit;
}
.no-style {
    padding: 0px;
    list-style: none;
}

.job-category {
    text-align: center;
    margin: 0;
}
.job-category#middle {
    border-right: #a3a3a3 1px solid;
    border-left: #a3a3a3 1px solid;
}
.job-category#middle a {
    margin: 0 10px;
}
.job-category a {
    display: block;
    font-size: 1em;
    font-weight: 400;
}
.job-category a:hover {
    background: #c9c9c9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#home-banner {
    width: 100%;
    height: auto;
    min-height: 262px;
    margin: 0 auto 30px;
    padding: 0;
    overflow: hidden;
    background: url("img/home-banner.jpg") bottom left no-repeat;
    background-size: cover;
    border: #bfbfbf 1px solid;
}

#quick-search,
#job-feed {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    display: block;
    background: #e7e7e7;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}
#quick-search h3,
#job-feed h3 {
    color: #202020;
}
#quick-search p {
    margin: 0;
    color: #202020;
}
#quick-search {
    min-height: 280px;
}

.sector-tab {
    padding: 8px 10px 8px;
    margin: 0 0 8px;
    color: #fff;
    background: url("img/sector-tab.png") top left no-repeat;
}

.fade {
    opacity: 1;
}

.padded ul,
.padded ol {
    margin: 20px 0;
    padding: 0 0 0 24px;
}
.padded ul li,
.padded ol li {
    font-size: 0.9em;
}

table td {
    width: 50%;
}

#mapCanvas {
    width: 100%;
    height: 320px;
    border: #bfbfbf 1px solid;
}

#searchform label {
    width: 100%;
    margin: 4px 0;
    color: #fff;
    font-size: 1em;
}
#searchform select {
    width: 100%;
    margin: 4px 0;
    color: #101010;
    font-size: 1em;
}
#searchform button,
#searchform input[type="submit"] {
    float: right;
    margin: 12px 0 0;
    font-size: 0.8em;
}

.home-jobs .row {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 6px auto 6px;
    padding: 8px 0px;
    list-style: none;
    overflow: hidden;
}
.home-jobs .row:nth-child(odd) {
    background: #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-jobs .row h2 {
    margin: 0 0 2px;
    font-size: 0.8em;
}
.home-jobs .row p {
    margin: 0 0 2px;
    font-size: 0.8em;
}

ul#scroll-jobs {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}
ul#scroll-jobs li {
    width: 95%;
    margin: 0;
    padding: 5px 0;
}
ul#scroll-jobs li a h2 {
    margin: 0;
    color: #fff;
    font-size: 1em;
}
ul#scroll-jobs li p {
    margin: 0;
    color: #fff;
    font-size: 1em;
}
ul#scroll-jobs li hr {
    margin: 5px 0;
    border-top: #bfbfbf 1px dotted;
}

#mobile {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#mobile li a {
    color: #fff;
    font-size: 1em;
}
#mobile li a:hover {
    background: #6f0101;
}

.grey-area {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 20px;
    background: #e7e7e7;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}
div.wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.1em 1em;
    font-size: 0.9em;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.9em;
    display: block;
}

.backtosearch {
    font-size: 1em;
}

._1drm._1b90,
._1drm._1ds4 {
    background: #7d0000 !important;
}

div.tweet > ul {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px auto !important;
    list-style: none;
}
div.tweet > ul > li {
    padding: 14px;
    box-sizing: border-box;
    font-size: 0.9em;
}
div.tweet > ul > li:nth-child(odd) {
    background: #f8f8f8;
}

.rec {
    float: right;
    max-width: 90px;
    margin: 0px 5px 5px;
}

#red-box {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    display: block;
    background: #b20000;
}
#red-box h3 {
    color: #fff;
}
#red-box p {
    margin: 0;
    color: #fff;
}

.categories {
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.categories > li,
.categories > li > a {
    color: #202020;
}
.categories > li:hover > a,
.categories > li > a:hover {
    color: #555;
}

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.effect-image-1 {
    position: relative;
    display: block;
}
.overlay-sim-text-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    cursor: pointer;
}
.overlay-sim-text-2 p {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.simple-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #b20000;
    color: #fff;
}
.simple-text h3,
.simple-text h4 {
    margin-bottom: 0px;
    padding: 8px 16px;
    color: #fff;
}
.effect-image-1:hover .overlay-xs-1 {
    opacity: 1;
    visibility: visible;
    display: block;
}
.effect-image-1:hover .simple-text {
    visibility: hidden;
    opacity: 0;
}

.alp-logo,
.nationwide-logo {
    max-width: 120px;
}
.prefooter-logo {
    max-width: 180px;
}

ul.social {
    margin: 8px auto;
    padding: 0px;
    text-align: left;
}
ul.social > li > a {
    font-size: 1.6rem;
    color: #b20000;
}

ul.social-footer {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
ul.social-footer > li > a {
    font-size: 1.8rem;
    color: #b20000;
}

.padded-element {
    padding: 0px 20px;
}
.padded-element-side {
    padding: 0px;
}

article.job {
    padding: 20px;
    margin: 0px auto 10px;
    background: #fff;
    border: #b20000 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
article.job:hover {
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
}
article.job2 {
    padding: 40px;
    margin: 0px auto 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.job__location {
    color: #888888;
}
.company-img {
    max-width: 70px;
}
.fake-btn {
    padding: 10px 30px;
    margin: 8px auto;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: none;
    padding: 10px 30px;
    color: #202020;
    border: 1px solid #b20000;
}

#socials h1,
#socials h2,
#socials h3,
#socials h4,
#socials h5,
#socials p {
    color: #fff;
}
.box {
    padding: 2em;
    background: #e7e7e7;
    border: #b20000 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sector-icon {
    max-width: 160px;
}
.job-box {
    min-height: 116px;
    padding: 20px;
    margin: 0px auto 10px;
    background: #e7e7e7;
    border: #b20000 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}
.job-box h3 {
    font-size: 13px;
    color: #202020 !important;
}
.job-box p {
    margin: 0px;
    font-size: 11px;
    color: #202020 !important;
    letter-spacing: -0.02rem;
}
.job-box:hover {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.category-box {
    padding: 20px;
}
.category-box:hover {
    background: #e7e7e7;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
    opacity: 1;
}
.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0 !important;
    cursor: pointer;
    outline: none !important;
    display: none;
}
.jquery-background-video-pauseplay span {
    display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 5px solid #fff;
}
.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}

.video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}
.job__title {
    width: 88%;
}
.new-tab {
    width: 45px;
    position: absolute;
    top: 16px;
    right: 10px;
    z-index: 1;
}
.new-tab2 {
    width: 40px;
    position: relative;
    display: inline-block;
}

.nationwide {
    max-width: 70px;
    position: relative;
    top: 4px;
}

.side {
    float: left;
}
.main {
    float: right;
}

p.non-bold a:active,
p.non-bold a:visited,
p.non-bold a:link {
    font-weight: normal;
}
p.non-bold a:hover {
    font-weight: normal;
}

#forminator-module-6416.forminator-design--flat .forminator-input,
#forminator-module-6416.forminator-design--flat .forminator-input:hover,
#forminator-module-6416.forminator-design--flat .forminator-input:focus,
#forminator-module-6416.forminator-design--flat .forminator-input:active,
#forminator-module-6416.forminator-design--flat .forminator-textarea,
#forminator-module-6416.forminator-design--flat .forminator-textarea:hover,
#forminator-module-6416.forminator-design--flat .forminator-textarea:focus,
#forminator-module-6416.forminator-design--flat .forminator-textarea:active {
    background-color: #fff !important;
}
.forminator-ui#forminator-module-6416.forminator-design--flat
    .forminator-button-upload {
    border: none !important;
    background: none !important;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui#forminator-module-6416.forminator-design--flat
    .forminator-button-submit {
    margin: 0 auto !important;
    display: block !important;
    padding: 10px 30px !important;
    text-decoration: none !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    color: #fff !important;
    background: #b20000 !important;
    border: #b20000 1px solid !important;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui#forminator-module-6416.forminator-design--flat
    .forminator-button-submit:hover {
    color: #202020 !important;
    background: none !important;
    border: #b20000 1px solid !important;
}

#forminator-module-6410.forminator-design--flat .forminator-input,
#forminator-module-6410.forminator-design--flat .forminator-input:hover,
#forminator-module-6410.forminator-design--flat .forminator-input:focus,
#forminator-module-6410.forminator-design--flat .forminator-input:active,
#forminator-module-6410.forminator-design--flat .forminator-textarea,
#forminator-module-6410.forminator-design--flat .forminator-textarea:hover,
#forminator-module-6410.forminator-design--flat .forminator-textarea:focus,
#forminator-module-6410.forminator-design--flat .forminator-textarea:active {
    background-color: #fff !important;
}
.forminator-ui#forminator-module-6410.forminator-design--flat
    .forminator-button-upload {
    border: none !important;
    background: none !important;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui#forminator-module-6410.forminator-design--flat
    .forminator-button-submit {
    margin: 0 auto !important;
    display: block !important;
    padding: 10px 30px !important;
    text-decoration: none !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    color: #fff !important;
    background: #b20000 !important;
    border: #b20000 1px solid !important;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui#forminator-module-6410.forminator-design--flat
    .forminator-button-submit:hover {
    color: #202020 !important;
    background: none !important;
    border: #b20000 1px solid !important;
}

ul > li > span.DefaultParagraphFont {
    color: #202020 !important;
}

section#content span {
    color: #202020 !important;
}

.card {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-body {
    padding: 20px;
}
.card-body > p {
    color: #101010 !important;
}
.feedback {
    font-style: italic;
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}
.rating {
    color: #ffc107;
    font-size: 20px;
    margin: 15px 0;
}
.testimonial-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}
.author-name {
    color: #333;
    font-size: 16px;
}
.company-name {
    color: #666;
    font-size: 14px;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.h-100 {
    height: 100%;
}

/* ==========================================================================
Google Recapatcha V3
========================================================================== */

.grecaptcha-badge {
    display: none !important;
}

/* ----------------------------------------------------------------------------------------------------------
1) Page Navi
---------------------------------------------------------------------------------------------------------- */

.wp-pagenavi {
    clear: both;
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    color: #202020;
    border: #bdbdbd 1px solid;
    padding: 8px 13px;
    margin: 2px;
    font-size: 1.3rem;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #e7e7e7;
    border-color: #bdbdbd;
}
.wp-pagenavi span.current {
    color: #fff;
    font-weight: 600;
    background: #b20000;
    border-color: #b20000;
}

/* ==========================================================================
Media Queries: iPad
========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #primary {
        width: 100% !important;
        padding: 10px 0px !important;
        display: block !important;
    }
    #primary > li {
        width: auto !important;
        padding: 0px 0px 0px 6px !important;
        display: inline-block !important;
    }
    #primary > li > a {
        padding: 6px 8px !important;
        font-size: 1.1rem !important;
    }
    footer #powered p {
        text-align: left !important;
    }
    #secondary > li {
        padding: 0px 0px 0px 10px !important;
    }
    #secondary > li > a {
        font-size: 0.8em !important;
    }
    footer #powered p {
        font-size: 0.8rem !important;
    }
    #primary > li.ipad {
        display: none !important;
    }
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #primary {
        width: 100% !important;
        padding: 10px 0px !important;
        display: block !important;
    }
    #primary > li {
        width: auto !important;
        padding: 0px 0px 0px 6px !important;
        display: inline-block !important;
    }
    #primary > li > a {
        padding: 6px 8px !important;
        font-size: 1.1rem !important;
    }
    footer #powered p {
        text-align: left !important;
    }
    #secondary > li {
        padding: 0px 0px 0px 10px !important;
    }
    #secondary > li > a {
        font-size: 0.8em !important;
    }
    footer #powered p {
        font-size: 0.8rem !important;
    }
    #primary > li.ipad {
        display: none !important;
    }
}

/* ==========================================================================
Bootstrap Queries
========================================================================== */

@media (min-width: 320px) and (max-width: 768px) {
    .main {
        float: none;
    }
    .padded-element-side {
        padding: 0px 20px;
    }
    section#hero #padded h1 {
        font-size: 25px;
    }
    header nav#pri .logo {
        max-width: 180px;
        margin: 0px;
        position: absolute;
        z-index: 15;
    }
    #primary,
    #primary > li {
        width: 100%;
        display: block;
    }
    footer #powered p {
        text-align: center;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    header nav#pri .logo {
        max-width: 180px;
        margin: 0px;
    }
    #primary {
        padding: 13px 0px;
    }
    #primary > li {
        padding: 0px 0px 0px 8px;
    }
    #primary > li > a {
        padding: 6px 10px;
        font-size: 1rem;
    }
    #secondary > li {
        font-size: 1rem;
    }
    .padded-element-side {
        padding: 0px 20px;
    }
    section#hero #padded h1 {
        font-size: 25px;
    }
    footer #powered p {
        font-size: 0.9rem;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    #primary > li > a {
        font-size: 1.2rem;
    }
}

@media (min-width: 1201px) {
}

/* ==========================================================================
Print
========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
    * Don't show links for images, or javascript/internal links
    */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
