@charset "UTF-8";

/******
* 
* Add Sequence-dependent files
*  
******/

/*
* Variables
*/

/***
* Mixins
***/

:root {
  --blue: #1C2136;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #F5923F;
  --yellow: #FFCA34;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3A3A3A;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #FFCA34;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #0E0F1F;
  --blue: #1C2136;
  --orange: #F5923F;
  --gray: #3A3A3A;
  --bkgd-gray: #F8F8F8;
  --white: #FFFFFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

[tabindex="-1"]:focus {
  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,
.block-content {
  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;
}

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;
}

dfn {
  font-style: italic;
}

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: #3A3A3A;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #141414;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

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;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
.grad-livestream .select-dropdown dt a,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select,
.grad-livestream .select-dropdown dt a {
  text-transform: none;
}

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

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;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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-cancel-button,
[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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(14, 15, 31, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  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,
.woocommerce-order-received .woocommerce {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .woocommerce-order-received .woocommerce {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .woocommerce-order-received .woocommerce {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .woocommerce-order-received .woocommerce {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .woocommerce-order-received .woocommerce {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row,
.woocommerce-order-received .woocommerce .woocommerce-order {
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.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%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .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%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .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%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .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%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .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%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #FFFFFF;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(14, 15, 31, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(14, 15, 31, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c8c8c8;
}

.table-hover .table-primary:hover {
  background-color: #bbbbbb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bbbbbb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff0c6;
}

.table-hover .table-warning:hover {
  background-color: #ffe9ad;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe9ad;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #bcbcc0;
}

.table-hover .table-black:hover {
  background-color: #afafb4;
}

.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #afafb4;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #bfc1c7;
}

.table-hover .table-blue:hover {
  background-color: #b1b4bb;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #b1b4bb;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fce0c9;
}

.table-hover .table-orange:hover {
  background-color: #fbd2b1;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #fbd2b1;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #c8c8c8;
}

.table-hover .table-gray:hover {
  background-color: #bbbbbb;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #bbbbbb;
}

.table-bkgd-gray,
.table-bkgd-gray > th,
.table-bkgd-gray > td {
  background-color: #fdfdfd;
}

.table-hover .table-bkgd-gray:hover {
  background-color: #f0f0f0;
}

.table-hover .table-bkgd-gray:hover > td,
.table-hover .table-bkgd-gray:hover > th {
  background-color: #f0f0f0;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(14, 15, 31, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(6, 7, 13, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(6, 7, 13, 0.075);
}

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control,
.woocommerce input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce select,
.woocommerce .grad-livestream .select-dropdown dt a,
.grad-livestream .select-dropdown dt .woocommerce a,
.woocommerce textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand,
.woocommerce input:not([type=submit]):not([type=checkbox]):not([type=radio])::-ms-expand,
.woocommerce select::-ms-expand,
.woocommerce .grad-livestream .select-dropdown dt a::-ms-expand,
.grad-livestream .select-dropdown dt .woocommerce a::-ms-expand,
.woocommerce textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.woocommerce input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce select:focus,
.woocommerce .grad-livestream .select-dropdown dt a:focus,
.grad-livestream .select-dropdown dt .woocommerce a:focus,
.woocommerce textarea:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #7a7a7a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.25);
}

.form-control::-moz-placeholder, .woocommerce input:not([type=submit]):not([type=checkbox]):not([type=radio])::-moz-placeholder, .woocommerce select::-moz-placeholder, .woocommerce .grad-livestream .select-dropdown dt a::-moz-placeholder, .grad-livestream .select-dropdown dt .woocommerce a::-moz-placeholder, .woocommerce textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.woocommerce input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.woocommerce select::placeholder,
.woocommerce .grad-livestream .select-dropdown dt a::placeholder,
.grad-livestream .select-dropdown dt .woocommerce a::placeholder,
.woocommerce textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.woocommerce input:disabled:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce select:disabled,
.woocommerce .grad-livestream .select-dropdown dt a:disabled,
.grad-livestream .select-dropdown dt .woocommerce a:disabled,
.woocommerce textarea:disabled,
.form-control[readonly],
.woocommerce input[readonly]:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce select[readonly],
.woocommerce .grad-livestream .select-dropdown dt a[readonly],
.grad-livestream .select-dropdown dt .woocommerce a[readonly],
.woocommerce textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt a.form-control:not([size]):not([multiple]),
.woocommerce select:not([size]):not([multiple]),
.woocommerce .grad-livestream .select-dropdown dt a:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .woocommerce a:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value,
.grad-livestream .select-dropdown dt a.form-control:focus::-ms-value,
.woocommerce select:focus::-ms-value,
.woocommerce .grad-livestream .select-dropdown dt a:focus::-ms-value,
.grad-livestream .select-dropdown dt .woocommerce a:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.woocommerce .input-group-sm > input.form-control-plaintext:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group-sm > select.form-control-plaintext,
.woocommerce .grad-livestream .select-dropdown dt .input-group-sm > a.form-control-plaintext,
.grad-livestream .select-dropdown dt .woocommerce .input-group-sm > a.form-control-plaintext,
.woocommerce .input-group-sm > textarea.form-control-plaintext,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.woocommerce .input-group-lg > input.form-control-plaintext:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group-lg > select.form-control-plaintext,
.woocommerce .grad-livestream .select-dropdown dt .input-group-lg > a.form-control-plaintext,
.grad-livestream .select-dropdown dt .woocommerce .input-group-lg > a.form-control-plaintext,
.woocommerce .input-group-lg > textarea.form-control-plaintext,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.woocommerce .input-group-sm > input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group-sm > select,
.woocommerce .grad-livestream .select-dropdown dt .input-group-sm > a,
.grad-livestream .select-dropdown dt .woocommerce .input-group-sm > a,
.woocommerce .input-group-sm > textarea,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt a.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-sm > a.form-control:not([size]):not([multiple]),
.woocommerce .input-group-sm > select:not([size]):not([multiple]),
.woocommerce .grad-livestream .select-dropdown dt .input-group-sm > a:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .woocommerce .input-group-sm > a:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-sm > .input-group-prepend > a.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-sm > .input-group-append > a.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-sm > .input-group-prepend > a.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-sm > .input-group-append > a.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.woocommerce .input-group-lg > input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group-lg > select,
.woocommerce .grad-livestream .select-dropdown dt .input-group-lg > a,
.grad-livestream .select-dropdown dt .woocommerce .input-group-lg > a,
.woocommerce .input-group-lg > textarea,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt a.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-lg > a.form-control:not([size]):not([multiple]),
.woocommerce .input-group-lg > select:not([size]):not([multiple]),
.woocommerce .grad-livestream .select-dropdown dt .input-group-lg > a:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .woocommerce .input-group-lg > a:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-lg > .input-group-prepend > a.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-lg > .input-group-append > a.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-lg > .input-group-prepend > a.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.grad-livestream .select-dropdown dt .input-group-lg > .input-group-append > a.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.was-validated .woocommerce input:valid:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .was-validated input:valid:not([type=submit]):not([type=checkbox]):not([type=radio]),
.was-validated .woocommerce select:valid,
.was-validated .woocommerce .grad-livestream .select-dropdown dt a:valid,
.grad-livestream .select-dropdown dt .was-validated .woocommerce a:valid,
.woocommerce .was-validated select:valid,
.woocommerce .was-validated .grad-livestream .select-dropdown dt a:valid,
.grad-livestream .select-dropdown dt .woocommerce .was-validated a:valid,
.was-validated .woocommerce textarea:valid,
.woocommerce .was-validated textarea:valid,
.form-control.is-valid,
.woocommerce input.is-valid:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce select.is-valid,
.woocommerce .grad-livestream .select-dropdown dt a.is-valid,
.grad-livestream .select-dropdown dt .woocommerce a.is-valid,
.woocommerce textarea.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.was-validated .woocommerce input:valid:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .was-validated input:valid:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),
.was-validated .woocommerce select:valid:focus,
.was-validated .woocommerce .grad-livestream .select-dropdown dt a:valid:focus,
.grad-livestream .select-dropdown dt .was-validated .woocommerce a:valid:focus,
.woocommerce .was-validated select:valid:focus,
.woocommerce .was-validated .grad-livestream .select-dropdown dt a:valid:focus,
.grad-livestream .select-dropdown dt .woocommerce .was-validated a:valid:focus,
.was-validated .woocommerce textarea:valid:focus,
.woocommerce .was-validated textarea:valid:focus,
.form-control.is-valid:focus,
.woocommerce input.is-valid:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce select.is-valid:focus,
.woocommerce .grad-livestream .select-dropdown dt a.is-valid:focus,
.grad-livestream .select-dropdown dt .woocommerce a.is-valid:focus,
.woocommerce textarea.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .woocommerce input:valid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .valid-feedback,
.woocommerce .was-validated input:valid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .valid-feedback,
.was-validated .woocommerce select:valid ~ .valid-feedback,
.was-validated .woocommerce .grad-livestream .select-dropdown dt a:valid ~ .valid-feedback,
.grad-livestream .select-dropdown dt .was-validated .woocommerce a:valid ~ .valid-feedback,
.woocommerce .was-validated select:valid ~ .valid-feedback,
.woocommerce .was-validated .grad-livestream .select-dropdown dt a:valid ~ .valid-feedback,
.grad-livestream .select-dropdown dt .woocommerce .was-validated a:valid ~ .valid-feedback,
.was-validated .woocommerce textarea:valid ~ .valid-feedback,
.woocommerce .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .woocommerce input:valid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .valid-tooltip,
.woocommerce .was-validated input:valid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .valid-tooltip,
.was-validated .woocommerce select:valid ~ .valid-tooltip,
.was-validated .woocommerce .grad-livestream .select-dropdown dt a:valid ~ .valid-tooltip,
.grad-livestream .select-dropdown dt .was-validated .woocommerce a:valid ~ .valid-tooltip,
.woocommerce .was-validated select:valid ~ .valid-tooltip,
.woocommerce .was-validated .grad-livestream .select-dropdown dt a:valid ~ .valid-tooltip,
.grad-livestream .select-dropdown dt .woocommerce .was-validated a:valid ~ .valid-tooltip,
.was-validated .woocommerce textarea:valid ~ .valid-tooltip,
.woocommerce .was-validated textarea:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.woocommerce input.is-valid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .valid-feedback,
.woocommerce select.is-valid ~ .valid-feedback,
.woocommerce .grad-livestream .select-dropdown dt a.is-valid ~ .valid-feedback,
.grad-livestream .select-dropdown dt .woocommerce a.is-valid ~ .valid-feedback,
.woocommerce textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.woocommerce input.is-valid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .valid-tooltip,
.woocommerce select.is-valid ~ .valid-tooltip,
.woocommerce .grad-livestream .select-dropdown dt a.is-valid ~ .valid-tooltip,
.grad-livestream .select-dropdown dt .woocommerce a.is-valid ~ .valid-tooltip,
.woocommerce textarea.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.was-validated .woocommerce input:invalid:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .was-validated input:invalid:not([type=submit]):not([type=checkbox]):not([type=radio]),
.was-validated .woocommerce select:invalid,
.was-validated .woocommerce .grad-livestream .select-dropdown dt a:invalid,
.grad-livestream .select-dropdown dt .was-validated .woocommerce a:invalid,
.woocommerce .was-validated select:invalid,
.woocommerce .was-validated .grad-livestream .select-dropdown dt a:invalid,
.grad-livestream .select-dropdown dt .woocommerce .was-validated a:invalid,
.was-validated .woocommerce textarea:invalid,
.woocommerce .was-validated textarea:invalid,
.form-control.is-invalid,
.woocommerce input.is-invalid:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce select.is-invalid,
.woocommerce .grad-livestream .select-dropdown dt a.is-invalid,
.grad-livestream .select-dropdown dt .woocommerce a.is-invalid,
.woocommerce textarea.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .woocommerce input:invalid:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .was-validated input:invalid:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),
.was-validated .woocommerce select:invalid:focus,
.was-validated .woocommerce .grad-livestream .select-dropdown dt a:invalid:focus,
.grad-livestream .select-dropdown dt .was-validated .woocommerce a:invalid:focus,
.woocommerce .was-validated select:invalid:focus,
.woocommerce .was-validated .grad-livestream .select-dropdown dt a:invalid:focus,
.grad-livestream .select-dropdown dt .woocommerce .was-validated a:invalid:focus,
.was-validated .woocommerce textarea:invalid:focus,
.woocommerce .was-validated textarea:invalid:focus,
.form-control.is-invalid:focus,
.woocommerce input.is-invalid:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce select.is-invalid:focus,
.woocommerce .grad-livestream .select-dropdown dt a.is-invalid:focus,
.grad-livestream .select-dropdown dt .woocommerce a.is-invalid:focus,
.woocommerce textarea.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .woocommerce input:invalid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .invalid-feedback,
.woocommerce .was-validated input:invalid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .invalid-feedback,
.was-validated .woocommerce select:invalid ~ .invalid-feedback,
.was-validated .woocommerce .grad-livestream .select-dropdown dt a:invalid ~ .invalid-feedback,
.grad-livestream .select-dropdown dt .was-validated .woocommerce a:invalid ~ .invalid-feedback,
.woocommerce .was-validated select:invalid ~ .invalid-feedback,
.woocommerce .was-validated .grad-livestream .select-dropdown dt a:invalid ~ .invalid-feedback,
.grad-livestream .select-dropdown dt .woocommerce .was-validated a:invalid ~ .invalid-feedback,
.was-validated .woocommerce textarea:invalid ~ .invalid-feedback,
.woocommerce .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .woocommerce input:invalid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .invalid-tooltip,
.woocommerce .was-validated input:invalid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .invalid-tooltip,
.was-validated .woocommerce select:invalid ~ .invalid-tooltip,
.was-validated .woocommerce .grad-livestream .select-dropdown dt a:invalid ~ .invalid-tooltip,
.grad-livestream .select-dropdown dt .was-validated .woocommerce a:invalid ~ .invalid-tooltip,
.woocommerce .was-validated select:invalid ~ .invalid-tooltip,
.woocommerce .was-validated .grad-livestream .select-dropdown dt a:invalid ~ .invalid-tooltip,
.grad-livestream .select-dropdown dt .woocommerce .was-validated a:invalid ~ .invalid-tooltip,
.was-validated .woocommerce textarea:invalid ~ .invalid-tooltip,
.woocommerce .was-validated textarea:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.woocommerce input.is-invalid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .invalid-feedback,
.woocommerce select.is-invalid ~ .invalid-feedback,
.woocommerce .grad-livestream .select-dropdown dt a.is-invalid ~ .invalid-feedback,
.grad-livestream .select-dropdown dt .woocommerce a.is-invalid ~ .invalid-feedback,
.woocommerce textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.woocommerce input.is-invalid:not([type=submit]):not([type=checkbox]):not([type=radio]) ~ .invalid-tooltip,
.woocommerce select.is-invalid ~ .invalid-tooltip,
.woocommerce .grad-livestream .select-dropdown dt a.is-invalid ~ .invalid-tooltip,
.grad-livestream .select-dropdown dt .woocommerce a.is-invalid ~ .invalid-tooltip,
.woocommerce textarea.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .form-inline .woocommerce input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .woocommerce .form-inline input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .form-inline .woocommerce select,
  .form-inline .woocommerce .grad-livestream .select-dropdown dt a,
  .grad-livestream .select-dropdown dt .form-inline .woocommerce a,
  .woocommerce .form-inline select,
  .woocommerce .form-inline .grad-livestream .select-dropdown dt a,
  .grad-livestream .select-dropdown dt .woocommerce .form-inline a,
  .form-inline .woocommerce textarea,
  .woocommerce .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #272727;
  border-color: #212121;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #212121;
  border-color: #1a1a1a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFCA34;
  border-color: #FFCA34;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffc00e;
  border-color: #ffbd01;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 52, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #FFCA34;
  border-color: #FFCA34;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffbd01;
  border-color: #f3b400;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 52, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-black {
  color: #FFFFFF;
  background-color: #0E0F1F;
  border-color: #0E0F1F;
}

.btn-black:hover {
  color: #FFFFFF;
  background-color: #020205;
  border-color: black;
}

.btn-black:focus,
.btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 15, 31, 0.5);
}

.btn-black.disabled,
.btn-black:disabled {
  color: #FFFFFF;
  background-color: #0E0F1F;
  border-color: #0E0F1F;
}

.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 15, 31, 0.5);
}

.btn-blue {
  color: #FFFFFF;
  background-color: #1C2136;
  border-color: #1C2136;
}

.btn-blue:hover {
  color: #FFFFFF;
  background-color: #0f121d;
  border-color: #0b0c14;
}

.btn-blue:focus,
.btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 33, 54, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #FFFFFF;
  background-color: #1C2136;
  border-color: #1C2136;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0b0c14;
  border-color: #06070c;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 33, 54, 0.5);
}

.btn-orange {
  color: #212529;
  background-color: #F5923F;
  border-color: #F5923F;
}

.btn-orange:hover {
  color: #FFFFFF;
  background-color: #f37d1b;
  border-color: #f2760f;
}

.btn-orange:focus,
.btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 146, 63, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #212529;
  background-color: #F5923F;
  border-color: #F5923F;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f2760f;
  border-color: #e8700c;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 146, 63, 0.5);
}

.btn-gray {
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}

.btn-gray:hover {
  color: #FFFFFF;
  background-color: #272727;
  border-color: #212121;
}

.btn-gray:focus,
.btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #FFFFFF;
  background-color: #212121;
  border-color: #1a1a1a;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.btn-bkgd-gray {
  color: #212529;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-bkgd-gray:hover {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #dfdfdf;
}

.btn-bkgd-gray:focus,
.btn-bkgd-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

.btn-bkgd-gray.disabled,
.btn-bkgd-gray:disabled {
  color: #212529;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-bkgd-gray:not(:disabled):not(.disabled):active,
.btn-bkgd-gray:not(:disabled):not(.disabled).active,
.show > .btn-bkgd-gray.dropdown-toggle {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d8d8d8;
}

.btn-bkgd-gray:not(:disabled):not(.disabled):active:focus,
.btn-bkgd-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-bkgd-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: #3A3A3A;
  background-color: transparent;
  background-image: none;
  border-color: #3A3A3A;
}

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3A3A3A;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #FFCA34;
  background-color: transparent;
  background-image: none;
  border-color: #FFCA34;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFCA34;
  border-color: #FFCA34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 52, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #FFCA34;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFCA34;
  border-color: #FFCA34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 52, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-black {
  color: #0E0F1F;
  background-color: transparent;
  background-image: none;
  border-color: #0E0F1F;
}

.btn-outline-black:hover {
  color: #FFFFFF;
  background-color: #0E0F1F;
  border-color: #0E0F1F;
}

.btn-outline-black:focus,
.btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 15, 31, 0.5);
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #0E0F1F;
  background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0E0F1F;
  border-color: #0E0F1F;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 15, 31, 0.5);
}

.btn-outline-blue {
  color: #1C2136;
  background-color: transparent;
  background-image: none;
  border-color: #1C2136;
}

.btn-outline-blue:hover {
  color: #FFFFFF;
  background-color: #1C2136;
  border-color: #1C2136;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 33, 54, 0.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #1C2136;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1C2136;
  border-color: #1C2136;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 33, 54, 0.5);
}

.btn-outline-orange {
  color: #F5923F;
  background-color: transparent;
  background-image: none;
  border-color: #F5923F;
}

.btn-outline-orange:hover {
  color: #212529;
  background-color: #F5923F;
  border-color: #F5923F;
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 146, 63, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #F5923F;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
  background-color: #F5923F;
  border-color: #F5923F;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 146, 63, 0.5);
}

.btn-outline-gray {
  color: #3A3A3A;
  background-color: transparent;
  background-image: none;
  border-color: #3A3A3A;
}

.btn-outline-gray:hover {
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #3A3A3A;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}

.btn-outline-bkgd-gray {
  color: #F8F8F8;
  background-color: transparent;
  background-image: none;
  border-color: #F8F8F8;
}

.btn-outline-bkgd-gray:hover {
  color: #212529;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-outline-bkgd-gray:focus,
.btn-outline-bkgd-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

.btn-outline-bkgd-gray.disabled,
.btn-outline-bkgd-gray:disabled {
  color: #F8F8F8;
  background-color: transparent;
}

.btn-outline-bkgd-gray:not(:disabled):not(.disabled):active,
.btn-outline-bkgd-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-bkgd-gray.dropdown-toggle {
  color: #212529;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-outline-bkgd-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-bkgd-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-bkgd-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}

.btn-outline-white {
  color: #FFFFFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFFFFF;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #FFFFFF;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3A3A3A;
  background-color: transparent;
}

.btn-link:hover {
  color: #141414;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(14, 15, 31, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3A3A3A;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.woocommerce .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > a,
.grad-livestream .select-dropdown dt .woocommerce .input-group > a,
.woocommerce .input-group > textarea,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.woocommerce .input-group > input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > select:focus,
.woocommerce .grad-livestream .select-dropdown dt .input-group > a:focus,
.grad-livestream .select-dropdown dt .woocommerce .input-group > a:focus,
.woocommerce .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.woocommerce .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]) + .form-control,
.woocommerce .input-group > select + .form-control,
.woocommerce .grad-livestream .select-dropdown dt .input-group > a + .form-control,
.grad-livestream .select-dropdown dt .woocommerce .input-group > a + .form-control,
.woocommerce .input-group > textarea + .form-control,
.woocommerce .input-group > .form-control + input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]) + input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > select + input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .grad-livestream .select-dropdown dt .input-group > a + input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.grad-livestream .select-dropdown dt .woocommerce .input-group > a + input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > textarea + input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > .form-control + select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > .form-control + a,
.grad-livestream .select-dropdown dt .woocommerce .input-group > .form-control + a,
.woocommerce .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]) + select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]) + a,
.grad-livestream .select-dropdown dt .woocommerce .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]) + a,
.woocommerce .input-group > select + select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > a + select,
.grad-livestream .select-dropdown dt .woocommerce .input-group > a + select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > select + a,
.grad-livestream .select-dropdown dt .woocommerce .input-group > select + a,
.woocommerce .grad-livestream .select-dropdown dt .input-group > a + a,
.grad-livestream .select-dropdown dt .woocommerce .input-group > a + a,
.woocommerce .input-group > textarea + select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > textarea + a,
.grad-livestream .select-dropdown dt .woocommerce .input-group > textarea + a,
.woocommerce .input-group > .form-control + textarea,
.woocommerce .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]) + textarea,
.woocommerce .input-group > select + textarea,
.woocommerce .grad-livestream .select-dropdown dt .input-group > a + textarea,
.grad-livestream .select-dropdown dt .woocommerce .input-group > a + textarea,
.woocommerce .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.woocommerce .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]) + .custom-select,
.woocommerce .input-group > select + .custom-select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > a + .custom-select,
.grad-livestream .select-dropdown dt .woocommerce .input-group > a + .custom-select,
.woocommerce .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.woocommerce .input-group > input:not([type=submit]):not([type=checkbox]):not([type=radio]) + .custom-file,
.woocommerce .input-group > select + .custom-file,
.woocommerce .grad-livestream .select-dropdown dt .input-group > a + .custom-file,
.grad-livestream .select-dropdown dt .woocommerce .input-group > a + .custom-file,
.woocommerce .input-group > textarea + .custom-file,
.input-group > .custom-select + .form-control,
.woocommerce .input-group > .custom-select + input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > .custom-select + select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > .custom-select + a,
.grad-livestream .select-dropdown dt .woocommerce .input-group > .custom-select + a,
.woocommerce .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.woocommerce .input-group > .custom-file + input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > .custom-file + select,
.woocommerce .grad-livestream .select-dropdown dt .input-group > .custom-file + a,
.grad-livestream .select-dropdown dt .woocommerce .input-group > .custom-file + a,
.woocommerce .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.woocommerce .input-group > input:not(:last-child):not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > select:not(:last-child),
.woocommerce .grad-livestream .select-dropdown dt .input-group > a:not(:last-child),
.grad-livestream .select-dropdown dt .woocommerce .input-group > a:not(:last-child),
.woocommerce .input-group > textarea:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.woocommerce .input-group > input:not(:first-child):not([type=submit]):not([type=checkbox]):not([type=radio]),
.woocommerce .input-group > select:not(:first-child),
.woocommerce .grad-livestream .select-dropdown dt .input-group > a:not(:first-child),
.grad-livestream .select-dropdown dt .woocommerce .input-group > a:not(:first-child),
.woocommerce .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #3A3A3A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(58, 58, 58, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #939393;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3A3A3A;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #3A3A3A;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(58, 58, 58, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(58, 58, 58, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3A3A3A;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(58, 58, 58, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #7a7a7a;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(14, 15, 31, 0.075), 0 0 5px rgba(122, 122, 122, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #7a7a7a;
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #7a7a7a;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #3A3A3A !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #212121 !important;
}

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #FFCA34 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffbd01 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-black {
  background-color: #0E0F1F !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-blue {
  background-color: #1C2136 !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0b0c14 !important;
}

.bg-orange {
  background-color: #F5923F !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #f2760f !important;
}

.bg-gray {
  background-color: #3A3A3A !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #212121 !important;
}

.bg-bkgd-gray {
  background-color: #F8F8F8 !important;
}

a.bg-bkgd-gray:hover,
a.bg-bkgd-gray:focus,
button.bg-bkgd-gray:hover,
button.bg-bkgd-gray:focus {
  background-color: #dfdfdf !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3A3A3A !important;
}

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

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

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

.border-warning {
  border-color: #FFCA34 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

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

.border-black {
  border-color: #0E0F1F !important;
}

.border-blue {
  border-color: #1C2136 !important;
}

.border-orange {
  border-color: #F5923F !important;
}

.border-gray {
  border-color: #3A3A3A !important;
}

.border-bkgd-gray {
  border-color: #F8F8F8 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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;
  }
}

.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%;
}

.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;
}

.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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

.m-9 {
  margin: 10rem !important;
}

.mt-9,
.my-9 {
  margin-top: 10rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 10rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 10rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 10rem !important;
}

.m-10 {
  margin: 12rem !important;
}

.mt-10,
.my-10 {
  margin-top: 12rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 12rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 12rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 12rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

.p-9 {
  padding: 10rem !important;
}

.pt-9,
.py-9 {
  padding-top: 10rem !important;
}

.pr-9,
.px-9 {
  padding-right: 10rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 10rem !important;
}

.pl-9,
.px-9 {
  padding-left: 10rem !important;
}

.p-10 {
  padding: 12rem !important;
}

.pt-10,
.py-10 {
  padding-top: 12rem !important;
}

.pr-10,
.px-10 {
  padding-right: 12rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 12rem !important;
}

.pl-10,
.px-10 {
  padding-left: 12rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }

  .m-sm-9 {
    margin: 10rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 10rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 10rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 10rem !important;
  }

  .m-sm-10 {
    margin: 12rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 12rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 12rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 12rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }

  .p-sm-9 {
    padding: 10rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 10rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 10rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 10rem !important;
  }

  .p-sm-10 {
    padding: 12rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 12rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 12rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 12rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }

  .m-md-9 {
    margin: 10rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 10rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 10rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 10rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 10rem !important;
  }

  .m-md-10 {
    margin: 12rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 12rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 12rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 12rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 12rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }

  .p-md-9 {
    padding: 10rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 10rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 10rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 10rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 10rem !important;
  }

  .p-md-10 {
    padding: 12rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 12rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 12rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 12rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 12rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }

  .m-lg-9 {
    margin: 10rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 10rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 10rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 10rem !important;
  }

  .m-lg-10 {
    margin: 12rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 12rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 12rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 12rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }

  .p-lg-9 {
    padding: 10rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 10rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 10rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 10rem !important;
  }

  .p-lg-10 {
    padding: 12rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 12rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 12rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 12rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }

  .m-xl-9 {
    margin: 10rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 10rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 10rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 10rem !important;
  }

  .m-xl-10 {
    margin: 12rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 12rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 12rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 12rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }

  .p-xl-9 {
    padding: 10rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 10rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 10rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 10rem !important;
  }

  .p-xl-10 {
    padding: 12rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 12rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 12rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 12rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-black {
  color: #0E0F1F !important;
}

a.text-black:hover,
a.text-black:focus {
  color: black !important;
}

.text-blue {
  color: #1C2136 !important;
}

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

.text-orange {
  color: #F5923F !important;
}

a.text-orange:hover,
a.text-orange:focus {
  color: #f2760f !important;
}

.text-gray {
  color: #3A3A3A !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #212121 !important;
}

.text-bkgd-gray {
  color: #F8F8F8 !important;
}

a.text-bkgd-gray:hover,
a.text-bkgd-gray:focus {
  color: #dfdfdf !important;
}

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

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * Wordpress Core
 */

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text,
.wp-caption .wp-caption-text.block-content {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * Slick Slider
 */

/* Slider */

.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;
}

/**
 * Typography
 */

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.contact-form .contact-container .contact-col form .contact-submit:after,
.contact-form .contact-container .contact-col form input[type=submit]:after,
.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children.open:before,
.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children:after,
.team-member-block .member-info .team-name:after,
.team-member-block .member-info .team-detail-name:after,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.contact-form .contact-container .contact-col form .fa-pull-left.contact-submit:after,
.contact-form .contact-container .contact-col form input.fa-pull-left[type=submit]:after,
.mobile-menu > .menu-primary-menu-container ul li.fa-pull-left.menu-item-has-children.open:before,
.mobile-menu > .menu-primary-menu-container ul li.fa-pull-left.menu-item-has-children:after,
.team-member-block .member-info .fa-pull-left.team-name:after,
.team-member-block .member-info .fa-pull-left.team-detail-name:after,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.contact-form .contact-container .contact-col form .fa-pull-right.contact-submit:after,
.contact-form .contact-container .contact-col form input.fa-pull-right[type=submit]:after,
.mobile-menu > .menu-primary-menu-container ul li.fa-pull-right.menu-item-has-children.open:before,
.mobile-menu > .menu-primary-menu-container ul li.fa-pull-right.menu-item-has-children:after,
.team-member-block .member-info .fa-pull-right.team-name:after,
.team-member-block .member-info .fa-pull-right.team-detail-name:after,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-aws:before {
  content: "\F375";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comments:before {
  content: "\F086";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frown:before {
  content: "\F119";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-key:before {
  content: "\F084";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-male:before {
  content: "\F183";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-moon:before {
  content: "\F186";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nintendo-switch:before {
  content: "\F418";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-percent:before {
  content: "\F295";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-plane:before {
  content: "\F072";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-print:before {
  content: "\F02F";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-random:before {
  content: "\F074";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-rendact:before {
  content: "\F3E4";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-road:before {
  content: "\F018";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-safari:before {
  content: "\F267";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-strava:before {
  content: "\F428";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-train:before {
  content: "\F238";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(/wp-content/themes/careerwise/fonts/fa-solid-900.eot?f9b8b0c7098e2431b2347a5cbc37169e);
  src: url(/wp-content/themes/careerwise/fonts/fa-solid-900.eot?f9b8b0c7098e2431b2347a5cbc37169e) format("embedded-opentype"), url(/wp-content/themes/careerwise/fonts/fa-solid-900.woff2?da7707c2e533d390628756f000020e58) format("woff2"), url(/wp-content/themes/careerwise/fonts/fa-solid-900.woff?7b47d9d77b97b801fe8cd73b97604567) format("woff"), url(/wp-content/themes/careerwise/fonts/fa-solid-900.ttf?5173f8cb7e1d3125517b763c42d4bfd7) format("truetype"), url(/wp-content/themes/careerwise/fonts/fa-solid-900.svg?962a1bf31c081691065fe333d9fa8105) format("svg");
}

.fa,
.fas,
.contact-form .contact-container .contact-col form .contact-submit:after,
.contact-form .contact-container .contact-col form input[type=submit]:after,
.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children.open:before,
.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children:after,
.team-member-block .member-info .team-name:after,
.team-member-block .member-info .team-detail-name:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/careerwise/fonts/fa-regular-400.eot?6b88b034aff768bcd948630bb77aa1de);
  src: url(/wp-content/themes/careerwise/fonts/fa-regular-400.eot?6b88b034aff768bcd948630bb77aa1de) format("embedded-opentype"), url(/wp-content/themes/careerwise/fonts/fa-regular-400.woff2?da0e7e62833027e254e0861d45039045) format("woff2"), url(/wp-content/themes/careerwise/fonts/fa-regular-400.woff?1fb1473190568a11c67f6d8189391c43) format("woff"), url(/wp-content/themes/careerwise/fonts/fa-regular-400.ttf?a0cd4731eab9a292e0da5c16dba65931) format("truetype"), url(/wp-content/themes/careerwise/fonts/fa-regular-400.svg?82f60bd0b94a1ed68b1e6e309ce2e8c3) format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/wp-content/themes/careerwise/fonts/fa-brands-400.eot?644a663101f46fc2a1841d841cfef9cc);
  src: url(/wp-content/themes/careerwise/fonts/fa-brands-400.eot?644a663101f46fc2a1841d841cfef9cc) format("embedded-opentype"), url(/wp-content/themes/careerwise/fonts/fa-brands-400.woff2?82ad675eb9dfcf3eb2599238598ad1d9) format("woff2"), url(/wp-content/themes/careerwise/fonts/fa-brands-400.woff?fb6d87e0543b301baa292a416ca2d1ab) format("woff"), url(/wp-content/themes/careerwise/fonts/fa-brands-400.ttf?361adc1a17cbf65ca2ed2d87ae5f3bf2) format("truetype"), url(/wp-content/themes/careerwise/fonts/fa-brands-400.svg?a1a749e89f578a49306ec2b055c073da) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Aileron-Regular";
  src: url("/wp-content/themes/careerwise/assets/fonts/Aileron-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aileron-Black";
  src: url("/wp-content/themes/careerwise/assets/fonts/Aileron-Black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aileron-Bold";
  src: url("/wp-content/themes/careerwise/assets/fonts/Aileron-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aileron-Semi-Bold";
  src: url("/wp-content/themes/careerwise/assets/fonts/Aileron-SemiBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.3px;
}

h1 {
  font-family: "Aileron-Black", sans-serif;
  font-size: 27px;
  line-height: 1.35;
}

@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 1.3;
  }
}

@media (min-width: 1025px) {
  h1 {
    font-size: 62px;
  }
}

h2 {
  font-family: "Aileron-Black", sans-serif;
  font-size: 27px;
  line-height: 1.33;
}

@media (min-width: 768px) {
  h2 {
    font-size: 38px;
    line-height: 1.3;
  }
}

@media (min-width: 1025px) {
  h2 {
    font-size: 54px;
  }
}

h3 {
  font-family: "Aileron-Bold", sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h3 {
    font-size: 42px;
    line-height: 1.2;
  }
}

h4 {
  font-family: "Aileron-Semi-Bold", sans-serif;
  font-size: 19px;
  line-height: 1.27;
}

@media (min-width: 768px) {
  h4 {
    font-size: 40px;
    line-height: 1.3;
  }
}

h5 {
  font-family: "Aileron-Regular", sans-serif;
  font-size: 25px;
  letter-spacing: 0.41px;
}

@media (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-family: "Aileron-Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  line-height: 1.4;
}

p,
.block-content {
  font-family: "Aileron-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  p,
  .block-content {
    font-size: 20px;
  }
}

p a:not(.medium-btn),
.block-content a:not(.medium-btn) {
  text-decoration: underline !important;
}

p a:not(.medium-btn):hover,
.block-content a:not(.medium-btn):hover {
  text-decoration: underline !important;
}

a:hover {
  text-decoration: none;
}

ul li {
  line-height: 1.8;
  color: #3A3A3A;
  font-size: 16px;
}

@media (min-width: 768px) {
  ul li {
    font-size: 20px;
  }
}

ol li {
  line-height: 1.8;
  color: #3A3A3A;
  font-size: 16px;
}

@media (min-width: 768px) {
  ol li {
    font-size: 20px;
  }
}

strong {
  font-family: "Aileron-Bold", sans-serif;
}

blockquote {
  position: relative;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

blockquote:before {
  position: absolute;
  display: block;
  font-size: 40px;
  font-family: #3A3A3A;
  left: 0;
  top: 0;
  content: "\201C";
  color: #757575;
}

.block-content {
  color: #0E0F1F;
}

@media (min-width: 768px) {
  .block-content {
    font-size: 17px;
  }
}

.team-name,
.team-detail-name {
  font-family: "Aileron-Black", sans-serif;
  font-size: 22px;
  color: #3A3A3A;
  margin-bottom: 0;
  line-height: 1.2;
}

.team-detail-name {
  font-size: 27px;
}

@media (min-width: 768px) {
  .team-detail-name {
    font-size: 42px;
  }
}

/**
 * Global
 */

body {
  background-color: #F6F6F6;
  line-height: 1;
  margin-bottom: -1px;
}

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

.w-black {
  font-family: "Aileron-Black", sans-serif;
}

.w-bold {
  font-family: "Aileron-Bold", sans-serif;
}

.w-semi-bold {
  font-family: "Aileron-Semi-Bold", sans-serif;
}

.w-reg {
  font-family: "Aileron-Regular", sans-serif;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

input[type=email],
input[type=text],
input[type=submit],
textarea {
  -webkit-border-radius: 0;
}

input:focus {
  outline: 0;
}

.testbox button {
  position: relative;
  color: #3A3A3A;
  background-color: #FFCA34;
  border: 0;
  display: block;
  font-family: Aileron-Black, sans-serif;
  font-size: 15px;
  text-align: left;
  width: 100%;
  padding: 21px;
}

.testbox form br {
  display: none !important;
}

.testbox form .column {
  width: 100%;
}

.testbox form .row,
.testbox form .woocommerce-order-received .woocommerce .woocommerce-order,
.woocommerce-order-received .woocommerce .testbox form .woocommerce-order {
  display: inline;
}

.testbox form input {
  width: 100%;
  border: 0;
  background: 0 0;
  border-bottom: 2px solid #d5d5d5;
  color: #3A3A3A;
  font-family: Aileron-Bold, sans-serif;
  font-size: 13.5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.testbox form input:focus {
  border-bottom: 2px solid #FFCA34;
}

.slick-slider .slick-slide:focus {
  outline: 0;
}

.slick-dots {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li.slick-active button:before {
  top: 1px;
  font-size: 42px;
  color: #fff;
  opacity: 1;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 28px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s;
}

.nav-arrows {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  padding: 24px 35px;
  cursor: pointer;
}

.nav-arrows.left {
  left: 22%;
  bottom: 0;
  z-index: 1;
}

.nav-arrows.left.home-hero {
  left: 12%;
}

.nav-arrows.left:before {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon-left-white.svg");
  left: 25px;
  top: 14px;
  transition: left 0.3s;
}

@media (min-width: 768px) {
  .nav-arrows.left {
    top: 50%;
    bottom: auto;
    left: -15px;
  }

  .nav-arrows.left.home-hero {
    left: 0;
  }
}

@media (min-width: 1025px) {
  .nav-arrows.left {
    transform: translateY(-50%);
    left: 0;
    transition: opacity 0.3s;
  }

  .nav-arrows.left:hover:before {
    left: 20px;
  }
}

.nav-arrows.right {
  right: 22%;
  bottom: 0;
}

.nav-arrows.right.home-hero {
  right: 12%;
}

.nav-arrows.right:before {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon-white.svg");
  right: 25px;
  top: 14px;
  transition: right 0.3s;
}

@media (min-width: 768px) {
  .nav-arrows.right {
    top: 50%;
    bottom: auto;
    right: -15px;
  }

  .nav-arrows.right.home-hero {
    right: 0;
  }
}

@media (min-width: 1025px) {
  .nav-arrows.right {
    transform: translateY(-50%);
    right: 0;
    transition: opacity 0.3s;
  }

  .nav-arrows.right:hover:before {
    right: 20px;
  }
}

.slide-nav-arrows {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 24px 35px;
  background-color: #3A3A3A;
}

.slide-nav-arrows.left {
  position: relative;
  border-radius: 5px 0 0 5px;
  left: 0;
}

.slide-nav-arrows.left:before {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon-left-white.svg");
  left: 25px;
  top: 14px;
}

.slide-nav-arrows.left:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 22px;
  right: 0;
  top: 12px;
  z-index: 4;
}

.slide-nav-arrows.right {
  left: -1px;
  border-radius: 0 5px 5px 0;
}

.slide-nav-arrows.right:before {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon-white.svg");
  right: 25px;
  top: 14px;
}

.video-nav-arrows {
  display: flex;
  align-items: center;
  width: 140px;
  background-color: #3A3A3A;
  border-radius: 5px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.video-nav-arrows button:focus {
  outline: 0;
}

@media (min-width: 1025px) {
  .video-nav-arrows {
    top: 20px;
  }
}

@media (min-width: 768px) {
  .video-nav-arrows {
    top: 18px;
  }
}

.video-nav-arrows .prev-vid,
.video-nav-arrows .next-vid {
  width: 69px;
  height: 48px;
  cursor: pointer;
  color: transparent;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-nav-arrows .video-nav-divider {
  background-color: #fff;
  border: 1px solid #fff;
  width: 2px;
  height: 22px;
  margin: 0 20px 0 18px;
}

.video-nav-arrows .prev-vid img {
  width: 21px;
  float: right;
}

.video-nav-arrows .next-vid img {
  width: 21px;
}

.carousel-nav-arrows.left {
  top: 0;
  left: -68px;
  z-index: 99;
}

.carousel-nav-arrows.left:before {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon-left.svg");
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .carousel-nav-arrows.left:before {
    left: 18px;
  }
}

@media (min-width: 1025px) {
  .carousel-nav-arrows.left:before {
    left: 26px;
  }
}

.carousel-nav-arrows.right {
  top: 0;
  right: -68px;
  z-index: 99;
}

.carousel-nav-arrows.right:before {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .carousel-nav-arrows.right:before {
    right: 17px;
  }
}

@media (min-width: 1025px) {
  .carousel-nav-arrows.right:before {
    right: 25px;
  }
}

.clearfix {
  clear: both;
}

.home-background-holder,
.default-background-holder {
  background-size: 100% auto;
  background-repeat-y: repeat;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

.no-pointer > a {
  cursor: default;
}

#zoom-meeting-window {
  display: none;
}

@media (min-width: 1025px) {
  #zoom-meeting-window {
    display: block;
  }
}

.fifty-fifty-section.white {
  background-color: #FFF !important;
}

/**
 * Animations
 */

.anim-container {
  overflow: hidden;
}

.anim-left {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateX(20px);
}

@media (min-width: 768px) {
  .anim-left {
    transform: translateX(80px);
  }
}

.anim-right {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateX(-20px);
}

@media (min-width: 768px) {
  .anim-right {
    transform: translateX(-80px);
  }
}

.anim-up {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(20px);
}

@media (min-width: 768px) {
  .anim-up {
    transform: translateY(80px);
  }
}

.anim-complete {
  transform: translate(0, 0);
  opacity: 1;
}

.anim-delay {
  transition-delay: 0.3s;
}

/**
 * Functions
 */

/**
 * Calculate Rems from px
 */

/***
* Partials
***/

/***
 * 
 * Button Styles
 *  
 ***/

.btn {
  background-color: #EC822A;
  color: #fff;
  display: block;
  font-family: "Aileron-Black", sans-serif;
  font-size: 20px;
  padding: 17px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s;
  border-radius: 0;
}

@media (min-width: 768px) {
  .btn {
    display: inline-block;
    padding: 17px 50px;
  }
}

.btn:hover,
.btn:active {
  background-color: #1C2136;
  color: #fff;
}

.btn:disabled {
  background: #eee;
}

.btn-square,
.btn-square-white,
.btn-square-left,
button.btn-square-grow {
  position: relative;
  display: block;
  padding: 27px;
  background-color: #FFCA34;
  color: #3A3A3A;
  font-family: "Aileron-Black", sans-serif;
  font-size: 15px;
}

.btn-square:after,
.btn-square-white:after,
.btn-square-left:after,
button.btn-square-grow:after {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
  right: 27px;
  top: 21px;
  font-size: 24px;
  color: #3A3A3A;
  transition: right 0.5s;
}

.btn-square:hover,
.btn-square-white:hover,
.btn-square-left:hover,
button.btn-square-grow:hover {
  color: #3A3A3A;
}

.btn-square:hover:after,
.btn-square-white:hover:after,
.btn-square-left:hover:after,
button.btn-square-grow:hover:after {
  right: 17px;
}

.btn-square:active,
.btn-square-white:active,
.btn-square-left:active,
button.btn-square-grow:active,
.btn-square:focus,
.btn-square-white:focus,
.btn-square-left:focus,
button.btn-square-grow:focus {
  outline: none !important;
  box-shadow: none !important;
}

button.btn-square-grow {
  background-color: #fff;
  border: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: all 0.3s;
  z-index: 1;
  padding-right: 50px;
}

button.btn-square-grow:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #FFCA34;
  height: 2.5%;
  z-index: -1;
  transition: height 0.3s;
}

button.btn-square-grow.hex:after {
  right: 27px;
}

.btn-square-left {
  text-align: right;
}

@media (min-width: 1025px) {
  .btn-square-left {
    display: inline-block;
    width: 300px;
  }
}

.btn-square-left:before {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon-left.svg");
  left: 27px;
  top: 22px;
  font-size: 24px;
  color: #3A3A3A;
  transition: left 0.5s;
}

.btn-square-left:after {
  display: none;
}

.btn-square-left:hover {
  color: #3A3A3A;
}

.btn-square-left:hover:before {
  left: 17px;
}

.btn-square-white {
  background-color: #fff;
  border-bottom: 2px solid #FFCA34;
  transition: background-color 0.3s;
}

.btn-square-white:hover {
  background-color: #FFCA34;
}

.btn-round,
.btn-round-small,
.btn-round-orange {
  border: 2px solid #FFCA34;
  border-radius: 25px;
  padding: 14px 30px;
  text-align: center;
  transition: all 0.3s;
  font-family: "Aileron-Semi-Bold", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.btn-round:hover,
.btn-round-small:hover,
.btn-round-orange:hover {
  background-color: #fff;
  color: #EC822A;
}

.btn-round-orange {
  border: 2px solid #EC822A;
}

.btn-round-orange:hover {
  background-color: #EC822A;
  color: #fff;
}

.btn-round-small {
  border: 2px solid #EC822A;
  padding: 7px 25px 5px;
  color: #3A3A3A;
  line-height: 36px;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.btn-round-small:hover {
  background-color: #EC822A;
  color: #fff;
}

.small-btn,
.medium-btn,
.large-btn {
  border: 0;
  border-radius: 0 !important;
  display: inline-block;
  font-family: Aileron-Black, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s;
  margin: 10px 0;
}

.small-btn:hover,
.medium-btn:hover,
.large-btn:hover {
  opacity: 0.7;
}

.small-btn {
  font-size: 12px;
  padding: 10px 20px;
}

.medium-btn {
  font-size: 16px;
  padding: 13px 20px;
}

.large-btn {
  font-size: 20px;
  padding: 17px 20px;
}

.btn-margin-zoom {
  margin-left: 0 !important;
  margin-top: -8px !important;
}

/**
 * Components
 */

.woocommerce input:not([type=submit]):not([type=checkbox]):not([type=radio])[type=number],
.woocommerce select[type=number],
.woocommerce .grad-livestream .select-dropdown dt a[type=number],
.grad-livestream .select-dropdown dt .woocommerce a[type=number],
.woocommerce textarea[type=number] {
  width: 60px;
}

.woocommerce a.remove {
  vertical-align: top;
  height: 20px;
  width: 20px;
  padding: 1px 0 0 1px;
  font-size: 15px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #3A3A3A;
  color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active {
  background-color: #333;
  color: #fff;
}

.woocommerce #respond input#submit.alt:disabled,
.woocommerce a.button.alt:disabled,
.woocommerce button.button.alt:disabled,
.woocommerce input.button.alt:disabled {
  background: #eee;
}

.woocommerce #sidebar {
  display: none;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: 100px;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  line-height: inherit;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce-order-received .woocommerce .woocommerce-order {
  margin: 0;
}

.team-single {
  padding: 120px 0;
}

.team-single .headshot {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  padding-bottom: 100%;
}

.team-single .btn-square-left {
  width: 100%;
  margin: 50px 0;
  padding: 20px;
}

.team-single .btn-square-left:before {
  top: 15px;
}

.team-single .content-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.team-single .content-section p,
.team-single .content-section .block-content {
  font-size: 18px;
}

.team-single .title-section h5 {
  color: #EC822A;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.team-one-text-block {
  box-shadow: 0 16px 20px rgba(0, 12, 24, 0.2);
  background-color: #fff;
  padding: 0;
}

@media (min-width: 768px) {
  .team-one-text-block {
    height: 405px;
  }
}

@media (min-width: 1025px) {
  .team-one-text-block {
    height: 300px;
  }
}

@media (min-width: 1025px) {
  .team-one-text-block .block-link:hover button {
    color: #3A3A3A;
  }

  .team-one-text-block .block-link:hover button:before {
    height: 100%;
  }

  .team-one-text-block .block-link:hover button:after {
    right: 17px;
  }
}

.team-one-text-block .block-text-area {
  padding: 30px 30px 0;
}

@media (min-width: 1025px) {
  .team-one-text-block .block-text-area {
    height: 229px;
  }
}

.team-one-text-block h5 {
  color: #EC822A;
}

.team-one-text-block p,
.team-one-text-block .block-content {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #3A3A3A;
}

@media (min-width: 768px) {
  .team-one-text-block button {
    position: absolute;
    bottom: 0;
    color: #fff;
  }
}

.team-member-block .team-member-block-inner {
  position: relative;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  background-color: #fff;
  padding: 0;
  transition: box-shadow 0.5s;
  border-bottom: 2px solid #FFCA34;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .team-member-block .team-member-block-inner {
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .team-member-block .team-member-block-inner {
    box-shadow: 0 12px 24px rgba(0, 12, 24, 0);
  }

  .team-member-block .team-member-block-inner:hover {
    box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  }
}

@media (min-width: 1025px) {
  .team-member-block .member-link:hover .overlay:after {
    opacity: 0;
  }

  .team-member-block .member-link:hover .btn-full-bio {
    color: #3A3A3A;
  }

  .team-member-block .member-link:hover .btn-full-bio:before {
    height: 100%;
  }

  .team-member-block .member-link:hover .btn-full-bio:after {
    right: 17px;
  }
}

.team-member-block .image-holder {
  position: relative;
}

@media (min-width: 1025px) {
  .team-member-block .image-holder .overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 22, 45, 0.5);
    transition: opacity 0.5s;
  }
}

.team-member-block .image-holder img {
  width: 100%;
}

.team-member-block .member-info {
  padding: 5px 25px 20px;
}

.team-member-block .member-info .member-title {
  padding-bottom: 0;
  font-size: 12px;
}

@media (min-width: 1025px) {
  .team-member-block .member-info .member-title {
    padding-top: 20px;
  }
}

.team-member-block .member-info .team-name,
.team-member-block .member-info .team-detail-name {
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
  padding-right: 30px;
}

.team-member-block .member-info .team-name:after,
.team-member-block .member-info .team-detail-name:after {
  position: absolute;
  display: block;
  content: "\F061";
  right: 0;
  top: 3px;
  font-size: 24px;
  color: #3A3A3A;
  transition: right 0.5s;
}

@media (min-width: 768px) {
  .team-member-block .member-info .team-name,
  .team-member-block .member-info .team-detail-name {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .team-member-block .member-info .team-name:after,
  .team-member-block .member-info .team-detail-name:after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .team-member-block .member-info .team-name,
  .team-member-block .member-info .team-detail-name {
    padding-bottom: 0;
  }
}

.team-member-block .btn-full-bio {
  display: none;
  padding: 15px;
}

.team-member-block .btn-full-bio:after {
  top: 10px;
}

@media (min-width: 768px) {
  .team-member-block .btn-full-bio {
    background-color: #FFCA34;
    color: #3A3A3A;
    display: block;
  }
}

@media (min-width: 1025px) {
  .team-member-block .btn-full-bio {
    background-color: #fff;
    color: #fff;
  }
}

.pagination {
  display: none !important;
  font-family: Aileron-Bold, sans-serif;
  font-size: 16px;
  letter-spacing: 0.72px;
  line-height: 1.3;
  border-bottom: none;
  color: #3A3A3A;
}

.pagination .pagination-next-arrow {
  display: inline-block;
  height: 10px;
}

.pagination .pagination-prev-arrow {
  display: inline-block;
  height: 10px;
  transform: rotate(180deg);
}

.pagination .page-numbers:not(a) {
  background-color: #EC822A;
  color: #FFF;
  padding: 5px;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.pagination .page-numbers {
  padding-left: 14px;
  padding-right: 14px;
}

.blog .card-bg-image,
.archive .card-bg-image {
  background-position: center;
  background-size: cover;
}

.blog .news-article-block-inner,
.archive .news-article-block-inner {
  position: relative;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  background-color: #fff;
  padding: 0;
  transition: box-shadow 0.5s;
  border-bottom: 2px solid #FFCA34;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog .news-article-block-inner,
  .archive .news-article-block-inner {
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .blog .news-article-block-inner,
  .archive .news-article-block-inner {
    box-shadow: 0 12px 24px rgba(0, 12, 24, 0);
  }

  .blog .news-article-block-inner:hover,
  .archive .news-article-block-inner:hover {
    box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  }
}

@media (min-width: 1025px) {
  .blog .article-link:hover .overlay:after,
  .archive .article-link:hover .overlay:after {
    opacity: 0;
  }

  .blog .article-link:hover .btn-full-article,
  .archive .article-link:hover .btn-full-article {
    color: #3A3A3A;
  }

  .blog .article-link:hover .btn-full-article:before,
  .archive .article-link:hover .btn-full-article:before {
    height: 100%;
  }

  .blog .article-link:hover .btn-full-article:after,
  .archive .article-link:hover .btn-full-article:after {
    right: 17px;
  }
}

.blog .image-holder,
.archive .image-holder {
  min-height: 190px !important;
  max-height: 190px !important;
  position: relative;
}

@media (min-width: 1025px) {
  .blog .image-holder .overlay:after,
  .archive .image-holder .overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 22, 45, 0.5);
    transition: opacity 0.5s;
  }
}

.blog .image-holder img,
.archive .image-holder img {
  width: 100%;
}

.blog .member-info,
.archive .member-info {
  padding: 5px 25px 20px;
  min-height: 143px;
  max-height: 143px;
}

.blog .member-info .article-title,
.archive .member-info .article-title {
  padding-bottom: 0;
}

@media (min-width: 1025px) {
  .blog .member-info .article-title,
  .archive .member-info .article-title {
    padding-top: 20px;
  }
}

.blog .member-info .article-excerpt,
.archive .member-info .article-excerpt {
  display: none;
}

.blog .btn-full-bio,
.archive .btn-full-bio {
  display: none;
}

@media (min-width: 768px) {
  .blog .btn-full-bio,
  .archive .btn-full-bio {
    background-color: #FFCA34;
    color: #3A3A3A;
    display: block;
  }
}

@media (min-width: 1025px) {
  .blog .btn-full-bio,
  .archive .btn-full-bio {
    background-color: #fff;
    color: #fff;
  }
}

.team-gallery {
  padding-bottom: 75px;
}

.team-gallery h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EC822A;
  width: -moz-max-content;
  width: max-content;
}

.team-gallery h6 {
  color: #EC822A;
}

.team-gallery .filter-section {
  color: #EC822A;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.team-gallery .filter-section span {
  padding-left: 6px;
}

.team-gallery .filter-section span:last-of-type {
  display: none;
}

@media (min-width: 1025px) {
  .team-gallery .filter-section {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.team-gallery .filter-section .filters.team {
  padding-bottom: 40px;
}

.team-gallery .filter-section .filters .filter {
  transition: 0.2s;
  cursor: pointer;
}

.team-gallery .filter-section .filters .filter:hover {
  color: #a2510e;
}

.team-gallery .filter-section .filters .filter.active {
  color: #733a0a;
}

.team-gallery .team-block-area {
  background-color: #F6F6F6;
  padding-top: 50px;
}

@media (min-width: 1025px) {
  .team-gallery .team-block-area {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.page-template-digital-resources .flex-blocks {
  display: flex;
  flex-wrap: wrap;
}

.page-template-digital-resources .flex-blocks .col-lg-4 {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .page-template-digital-resources .flex-blocks .col-lg-4 {
    margin-bottom: 40px;
  }
}

.page-template-digital-resources .flex-blocks .col-lg-4 .one-text-block {
  flex-basis: 100%;
  min-height: auto;
}

.page-template-digital-resources .flex-blocks .col-lg-4 .one-text-block h5 {
  font-weight: 600;
}

@media (min-width: 1025px) {
  .digital-resource-blocks .flex-blocks-holder {
    margin-top: -394px;
  }
}

.single-triangle-bkgd {
  background-image: url("/wp-content/themes/careerwise/assets/images/single-triangle.svg");
  background-color: white;
  width: 100%;
  float: none;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}

section.quick-links {
  padding: 50px 0;
}

section.quick-links h5 {
  font-weight: 600;
  margin: 20px auto;
  display: block;
  text-align: center;
}

section.quick-links .title-link {
  background-color: #F6F6F6;
  color: #F5923F;
  padding: 20px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

section.quick-links .sub-link {
  background: transparent;
  font-weight: 600;
  padding: 20px;
  display: block;
  color: #3A3A3A;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.quick-links .sub-link:nth-child(2) {
  border-top: solid 1px rgba(255, 202, 52, 0.3);
}

section.quick-links .sub-link:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 202, 52, 0.3);
  height: 1px;
  z-index: -1;
  transition: height 0.3s;
}

section.quick-links .sub-link:hover:before {
  height: 100%;
  background-color: rgb(255, 202, 52);
}

section.quick-links .sub-link:hover:after {
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
}

section.quick-links.white {
  background-color: #FFF;
}

.contact .contact-block {
  background: #F6F6F6;
  padding: 30px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .contact .contact-block {
    margin-top: 100px;
  }
}

@media (min-width: 1025px) {
  .contact .contact-block {
    padding: 60px 100px;
  }
}

.contact .contact-block .inner-block {
  background: white;
  padding: 40px;
  border-bottom: solid 2px #FFCA34;
}

.contact .contact-block .inner-block h5 {
  font-weight: 800;
  max-width: 80%;
  margin-bottom: 30px;
  line-height: 1.3;
}

.contact .contact-block .inner-block span.title {
  width: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .contact .contact-block .inner-block span.title {
    width: 100px;
  }
}

.contact .contact-block .inner-block a {
  color: #F5923F;
  margin-left: 10px;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .contact .contact-block .inner-block a {
    word-wrap: normal;
  }
}

.resource-cards {
  padding: 50px 0;
}

.resource-cards h3 {
  margin: 20px auto;
  max-width: 90%;
  text-align: left;
}

.resource-cards .one-text-block.card {
  margin-left: 0;
  height: auto;
  position: relative;
}

.resource-cards .one-text-block.card .block-text-area {
  padding: 30px 30px 69px 30px;
}

.resource-cards .one-text-block.card .block-text-area p,
.resource-cards .one-text-block.card .block-text-area .block-content {
  color: #3A3A3A;
}

.resource-cards .one-text-block.card button {
  color: black;
}

.resource-cards .one-text-block.card button:focus {
  outline: 0;
}

.resource-cards .one-text-block.card.links .block-text-area {
  padding: 30px 30px 0;
}

.resource-cards .one-text-block.card.links button.btn-square-grow {
  display: none;
}

.resource-cards .one-text-block.card p,
.resource-cards .one-text-block.card .block-content {
  color: white;
}

.resource-cards .one-text-block.card .sub-links {
  padding: 30px 0;
}

.resource-cards .one-text-block.card .sub-link {
  background: #F6F6F6;
  padding: 10px;
  color: black;
  display: block;
  width: 100%;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.resource-cards .one-text-block.card .sub-link:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgb(255, 202, 52);
  height: 0;
  z-index: -1;
  transition: height 0.3s;
}

.resource-cards .one-text-block.card .sub-link:after {
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
}

.resource-cards .one-text-block.card .sub-link:hover {
  color: white;
}

.resource-cards .one-text-block.card .sub-link:hover:before {
  height: 100%;
}

.resource-cards .one-text-block.card .sub-link:hover:after {
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon-white-thin.svg");
}

.triangle-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.triangle-holder .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #FFCA34 transparent transparent transparent;
  position: relative;
  margin: 0 auto;
}

.triangle-holder .triangle:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: white transparent transparent transparent;
  position: absolute;
  left: -7px;
  top: -14px;
}

.resources-template-digital-resources-child .one-text-block {
  background: #288DA7;
}

.resources-template-digital-resources-child .one-text-block p,
.resources-template-digital-resources-child .one-text-block .block-content {
  color: white;
}

.resources-template-digital-resources-child .one-text-block h5 {
  color: white;
}

.resources-template-digital-resources-child .one-text-block:hover button.btn-square-grow {
  color: black;
}

.resources-template-digital-resources-child .one-text-block:hover button.btn-square-grow .hexagon {
  border-left: solid 2px white;
  border-right: solid 2px white;
}

.resources-template-digital-resources-child .one-text-block:hover button.btn-square-grow .hexagon:before {
  border-top: solid 2.8284px white;
  border-right: solid 2.8284px white;
}

.resources-template-digital-resources-child .one-text-block:hover button.btn-square-grow .hexagon:after {
  border-bottom: solid 2.8284px white;
  border-left: solid 2.8284px white;
}

.resources-template-digital-resources-child .one-text-block:hover button.btn-square-grow:before {
  height: 100%;
}

.resources-template-digital-resources-child .one-text-block:hover button.btn-square-grow:after {
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
  transform: rotate(0deg);
}

.resources-template-digital-resources-child .one-text-block button.btn-square-grow {
  background: #288DA7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  letter-spacing: 1px;
}

.resources-template-digital-resources-child .one-text-block button.btn-square-grow:after {
  top: 31px;
  right: 30px;
}

.resources-template-digital-resources-child .one-text-block button.btn-square-grow .hexagon {
  position: relative;
  width: 30px;
  height: 17.32px;
  background-color: transparent;
  margin: 8.66px 0;
  border-left: solid 2px #FFCA34;
  border-right: solid 2px #FFCA34;
  float: right;
}

.resources-template-digital-resources-child .one-text-block button.btn-square-grow .hexagon:before,
.resources-template-digital-resources-child .one-text-block button.btn-square-grow .hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21.21px;
  height: 21.21px;
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 2.3934px;
}

.resources-template-digital-resources-child .one-text-block button.btn-square-grow .hexagon:before {
  top: -10.6066px;
  border-top: solid 2.8284px #FFCA34;
  border-right: solid 2.8284px #FFCA34;
}

.resources-template-digital-resources-child .one-text-block button.btn-square-grow .hexagon:after {
  bottom: -10.6066px;
  border-bottom: solid 2.8284px #FFCA34;
  border-left: solid 2.8284px #FFCA34;
}

.resources-template-digital-resources-child .one-text-block button.btn-square-grow:before {
  height: 2px;
}

.resources-template-digital-resources-child .one-text-block button.btn-square-grow:after {
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon-white-thin.svg");
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.post-single {
  padding: 100px 0;
}

.post-single .image-bkgd-section {
  padding-bottom: 50%;
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
}

.post-single h4 {
  font-size: 36px;
  padding-bottom: 15px;
}

.post-single p,
.post-single .block-content {
  font-size: 18px;
}

.post-single .categories {
  color: #EC822A;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.post-single .categories span {
  padding: 0 10px;
}

.post-single .categories span:last-of-type {
  display: none;
}

.post-single .back-to-team {
  margin-top: 60px;
}

.post-crumb {
  margin-top: 50px;
}

.post-crumb a,
.post-crumb span {
  color: #EC8129;
  font-size: 12px;
  display: inline-block;
  font-family: "Aileron-Regular", sans-serif;
}

.post-crumb img {
  display: inline-block;
  margin: 0 8px;
}

.filters .search {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #FFCA34;
  background-image: url("/wp-content/themes/careerwise/assets/images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: right 5px top 4px;
  width: 100%;
  padding: 4px;
  margin-bottom: 25px;
  color: #0E0F1F;
}

@media (min-width: 768px) {
  .filters .search {
    width: 90%;
  }
}

.filters .search::-moz-placeholder {
  color: #0E0F1F;
}

.filters .search::placeholder {
  color: #0E0F1F;
}

.filters .filter-container {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .filters .filter-container {
    width: 90%;
  }
}

.filters .filter-container .filter-title {
  position: relative;
  cursor: pointer;
}

.filters .filter-container .filter-title img {
  position: absolute;
  right: 5px;
  bottom: 7px;
  transition: 0.3s;
}

.filters .filter-container:hover .filter-title img {
  transform: rotate(180deg);
}

.filters .filter-container:hover ul {
  border: 1px solid rgba(117, 117, 117, 0.2);
  border-top: 1px solid #fff;
  height: 150px;
}

.filters .filter-container ul {
  height: 0;
  overflow: scroll;
  padding: 0;
  border: 1px solid transparent;
  z-index: 1;
  left: 0;
  top: 28px;
  position: absolute;
  list-style: none;
  background-color: #fff;
  width: 100%;
  transition: height 0.3s;
}

.filters .filter-container ul li {
  color: #0E0F1F;
  padding: 4px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.filters .filter-container ul li:hover {
  color: #0E0F1F;
  background-color: #FFCA34;
}

.filters .filter-container ul:hover {
  display: block;
}

#current-filter span.filter-text,
#current-filter-post span.filter-text {
  display: block;
  color: #3A3A3A;
  font-weight: 600;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.16);
  padding: 6px;
  margin-top: -6px;
  position: relative;
}

#current-filter span.filter-text::after,
#current-filter-post span.filter-text::after {
  content: "";
  background-color: #FFCA34;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
}

.filter-text.filter-type {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.16);
  display: block;
  color: #3A3A3A;
  font-weight: 600;
  padding: 6px;
  margin-top: -6px;
  position: relative;
}

.filter-text.filter-type::after {
  content: "";
  background-color: #FFCA34;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
}

.filters {
  display: inline-block;
  width: 100%;
}

.filter-container > ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.filter-container > ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.filters .search {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #FFCA34;
  background-image: url("/wp-content/themes/careerwise/assets/images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: right 5px top 4px;
  width: 100%;
  padding: 4px;
  margin-bottom: 25px;
  color: #0E0F1F;
}

@media (min-width: 768px) {
  .filters .search {
    width: 90%;
  }
}

.filters .search::-moz-placeholder {
  color: #0E0F1F;
}

.filters .search::placeholder {
  color: #0E0F1F;
}

.filters .post-filter-container {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .filters .post-filter-container {
    width: 90%;
  }
}

.filters .post-filter-container .filter-title {
  position: relative;
  cursor: pointer;
}

.filters .post-filter-container .filter-title img {
  position: absolute;
  right: 5px;
  bottom: 7px;
  transition: 0.3s;
}

.filters .post-filter-container:hover .filter-title img {
  transform: rotate(180deg);
}

.filters .post-filter-container:hover ul {
  border: 1px solid rgba(117, 117, 117, 0.2);
  border-top: 1px solid #fff;
  height: 150px;
}

.filters .post-filter-container ul {
  border-top: none;
  height: 0;
  overflow: scroll;
  padding: 0;
  z-index: 1;
  left: 0;
  top: 28px;
  position: absolute;
  list-style: none;
  background-color: #fff;
  width: 100%;
  transition: height 0.3s;
}

.filters .post-filter-container ul li {
  color: #0E0F1F;
  padding: 4px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.filters .post-filter-container ul li:hover {
  color: #0E0F1F;
  background-color: #FFCA34;
}

.filters .post-filter-container ul:hover {
  display: block;
}

#current-filter span.filter-text,
#current-filter-post span.filter-text {
  display: block;
  color: #3A3A3A;
  font-weight: 600;
}

.filters {
  display: inline-block;
  width: 100%;
}

.filter-container > ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.filter-container > ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.date-drop-container {
  padding-top: 0;
}

@media (min-width: 768px) {
  .date-drop-container {
    padding-top: 50px;
  }
}

.blog-filters {
  padding: 27px 50px 7px 50px;
  background-color: #FFF;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  margin-bottom: 50px;
}

.blog-filters .filter-container {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.16);
}

.news-article-gallery {
  padding-top: 75px;
  padding-bottom: 75px;
}

.news-article-gallery h6 {
  color: #EC822A;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .news-article-gallery h6 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.news-article-gallery .article-block-area {
  background-color: #F6F6F6;
}

@media (min-width: 1025px) {
  .news-article-gallery .article-block-area {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.date-drop-container {
  padding-top: 0 !important;
}

@media screen and (min-width: 575px) {
  .date-drop-container {
    padding-top: 50px !important;
  }
}

.news-article-block .team-name,
.news-article-block .team-detail-name {
  font-size: 16px !important;
}

.news-article-block h6 {
  text-transform: none;
}

.news-article-block h6.date {
  text-transform: uppercase !important;
  margin-top: 6px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-article-block .news-article-block-inner {
  position: relative;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  background-color: #fff;
  padding: 0;
  transition: box-shadow 0.5s;
  border-bottom: 2px solid #FFCA34;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .news-article-block .news-article-block-inner {
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .news-article-block .news-article-block-inner {
    box-shadow: 0 12px 24px rgba(0, 12, 24, 0);
  }

  .news-article-block .news-article-block-inner:hover {
    box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  }
}

@media (min-width: 1025px) {
  .news-article-block .article-link:hover .overlay:after {
    opacity: 0;
  }

  .news-article-block .article-link:hover .btn-full-article {
    color: #3A3A3A;
  }

  .news-article-block .article-link:hover .btn-full-article:before {
    height: 100%;
  }

  .news-article-block .article-link:hover .btn-full-article:after {
    right: 17px;
  }
}

.news-article-block .image-holder {
  min-height: 190px !important;
  max-height: 190px !important;
  position: relative;
}

@media (min-width: 1025px) {
  .news-article-block .image-holder .overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 22, 45, 0.5);
    transition: opacity 0.5s;
  }
}

.news-article-block .image-holder img {
  width: 100%;
}

.news-article-block .article-info {
  padding: 5px 25px 20px;
  min-height: 143px;
  max-height: 143px;
}

.news-article-block .article-info .article-title {
  padding-bottom: 0;
}

@media (min-width: 1025px) {
  .news-article-block .article-info .article-title {
    padding-top: 20px;
  }
}

.news-article-block .article-info .article-excerpt {
  display: none;
}

.news-article-block .btn-full-bio {
  display: none;
}

@media (min-width: 768px) {
  .news-article-block .btn-full-bio {
    background-color: #FFCA34;
    color: #3A3A3A;
    display: block;
  }
}

@media (min-width: 1025px) {
  .news-article-block .btn-full-bio {
    background-color: #fff;
    color: #fff;
  }
}

.bottom-pagination {
  text-align: center;
  position: relative;
  margin: 0 250px;
}

.bottom-pagination .pagination-prev-arrow {
  transform: rotate(180deg);
}

.bottom-pagination .prev,
.bottom-pagination .next {
  position: absolute;
}

.bottom-pagination .prev {
  left: 0;
}

.bottom-pagination .next {
  right: 0;
}

.bottom-pagination .page-numbers {
  font-family: Aileron-Bold, sans-serif;
  margin: 0 8px;
  font-size: 20px;
  font-weight: 100;
}

.bottom-pagination .current {
  background: #F89621;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
}

.video-container {
  padding-bottom: 50px;
}

.video-container .video-title {
  margin-bottom: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}

.video-container .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin-bottom: 20px;
}

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

.video-container .video-external {
  padding-bottom: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.video-container .video-external .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  transition: 0.2s;
}

.video-container .video-external:hover .play-btn {
  width: 160px;
}

.video-container .image-caption {
  color: #757575;
  font-size: 14px;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .jobs-ajax-container.fixy .job-card {
    height: 490px;
  }
}

.job-card {
  background-color: #fff;
  padding: 25px 10px;
  margin-bottom: 20px;
  min-height: 290px;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  position: relative;
}

@media (min-width: 768px) {
  .job-card {
    padding: 35px 15px;
  }
}

.job-card .icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 80%;
}

.job-card .job-detail h6 {
  font-size: 24px;
  text-transform: unset;
}

.job-card .job-detail .job-cat {
  color: #2AA558;
  font-size: 17px;
}

.job-card .job-detail .job-cat span:last-of-type {
  display: none;
}

.job-card .job-detail .job-title {
  font-weight: 900;
  color: #060625;
  font-size: 20px;
}

.job-card .desc {
  padding-top: 25px;
  font-size: 15px;
  font-weight: 100;
  color: #4f4f4f;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 20px;
}

.job-card .btn-container {
  position: absolute;
  border-bottom: 2px solid #FFCA34;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.job-card .btn-container:after {
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
  position: absolute;
  right: 30px;
  bottom: 10px;
  transition: 0.2s;
}

.job-card:hover .btn-container {
  border-bottom: 40px solid #FFCA34;
}

.job-card:hover .btn-container:after {
  bottom: -28px;
  right: 27px;
}

.link-blocks-container {
  padding-bottom: 85px;
}

.link-blocks-container .container,
.link-blocks-container .woocommerce-order-received .woocommerce,
.woocommerce-order-received .link-blocks-container .woocommerce {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 575px) {
  .link-blocks-container .container,
  .link-blocks-container .woocommerce-order-received .woocommerce,
  .woocommerce-order-received .link-blocks-container .woocommerce {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.link-blocks-container .link-block-detail {
  background-color: #fff;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 35px;
  position: relative;
  margin-bottom: 35px;
}

.link-blocks-container .link-block-detail .link-text {
  font-size: 30px;
  margin: 0 auto;
  color: #0E0F1F;
}

.link-blocks-container .link-block-detail .btn-container {
  position: absolute;
  border-bottom: 2px solid #FFCA34;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.link-blocks-container .link-block-detail .btn-container .title {
  position: absolute;
  top: 10px;
  left: 20px;
  transition: 0.3s;
  opacity: 0;
  color: #0E0F1F;
}

.link-blocks-container .link-block-detail .btn-container:after {
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
  position: absolute;
  right: 30px;
  bottom: 10px;
  transition: 0.2s;
}

.link-blocks-container .link-block-detail:hover .btn-container {
  border-bottom: 40px solid #FFCA34;
}

.link-blocks-container .link-block-detail:hover .btn-container:after {
  bottom: -28px;
  right: 27px;
}

.link-blocks-container .link-block-detail:hover .btn-container .title {
  opacity: 1;
}

.job-postings-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.job-postings-container .jobs-main-content {
  background-color: #fff;
  padding: 20px 10px;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .job-postings-container .jobs-main-content {
    padding: 5px 50px;
  }
}

.job-postings-container .jobs-main-content h6 {
  text-transform: unset;
  font-size: 24px;
  margin-bottom: 2px;
}

.job-postings-container .jobs-main-content h4 {
  font-size: 36px;
  color: #0E0F1F;
  margin-bottom: 25px;
}

.job-postings-container .jobs-main-content p,
.job-postings-container .jobs-main-content .block-content {
  color: #0E0F1F;
  font-size: 18px;
}

.job-postings-container .jobs-main-content .filter-section {
  margin-top: 25px;
}

.filters .search {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #FFCA34;
  background-image: url("/wp-content/themes/careerwise/assets/images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 4px;
  width: 100%;
  padding: 4px;
  margin-bottom: 25px;
  color: #0E0F1F;
}

@media (min-width: 768px) {
  .filters .search {
    width: 90%;
  }
}

.filters .search::-moz-placeholder {
  color: #0E0F1F;
}

.filters .search::placeholder {
  color: #0E0F1F;
}

.filters #job-search {
  border-bottom: none;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.16);
  padding: 8px 10px;
  width: 150px;
}

.filters .filter-container {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .filters .filter-container {
    width: 90%;
  }
}

.filters .filter-container .filter-title {
  position: relative;
  cursor: pointer;
}

.filters .filter-container .filter-title img {
  position: absolute;
  right: 5px;
  bottom: 7px;
  transition: 0.3s;
}

.filters .filter-container:hover .filter-title img {
  transform: rotate(180deg);
}

.filters .filter-container:hover ul {
  border: 1px solid rgba(117, 117, 117, 0.2);
  border-top: 1px solid #fff;
  height: 150px;
}

.filters .filter-container ul {
  border: none;
  height: 0;
  overflow: scroll;
  padding: 0;
  z-index: 1;
  left: 0;
  top: 28px;
  position: absolute;
  list-style: none;
  background-color: #fff;
  width: 100%;
  transition: height 0.3s;
}

.filters .filter-container ul li {
  color: #0E0F1F;
  padding: 4px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.filters .filter-container ul li:hover {
  color: #0E0F1F;
  background-color: #FFCA34;
}

.filters .filter-container ul:hover {
  display: block;
}

.filters #job-search-btn,
.filters #article-search-btn,
.filters #post-search-btn {
  color: #FFF;
  text-transform: none;
  font-size: 15px;
  font-family: "Aileron-Semi-Bold", sans-serif;
  padding: 11px 41px;
  line-height: 1;
  display: inline-block;
  margin-top: -4px;
}

input.search {
  border: none !important;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.16);
  padding: 6px !important;
  max-width: 130px !important;
}

.job-description-container {
  padding: 25px 0;
}

@media (min-width: 768px) {
  .job-description-container {
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.job-description-container .container,
.job-description-container .woocommerce-order-received .woocommerce,
.woocommerce-order-received .job-description-container .woocommerce {
  background-color: #fff;
}

@media (min-width: 768px) {
  .job-description-container .container,
  .job-description-container .woocommerce-order-received .woocommerce,
  .woocommerce-order-received .job-description-container .woocommerce {
    box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
    padding: 60px 110px;
  }
}

.job-description-container .top-row {
  border-bottom: 2px solid #FFCA34;
  padding-bottom: 50px;
}

.job-description-container .bottom-row {
  padding-top: 50px;
}

.job-description-container .left-block {
  border-bottom: 2px solid #FFCA34;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .job-description-container .left-block {
    padding-bottom: unset;
    border-bottom: unset;
    border-right: 1px solid #FFCA34;
  }

  .job-description-container .left-block .job-description-wysiwyg {
    padding-right: 50px;
  }
}

.job-description-container .right-block {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .job-description-container .right-block {
    padding-top: unset;
    border-left: 1px solid #FFCA34;
  }

  .job-description-container .right-block .job-description-wysiwyg {
    padding-left: 50px;
  }
}

.job-description-container .icon {
  padding-bottom: 62%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  margin-top: 20px;
}

.job-description-container .btn-square-left {
  background-color: #FFCA34;
  border: none;
  width: 100%;
  margin-bottom: 50px;
}

.job-description-container .job-details {
  padding: 0 20px;
}

.job-description-container .job-details .job-cat {
  text-transform: unset;
  color: #EC822A;
  font-size: 24px;
}

.job-description-container .job-details .job-cat span:last-of-type {
  display: none;
}

.job-description-container .job-details .job-title {
  text-transform: unset;
  font-size: 36px;
}

.job-description-container .job-details .content {
  font-size: 18px;
  line-height: 1.5;
}

.job-description-container .job-details .content p,
.job-description-container .job-details .content .block-content {
  font-size: 18px;
}

.job-description-container .job-description-wysiwyg h4 {
  font-size: 36px;
  padding-bottom: 20px;
}

.job-description-container .job-description-wysiwyg ul {
  padding: 0 20px;
}

.job-description-container .job-description-wysiwyg ul li {
  font-size: 18px;
}

.job-description-container .job-description-wysiwyg a {
  color: #0E0F1F;
  font-size: 18px;
}

.job-description-container .job-description-wysiwyg a:after {
  transition: 0.1s;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-link.svg");
  padding-left: 10px;
}

.job-description-container .job-description-wysiwyg a:hover:after {
  padding-left: 15px;
}

.job-description-container .job-description-wysiwyg p,
.job-description-container .job-description-wysiwyg .block-content {
  margin-bottom: 10px;
}

.job-description-container .contact-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
}

.job-description-container .contact-btn a {
  padding: 9px 34px;
  font-size: 14px;
  text-transform: unset;
}

@media only screen and (max-width: 575px) {
  .job-description-container .contact-btn {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .job-description-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hero-home-slide {
  position: relative;
}

.hero-home-slider {
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  .hero-home-slider {
    margin-top: 0;
  }
}

.hero-home-slider .one-hero-slide .home-mobile-subtitle {
  margin-top: 0;
  display: none;
}

.hero-home-slider .one-hero-slide .home-desktop-title,
.hero-home-slider .one-hero-slide .home-desktop-subtitle {
  display: block;
}

.hero-home-slider .one-hero-slide .inner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-home-slider .one-hero-slide .home-desktop-button {
  display: block;
  height: auto;
}

.hero-home-slider .one-hero-slide .home-desktop-button a {
  font-size: 16px;
  padding: 15px 43px;
  margin-bottom: 10px;
}

#home-hero-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 38px;
}

@media (min-width: 768px) {
  #home-hero-dots {
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  .video .video-elements {
    position: relative;
  }
}

.video .video-elements .home-mobile-subtitle {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 60px;
  margin-top: 67px;
}

@media (max-width: 767px) {
  .video .video-elements .home-mobile-subtitle {
    position: absolute;
  }
}

.video .video-elements .home-mobile-subtitle .col .h1 {
  text-transform: uppercase;
  font-size: 35px;
}

@media (min-width: 768px) {
  .video .video-elements .home-mobile-subtitle .col .h1 {
    display: none;
  }
}

.video .video-elements .home-mobile-subtitle a {
  font-size: 16px;
  padding: 15px 43px;
}

@media (min-width: 1025px) {
  .video .video-elements .home-mobile-subtitle {
    margin-top: 0;
    display: none;
  }
}

.video .video-elements .home-mobile-subtitle h1,
.video .video-elements .home-mobile-subtitle p,
.video .video-elements .home-mobile-subtitle .block-content {
  color: #fff;
}

@media (min-width: 768px) {
  .video .video-elements .home-mobile-subtitle {
    display: none;
  }
}

.hero-home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  padding-top: 200px;
}

@media (min-width: 768px) {
  .hero-home {
    height: 450px;
    padding-top: 120px;
  }
}

@media (min-width: 1025px) {
  .hero-home {
    margin-top: 0;
    height: 550px;
  }
}

.hero-home.no-slide {
  height: 360px;
  padding-top: 0;
}

.hero-home.no-slide video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .hero-home.no-slide {
    height: 450px;
  }
}

@media (min-width: 1025px) {
  .hero-home.no-slide {
    height: 550px;
  }
}

.hero-home.short {
  height: 350px !important;
}

@media (min-width: 768px) {
  .hero-home.short {
    height: 400px !important;
  }
}

@media (min-width: 1025px) {
  .hero-home.short {
    height: 425px !important;
  }
}

.hero-home .overlay {
  width: 100%;
}

@media (min-width: 1025px) {
  .hero-home .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 768px) {
  .hero-home .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

.hero-home .overlay.no-slide {
  background: none;
}

.hero-home .overlay .hero-text > .row,
.hero-home .overlay .woocommerce-order-received .woocommerce .hero-text > .woocommerce-order,
.woocommerce-order-received .woocommerce .hero-home .overlay .hero-text > .woocommerce-order {
  position: relative;
}

@media (min-width: 768px) {
  .hero-home .overlay .hero-text .inner-text {
    padding: 0 45px;
    position: absolute;
    bottom: 0%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1025px) {
  .hero-home .overlay .hero-text .inner-text {
    padding: 0;
  }
}

.hero-home .overlay > div {
  height: 100%;
}

.hero-home .overlay > div > .row,
.hero-home .woocommerce-order-received .woocommerce .overlay > div > .woocommerce-order,
.woocommerce-order-received .woocommerce .hero-home .overlay > div > .woocommerce-order {
  height: 100%;
}

@media (min-width: 768px) {
  .hero-home .home-desktop-title {
    display: block;
  }

  .hero-home .home-desktop-title h1 {
    font-size: 43px;
  }
}

@media (min-width: 1025px) {
  .hero-home .home-desktop-title {
    padding-top: 0;
  }
}

.hero-home .home-desktop-title h1 {
  color: #fff;
}

@media (min-width: 768px) {
  .hero-home .home-desktop-subtitle {
    display: block;
  }
}

.hero-home .home-desktop-subtitle p,
.hero-home .home-desktop-subtitle .block-content {
  color: #fff;
}

.hero-home .home-desktop-button {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 30px;
  height: 100%;
}

@media (max-width: 767px) {
  .hero-home .home-desktop-button {
    display: none;
  }
}

.hero-home .home-desktop-button a {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-home .home-desktop-button {
    display: block;
    padding-bottom: 0;
  }

  .hero-home .home-desktop-button a {
    font-size: 16px;
    padding: 15px 43px;
  }
}

@media (min-width: 1025px) {
  .hero-home .home-desktop-button {
    padding-top: 20px;
  }
}

.hero.hero-resources {
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (min-width: 1025px) {
  .hero.hero-resources {
    margin-bottom: 190px;
    height: 600px;
  }
}

.hero.hero-resources .hero-title {
  background-image: url("/wp-content/themes/careerwise/assets/images/single-triangle.svg");
  background-color: transparent;
  position: static;
  width: 100%;
  -webkit-clip-path: none;
          clip-path: none;
  float: none;
  height: 100%;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (min-width: 1025px) {
  .hero.hero-resources .hero-title {
    height: 600px;
    position: absolute;
  }
}

@media (min-width: 1025px) {
  .hero.hero-resources .hero-title .title-area {
    top: 30%;
  }
}

.hero.hero-resources .hero-title .title-area h1,
.hero.hero-resources .hero-title .title-area p,
.hero.hero-resources .hero-title .title-area .block-content {
  color: #3A3A3A;
}

.hero-home-slide {
  position: relative;
}

.hero-home-slider {
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  .hero-home-slider {
    margin-top: 0;
  }
}

.hero-home-slider .one-hero-slide .home-mobile-subtitle {
  margin-top: 0;
}

.hero-home-slider .one-hero-slide .home-desktop-title,
.hero-home-slider .one-hero-slide .home-desktop-subtitle {
  display: block;
}

.hero-home-slider .one-hero-slide .inner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-home-slider .one-hero-slide .home-desktop-button {
  display: block;
  height: auto;
}

.hero-home-slider .one-hero-slide .home-desktop-button a {
  font-size: 16px;
  padding: 15px 43px;
  margin-bottom: 10px;
}

#home-hero-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 38px;
}

@media (min-width: 768px) {
  #home-hero-dots {
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  .video .video-elements {
    position: relative;
  }
}

.video .video-elements .home-mobile-subtitle {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 60px;
  margin-top: 67px;
}

@media (max-width: 767px) {
  .video .video-elements .home-mobile-subtitle {
    position: absolute;
  }
}

.video .video-elements .home-mobile-subtitle .col .h1 {
  text-transform: uppercase;
  font-size: 35px;
}

@media (min-width: 768px) {
  .video .video-elements .home-mobile-subtitle .col .h1 {
    display: none;
  }
}

.video .video-elements .home-mobile-subtitle a {
  font-size: 16px;
  padding: 15px 43px;
}

@media (min-width: 1025px) {
  .video .video-elements .home-mobile-subtitle {
    margin-top: 0;
    display: none;
  }
}

.video .video-elements .home-mobile-subtitle h1,
.video .video-elements .home-mobile-subtitle p,
.video .video-elements .home-mobile-subtitle .block-content {
  color: #fff;
}

@media (min-width: 768px) {
  .video .video-elements .home-mobile-subtitle {
    display: none;
  }
}

.hero-home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  padding-top: 200px;
  position: relative;
}

@media (min-width: 768px) {
  .hero-home {
    height: 450px;
    padding-top: 120px;
  }
}

@media (min-width: 1025px) {
  .hero-home {
    margin-top: 0;
    height: 550px;
  }
}

.hero-home.no-slide {
  height: 360px;
  padding-top: 0;
}

.hero-home.no-slide video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .hero-home.no-slide {
    height: 450px;
  }
}

@media (min-width: 1025px) {
  .hero-home.no-slide {
    height: 550px;
  }
}

.hero-home.short {
  height: 350px !important;
}

@media (min-width: 768px) {
  .hero-home.short {
    height: 400px !important;
  }
}

@media (min-width: 1025px) {
  .hero-home.short {
    height: 425px !important;
  }
}

.hero-home .overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1025px) {
  .hero-home .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 768px) {
  .hero-home .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

.hero-home .overlay.no-slide {
  background: none;
}

.hero-home .overlay .hero-text > .row,
.hero-home .overlay .woocommerce-order-received .woocommerce .hero-text > .woocommerce-order,
.woocommerce-order-received .woocommerce .hero-home .overlay .hero-text > .woocommerce-order {
  position: relative;
}

@media (min-width: 768px) {
  .hero-home .overlay .hero-text .inner-text {
    padding: 0 45px;
    position: absolute;
    top: 50%;
    bottom: 0%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1025px) {
  .hero-home .overlay .hero-text .inner-text {
    padding: 0;
  }
}

.hero-home .overlay > div {
  height: 100%;
}

.hero-home .overlay > div > .row,
.hero-home .woocommerce-order-received .woocommerce .overlay > div > .woocommerce-order,
.woocommerce-order-received .woocommerce .hero-home .overlay > div > .woocommerce-order {
  height: 100%;
}

.hero-home .home-desktop-title {
  padding-top: 120px;
}

@media (min-width: 768px) {
  .hero-home .home-desktop-title {
    padding-left: 0;
    display: block;
  }

  .hero-home .home-desktop-title h1 {
    font-size: 43px;
  }
}

@media (min-width: 1025px) {
  .hero-home .home-desktop-title {
    padding-top: 0;
  }
}

.hero-home .home-desktop-title h1 {
  color: #fff;
}

@media (min-width: 768px) {
  .hero-home .home-desktop-subtitle {
    display: block;
  }
}

.hero-home .home-desktop-subtitle p,
.hero-home .home-desktop-subtitle .block-content {
  color: #fff;
}

.hero-home .home-desktop-button {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 30px;
  height: 100%;
}

@media (max-width: 767px) {
  .hero-home .home-desktop-button {
    display: block;
  }
}

.hero-home .home-desktop-button a {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-home .home-desktop-button {
    display: block;
    padding-bottom: 0;
  }

  .hero-home .home-desktop-button a {
    font-size: 16px;
    padding: 15px 43px;
  }
}

@media (min-width: 1025px) {
  .hero-home .home-desktop-button {
    padding-top: 20px;
  }
}

.no-scroll {
  overflow: hidden;
}

.announcement-bar {
  padding: 15px 15px 2px 15px;
  text-align: center;
  background-color: #EC822A;
  color: #FFF;
  display: block;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: margin 0.3s;
}

.announcement-bar p,
.announcement-bar .block-content {
  font-size: 16px !important;
}

.announcement-bar a {
  color: #FFF !important;
}

.utility-desktop {
  display: none;
}

@media (min-width: 768px) {
  .utility-desktop {
    display: block;
    background: rgba(58, 58, 58, 0.95);
  }
}

.utility-desktop ul {
  list-style: none;
  float: right;
  margin: 0;
}

.utility-desktop ul li {
  display: inline;
}

.utility-desktop ul li a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  transition: padding 0.3s;
}

@media (min-width: 768px) {
  .utility-desktop ul li a {
    font-size: 14px;
  }
}

header {
  position: static;
  top: 0;
  left: 0;
  height: 83px;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  transition: top 0.1s;
  padding: 15px;
  border-bottom: 1px solid #F6F6F6;
}

@media (min-width: 1025px) {
  header {
    position: static;
    height: auto;
    padding: 40px 80px 60px 80px;
    height: 153px;
  }
}

header.fixed {
  position: fixed;
  top: 0;
  height: auto;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}

header .motivis-desktop {
  display: none;
}

@media (min-width: 1025px) {
  header .motivis-desktop {
    display: block;
    float: right;
    margin-top: 2px;
    margin-bottom: -2px;
  }

  header .motivis-desktop.ny {
    margin-top: 4px;
    margin-bottom: 0;
  }
}

header .motivis-desktop a {
  z-index: 3;
  position: relative;
}

.branding {
  float: left;
  margin-top: 14px;
  margin-left: -23px;
  position: relative;
  z-index: 99;
  padding-left: 58px;
}

@media (min-width: 1025px) {
  .branding {
    margin-left: -11px;
  }
}

.branding.ny {
  margin-left: -11px;
}

@media (min-width: 768px) {
  .branding.ny {
    margin-top: 2px;
  }
}

@media (min-width: 1025px) {
  .branding.ny {
    margin-left: 0;
  }
}

.branding.tall {
  margin-left: -11px;
}

@media (min-width: 768px) {
  .branding.tall {
    margin-top: 2px;
  }
}

@media (min-width: 1025px) {
  .branding.tall {
    margin-left: 0;
    margin-top: 3px;
  }
}

@media (min-width: 1025px) {
  .branding.wide {
    margin-top: 8px;
  }
}

.branding h1 {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .branding h1 {
    margin-top: -21px;
  }
}

@media (min-width: 1025px) {
  .branding h1 {
    margin-bottom: -15px;
  }
}

.branding h1.ny {
  margin-top: -14px;
}

@media (min-width: 768px) {
  .branding h1.ny {
    margin-top: -21px;
  }
}

@media (min-width: 1025px) {
  .branding h1.ny {
    margin-top: -26px;
    margin-bottom: -15px;
  }
}

.branding h1.tall {
  display: flex;
  align-items: center;
  margin-top: -14px;
}

@media (min-width: 768px) {
  .branding h1.tall {
    margin-top: -9px;
  }
}

@media (min-width: 1025px) {
  .branding h1.tall {
    margin-bottom: -15px;
    margin-top: -24px;
  }
}

.branding h1.wide {
  display: flex;
  align-items: center;
}

.branding h1.wide.shrink {
  padding-top: 14px;
  padding-left: 9px;
}

@media (min-width: 768px) {
  .branding h1.wide.shrink {
    padding-top: 16px;
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .branding h1.wide.shrink {
    padding: 9px 0;
  }
}

.branding h1.dig-resources {
  padding-top: 0px;
  margin-left: -12px;
}

@media (min-width: 768px) {
  .branding h1.dig-resources {
    padding-top: 3px;
  }
}

@media (min-width: 1025px) {
  .branding h1.dig-resources {
    padding-top: 5px;
  }
}

.branding h1 .header-logo-ny {
  max-width: 100px;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .branding h1 .header-logo-ny {
    max-width: 135px;
  }
}

.branding h1 img.tall {
  max-width: 100px;
  max-height: 52px;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .branding h1 img.tall {
    max-width: 135px;
    max-height: 71px;
    padding-top: 5px;
  }
}

.branding h1 .here-to-here {
  max-width: 55px;
  vertical-align: middle;
  margin-left: 13px;
}

@media (min-width: 1025px) {
  .branding h1 .here-to-here {
    max-width: 78px;
  }
}

.branding img {
  max-width: 143px;
  margin-right: 40px;
}

@media (min-width: 1025px) {
  .branding img {
    max-width: 200px;
  }
}

.logo-rstrkt {
  padding-top: 14px;
}

@media (min-width: 768px) {
  .logo-rstrkt {
    height: 100px;
  }
}

@media (min-width: 1025px) {
  .logo-rstrkt {
    height: auto;
    padding-top: 38px;
  }
}

.logo-rstrkt .nav-mobile {
  display: none;
}

.logo-rstrkt .branding {
  margin-top: 0;
}

.logo-rstrkt .branding img {
  height: 57px;
}

@media (min-width: 768px) {
  .logo-rstrkt .branding img {
    height: 77px;
  }
}

.nav-mobile {
  float: right;
  margin-right: -10px;
}

@media (min-width: 1025px) {
  .nav-mobile {
    display: none;
  }
}

.mobile-utility-nav {
  margin-top: 5px;
}

.mobile-utility-nav #menu-utility-nav-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  list-style-type: none;
}

.mobile-utility-nav #menu-utility-nav-1 li:not(.button) {
  display: inline-block;
}

.mobile-utility-nav #menu-utility-nav-1 li:not(.button) a {
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-utility-nav #menu-utility-nav-1 li:not(.button):before {
  content: "|";
  color: #FFF;
  font-weight: 100;
}

.mobile-utility-nav #menu-utility-nav-1 li:first-child::before {
  content: " ";
}

.mobile-utility-nav #menu-utility-nav-1 .button {
  flex-basis: 100%;
  width: 0;
  order: -1;
  border: 2px solid #FFCA34 !important;
  border-radius: 25px;
  padding: 2px 23px 0;
  text-align: center;
  transition: all 0.3s;
  font-family: Aileron-Semi-Bold, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 25% !important;
  margin-right: 25% !important;
  margin-bottom: 10px;
  color: #FFF;
}

.mobile-utility-nav #menu-utility-nav-1 .button:last-child {
  margin-bottom: 40px;
}

.mobile-utility-nav #menu-utility-nav-1 .button a {
  color: #FFF;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EC822A;
  z-index: 97;
}

.mobile-menu > .menu-primary-menu-container {
  max-width: 400px;
  height: auto;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  .mobile-menu > .menu-primary-menu-container {
    max-width: 450px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.mobile-menu > .menu-primary-menu-container ul {
  list-style: none;
  padding: 20px 0 20px 40px;
  margin: 0;
}

.mobile-menu > .menu-primary-menu-container ul li {
  line-height: 1.8;
  padding: 0 27px 16px 0;
}

.mobile-menu > .menu-primary-menu-container ul li a {
  display: block;
  color: #fff;
  font-size: 22px;
  font-family: "Aileron-Black", sans-serif;
  transition: padding 0.3s;
  width: 260px;
  -webkit-width: 260px;
}

@media (min-width: 768px) {
  .mobile-menu > .menu-primary-menu-container ul li a {
    font-size: 40px;
  }
}

.mobile-menu > .menu-primary-menu-container ul li.motivis {
  position: absolute;
  bottom: -215px;
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #FFCA34;
  border-radius: 25px;
  padding: 8px 30px;
  text-align: center;
  transform: all 0.5s;
}

.mobile-menu > .menu-primary-menu-container ul li.motivis a {
  font-family: "Aileron-Semi-Bold", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.mobile-menu > .menu-primary-menu-container ul li.motivis:hover {
  background-color: #fff;
}

.mobile-menu > .menu-primary-menu-container ul li.motivis:hover a {
  color: #EC822A;
}

.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children {
  position: relative;
}

.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children:after {
  position: absolute;
  display: block;
  content: "\F054";
  right: 35px;
  top: 7px;
  font-size: 24px;
  color: #fff;
}

@media (min-width: 768px) {
  .mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children:after {
    font-size: 50px;
  }
}

.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children.open {
  display: block;
}

.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children.open:before {
  position: absolute;
  display: block;
  content: "\F060";
  left: -30px;
  top: 20px;
  font-size: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children.open:before {
    left: -55px;
    font-size: 30px;
  }
}

.mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children.open:after {
  position: absolute;
  content: "";
  display: block;
  top: 60px;
  left: -55px;
  border-bottom: 2px solid #FFCA34;
  width: 282px;
}

@media (min-width: 768px) {
  .mobile-menu > .menu-primary-menu-container ul li.menu-item-has-children.open:after {
    top: 70px;
    width: 320px;
  }
}

.mobile-menu > .menu-primary-menu-container ul.sub-menu {
  display: none;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .mobile-menu > .menu-primary-menu-container ul.sub-menu {
    padding: 20px 0;
  }
}

.mobile-menu > .menu-primary-menu-container ul.sub-menu li {
  padding: 0 27px 10px 0;
}

.mobile-menu > .menu-primary-menu-container ul.sub-menu li a {
  font-family: "Aileron-Bold", sans-serif;
  font-size: 21px;
}

@media (min-width: 768px) {
  .mobile-menu > .menu-primary-menu-container ul.sub-menu li a {
    font-size: 31px;
  }
}

.mobile-menu > .menu-primary-menu-container.menu-digital-playbooks-menu-container ul {
  padding: 45px 0 20px 40px;
}

.mobile-menu > .menu-primary-menu-container.menu-digital-playbooks-menu-container ul li {
  line-height: 1.3;
}

.mobile-menu .motivis {
  position: absolute;
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
}

#mobile-menu {
  margin-top: 0;
  width: 30px;
  height: 18px;
  position: relative;
  padding: 17px 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

#mobile-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3A3A3A;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}

#mobile-menu span:nth-child(1) {
  top: 8px;
}

#mobile-menu span:nth-child(2),
#mobile-menu span:nth-child(3) {
  top: 16px;
}

#mobile-menu span:nth-child(4) {
  top: 24px;
}

#mobile-menu.open span {
  background: #3A3A3A;
}

#mobile-menu.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#mobile-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

#mobile-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#mobile-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-desktop {
  display: none;
}

@media (min-width: 1025px) {
  .nav-desktop {
    display: flex;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    text-align: right;
    justify-content: space-evenly;
    padding-left: 240px;
    flex-direction: column;
  }

  .nav-desktop #menu-utility-nav {
    padding-bottom: 14px;
  }

  .nav-desktop #menu-utility-nav li a {
    color: #f89621;
    text-transform: none;
    font-size: 12px;
  }

  .nav-desktop #menu-utility-nav li a:hover {
    border-bottom: 2px solid transparent;
  }

  .nav-desktop #menu-utility-nav li.blue a {
    color: #2f9bb1 !important;
  }

  .nav-desktop #menu-utility-nav li.orange a {
    color: #f89621 !important;
  }

  .nav-desktop #menu-utility-nav li.gray a {
    color: #414753 !important;
  }

  .nav-desktop #menu-utility-nav li:not(:first-child):before {
    content: " | ";
    position: absolute;
    top: 0px;
    font-weight: 100;
  }

  .nav-desktop #menu-utility-nav li.button:before,
  .nav-desktop #menu-utility-nav li.button-blue:before,
  .nav-desktop #menu-utility-nav li.button-orange:before,
  .nav-desktop #menu-utility-nav li.button-green:before,
  .nav-desktop #menu-utility-nav li.button-gray:before {
    content: "  ";
  }

  .nav-desktop #menu-utility-nav li.no-pipe:after {
    content: " " !important;
  }

  .nav-desktop #menu-utility-nav li.button a {
    border: 2px solid #2f9bb1 !important;
    border-radius: 25px;
    padding: 2px 23px 0 23px;
    text-align: center;
    transition: all 0.3s;
    font-family: Aileron-Semi-Bold, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #414753;
    margin-left: 0 !important;
    margin-right: 8px !important;
  }

  .nav-desktop #menu-utility-nav li.button-blue a {
    border: 2px solid #2f9bb1 !important;
    border-radius: 25px;
    padding: 2px 23px 0 23px;
    text-align: center;
    transition: all 0.3s;
    font-family: Aileron-Semi-Bold, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000 !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
  }

  .nav-desktop #menu-utility-nav li.button-orange a {
    border: 2px solid #f89621 !important;
    border-radius: 25px;
    padding: 2px 23px 0 23px;
    text-align: center;
    transition: all 0.3s;
    font-family: Aileron-Semi-Bold, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000 !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
  }

  .nav-desktop #menu-utility-nav li.button-green a {
    border: 2px solid #96b93e !important;
    border-radius: 25px;
    padding: 2px 23px 0 23px;
    text-align: center;
    transition: all 0.3s;
    font-family: Aileron-Semi-Bold, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000 !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
  }

  .nav-desktop #menu-utility-nav li.button-grey a {
    border: 2px solid #414753 !important;
    border-radius: 25px;
    padding: 2px 23px 0 23px;
    text-align: center;
    transition: all 0.3s;
    font-family: Aileron-Semi-Bold, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000 !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
  }

  .nav-desktop .btn-round,
  .nav-desktop .btn-round-orange,
  .nav-desktop .btn-round-small {
    margin-top: -5px;
    color: #EC822A;
  }

  .nav-desktop .btn-round:hover,
  .nav-desktop .btn-round-orange:hover,
  .nav-desktop .btn-round-small:hover {
    color: #fff;
    background-color: #EC822A;
  }
}

.nav-desktop.ny {
  top: 3px;
}

.nav-desktop.ny ul > li {
  padding: 30px 0 36px;
}

@media (min-width: 1025px) {
  .nav-desktop.ny .sub-menu {
    top: 63px;
  }
}

@media (min-width: 1025px) {
  .nav-desktop.digital-playbooks {
    text-align: right;
    padding-right: 250px;
  }
}

.nav-desktop ul {
  list-style: none;
  margin: 0;
}

.nav-desktop ul > li {
  display: inline;
}

.nav-desktop ul > li.current-menu-item > a {
  border-bottom: 2px solid #EC822A;
}

.nav-desktop ul > li a {
  display: inline-block;
  margin: 0 20px;
  color: #757575;
  font-family: "Aileron-Semi-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
  border-bottom: 2px solid transparent !important;
}

@media (min-width: 768px) {
  .nav-desktop ul > li a {
    font-size: 13px;
    margin: 0 5px;
    padding-bottom: 4px;
    text-decoration: none;
    padding-left: 12px;
  }
}

@media (min-width: 1200px) {
  .nav-desktop ul > li a {
    font-size: 15px;
    margin: 0 20px;
  }
}

.nav-desktop ul > li:hover > a,
.nav-desktop ul > li:focus > a {
  color: #3A3A3A;
  border-bottom: 2px solid #EC822A;
}

.nav-desktop ul > li:hover > .sub-menu,
.nav-desktop ul > li:focus > .sub-menu {
  display: block;
}

.nav-desktop ul > li:hover > .sub-menu > li,
.nav-desktop ul > li:focus > .sub-menu > li {
  height: auto;
  padding: 25px 0;
}

.nav-desktop ul > li:hover > .sub-menu > li a,
.nav-desktop ul > li:focus > .sub-menu > li a {
  display: block;
}

.nav-desktop ul li.menu-item-has-children > a {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .nav-desktop ul#menu-digital-playbooks-menu li {
    font-size: 11px;
  }

  .nav-desktop ul#menu-digital-playbooks-menu li a {
    font-size: 13px;
  }
}

@media (min-width: 1394px) {
  .nav-desktop ul#menu-digital-playbooks-menu li {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .nav-desktop ul#menu-digital-playbooks-menu li a {
    font-size: 15px;
  }
}

.nav-desktop .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  background-color: #fff;
  padding: 7px 10px 10px 10px;
  border-top: solid 1px #F6F6F6;
  height: auto;
  left: -40px;
  right: -30px;
  top: 87px;
  height: 90px;
  z-index: 7;
}

@media (min-width: 1025px) {
  .nav-desktop .sub-menu {
    top: 87px;
  }
}

.nav-desktop .sub-menu li {
  display: inline-block;
}

.nav-desktop .sub-menu li a {
  font-family: "Aileron-Semi-Bold", sans-serif;
  font-size: 14px;
  color: #3A3A3A;
  text-transform: none;
}

.grads-livestream-content .one-program {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.grads-livestream-content .one-program h5 {
  color: #F5923F;
}

.grads-livestream-content .one-program h4 {
  font-family: "Aileron-Black", sans-serif;
}

.grad-livestream {
  /* Custom dropdown styles */
}

.grad-livestream .grad-list-title {
  color: #F5923F;
}

.grad-livestream .grad-list-area {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 350px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .grad-livestream .grad-list-area {
    height: 550px;
  }
}

.grad-livestream .grad-listings {
  max-height: 260px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .grad-livestream .grad-listings {
    max-height: 460px;
  }
}

.grad-livestream .grad-listings .one-grad h6 {
  font-size: 14px;
  text-transform: none;
  line-height: 1;
}

.grad-livestream .grad-listings .one-grad p,
.grad-livestream .grad-listings .one-grad .block-content {
  font-size: 11px;
  line-height: 1.3;
}

.grad-livestream .select-dropdown {
  display: inline-block;
  margin: 0;
}

.grad-livestream .select-dropdown.mobile-width {
  width: 100%;
}

@media (min-width: 768px) {
  .grad-livestream .select-dropdown.mobile-width {
    width: auto;
  }
}

.grad-livestream .select-dropdown.mobile-width dd ul {
  width: 100%;
}

.grad-livestream .select-dropdown.all-width {
  width: 100%;
}

.grad-livestream .select-dropdown.all-width dd ul {
  width: 100%;
}

.grad-livestream .select-dropdown.large dd ul {
  width: 270px;
}

@media (min-width: 1025px) {
  .grad-livestream .select-dropdown.large dd ul {
    width: 320px;
  }
}

.grad-livestream .select-dropdown.large dt a {
  width: 270px;
}

@media (min-width: 1025px) {
  .grad-livestream .select-dropdown.large dt a {
    width: 320px;
  }
}

.grad-livestream .select-dropdown dd,
.grad-livestream .select-dropdown dt,
.grad-livestream .select-dropdown ul {
  margin: 0px;
  padding: 0px;
}

.grad-livestream .select-dropdown dd {
  position: relative;
}

.grad-livestream .select-dropdown dt a {
  display: inline-block;
  position: relative;
  text-align: left;
}

.grad-livestream .select-dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
}

.grad-livestream .select-dropdown dd ul {
  background: #FFFFFF none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 5px 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 173px;
  min-width: 170px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media (min-width: 1025px) {
  .grad-livestream .select-dropdown dd ul {
    width: 240px;
  }
}

.grad-livestream .select-dropdown dd ul.reveal {
  display: block;
}

.grad-livestream .select-dropdown span.value {
  display: none;
}

.grad-livestream .select-dropdown dd ul li a {
  color: #0E0F1F;
  font-family: "Aileron-Semi-Bold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 18px;
  display: block;
  text-align: left;
}

.grad-livestream .select-dropdown dd ul li a:hover {
  background-color: #F6F6F6;
}

.grad-livestream .custom-override {
  display: none;
}

.grad-livestream select,
.grad-livestream .select-dropdown dt a {
  border-radius: 0 !important;
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: none;
  border-bottom: 3px solid #FFCA34;
  padding: 6px 0;
  height: 37px;
  width: 100%;
  max-width: 100%;
  color: #0E0F1F;
  font-family: "Aileron-Semi-Bold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  background-image: url(/wp-content/themes/careerwise/assets/images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 2px center;
}

.grad-livestream select.open-up,
.grad-livestream .select-dropdown dt a.open-up,
.grad-livestream .select-dropdown dt a.open {
  background-image: url(/wp-content/themes/careerwise/assets/images/chevron-up.svg);
}

.grad-livestream .embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 350px;
}

@media (min-width: 768px) {
  .grad-livestream .embedded-video {
    height: 550px;
  }
}

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

.grad-livestream .livestream-chat .chat iframe {
  height: 200px;
  width: 100%;
}

@media (min-width: 1025px) {
  .grad-livestream .livestream-chat .chat iframe {
    height: 250px;
  }
}

@media (min-width: 768px) {
  .grad-livestream .more-button {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}

footer {
  background-color: #414753;
}

@media (min-width: 1025px) {
  footer {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

footer .footer-form .form-title {
  font-family: "Aileron-Black", sans-serif;
  font-size: 20px;
  letter-spacing: 1.05px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  footer .footer-form .form-title {
    padding-top: 40px;
  }
}

@media (min-width: 1025px) {
  footer .footer-form .form-title {
    text-align: left;
  }
}

footer .footer-form ._form_1 ._x92349554,
footer .footer-form ._form_1 ._x67296534,
footer .footer-form ._form_1 ._x78948894,
footer .footer-form ._form_1 ._form-branding {
  display: none;
}

footer .footer-form ._form_1 ._form-thank-you {
  color: #fff !important;
}

footer .footer-form ._form_1 form {
  width: 100% !important;
  background: #1C2136 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 75px !important;
}

footer .footer-form ._form_1 form ._x11502943 label {
  display: none !important;
}

footer .footer-form ._form_1 form ._x11502943 input[type=text] {
  width: 100%;
  border: 0;
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #FFCA34 !important;
  color: #fff !important;
  font-family: "Aileron-Bold", sans-serif;
  font-size: 13.5px;
  padding-bottom: 5px;
}

footer .footer-form ._form_1 form ._x11502943 input[type=text]::-moz-placeholder {
  color: #fff;
}

footer .footer-form ._form_1 form ._x11502943 input[type=text]::placeholder {
  color: #fff;
}

footer .footer-form ._form_1 form ._x11502943 input[type=text]:focus::-moz-placeholder {
  color: #1C2136;
}

footer .footer-form ._form_1 form ._x11502943 input[type=text]:focus::placeholder {
  color: #1C2136;
}

footer .footer-form ._form_1 form #_form_1_submit {
  color: #fff;
  background-color: #EC822A !important;
  border: 0;
  border-radius: 0 !important;
  display: block;
  font-family: "Aileron-Black", sans-serif;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 17px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  footer .footer-form ._form_1 form #_form_1_submit {
    margin-top: 20px;
  }

  footer .footer-form ._form_1 form #_form_1_submit:hover {
    background-color: #fff !important;
    color: #1C2136 !important;
  }
}

footer .footer-form form {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  footer .footer-form form {
    margin-top: 10px;
  }
}

footer .footer-form form p,
footer .footer-form form .block-content {
  padding-top: 0;
}

@media (min-width: 1025px) {
  footer .footer-form form p.field-left,
  footer .footer-form form .field-left.block-content {
    float: left;
    width: 48%;
  }
}

@media (min-width: 1025px) {
  footer .footer-form form p.field-right,
  footer .footer-form form .field-right.block-content {
    float: right;
    width: 48%;
  }
}

footer .footer-form form input[type=email],
footer .footer-form form input[type=text] {
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 2px solid #FFCA34;
  color: #fff;
  font-family: "Aileron-Bold", sans-serif;
  font-size: 13.5px;
  padding-bottom: 5px;
}

footer .footer-form form input[type=email]::-moz-placeholder, footer .footer-form form input[type=text]::-moz-placeholder {
  color: #fff;
}

footer .footer-form form input[type=email]::placeholder,
footer .footer-form form input[type=text]::placeholder {
  color: #fff;
}

footer .footer-form form input[type=email]:focus::-moz-placeholder, footer .footer-form form input[type=text]:focus::-moz-placeholder {
  color: #1C2136;
}

footer .footer-form form input[type=email]:focus::placeholder,
footer .footer-form form input[type=text]:focus::placeholder {
  color: #1C2136;
}

footer .footer-form form input[type=submit] {
  color: #fff;
  background-color: #EC822A;
  border: 0;
  display: block;
  font-family: "Aileron-Black", sans-serif;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 17px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s;
}

@media (min-width: 1025px) {
  footer .footer-form form input[type=submit] {
    margin-top: 20px;
  }

  footer .footer-form form input[type=submit]:hover {
    background-color: #fff;
    color: #1C2136;
  }
}

footer .footer-form form .wpcf7-response-output {
  color: #fff;
  margin-top: 0;
  width: 100%;
  margin: auto;
  border: 2px solid #FFCA34;
}

footer .footer-form a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

footer .footer-form .login-motivis.ny {
  margin-top: 40px;
}

footer .menu-digital-playbooks-footer-menu-container,
footer .menu-main-home-page-menu-container {
  padding-top: 40px;
}

@media (min-width: 768px) {
  footer .menu-primary-menu-container {
    padding-top: 40px;
  }
}

footer .footer-text {
  padding-top: 40px;
}

footer .footer-text h1,
footer .footer-text h2,
footer .footer-text h3,
footer .footer-text h4,
footer .footer-text h5,
footer .footer-text h6,
footer .footer-text p,
footer .footer-text .block-content {
  color: #fff;
}

footer .footer-text p,
footer .footer-text .block-content {
  font-size: 16px;
}

footer .footer-text .row,
footer .footer-text .woocommerce-order-received .woocommerce .woocommerce-order,
.woocommerce-order-received .woocommerce footer .footer-text .woocommerce-order {
  align-items: center;
}

footer .footer-text .row a,
footer .footer-text .woocommerce-order-received .woocommerce .woocommerce-order a,
.woocommerce-order-received .woocommerce footer .footer-text .woocommerce-order a {
  margin: 0;
}

footer .footer-text .row img,
footer .footer-text .woocommerce-order-received .woocommerce .woocommerce-order img,
.woocommerce-order-received .woocommerce footer .footer-text .woocommerce-order img {
  max-height: 100px;
  margin: auto;
}

footer .footer-menu {
  padding: 0;
}

@media (min-width: 1025px) {
  footer .footer-menu.dp-footer-menu li {
    width: 31%;
  }
}

footer .footer-menu li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-left: 20px;
}

@media (min-width: 1025px) {
  footer .footer-menu li {
    width: 23%;
  }
}

footer .footer-menu li a {
  font-family: "Aileron-Black", sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1.05px;
  border-bottom: 2px solid #EC822A;
  padding-bottom: 5px;
}

@media (min-width: 1025px) {
  footer .footer-menu li a {
    display: block;
  }
}

footer .footer-menu li .sub-menu {
  padding-left: 0;
  margin-top: 20px;
}

footer .footer-menu li .sub-menu li {
  display: block;
  padding-bottom: 15px;
  width: 100%;
  padding-left: 0;
  transition: color 0.3s;
}

@media (min-width: 1025px) {
  footer .footer-menu li .sub-menu li:hover a {
    color: #EC822A;
  }
}

footer .footer-menu li .sub-menu li a {
  font-family: "Aileron-Bold", sans-serif;
  font-size: 13.5px;
  letter-spacing: 0.72px;
  line-height: 1.3;
  border-bottom: none;
}

footer .legal-footer p,
footer .legal-footer .block-content {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  footer .legal-footer p,
  footer .legal-footer .block-content {
    display: inline-block;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  footer .legal-footer p,
  footer .legal-footer .block-content {
    text-align: left;
  }
}

footer .legal-footer p a,
footer .legal-footer .block-content a {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  transition: all 0.3s;
}

footer .legal-footer p a:hover,
footer .legal-footer .block-content a:hover {
  color: #EC822A;
  border-bottom: 1px solid #EC822A;
}

footer .copy {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  footer .copy {
    display: inline-block;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  footer .copy {
    text-align: left;
  }
}

footer .copy a {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  transition: all 0.3s;
}

footer .copy a:hover {
  color: #EC822A;
  border-bottom: 1px solid #EC822A;
}

footer .copy .copy-ny {
  font-size: 10px;
}

footer .social {
  margin-bottom: 60px;
  text-align: center;
}

@media (min-width: 768px) {
  footer .social {
    display: inline-block;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  footer .social {
    margin-right: 4%;
  }
}

footer .social i {
  color: #fff;
  font-size: 25px;
  margin: 0 3px;
  transition: color 0.3s;
}

@media (min-width: 1025px) {
  footer .social i {
    font-size: 22px;
  }

  footer .social i:hover {
    color: #EC822A;
  }
}

#mc_embed_signup {
  background: transparent !important;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin-top: 40px;
}

#mc_embed_signup_scroll label {
  font-size: 20px;
  letter-spacing: 1.05px;
  color: #fff;
  margin-bottom: 40px;
}

#tribe-events {
  margin-top: 67px;
}

@media (min-width: 1025px) {
  #tribe-events {
    margin-top: 0;
  }
}

.tribe-events-event-meta {
  border: 0 !important;
  background-color: #fff !important;
}

.tribe-events-gcal,
.tribe-events-ical {
  background-color: #EC822A !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  transition: all 0.3s !important;
}

.tribe-events-gcal:hover,
.tribe-events-gcal:active,
.tribe-events-ical:hover,
.tribe-events-ical:active {
  background-color: #1C2136 !important;
  color: #fff !important;
}

.event-listing.white {
  background-image: none;
}

.event-listing .application-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.event-listing .application-section.gray {
  background-color: #F6F6F6;
}

.event-listing .application-section.white {
  background-color: #fff;
}

@media (min-width: 768px) {
  .event-listing .application-section {
    text-align: left;
  }
}

.event-listing .application-section .application-title {
  color: #EC822A;
  text-transform: uppercase;
  font-size: 15px;
}

@media (min-width: 768px) {
  .event-listing .application-section .application-title {
    font-size: 24px;
    text-transform: none;
  }
}

.event-listing .application-section .application-date {
  font-family: "Aileron-Bold", sans-serif;
  color: #3A3A3A;
  font-size: 24px;
}

@media (min-width: 768px) {
  .event-listing .application-section .application-date {
    font-size: 42px;
  }
}

.event-listing .event-container.gray {
  background-color: #F6F6F6;
}

.event-listing .event-container.white {
  background-color: #fff;
}

@media (min-width: 768px) {
  .event-listing .event-container {
    background-color: transparent;
  }
}

.event-listing .event-section {
  position: relative;
  padding-top: 30px;
}

.event-listing .event-section.white {
  background-image: none;
}

@media (min-width: 768px) {
  .event-listing .event-section {
    margin-top: -50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1025px) {
  .event-listing .event-section {
    margin-top: -315px;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 60px;
  }
}

.event-listing .event-section h5 {
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 1025px) {
  .event-listing .event-section h5 {
    text-align: left;
  }
}

.event-listing .event-section .sliding-months .one-month-container.slick-current .one-month .single-month {
  position: relative;
  border-top: 3px solid #EC822A;
}

@media (min-width: 1025px) {
  .event-listing .event-section .sliding-months .one-month-container.slick-current .one-month .single-month {
    margin-left: 8px;
  }
}

@media (min-width: 1025px) {
  .event-listing .event-section .sliding-months .one-month-container.slick-current .one-month .single-month:before {
    transition: all 0.3s;
    position: absolute;
    content: "";
    border: 3px solid #EC822A;
    height: 10px;
    width: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: -6.5px;
    left: -7px;
  }
}

.event-listing .event-section .sliding-months .one-month {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.event-listing .event-section .sliding-months .one-month .single-month {
  color: #C5C5C5;
  padding: 10px;
  border-top: 3px solid #e4e4e4;
  text-transform: none;
  text-align: center;
}

.event-listing .event-section .events-nav {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 1025px) {
  .event-listing .event-section .events-nav {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 90px;
  }
}

.event-listing .event-section .events-nav i {
  font-size: 20px;
  color: #fff;
  padding: 13px 26px;
  background-color: #3A3A3A;
  transition: color 0.5s;
}

.event-listing .event-section .events-nav i:hover {
  color: #EC822A;
}

.event-listing .event-section .events-nav .fa-arrow-left {
  position: relative;
  border-radius: 5px 0 0 5px;
  left: 2px;
}

.event-listing .event-section .events-nav .fa-arrow-left:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 22px;
  right: 0;
  top: 12px;
  z-index: 4;
}

.event-listing .event-section .events-nav .fa-arrow-right {
  left: 69px;
  border-radius: 0 5px 5px 0;
}

.event-listing .event-section .sliding-events {
  margin-top: 35px;
}

.event-listing .event-section .sliding-events.white {
  background-image: none;
}

@media (min-width: 1025px) {
  .event-listing .event-section .sliding-events {
    margin-top: 10px;
  }
}

.event-listing .event-section .sliding-events .event-block-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: no-wrap;
}

.event-listing .event-section .sliding-events .one-event-block {
  flex: none;
  position: relative;
  background-color: #fff;
  height: 575px;
  width: 300px;
  display: inline-block;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .event-listing .event-section .sliding-events .one-event-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .event-listing .event-section .sliding-events .one-event-block .one-event-link:hover button:before {
    height: 100%;
  }

  .event-listing .event-section .sliding-events .one-event-block .one-event-link:hover button:after {
    right: 17px;
  }
}

.event-listing .event-section .sliding-events .one-event-block .event-text-area {
  padding-top: 40px;
  height: 505px;
}

.event-listing .event-section .sliding-events .one-event-block .event-text-area h6 {
  color: #EC822A;
}

.event-listing .event-section .sliding-events .one-event-block .event-text-area h5 {
  text-align: left;
}

.event-listing .event-section .sliding-events .one-event-block .event-text-area p,
.event-listing .event-section .sliding-events .one-event-block .event-text-area .block-content {
  color: #3A3A3A;
  font-size: 17px;
  padding-top: 15px;
}

.event-listing .event-section .sliding-events .one-event-block button {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #3A3A3A;
  width: 100%;
}

.content-video-slider {
  padding-top: 20px;
  padding-top: 20px;
}

.content-video-slider.white {
  background-image: none;
  background-color: #fff;
}

.content-video-slider.gray {
  background-color: #F6F6F6;
}

@media (min-width: 1025px) {
  .content-video-slider {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.content-video-slider h6 {
  color: #A2A2A2;
}

@media (min-width: 768px) {
  .content-video-slider h6 {
    text-align: center;
  }
}

.content-video-slider .watching-desktop {
  display: none;
  color: #3A3A3A;
}

@media (min-width: 768px) {
  .content-video-slider .watching-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .content-video-slider .watching-mobile {
    display: none;
  }
}

.content-video-slider .video-title-container {
  height: 70px;
}

.content-video-slider h2 {
  padding-bottom: 10px;
  font-size: 26px;
}

@media (min-width: 768px) {
  .content-video-slider h2 {
    text-align: center;
    font-size: 38px;
  }
}

@media (min-width: 1025px) {
  .content-video-slider h2 {
    font-size: 42px;
  }
}

.content-video-slider .video-slide i {
  position: absolute;
  top: 81px;
  z-index: 1;
  transition: all 0.5s;
  background-color: #fff;
  padding: 77px 15px;
}

@media (min-width: 768px) {
  .content-video-slider .video-slide i {
    font-size: 20px;
    top: 66px;
    padding: 216px 21px;
  }
}

@media (min-width: 1025px) {
  .content-video-slider .video-slide i {
    top: 72px;
    padding: 290px 27px;
  }

  .content-video-slider .video-slide i:hover {
    background-color: #1C2136;
    color: #fff;
  }
}

.content-video-slider .video-slide .fa-arrow-right {
  right: 0;
}

.content-video-slider .embed-video {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .content-video-slider .embed-video {
    margin-top: 40px;
    padding: 0;
    margin: 0;
  }
}

.content-video-slider .embed-video iframe {
  display: block;
  margin: auto;
  max-width: 90%;
  height: 170px;
}

@media (min-width: 768px) {
  .content-video-slider .embed-video iframe {
    height: 451px;
  }
}

@media (min-width: 1025px) {
  .content-video-slider .embed-video iframe {
    width: 100%;
  }
}

.content-video-slider .video-button {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .content-video-slider .video-button {
    text-align: center;
  }
}

.content-two-column-blocks {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .content-two-column-blocks {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.content-two-column-blocks .title-section {
  padding-bottom: 5px;
}

.content-two-column-blocks .title-section h5 {
  color: #EC822A;
  padding-bottom: 25px;
}

.content-two-column-blocks .two-col-container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .content-two-column-blocks .two-col-container {
    padding-bottom: 0;
  }
}

.content-two-column-blocks .two-col-container.white {
  background-color: #fff;
}

.content-two-column-blocks .two-col-container.gray {
  background-color: #F6F6F6;
}

@media (min-width: 1025px) {
  .content-two-column-blocks .two-col-container .text-block-row {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 1025px) {
  .content-two-column-blocks .content-block {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.content-two-column-blocks .content-block:last-child {
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .content-two-column-blocks .content-block.block-full {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 1025px) {
  .content-two-column-blocks .content-block.block-left {
    padding-left: 90px;
  }
}

@media (min-width: 1025px) {
  .content-two-column-blocks .content-block.block-right {
    padding-right: 90px;
  }
}

.content-two-column-blocks.white {
  background-color: #FFF;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap .grad-livestream .select-dropdown dt a,
.grad-livestream .select-dropdown dt .wpcf7-form-control-wrap a,
.wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 0;
  background: 0 0;
  border-bottom: 2px solid #d5d5d5;
  color: #3A3A3A;
  font-family: Aileron-Bold, sans-serif;
  font-size: 13.5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.wpcf7-submit {
  position: relative;
  color: #3A3A3A;
  background-color: #FFCA34;
  border: 0;
  display: block;
  font-family: Aileron-Black, sans-serif;
  font-size: 15px;
  text-align: left;
  width: 100%;
  padding: 21px;
}

.content-block > p > iframe,
.content-block > .block-content > iframe {
  max-width: 100% !important;
}

.section-tabs-component {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-tabs-component h5 {
  color: #EC822A;
  padding-bottom: 25px;
}

.section-tabs-component .component-tabs {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}

.section-tabs-component .component-tabs li {
  display: inline-block;
  background-color: #414753;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section-tabs-component .component-tabs li {
    border-top-left-radius: 21px !important;
    border-top-right-radius: 21px !important;
    box-shadow: 0 2px 4px rgba(176, 176, 176, 0.5);
  }
}

.section-tabs-component .component-tabs li .tab-title {
  width: 100%;
  line-height: 1.2;
  padding: 5px;
}

.section-tabs-component .component-tabs li.active {
  background-color: #FFF !important;
  color: #414753 !important;
  border-radius: 10px 10px 0px 0px;
  border-right: 1px solid #FFF;
}

.section-tabs-component .component-tabs .before-active {
  border-right: none;
}

.section-tabs-component .component-tabs .individual-tab.active:only-child {
  border-radius: 0 !important;
}

.section-tabs-component .tab-container {
  display: none !important;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  min-height: 350px;
  padding: 30px;
}

@media (min-width: 768px) {
  .section-tabs-component .tab-container {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
}

.section-tabs-component .video-tab-container {
  min-height: 500px;
}

.section-tabs-component .tab-container.active {
  display: inline-block !important;
}

.section-tabs-component .gallery-container.unclicked {
  display: inline-block;
  position: absolute;
  left: -50000px;
}

.section-tabs-component .gallery-container.unclicked.mobile {
  display: inline-block !important;
  position: absolute;
  left: -50000px;
}

.section-tabs-component .bleed-tab-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;
}

.section-tabs-component .video-tab-container iframe {
  width: 100%;
  height: 450px;
}

.section-tabs-component .slick-slide {
  display: flex !important;
}

.section-tabs-component .slick-slide {
  margin: 0 50px;
  height: inherit !important;
}

.section-tabs-component .slick-slide img {
  height: 500px;
}

.section-tabs-component .slide-nav-arrows.left {
  /* position: relative; */
  border-radius: 5px 0 0 5px;
  left: auto;
  position: absolute;
  bottom: 5px;
  z-index: 999999;
  right: 50%;
}

.section-tabs-component .bleed-tab-container {
  min-height: auto !important;
}

.section-tabs-component .slide-nav-arrows.right {
  /* left: -1px; */
  border-radius: 0 5px 5px 0;
  position: absolute;
  /* right: 0; */
  bottom: 5px;
  z-index: 9999999;
  left: 50%;
}

.section-tabs-component .slick-track {
  margin-bottom: 70px;
}

.section-tabs-component .container.mobile,
.section-tabs-component .woocommerce-order-received .mobile.woocommerce,
.woocommerce-order-received .section-tabs-component .mobile.woocommerce {
  display: none;
}

.section-tabs-component .mobile-tab-container {
  margin-left: 15px;
  margin-right: 15px;
}

.section-tabs-component .component-tabs.mobile {
  background-color: #D8D8D8 !important;
}

.section-tabs-component .component-tabs.mobile .individual-tab {
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  border: none !important;
  text-align: left !important;
  font-weight: 500;
  border-radius: 0 !important;
}

.section-tabs-component .component-tabs.mobile .individual-tab::after {
  font-family: "Font Awesome 5 Free";
  content: "\F054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: transform 0.5s;
}

.section-tabs-component .component-tabs.mobile .individual-tab.active::after {
  transform: rotate(90deg);
}

.section-tabs-component .component-tabs.mobile li:first-of-type.active {
  border: none !important;
}

.section-tabs-component .mobile-gallery-block {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .container.desktop,
  .woocommerce-order-received .desktop.woocommerce {
    display: none !important;
  }

  .container.mobile:not(.gallery-container),
  .woocommerce-order-received .mobile.woocommerce:not(.gallery-container) {
    display: block !important;
  }

  .section-tabs-component {
    margin-left: 15px;
    margin-right: 15px;
  }

  .individual-tab {
    width: 100% !important;
  }

  .component-tabs {
    display: inline-block !important;
  }

  .slick-slide {
    margin: 0 15px !important;
  }

  .slick-slide img {
    height: 255px !important;
  }

  .tab-container {
    display: none !important;
  }
}

.single-occupations .section-tabs-component {
  padding-bottom: 40px !important;
}

.content-quote {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 135px;
}

.content-quote.white {
  background-image: none;
}

@media (min-width: 768px) {
  .content-quote {
    margin-top: 0px;
  }
}

@media (min-width: 1025px) {
  .content-quote {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.content-quote .container.gray,
.content-quote .woocommerce-order-received .gray.woocommerce,
.woocommerce-order-received .content-quote .gray.woocommerce {
  background-color: #F6F6F6;
}

.content-quote .container.white,
.content-quote .woocommerce-order-received .white.woocommerce,
.woocommerce-order-received .content-quote .white.woocommerce {
  background-color: #fff;
}

.content-quote .quote-area {
  background-color: #fff;
  padding: 25px 20px;
  margin: 10px 15px;
  border-bottom: 2px solid #FFCA34;
}

@media (min-width: 768px) {
  .content-quote .quote-area {
    margin: auto;
  }
}

@media (min-width: 1025px) {
  .content-quote .quote-area {
    margin-top: 0;
    padding: 30px 25px;
  }
}

.content-quote .quote-area h5 {
  color: #F5923F;
}

.content-partner-logos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-partner-logos.white {
  background-image: none;
}

@media (min-width: 1025px) {
  .content-partner-logos {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.content-partner-logos .logos-container {
  background-color: #fff;
}

.content-partner-logos .logos-container.gray {
  background-color: #F6F6F6;
}

.content-partner-logos .logos-container.white {
  background-color: #fff;
}

.content-partner-logos h3 {
  font-size: 27px;
  text-align: center;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .content-partner-logos h3 {
    font-size: 42px;
    padding: 30px 0;
  }
}

.content-partner-logos .logo-holder {
  margin-top: 25px;
  margin-bottom: 25px;
  height: 65px;
}

@media (min-width: 768px) {
  .content-partner-logos .logo-holder {
    height: 100px;
  }
}

.content-partner-logos .logo-holder img {
  max-height: 100%;
  margin: auto;
}

.content-partner-logos.white {
  background-color: #FFF;
}

.one-text-block-outer .one-text-block {
  box-shadow: 0 16px 20px rgba(0, 12, 24, 0.2);
  margin-bottom: 30px;
  background-color: #fff;
}

.one-text-block-outer .one-text-block.text-image-block {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .one-text-block-outer .one-text-block.text-image-block {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .one-text-block-outer .one-text-block .block-link:hover button {
    color: #3A3A3A;
  }

  .one-text-block-outer .one-text-block .block-link:hover button:before {
    height: 100%;
  }

  .one-text-block-outer .one-text-block .block-link:hover button:after {
    right: 17px;
  }
}

.one-text-block-outer .one-text-block .block-text-area {
  padding: 30px;
}

@media (min-width: 768px) {
  .one-text-block-outer .one-text-block .block-text-area {
    height: 100%;
  }
}

.one-text-block-outer .one-text-block .block-image-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 304px;
}

.one-text-block-outer .one-text-block h5 {
  color: #EC822A;
}

.one-text-block-outer .one-text-block p,
.one-text-block-outer .one-text-block .block-content {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #3A3A3A;
}

.one-text-block-outer .one-text-block h6 {
  color: #a2a2a2;
  text-transform: none;
}

@media (min-width: 1025px) {
  .one-text-block-outer .one-text-block button {
    color: #fff;
  }
}

@media (min-width: 1025px) {
  .one-text-block-outer .one-text-block button.apply {
    color: #3A3A3A;
  }
}

.text-block-row.carousel {
  margin-bottom: 2rem;
}

@media (min-width: 1025px) {
  .text-block-row.carousel {
    padding: 0 4rem;
  }
}

.carousel .one-text-block {
  margin: 0 10px;
}

.content-icon-slider {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-icon-slider.white {
  background-image: none;
}

@media (min-width: 1025px) {
  .content-icon-slider {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.content-icon-slider .icon-slider-container {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.content-icon-slider .icon-slider-container.gray {
  background-color: #F6F6F6;
}

.content-icon-slider .icon-slider-container.white {
  background-color: #fff;
}

@media (min-width: 768px) {
  .content-icon-slider .icon-slider-container {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
}

.content-icon-slider .icon-title {
  padding-top: 40px;
}

@media (min-width: 1025px) {
  .content-icon-slider .icon-title {
    padding-top: 50px;
  }
}

.content-icon-slider .icon-title h5 {
  padding-bottom: 15px;
}

.content-icon-slider .scrolling-icons {
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .content-icon-slider .scrolling-icons {
    padding-bottom: 50px;
  }
}

.content-icon-slider .scrolling-icons .overlay {
  width: 100%;
  height: 100%;
  position: relative;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area {
  display: inline-block;
}

@media (min-width: 1025px) {
  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current h6 {
    border-top: 3px solid #EC822A;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current h6:before {
    border: 3px solid #EC822A;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current img {
    display: none;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current img.yellow {
    display: none;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current img.orange {
    display: block;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover img {
    display: none;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover img.orange {
    display: block;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover h6 {
    border-top: 3px solid #EC822A;
    color: #EC822A;
  }
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area.slick-current h6 {
  border-top: 3px solid #FFCA34;
  position: relative;
  margin-left: 7px;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area.slick-current h6:before {
  transition: all 0.3s;
  position: absolute;
  content: "";
  border: 3px solid #FFCA34;
  height: 10px;
  width: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  top: -6.5px;
  left: -7px;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area.slick-current img {
  display: none;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area.slick-current img.yellow {
  display: block;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area .icon-container {
  height: 30px;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area img {
  margin: auto;
  transition: all 0.3s;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area img.orange {
  display: none;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area img.yellow {
  display: none;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area #Page-1 {
  fill: red;
  stroke: red;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area h6 {
  position: relative;
  border-top: 3px solid #757575;
  text-transform: none;
  font-family: "Aileron-Bold", sans-serif;
  color: #3A3A3A;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  z-index: 1;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .content-icon-slider .scrolling-icons .sliding-icons .icon-area h6 {
    text-align: center;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .content-icon-slider .scrolling-icons .sliding-icons .icon-area h6 {
    font-family: "Aileron-Regular", sans-serif;
    border-top: 3px solid #EBEBEB;
    color: #A2A2A2;
  }
}

.content-icon-slider .content-slider {
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .content-icon-slider .content-slider {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .content-icon-slider .content-slider .one-slide-subtitle {
    min-height: 500px;
  }
}

@media (min-width: 1025px) {
  .content-icon-slider .content-slider .one-slide-content {
    padding-top: 75px;
  }
}

.content-icon-slider .desktop-university {
  display: none;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .content-icon-slider .desktop-university {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.content-icon-slider .desktop-university img {
  margin: auto;
}

@media (min-width: 1025px) {
  .content-icon-slider .desktop-university img {
    height: 220px;
  }
}

.content-icon-slider .mobile-university {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .content-icon-slider .mobile-university {
    display: none;
  }
}

.content-icon-slider .mobile-university img {
  margin: auto;
  max-height: 200px;
}

@media (min-width: 768px) {
  .content-icon-slider .mobile-university img {
    max-height: 300px;
  }
}

.content-icon-slider .icon-nav {
  position: relative;
  text-align: left;
  padding-top: 10px;
  top: -29px;
}

@media (min-width: 768px) {
  .content-icon-slider .icon-nav {
    top: -18px;
  }
}

@media (min-width: 1025px) {
  .content-icon-slider .icon-nav {
    display: inline-block;
    position: absolute;
    top: 220px;
    right: 251px;
    z-index: 5;
  }
}

@media (min-width: 1200px) {
  .content-icon-slider .icon-nav {
    right: 322px;
  }
}

.content-icon-slider .icon-nav i {
  font-size: 20px;
  color: #fff;
  padding: 13px 26px;
  background-color: #3A3A3A;
  transition: color 0.5s;
}

.content-icon-slider .icon-nav i:hover {
  color: #EC822A;
}

.content-icon-slider .icon-nav .fa-arrow-left {
  position: relative;
  border-radius: 5px 0 0 5px;
  left: 2px;
}

.content-icon-slider .icon-nav .fa-arrow-left:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 22px;
  right: 0;
  top: 12px;
  z-index: 4;
}

.content-icon-slider .icon-nav .fa-arrow-right {
  left: 69px;
  border-radius: 0 5px 5px 0;
}

.content-icon-slider.white {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .notransform-desktop > .slick-list > .slick-track {
    transform: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .notransform-mobile > .slick-list > .slick-track {
    transform: none !important;
  }
}

.content-icon-slider {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-icon-slider.white {
  background-image: none;
}

@media (min-width: 1025px) {
  .content-icon-slider {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.content-icon-slider .icon-slider-container {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.content-icon-slider .icon-slider-container.gray {
  background-color: #F6F6F6;
}

.content-icon-slider .icon-slider-container.white {
  background-color: #fff;
}

@media (min-width: 768px) {
  .content-icon-slider .icon-slider-container {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
}

.content-icon-slider .icon-title {
  padding-top: 40px;
}

@media (min-width: 1025px) {
  .content-icon-slider .icon-title {
    padding-top: 50px;
  }
}

.content-icon-slider .icon-title h5 {
  padding-bottom: 15px;
}

.content-icon-slider .scrolling-icons {
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .content-icon-slider .scrolling-icons {
    padding-bottom: 50px;
  }
}

.content-icon-slider .scrolling-icons .overlay {
  width: 100%;
  height: 100%;
  position: relative;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area {
  display: inline-block;
}

@media (min-width: 1025px) {
  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current h6 {
    border-top: 3px solid #EC822A;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current h6:before {
    border: 3px solid #EC822A;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current img {
    display: none;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current img.yellow {
    display: none;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover.slick-current img.orange {
    display: block;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover img {
    display: none;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover img.orange {
    display: block;
  }

  .content-icon-slider .scrolling-icons .sliding-icons .icon-area:hover h6 {
    border-top: 3px solid #EC822A;
    color: #EC822A;
  }
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area.slick-current h6 {
  border-top: 3px solid #FFCA34;
  position: relative;
  margin-left: 7px;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area.slick-current h6:before {
  transition: all 0.3s;
  position: absolute;
  content: "";
  border: 3px solid #FFCA34;
  height: 10px;
  width: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  top: -6.5px;
  left: -7px;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area.slick-current img {
  display: none;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area.slick-current img.yellow {
  display: block;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area .icon-container {
  height: 30px;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area img {
  margin: auto;
  transition: all 0.3s;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area img.orange {
  display: none;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area img.yellow {
  display: none;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area #Page-1 {
  fill: red;
  stroke: red;
}

.content-icon-slider .scrolling-icons .sliding-icons .icon-area h6 {
  position: relative;
  border-top: 3px solid #757575;
  text-transform: none;
  font-family: "Aileron-Bold", sans-serif;
  color: #3A3A3A;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  z-index: 1;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .content-icon-slider .scrolling-icons .sliding-icons .icon-area h6 {
    text-align: center;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .content-icon-slider .scrolling-icons .sliding-icons .icon-area h6 {
    font-family: "Aileron-Regular", sans-serif;
    border-top: 3px solid #EBEBEB;
    color: #A2A2A2;
  }
}

.content-icon-slider .content-slider {
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .content-icon-slider .content-slider {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .content-icon-slider .content-slider .one-slide-subtitle {
    min-height: 500px;
  }
}

@media (min-width: 1025px) {
  .content-icon-slider .content-slider .one-slide-content {
    padding-top: 75px;
  }
}

.content-icon-slider .desktop-university {
  display: none;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .content-icon-slider .desktop-university {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.content-icon-slider .desktop-university img {
  margin: auto;
}

@media (min-width: 1025px) {
  .content-icon-slider .desktop-university img {
    height: 220px;
  }
}

.content-icon-slider .mobile-university {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .content-icon-slider .mobile-university {
    display: none;
  }
}

.content-icon-slider .mobile-university img {
  margin: auto;
  max-height: 200px;
}

@media (min-width: 768px) {
  .content-icon-slider .mobile-university img {
    max-height: 300px;
  }
}

.content-icon-slider .icon-nav {
  position: relative;
  text-align: left;
  padding-top: 10px;
  top: -29px;
}

@media (min-width: 768px) {
  .content-icon-slider .icon-nav {
    top: -18px;
  }
}

@media (min-width: 1025px) {
  .content-icon-slider .icon-nav {
    display: inline-block;
    position: absolute;
    top: 220px;
    right: 251px;
    z-index: 5;
  }
}

@media (min-width: 1200px) {
  .content-icon-slider .icon-nav {
    right: 322px;
  }
}

.content-icon-slider .icon-nav i {
  font-size: 20px;
  color: #fff;
  padding: 13px 26px;
  background-color: #3A3A3A;
  transition: color 0.5s;
}

.content-icon-slider .icon-nav i:hover {
  color: #EC822A;
}

.content-icon-slider .icon-nav .fa-arrow-left {
  position: relative;
  border-radius: 5px 0 0 5px;
  left: 2px;
}

.content-icon-slider .icon-nav .fa-arrow-left:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 22px;
  right: 0;
  top: 12px;
  z-index: 4;
}

.content-icon-slider .icon-nav .fa-arrow-right {
  left: 69px;
  border-radius: 0 5px 5px 0;
}

.slider-left-content {
  height: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.slider-left-content h3 {
  width: 100%;
  display: table-cell;
}

.slider-left-content .slider-left-inner {
  display: table-row;
  vertical-align: middle;
  width: 100% !important;
}

@media (min-width: 768px) {
  .notransform-desktop > .slick-list > .slick-track {
    transform: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .notransform-mobile > .slick-list > .slick-track {
    transform: none !important;
  }
}

.full-width-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.full-width-content.white {
  background-image: none;
  background-color: #fff;
}

.full-width-content.gray {
  background-color: #F6F6F6;
}

@media (min-width: 1025px) {
  .full-width-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.full-width-content .full-text {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1025px) {
  .full-width-content .full-text {
    padding: 20px 30px;
  }
}

.full-width-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1025px) {
  .full-width-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.full-width-content .full-text {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1025px) {
  .full-width-content .full-text {
    padding: 20px 30px;
  }
}

.hidden-fields {
  display: none;
}

input {
  width: 100%;
  border: 0;
  background: 0 0;
  border-bottom: 2px solid #d5d5d5;
  color: #3A3A3A;
  font-family: Aileron-Bold, sans-serif;
  font-size: 13.5px;
  padding-bottom: 5px;
  margin-bottom: 38px;
}

select,
.grad-livestream .select-dropdown dt a {
  width: 100%;
}

label {
  color: #6c757d;
  font-family: Aileron-Bold, sans-serif !important;
}

input[type=submit] {
  position: relative;
  color: #3A3A3A;
  background-color: #FFCA34;
  border: 0;
  display: block;
  font-family: Aileron-Black, sans-serif;
  font-size: 15px;
  text-align: left;
  width: 100%;
  padding: 21px;
}

.content-footer-blocks {
  padding-top: 40px;
}

.content-footer-blocks.white {
  background-image: none;
}

@media (min-width: 1025px) {
  .content-footer-blocks {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.content-footer-blocks .two-col-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-footer-blocks .two-col-container.gray {
  background-color: #F6F6F6;
}

.content-footer-blocks .two-col-container.white {
  background-color: #fff;
}

@media (min-width: 768px) {
  .content-footer-blocks .two-col-container {
    background-color: transparent;
  }
}

@media (min-width: 1025px) {
  .content-footer-blocks .two-col-container {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.content-footer-blocks .two-col-container .text-block-area.gray {
  background-color: #F6F6F6;
}

.content-footer-blocks .two-col-container .text-block-area.white {
  background-color: #fff;
}

@media (min-width: 1025px) {
  .content-footer-blocks .two-col-container .text-block-area {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}

.content-footer-blocks.white {
  background-color: #FFF;
}

section.fifty-fifty-form {
  padding-top: 20px;
  padding-bottom: 20px;
}

section.fifty-fifty-form.white {
  background-image: none;
}

section.fifty-fifty-form .hidden-fields {
  display: none;
}

section.fifty-fifty-form select,
section.fifty-fifty-form .grad-livestream .select-dropdown dt a,
.grad-livestream .select-dropdown dt section.fifty-fifty-form a {
  width: 100%;
}

@media (min-width: 768px) {
  section.fifty-fifty-form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty {
  padding: 24px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty.white {
  background-image: none;
}

section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .left p,
section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .left .block-content,
section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .right p,
section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .right .block-content {
  font-size: 15px;
  letter-spacing: 0.54px;
  line-height: 1.4;
}

section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .left p iframe,
section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .left .block-content iframe,
section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .right p iframe,
section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .right .block-content iframe {
  max-width: 100%;
}

@media (min-width: 768px) {
  section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .left {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  section.fifty-fifty-form .fifty-fifty-form-container .fifty-fifty .right {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

section.fifty-fifty-form .fifty-fifty-form-container .fifty-form.white {
  background-image: none;
}

section.fifty-fifty-form .fifty-fifty-form-container .fifty-form input {
  width: 100%;
  border: 0;
  background: 0 0;
  border-bottom: 2px solid #d5d5d5;
  color: #3A3A3A;
  font-family: Aileron-Bold, sans-serif;
  font-size: 13.5px;
  padding-bottom: 5px;
  margin-bottom: 38px;
}

section.fifty-fifty-form .fifty-fifty-form-container .fifty-form label {
  color: #6c757d;
  font-family: Aileron-Bold, sans-serif !important;
}

section.fifty-fifty-form .fifty-fifty-form-container .fifty-form input[type=submit] {
  position: relative;
  color: #3A3A3A;
  background-color: #FFCA34;
  border: 0;
  display: block;
  font-family: Aileron-Black, sans-serif;
  font-size: 15px;
  text-align: left;
  width: 100%;
  padding: 21px;
}

section.fifty-fifty-form .fifty-fifty-form-container h3 {
  margin-bottom: 21px;
}

.contact-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-form.white {
  background-image: none;
}

@media (min-width: 1025px) {
  .contact-form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.contact-form .contact-container {
  border-bottom: 2px solid #FFCA34;
}

.contact-form .contact-container.gray {
  background-color: #F6F6F6;
}

.contact-form .contact-container.white {
  background-color: #fff;
}

@media (min-width: 1025px) {
  .contact-form .contact-container {
    border-bottom: none;
  }
}

.contact-form .contact-container .contact-col {
  background-color: #fff;
}

@media (min-width: 1025px) {
  .contact-form .contact-container .contact-col {
    border-bottom: 2px solid #FFCA34;
    background-color: #fff;
    margin: 50px 90px;
  }
}

.contact-form .contact-container .contact-col h5 {
  color: #EC822A;
  margin: 30px 0;
}

@media (min-width: 1025px) {
  .contact-form .contact-container .contact-col h5 {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .contact-form .contact-container .contact-col form .contact-info {
    width: 48%;
    float: left;
  }
}

@media (min-width: 1025px) {
  .contact-form .contact-container .contact-col form .contact-mess-subm {
    width: 48%;
    float: right;
    padding-top: 30px;
  }
}

.contact-form .contact-container .contact-col form input[type=text],
.contact-form .contact-container .contact-col form input[type=email] {
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 2px solid #d5d5d5;
  color: #3A3A3A;
  font-family: "Aileron-Bold", sans-serif;
  font-size: 13.5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.contact-form .contact-container .contact-col form input[type=text]::-moz-placeholder, .contact-form .contact-container .contact-col form input[type=email]::-moz-placeholder {
  color: #d5d5d5;
}

.contact-form .contact-container .contact-col form input[type=text]::placeholder,
.contact-form .contact-container .contact-col form input[type=email]::placeholder {
  color: #d5d5d5;
}

.contact-form .contact-container .contact-col form input[type=text]:focus,
.contact-form .contact-container .contact-col form input[type=email]:focus {
  border-bottom: 2px solid #FFCA34;
}

.contact-form .contact-container .contact-col form input[type=text]:focus::-moz-placeholder, .contact-form .contact-container .contact-col form input[type=email]:focus::-moz-placeholder {
  color: #fff;
}

.contact-form .contact-container .contact-col form input[type=text]:focus::placeholder,
.contact-form .contact-container .contact-col form input[type=email]:focus::placeholder {
  color: #fff;
}

.contact-form .contact-container .contact-col form textarea {
  width: 100%;
  border: 2px solid #d5d5d5;
  padding: 10px 20px;
  color: #3A3A3A;
  font-family: "Aileron-Bold", sans-serif;
  font-size: 13.5px;
  overflow: auto;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .contact-form .contact-container .contact-col form textarea {
    height: 333px;
  }
}

.contact-form .contact-container .contact-col form textarea::-moz-placeholder {
  color: #d5d5d5;
}

.contact-form .contact-container .contact-col form textarea::placeholder {
  color: #d5d5d5;
}

.contact-form .contact-container .contact-col form textarea:focus {
  border: 2px solid #FFCA34;
}

.contact-form .contact-container .contact-col form textarea:focus::-moz-placeholder {
  color: #fff;
}

.contact-form .contact-container .contact-col form textarea:focus::placeholder {
  color: #fff;
}

.contact-form .contact-container .contact-col form input[type=submit] {
  position: relative;
  color: #3A3A3A;
  background-color: #FFCA34;
  border: 0;
  display: block;
  font-family: "Aileron-Black", sans-serif;
  font-size: 15px;
  text-align: left;
  width: 100%;
  padding: 21px;
}

.contact-form .contact-container .contact-col form input[type=submit]:after {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
  right: 27px;
  top: 23px;
  font-size: 24px;
  color: #3A3A3A;
  transition: right 0.5s;
}

.contact-form .contact-container .contact-col form .contact-submit {
  position: relative;
  margin-bottom: 0;
  height: 66px;
}

.contact-form .contact-container .contact-col form .contact-submit:after {
  position: absolute;
  display: block;
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
  right: 27px;
  top: 21px;
  font-size: 24px;
  color: #3A3A3A;
  transition: right 0.5s;
}

.contact-form .contact-container .contact-col form div.wpcf7-mail-sent-ok,
.contact-form .contact-container .contact-col form div.wpcf7-mail-sent-ng,
.contact-form .contact-container .contact-col form div.wpcf7-validation-errors {
  display: inline-block;
  clear: both;
  color: #3A3A3A;
  padding: 15px;
  width: 100%;
  margin: 15px auto;
  border: 2px solid #EC822A;
}

.content-contact-form.white {
  background-color: #FFF;
}

.anchor-container {
  padding: 20px 0;
}

.anchor-container .anchor-detail {
  align-items: center;
  background-color: #FFF;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
  box-shadow: 0px 1px 4px -2px #000000;
}

@media (min-width: 768px) {
  .anchor-container .anchor-detail {
    display: flex;
    margin: 0;
    width: 100%;
    /* width needed for Firefox */
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    flex-direction: row;
  }
}

.anchor-container .btn {
  font-size: 15px;
  margin: 5px 10px;
  padding: 17px;
  background-color: #FFF !important;
  margin: 0;
  flex: 1;
  color: #EC8129;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Aileron-Semi-Bold", sans-serif;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .anchor-container .btn {
    flex: 1 0 auto;
    height: auto;
    width: 100px;
    margin: 10px;
    padding: 10px;
    white-space: normal;
  }
}

.anchor-container .btn:hover::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EC8129;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  text-align: center;
}

.back-to-top img {
  display: inline-block;
}

.back-to-top span {
  color: #EC8129;
  display: block;
  margin-top: 12px;
}

.fifty-fifty-wysiwyg-container {
  padding: 40px 90px;
}

.fifty-fifty-wysiwyg-container .fifty-fifty {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 40px 15px;
}

.fifty-fifty-wysiwyg-container .fifty-fifty.white {
  background-image: none;
  background-color: #fff;
}

.fifty-fifty-wysiwyg-container .fifty-fifty.gray {
  background-color: #F6F6F6;
}

.fifty-fifty-wysiwyg-container .fifty-fifty .left p,
.fifty-fifty-wysiwyg-container .fifty-fifty .left .block-content,
.fifty-fifty-wysiwyg-container .fifty-fifty .right p,
.fifty-fifty-wysiwyg-container .fifty-fifty .right .block-content {
  font-size: 15px;
  letter-spacing: 0.54px;
  line-height: 1.4;
}

.fifty-fifty-wysiwyg-container .fifty-fifty .left p iframe,
.fifty-fifty-wysiwyg-container .fifty-fifty .left .block-content iframe,
.fifty-fifty-wysiwyg-container .fifty-fifty .right p iframe,
.fifty-fifty-wysiwyg-container .fifty-fifty .right .block-content iframe {
  max-width: 100%;
}

.fifty-fifty-wysiwyg-container.white {
  background-color: #FFF;
}

.content-3-image-columns {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-3-image-columns.white {
  background-image: none;
  background-color: #fff;
}

.content-3-image-columns.gray {
  background-color: #F6F6F6;
}

@media (min-width: 1025px) {
  .content-3-image-columns {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.content-3-image-columns .one-block {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  margin: 0 15px 30px;
  border-bottom: 2px solid #FFCA34;
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .content-3-image-columns .one-block {
    height: 548px;
    margin: 0;
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .content-3-image-columns .one-block {
    height: 736px;
    box-shadow: none;
  }
}

.content-3-image-columns .one-block .overlay {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 22, 45, 0.72);
  overflow: hidden;
}

@media (min-width: 1025px) {
  .content-3-image-columns .one-block .overlay:hover .one-block-hover .one-block-content {
    background-color: #fff;
  }

  .content-3-image-columns .one-block .overlay:hover .one-block-hover .one-block-content h5 {
    color: #F5923F;
  }

  .content-3-image-columns .one-block .overlay:hover .one-block-hover .one-block-content p,
  .content-3-image-columns .one-block .overlay:hover .one-block-hover .one-block-content .block-content {
    opacity: 1;
  }

  .content-3-image-columns .one-block .overlay:hover .one-block-hover button {
    opacity: 1;
  }

  .content-3-image-columns .one-block .overlay:hover .one-block-hover button:after {
    right: 17px;
  }

  .content-3-image-columns .one-block .overlay:hover .one-block-hover .hover-image {
    opacity: 1;
  }
}

.content-3-image-columns .one-block .overlay .one-block-hover button {
  cursor: pointer;
  transition: opacity 0.5s;
  opacity: 1;
  position: absolute;
  text-align: left;
  width: 100%;
  border: 0;
  bottom: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .content-3-image-columns .one-block .overlay .one-block-hover button {
    background-color: #FFCA34;
  }
}

@media (min-width: 1025px) {
  .content-3-image-columns .one-block .overlay .one-block-hover button {
    opacity: 0;
    position: relative;
  }
}

.content-3-image-columns .one-block .overlay .one-block-content {
  transition: background-color 0.5s;
  background-color: #fff;
  padding: 20px 20px 5px 20px;
  height: 230px;
}

@media (min-width: 768px) {
  .content-3-image-columns .one-block .overlay .one-block-content {
    height: 252px;
  }
}

@media (min-width: 1025px) {
  .content-3-image-columns .one-block .overlay .one-block-content {
    height: 230px;
    background-color: transparent;
  }
}

.content-3-image-columns .one-block .overlay .one-block-content h5 {
  transition: color 0.5s;
  color: #F5923F;
}

@media (min-width: 1025px) {
  .content-3-image-columns .one-block .overlay .one-block-content h5 {
    color: #fff;
  }
}

.content-3-image-columns .one-block .overlay .one-block-content p,
.content-3-image-columns .one-block .overlay .one-block-content .block-content {
  color: #3A3A3A;
  transition: opacity 0.5s;
  opacity: 1;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .content-3-image-columns .one-block .overlay .one-block-content p,
  .content-3-image-columns .one-block .overlay .one-block-content .block-content {
    line-height: 1.5;
  }
}

@media (min-width: 1025px) {
  .content-3-image-columns .one-block .overlay .one-block-content p,
  .content-3-image-columns .one-block .overlay .one-block-content .block-content {
    opacity: 0;
  }
}

.content-3-image-columns .one-block .overlay .hover-image {
  transition: opacity 0.5s;
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 279px;
  width: 100%;
}

@media (min-width: 768px) {
  .content-3-image-columns .one-block .overlay .hover-image {
    height: 231px;
  }
}

@media (min-width: 1025px) {
  .content-3-image-columns .one-block .overlay .hover-image {
    opacity: 0;
    height: 467px;
  }
}

.content-two-column-image {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-two-column-image.white {
  background-image: none;
}

@media (min-width: 1025px) {
  .content-two-column-image {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.content-two-column-image .two-col-container.gray {
  background-color: #F6F6F6;
}

.content-two-column-image .two-col-container.white {
  background-color: #fff;
}

.content-two-column-image .content-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .content-two-column-image .content-block {
    padding-top: 25px;
  }
}

@media (min-width: 1025px) {
  .content-two-column-image .content-block.block-left {
    padding-left: 90px;
  }
}

@media (min-width: 1025px) {
  .content-two-column-image .content-block.block-right {
    padding-right: 90px;
  }
}

.content-two-column-image .two-col-title {
  color: #EC822A;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 80px;
}

@media (min-width: 1025px) {
  .content-two-column-image .image-block {
    padding: 0 90px 50px 90px;
  }
}

.content-two-column-image.white {
  background-color: #FFF;
}

.content-block > p > iframe,
.content-block > .block-content > iframe {
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .container,
  .woocommerce-order-received .woocommerce {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.accordion {
  margin: 5px 0px 40px 0px !important;
  box-shadow: 6px 8px 5px 1px rgba(0, 0, 0, 0.1607843137);
  padding-bottom: 50px;
  padding-right: 39px;
  padding-left: 52px;
  background-color: #FFFFFF;
  max-width: 100%;
  border-top: 1px solid #F6F6F6;
  border-left: 1px solid #F6F6F6;
}

@media screen and (min-width: 576px) {
  .accordion {
    margin: 5px 50px 5px 50px;
  }
}

.accordion h2 {
  font-weight: 500;
  margin: 35px 25px 10px 8px;
  color: black;
  font-size: 26px;
}

@media only screen and (min-width: 768px) {
  .accordion h2 {
    margin: 40px 0 10px 0;
  }
}

.accordion .container .row .col-12,
.accordion .woocommerce-order-received .woocommerce .row .col-12,
.woocommerce-order-received .accordion .woocommerce .row .col-12,
.woocommerce-order-received .woocommerce .accordion .container .woocommerce-order .col-12,
.accordion .woocommerce-order-received .woocommerce .woocommerce-order .col-12,
.woocommerce-order-received .accordion .woocommerce .woocommerce-order .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.accordion .row,
.accordion .woocommerce-order-received .woocommerce .woocommerce-order,
.woocommerce-order-received .woocommerce .accordion .woocommerce-order {
  padding-right: 10px;
}

.accordion .container,
.accordion .woocommerce-order-received .woocommerce,
.woocommerce-order-received .accordion .woocommerce {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .accordion .container,
  .accordion .woocommerce-order-received .woocommerce,
  .woocommerce-order-received .accordion .woocommerce {
    max-width: 720px;
  }
}

.accordion .singleaccordion {
  font-family: "Aileron", sans-serif;
  background-color: #f3f2f2;
  color: #000000;
  line-height: 21px;
  cursor: pointer;
  padding: 17.5px 65px 17.5px 35px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  text-transform: none;
  font-size: 24px;
  width: auto;
  margin: 0 2% 10px;
}

@media only screen and (min-width: 768px) {
  .accordion .singleaccordion {
    width: 100%;
    margin: 0 0 1.25rem;
  }
}

.accordion .singleaccordion button {
  text-align: center;
}

.accordion .singleaccordion:after {
  content: url(/wp-content/themes/careerwise/assets/images/Path-1.svg);
  font-size: 16px;
  position: absolute;
  right: 18%;
  font-weight: bold;
}

@media (min-width: 375px) {
  .accordion .singleaccordion:after {
    right: 17%;
  }
}

@media (min-width: 440px) {
  .accordion .singleaccordion:after {
    right: 16%;
  }
}

@media (min-width: 500px) {
  .accordion .singleaccordion:after {
    right: 15%;
  }
}

@media (min-width: 576px) {
  .accordion .singleaccordion:after {
    position: relative;
    margin-top: -20px;
    right: -109%;
  }
}

@media (min-width: 768px) {
  .accordion .singleaccordion:after {
    margin-top: -20px;
    right: -107%;
  }
}

@media (min-width: 992px) {
  .accordion .singleaccordion:after {
    margin-top: -20px;
    right: -105%;
  }
}

@media (min-width: 1200px) {
  .accordion .singleaccordion:after {
    margin-top: -20px;
    right: -104%;
  }
}

.accordion .active:after {
  content: url(/wp-content/themes/careerwise/assets/images/Path-1.svg);
  position: absolute;
  right: 21%;
  color: #DF8740 !important;
  rotate: 90deg;
}

@media (min-width: 375px) {
  .accordion .active:after {
    right: 19%;
  }
}

@media (min-width: 440px) {
  .accordion .active:after {
    right: 16%;
  }
}

@media (min-width: 500px) {
  .accordion .active:after {
    right: 15%;
  }
}

@media (min-width: 576px) {
  .accordion .active:after {
    position: relative;
    margin-top: -20px;
    right: -109%;
  }
}

@media (min-width: 768px) {
  .accordion .active:after {
    margin-top: -20px;
    right: -106%;
  }
}

@media (min-width: 992px) {
  .accordion .active:after {
    margin-top: -20px;
    right: -104%;
  }
}

@media (min-width: 1200px) {
  .accordion .active:after {
    margin-top: -20px;
    right: -103%;
  }
}

.accordion .singlepanel {
  padding: 0 80px 0px 15px;
  margin: -20px 2% 10px;
  width: auto;
  background-color: #f3f2f2;
  display: none;
  overflow: hidden;
  transition: 0.4s;
  width: 100% !important;
  border-right: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}

@media (min-width: 420px) {
  .accordion .singlepanel {
    padding: 0 80px 0px 20px;
  }
}

@media (min-width: 470px) {
  .accordion .singlepanel {
    padding: 0 80px 0px 25px;
  }
}

@media only screen and (min-width: 768px) {
  .accordion .singlepanel {
    margin: -20px 0 10px;
    width: 100%;
  }
}

.accordion .singlepanel p,
.accordion .singlepanel .block-content {
  font-family: "Aileron", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
  letter-spacing: 0px;
  font-weight: 300;
}

.accordion .singlepanel p a,
.accordion .singlepanel .block-content a {
  color: #DF8740 !important;
  text-decoration: underline;
}

.accordion button.singleaccordion {
  border: 1px solid #C1C1C1;
  background-color: #f3f2f2;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-family: "Aileron", sans-serif;
  color: #000000;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 300;
  padding-left: 6%;
}

.accordion button.singleaccordion.active {
  border-bottom: none;
  border-top: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
}

@media (min-width: 515px) {
  .accordion button.singleaccordion {
    padding-left: 4%;
  }
}

@media (min-width: 700px) {
  .accordion button.singleaccordion {
    padding-left: 3%;
  }
}

@media (min-width: 900px) {
  .accordion button.singleaccordion {
    padding-left: 2.5%;
  }
}

@media (min-width: 1100px) {
  .accordion button.singleaccordion {
    padding-left: 2%;
  }
}

.accordion button.singleaccordion #text {
  max-width: 90%;
}

.accordion hr.accordion-answer-divider {
  border: 1px solid #F6CA55;
  width: 140%;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 380px) {
  .accordion hr.accordion-answer-divider {
    width: 140%;
  }
}

@media (min-width: 390px) {
  .accordion hr.accordion-answer-divider {
    width: 139%;
  }
}

@media (min-width: 400px) {
  .accordion hr.accordion-answer-divider {
    width: 134%;
  }
}

@media (min-width: 420px) {
  .accordion hr.accordion-answer-divider {
    width: 132%;
  }
}

@media (min-width: 430px) {
  .accordion hr.accordion-answer-divider {
    width: 130%;
  }
}

@media (min-width: 440px) {
  .accordion hr.accordion-answer-divider {
    width: 128%;
  }
}

@media (min-width: 450px) {
  .accordion hr.accordion-answer-divider {
    width: 126%;
  }
}

@media (min-width: 460px) {
  .accordion hr.accordion-answer-divider {
    width: 124%;
  }
}

@media (min-width: 510px) {
  .accordion hr.accordion-answer-divider {
    width: 119%;
  }
}

@media (min-width: 568px) {
  .accordion hr.accordion-answer-divider {
    width: 120%;
  }
}

@media (min-width: 580px) {
  .accordion hr.accordion-answer-divider {
    width: 118%;
  }
}

@media (min-width: 768px) {
  .accordion hr.accordion-answer-divider {
    width: 111.5%;
  }
}

@media (min-width: 993px) {
  .accordion hr.accordion-answer-divider {
    width: 108.5%;
  }
}

@media (min-width: 1200px) {
  .accordion hr.accordion-answer-divider {
    width: 106.5%;
  }
}

.featured-div {
  position: absolute;
  top: -160px;
  background: rgba(255, 255, 255, 0.9);
  padding: 13px 20px;
  left: 15px;
}

.featured-div img {
  display: inline-block;
}

.featured-div span {
  color: #EC8129;
  text-transform: capitalize;
}

.article-full-height .article-card {
  height: 100%;
}

.fixy-posts .article-card {
  height: 400px;
}

.article-card {
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 290px;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  position: relative;
}

.article-card .feat-img {
  height: 170px;
  background-size: cover;
  background-position: center;
}

.article-card .icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 80%;
}

.article-card .article-detail h6 {
  font-size: 24px;
  text-transform: unset;
}

.article-card .article-detail .article-cat {
  color: #2AA558;
  font-size: 17px;
}

.article-card .article-detail .article-cat span:last-of-type {
  display: none;
}

.article-card .article-detail .type-icon {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 37px;
}

.article-card .article-detail .article-title {
  font-weight: 900;
  color: #EC8129;
  font-size: 16px;
  font-family: "Aileron-Regular", sans-serif;
  width: 85%;
}

.article-card .article-detail h3.pub {
  font-size: 14px;
  color: #3A3A3A;
  font-family: "Aileron-Semi-Bold", sans-serif;
}

.article-card .article-detail .one-cat {
  background-color: #EAEAEA;
  font-family: "Aileron-Regular", sans-serif;
  font-size: 10px;
  border-radius: 50px;
}

.article-card .desc {
  padding-top: 25px;
  font-size: 15px;
  font-weight: 100;
  color: #CFCFCF;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 20px;
}

.article-card .btn-container {
  position: absolute;
  border-bottom: 2px solid #FFCA34;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.article-card .btn-container:after {
  content: url("/wp-content/themes/careerwise/assets/images/arrow-icon.svg");
  position: absolute;
  right: 30px;
  bottom: 10px;
  transition: 0.2s;
}

.article-card:hover .btn-container {
  border-bottom: 40px solid #FFCA34;
}

.article-card:hover .btn-container:after {
  bottom: -28px;
  right: 27px;
}

.article-postings-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.article-postings-container .articles-main-content {
  background-color: #fff;
  padding: 20px 10px;
  box-shadow: 0 12px 24px rgba(0, 12, 24, 0.3);
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .article-postings-container .articles-main-content {
    padding: 5px 50px;
  }
}

.article-postings-container .articles-main-content h6 {
  text-transform: unset;
  font-size: 24px;
  margin-bottom: 2px;
}

.article-postings-container .articles-main-content h4 {
  font-size: 36px;
  color: #0E0F1F;
  margin-bottom: 25px;
}

.article-postings-container .articles-main-content p,
.article-postings-container .articles-main-content .block-content {
  color: #0E0F1F;
  font-size: 18px;
}

.article-postings-container .articles-main-content .filter-section {
  margin-top: 25px;
}


/*# sourceMappingURL=styles.css.map*/