@charset "UTF-8";
/** Variables **/
/** Fonts **/
/** Colors **/
/** Bootstrap **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #467599;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2e4d65;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, body .woocommerce,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, body .woocommerce {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, body .woocommerce {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, body .woocommerce {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, body .woocommerce {
    max-width: 1140px;
  }
}
.row, body .store .products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #467599 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2e4d65 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #cb1c1c !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #881313 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/** Base Styles **/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

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

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

input,
select {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*

Usage:

@include placeholder {
    color: rgba($white, .8);
}

*/
/** Base Typography **/
body,
html {
  background: #e8e8e8;
  min-height: 100vh;
  min-height: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Jost", sans-serif;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.site-content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

a,
a:visited {
  text-decoration: none;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}

a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
form:not(.acf-form) .select .select-options li,
form:not(.acf-form) .select .select-styled::before,
form:not(.acf-form) .select .select-styled,
form:not(.acf-form) input[type=radio] + label::before,
form:not(.acf-form) input[type=radio] + label::after,
form:not(.acf-form) input[type=checkbox] + label::before,
form:not(.acf-form) input[type=checkbox] + label::after,
.transition:hover {
  transition: all 0.3s ease;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.no-select, form:not(.acf-form) .select .select-options li, form:not(.acf-form) input[type=radio] + label, form:not(.acf-form) input[type=checkbox] + label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container video {
  max-width: 100%;
}

abbr[title] {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.note {
  color: #515151;
}

#job-video.video-js {
  width: auto;
  height: auto;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 30px;
}
#job-video.video-js video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box {
  padding: 15px;
  background: #fff;
  border-radius: 7px;
}

#thanks {
  padding: 45px 0;
}

.site-ncs {
  background: #fff;
}
.site-ncs .page.default {
  padding: 60px 0;
}

.page.default div.small {
  width: 66.666%;
  margin: 0 auto;
}
.page.default div.half {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .page.default div.small,
  .page.default div.half {
    width: 100%;
  }
}
.tribe-common,
#tribe-events-pg-template,
.tribe_events-template-default {
  background: #fff;
}

.site-ncs h6, .site-ncs h5, .site-ncs h4, .site-ncs h3, .site-ncs h2, .site-ncs h1, h6, h5, h4, h3, h2, h1 {
  font-family: "Jost", sans-serif;
  color: #000;
  line-height: 1;
}

h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black {
  color: #000;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red {
  color: #cb1c1c;
}
h1.light-gray,
h2.light-gray,
h3.light-gray,
h4.light-gray,
h5.light-gray,
h6.light-gray {
  color: #e8e8e8;
}
h1.dark-gray,
h2.dark-gray,
h3.dark-gray,
h4.dark-gray,
h5.dark-gray,
h6.dark-gray {
  color: #515151;
}
h1.nm,
h2.nm,
h3.nm,
h4.nm,
h5.nm,
h6.nm {
  margin-bottom: 0;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right,
h6.right {
  text-align: right;
}

h1 {
  font-size: 66px;
  font-weight: 900;
  margin: 0 0 30px;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

h3 {
  font-size: 32px;
  font-weight: 600;
}

h4 {
  font-size: 26px;
  font-weight: 600;
}

h5 {
  font-size: 21px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 30px;
}
p a {
  color: #467599;
  border-bottom: 1px dotted #467599;
  font-weight: 600;
}
p a:hover {
  text-decoration: none;
  color: #1D3354;
  border-bottom: 1px solid #1D3354;
}

.site-ncs h6, .site-ncs h5, .site-ncs h4, .site-ncs h3, .site-ncs h2, .site-ncs h1 {
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 1;
}
.site-ncs h1.blue,
.site-ncs h2.blue,
.site-ncs h3.blue,
.site-ncs h4.blue,
.site-ncs h5.blue,
.site-ncs h6.blue {
  color: #0171bb;
}
.site-ncs p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 20px;
}
.site-ncs p a {
  color: #0171bb;
  border-bottom: 1px dotted #0171bb;
  font-weight: 600;
}
.site-ncs p a:hover {
  text-decoration: none;
  color: #014084;
  border-bottom: 1px solid #014084;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
}
/** Layouts **/
.page-template-single-login .header {
  display: none;
}

.header {
  position: relative;
  z-index: 1000;
  background-image: url("../img/collisionhub-header-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}
.header .brand img {
  max-width: 241px;
}
.header > .container, body .header > .woocommerce {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.header .desktop-navigation {
  display: flex;
}
.header .mobile-navigation,
.header .mobile-trigger {
  display: none;
}
.header .mobile-navigation {
  position: relative;
}
.header .mobile-navigation > ul {
  display: none;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 48px;
  background: #fff;
  border-radius: 5px;
  width: 280px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header .mobile-navigation > ul > li {
  position: relative;
  z-index: 10;
}
.header .mobile-navigation > ul > li.has-submenu > a {
  padding-left: 45px;
}
.header .mobile-navigation > ul > li.has-submenu .submenu {
  background: rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid #e8e8e8;
  display: none;
}
.header .mobile-navigation > ul > li.has-submenu .submenu li {
  display: block;
}
.header .mobile-navigation > ul > li.has-submenu .submenu a {
  display: block;
  text-align: right;
  padding: 5px 10px;
  color: #cb1c1c;
  font-size: 15px;
}
.header .mobile-navigation > ul > li.has-submenu.active .submenu-toggle svg {
  transform: rotate(45deg);
}
.header .mobile-navigation > ul > li > a {
  display: block;
  text-align: right;
  font-size: 18px;
  padding: 5px 10px;
  border-bottom: 1px solid #e8e8e8;
  color: #cb1c1c;
}
.header .mobile-navigation > ul > li > a:hover {
  background: #cb1c1c;
  color: #fff;
}
.header .mobile-navigation > ul > li > a.submenu-toggle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #cb1c1c;
  padding: 0;
  text-align: center;
}
.header .mobile-navigation > ul > li > a.submenu-toggle svg {
  transform: rotate(0deg);
  transition: 0.3s all linear;
}
.header .mobile-navigation > ul > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.header .mobile-navigation > ul > li:last-child > a {
  border-radius: 0 0 5px 5px;
  border-bottom: 0;
}
.header .mobile-navigation > ul > li.emphasis > a {
  font-weight: 600;
  text-align: center;
  background: #cb1c1c;
  color: #fff;
  font-size: 14px;
}
.header .mobile-navigation > ul > li.emphasis > a:hover {
  background: #515151;
}
.header .mobile-navigation > ul::before {
  content: "";
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  right: 15px;
  top: -4px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
  display: block;
}
.header .mobile-navigation .mobile-trigger {
  display: block;
  border: 3px solid #fff;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.header .mobile-navigation .mobile-trigger:hover {
  background: #fff;
  color: #cb1c1c;
}
.header .mobile-navigation .mobile-trigger svg {
  position: relative;
  top: -2px;
}
.header .site-navigation > ul {
  margin: 0;
  padding: 0;
}
.header .site-navigation > ul > li {
  display: inline-block;
  font-size: 0;
}
.header .site-navigation > ul > li > a {
  position: relative;
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  padding: 10px 20px;
  color: #fff;
}
.header .site-navigation > ul > li > a::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s all linear;
}
.header .site-navigation > ul > li > a:hover {
  text-shadow: 0 0 10px #000;
}
.header .site-navigation > ul > li > a:hover::after {
  opacity: 1;
}
.header .site-navigation .dd-trigger {
  position: relative;
}
.header .site-navigation .dd {
  display: none;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 280px;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header .site-navigation .dd::before {
  content: "";
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  right: 15px;
  top: -4px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
  display: block;
}
.header .site-navigation .dd li {
  position: relative;
  z-index: 10;
  display: block;
}
.header .site-navigation .dd li a {
  display: block;
  font-size: 18px;
  padding: 5px 10px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 27px;
  color: #cb1c1c;
  text-align: right;
}
.header .site-navigation .dd li a:hover {
  color: #fff;
  background: #cb1c1c;
}
.header .site-navigation .dd li:first-child a:hover {
  border-radius: 5px 5px 0 0;
}
.header .site-navigation .dd li:last-child a {
  border-bottom: 0;
}
.header .site-navigation .dd li:last-child a:hover {
  border-radius: 0 0 5px 5px;
}
.header .user-navigation > ul {
  margin: 0;
  padding: 0;
}
.header .user-navigation > ul > li {
  display: inline-block;
  font-size: 0;
  padding: 0 0 0 20px;
}
.header .user-navigation > ul > li:hover .icon .hover {
  opacity: 1;
}
.header .user-navigation > ul > li > a {
  display: block;
}

.icon {
  display: block;
  position: relative;
}
.icon .base {
  position: relative;
  z-index: 1;
}
.icon .hover {
  z-index: 2;
  opacity: 0;
  transition: 0.3s all linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ncs-header {
  background: #fff;
  padding: 0 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ncs-header .brand {
  width: 250px;
}
.ncs-header .mobile-navigation {
  display: none;
}
.ncs-header .mobile-navigation .mobile-menu {
  height: calc(100vh - 70px);
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow-y: scroll;
  position: absolute;
  top: 70px;
  right: -270px;
  width: 270px;
  background: #0171bb;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  transition: 0.3s all linear;
}
.ncs-header .mobile-navigation .mobile-menu.active {
  right: 0;
}
.ncs-header .mobile-navigation .mobile-menu a {
  color: #fff;
  display: block;
  padding: 7px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.ncs-header .mobile-navigation .mobile-menu > li.has-submenu {
  position: relative;
}
.ncs-header .mobile-navigation .mobile-menu > li > a {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.ncs-header .mobile-navigation .mobile-menu > li > a.submenu-toggle {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.ncs-header .mobile-navigation .mobile-menu > li .submenu {
  display: none;
  background: rgb(1, 79, 131);
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.ncs-header .mobile-navigation .mobile-menu > li .submenu > li {
  position: relative;
}
.ncs-header .mobile-navigation .mobile-menu > li .submenu > li > a {
  position: relative;
  z-index: 4;
}
.ncs-header .mobile-navigation .mobile-menu > li .submenu > li .expand-trigger {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  padding-right: 10px;
}
.ncs-header .mobile-navigation .mobile-menu > li .submenu > li .expander {
  display: none;
  position: relative;
  z-index: 6;
  background: rgb(1, 55, 91);
}
.ncs-header .mobile-navigation .mobile-menu > li .submenu > li .expander a {
  font-size: 14px;
}
.ncs-header .mobile-navigation .order-now {
  height: 70px;
  width: 200px;
}
.ncs-header .order-now {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  position: relative;
  overflow: hidden;
  position: relative;
  width: 250px;
}
.ncs-header .order-now::before {
  content: "";
  position: absolute;
  transition: 0.3s all linear;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #0171bb;
  background: linear-gradient(229deg, rgb(1, 64, 132) 10%, rgb(1, 113, 187) 47%, rgb(1, 113, 187) 67%, rgb(1, 64, 132) 94%);
}
.ncs-header .order-now .edge {
  position: absolute;
  z-index: 10;
  width: 60px;
  height: 100%;
  background: #fff;
  top: 0;
  bottom: 0;
  left: -23px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  transform: skewX(-25deg);
}
.ncs-header .order-now .text {
  position: relative;
  z-index: 5;
  display: block;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
  padding-left: 40px;
}
.ncs-header .order-now:hover::before {
  left: -20px;
  right: -120px;
}
.ncs-header .desktop-navigation {
  display: flex;
}
.ncs-header .desktop-navigation > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ncs-header .desktop-navigation > ul > li > a {
  display: block;
  line-height: 1;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
}
.ncs-header .desktop-navigation .dd-trigger {
  position: relative;
}
.ncs-header .desktop-navigation .dd {
  display: none;
  position: absolute;
  width: 270px;
  background: #0171bb;
  right: 10px;
  list-style: none;
  text-align: right;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.ncs-header .desktop-navigation .dd > li {
  position: relative;
}
.ncs-header .desktop-navigation .dd > li > a {
  display: block;
  font-size: 18px;
  position: relative;
  color: #fff;
  padding: 8px 10px;
  border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.ncs-header .desktop-navigation .dd > li > a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.ncs-header .desktop-navigation .dd > li > a.expand-trigger {
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.ncs-header .desktop-navigation .dd > li > a.expand-trigger:hover {
  background: rgba(0, 0, 0, 0.6);
}
.ncs-header .desktop-navigation .dd > li .expander {
  position: relative;
  z-index: 3;
  list-style: none;
  background: rgb(1, 79, 131);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  display: none;
}
.ncs-header .desktop-navigation .dd > li .expander li a {
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.ncs-header .desktop-navigation .dd > li .expander li a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.ncs-header .desktop-navigation .dd > li .expander li:last-child {
  border-bottom: 0;
}
.ncs-header .desktop-navigation .dd > li:last-child a {
  border-bottom: 0;
}

@media (max-width: 1199.98px) {
  .header .brand {
    display: block;
    width: 200px;
  }
  .header .site-navigation > ul > li > a {
    padding: 7px 12px;
  }
  .ncs-header .brand {
    width: 225px;
  }
  .ncs-header .desktop-navigation .order-now {
    width: 225px;
  }
  .ncs-header .desktop-navigation > ul > li > a {
    padding: 5px 7px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .header .desktop-navigation,
  .ncs-header .desktop-navigation {
    display: none;
  }
  .header .mobile-navigation,
  .ncs-header .mobile-navigation {
    display: block;
  }
  .header .mobile-trigger,
  .ncs-header .mobile-trigger {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding: 20px 0;
  }
  .header .brand img {
    padding-top: 5px;
    max-width: 200px;
  }
}
.footer {
  background-image: url("../img/collisionhub-header-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
}
.footer .brand {
  max-width: 300px;
}
.footer .brand img {
  max-width: 100%;
}
.footer .social ul {
  font-size: 0;
  text-align: right;
}
.footer .social li {
  display: inline-block;
  margin-left: 10px;
}
.footer .social a {
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #cb1c1c;
  font-size: 30px;
}
.footer .social a svg {
  position: relative;
  top: 1px;
}
.footer.ncs-footer {
  background: rgb(2, 67, 135);
  background: linear-gradient(283deg, rgb(2, 67, 135) 33%, rgb(0, 131, 209) 68%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.footer.ncs-footer .social {
  padding: 45px 15px;
}
.footer.ncs-footer .social ul {
  margin: 0;
}
.footer.ncs-footer .social a {
  background: #26609b;
  color: #fff;
}
.footer.ncs-footer .social a svg {
  top: 2px;
}
.footer.ncs-footer .brand {
  background: #fff;
  display: flex;
  padding: 15px;
  height: 100%;
  position: relative;
  align-items: center;
}
.footer.ncs-footer .brand > div {
  position: relative;
  z-index: 10;
  background: #fff;
}
.footer.ncs-footer .brand::after {
  content: "";
  background: white;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -40px;
  transform: skewX(-25deg);
}

@media (max-width: 767.98px) {
  .footer .brand {
    margin: 0 auto 30px;
  }
  .footer .social ul {
    text-align: center;
  }
  .footer .social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .footer.ncs-footer .brand {
    margin: 0;
    max-width: 170px;
  }
  .footer.ncs-footer .brand::after {
    right: -17px;
  }
  .footer.ncs-footer .social {
    padding: 20px 15px;
  }
}
.hero {
  position: relative;
  z-index: 10;
}
.hero .hero-wrapper {
  padding: 50px 0 0;
}
.hero h1,
.hero .note {
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.hero .note {
  color: #fff;
  font-size: 14px;
}
.hero .jobs-search #word {
  margin: 0 0 10px;
}
.hero .search-button {
  text-align: right;
  margin: 10px 0 0;
}
.hero .search-button a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #cb1c1c;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.hero .search-button a:hover {
  background: #515151;
  color: #fff;
}
.hero .search-button a span {
  position: relative;
  top: 1px;
}
.hero .apply-for p {
  color: #fff;
  margin: 0 0 10px;
}
.hero .apply-for p.job-title {
  padding: 5px 10px;
  color: #000;
  background: #fff;
  border-radius: 4px;
}

.cms-hero > .container, body .cms-hero > .woocommerce {
  height: 600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cms-hero .hero-content {
  max-width: 800px;
}
.cms-hero .hero-content h1,
.cms-hero .hero-content p {
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.cms-hero .hero-content h1 {
  margin: 0 0 30px;
}
.cms-hero .hero-content .intro {
  position: relative;
  margin: 0 0 30px;
}
.cms-hero .hero-content .intro .content {
  position: relative;
  z-index: 10;
  padding: 30px 0;
}
.cms-hero .hero-content .intro .content p {
  margin: 0;
}
.cms-hero .hero-content .intro::after {
  z-index: 5;
  content: "";
  background: #0171bb;
  background: linear-gradient(229deg, rgb(1, 64, 132) 10%, rgb(1, 113, 187) 47%, rgb(1, 113, 187) 67%, rgb(1, 64, 132) 94%);
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -40px;
  left: -1000px;
  transform: skewX(-25deg);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.cms-hero .hero-content .hero-header,
.cms-hero .hero-content .hero-intro {
  width: 100%;
  position: relative;
  z-index: 1;
}

.site-collisionhub .cms-hero > .container, .site-collisionhub body .cms-hero > .woocommerce, body .site-collisionhub .cms-hero > .woocommerce {
  height: auto;
  padding: 50px 15px 0;
}
.site-collisionhub .cms-hero > .container .buttons, .site-collisionhub body .cms-hero > .woocommerce .buttons, body .site-collisionhub .cms-hero > .woocommerce .buttons {
  margin-bottom: -20px;
}
.site-collisionhub .cms-hero .hero-content h1 {
  font-family: "Jost", sans-serif;
}
.site-collisionhub .cms-hero .hero-content p {
  font-family: "Jost", sans-serif;
}
.site-collisionhub .cms-hero .hero-content .intro::after {
  display: none;
}
.site-collisionhub .cms-hero .hero-content .intro .content {
  padding: 0;
}

@media (max-width: 991.98px) {
  .hero .jobs-search {
    margin: 20px 0 0;
  }
  .cms-hero .hero-content .intro {
    max-width: 92%;
  }
}
@media (max-width: 767.98px) {
  .hero .jobs-search #zip {
    margin: 0 0 10px;
  }
  .cms-hero > .container, body .cms-hero > .woocommerce {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cms-hero .hero-content .intro {
    max-width: 100%;
  }
  .cms-hero .hero-content .intro::after {
    transform: skewX(0);
    right: -15px;
    left: -15px;
  }
}
@media (max-width: 575.98px) {
  .hero .buttons .button {
    display: block;
    text-align: center;
  }
}
.page-wrapper {
  margin: 50px 0;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}

.site-collisionhub .page.default {
  padding: 50px 0;
}

.widecolumn {
  padding: 0 15px;
  max-width: 730px;
  margin: 50px auto;
}
.widecolumn h2 {
  color: #cb1c1c;
  padding: 30px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.widecolumn .lead-in,
.widecolumn .view {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border-top: 3px solid #e8e8e8;
  margin-bottom: 0;
  padding: 30px;
}
.widecolumn #signup-welcome {
  background: #fff;
  padding: 30px;
  border-top: 3px solid #e8e8e8;
}
.widecolumn #signup-welcome p {
  margin-bottom: 5px;
}
.widecolumn #signup-welcome p:last-child {
  margin-bottom: 0;
}

.lost_reset_password {
  padding: 30px;
  max-width: 730px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}
.lost_reset_password label {
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .widecolumn h2 {
    padding: 15px;
  }
  .widecolumn .lead-in,
  .widecolumn .view {
    padding: 15px;
  }
  .widecolumn #signup-welcome {
    padding: 15px;
  }
}
body .woocommerce-breadcrumb,
body .woocommerce-result-count,
body .woo-breadcrumbs {
  display: none;
}
body .woocommerce-ordering {
  margin: 30px 0;
  text-align: right;
}
body .woocommerce-ordering .orderby {
  display: inline-block;
  background: #fff;
  border: #515151 1px solid;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
}
body .woocommerce-pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 0 0 30px;
}
body .woocommerce-pagination ul li {
  padding: 0 10px;
}
body .woocommerce-pagination ul span,
body .woocommerce-pagination ul a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #cb1c1c;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  margin: 0 0 5px;
}
body .woocommerce-pagination ul span.current, body .woocommerce-pagination ul span:hover,
body .woocommerce-pagination ul a.current,
body .woocommerce-pagination ul a:hover {
  background: #cb1c1c;
  color: #fff;
}
body .store .woocommerce-notices-wrapper {
  margin-top: 40px;
}
body .store .products {
  list-style: none;
}
body .store .products .product {
  width: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 43px;
}
body .store .products .product:hover .woocommerce-LoopProduct-link {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
body .store .products .product .woocommerce-LoopProduct-link {
  display: block;
  padding: 10px 10px 23px 10px;
  border-radius: 7px;
  background: #fff;
  height: 100%;
}
body .store .products .product .product-wrapper {
  position: relative;
  height: 100%;
}
body .store .products .product .amount {
  color: #000;
}
body .store .products .product .subscription-details {
  color: #000;
}
body .store .products .product .button {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  bottom: -13px;
  width: 75%;
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 10px;
  border-width: 1px;
  text-align: center;
}
body .store .products .product img {
  height: auto;
  border-radius: 5px;
  display: block;
  margin: 0 0 10px;
}
body .store .products .product h2 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
}
body .woocommerce {
  padding-top: 50px;
  padding-bottom: 50px;
}
body .woocommerce .woocommerce-Address:last-child {
  margin-bottom: 0;
}
body .woocommerce .woocommerce-Address .title {
  position: relative;
  display: flex;
  margin: -15px -15px 15px -15px;
  padding: 15px;
  background: #e8e8e8;
  border-bottom: #515151 1px solid;
  align-items: center;
  justify-content: space-between;
}
body .woocommerce .woocommerce-Address .title h3 {
  padding-right: 120px;
  width: calc(100% - 120px);
  margin: 0;
}
body .woocommerce .woocommerce-Address .title .edit-address-button {
  width: 100px;
  text-align: center;
}
body .woocommerce address {
  margin-bottom: 0;
}
body .woocommerce .actions .instructions p {
  margin-bottom: 15px;
}
body .woocommerce .actions .instructions ul {
  margin: 0 0 30px 30px;
}
body .woocommerce .woocommerce-message .button {
  margin-bottom: 0;
  background: #fff;
  color: #cb1c1c;
}
body .woocommerce .woocommerce-message .button:hover {
  background: #515151;
}

.saos-product {
  padding-top: 50px;
  padding-bottom: 50px;
}
.saos-product.job-post {
  padding-top: 30px;
}
.saos-product.job-post .a2a_kit {
  display: none;
}
.saos-product.job-post .product p.price {
  padding: 5px 10px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.saos-product.job-post .wcsatt-options-prompt-radios {
  margin-left: 0;
}
.saos-product .woocommerce-notices-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.saos-product .woocommerce-notices-wrapper .wc-forward {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 7px;
}
.saos-product .product ul.products {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  display: flex;
}
.saos-product .product ul.products .product {
  width: 25%;
  margin: 0 15px;
}
.saos-product .product ul.products .product img {
  height: auto;
  margin-bottom: 15px;
  border-radius: 7px;
}
.saos-product .product ul.products .product .button {
  display: none;
}
.saos-product .product ul.products .product h2 {
  font-size: 21px;
  line-height: 1.2;
}
.saos-product .product .summary {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}
.saos-product .product .summary .a2a_kit {
  margin-top: 10px;
}
.saos-product .product .summary .button {
  margin-top: 10px;
  display: block;
  text-align: center;
  width: 100%;
}
.saos-product .product .summary .variations_form tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.saos-product .product .summary .variations_form tr th,
.saos-product .product .summary .variations_form tr td {
  display: block;
  width: 100%;
}
.saos-product .product .summary .variations_form select {
  width: 100%;
  border: 1px solid #000;
  padding: 5px 10px;
  color: #000;
  border-radius: 7px;
}
.saos-product .product .summary .variations_form .woocommerce-variation-price .price {
  display: block;
  color: #cb1c1c;
  font-weight: 700;
  margin-top: 30px;
}
.saos-product .product .woo-variation-product-gallery {
  max-width: 100% !important;
}
.saos-product .product .woo-variation-gallery-thumbnail-wrapper {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.saos-product .product .wvg-gallery-thumbnail-image {
  padding: 10px;
}
.saos-product .product .wvg-gallery-thumbnail-image img {
  border-radius: 5px;
}
.saos-product .product p,
.saos-product .product li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}
.saos-product .product p.price,
.saos-product .product li.price {
  background: #cb1c1c;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 50px;
}
.saos-product .product li {
  margin-bottom: 0;
}
.saos-product .product ul,
.saos-product .product ol {
  margin-left: 30px;
}
.saos-product .product .tabs {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  list-style: none;
}
.saos-product .product .tabs li {
  background: #cb1c1c;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 7px 7px 0 0;
}
.saos-product .product .tabs li a {
  color: #fff;
}
.saos-product .product .tabs li.active {
  background: #fff;
}
.saos-product .product .tabs li.active a {
  color: #cb1c1c;
}
.saos-product .product .wc-tab {
  padding: 15px;
  background: #fff;
  border-radius: 0 7px 7px 7px;
  margin-bottom: 30px;
}
.saos-product .product .wc-tab h2 {
  font-size: 28px;
  line-height: 1;
}
.saos-product .product .woocommerce-tabs {
  margin-top: 30px;
}
.saos-product .product .woocommerce-product-attributes {
  border: 1px solid #e8e8e8;
}
.saos-product .product .woocommerce-product-attributes th,
.saos-product .product .woocommerce-product-attributes td {
  padding: 5px 7px;
}

.pswp__caption__center {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 991.98px) {
  body .store .products .product {
    width: 33.3333%;
  }
}
@media (max-width: 767.98px) {
  body .woocommerce {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .saos-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .store .woocommerce-notices-wrapper {
    text-align: center;
  }
  body .store .woocommerce-notices-wrapper .button {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 3px 10px;
    text-align: center;
  }
  body .store .products .product {
    width: 50%;
  }
  .saos-product .related.products > h2 {
    text-align: center;
    margin: 0 0 30px;
  }
  .saos-product .product ul.products {
    flex-wrap: wrap;
    margin: 0;
  }
  .saos-product .product ul.products .product {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 300px;
  }
}
.archive-description {
  margin-bottom: 30px;
}
.archive-description p,
.archive-description ul,
.archive-description ol {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
.archive-description ul,
.archive-description ol {
  margin-left: 30px;
}

@media (max-width: 575.98px) {
  body .store .products .product {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-section-header, .saos-account-interior .woocommerce .shop_table.subscription_details + h2, .saos-account-interior .woocommerce .shop_table.order_details + header h2, .saos-account-interior.woocommerce-edit-address .woocommerce h3 {
  font-size: 28px;
  font-weight: 600;
  color: #cb1c1c;
  line-height: 1.2;
  margin: 0 0 15px;
}

.dashboard-box, .saos-account-interior .saos-account .saos-acf-form-wrapper .acf-form, .saos-account-interior .saos-account .saos-account-no-results, .saos-account-interior .saos-account-notes, .saos-account-interior .woocommerce .shop_table, .saos-account-interior .woocommerce .woocommerce-customer-details .saos-billing-address,
.saos-account-interior .woocommerce .woocommerce-customer-details .saos-shipping-address, .saos-account-interior .woocommerce .woocommerce-Address, .saos-account-interior.woocommerce-edit-address .woocommerce .woocommerce-address-fields, .saos-account-interior.woocommerce-add-payment-method .woocommerce-PaymentMethod, .saos-account-interior.woocommerce-edit-account .woocommerce-EditAccountForm {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0 30px;
}

.saos-account-interior {
  /** Individual Page Styles **/
}
.saos-account-interior .woocommerce-notices-wrapper + p {
  margin: 0;
}
.saos-account-interior .order-again {
  display: none;
}
.saos-account-interior.woocommerce-edit-account .woocommerce-EditAccountForm p {
  margin: 0 -15px;
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
}
.saos-account-interior.woocommerce-edit-account .woocommerce-EditAccountForm p em {
  font-size: 13px;
}
.saos-account-interior.woocommerce-edit-account .woocommerce-EditAccountForm legend {
  font-size: 21px;
  line-height: 1;
  color: #cb1c1c;
  margin: 30px 0 12px;
  font-weight: 600;
}
.saos-account-interior.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
  margin-top: 30px;
}
.saos-account-interior.woocommerce-edit-account .woocommerce-EditAccountForm p:last-child {
  display: flex;
  justify-content: flex-end;
  margin: 15px -15px -15px -15px;
  padding: 15px;
  border-top: 1px solid #515151;
  background: #e8e8e8;
}
.saos-account-interior.woocommerce-edit-account .woocommerce-EditAccountForm fieldset p:last-child {
  display: block;
  margin: 0 -15px;
  padding: 10px 15px 0 10px;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}
.saos-account-interior.woocommerce-payment-methods .add-payment-button {
  float: right;
  display: inline-block;
  margin: 0;
  width: auto;
  text-align: center;
}
.saos-account-interior.woocommerce-add-payment-method .woocommerce-PaymentMethod:last-child {
  margin: 0;
}
.saos-account-interior.woocommerce-add-payment-method .woocommerce-PaymentBox {
  margin: 15px -15px 0 -15px;
  padding: 15px;
  border-top: 1px solid #515151;
}
.saos-account-interior.woocommerce-add-payment-method .woocommerce-PaymentBox p {
  margin: 0 0 15px;
}
.saos-account-interior.woocommerce-add-payment-method .woocommerce-PaymentBox .wc-stripe-elements-field {
  padding: 5px;
  border-radius: 4px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: #515151;
  background-color: #e8e8e8;
}
.saos-account-interior.woocommerce-add-payment-method .woocommerce-PaymentBox .form-row {
  margin: 0 0 12px;
}
.saos-account-interior.woocommerce-edit-address .woocommerce .woocommerce-address-fields {
  padding-top: 0;
}
.saos-account-interior.woocommerce-edit-address .woocommerce .woocommerce-address-fields p.form-row {
  margin: 0 -15px;
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
}
.saos-account-interior.woocommerce-edit-address .woocommerce .woocommerce-address-fields p.form-row .select2-container {
  min-height: 36px;
}
.saos-account-interior.woocommerce-edit-address .woocommerce .woocommerce-address-fields > p:last-child {
  margin: -1px -15px -15px -15px;
  border-top: #515151 1px solid;
  background: #e8e8e8;
  padding: 15px;
  display: flex;
  justify-content: flex-end;
}
.saos-account-interior.woocommerce-edit-address .woocommerce .woocommerce-address-fields input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.saos-account-interior .woocommerce {
  display: flex;
}
.saos-account-interior .woocommerce .woocommerce-error {
  list-style: none;
  margin: 0 0 30px;
}
.saos-account-interior .woocommerce .woocommerce-error li {
  background: #cb1c1c;
  border-radius: 7px;
  color: #fff;
  padding: 5px 10px;
}
.saos-account-interior .woocommerce .woocommerce-Addresses {
  margin: 30px 0 0;
}
.saos-account-interior .woocommerce .woocommerce-Address {
  margin: 0 0 15px;
}
.saos-account-interior .woocommerce .woocommerce-Address:last-child {
  margin-bottom: 0;
}
.saos-account-interior .woocommerce .woocommerce-Address .edit-address-button {
  margin-top: -10px;
}
.saos-account-interior .woocommerce .woocommerce-PaymentMethods.methods {
  list-style: none;
}
.saos-account-interior .woocommerce .woocommerce-notices-wrapper {
  max-width: 100%;
}
.saos-account-interior .woocommerce .woocommerce-notices-wrapper ul {
  margin-bottom: 30px;
}
.saos-account-interior .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background: #515151;
  color: #fff;
  padding: 15px;
  margin: 0 0 30px;
  border-radius: 5px;
}
.saos-account-interior .woocommerce .saos-account-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.saos-account-interior .woocommerce .saos-account-wrapper > * {
  order: 1;
}
.saos-account-interior .woocommerce .saos-account-wrapper .woocomerce-order-details {
  order: 4;
}
.saos-account-interior .woocommerce .saos-account-wrapper .woocommerce-order-downloads {
  margin-top: 30px;
  margin-bottom: 0;
  order: 5;
}
.saos-account-interior .woocommerce .saos-account-wrapper .woocomerce-customer-details {
  order: 6;
}
.saos-account-interior .woocommerce .woocommerce_account_subscriptions .no_subscriptions a {
  display: none;
}
.saos-account-interior .woocommerce .woocommerce-customer-details {
  padding: 0;
  background: transparent;
  margin: 0;
  border-radius: 0;
}
.saos-account-interior .woocommerce .woocommerce-customer-details .my-account-top-nav h1,
.saos-account-interior .woocommerce .woocommerce-customer-details .my-account-top-nav h2 {
  margin-bottom: 15px;
}
.saos-account-interior .woocommerce .woocommerce-customer-details .saos-billing-address address,
.saos-account-interior .woocommerce .woocommerce-customer-details .saos-shipping-address address {
  font-size: 16px;
  line-height: 1.4;
}
.saos-account-interior .woocommerce .woocommerce-customer-details .saos-billing-address address p,
.saos-account-interior .woocommerce .woocommerce-customer-details .saos-shipping-address address p {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 0;
}
.saos-account-interior .woocommerce .shop_table {
  width: 100%;
  /** Tables handled with Block Layout **/
  /** Individual Table Styles **/
}
.saos-account-interior .woocommerce .shop_table.order_details th, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table th, .saos-account-interior .woocommerce .shop_table.subscription_details th, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table th {
  background: #e8e8e8;
  font-size: 16px;
}
.saos-account-interior .woocommerce .shop_table.order_details thead,
.saos-account-interior .woocommerce .shop_table.order_details tbody,
.saos-account-interior .woocommerce .shop_table.order_details tfoot, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table thead,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tbody,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot, .saos-account-interior .woocommerce .shop_table.subscription_details thead,
.saos-account-interior .woocommerce .shop_table.subscription_details tbody,
.saos-account-interior .woocommerce .shop_table.subscription_details tfoot, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table thead,
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table tbody,
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table tfoot {
  display: block;
}
.saos-account-interior .woocommerce .shop_table.order_details thead, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table thead, .saos-account-interior .woocommerce .shop_table.subscription_details thead, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table thead {
  margin-bottom: 0;
  padding: 0;
}
.saos-account-interior .woocommerce .shop_table.order_details tr, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tr, .saos-account-interior .woocommerce .shop_table.subscription_details tr, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr {
  width: 100%;
  display: flex;
}
.saos-account-interior .woocommerce .shop_table.order_details td,
.saos-account-interior .woocommerce .shop_table.order_details th, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table td,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table th, .saos-account-interior .woocommerce .shop_table.subscription_details td,
.saos-account-interior .woocommerce .shop_table.subscription_details th, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table td,
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table th {
  display: block;
  padding: 5px 10px;
}
.saos-account-interior .woocommerce .shop_table.order_details th, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table th, .saos-account-interior .woocommerce .shop_table.subscription_details th, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table th {
  font-weight: 600;
  background: #e8e8e8;
}
.saos-account-interior .woocommerce .shop_table.order_details th strong, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table th strong, .saos-account-interior .woocommerce .shop_table.subscription_details th strong, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table th strong {
  font-weight: 600;
}
.saos-account-interior .woocommerce .shop_table.order_details tfoot, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot, .saos-account-interior .woocommerce .shop_table.subscription_details tfoot, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tfoot {
  border-top: 1px solid #515151;
  padding: 0;
  margin-bottom: 0;
}
.saos-account-interior .woocommerce .shop_table.order_details tfoot tr, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot tr, .saos-account-interior .woocommerce .shop_table.subscription_details tfoot tr, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tfoot tr {
  display: flex;
}
.saos-account-interior .woocommerce .shop_table.order_details tfoot tr th, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot tr th, .saos-account-interior .woocommerce .shop_table.subscription_details tfoot tr th, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tfoot tr th {
  width: 30%;
  border-right: 1px solid #515151;
}
.saos-account-interior .woocommerce .shop_table.order_details tfoot tr td, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot tr td, .saos-account-interior .woocommerce .shop_table.subscription_details tfoot tr td, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tfoot tr td {
  width: 70%;
}
.saos-account-interior .woocommerce .shop_table.order_details tfoot tr th,
.saos-account-interior .woocommerce .shop_table.order_details tfoot tr td, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot tr th,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot tr td, .saos-account-interior .woocommerce .shop_table.subscription_details tfoot tr th,
.saos-account-interior .woocommerce .shop_table.subscription_details tfoot tr td, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tfoot tr th,
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table tfoot tr td {
  padding: 5px 10px;
}
.saos-account-interior .woocommerce .shop_table.order_details tr, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tr, .saos-account-interior .woocommerce .shop_table.subscription_details tr, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr {
  display: flex;
}
.saos-account-interior .woocommerce .shop_table.order_details tr.product-purchase-note, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tr.product-purchase-note, .saos-account-interior .woocommerce .shop_table.subscription_details tr.product-purchase-note, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr.product-purchase-note {
  padding: 0;
  border-top: 1px solid #e8e8e8;
}
.saos-account-interior .woocommerce .shop_table.order_details tr.product-purchase-note td p, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tr.product-purchase-note td p, .saos-account-interior .woocommerce .shop_table.subscription_details tr.product-purchase-note td p, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr.product-purchase-note td p {
  font-size: 16px;
  line-height: 1.5;
}
.saos-account-interior .woocommerce .shop_table.order_details td,
.saos-account-interior .woocommerce .shop_table.order_details th, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table td,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table th, .saos-account-interior .woocommerce .shop_table.subscription_details td,
.saos-account-interior .woocommerce .shop_table.subscription_details th, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table td,
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table th {
  display: block;
  padding: 10px;
}
.saos-account-interior .woocommerce .shop_table.order_details th, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table th, .saos-account-interior .woocommerce .shop_table.subscription_details th, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table th {
  font-weight: 600;
}
.saos-account-interior .woocommerce .shop_table.order_details th strong, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table th strong, .saos-account-interior .woocommerce .shop_table.subscription_details th strong, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table th strong {
  font-weight: 600;
}
.saos-account-interior .woocommerce .shop_table.order_details tbody .wc-item-meta li, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tbody .wc-item-meta li, .saos-account-interior .woocommerce .shop_table.subscription_details tbody .wc-item-meta li, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tbody .wc-item-meta li {
  padding: 0;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-name, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name {
  width: 75%;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta {
  list-style: none;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta .wc-item-meta-label, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta .wc-item-meta-label, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta .wc-item-meta-label, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta .wc-item-meta-label {
  padding: 10px;
  background: #e8e8e8;
  display: block;
  font-weight: 600;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li {
  padding-bottom: 10px;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li > *:last-child, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li > *:last-child, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li > *:last-child, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li > *:last-child {
  padding-bottom: 0;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li p, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li p, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li p, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li p {
  padding: 0 10px;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li h1, .saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li h2, .saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li h3, .saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li h4, .saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li h5, .saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li h6, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li h1, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li h2, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li h3, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li h4, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li h5, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li h6, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li h1, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li h2, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li h3, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li h4, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li h5, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li h6, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li h1, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li h2, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li h3, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li h4, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li h5, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li h6 {
  padding: 0 10px;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li ul,
.saos-account-interior .woocommerce .shop_table.order_details .product-name .wc-item-meta li ol, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li ul,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-name .wc-item-meta li ol, .saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li ul,
.saos-account-interior .woocommerce .shop_table.subscription_details .product-name .wc-item-meta li ol, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li ul,
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-name .wc-item-meta li ol {
  padding: 0 10px;
}
.saos-account-interior .woocommerce .shop_table.order_details .product-total, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .product-total, .saos-account-interior .woocommerce .shop_table.subscription_details .product-total, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .product-total {
  width: 25%;
}
.saos-account-interior .woocommerce .shop_table.order_details .order_item + .order-item, .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order_item + .order-item, .saos-account-interior .woocommerce .shop_table.subscription_details .order_item + .order-item, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .order_item + .order-item {
  border-top: 1px solid #e8e8e8;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot {
  background: #e8e8e8;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot tr:first-child td,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tfoot tr:first-child th {
  padding-bottom: 0;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order-number,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-number,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__header-order-number {
  width: 20%;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order-date,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-date,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__header-order-date {
  width: 25%;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order-status,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-status,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__header-order-status {
  display: none;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order-total,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-total,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__header-order-total {
  width: 30%;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order-actions,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
  width: 25%;
  text-align: right;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order-actions .button,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__header-order-actions .button {
  margin: 0;
  border: 1px solid #515151;
  color: #515151;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  background: transparent;
  padding: 5px 10px;
  letter-spacing: 0;
  text-transform: none;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order-actions .button + .button,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button + .button,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__header-order-actions .button + .button {
  margin-left: 5px;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order-actions .button:hover,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button:hover,
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__header-order-actions .button:hover {
  background: #515151;
  color: #fff;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order {
  border-bottom: 1px solid #e8e8e8;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .order:last-child {
  border-bottom: 0;
}
.saos-account-interior .woocommerce .shop_table.subscription_details tr {
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
}
.saos-account-interior .woocommerce .shop_table.subscription_details tr:last-child {
  border-bottom: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.saos-account-interior .woocommerce .shop_table.subscription_details tr:last-child td:nth-child(1) {
  border-bottom: 0;
}
.saos-account-interior .woocommerce .shop_table.subscription_details td:nth-child(1) {
  width: 30%;
  background: #e8e8e8;
  border-bottom: 1px solid #515151;
  border-right: 1px solid #515151;
  margin-bottom: -1px;
  font-weight: 600;
}
.saos-account-interior .woocommerce .shop_table.subscription_details td:nth-child(2) {
  width: 70%;
}
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-method {
  width: 50%;
}
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-expires {
  width: 20%;
}
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions {
  width: 30%;
  text-align: right;
}
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .button {
  margin: 0;
}
.saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .button + .button {
  margin-left: 5px;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: 0 0 30px;
  background: #fff;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads thead,
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tbody,
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tfoot {
  display: block;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tfoot {
  background: #e8e8e8;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tfoot tr:first-child td,
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tfoot tr:first-child th {
  padding-bottom: 0;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tbody td {
  padding: 5px 10px;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr {
  width: 100%;
  display: flex;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-product {
  width: 25%;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-remaining {
  width: 25%;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-expires {
  width: 25%;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-file {
  width: 25%;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads td,
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads th {
  display: block;
  padding: 5px 10px;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads th {
  font-weight: 600;
  background: #e8e8e8;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads th strong {
  font-weight: 600;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads .download-file .button {
  margin: 0;
  border: 1px solid #515151;
  color: #515151;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  background: transparent;
  padding: 5px 10px;
  letter-spacing: 0;
  text-transform: none;
}
.saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads .download-file .button:hover {
  background: #515151;
  color: #fff;
}
.saos-account-interior .woocommerce .application-edit .acf-fields {
  margin-left: -16px;
  margin-right: -16px;
}
.saos-account-interior .woocommerce .application-edit .acf-fields > .acf-field {
  border: 0;
}
.saos-account-interior .woocommerce .application-edit .updated {
  background: #cb1c1c;
  border-radius: 5px;
  padding: 15px;
  margin: 0 0 30px;
}
.saos-account-interior .woocommerce .application-edit .updated p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.saos-account-interior .woocommerce .application-edit .acf-gallery-add {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0;
}
.saos-account-interior .woocommerce .application-edit .acf-gallery-sort {
  display: none;
}
.saos-account-interior .woocommerce .edit-title {
  background: #515151;
  color: #fff;
  display: block;
  font-size: 26px;
  line-height: 1.2;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 10px 0;
}
.saos-account-interior .woocommerce .jobs-edit .user-job-header {
  padding: 0 0 10px;
  border-bottom: 2px solid #e8e8e8;
}
.saos-account-interior .woocommerce .jobs-edit .user-job-header span {
  font-weight: 700;
  display: block;
}
.saos-account-interior .woocommerce .jobs-edit .user-job {
  padding: 10px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.saos-account-interior .woocommerce .jobs-edit .edit {
  text-align: right;
}
.saos-account-interior .woocommerce .jobs-edit-acf {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.saos-account-interior .woocommerce-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.saos-account-interior .woocommerce-pagination .button {
  border-radius: 3px;
  border: 1px solid #515151;
  padding: 5px 10px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  color: #515151;
  background: transparent;
  margin: 0;
}
.saos-account-interior .woocommerce-pagination .button.woocommerce-button--next {
  justify-self: end;
}
.saos-account-interior .woocommerce-pagination .button.woocommerce-button--previous {
  justify-self: start;
}
.saos-account-interior .woocommerce-pagination .button:hover {
  background: #515151;
  color: #fff;
}

@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table {
    padding: 10px 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .order-actions,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    width: 100%;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .order-number,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .order-date,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .order-status,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .order-total,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-number,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-date,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-status,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-total {
    width: 50%;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table tr {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table tr:last-child {
    padding-bottom: 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table td {
    padding: 0 10px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .shop_table.woocommerce-orders-table .button.view {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .saos-account-interior .woocommerce .shop_table {
    /** All Tables **/
    /** Individual Tables **/
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table {
    background: transparent;
    overflow: visible;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads thead, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table thead {
    display: none;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr {
    padding: 0;
    flex-wrap: wrap;
    margin: 0 0 15px;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 4px;
    border-bottom: 0;
  }
  .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr td.payment-method-method {
    width: 50%;
  }
  .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr td.payment-method-expires {
    width: 50%;
    border-left: 1px solid #e8e8e8;
    text-align: right;
  }
  .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr td.payment-method-actions {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr td.payment-method-actions .button {
    display: block;
    width: 100%;
    background: #515151;
    color: #fff;
    border: 0;
    border-radius: 0;
  }
  .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr td.payment-method-actions .button:hover {
    background: #cb1c1c;
    color: #fff;
  }
  .saos-account-interior .woocommerce .shop_table.account-payment-methods-table tr td.payment-method-actions .button + .button {
    margin: 0;
    border-top: 1px solid #e8e8e8;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-product {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-remaining {
    width: 50%;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-expires {
    width: 50%;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-file {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-file .button {
    display: block;
    width: 100%;
    background: #515151;
    color: #fff;
    border: 0;
    border-radius: 0;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-table--order-downloads tr .download-file .button:hover {
    background: #cb1c1c;
    color: #fff;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table {
    background: transparent;
    overflow: visible;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table.woocommerce-MyAccount-subscriptions .woocommerce-orders-table__cell-order-date {
    border-top: 1px solid #e8e8e8;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table thead {
    display: none;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table tr.order {
    flex-wrap: wrap;
    margin: 0 0 15px;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 4px;
    border-bottom: 0;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-number,
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-date {
    width: 50%;
    border-bottom: 1px solid #e8e8e8;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-status,
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-total {
    width: 50%;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
    display: block;
    width: 100%;
    background: #515151;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-left: 0 !important;
  }
  .saos-account-interior .woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button:hover {
    background: #cb1c1c;
    color: #fff;
  }
}
.single-job-listing .hero {
  display: none;
}

.no-results span {
  display: block;
  text-align: center;
}
.no-results span:first-child {
  color: #cb1c1c;
  font-weight: 600;
  font-size: 21px;
}

.no-search-results {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
}
.no-search-results h2 {
  color: #cb1c1c;
}
.no-search-results p {
  margin: 0;
}

.post-bar {
  padding: 30px 0;
  text-align: right;
}
.post-bar .show-filter {
  margin-top: 10px;
  display: none;
}

.job-feed {
  display: flex;
  margin: 0 0 30px;
}
.job-feed .job-listing {
  width: 380px;
  margin-right: 30px;
}
.job-feed .saos-job-post-navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.job-feed .saos-job-post-navigation.saos-next-only {
  justify-content: flex-end;
}
.job-feed .saos-job-post-navigation a {
  display: inline-block;
  border: 1px solid #515151;
  color: #515151;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
}
.job-feed .saos-job-post-navigation a:hover {
  background: #cb1c1c;
  border-color: #cb1c1c;
  color: #fff;
}
.job-feed .job-posts {
  width: calc(100% - 410px);
}
.job-feed .job-posts .saos-job-post-navigation {
  display: none;
}

.shop-meta {
  background: #fff;
  border-radius: 7px;
}
.shop-meta h4 {
  padding: 15px;
  margin: 0;
  border-bottom: 3px solid #e8e8e8;
}
.shop-meta .meta-detail {
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
}
.shop-meta .meta-detail h5 {
  font-size: 17px;
  margin-bottom: 5px;
}
.shop-meta .meta-detail p {
  margin: 0;
  font-size: 15px;
  line-height: 1;
}

.job-excerpt {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
  margin: 0 0 30px;
  position: relative;
}
.job-excerpt .job-share {
  text-align: right;
  padding-bottom: 10px;
}
.job-excerpt .job-meta {
  margin: 0 0 30px;
}
.job-excerpt.short-listing {
  cursor: pointer;
}
.job-excerpt.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  left: 0;
  border: 3px solid #cb1c1c;
  border-radius: 7px;
}
.job-excerpt .benefits {
  display: none;
}
.job-excerpt .shop-site a {
  display: block;
  background: #cb1c1c;
  color: #fff;
  padding: 5px 15px;
  margin: 0 -15px 15px;
}
.job-excerpt .shop-site a:hover {
  background: #515151;
}
.job-excerpt .shop-about p,
.job-excerpt .job-about p {
  margin-bottom: 15px;
}
.job-excerpt .shop-about ul,
.job-excerpt .shop-about ol,
.job-excerpt .job-about ul,
.job-excerpt .job-about ol {
  margin: 0 0 15px 20px;
  font-size: 17px;
  line-height: 26px;
}
.job-excerpt .shop-about ul ul,
.job-excerpt .shop-about ul ol,
.job-excerpt .shop-about ol ul,
.job-excerpt .shop-about ol ol,
.job-excerpt .job-about ul ul,
.job-excerpt .job-about ul ol,
.job-excerpt .job-about ol ul,
.job-excerpt .job-about ol ol {
  margin-bottom: 0;
}
.job-excerpt .job-logo {
  max-height: 75px;
  margin: 0 0 15px;
}
.job-excerpt h3 {
  font-size: 21px;
}
.job-excerpt h4 {
  font-size: 16px;
  padding: 5px 0 0;
  margin: 5px 0 0;
}
.job-excerpt .buttons {
  margin: 0;
}
.job-excerpt .job-short-about {
  margin: 0 0 30px;
}
.job-excerpt .job-short-about p {
  margin: 0;
  padding: 0;
}
.job-excerpt .expander-parent .expander-target {
  display: none;
}
.job-excerpt .expander-parent .expander {
  position: relative;
  display: block;
  margin: 0 -15px 15px;
  padding: 10px 15px;
  color: #fff;
  background: #cb1c1c;
  font-size: 20px;
  line-height: 1;
  height: 40px;
}
.job-excerpt .expander-parent .expander:hover {
  background: #515151;
}
.job-excerpt .expander-parent .expander .text {
  display: block;
}
.job-excerpt .expander-parent .expander .indicator {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.job-excerpt .expander-parent .expander .indicator .open {
  display: none;
}
.job-excerpt .expander-parent .expander .indicator .closed {
  display: block;
}
.job-excerpt .expander-parent.expanded .expander .indicator .open {
  display: block;
}
.job-excerpt .expander-parent.expanded .expander .indicator .closed {
  display: none;
}
.job-excerpt.full-listing .job-logo {
  max-height: 110px;
}
.job-excerpt.full-listing .slider-nav {
  margin-bottom: 30px;
}
.job-excerpt.full-listing .slider-nav img {
  cursor: pointer;
}
.job-excerpt.full-listing .slider-nav .slick-current img {
  border: 4px solid #cb1c1c;
}
.job-excerpt.full-listing .slider-nav .slick-prev:before,
.job-excerpt.full-listing .slider-nav .slick-next:before {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.job-excerpt.full-listing h3 {
  font-size: 32px;
}
.job-excerpt.full-listing h4 {
  font-size: 20px;
  padding: 5px 0 0;
  margin: 5px 0 0;
}
.job-excerpt.full-listing .job-about p {
  margin: 0 0 15px;
}
.job-excerpt.full-listing .benefits {
  display: block;
  margin: 20px 0;
}
.job-excerpt.full-listing .benefits .benefit {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  background: #cb1c1c;
  color: #fff;
  border-radius: 10px;
}
.job-excerpt.full-listing .job-listing-header {
  text-align: right;
  padding: 0 15px 15px;
  margin: 0 0 10px;
  border-bottom: 3px solid #e8e8e8;
  margin-left: -15px;
  margin-right: -15px;
}
.job-excerpt.full-listing .job-listing-header svg {
  font-size: 40px;
}
.job-excerpt.full-listing .job-listing-header .bookmark {
  margin-right: 8px;
  color: #cb1c1c;
  position: relative;
  top: 7px;
}
.job-excerpt.full-listing .job-listing-header .bookmark svg:first-child {
  display: inline;
}
.job-excerpt.full-listing .job-listing-header .bookmark svg:last-child {
  display: none;
}
.job-excerpt.full-listing .job-listing-header .bookmark:hover {
  color: #515151;
}
.job-excerpt.full-listing .job-listing-header .bookmark.saved svg:first-child {
  display: none;
}
.job-excerpt.full-listing .job-listing-header .bookmark.saved svg:last-child {
  display: inline;
}

.site-collisionhub .expire-notice {
  background: #cb1c1c;
  padding: 15px;
  border-radius: 7px;
  margin: 0 0 30px;
}
.site-collisionhub .expire-notice h2 {
  color: #fff;
}
.site-collisionhub .expire-notice p {
  color: #fff;
  margin: 0;
}

.expired .job-excerpt {
  opacity: 0.4;
}

#apply input[type=submit] {
  margin: 0;
}

@media (max-width: 767.98px) {
  .post-bar .note {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
    text-align: center;
  }
  .post-bar a.button {
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    padding: 5px 10px;
    border-width: 1px;
    margin: 0 auto;
  }
  .post-bar a.button.show-filter {
    margin-top: 10px;
  }
}
.woocommerce-shipping-methods {
  list-style: none;
}

body.woocommerce-checkout .woocommerce {
  padding: 0;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 15px;
}
body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout .woocommerce-form-login {
  padding: 15px;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 30px;
}
body.woocommerce-checkout .checkout_coupon p,
body.woocommerce-checkout .woocommerce-form-login p {
  margin-bottom: 15px;
}
body.woocommerce-checkout .checkout_coupon .form-row-last,
body.woocommerce-checkout .woocommerce-form-login .form-row-last {
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-form-login .form-row-last {
  margin-bottom: 30px;
}
body.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none;
}

.woocommerce-cart form input[type=radio] {
  display: inline-block !important;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  max-width: 100%;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  background: #fff;
  border-radius: 7px;
  padding: 15px;
  margin: 0 0 30px;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a:not(.button) {
  color: #cb1c1c;
  font-weight: 600;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button {
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 10px;
  border-width: 1px;
  margin: 0;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
  margin: 0 0 30px;
}
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 15px;
}
.woocommerce-cart .return-to-shop .button {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 10px;
  border-width: 1px;
  margin: 0;
}
.woocommerce-cart .cart {
  width: 100%;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}
.woocommerce-cart .cart .cart_item {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce-cart .cart thead {
  border-bottom: 2px solid #e8e8e8;
}
.woocommerce-cart .cart thead th {
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  padding: 10px 0;
}
.woocommerce-cart .cart tbody td {
  padding: 10px 5px;
  font-size: 18px;
  line-height: 1.2;
}
.woocommerce-cart .cart .product-name {
  width: 30%;
}
.woocommerce-cart .cart .product-name .variation {
  border: 1px solid #e8e8e8;
  padding: 15px;
  border-radius: 7px;
  margin: 10px 0 0;
}
.woocommerce-cart .cart .product-name .variation ul {
  margin-left: 30px;
}
.woocommerce-cart .cart .product-name .variation dt {
  font-weight: 600;
}
.woocommerce-cart .cart .product-name .variation dd {
  padding-top: 10px;
}
.woocommerce-cart .cart .product-name .variation dd h1,
.woocommerce-cart .cart .product-name .variation dd h2,
.woocommerce-cart .cart .product-name .variation dd h3,
.woocommerce-cart .cart .product-name .variation dd h4,
.woocommerce-cart .cart .product-name .variation dd h5,
.woocommerce-cart .cart .product-name .variation dd h6 {
  font-size: 24px;
  color: #cb1c1c;
  font-weight: 600;
  margin: 0 0 10px;
}
.woocommerce-cart .cart .product-name .variation dd h2 {
  font-size: 22px;
}
.woocommerce-cart .cart .product-name .variation dd h3 {
  font-size: 20px;
}
.woocommerce-cart .cart .product-name .variation dd h4 {
  font-size: 18px;
}
.woocommerce-cart .cart .product-name .variation dd h5 {
  font-size: 16px;
}
.woocommerce-cart .cart .product-name .variation dd h6 {
  font-size: 14px;
}
.woocommerce-cart .cart .product-name .variation dd p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.woocommerce-cart .cart .product-name .variation dd li {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-cart .cart .product-name .variation dd ol,
.woocommerce-cart .cart .product-name .variation dd ul {
  margin: 0 0 10px 20px;
  padding: 0;
}
.woocommerce-cart .cart .product-thumbnail {
  display: none;
}
.woocommerce-cart .cart .variation {
  display: none;
}
.woocommerce-cart .cart .product-remove {
  text-align: center;
}
.woocommerce-cart .cart .product-remove .remove {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #cb1c1c;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.woocommerce-cart .cart .product-remove .remove:hover {
  background: #000;
}
.woocommerce-cart .cart .product-name .buttons {
  margin: 10px 0 0;
}
.woocommerce-cart .cart .product-name .buttons .button {
  margin: 0;
}
.woocommerce-cart .cart .job-board-cart-item .quantity {
  position: relative;
}
.woocommerce-cart .cart .actions {
  padding: 10px 15px;
  text-align: right;
}
.woocommerce-cart .cart .actions .button {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 10px;
  border-width: 1px;
}
.woocommerce-cart .cart .actions .coupon .button {
  margin: 10px auto;
}
.woocommerce-cart .cart-collaterals {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
  width: 40%;
  margin: 30px 0 0 auto;
}
.woocommerce-cart .cart-collaterals h2 {
  font-size: 28px;
  color: #cb1c1c;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  margin: 15px 0 0;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .button {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: center;
}
.woocommerce-cart .cart-collaterals table {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
}
.woocommerce-cart .cart-collaterals table td,
.woocommerce-cart .cart-collaterals table th {
  padding: 5px;
}
.woocommerce-cart .cart-collaterals table td:first-child,
.woocommerce-cart .cart-collaterals table th:first-child {
  border-right: 1px solid #e8e8e8;
}
.woocommerce-cart .cart-collaterals table tr:first-child {
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals ul {
  list-style: none;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals p {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals p.form-row {
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals p.form-row .select2-container--default .select2-selection--single {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals p.form-row input {
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals .shipping-calculator-form {
  margin: 15px 0;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals .shipping-calculator-form .button {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 10px;
  border-width: 1px;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals p,
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals li {
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals label {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .woocommerce-cart .cart thead th {
    font-size: 14px;
  }
  .woocommerce-cart .cart tbody td {
    padding: 4px 0;
    font-size: 13px;
  }
  .woocommerce-cart .cart .product-name .buttons .button {
    font-size: 12px;
  }
  .woocommerce-cart .cart-collaterals {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart {
    overflow: auto;
  }
  .woocommerce-cart .cart thead {
    display: none;
  }
  .woocommerce-cart .cart tbody tr.cart_item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 10px 10px 20px;
  }
  .woocommerce-cart .cart tbody tr.cart_item td {
    display: block;
  }
  .woocommerce-cart .cart tbody tr.cart_item td.product-thumbnail {
    display: none;
  }
  .woocommerce-cart .cart tbody tr.cart_item td.product-name {
    width: 100%;
  }
  .woocommerce-cart .cart tbody tr.cart_item td.product-name .buttons {
    margin: 10px 0 5px;
  }
  .woocommerce-cart .cart tbody tr.cart_item td.product-remove {
    position: absolute;
    left: -10px;
    top: 5px;
  }
  .woocommerce-cart .cart tbody tr.cart_item td.product-quantity {
    display: none;
  }
  .woocommerce-cart .cart tbody tr.cart_item td.product-subtotal {
    display: none;
  }
  .woocommerce-cart .cart tbody tr.cart_item td.product-price {
    padding-bottom: 0;
  }
}
.woocommerce-checkout .woocommerce-notices-wrapper {
  max-width: 100%;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
  background: #cb1c1c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  margin: 0 0 30px;
}

body.woocommerce-order-pay .woocommerce {
  padding: 0;
}
body.woocommerce-order-pay .woocommerce .woocommerce-info {
  background: #fff;
  border-radius: 7px;
  padding: 15px;
  margin: 0 0 30px;
}
body.woocommerce-order-pay .shop_table {
  width: 100%;
  background: #fff;
  border-radius: 7px;
  margin: 0 0 30px;
}
body.woocommerce-order-pay .shop_table td,
body.woocommerce-order-pay .shop_table th {
  padding: 5px;
}
body.woocommerce-order-pay .shop_table thead {
  border-bottom: 2px solid #e8e8e8;
}
body.woocommerce-order-pay .shop_table tbody {
  border-bottom: 2px solid #e8e8e8;
}
body.woocommerce-order-pay .payment_methods {
  background: #fff;
  border-radius: 7px;
  list-style: none;
  padding: 15px;
}
body.woocommerce-order-pay .payment_methods ul {
  list-style: none;
}
body.woocommerce-order-pay .payment_methods ul li label::before, body.woocommerce-order-pay .payment_methods ul li label::after {
  top: 3px;
}
body.woocommerce-order-pay .payment_methods .wc-payment-form {
  margin-top: 30px;
}

.woocommerce-order-downloads {
  margin-bottom: 30px;
}
.woocommerce-order-downloads .order_details {
  background: #fff;
  border-radius: 7px;
  width: 100%;
}
.woocommerce-order-downloads .order_details th,
.woocommerce-order-downloads .order_details td {
  padding: 5px;
}
.woocommerce-order-downloads .order_details th .button,
.woocommerce-order-downloads .order_details td .button {
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 3px 10px;
  margin: 0;
}
.woocommerce-order-downloads .order_details thead {
  border-bottom: 2px solid #e8e8e8;
}
.woocommerce-order-downloads .order_details tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

.checkout-wrapper {
  padding: 15px;
  background: #fff;
  border-radius: 7px;
}
.checkout-wrapper .woocommerce-additional-fields {
  display: none;
}
.checkout-wrapper h3 {
  color: #cb1c1c;
}
.checkout-wrapper .mailchimp-newsletter label {
  text-align: left;
}
.checkout-wrapper .mailchimp-newsletter label input[type=checkbox] {
  width: auto;
  display: inline;
  position: relative;
  top: -2px;
}
.checkout-wrapper .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_country_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_state_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  width: 49%;
  margin-right: 2%;
}
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_city_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_email_field {
  width: 49%;
}
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_company_field {
  width: 100%;
}
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  margin-top: 27px;
}
.checkout-wrapper .woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 15px;
}
.checkout-wrapper .woocommerce-checkout-review-order .product-name .buttons {
  display: none;
  margin: 10px 0 5px;
}
.checkout-wrapper .woocommerce-checkout-review-order .product-name .buttons .button {
  margin: 0;
}
.checkout-wrapper .woocommerce-checkout-review-order .product-name .variation {
  display: none;
}
.checkout-wrapper .woocommerce-checkout-review-order-table {
  border: 1px solid #e8e8e8;
  width: 100%;
  margin: 0 0 30px;
}
.checkout-wrapper .woocommerce-checkout-review-order-table th {
  font-weight: 600;
}
.checkout-wrapper .woocommerce-checkout-review-order-table thead {
  border-bottom: 1px solid #e8e8e8;
}
.checkout-wrapper .woocommerce-checkout-review-order-table thead th {
  padding: 5px;
}
.checkout-wrapper .woocommerce-checkout-review-order-table tbody td {
  padding: 5px;
}
.checkout-wrapper .woocommerce-checkout-review-order-table tfoot {
  border-top: 2px solid #e8e8e8;
}
.checkout-wrapper .woocommerce-checkout-review-order-table tfoot th,
.checkout-wrapper .woocommerce-checkout-review-order-table tfoot td {
  padding: 5px;
}
.checkout-wrapper .woocommerce-checkout-review-order-table tfoot .recurring-totals th {
  background: #e8e8e8;
}
.checkout-wrapper .woocommerce-checkout-review-order-table tfoot .recurring-total {
  font-size: 12px;
}
.checkout-wrapper .woocommerce-checkout-payment ul {
  list-style: none;
}
.checkout-wrapper .woocommerce-checkout-payment ul .wc_payment_method {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.checkout-wrapper .woocommerce-checkout-payment ul .wc_payment_method:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.checkout-wrapper .woocommerce-checkout-payment ul .wc_payment_method label {
  margin-bottom: 0;
}
.checkout-wrapper .woocommerce-checkout-payment ul .wc_payment_method fieldset label::before {
  top: 2px;
}
.checkout-wrapper .woocommerce-checkout-payment ul .wc_payment_method fieldset label::after {
  top: 2px;
}
.checkout-wrapper .woocommerce-checkout-payment ul .wc_payment_method .payment_box {
  padding-left: 20px;
}
.checkout-wrapper .woocommerce-checkout-payment ul .wc_payment_method .payment_box p {
  font-size: 14px;
  margin-bottom: 0;
}
.checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
  padding-left: 20px;
  line-height: 4px;
  position: relative;
  width: auto;
}
.checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label::before, .checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label::after {
  display: none;
}
.checkout-wrapper .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label input[type=checkbox] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}
.checkout-wrapper .woocommerce-checkout-payment .wc-credit-card-form {
  padding: 15px;
  background: #e8e8e8 !important;
  border-radius: 7px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.checkout-wrapper .woocommerce-checkout-payment .wc-credit-card-form .woocommerce-SavedPaymentMethods-saveNew label::before, .checkout-wrapper .woocommerce-checkout-payment .wc-credit-card-form .woocommerce-SavedPaymentMethods-saveNew label::after {
  top: 2px;
}
.checkout-wrapper .woocommerce-checkout-payment .wc-saved-payment-methods {
  margin-top: 10px;
}
.checkout-wrapper .woocommerce-checkout-payment .wc-saved-payment-methods li label::before, .checkout-wrapper .woocommerce-checkout-payment .wc-saved-payment-methods li label::after {
  top: 3px;
}
.checkout-wrapper .woocommerce-terms-and-conditions-wrapper p {
  font-size: 14px;
  font-style: italic;
  color: #515151;
}
.checkout-wrapper .woocommerce-NoticeGroup-checkout ul {
  list-style: none;
}
.checkout-wrapper .woocommerce-NoticeGroup-checkout ul li {
  color: #fff;
  background: #cb1c1c;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0 0 15px;
  border-radius: 5px;
}

.woocommerce-notice--success {
  padding: 15px;
  color: #fff;
  background: #cb1c1c;
  border-radius: 7px;
  margin: 0 0 30px;
}

.woocommerce-thankyou-order-details {
  border-radius: 7px;
  background: #fff;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.woocommerce-thankyou-order-details li {
  padding: 5px 15px;
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce-thankyou-order-details li:last-child {
  border-bottom: 0;
}

.woocommerce-order-details h2 {
  color: #cb1c1c;
}
.woocommerce-order-details .order_details {
  margin: 0 0 30px;
}
.woocommerce-order-details table.order_details {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 7px;
}
.woocommerce-order-details table.order_details tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-order-details table.order_details tr.product-purchase-note {
  padding: 15px;
}
.woocommerce-order-details table.order_details tr.product-purchase-note p {
  margin: 0 0 10px;
}
.woocommerce-order-details table.order_details tr.product-purchase-note p:last-child {
  margin-bottom: 0;
}
.woocommerce-order-details table.order_details th {
  font-weight: 600;
  font-size: 21px;
}
.woocommerce-order-details table.order_details thead {
  width: 100%;
  padding: 15px;
  border-bottom: 2px solid #e8e8e8;
  margin: 0 0 15px;
}
.woocommerce-order-details table.order_details thead .product-name {
  width: 70%;
}
.woocommerce-order-details table.order_details thead .product-total {
  width: 30%;
}
.woocommerce-order-details table.order_details tbody {
  width: 100%;
}
.woocommerce-order-details table.order_details tbody .order-item {
  padding: 0 15px;
}
.woocommerce-order-details table.order_details tbody .product-name {
  width: 70%;
  padding: 0 15px 5px;
}
.woocommerce-order-details table.order_details tbody .product-total {
  width: 30%;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta {
  list-style: none;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-top: 15px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta > li {
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 15px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta > li > strong:first-child {
  margin-bottom: 10px;
  display: block;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta > li p {
  margin-bottom: 10px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta > li strong {
  font-weight: 600;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta > li > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta h1,
.woocommerce-order-details table.order_details tbody .wc-item-meta h2,
.woocommerce-order-details table.order_details tbody .wc-item-meta h3,
.woocommerce-order-details table.order_details tbody .wc-item-meta h4,
.woocommerce-order-details table.order_details tbody .wc-item-meta h5,
.woocommerce-order-details table.order_details tbody .wc-item-meta h6 {
  font-size: 24px;
  color: #cb1c1c;
  font-weight: 600;
  margin: 0 0 10px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta h2 {
  font-size: 22px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta h3 {
  font-size: 20px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta h4 {
  font-size: 18px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta h5 {
  font-size: 16px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta h6 {
  font-size: 14px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta li {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-order-details table.order_details tbody .wc-item-meta ol,
.woocommerce-order-details table.order_details tbody .wc-item-meta ul {
  margin: 0 0 10px 20px;
  padding: 0;
}
.woocommerce-order-details table.order_details tfoot {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 15px;
}
.woocommerce-order-details table.order_details tfoot th {
  font-size: 16px;
  padding-right: 10px;
}
.woocommerce-order-details table.order_details + header {
  display: none;
}
.woocommerce-order-details table.woocommerce-orders-table--subscriptions {
  display: none;
}

.woocommerce-customer-details {
  margin: 30px 0 0;
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}
.woocommerce-customer-details h2 {
  color: #cb1c1c;
}
.woocommerce-customer-details .woocommerce-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: 100%;
}
.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  width: 50%;
  padding: 0 15px;
}
.woocommerce-customer-details .woocommerce-columns .woocommerce-column p {
  margin: 0 0 5px;
}

@media (max-width: 767.98px) {
  .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce-customer-details .woocommerce-columns .woocommerce-column:last-child {
    margin-bottom: 0;
  }
  .woocommerce-order-downloads .order_details {
    background: #fff;
    border-radius: 7px;
    width: 100%;
  }
  .woocommerce-order-downloads .order_details th,
  .woocommerce-order-downloads .order_details td {
    padding: 5px;
  }
  .woocommerce-order-downloads .order_details th .button,
  .woocommerce-order-downloads .order_details td .button {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 3px 10px;
    margin: 0;
  }
  .woocommerce-order-downloads .order_details thead {
    border-bottom: 2px solid #e8e8e8;
    display: none;
  }
  .woocommerce-order-downloads .order_details tbody tr {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    padding: 15px;
  }
  .woocommerce-order-downloads .order_details tbody tr td {
    display: block;
    padding: 0;
  }
  .woocommerce-order-downloads .order_details tbody tr td.download-remaining::before {
    content: "Downloads Remaining: ";
  }
  .woocommerce-order-downloads .order_details tbody tr td.download-expires::before {
    content: "Download Expires: ";
  }
}
.post-type-archive.post-type-archive-tribe_events {
  background: #fff;
}
.post-type-archive.post-type-archive-tribe_events form.tribe-events-c-search input[type=text] {
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.post-type-archive.post-type-archive-tribe_events button {
  margin: 0;
}

.ch-blog-posts {
  padding: 60px 0;
}
.ch-blog-posts hgroup {
  text-align: center;
  margin: 0 0 45px;
}
.ch-blog-posts hgroup h2 {
  color: #1D3354;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.ch-blog-posts hgroup h3 {
  color: #cb1c1c;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  font-size: 16px;
}
.ch-blog-posts hgroup .button {
  margin: 15px 0 0;
}
.ch-blog-posts .pagination {
  display: flex;
  width: 100%;
}
.ch-blog-posts .pagination > span {
  display: block;
  width: 50%;
}
.ch-blog-posts .pagination > span.next {
  text-align: right;
}
.ch-blog-posts .pagination a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 50px;
  letter-spacing: 0;
  padding: 7px 12px;
  background: #1D3354;
  color: #fff;
}
.ch-blog-posts .pagination a:hover {
  background: #cb1c1c;
  color: #fff;
}
.ch-blog-posts .ch-sidebar .ch-widget {
  margin: 0 0 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
}
.ch-blog-posts .ch-sidebar .ch-widget:last-child {
  margin: 0;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-widget-header {
  background: #cb1c1c;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  padding: 5px 15px;
  margin: 0;
  font-weight: 400;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-sidebar-posts .ch-sidebar-post {
  position: relative;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: 0.3s all linear;
  opacity: 1;
  align-items: center;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-sidebar-posts .ch-sidebar-post:hover {
  opacity: 0.6;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-sidebar-posts .ch-sidebar-post:last-child {
  border-bottom: 0;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-sidebar-posts .ch-sidebar-post .ch-sidebar-post-panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-sidebar-posts .ch-sidebar-post .ch-sidebar-post-image {
  width: 90px;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-sidebar-posts .ch-sidebar-post .ch-sidebar-post-image img {
  border-radius: 10px;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-sidebar-posts .ch-sidebar-post .ch-sidebar-post-content {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.ch-blog-posts .ch-sidebar .ch-widget .ch-sidebar-posts .ch-sidebar-post .ch-sidebar-post-content h3 {
  color: #000;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
.ch-blog-posts .ch-post {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: 0.3s all linear;
  opacity: 1;
}
.ch-blog-posts .ch-post:hover {
  opacity: 0.6;
  cursor: pointer;
}
.ch-blog-posts .ch-post .ch-panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ch-blog-posts .ch-post .ch-post-intro {
  margin: 0 0 20px;
}
.ch-blog-posts .ch-post .ch-post-intro img {
  display: block;
  border-radius: 15px;
}
.ch-blog-posts .ch-post .ch-post-content {
  margin-bottom: 20px;
}
.ch-blog-posts .ch-post .ch-post-content h4 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 5px;
  color: #1D3354;
  letter-spacing: -0.5px;
}
.ch-blog-posts .ch-post .ch-post-content .ch-post-excerpt p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}
.ch-blog-posts .ch-post .ch-post-meta {
  margin-top: auto;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  font-size: 13px;
}
.ch-blog-posts .ch-post .ch-post-meta .ch-post-meta-divider {
  position: relative;
  height: 5px;
  width: 5px;
  background: #000;
  border-radius: 100%;
  margin: 0 10px;
  display: inline-block;
  top: 7px;
}
.ch-blog-posts .row + .row, .ch-blog-posts body .store .products + .row, body .store .ch-blog-posts .products + .row, .ch-blog-posts body .store .row + .products, body .store .ch-blog-posts .row + .products, .ch-blog-posts body .store .products + .products, body .store .ch-blog-posts .products + .products {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .ch-blog-posts .row + .row, .ch-blog-posts body .store .products + .row, body .store .ch-blog-posts .products + .row, .ch-blog-posts body .store .row + .products, body .store .ch-blog-posts .row + .products, .ch-blog-posts body .store .products + .products, body .store .ch-blog-posts .products + .products {
    margin-top: 0;
  }
  .ch-blog-posts .ch-post {
    padding-bottom: 45px;
  }
}
/** Components **/
.spinner-box {
  display: flex;
  padding: 30px;
  border-radius: 7px;
  background: #fff;
  justify-content: center;
  align-items: center;
}

.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #cb1c1c;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  margin-left: -10px;
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #cb1c1c;
  border: 2px solid #cb1c1c;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  border-radius: 50px;
  letter-spacing: 1px;
}
input[type=submit]:hover {
  background: #515151;
  border-color: #515151;
  color: #fff;
}

.buttons {
  margin: 0 -10px 10px;
}

.button.acf-button {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}

.jobs-edit-acf .acf-form-submit input[type=submit] {
  margin-left: 16px !important;
  margin-bottom: 16px;
}

.simple-button, .saos-product .product .summary .variations_form .reset_variations, .woocommerce-cart .cart-collaterals table .woocommerce-shipping-totals .shipping-calculator-button {
  color: #cb1c1c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #cb1c1c;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
  display: block;
  text-align: center;
  margin: 4px 0;
}

.button,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text) {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px;
  padding: 10px 20px;
  color: #fff;
  background: #cb1c1c;
  border: 2px solid #cb1c1c;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  border-radius: 50px;
  letter-spacing: 1px;
}
.button.icon, .button.brand,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).icon,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).brand {
  overflow: hidden;
}
.button.icon .icon, .button.brand .icon,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).icon .icon,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).brand .icon {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: -2px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 22px;
}
.button.icon .icon svg, .button.brand .icon svg,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).icon .icon svg,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).brand .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button.icon .text, .button.brand .text,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).icon .text,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).brand .text {
  padding-left: 40px;
  display: block;
  font-size: 18px;
  line-height: 1;
}
.button.brand,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).brand {
  padding: 0;
  text-align: center;
}
.button.brand .icon,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).brand .icon {
  position: static;
  padding: 10px;
  height: 50px;
  line-height: 32px;
}
.button.brand .icon svg,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).brand .icon svg {
  position: static;
  transform: none;
}
.button.brand .text,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).brand .text {
  display: none;
}
.button:hover,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text):hover {
  background: #515151;
  border-color: #515151;
  color: #fff;
}
.button.dark-gray,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).dark-gray {
  background: #515151;
  border-color: #515151;
}
.button.dark-gray:hover,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).dark-gray:hover {
  background: #cb1c1c;
  border-color: #cb1c1c;
}
.button.white,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).white {
  background: #fff;
  border-color: #fff;
  color: #cb1c1c;
}
.button.white:hover,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).white:hover {
  background: #515151;
  border-color: #515151;
  color: #fff;
}
.button.blue,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).blue {
  background: #00456a;
  border-color: #00456a;
  color: #fff;
}
.button.blue:hover,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).blue:hover {
  background: #002437;
  border-color: #002437;
  color: #fff;
}
.button.disabled,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).disabled {
  background: #515151;
  border-color: #515151;
  cursor: not-allowed;
}
.button.disabled:hover,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).disabled:hover {
  background: #515151;
  border-color: #515151;
}
.button.nm,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).nm {
  margin: 0;
}
.button.shadow,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.button.small,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).small {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.button.tiny,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).tiny {
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 10px;
  border-width: 1px;
}
.button.wide,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).wide {
  padding: 10px 40px;
}
.button.wide.small,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).wide.small {
  padding: 10px 30px;
}
.button.wide.tiny,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).wide.tiny {
  padding: 5px 30px;
}
.button.ghost,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).ghost {
  background: transparent;
}
.button.ghost.red,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).ghost.red {
  border-color: #cb1c1c;
  color: #cb1c1c;
}
.button.ghost.red:hover,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).ghost.red:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.button.ghost.black,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).ghost.black {
  border-color: #000;
  color: #000;
}
.button.ghost.black:hover,
button:not([role=tab], [role=presentation], .wp-switch-editor, .media-modal-close, .slick-arrow, .vjs-button, .pswp__button, .tribe-events-c-subscribe-dropdown__button-text).ghost.black:hover {
  background: #515151;
  border-color: #515151;
  color: #fff;
}

.return-button {
  display: block;
  padding: 10px 0;
  color: #515151;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 30px;
}
.return-button svg {
  padding-right: 10px;
}
.return-button:hover {
  color: #cb1c1c;
}

button {
  transition: 0.3s all linear;
}

button.button {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.tiny-button {
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 10px;
  border-width: 1px;
}

.dashboard-button, .saos-account-interior .saos-account-notes a, form.acf-form .acf-gallery-toolbar .button, body .woocommerce .woocommerce-Address .title .edit-address-button, .saos-account-interior .woocommerce .shop_table.subscription_details tr .button, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .button {
  margin: 0;
  border: 1px solid #515151;
  color: #515151;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  background: transparent;
  padding: 5px 10px;
  letter-spacing: 0;
  text-transform: none;
}
.dashboard-button:hover, .saos-account-interior .saos-account-notes a:hover, form.acf-form .acf-gallery-toolbar .button:hover, body .woocommerce .woocommerce-Address .title .edit-address-button:hover, .saos-account-interior .woocommerce .shop_table.subscription_details tr .button:hover, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .button:hover {
  background: #515151;
  color: #fff;
}

.ncs-button {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
  margin: 0 10px 20px;
  padding: 10px 20px;
  color: #0171bb;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  z-index: 10;
}
.ncs-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(-25deg);
  background: #fff;
  z-index: -1;
  transition: 0.3s all linear;
}
.ncs-button:hover {
  color: #fff;
}
.ncs-button:hover::after {
  background: #0171bb;
}
.ncs-button.blue {
  color: #fff;
}
.ncs-button.blue::after {
  background: #0171bb;
}
.ncs-button.blue:hover {
  color: #0171bb;
}
.ncs-button.blue:hover::after {
  background: #fff;
}
.ncs-button.blue.dark-hover:hover {
  color: #fff;
}
.ncs-button.blue.dark-hover:hover::after {
  background: #014084;
}
.ncs-button.small {
  font-size: 14px;
  padding: 7px 10px;
}

.all-inputs, form:not(.acf-form) .select, form:not(.acf-form) textarea, form:not(.acf-form) fieldset, form:not(.acf-form) input {
  width: 100%;
  display: block;
}

.text-inputs, form:not(.acf-form) .select .select-styled, form:not(.acf-form) textarea, form:not(.acf-form) input[type=text], form:not(.acf-form) input[type=email], form:not(.acf-form) input[type=number], form:not(.acf-form) input[type=url], form:not(.acf-form) input[type=tel], form:not(.acf-form) input[type=password] {
  padding: 5px;
  border-radius: 4px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: #515151;
  background-color: #e8e8e8;
}

.site-collisionhub .page.default .form {
  margin-bottom: 20px;
}
.site-collisionhub .page.default .form .full,
.site-collisionhub .page.default .form .small,
.site-collisionhub .page.default .form .half {
  padding: 15px;
  border-radius: 15px;
  background: #fff;
}
.site-collisionhub .page.default .form .gform_heading {
  display: none;
}
.site-collisionhub .gform_validation_errors h2 {
  color: #fff;
}

.site-ncs .page.default .form {
  margin: 0 0 20px;
}
.site-ncs .page.default .form .gform_heading {
  display: none;
}
.site-ncs .page.default .form form {
  font-family: "Roboto", sans-serif;
}
.site-ncs .page.default .form form .gfield_label {
  color: #0171bb;
}
.site-ncs .page.default .form form button {
  border-radius: 0;
  background: #0171bb;
  border: 0;
  margin-top: 5px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 700;
}
.site-ncs .page.default .form form button:hover {
  background: #1D3354;
}
.site-ncs .page.default .form form .gfield_list_groups {
  width: 100%;
}
.site-ncs .page.default .form form input[type=submit] {
  background: #0171bb;
  border: 0;
}
.site-ncs .page.default .form form input[type=submit]:hover {
  background: #014084;
}

.gform_wrapper .gform_heading {
  padding: 15px 30px;
  border-bottom: 3px solid #e8e8e8;
}
.gform_wrapper .gform_required_legend {
  color: #cb1c1c;
  margin: 0;
}
.gform_wrapper .gform_footer input[type=submit] {
  margin-left: auto;
  margin-right: auto;
}
.gform_wrapper .gform_fileupload_rules {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin: 5px 0 0;
}
.gform_wrapper .gform_drop_area {
  padding: 15px;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
}
.gform_wrapper .ginput_preview_list .gform_delete_file {
  padding: 5px 5px 5px 7px;
  margin: 0;
  font-size: 16px;
}
.gform_wrapper .ginput_preview_list .dashicons-trash {
  font-size: 14px;
  line-height: 1;
  height: auto;
}
.gform_wrapper .ginput_preview_list .ginput_preview {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #e8e8e8;
}
.gform_wrapper .ginput_preview_list .ginput_preview:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.gform_wrapper .ginput_preview_list .ginput_preview .gfield_fileupload_filename {
  display: block;
  width: 50%;
}
.gform_wrapper .ginput_preview_list .ginput_preview .gfield_fileupload_filesize {
  display: block;
  width: 15%;
}
.gform_wrapper .ginput_preview_list .ginput_preview .gfield_fileupload_progress {
  display: block;
  width: 15%;
}
.gform_wrapper .ginput_preview_list .ginput_preview .gform_delete_file {
  justify-self: flex-end;
}

.login-form form {
  padding: 30px;
}
.login-form.login .gfield_required {
  display: none;
}
.login-form .gform_confirmation_message {
  padding: 15px;
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
}

.gf_login_links {
  padding: 0 30px 30px;
  text-align: center;
}
.gf_login_links a::first-child {
  display: none;
}
.gf_login_links br {
  display: none;
}
.gf_login_links a {
  color: #515151;
}
.gf_login_links a:hover {
  color: #cb1c1c;
}

.gform_validation_errors {
  background: #cb1c1c;
  padding: 15px 30px;
}
.gform_validation_errors h2 {
  color: #fff;
  font-size: 32px;
}

ul.validation_message--hidden-on-empty {
  list-style: none;
}

.gfield_description.gfield_validation_message {
  padding: 5px;
  border: 1px solid #e8e8e8;
  margin: 5px 0 0;
  border-radius: 7px;
}
.gfield_description.validation_message--hidden-on-empty {
  display: none;
}

form.acf-form input[type=submit] {
  margin: 0;
  border: 1px solid #515151;
  color: #515151;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  background: transparent;
  padding: 5px 10px;
  letter-spacing: 0;
  text-transform: none;
}
form.acf-form input[type=submit]:hover {
  background: #515151;
  color: #fff;
}
form.acf-form .acf-spinner {
  margin-left: 7px;
  margin-top: 2px;
}
form.acf-form .acf-notice.-error {
  margin: 0;
}
form.acf-form .acf-icon.-cancel:before {
  margin: 2px 0 0 1px;
}
form.acf-form .acf-fields > .acf-field {
  padding: 10px 15px;
}
form.acf-form .acf-field {
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
}
form.acf-form .acf-field:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
form.acf-form .acf-field .acf-notice.-error {
  margin-bottom: 5px;
}
form.acf-form .acf-field .acf-label {
  margin: 0;
}
form.acf-form .acf-field .acf-label label {
  color: #000;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 3px;
}
form.acf-form .acf-field p.description {
  font-size: 15px;
  color: #515151;
  line-height: 1.2;
}
form.acf-form .acf-form-submit {
  border-top: #515151 1px solid;
  background: #e8e8e8;
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  margin-top: -1px;
}
form.acf-form input[type=number],
form.acf-form input[type=text],
form.acf-form select {
  padding: 5px;
  border: 0;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: #515151;
  background-color: #e8e8e8;
  border-radius: 4px;
}
form.acf-form textarea {
  border: 1px solid #e8e8e8;
  padding: 10px;
}
form.acf-form select {
  background: #e8e8e8;
}
form.acf-form input[type=submit] {
  margin-left: 0;
}
form.acf-form .acf-input-prepend,
form.acf-form .acf-input-append {
  border-color: #e8e8e8;
}
form.acf-form .acf-input .acf-radio-list label {
  font-size: 16px;
}
form.acf-form .acf-gallery-toolbar .button {
  margin-top: 3px;
}

form:not(.acf-form).small input[type=text],
form:not(.acf-form).small input[type=number] {
  padding: 6px 10px;
}
form:not(.acf-form).small .select .select-styled {
  height: 37px;
  padding: 6px 10px;
}
form:not(.acf-form).small .smaller .select .select-styled {
  padding: 2px 5px;
  height: 25px;
  font-size: 14px;
}
form:not(.acf-form).small .smaller .select .select-styled::before {
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 4px;
}
form:not(.acf-form) .no-scroll .select .select-options {
  overflow-y: auto;
}
form:not(.acf-form) .range {
  display: flex;
}
form:not(.acf-form) .range input[type=number] {
  border-radius: 0 7px 7px 0;
}
form:not(.acf-form) .range span {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 7px 0 0 7px;
  border-right: 0;
  background: #515151;
  color: #fff;
}
form:not(.acf-form) .range + .range {
  margin: 10px 0 0;
}
form:not(.acf-form) label,
form:not(.acf-form) legend {
  cursor: pointer;
  line-height: 1;
  margin: 0 0 3px;
  display: block;
}
form:not(.acf-form) label.gform-field-label--type-sub,
form:not(.acf-form) legend.gform-field-label--type-sub {
  margin: 3px 0 0;
}
form:not(.acf-form) .gf_clear {
  display: none !important;
}
form:not(.acf-form) .gfield {
  margin: 0 0 30px;
}
form:not(.acf-form) .gfield.gfield--type-honeypot, form:not(.acf-form) .gfield.gfield--type-captcha, form:not(.acf-form) .gfield.gfield_visibility_hidden {
  display: none;
}
form:not(.acf-form) .gfield_label {
  color: #cb1c1c;
  font-weight: 900;
}
form:not(.acf-form) .gfield--type-address .ginput_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form:not(.acf-form) .gfield--type-address .ginput_container span {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
form:not(.acf-form) .gfield--type-address .ginput_container span.address_city, form:not(.acf-form) .gfield--type-address .ginput_container span.address_state, form:not(.acf-form) .gfield--type-address .ginput_container span.address_zip, form:not(.acf-form) .gfield--type-address .ginput_container span.address_country {
  width: calc(50% - 15px);
}
form:not(.acf-form) .ginput_container_password .ginput_password.ginput_right {
  margin-top: 15px;
  display: block;
}
form:not(.acf-form) .ginput_container--name {
  display: flex;
  justify-content: space-between;
}
form:not(.acf-form) .ginput_container--name span {
  display: block;
  width: calc(50% - 15px);
}
form:not(.acf-form) .ginput_container--name input,
form:not(.acf-form) .ginput_container--name label {
  display: block;
  width: 100%;
}
form:not(.acf-form) input[type=radio], form:not(.acf-form) input[type=checkbox] {
  display: none;
}
form:not(.acf-form) input[type=radio]:checked + label::after, form:not(.acf-form) input[type=checkbox]:checked + label::after {
  opacity: 1;
}
form:not(.acf-form) input[type=radio] + label, form:not(.acf-form) input[type=checkbox] + label {
  position: relative;
  padding-left: 20px;
}
form:not(.acf-form) input[type=radio] + label::before, form:not(.acf-form) input[type=radio] + label::after, form:not(.acf-form) input[type=checkbox] + label::before, form:not(.acf-form) input[type=checkbox] + label::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #e8e8e8;
  height: 15px;
  width: 15px;
  border-radius: 3px;
  left: 0;
}
form:not(.acf-form) input[type=radio] + label::after, form:not(.acf-form) input[type=checkbox] + label::after {
  opacity: 0;
}
form:not(.acf-form) input[type=radio] + label::before, form:not(.acf-form) input[type=radio] + label::after {
  border-radius: 50%;
}
form:not(.acf-form) input[type=radio] + label::after {
  background-color: #cb1c1c;
  top: 0;
  left: 0;
}
form:not(.acf-form) input[type=checkbox] + label::after {
  background-color: #cb1c1c;
  top: 0;
  left: 0;
}
form:not(.acf-form) fieldset legend {
  font-size: 16px;
}
form:not(.acf-form) fieldset legend + div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
form:not(.acf-form) fieldset legend + div > div > * {
  margin-left: 10px;
  margin-right: 10px;
}
form:not(.acf-form) .select {
  position: relative;
  z-index: 1;
}
form:not(.acf-form) .select .select-hidden {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
}
form:not(.acf-form) .select .select-styled {
  position: relative;
  cursor: pointer;
  height: 44px;
}
form:not(.acf-form) .select .select-styled::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #cb1c1c;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 0;
}
form:not(.acf-form) .select .select-styled.active::before {
  transform: rotate(-180deg);
  margin-top: -5px;
}
form:not(.acf-form) .select .select-options {
  display: none;
  width: 100%;
  position: absolute;
  list-style-type: none;
  cursor: pointer;
  max-height: 200px;
  background: #000;
  overflow-y: scroll;
  padding: 10px;
  margin-top: 5px;
  border-radius: 7px;
}
form:not(.acf-form) .select .select-options li {
  color: #fff;
}
form:not(.acf-form) .select .select-options li:hover {
  color: #cb1c1c;
}
form:not(.acf-form) .select .select-options li.hide {
  display: none;
}

.wcsatt-options-product-prompt {
  padding: 30px 15px;
  margin: 15px -15px;
  border-top: 3px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
}

.wcsatt-options-prompt-radios {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wcsatt-options-prompt-radios::before {
  content: "Which plan would you like?";
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}
.wcsatt-options-prompt-radios li {
  width: calc(50% - 15px);
}
.wcsatt-options-prompt-radios li label {
  margin: 0;
}
.wcsatt-options-prompt-radios li .wcsatt-options-prompt-action {
  border: 3px solid #e8e8e8;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.wcsatt-options-prompt-radios li.chosen-product .wcsatt-options-prompt-action {
  border-color: #cb1c1c;
  color: #fff;
  background-color: #cb1c1c;
}

#apply {
  padding: 45px 0;
}
#apply .gform_heading {
  display: none;
}
#apply .gform_validation_errors {
  border-radius: 7px;
  margin: 0 0 30px;
}

.overrides_exist input[type=radio] {
  display: inline-block;
  width: auto;
}

.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip.alter-right img,
.tooltip.alter-right img.hover {
  right: -4px;
  left: auto;
}
.tooltip.move-right .tip {
  right: -9px;
}
.tooltip.move-down .tip {
  bottom: -45px;
}
.tooltip.move-left .tip {
  right: 10px;
}
.tooltip.red .tip {
  background: #cb1c1c;
  color: #fff;
}
.tooltip.red .tip::before {
  background: #cb1c1c;
}
.tooltip .tip {
  display: none;
  position: absolute;
  right: 2px;
  bottom: -37px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 3px;
}
.tooltip .tip::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  right: 8px;
  top: -4px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
  display: block;
}

.woocommerce-notices-wrapper {
  max-width: 730px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  background: #cb1c1c;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 0 0 5px;
}
.woocommerce-notices-wrapper .woocommerce-error li:last-child {
  margin-bottom: 0;
}

.woocommerce-lost-password .woocommerce {
  display: block;
}
.woocommerce-lost-password .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}
.woocommerce-lost-password .woocommerce-message {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  max-width: 730px;
  margin: 0 auto 30px;
  font-size: 24px;
  font-weight: 600;
}
.woocommerce-lost-password .woocommerce-message + p {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  max-width: 730px;
  margin: 0 auto;
}

.icon-card {
  position: relative;
  border: 3px solid #e8e8e8;
  border-radius: 5px;
  color: #cb1c1c;
  transition: 0.3s all linear;
  min-height: 60px;
  line-height: 60px;
  margin: 0 0 30px;
  padding: 0 0 0 75px;
  overflow: hidden;
}
.icon-card .icon-content {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  width: 63px;
  height: 60px;
  border-right: 3px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-card .icon-content svg {
  font-size: 32px;
}
.icon-card span {
  display: block;
  font-size: 21px;
  font-weight: 600;
}
.icon-card:hover {
  background: #cb1c1c;
  color: #fff;
}
.icon-card .panel-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.icon-card.red {
  background: #cb1c1c;
  border: 0;
  color: #fff;
}
.icon-card.red .icon-content {
  border-right: 0;
  padding-right: 3px;
  z-index: 10;
}
.icon-card.red .icon-content::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  width: 3px;
  right: 0;
  background: #fff;
  display: block;
}
.icon-card.red:hover {
  background: #515151;
}

@media (max-width: 767.98px) {
  .icon-card {
    min-height: 40px;
    line-height: 40px;
    margin: 0 0 15px;
    padding: 0 0 0 55px;
  }
  .icon-card .icon-content {
    height: 40px;
    width: 43px;
  }
  .icon-card .icon-content svg {
    font-size: 20px;
  }
  .icon-card span {
    font-size: 14px;
  }
}
.select2-container--default .select2-selection--single {
  padding: 5px;
  border-radius: 4px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
  background: #e8e8e8;
  color: #515151;
  border: 0;
  height: auto;
  line-height: 26px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #515151;
  padding: 0;
  line-height: 26px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  z-index: 100;
  left: 15px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  z-index: 100;
  right: 15px;
}
[dir=rtl] .slick-next {
  left: 15px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slide img {
  border-radius: 7px;
}

.slider-nav {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.slider-nav .slick-slide {
  padding: 0 10px;
}

.no-bookmarks {
  padding: 5px;
  font-weight: 600;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  margin: 0;
  text-align: center;
  color: #cb1c1c;
}

.bookmark-wrapper {
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  margin: 0 0 15px;
}
.bookmark-wrapper .filled-notice {
  background: #cb1c1c;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  margin: 0;
  border-radius: 7px 7px 0 0;
}
.bookmark-wrapper .controls {
  padding: 15px;
  position: relative;
  border-bottom: 2px solid #e8e8e8;
}
.bookmark-wrapper .controls h3 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.bookmark-wrapper .controls .remove-bookmark {
  position: absolute;
  right: -11px;
  top: 11px;
  border-radius: 50%;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  background: #cb1c1c;
  text-align: center;
  font-size: 14px;
}
.bookmark-wrapper .controls .remove-bookmark:hover {
  background: #515151;
}
.bookmark-wrapper .controls .remove-bookmark svg {
  position: relative;
}
.bookmark-wrapper .bookmark-info {
  display: flex;
  flex-wrap: wrap;
}
.bookmark-wrapper .bookmark-info .bookmark-meta {
  width: 25%;
}
.bookmark-wrapper .bookmark-info .bookmark-meta span {
  display: block;
}
.bookmark-wrapper .bookmark-info .bookmark-meta .key {
  padding: 5px 15px;
  background: #e8e8e8;
  font-weight: 600;
}
.bookmark-wrapper .bookmark-info .bookmark-meta .value {
  padding: 5px 15px;
}

@media (max-width: 991.98px) {
  .bookmark-wrapper .bookmark-info .bookmark-meta {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .bookmark-wrapper .bookmark-info .bookmark-meta {
    width: 100%;
  }
}
.filter {
  position: sticky;
  left: 0;
  top: 30px;
  z-index: 20;
}
.filter .filter-toggle {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 30px;
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 0 50px 50px 0;
}
.filter .filter-toggle .closed-icon,
.filter .filter-toggle .open-icon {
  font-size: 18px;
  position: relative;
  top: -1px;
}
.filter .filter-toggle .closed-icon {
  display: inline;
}
.filter .filter-toggle .open-icon {
  display: none;
}
.filter .filter-toggle .text {
  padding-right: 15px;
}
.filter .filter-bar {
  position: absolute;
  transition: 0.3s all linear;
  left: -1000px;
  top: 15px;
  z-index: 5;
  background: #fff;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  padding: 15px 15px 3px 170px;
  width: 953px;
}
.filter .filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 785px;
  justify-content: space-between;
}
.filter .filter-wrapper .hours {
  padding: 0 30px;
}
.filter .filter-wrapper .apply-filters {
  position: absolute;
  left: 10px;
  top: 92px;
}
.filter .filter-wrapper .apply-filters a.button {
  font-size: 14px;
  padding: 5px 10px;
}
.filter .filter-wrapper .hourly-search {
  display: none;
}
.filter .filter-wrapper .hours,
.filter .filter-wrapper .salary {
  width: 50%;
}
.filter .filter-wrapper .benefits {
  padding-top: 20px;
}
.filter .filter-wrapper .checkbox-group {
  display: flex;
}
.filter .filter-wrapper .filter-checkbox {
  position: relative;
  top: 2px;
  padding-right: 12px;
}
.filter .filter-wrapper .filter-checkbox:last-child {
  padding-right: 0;
}
.filter .filter-wrapper .refine {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  padding: 15px 0 0 0;
}
.filter .filter-wrapper .refine .filter-dropdown {
  position: relative;
  width: 25%;
  margin-bottom: 12px;
  padding: 0 7.5px;
}
.filter .filter-wrapper .refine h5 {
  font-size: 14px;
  margin-bottom: 4px;
}
.filter .filter-wrapper .salary.hourly .salary-search {
  display: none;
}
.filter .filter-wrapper .salary.hourly .hourly-search {
  display: block;
}
.filter.open .filter-bar {
  left: 0;
}
.filter.open .filter-toggle .closed-icon {
  display: none;
}
.filter.open .filter-toggle .open-icon {
  display: inline;
}

@media (max-width: 991.98px) {
  .filter {
    position: static;
  }
  .filter .filter-bar {
    position: static;
    width: auto;
    box-shadow: none;
    padding: 0;
    max-width: 720px;
    margin: 0 auto 30px;
    padding: 0 15px;
    background: transparent;
  }
  .filter .filter-toggle {
    display: none;
  }
  .filter .filter-wrapper {
    width: 100%;
    background: #fff;
    border-radius: 7px;
    padding: 15px;
  }
  .filter .filter-wrapper .apply-filters {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .filter {
    display: none;
  }
  .filter .filter-bar {
    max-width: 540px;
  }
  .filter .filter-wrapper .refine .filter-dropdown {
    width: 50%;
  }
  .filter .filter-wrapper .checkbox-group {
    margin: 0 -7.5px;
    flex-wrap: wrap;
  }
  .filter .filter-wrapper .filter-checkbox {
    width: 50%;
    padding: 0 7.5px;
  }
}
@media (max-width: 575.98px) {
  .filter .filter-wrapper .refine h5 {
    font-size: 12px;
    font-weight: 400;
  }
}
/** CMS **/
.col-md-4:nth-child(2) .card {
  background-image: url("../img/card-2.jpg");
}

.col-md-4:nth-child(3) .card {
  background-image: url("../img/card-3.jpg");
}

.card {
  position: relative;
  background: #fff;
  padding: 30px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s all ease-in-out;
  border-bottom: 10px solid #0171bb;
  background-image: url("../img/card-1.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 10px solid #fff;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 10;
  transition: 0.3s all linear;
}
.card > * {
  position: relative;
  z-index: 15;
}
.card .panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.card h4 {
  color: #fff;
}
.card p {
  position: relative;
  left: -120%;
  color: #fff;
}
.card h4,
.card p,
.card span {
  transition: 0.22s all ease-in-out;
}
.card .next {
  text-align: right;
}
.card .next span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  padding-right: 10px;
}
.card .next svg {
  color: #fff;
  font-size: 30px;
  transition: 0.3s all linear;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
}
.card:hover {
  border-bottom-color: #0171bb;
  background-size: 120%;
}
.card:hover::before {
  opacity: 0.3;
}
.card:hover h4,
.card:hover p {
  color: #fff;
}
.card:hover p {
  left: 0;
}
.card:hover .next svg {
  transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
  .card {
    min-height: 400px;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .card {
    min-height: 0;
    max-width: 460px;
    margin: 0 auto 30px;
  }
}
.columns .column {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  height: 100%;
  position: relative;
}
.columns .column .panel-link {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.columns .column.column-link:hover img {
  opacity: 0.7;
}
.columns .column.column-link:hover h3 {
  color: #515151;
}
.columns .column .icon-wrapper {
  font-size: 60px;
  color: #0171bb;
}
.columns .column .image-wrapper {
  margin: 0 0 15px;
}
.columns .column .image-wrapper img {
  border-radius: 20px;
  transition: 0.3s all linear;
}
.columns .column hgroup {
  text-align: left;
  margin: 0 0 15px;
}
.columns .column hgroup h3 {
  font-size: 24px;
  margin: 0 0 5px;
  color: #0171bb;
  transition: 0.3s all linear;
}
.columns .column hgroup h4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  color: #0171bb;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.columns .column p {
  font-size: 15px;
  line-height: 25px;
}
.columns .buttons {
  margin-bottom: 0;
}
.columns.center {
  text-align: center;
}
.columns.center hgroup {
  text-align: center;
}
.columns.center img {
  margin-left: auto;
  margin-right: auto;
}
.columns .row, .columns body .store .products, body .store .columns .products {
  justify-content: center;
}

.site-collisionhub .columns .column .icon-wrapper {
  color: #515151;
}
.site-collisionhub .columns .column hgroup h3 {
  color: #cb1c1c;
}
.site-collisionhub .columns .column hgroup h4 {
  color: #cb1c1c;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .columns .column .image-wrapper {
    margin-bottom: 15px;
  }
  .columns .column hgroup {
    margin-bottom: 15px;
  }
  .columns .column hgroup h3 {
    font-size: 26px;
  }
}
.cta-bar {
  background-color: linear-gradient(229deg, rgb(1, 64, 132) 10%, rgb(1, 113, 187) 47%, rgb(1, 113, 187) 67%, rgb(1, 64, 132) 94%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0;
  margin: 80px 0;
}
.cta-bar .buttons {
  margin-bottom: 0;
}
.cta-bar .buttons .button {
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.cta-bar .buttons .button + .button {
  margin-top: 15px;
}
.cta-bar h3 {
  margin: 0 0 20px;
  color: #fff;
}
.cta-bar p {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
.cta-bar.blue {
  background-color: #0171bb;
}
.cta-bar.red {
  background-color: #cb1c1c;
}
.cta-bar.no-margin {
  margin: 0;
}
.cta-bar.custom {
  position: relative;
}
.cta-bar.custom > * {
  position: relative;
  z-index: 20;
}

.site-collisionhub .cta-bar h3 {
  color: #fff;
}

.large-image,
.large-video {
  margin: 0 0 50px;
}
.large-image .image-wrapper,
.large-video .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.large-image .image-wrapper .image,
.large-video .image-wrapper .image {
  width: 100%;
}
.large-image .image-wrapper .image img,
.large-image .image-wrapper .image .video-container,
.large-video .image-wrapper .image img,
.large-video .image-wrapper .image .video-container {
  margin: 0 auto;
  border-radius: 20px;
}
.large-image.has-caption .image-wrapper .image,
.large-video.has-caption .image-wrapper .image {
  width: 70%;
}
.large-image.has-caption .image-wrapper .caption,
.large-video.has-caption .image-wrapper .caption {
  width: 30%;
}
.large-image.has-caption .image-wrapper .caption p,
.large-video.has-caption .image-wrapper .caption p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  background: #0171bb;
  background: linear-gradient(229deg, rgb(1, 64, 132) 10%, rgb(1, 113, 187) 47%, rgb(1, 113, 187) 67%, rgb(1, 64, 132) 94%);
  margin-top: 50px;
  color: #fff;
  margin-bottom: 0;
  padding: 20px;
}
.large-image.right .image,
.large-video.right .image {
  order: 2;
}
.large-image.right .caption,
.large-video.right .caption {
  order: 1;
}

.site-collisionhub .large-image.has-caption .image-wrapper .caption p,
.site-collisionhub .large-video.has-caption .image-wrapper .caption p {
  font-family: "Jost", sans-serif;
  background: #cb1c1c;
}

@media (max-width: 991.98px) {
  .large-image.right .image,
  .large-video.right .image {
    order: 1;
  }
  .large-image.right .caption,
  .large-video.right .caption {
    order: 2;
  }
  .large-image.has-caption .image-wrapper .image,
  .large-video.has-caption .image-wrapper .image {
    width: 100%;
  }
  .large-image.has-caption .image-wrapper .caption,
  .large-video.has-caption .image-wrapper .caption {
    width: 100%;
  }
  .large-image.has-caption .image-wrapper .caption p,
  .large-video.has-caption .image-wrapper .caption p {
    margin-top: 15px;
  }
}
.page-header {
  margin: 0 0 30px;
}
.page-header .divider {
  display: block;
  width: 1000px;
  height: 1px;
  background: #0171bb;
  position: relative;
  margin-left: -1010px;
  top: 8px;
  z-index: 1;
}
.page-header h2 {
  color: #0171bb;
  font-weight: 900;
  font-size: 40px;
}
.page-header h3 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 5px;
  color: #0171bb;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.site-collisionhub .divider {
  background: #cb1c1c;
}
.site-collisionhub h2 {
  color: #cb1c1c;
}
.site-collisionhub h3 {
  font-weight: 600;
  color: #cb1c1c;
}

.photo-gallery .slider-for {
  margin-bottom: 30px;
}
.photo-gallery .slider-for .image-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.photo-gallery .slider-nav .slick-track .image-wrapper {
  padding: 15px;
}
.photo-gallery .slider-nav .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.wysiwyg {
  margin: 0 0 30px;
}

.text-styles {
  font-family: "Roboto", sans-serif;
}
.text-styles ul,
.text-styles ol {
  margin-left: 30px;
}
.text-styles li {
  margin-bottom: 3px;
}
.text-styles blockquote {
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 10px 0 10px 20px;
  border-left: 10px solid #0171bb;
}
.text-styles blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.text-styles a {
  color: #0171bb;
  font-weight: 700;
  border-bottom: 1px dashed #0171bb;
}
.text-styles a:hover {
  color: #014084;
}
.text-styles h1,
.text-styles h2,
.text-styles h3,
.text-styles h4,
.text-styles h5,
.text-styles h6 {
  color: #0171bb;
}
.text-styles img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.text-styles img.no-shadow {
  box-shadow: none;
  border-radius: 0;
}
.text-styles ol,
.text-styles ul {
  margin: 0 0 20px 40px;
}
.text-styles ol li,
.text-styles ul li {
  font-size: 18px;
}

.alignright,
.alignleft {
  position: relative;
  top: 5px;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter,
.alignnone {
  display: block;
  margin: 0 auto 30px;
}

.wp-caption-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 0;
}

.site-collisionhub .text-styles {
  font-family: "Jost", sans-serif;
}
.site-collisionhub .text-styles blockquote {
  border-left: 10px solid #cb1c1c;
}
.site-collisionhub .text-styles a {
  color: #cb1c1c;
  border-bottom: 1px dashed #cb1c1c;
}
.site-collisionhub .text-styles a:hover {
  color: #515151;
}
.site-collisionhub .text-styles h1,
.site-collisionhub .text-styles h2,
.site-collisionhub .text-styles h3,
.site-collisionhub .text-styles h4,
.site-collisionhub .text-styles h5,
.site-collisionhub .text-styles h6 {
  color: #cb1c1c;
}

.iframe {
  margin-bottom: 50px;
}
.iframe .video-container {
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/** Pages **/
#login {
  min-height: 100vh;
  padding: 60px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#login .logo {
  margin: -34px auto 30px;
  max-width: 300px;
}
#login h2 {
  margin: 0 0 20px;
}
#login .gform_heading {
  display: none;
}
#login .gform_validation_errors {
  border-radius: 7px 7px 0 0;
}
#login .gform_validation_errors h2 {
  margin: 0;
  font-size: 16px;
}
#login .login-module {
  background: #fff;
  border-radius: 5px;
}
#login .login-module .login-content {
  padding: 30px 15px;
}
#login .login-module .login-content h2 {
  margin-bottom: 30px;
}
#login .login-module .login-content .buttons {
  margin-bottom: 0;
}
#login .login-module .login-footer {
  border-top: 3px solid #e8e8e8;
  padding: 15px 30px;
}
#login .login-module .login-footer h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
#login .login-module .login-footer .buttons {
  margin-bottom: 0;
}
#login .login-form {
  background: #fff;
  border-radius: 5px;
  text-align: left;
}
#login .saos-button {
  display: inline-block;
  border: 1px solid #515151;
  color: #515151;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
}
#login .saos-button:hover {
  color: #fff;
  background: #cb1c1c;
  border-color: #cb1c1c;
}

@media (max-width: 991.98px) {
  #login h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  #login .step {
    margin-bottom: 30px;
  }
}
.job-post h1 {
  margin: 0 0 30px;
}
.job-post .price-wrapper {
  text-align: center;
}
.job-post .price-wrapper .price {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
}
.job-post form.cart {
  max-width: 730px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}
.job-post form.cart .gform_wrapper {
  text-align: left;
}
.job-post form.cart fieldset legend + div > div {
  justify-content: flex-start;
}
.job-post .product_totals {
  display: none;
}
.job-post .gform_validation_errors {
  display: none;
}
.job-post .woocommerce-error {
  margin-bottom: 50px;
}
.job-post .product_meta {
  display: none;
}

.job-feed .job-post .job-about h1,
.job-feed .job-post .job-about h2,
.job-feed .job-post .job-about h3,
.job-feed .job-post .job-about h4,
.job-feed .job-post .job-about h5,
.job-feed .job-post .job-about h6 {
  font-size: 28px;
  color: #cb1c1c;
  font-weight: 600;
  margin: 0 0 10px;
}
.job-feed .job-post .job-about h2 {
  font-size: 24px;
}
.job-feed .job-post .job-about h3 {
  font-size: 22px;
}
.job-feed .job-post .job-about h4 {
  font-size: 18px;
}
.job-feed .job-post .job-about h5 {
  font-size: 16px;
}
.job-feed .job-post .job-about h6 {
  font-size: 14px;
}
.job-feed .job-post .job-about p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}
.job-feed .job-post .job-about li {
  font-size: 16px;
  line-height: 23px;
}
.job-feed .job-post .job-about ol,
.job-feed .job-post .job-about ul {
  margin: 0 0 10px 20px;
  padding: 0;
}

.ncs-home {
  font-family: "Roboto", sans-serif;
  background: #fff;
}
.ncs-home .baf {
  display: block;
  cursor: e-resize;
  height: 600px;
}
.ncs-home .baf .baf-images {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ncs-home .baf .baf-images .baf-before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.ncs-home .baf .baf-images .baf-after {
  clip-path: polygon(25% 100%, 50% 0%, 100% 0%, 100% 100%);
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 20;
}
.ncs-home .baf .baf-images .baf-before::before,
.ncs-home .baf .baf-images .baf-after::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.ncs-home .baf .baf-mobile {
  display: none;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ncs-home .blue-bar {
  position: relative;
  z-index: 10;
  transform: translate(0, -50%);
}
.ncs-home .intro {
  position: relative;
  padding: 30px 0;
}
.ncs-home .intro::after {
  z-index: 5;
  content: "";
  background: #0171bb;
  background: linear-gradient(229deg, rgb(1, 64, 132) 10%, rgb(1, 113, 187) 47%, rgb(1, 113, 187) 67%, rgb(1, 64, 132) 94%);
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -100px;
  left: -1000px;
  transform: skewX(-25deg);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.ncs-home .intro .content {
  position: relative;
  z-index: 10;
}
.ncs-home .intro p {
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.ncs-home .stats {
  height: 320px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ncs-home .stats::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(240, 240, 240);
  background: linear-gradient(75deg, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 46%, rgba(240, 240, 240, 0.5550595238) 100%);
  z-index: 5;
}
.ncs-home .stats > * {
  position: relative;
  z-index: 10;
}
.ncs-home .stats .stat-list {
  display: flex;
  margin: 0 -25px;
  padding-bottom: 30px;
}
.ncs-home .stats .stat-list .stat {
  color: #000;
  padding: 0 25px;
  text-align: center;
  position: relative;
}
.ncs-home .stats .stat-list .stat .number {
  display: block;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
}
.ncs-home .stats .stat-list .stat .text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
.ncs-home .stats .stat-list .stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
.ncs-home .partners {
  padding: 60px 0;
}
.ncs-home .partners .row, .ncs-home .partners body .store .products, body .store .ncs-home .partners .products {
  display: flex;
  align-items: center;
}
.ncs-home .partners h3 {
  color: #0171bb;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 700;
}
.ncs-home .partners p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 15px;
}
.ncs-home .partners .partner-link {
  display: block;
  text-align: right;
  font-size: 21px;
  line-height: 1;
  color: #0171bb;
}
.ncs-home .partners .partner-link:hover {
  color: #014084;
}
.ncs-home .applications {
  padding: 0 0 60px;
}
.ncs-home .applications .application-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.ncs-home .applications .application-list .application {
  width: 33.3333%;
  padding: 0 5px;
}
.ncs-home .applications .application-list .application .wrapper {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.ncs-home .applications .application-list .application h4 {
  font-family: "Tektur", cursive;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 23px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  padding: 5px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #0171bb;
  background: linear-gradient(229deg, rgb(1, 64, 132) 10%, rgb(1, 113, 187) 47%, rgb(1, 113, 187) 67%, rgb(1, 64, 132) 94%);
}
.ncs-home .applications .application-list .application .panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.ncs-home .applications .application-list .application .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: flex;
  padding: 60px 15px 15px 15px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s all linear;
}
.ncs-home .applications .application-list .application .content p {
  margin: 0;
  color: #fff;
  font-family: "Tektur", cursive;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
}
.ncs-home .applications .application-list .application:hover .content {
  opacity: 1;
}
.ncs-home .logic {
  padding: 60px 0;
  position: relative;
}
.ncs-home .logic .logic-logo {
  margin: 0 0 10px;
}
.ncs-home .logic .logic-subheader {
  font-family: "Roboto", sans-serif;
  margin: 0 0 30px;
  font-size: 18px;
  color: #515151;
  line-height: 1;
  font-weight: 600;
}
.ncs-home .logic .logic-header {
  color: #0171bb;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 15px;
}
.ncs-home .logic .logic-content p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 15px;
}
.ncs-home .logic .logic-link {
  display: block;
  text-align: right;
  font-size: 20px;
  line-height: 1;
  color: #0171bb;
}
.ncs-home .logic .logic-link:hover {
  color: #014084;
}
.ncs-home .logic .image-bar {
  height: 450px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  width: calc(50% - 30px);
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  clip-path: polygon(0 103%, 25% -3%, 103% -3%, 103% 103%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

@media (max-width: 1199.98px) {
  .ncs-home .intro p {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .ncs-home .baf {
    height: auto !important;
  }
  .ncs-home .baf .baf-images {
    display: none;
  }
  .ncs-home .baf .baf-mobile {
    display: block;
  }
  .ncs-home .blue-bar {
    transform: translate(0, 0);
  }
  .ncs-home .intro::after {
    left: -1000px;
    right: -1000px;
    transform: skewX(0deg);
  }
  .ncs-home .stats {
    align-items: center;
    height: auto;
  }
  .ncs-home .stats .stat-list {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .ncs-home .stats .stat-list .stat {
    width: 33.3333%;
    padding: 25px;
  }
  .ncs-home .stats .stat-list .stat::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ncs-home .stats .stat-list .stat {
    width: 50%;
  }
  .ncs-home .stats .stat-list .stat .number {
    font-size: 48px;
  }
  .ncs-home .partners {
    text-align: center;
  }
  .ncs-home .partners .partner-image {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .ncs-home .partners .partner-link {
    text-align: center;
  }
  .ncs-home .applications {
    padding: 0;
  }
  .ncs-home .applications .application-list {
    margin: 0;
  }
  .ncs-home .applications .application-list .application {
    padding: 0 0 30px;
    width: 100%;
  }
  .ncs-home .applications .application-list .application .content {
    opacity: 1;
  }
  .ncs-home .logic .image-bar {
    display: none;
  }
}
.site-collisionhub .hero .home-hero h1 {
  font-size: 36px;
  color: #fff;
  padding-top: 50px;
}

.ch-home .slides .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ch-home .slides .slide .slide-content {
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ch-home .slides .slide .slide-content h2,
.ch-home .slides .slide .slide-content h3,
.ch-home .slides .slide .slide-content p {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.ch-home .slides .slide .slide-content h3 {
  font-size: 24px;
}
.ch-home .slides .slide .slide-content p {
  font-size: 16px;
  text-transform: none;
}
.ch-home .slides .slide .slide-content .buttons {
  text-align: center;
}
.ch-home .buckets {
  border-top: 90px solid #cb1c1c;
}
.ch-home .buckets .bucket {
  text-align: center;
  padding-bottom: 40px;
}
.ch-home .buckets .bucket .logo {
  margin: -50px auto 30px;
}
.ch-home .buckets .bucket .content {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #00456a;
  text-transform: uppercase;
}
.ch-home .featured-video {
  background: #fff;
  margin: 0 0 15px;
  padding: 40px 0;
}
.ch-home .featured-video h4 {
  color: #cb1c1c;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  font-size: 16px;
}
.ch-home .featured-video h3 {
  color: #00456a;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 30px;
}
.ch-home .featured-video .content p {
  font-size: 19px;
  line-height: 1.4;
}
.ch-home .featured-video .video-image {
  position: relative;
}
.ch-home .featured-video .video-image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ch-home .home-columns {
  background: #00456a;
  background-image: url("../img/dot-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ch-home .home-columns .row, .ch-home .home-columns body .store .products, body .store .ch-home .home-columns .products {
  align-items: center;
}
.ch-home .home-columns .home-column {
  padding: 30px 0;
  text-align: center;
}
.ch-home .home-columns .home-column h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.ch-home .home-columns .home-column .content p {
  color: #fff;
}
.ch-home .home-columns .home-column .button.white {
  color: #cb1c1c;
}
.ch-home .home-columns .home-column .button.white:hover {
  background: #cb1c1c;
  border-color: #cb1c1c;
  color: #fff;
}
.ch-home .newsletter {
  padding: 40px 0;
}
.ch-home .newsletter h2 {
  color: #cb1c1c;
  font-size: 42px;
  line-height: 1;
  margin: 0 0 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.ch-home .newsletter h3 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .site-collisionhub .hero .home-hero h1 {
    padding-top: 30px;
    font-size: 28px;
  }
  .ch-home .featured-video .col-md-6:nth-child(1) {
    order: 2;
  }
  .ch-home .featured-video .col-md-6:nth-child(2) {
    order: 1;
    margin-bottom: 30px;
  }
  .ch-home .home-columns {
    background-image: none;
  }
}
@media (max-width: 575.98px) {
  .ch-home .slides .slide .slide-content {
    padding: 0 20px;
  }
  .ch-home .slides .slide .slide-content h2 {
    font-size: 26px;
  }
  .ch-home .slides .slide .slide-content .button {
    margin-bottom: 10px;
  }
}
.saos-account-interior .woocommerce {
  display: block;
  padding: 0 15px;
}
.saos-account-interior .saos-subscription-inactive {
  width: 100%;
}
.saos-account-interior .saos-subscription-inactive .saos-inactive {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 30px 0;
}
.saos-account-interior .saos-subscription-inactive .saos-inactive h3 {
  background: #cb1c1c;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 10px;
  line-height: 1.2;
}
.saos-account-interior .saos-subscription-inactive .saos-inactive p {
  padding: 0 10px;
  margin: 0 0 10px;
}
.saos-account-interior .saos-subscription-inactive .saos-inactive .saos-inactive-buttons {
  padding: 10px;
  border-top: 1px solid #e8e8e8;
}
.saos-account-interior .saos-subscription-inactive .saos-inactive .saos-inactive-buttons a {
  display: inline-block;
  border: 1px solid #515151;
  color: #515151;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
}
.saos-account-interior .saos-account.saos-display-block {
  display: block;
}
.saos-account-interior.saos-apply {
  padding-top: 30px;
  padding-bottom: 30px;
}
.saos-account-interior.saos-apply .saos-finish-application {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 4px;
}
.saos-account-interior.saos-apply .saos-finish-application h3 {
  font-size: 24px;
  background: #cb1c1c;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-weight: 600;
}
.saos-account-interior.saos-apply .saos-buttons {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 10px;
}
.saos-account-interior.saos-apply .saos-buttons a {
  display: block;
  text-align: center;
  border: 1px solid #515151;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  width: 48%;
  color: #515151;
}
.saos-account-interior.saos-apply .saos-buttons a:hover {
  background: #cb1c1c;
  color: #fff;
  border-color: #cb1c1c;
}
.saos-account-interior.saos-apply .saos-buttons a:nth-child(1) {
  background: #cb1c1c;
  color: #fff;
  border-color: #cb1c1c;
}
.saos-account-interior.saos-apply .saos-buttons a:nth-child(1):hover {
  border-color: #515151;
  background: #515151;
}
.saos-account-interior.saos-apply .saos-application-information {
  padding: 10px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.saos-account-interior.saos-apply .saos-application-information .label {
  color: #515151;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row {
  display: flex;
  align-items: center;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row.saos-photo-row {
  display: block;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row.saos-photo-row .saos-job-photos {
  margin: 0 -5px;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row.saos-photo-row .saos-photo {
  padding: 5px;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row.saos-photo-row .saos-edit {
  margin: 30px auto 0;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row .saos-info {
  display: block;
  width: 80%;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row .saos-info.saos-missing {
  font-weight: 700;
  color: #cb1c1c;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row .saos-edit {
  width: 20%;
  display: flex;
  align-items: center;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row .saos-edit a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #515151;
  border: 1px solid #515151;
  border-radius: 3px;
  padding: 5px 10px;
}
.saos-account-interior.saos-apply .saos-application-information .saos-application-row .saos-edit a:hover {
  color: #fff;
  background: #cb1c1c;
  border-color: #cb1c1c;
}
.saos-account-interior .my-account-top-nav a {
  display: inline-block;
  margin: 0 0 10px;
}
.saos-account-interior .my-account-top-nav a span {
  padding-left: 10px;
}
.saos-account-interior .my-account-top-nav a:hover {
  color: #cb1c1c;
}
.saos-account-interior .my-account-top-nav a.dashboard-button, .saos-account-interior .my-account-top-nav .saos-account-notes a, .saos-account-interior .saos-account-notes .my-account-top-nav a, .saos-account-interior .my-account-top-nav body .woocommerce .woocommerce-Address .title a.edit-address-button, body .woocommerce .woocommerce-Address .title .saos-account-interior .my-account-top-nav a.edit-address-button, .saos-account-interior .my-account-top-nav .woocommerce .shop_table.subscription_details tr a.button, .saos-account-interior .woocommerce .shop_table.subscription_details tr .my-account-top-nav a.button, .saos-account-interior .my-account-top-nav .woocommerce .shop_table.account-payment-methods-table .payment-method-actions a.button, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .my-account-top-nav a.button, .saos-account-interior .my-account-top-nav form.acf-form .acf-gallery-toolbar a.button, form.acf-form .acf-gallery-toolbar .saos-account-interior .my-account-top-nav a.button {
  margin-top: -10px;
}
.saos-account-interior .my-account-top-nav a.dashboard-button:hover, .saos-account-interior .my-account-top-nav .saos-account-notes a:hover, .saos-account-interior .saos-account-notes .my-account-top-nav a:hover, .saos-account-interior .my-account-top-nav body .woocommerce .woocommerce-Address .title a.edit-address-button:hover, body .woocommerce .woocommerce-Address .title .saos-account-interior .my-account-top-nav a.edit-address-button:hover, .saos-account-interior .my-account-top-nav .woocommerce .shop_table.subscription_details tr a.button:hover, .saos-account-interior .woocommerce .shop_table.subscription_details tr .my-account-top-nav a.button:hover, .saos-account-interior .my-account-top-nav .woocommerce .shop_table.account-payment-methods-table .payment-method-actions a.button:hover, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .my-account-top-nav a.button:hover, .saos-account-interior .my-account-top-nav form.acf-form .acf-gallery-toolbar a.button:hover, form.acf-form .acf-gallery-toolbar .saos-account-interior .my-account-top-nav a.button:hover {
  color: #fff;
}
.saos-account-interior .my-account-top-nav h1,
.saos-account-interior .my-account-top-nav h2 {
  font-size: 38px;
  font-weight: 600;
  color: #cb1c1c;
  line-height: 1.2;
  margin: 0 0 30px;
}
.saos-account-interior .my-account-top-nav h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.saos-account-interior .my-account-top-nav .available-posts p,
.saos-account-interior .my-account-top-nav .my-account-nav-header-note p {
  margin-top: -20px;
  font-size: 15px;
  line-height: 1;
}
.saos-account-interior .saos-logout {
  margin: 30px 0 30px;
  display: flex;
  justify-content: center;
}
.saos-account-interior .saos-account-notes {
  width: 100%;
}
.saos-account-interior .saos-warnings .saos-warning {
  display: none;
  background: #cb1c1c;
  color: #fff;
  padding: 10px 15px;
}
.saos-account-interior .saos-warnings .saos-warning p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.saos-account-interior .saos-warnings .saos-warning .dashboard-button, .saos-account-interior .saos-warnings .saos-warning body .woocommerce .woocommerce-Address .title .edit-address-button, body .woocommerce .woocommerce-Address .title .saos-account-interior .saos-warnings .saos-warning .edit-address-button, .saos-account-interior .saos-warnings .saos-warning .woocommerce .shop_table.subscription_details tr .button, .saos-account-interior .woocommerce .shop_table.subscription_details tr .saos-warnings .saos-warning .button, .saos-account-interior .saos-warnings .saos-warning .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .button, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .saos-warnings .saos-warning .button, .saos-account-interior .saos-warnings .saos-warning form.acf-form .acf-gallery-toolbar .button, form.acf-form .acf-gallery-toolbar .saos-account-interior .saos-warnings .saos-warning .button, .saos-account-interior .saos-warnings .saos-warning .saos-account-notes a, .saos-account-interior .saos-account-notes .saos-warnings .saos-warning a {
  display: inline-block;
  margin-right: 6px;
  color: #fff;
  border-color: #fff;
  line-height: 1;
}
.saos-account-interior .saos-warnings .saos-warning .dashboard-button:hover, .saos-account-interior .saos-warnings .saos-warning body .woocommerce .woocommerce-Address .title .edit-address-button:hover, body .woocommerce .woocommerce-Address .title .saos-account-interior .saos-warnings .saos-warning .edit-address-button:hover, .saos-account-interior .saos-warnings .saos-warning .woocommerce .shop_table.subscription_details tr .button:hover, .saos-account-interior .woocommerce .shop_table.subscription_details tr .saos-warnings .saos-warning .button:hover, .saos-account-interior .saos-warnings .saos-warning .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .button:hover, .saos-account-interior .woocommerce .shop_table.account-payment-methods-table .payment-method-actions .saos-warnings .saos-warning .button:hover, .saos-account-interior .saos-warnings .saos-warning form.acf-form .acf-gallery-toolbar .button:hover, form.acf-form .acf-gallery-toolbar .saos-account-interior .saos-warnings .saos-warning .button:hover, .saos-account-interior .saos-warnings .saos-warning .saos-account-notes a:hover, .saos-account-interior .saos-account-notes .saos-warnings .saos-warning a:hover {
  background: #fff;
  border-color: #fff;
  color: #515151;
}
.saos-account-interior .saos-messages {
  margin: 0 0 15px;
}
.saos-account-interior .saos-messages .saos-message {
  background: #515151;
  color: #fff;
  padding: 17px;
  border-radius: 4px;
  margin: 0 0 15px;
}
.saos-account-interior .saos-messages .saos-message:last-child {
  margin: 0;
}
.saos-account-interior .saos-messages .saos-message p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.saos-account-interior .saos-manage-panel {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 100%;
}
.saos-account-interior .saos-manage-panel h2 {
  font-size: 21px;
  line-height: 1.2;
  padding: 10px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.saos-account-interior .saos-manage-panel ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.saos-account-interior .saos-manage-panel ul li {
  display: block;
}
.saos-account-interior .saos-manage-panel ul li:last-child a {
  border-bottom: 0;
}
.saos-account-interior .saos-manage-panel ul li:last-child a:hover {
  border-bottom: 0;
}
.saos-account-interior .saos-manage-panel ul li a {
  padding: 5px 10px;
  display: block;
  border-bottom: 1px dashed #e8e8e8;
}
.saos-account-interior .saos-manage-panel ul li a:hover {
  background: #cb1c1c;
  color: #fff;
  border-bottom: 1px solid #cb1c1c;
}
.saos-account-interior .saos-account {
  display: flex;
}
.saos-account-interior .saos-account .saos-account-no-results {
  width: 100%;
}
.saos-account-interior .saos-account .saos-account-no-results p {
  margin: 0 0 15px;
}
.saos-account-interior .saos-account .saos-acf-notes {
  width: 25%;
}
.saos-account-interior .saos-account .saos-acf-notes h3 {
  color: #515151;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.saos-account-interior .saos-account .saos-acf-notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.saos-account-interior .saos-account .saos-acf-notes ul li {
  margin: 0 0 15px;
  padding: 15px;
  background: #515151;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.saos-account-interior .saos-account .saos-acf-notes ul li:last-child {
  margin: 0;
}
.saos-account-interior .saos-account .saos-acf-form-wrapper {
  width: 75%;
  padding: 22px 0 0 30px;
}
.saos-account-interior .saos-account .saos-acf-form-wrapper .acf-form {
  padding: 0;
}
.saos-account-interior .saos-account .saos-account-tabs {
  width: 25%;
}
.saos-account-interior .saos-account .saos-account-tabs a {
  position: relative;
  display: block;
  background: #fff;
  color: #cb1c1c;
  padding: 10px;
  margin: 0 0 15px;
  border-radius: 3px;
}
.saos-account-interior .saos-account .saos-account-tabs a.current {
  background: #cb1c1c;
  color: #fff;
}
.saos-account-interior .saos-account .saos-account-tabs a.current::before {
  border-radius: 2px;
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 12px;
  height: 12px;
  display: block;
  transform: rotate(45deg);
  background: #cb1c1c;
  margin-top: -6px;
}
.saos-account-interior .saos-account .saos-account-tabs a:hover {
  background: #cb1c1c;
  color: #fff;
}
.saos-account-interior .saos-account .saos-account-content {
  width: 100%;
}
.saos-account-interior .saos-account .saos-account-content.saos-account-content-tabs {
  width: 75%;
  padding: 0 0 0 30px;
}
.saos-account-interior .saos-account .saos-account-content .saos-account-job-listings {
  display: none;
}
.saos-account-interior .saos-account .saos-account-content .saos-account-job-listings.current {
  display: block;
}
.saos-account-interior .saos-account .saos-account-job-post {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 20px;
}
.saos-account-interior .saos-account .saos-account-job-post.saos-job-application .saos-job-meta .saos-meta-box {
  justify-content: flex-start;
}
.saos-account-interior .saos-account .saos-account-job-post.saos-job-application .saos-job-meta .saos-meta-box .saos-meta-value {
  padding-left: 15px;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-post-header h2 {
  font-size: 21px;
  line-height: 1.2;
  padding: 10px;
  margin: 0;
  padding-right: 15px;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-post-header .saos-post-buttons {
  display: flex;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-post-header .saos-post-buttons a {
  display: inline-block;
  border: 1px solid #515151;
  color: #515151;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  margin: 0 10px 0 0;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-post-header .saos-post-buttons a:hover {
  background: #cb1c1c;
  color: #fff;
  border-color: #cb1c1c;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta {
  display: flex;
  border-top: 1px solid #e8e8e8;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta .saos-meta-box {
  width: 33.3333%;
  display: flex;
  justify-content: space-between;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta .saos-meta-box .saos-meta-label {
  background: #e8e8e8;
  padding: 5px 10px;
  font-size: 14px;
  color: #515151;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta .saos-meta-box .saos-meta-label span {
  color: #515151;
  padding-left: 4px;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta .saos-meta-box .saos-meta-value {
  padding: 5px;
  padding-right: 10px;
  font-size: 13px;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta .saos-meta-box {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta .saos-meta-box .saos-meta-address {
  padding: 0 10px;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta .saos-meta-box .saos-meta-address .address-divider {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta .saos-meta-box .saos-meta-address .address-divider::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #515151;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta {
    flex-wrap: wrap;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta {
    position: relative;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta .saos-meta-box {
    position: relative;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta .saos-meta-box .saos-meta-label::before {
    content: "";
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    z-index: 1;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta .saos-meta-box .saos-meta-label > * {
    position: relative;
    z-index: 10;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta.saos-location-meta .saos-meta-box .saos-meta-address {
    width: 60%;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta .saos-meta-box {
    width: 50%;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta .saos-meta-box .saos-meta-label {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .saos-account-interior .saos-manage-panel {
    height: auto;
    margin: 0 0 15px;
  }
  .saos-account-interior .saos-account {
    flex-wrap: wrap;
  }
  .saos-account-interior .saos-account .woocommerce-notices-wrapper {
    width: 100%;
  }
  .saos-account-interior .saos-account .saos-account-tabs {
    width: 100%;
    margin-bottom: 15px;
  }
  .saos-account-interior .saos-account .saos-account-tabs a.current::before {
    display: none;
  }
  .saos-account-interior .saos-account .saos-account-content.saos-account-content-tabs {
    width: 100%;
    padding: 0;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta .saos-meta-box {
    width: 100%;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-job-meta .saos-meta-box .saos-meta-label {
    width: 40%;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-post-header .saos-post-buttons {
    flex-wrap: wrap;
    margin-bottom: -7px;
  }
  .saos-account-interior .saos-account .saos-account-job-post .saos-post-header .saos-post-buttons a {
    margin-bottom: 7px;
  }
  .saos-account-interior .saos-account .saos-acf-notes {
    width: 100%;
  }
  .saos-account-interior .saos-account .saos-acf-notes ul li {
    margin: 0 0 5px;
    padding: 5px;
    font-size: 14px;
  }
  .saos-account-interior .saos-account .saos-acf-form-wrapper {
    padding: 30px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .saos-account-interior .my-account-top-nav {
    padding: 0 15px;
  }
  .saos-account-interior .saos-account-wrapper {
    padding: 0 15px;
  }
  .saos-account-interior .saos-account-wrapper .my-account-top-nav {
    padding: 0;
  }
  .saos-account-interior.saos-apply .saos-application-information .saos-application-row .saos-info {
    width: 70%;
    word-break: break-all;
    padding-right: 10px;
  }
  .saos-account-interior.saos-apply .saos-application-information .saos-application-row .saos-edit {
    width: 30%;
  }
  .saos-account-interior.saos-apply .saos-buttons a {
    width: 100%;
  }
}
.pricing {
  padding: 60px 0;
}
.pricing h1 {
  text-align: center;
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  margin: 0 0 30px;
}
.pricing .pricing-description {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.pricing .package {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.pricing .package .package-header {
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
}
.pricing .package .package-header h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #cb1c1c;
  margin: 0;
}
.pricing .package .package-header h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 20px;
}
.pricing .package .package-header p {
  background: #cb1c1c;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 5px 10px;
}
.pricing .package ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing .package ul li {
  padding: 5px 10px;
  display: block;
  border-bottom: 1px dashed #e8e8e8;
}
.pricing .package ul li:last-child {
  border-bottom: 0;
}
.pricing .package .package-login {
  padding: 10px;
  text-align: center;
  background: #cb1c1c;
}
.pricing .package .package-login p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.pricing .package .package-login a {
  color: #fff;
  border-bottom-color: #fff;
}
.pricing .package .package-login a:hover {
  color: #000;
}
.pricing .package .package-add .quantity-meta {
  display: flex;
  border-top: 1px solid #e8e8e8;
  padding: 10px;
  align-items: center;
}
.pricing .package .package-add .quantity-meta label {
  width: 260px;
  font-weight: 700;
}
.pricing .package .package-add button {
  width: 100%;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .pricing .row .col-md-6, .pricing body .store .products .col-md-6, body .store .pricing .products .col-md-6 {
    margin: 0 0 30px;
  }
  .pricing .row .col-md-6:last-child, .pricing body .store .products .col-md-6:last-child, body .store .pricing .products .col-md-6:last-child {
    margin: 0;
  }
}
.board-empty {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 30px;
  text-align: center;
}
.board-empty h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #000;
}

.job-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

.saos-job-excerpt {
  position: relative;
  padding: 10px 0 0 0;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 15px;
}
.saos-job-excerpt.saos-active-job {
  position: relative;
}
.saos-job-excerpt.saos-active-job::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  border: 2px solid #cb1c1c;
  z-index: 10;
}
.saos-job-excerpt.saos-active-job::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #cb1c1c;
  position: absolute;
  right: -8px;
  top: 20px;
  border-radius: 10px;
  transform: rotate(90deg);
  z-index: 10;
}
.saos-job-excerpt.saos-active-job > * {
  position: relative;
  z-index: 15;
  padding: 2px;
}
.saos-job-excerpt.saos-active-job .saos-job-actions a.saos-load-job {
  display: none;
}
.saos-job-excerpt.saos-active-job .saos-job-actions a.saos-job-loaded {
  display: block;
  color: #fff;
  background: #cb1c1c;
  border-color: #cb1c1c;
}
.saos-job-excerpt.saos-main-job-excerpt {
  display: none;
}
.saos-job-excerpt.saos-main-job-excerpt.saos-main-job-active {
  display: block;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-sharing {
  margin-left: -5px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-meta h3 {
  font-size: 24px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description {
  padding: 10px;
  border-top: 1px solid #e8e8e8;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description p,
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description li {
  font-size: 16px;
  line-height: 1.5;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description p {
  margin: 0 0 15px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description ol,
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description ul {
  margin: 0 0 15px 30px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description ol li,
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description ul li {
  margin-bottom: 5px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-description > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-photos {
  padding: 0 5px;
  margin: 0 0 45px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-photos.low-photos {
  padding-top: 5px;
  margin-bottom: 0;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-photos .saos-photo {
  padding: 5px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-listing-benefits ul {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 10px 5px 10px;
  justify-content: center;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-listing-benefits ul li {
  background: #515151;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  margin: 0 5px 5px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-apply a {
  display: block;
  width: 100%;
  background: #cb1c1c;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.saos-job-excerpt.saos-main-job-excerpt .saos-job-apply a:hover {
  background: #515151;
}
.saos-job-excerpt .saos-job-logo {
  max-width: 130px;
  margin: 0 0 10px 10px;
}
.saos-job-excerpt .saos-job-meta h3 {
  color: #cb1c1c;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}
.saos-job-excerpt .saos-job-meta h3 a {
  color: #cb1c1c;
}
.saos-job-excerpt .saos-job-meta h3 a:hover {
  color: #515151;
}
.saos-job-excerpt .saos-job-pay {
  background: #515151;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px;
}
.saos-job-excerpt .saos-job-pay strong {
  font-weight: 600;
}
.saos-job-excerpt .saos-job-address {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.2;
  color: #515151;
}
.saos-job-excerpt .saos-job-post-dates {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}
.saos-job-excerpt .saos-job-post-dates span {
  display: block;
  width: 50%;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1;
  color: #515151;
}
.saos-job-excerpt .saos-job-post-dates span:first-child {
  border-right: 1px solid #e8e8e8;
}
.saos-job-excerpt .saos-job-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 5px;
}
.saos-job-excerpt .saos-job-actions a {
  width: calc(50% - 10px);
  display: inline-block;
  border: 1px solid #515151;
  color: #515151;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px 10px;
  padding: 5px 10px;
  text-align: center;
}
.saos-job-excerpt .saos-job-actions a:hover {
  background: #cb1c1c;
  border-color: #cb1c1c;
  color: #fff;
}
.saos-job-excerpt .saos-job-actions a.saos-job-loaded {
  display: none;
}

.job-page .saos-button {
  display: inline-block;
  border: 1px solid #515151;
  color: #515151;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  margin: 0 10px 0 0;
}
.job-page .saos-button.saos-block {
  display: block;
  text-align: center;
  margin: 0;
}
.job-page .saos-button:hover {
  background: #cb1c1c;
  border-color: #cb1c1c;
  color: #fff;
}
.job-page.company-profile .saos-widget .saos-widget-content .saos-share-wrapper {
  margin-top: 10px;
}
.job-page .saos-widget {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: 0 0 30px;
  overflow: hidden;
}
.job-page .saos-widget:last-child {
  margin-bottom: 0;
}
.job-page .saos-widget h1,
.job-page .saos-widget h2 {
  color: #cb1c1c;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}
.job-page .saos-widget h1 {
  border-bottom: 0;
}
.job-page .saos-widget .saos-widget-content {
  padding: 10px;
}
.job-page .saos-widget .saos-widget-content .saos-share-wrapper {
  margin-left: -5px;
}
.job-page .saos-widget.saos-job-company .saos-company-logo {
  margin: 0 0 10px;
}
.job-page .saos-widget.saos-job-benefits p {
  margin: 0;
  padding: 10px;
}
.job-page .saos-widget.saos-job-benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-page .saos-widget.saos-job-benefits ul li {
  padding: 10px;
  line-height: 1;
  font-size: 15px;
  border-bottom: 1px dashed #e8e8e8;
}
.job-page .saos-widget.saos-job-benefits ul li:last-child {
  border-bottom: 0;
}
.job-page .saos-widget.saos-job-location .saos-address-one,
.job-page .saos-widget.saos-job-location .saos-address-two {
  display: block;
}
.job-page .saos-widget.saos-job-location p {
  margin: 0;
}
.job-page .saos-widget.saos-job-location a {
  margin-top: 10px;
}
.job-page .saos-widget.saos-location-benefits .saos-location-detail {
  padding: 10px;
  border-bottom: 1px dashed #e8e8e8;
}
.job-page .saos-widget.saos-location-benefits .saos-location-detail p {
  margin: 0;
  padding: 0;
}
.job-page .saos-widget.saos-location-benefits .saos-location-detail:last-child {
  border-bottom: 0;
}
.job-page .saos-widget.saos-job-information .saos-share-wrapper {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 5px;
}
.job-page .saos-widget.saos-job-information .saos-job-pay {
  padding: 10px;
  background: #cb1c1c;
  color: #fff;
}
.job-page .saos-widget.saos-job-information .saos-job-pay .saos-job-hourly span {
  display: block;
}
.job-page .saos-widget.saos-job-information .saos-job-photos {
  padding: 0 5px;
  margin: 0 0 45px;
}
.job-page .saos-widget.saos-job-information .saos-job-photos.low-photos {
  padding-top: 5px;
  margin-bottom: 0;
}
.job-page .saos-widget.saos-job-information .saos-job-photos .saos-photo {
  padding: 5px;
}
.job-page .saos-widget.saos-job-information .saos-job-description {
  padding: 10px;
}
.job-page .saos-widget.saos-job-information .saos-job-description p {
  margin: 0 0 10px;
}
.job-page .saos-widget.saos-job-information .saos-job-description ul,
.job-page .saos-widget.saos-job-information .saos-job-description ol {
  margin: 0 0 10px 30px;
}
.job-page .saos-widget.saos-job-information .saos-job-description ul li,
.job-page .saos-widget.saos-job-information .saos-job-description ol li {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 3px;
}
.job-page .saos-widget.saos-job-information .saos-job-description ul li:last-child,
.job-page .saos-widget.saos-job-information .saos-job-description ol li:last-child {
  margin-bottom: 0;
}
.job-page .saos-widget.saos-job-information .saos-job-description ul {
  list-style: disc;
}
.job-page .saos-widget.saos-job-information .saos-job-description ol {
  list-style: decimal;
}
.job-page .saos-widget.saos-job-information .saos-job-description blockquote {
  padding: 0 10px;
  margin: 0 0 10px;
  border-left: 3px solid #cb1c1c;
  background: #e8e8e8;
}
.job-page .saos-widget.saos-job-information .saos-job-description blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.job-page .saos-widget.saos-company-company-details .saos-button {
  margin-top: 10px;
}
.job-page .saos-widget.saos-company-description p {
  margin: 0 0 10px;
}
.job-page .saos-widget.saos-company-description ul,
.job-page .saos-widget.saos-company-description ol {
  margin: 0 0 10px 30px;
}
.job-page .saos-widget.saos-company-description ul li,
.job-page .saos-widget.saos-company-description ol li {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 3px;
}
.job-page .saos-widget.saos-company-description ul li:last-child,
.job-page .saos-widget.saos-company-description ol li:last-child {
  margin-bottom: 0;
}
.job-page .saos-widget.saos-company-description ul {
  list-style: disc;
}
.job-page .saos-widget.saos-company-description ol {
  list-style: decimal;
}
.job-page .saos-widget.saos-company-description blockquote {
  padding: 0 10px;
  margin: 0 0 10px;
  border-left: 3px solid #cb1c1c;
  background: #e8e8e8;
}
.job-page .saos-widget.saos-company-description blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.job-page .saos-widget .saos-widget-list .saos-widget-list-item {
  border-bottom: 1px dashed #e8e8e8;
  padding: 10px;
}
.job-page .saos-widget .saos-widget-list .saos-widget-list-item:last-child {
  border-bottom: 0;
}
.job-page .saos-widget .saos-widget-no-results p {
  margin: 0;
  padding: 10px;
}

@media (max-width: 991.98px) {
  .job-feed {
    display: block;
  }
  .job-feed .job-listing.job-sidebar {
    display: none;
  }
  .job-feed .job-posts {
    width: 100%;
  }
  .job-feed .job-posts .saos-job-post-navigation {
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .saos-job-excerpt.saos-main-job-excerpt {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .job-page .saos-widget.saos-job-information {
    margin-bottom: 30px;
  }
  .job-page .saos-widget.saos-company-company-details {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
