@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/**
 * Sass Variables 
 * Social Media Brand Colors 
 */
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: inherit;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1400px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* Portrait tablet to landscape */
@media (min-width: 481px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/* Landscape to small desktop */
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1030px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1240px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
.cssanimations .animated {
  opacity: 0;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, #submit, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, #submit, .comment-reply-link {
  background-color: #2417B3;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #2015a1;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #1f149c;
}

.vc_btn3-container.vc_btn3-left > a, .vc_btn3-container.vc_btn3-right > a {
  text-align: center;
}

.vc_general.vc_btn3 {
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 18px 20px 19px;
  border-radius: 0;
  border: none;
  color: white;
  box-shadow: 0.97px 0.17px 4px 0px rgba(0, 0, 0, 0.6);
  position: relative;
  font-weight: 700;
  min-width: 238px;
  transition: all 0.3s ease-in-out;
}
.vc_general.vc_btn3:before, .vc_general.vc_btn3:after {
  content: "";
  background: url("/wp-content/uploads/2024/04/button-shadow.png") no-repeat;
  bottom: -26px;
  height: 26px;
  position: absolute;
  width: 165px;
}
.vc_general.vc_btn3:before {
  background-position: 0 0;
  left: -20px;
}
.vc_general.vc_btn3:after {
  background-position: 100% 0;
  right: -20px;
}
.vc_general.vc_btn3:hover, .vc_general.vc_btn3:active, .vc_general.vc_btn3:focus {
  background-color: transparent;
  color: #323232;
  border: none;
}
.vc_general.vc_btn3.vc_btn3-custom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  line-height: 49px;
}
.vc_general.vc_btn3.vc_btn3-custom-icon img {
  position: relative;
  transform: none;
  top: unset;
  display: inline-block;
  margin-right: 16px;
}
.vc_general.vc_btn3.vc_btn3-custom-icon img.max_width_set {
  width: 100%;
  height: auto;
}
.vc_general.vc_btn3.remove-shadow {
  box-shadow: none;
}
.vc_general.vc_btn3.remove-shadow:before, .vc_general.vc_btn3.remove-shadow:after {
  background-size: 0;
}
.vc_general.vc_btn3.vc_btn3-color-blue {
  background: #2417B3;
}
.vc_general.vc_btn3.vc_btn3-color-blue:hover {
  background-color: #323232;
  color: #fff;
}
.vc_general.vc_btn3.vc_btn3-color-yellow {
  background: #ffc800;
  color: #2417B3;
}
.vc_general.vc_btn3.vc_btn3-color-yellow:hover {
  background-color: #323232;
  color: #fff;
}
.vc_general.vc_btn3.vc_btn3-color-black {
  background: #000;
}
.vc_general.vc_btn3.vc_btn3-color-black:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}
.vc_general.vc_btn3.vc_btn3-color-gray {
  border-color: #323232;
  background: #323232;
}
.vc_general.vc_btn3.vc_btn3-color-gray:hover {
  background-color: transparent;
  color: #323232;
  border: 2px solid #323232;
}
.vc_general.vc_btn3.vc_btn3-color-black-ghost {
  border-color: #000;
  background: white;
  color: #000;
}
.vc_general.vc_btn3.vc_btn3-color-black-ghost:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}
.vc_general.vc_btn3.vc_btn3-color-gray-ghost {
  border-color: #323232;
  background: white;
  color: #323232;
}
.vc_general.vc_btn3.vc_btn3-color-gray-ghost:hover {
  background-color: #323232;
  color: #fff;
  border: 2px solid #fff;
}
.vc_general.vc_btn3.vc_btn3-color-blue-ghost {
  border: 2px solid #2417B3;
  background: white;
  color: #2417B3;
  padding: 16px 20px 17px;
}
.vc_general.vc_btn3.vc_btn3-color-blue-ghost:hover {
  background-color: #323232;
  color: #fff;
  border: 2px solid #323232;
}
.vc_general.vc_btn3.vc_btn3-color-yellow-ghost {
  border: 2px solid #ffc800;
  background: white;
  color: #ffc800;
  padding: 16px 20px 17px;
}
.vc_general.vc_btn3.vc_btn3-color-yellow-ghost:hover {
  background-color: #323232;
  color: #fff;
  border: 2px solid #323232;
}

.gform_wrapper form .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper form .gform_fields [class*=gf-] {
  clear: none;
  float: left;
  width: 100%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gform_wrapper form .gform_fields [class*=gf-].field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0;
}
.gform_wrapper form .gform_fields [class*=gf-] input[type=text], .gform_wrapper form .gform_fields [class*=gf-] input[type=password], .gform_wrapper form .gform_fields [class*=gf-] input[type=datetime], .gform_wrapper form .gform_fields [class*=gf-] input[type=datetime-local], .gform_wrapper form .gform_fields [class*=gf-] input[type=date], .gform_wrapper form .gform_fields [class*=gf-] input[type=month], .gform_wrapper form .gform_fields [class*=gf-] input[type=time], .gform_wrapper form .gform_fields [class*=gf-] input[type=week], .gform_wrapper form .gform_fields [class*=gf-] input[type=number], .gform_wrapper form .gform_fields [class*=gf-] input[type=email], .gform_wrapper form .gform_fields [class*=gf-] input[type=url], .gform_wrapper form .gform_fields [class*=gf-] input[type=search], .gform_wrapper form .gform_fields [class*=gf-] input[type=tel], .gform_wrapper form .gform_fields [class*=gf-] input[type=color], .gform_wrapper form .gform_fields [class*=gf-] select, .gform_wrapper form .gform_fields [class*=gf-] textarea, .gform_wrapper form .gform_fields [class*=gf-] .field {
  max-width: 100%;
  width: 100%;
}
.gform_wrapper form .gform_fields [class*=gf-] .ginput_container_date {
  position: relative;
}
.gform_wrapper form .gform_fields [class*=gf-] .ginput_container_date .datepicker {
  width: 100%;
}
.gform_wrapper form .gform_fields [class*=gf-] .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  bottom: 110%;
  bottom: 2px;
  right: 2px;
}
.gform_wrapper form .gform_fields [class*=gf-] input[type=text], .gform_wrapper form .gform_fields [class*=gf-] input[type=password], .gform_wrapper form .gform_fields [class*=gf-] input[type=datetime], .gform_wrapper form .gform_fields [class*=gf-] input[type=datetime-local], .gform_wrapper form .gform_fields [class*=gf-] input[type=date], .gform_wrapper form .gform_fields [class*=gf-] input[type=month], .gform_wrapper form .gform_fields [class*=gf-] input[type=time], .gform_wrapper form .gform_fields [class*=gf-] input[type=week], .gform_wrapper form .gform_fields [class*=gf-] input[type=number], .gform_wrapper form .gform_fields [class*=gf-] input[type=email], .gform_wrapper form .gform_fields [class*=gf-] input[type=url], .gform_wrapper form .gform_fields [class*=gf-] input[type=search], .gform_wrapper form .gform_fields [class*=gf-] input[type=tel], .gform_wrapper form .gform_fields [class*=gf-] input[type=color], .gform_wrapper form .gform_fields [class*=gf-] select, .gform_wrapper form .gform_fields [class*=gf-] textarea, .gform_wrapper form .gform_fields [class*=gf-] .field {
  max-width: 100%;
}
.gform_wrapper form .gform_fields .gf-xs-1 {
  width: 8.33333%;
}
.gform_wrapper form .gform_fields .gf-xs-2 {
  width: 16.66666%;
}
.gform_wrapper form .gform_fields .gf-xs-3 {
  width: 25%;
}
.gform_wrapper form .gform_fields .gf-xs-4 {
  width: 33.333333%;
}
.gform_wrapper form .gform_fields .gf-xs-6 {
  width: 50%;
}
.gform_wrapper form .gform_fields .gf-xs-8 {
  width: 66.66666%;
}
.gform_wrapper form .gform_fields .gf-xs-10 {
  width: 83.33333%;
}
.gform_wrapper form .gform_fields .gf-xs-12 {
  width: 100%;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 47px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 400px;
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(50, 50, 50, 0.2);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: rgba(60, 60, 60, 0.2);
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

.gform_body .gform_fields .gfield label {
  font-weight: 500;
  font-size: 20px;
}
.gform_body .gform_fields .gfield label input {
  background-image: none;
  border-radius: 0;
  border-color: #797A7D;
  background: rgba(50, 50, 50, 0.2);
}
.gform_body .gform_fields .gfield label .gfield_required {
  color: #ffc800;
}
.gform_body .gform_fields .gfield .ginput_container textarea {
  border: 2px solid #797A7D;
  background: rgba(50, 50, 50, 0.2);
  border-radius: 3px;
  border-style: none;
}
.gform_body .gform_fields .gfield .ginput_container input {
  border-radius: 0;
  border-color: #797A7D;
  background: rgba(50, 50, 50, 0.2);
}
.gform_body .gform_fields .gfield .ginput_container select {
  background: rgba(50, 50, 50, 0.2);
  -webkit-appearance: menulist;
}
.gform_body .gform_fields .gfield .ginput_container .chosen-container-single .chosen-single {
  background: rgba(50, 50, 50, 0.2);
  border-color: rgba(50, 50, 50, 0.2);
  height: 40px;
}
.gform_body .gform_fields .gfield .ginput_container .chosen-container-single .chosen-single span {
  padding: 8px 0;
}
.gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-results li {
  line-height: 1.5em;
}

.gform_footer .gform_button {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 17px !important;
  background: #ffc800;
  border-color: #ffc800;
  padding: 10px 35px;
  color: white;
  border-radius: 30px;
  border: 2px solid #ffc800;
  transition-property: transform;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gform_footer .gform_button:hover {
  background: white;
  color: #ffc800;
}

.dark .gform_body .gform_fields .gfield label {
  color: #fff;
}
.dark .gform_body .gform_fields .gfield label .ginput_complex input {
  background: #fff !important;
}
.dark .gform_body .gform_fields .gfield .ginput_container textarea, .dark .gform_body .gform_fields .gfield .ginput_container input, .dark .gform_body .gform_fields .gfield .ginput_container select {
  background: #fff !important;
}

.gform_wrapper form.nolabels .gfield label {
  display: none;
}
.gform_wrapper form.nolabels .gfield .ginput_container span label {
  display: none;
}
.gform_wrapper form .gfield.nolabel label {
  display: none;
}
.gform_wrapper form .gfield.nolabel .ginput_container span label {
  display: none;
}

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/webfont/flexslider-icon.eot");
  src: url("../fonts/webfonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/flexslider-icon.woff") format("woff"), url("../fonts/webfonts/flexslider-icon.ttf") format("truetype"), url("../fonts/webfonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: transparent;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: "\f001";
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 15px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-ms-fill-lower {
  background: #F6F6F6;
}
[type=range]:focus::-ms-fill-upper {
  background: white;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background-color: #797A7D;
  border-radius: 15px;
  height: 30px;
  position: relative;
  background: #F6F6F6;
  border-radius: 15px;
}
[type=range]::-webkit-slider-thumb {
  background: #607d8b;
  border-radius: 50%;
  cursor: default;
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
}
[type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background-color: #797A7D;
  border-radius: 15px;
  height: 30px;
  position: relative;
  background: #F6F6F6;
  border: 2px solid #cfd8dc;
  border-radius: 15px;
  height: 4px;
}
[type=range]::-moz-range-thumb {
  background: #607d8b;
  border-radius: 50%;
  cursor: default;
  height: 26px;
  width: 26px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background-color: #797A7D;
  border-radius: 15px;
  height: 30px;
  position: relative;
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #e9e9e9;
  border: 2px solid #cfd8dc;
  border-radius: 30px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #F6F6F6;
  border: 2px solid #cfd8dc;
  border-radius: 30px;
}
[type=range]::-ms-thumb {
  background: #607d8b;
  border-radius: 50%;
  cursor: default;
  height: 26px;
  width: 26px;
  margin-top: 2px;
}
[type=range]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-thumb {
  cursor: not-allowed;
}
[type=range]:disabled::-webkit-slider-runnable-track {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-fill-lower {
  cursor: not-allowed;
}
[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
img {
  max-width: 100%;
  height: auto;
}

article section .wpb-content-wrapper > .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid {
  max-width: 1058px;
  padding: 0 24px;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid .vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  position: relative;
}

html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body, p {
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  hyphens: none;
}

.text-white, .text-white * {
  color: #fff;
}
.text-white input, .text-white textarea, .text-white select, .text-white * input, .text-white * textarea, .text-white * select {
  color: #000;
}

.text-blue, .text-blue * {
  color: #2417B3;
}
.text-blue input, .text-blue textarea, .text-blue select, .text-blue * input, .text-blue * textarea, .text-blue * select {
  color: #000;
}

.urbanist, .urbanist * {
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wpb_text_column.max_width_set.text-centered {
  margin: 0 auto 35px;
}

.vc_custom_heading.max_width_set.heading-centered {
  margin: 16px auto;
}

.wpb_single_image.max_width_set.vc_align_center {
  margin-left: auto;
  margin-right: auto;
}
.wpb_single_image.max_width_set.vc_align_right {
  margin-right: 0;
  margin-left: auto;
}
.wpb_single_image.report-cover figure {
  position: relative;
}
.wpb_single_image.report-cover figure:before, .wpb_single_image.report-cover figure:after {
  content: "";
  background: url("/wp-content/uploads/2024/04/button-shadow.png") no-repeat;
  bottom: -26px;
  height: 26px;
  position: absolute;
  width: 165px;
}
.wpb_single_image.report-cover figure:before {
  background-position: 0 0;
  left: -20px;
}
.wpb_single_image.report-cover figure:after {
  background-position: 100% 0;
  right: -20px;
}
.wpb_single_image.report-cover img {
  border: 2px solid white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.wpb_single_image.report-cover.report-cover-dark img {
  border: 2px solid black;
}

.vc_single_image-wrapper.border_radius_set {
  overflow: hidden;
}

.center {
  text-align: center;
}

.gray {
  background: #323232;
}

article section > .vc_row > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
article section > .vc_row > .container-fluid > .wpb_column:not([class*=-xs-]) {
  padding: 0 24px;
}

.text-white, .text-white * {
  color: #fff;
}
.text-white input, .text-white textarea, .text-white select, .text-white * input, .text-white * textarea, .text-white * select {
  color: #000;
}

.text-center, .text-center * {
  text-align: center;
}

.wpb_single_image.vc_align_center {
  margin-left: auto;
  margin-right: auto;
}
.wpb_single_image.vc_align_right {
  margin-right: 0;
  margin-left: auto;
}

.vc_custom_heading.heading_inline_block {
  display: inline-block;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.extend-left,
.extend-right {
  position: relative;
  z-index: 1;
}
.extend-left.vc_col-has-fill > .vc_column-inner,
.extend-right.vc_col-has-fill > .vc_column-inner {
  position: relative;
  z-index: 1;
}
.extend-left.vc_col-has-fill > .vc_column-inner > .wpb_wrapper,
.extend-right.vc_col-has-fill > .vc_column-inner > .wpb_wrapper {
  position: relative;
  z-index: 3;
}

.extend-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-color: inherit;
}
.extend-left.vc_col-has-fill:before {
  display: none;
}
.extend-left.vc_col-has-fill > .vc_column-inner:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-color: inherit;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.extend-right:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-color: inherit;
}
.extend-right.vc_col-has-fill:after {
  display: none;
}
.extend-right.vc_col-has-fill > .vc_column-inner:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-color: inherit;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*********************
LINK STYLES
*********************/
a {
  color: #0053e1;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus {
  color: #0042b3;
  text-decoration: none;
}
a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 36px;
  line-height: 1.1;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.1;
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 18px;
  line-height: 1.6;
}

h6, .h6 {
  font-size: 14px;
  line-height: 2;
}

#content ul li, #content ol li {
  margin-bottom: 15px;
}
#content ul {
  list-style: disc outside none;
  padding-left: 30px;
  margin-bottom: 15px;
}
#content ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin-bottom: 15px;
}
#content .flexslider ol, #content .flexslider ul {
  padding-left: 0;
}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #2417B3;
}
.header #inner-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
}
.header.light-header {
  background-color: #2417B3;
}
.header.light-header .mobile-nav-wrapper .open-mobile-menu {
  color: #2417B3;
}
.header.light-header .mobile-nav-wrapper .open-mobile-menu:hover, .header.light-header .mobile-nav-wrapper .open-mobile-menu:focus, .header.light-header .mobile-nav-wrapper .open-mobile-menu:visited {
  color: #2417B3;
}
.header.light-header .mobile-nav-wrapper .open-mobile-menu span {
  background-color: #2417B3;
}
.header.light-header .mobile-nav-wrapper .open-mobile-menu span:before, .header.light-header .mobile-nav-wrapper .open-mobile-menu span:after {
  background-color: #2417B3;
}
.header.light-header .mobile-nav-wrapper .open-mobile-menu.open span {
  background-color: transparent;
}
.header.light-header .mobile-nav-wrapper .open-mobile-menu.open span:before {
  background-color: #333;
}
.header.light-header .mobile-nav-wrapper .open-mobile-menu.open span:after {
  background-color: #333;
}

#logo {
  margin: 10px 0;
  z-index: 999;
}
#logo a {
  color: #fff;
}
#logo img {
  max-width: 230px;
}

.hero {
  position: relative;
  padding-top: 110px;
  background-size: 0;
  padding-bottom: 86px;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  width: 141px;
  height: 100vw;
  display: block !important;
  background-image: inherit;
  background-size: auto 100%;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transform-origin: 0 0;
}
.hero .wpb_wrapper h1 {
  font-size: 30px;
  line-height: 1.1;
}
.hero .wpb_wrapper h4 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.hero .wpb_wrapper .vc_btn3-container {
  margin-bottom: 33px;
}
.hero .wpb_wrapper .custom-video {
  margin-left: -39px;
  margin-right: -39px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.header-notice .container-fluid {
  max-width: 1028px;
}
.header-notice p {
  text-align: center;
  background-color: #ffc800;
  color: #2417b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
  padding: 4px;
}
.header-notice.header-notice-link p {
  padding: 0;
}
.header-notice.header-notice-link p a {
  display: block;
  color: #2417b3;
  padding: 4px;
}

.top-bar-container .top-bar {
  margin: 0;
  max-width: 1320px;
  margin: 0 auto;
}
.top-bar-container .top-bar li {
  float: right;
}
.top-bar-container .top-bar li a {
  color: white;
  padding: 0 0px 0 40px;
}

.nav {
  border-bottom: 0;
  margin: 0;
}
.nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.hentry header {
  padding: 1.5rem;
}
.hentry footer {
  padding: 1.5rem;
}
.hentry footer p {
  margin: 0;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* entry content */
.content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.content p {
  margin: 0 0 1.5rem;
}
.content table {
  width: 100%;
  border: 1px solid #323232;
  margin-bottom: 1.5rem;
}
.content table caption {
  margin: 0 0 7px;
  font-size: 0.75rem;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.content tr {
  border-bottom: 1px solid #323232;
}
.content tr:nth-child(even) {
  background-color: #797A7D;
}
.content td {
  padding: 7px;
  border-right: 1px solid #323232;
}
.content td:last-child {
  border-right: 0;
}
.content th {
  background-color: #797A7D;
  border-bottom: 1px solid #323232;
  border-right: 1px solid #323232;
}
.content th:last-child {
  border-right: 0;
}
.content blockquote {
  margin: 30px 0 1.5rem 0.75rem;
  font-style: italic;
  color: #323232;
  font-weight: 400;
}
.content dd {
  margin-left: 0;
  font-size: 0.9rem;
  color: #787878;
  margin-bottom: 1.5rem;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content .size-auto,
.content .size-full,
.content .size-large,
.content .size-medium,
.content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.content pre {
  background: #000;
  color: #797A7D;
  font-size: 0.9rem;
  padding: 1.5rem;
  margin: 0 0 1.5rem;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85rem;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5rem 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #323232;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.75rem;
  min-width: 1rem;
  display: block;
  color: #2417B3;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2417B3;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #000;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #000;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75rem;
  margin: 0;
  border-top: 1px solid #797A7D;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5rem;
  border-bottom: 1px solid #797A7D;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1rem;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #797A7D;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335rem 0 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9rem;
  float: right;
} /* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9rem;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5rem;
  border-top: 1px solid #797A7D;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #000;
}

.comment-form-comment {
  margin: 1.5rem 0 0.75rem;
}

.form-allowed-tags {
  padding: 1.5rem;
  background-color: #797A7D;
  font-size: 0.9rem;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1rem;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1rem;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5rem 10px 0.7335rem 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1rem;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
.no-widgets {
  background-color: #fff;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #2417B3;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.footer #back-to-top {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 40px;
  background-color: white;
  height: 44px;
  width: 44px;
  border-radius: 100%;
  z-index: 25;
  outline: 0;
  border: 1px solid #333;
}
.footer #back-to-top:before, .footer #back-to-top:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333;
  height: 40%;
  width: 2px;
  top: 25%;
}
.footer #back-to-top:before {
  transform: rotate(47deg);
  left: 34%;
}
.footer #back-to-top:after {
  transform: rotate(-47deg);
  right: 34%;
}
.footer #widget-footer .container-fluid {
  max-width: 1208px;
}
.footer #bottom-footer .container-fluid {
  max-width: 1208px;
}
.footer #inner-footer {
  max-width: 1178px;
  padding: 30px 24px 57px;
  margin: 0 auto;
  text-align: center;
}
.footer #inner-footer p, .footer #inner-footer a {
  font-size: 18px;
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
}
.footer .widgettitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer ul.menu {
  margin-top: 20px;
}
.footer ul.menu li a {
  color: white;
  font-size: 16px;
}
.footer .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
}
.footer .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
  grid-column: span 7;
}
.footer .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  border: 1px solid rgba(0, 0, 0, 0);
}
.footer .gform_wrapper.gravity-theme #field_submit {
  grid-column: span 5;
}
.footer .gform_wrapper.gravity-theme #field_submit .gform-button {
  color: #2417B3;
  background-color: #ffc800;
  border: 1px solid #0053e1;
  font-size: 19px;
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  padding: 4px 20px 5px;
  margin-top: -1px;
  line-height: 2;
  transition: all 0.3s ease-in-out;
}
.footer .gform_wrapper.gravity-theme #field_submit .gform-button:hover, .footer .gform_wrapper.gravity-theme #field_submit .gform-button:focus {
  background-color: #323232;
  color: #fff;
}
.footer .widget .addtoany_list {
  display: flex;
}
.footer .widget .addtoany_list a {
  padding-left: 2px;
  padding-right: 2px;
}
.footer .widget .addtoany_list a .a2a_svg {
  border-radius: 2px !important;
}
.footer .widget .addtoany_list a:nth-child(2) {
  order: 3;
}
.footer .widget .addtoany_list a:last-child {
  order: 2;
}

/* end .footer-links */
body.admin-bar .mobile-nav-wrapper .mobile-nav {
  padding-top: 160px;
}
body.admin-bar.header-notice-active .mobile-nav-wrapper .mobile-nav {
  padding-top: 190px;
}

body.header-notice-active .mobile-nav-wrapper .mobile-nav {
  padding-top: 144px;
}

body.mobile-menu-open {
  overflow: hidden;
}

.main-menu {
  display: none;
}

.mobile-nav-wrapper {
  display: flex;
  align-items: center;
}
.mobile-nav-wrapper .open-mobile-menu {
  background-color: transparent;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  height: 20px;
  width: 22px;
  z-index: 101;
  margin-left: 32px;
  margin-bottom: 5px;
}
.mobile-nav-wrapper .open-mobile-menu:hover, .mobile-nav-wrapper .open-mobile-menu:focus, .mobile-nav-wrapper .open-mobile-menu:visited {
  color: #fff;
}
.mobile-nav-wrapper .open-mobile-menu span {
  width: 22px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  display: inline-block;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  transition: background-color 0.2s ease-in-out;
  border-radius: 30px;
}
.mobile-nav-wrapper .open-mobile-menu span:before, .mobile-nav-wrapper .open-mobile-menu span:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  width: 100%;
  left: 0;
  transition: transform 0.2s ease-in-out;
  border-radius: 30px;
}
.mobile-nav-wrapper .open-mobile-menu span:before {
  top: -10px;
}
.mobile-nav-wrapper .open-mobile-menu span:after {
  bottom: -10px;
}
.mobile-nav-wrapper .open-mobile-menu.open span {
  background-color: transparent;
}
.mobile-nav-wrapper .open-mobile-menu.open span:before {
  transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}
.mobile-nav-wrapper .open-mobile-menu.open span:after {
  transform: rotate(-45deg);
  bottom: 0;
  background-color: #fff;
}
.mobile-nav-wrapper .mobile-nav {
  display: none;
  transform: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  overscroll-behavior: contain;
  z-index: 100;
  background: #2417B3;
  padding-top: 61px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  outline: none;
}
.mobile-nav-wrapper .mobile-nav.open {
  opacity: 1;
}
.mobile-nav-wrapper .mobile-nav .menu-item {
  text-align: left;
}
.mobile-nav-wrapper .mobile-nav .menu-item a {
  width: fit-content;
  margin: 0 auto;
  outline: none;
  font-size: 22px;
  padding-left: 15px;
}
.mobile-nav-wrapper .mobile-nav .menu-item a > .child_menu_toggle {
  display: none;
}
.mobile-nav-wrapper .mobile-nav > .menu-item {
  float: none;
  margin: 0;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > a {
  background-color: #2417B3;
  color: #fff;
  border-bottom: none;
  padding: 15px 10px;
  position: relative;
  display: block;
  border-bottom: 5px solid transparent;
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-item-has-children {
  position: static;
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-item-has-children > a .child_menu_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  z-index: 9;
  height: 40px;
  top: calc(50% - 20px);
  cursor: pointer;
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-item-has-children > a .child_menu_toggle:before {
  content: "";
  display: block;
  background-image: url("https://www.jobsync.com/wp-content/uploads/2024/12/Polygon-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 100%;
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-item-has-children .sub-menu {
  display: none !important;
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-item-has-children.open > a {
  border-color: #ffc800;
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-item-has-children.open > a .child_menu_toggle {
  transform: rotate(90deg);
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-item-has-children.open .sub-menu {
  display: flex !important;
  flex-direction: column;
  height: unset !important;
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-btn a {
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding: 15px 30px;
  border-radius: 0;
  border: none;
  background: #ffc800;
  color: #2417B3;
  position: relative;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-top: 60px;
}
.mobile-nav-wrapper .mobile-nav > .menu-item.menu-btn a:hover {
  background-color: #323232;
  color: #fff;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu {
  display: none;
  margin: 0;
  width: 100%;
  position: static;
  width: fit-content;
  margin: 15px auto !important;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item {
  margin: 0;
  float: none;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item > a {
  background-color: #2417B3;
  color: #fff;
  border-bottom: none;
  position: relative;
  display: block;
  width: 100%;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item.menu-item-has-children {
  position: relative;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a .child_menu_toggle {
  display: none;
  position: absolute;
  right: 20px;
  width: 40px;
  z-index: 9;
  height: 100%;
  top: 50%;
  transform: translatey(-50%);
  cursor: pointer;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a .child_menu_toggle:before, .mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a .child_menu_toggle:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 2px;
  width: 20px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a .child_menu_toggle:before {
  top: 29px;
  right: 10px;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a .child_menu_toggle:after {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  height: 20px;
  width: 2px;
  top: 20px;
  right: 19px;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item > .sub-menu {
  display: none;
  margin: 0;
  position: static;
  width: 100%;
  left: auto;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
  margin: 0;
  float: none;
}
.mobile-nav-wrapper .mobile-nav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  font-size: 16px;
  margin: 0;
}
.mobile-nav-wrapper .mobile-nav .menu-item > a .menu-item-description {
  display: block;
  font-size: 14px;
}
.mobile-nav-wrapper .mobile-nav .menu-item .menu-item:has(.nav-icon) {
  position: relative;
}
.mobile-nav-wrapper .mobile-nav .menu-item .menu-item:has(.nav-icon) > a {
  padding-left: 60px;
}
.mobile-nav-wrapper .mobile-nav .menu-item .menu-item:has(.nav-icon) .sub-menu {
  margin-left: 60px;
}
.mobile-nav-wrapper .mobile-nav .menu-item .nav-icon {
  position: absolute;
  pointer-events: none;
  height: 30px;
  width: 30px;
  left: 15px;
  top: 24px;
}
.mobile-nav-wrapper .mobile-nav .menu-item .nav-icon > a {
  padding: 0;
}
.mobile-nav-wrapper .mobile-nav .menu-item .nav-icon > a > img {
  filter: brightness(0) invert(1);
  max-width: 30px;
  max-height: 30px;
}
.mobile-nav-wrapper .mobile-nav .menu-item .nav-subitem {
  position: relative;
  margin-left: 60px;
}
.mobile-nav-wrapper .mobile-nav .menu-item .nav-subitem > a {
  padding-top: 0;
  padding-left: 22.5px;
  margin: 0;
}
.mobile-nav-wrapper .mobile-nav .menu-item .nav-subitem:last-child {
  margin-bottom: 15px;
}
.mobile-nav-wrapper .mobile-nav .menu-item .nav-subitem:before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  background-image: url("https://www.jobsync.com/wp-content/uploads/2024/12/White-Checkmark-Icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 4.5px;
  left: 0;
}

.vc_row.modal_row {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
}
.vc_row.modal_row > .container-fluid {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.vc_row.modal_row > .container-fluid .modal_close {
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: 2;
  font-size: 35px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.vc_row.modal_row > .container-fluid > .vc_column_container_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  margin: auto;
  width: 100%;
  height: 100%;
}
.vc_row.modal_row > .container-fluid > .vc_column_container_wrapper .vc_column_container {
  top: 10%;
  padding: 10px;
}

.global_cta {
  margin: 30px auto;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.global_cta:after {
  content: "";
  display: table;
  clear: both;
}
.global_cta img {
  width: 100%;
  height: auto;
}
.global_cta.two_images .mobile {
  display: block;
}
.global_cta.two_images .desktop {
  display: none;
}

.hubspot_btn_wrapper.align_center, .hubspot_btn_wrapper.align_left_desktop, .hubspot_btn_wrapper.align_right_desktop {
  text-align: center;
}
.hubspot_btn_wrapper.align_right_mobile {
  float: right;
}
.hubspot_btn_wrapper.align_left_mobile {
  float: left;
}

.client-slider {
  padding-top: 45px;
  padding-bottom: 4px;
}
.client-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.client-slider.owl-carousel .image {
  text-align: center;
}
.client-slider.owl-carousel .image img {
  max-height: 77px;
  width: auto !important;
  display: inline-block;
  object-fit: contain;
  max-width: 200px;
}

#page-nav-section #page-nav {
  padding: 20px 0;
}
#page-nav-section #page-nav .page-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  list-style: none;
  padding: 0;
  margin: 0;
}
#page-nav-section #page-nav .page-nav-menu:before {
  display: inline-block;
  content: "Quick Nav";
  background-color: #2417b3;
  color: #fff;
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 16px;
}
#page-nav-section #page-nav .page-nav-menu .page-menu-item {
  border-top: 1px solid #eeecec;
  padding: 16px;
  margin: 0;
}
#page-nav-section #page-nav .page-nav-menu .page-menu-item a {
  color: #000;
}
#page-nav-section #page-nav .page-nav-menu .page-menu-item.active {
  background-color: #e3e1f5;
}
#page-nav-section #page-nav .page-nav-menu .page-menu-item.active a {
  font-weight: bold;
}

.custom-video {
  position: relative;
  z-index: 0;
  height: auto;
}
.custom-video .play-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.custom-video .fallback-image {
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
}
.custom-video video {
  height: auto;
  left: 0;
  object-fit: cover;
  top: 0;
  transform: none;
  width: 100%;
  display: block;
  z-index: 1;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-grid .image {
  width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.logo-grid .image .image-inner {
  background-color: white;
  border-radius: 3px;
  border: 2px solid white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
  margin-bottom: 50px;
  max-width: 125px;
  position: relative;
  z-index: 1;
}
.logo-grid .image .image-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
  z-index: -1;
}
.logo-grid .image img {
  width: 100%;
  height: auto;
}

.why-jobsync {
  background-size: 0;
}
#content .why-jobsync ul li {
  margin-bottom: 5px;
}

.home-testimonials {
  background-size: 0;
  background-color: #e3e1f5;
}
.home-testimonials .quote-box {
  height: 100%;
}

.quote-box {
  text-align: center;
  margin-bottom: 35px;
}
.quote-box img {
  border-radius: 100%;
  border: 3px solid #2417B3;
}
.quote-box blockquote {
  margin-top: -28px;
  background-color: white;
  border-radius: 9px;
  padding: 40px 10px 17px;
  margin-bottom: 0;
  max-width: 282px;
  margin-left: auto;
  margin-right: auto;
}
.quote-box blockquote p {
  font-style: normal;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.quote-box blockquote p:before, .quote-box blockquote p:after {
  font-family: "Platypi", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 56px;
  line-height: 0;
  color: #655B7C;
  display: inline-block;
  transform: translateY(20px);
}
.quote-box blockquote p:before {
  content: "“";
  margin-right: 5px;
}
.quote-box blockquote p:after {
  margin-left: 5px;
  content: "”";
}
.quote-box blockquote p.quote-author, .quote-box blockquote p.quote-position, .quote-box blockquote p.quote-company {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.quote-box blockquote p.quote-author:before, .quote-box blockquote p.quote-author:after, .quote-box blockquote p.quote-position:before, .quote-box blockquote p.quote-position:after, .quote-box blockquote p.quote-company:before, .quote-box blockquote p.quote-company:after {
  display: none;
}
.quote-box blockquote p.quote-author {
  margin-bottom: 0;
}
.quote-box blockquote p.quote-position {
  margin-bottom: 0;
}
.quote-box blockquote p.quote-company {
  margin-bottom: 0;
}

.home-client-story .quote-box blockquote {
  background-color: #CDCEEA;
  max-width: 310px;
}

.cta-banner .container-fluid .vc_column_container .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.goldilocks .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 15px 35px;
  max-width: 353px;
  margin: 0 auto 40px;
}
.goldilocks .vc_inner .vc_column_container:nth-child(2) .vc_column-inner > .wpb_wrapper {
  background-color: #FFF5D1;
}
.goldilocks .vc_inner .vc_column_container:last-child .vc_column-inner > .wpb_wrapper {
  margin-bottom: 0;
}

.page-hero {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 0;
  background-color: #2417B3;
  opacity: 0.74;
}
.page-hero.hide-overlay:before {
  opacity: 0;
}
.page-hero.demo-hero h1 {
  font-size: 34px;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 40px;
}
.page-hero.demo-hero h2 {
  font-size: 22px;
  line-height: 1.4;
}

.text-small p,
.small-text p {
  font-size: 14px;
  line-height: 1.4;
}

.text-big p,
.big-text p,
.text-large p,
.large-text p {
  font-size: 22px;
  line-height: 31px;
}

.text-medium p,
.medium-text p {
  font-size: 20px;
  line-height: 29px;
}

.text-twenty p,
.twenty-text p {
  font-size: 20px;
  line-height: 34px;
}

.partner-info-columns h2 {
  position: relative;
  display: flex;
  align-items: center;
}
.partner-info-columns h2:before {
  content: "";
  background-image: url("/wp-content/uploads/2024/04/blue-up-right-arrow-icon.svg");
  width: 27px;
  height: 31px;
  background-size: contain;
  display: block;
  margin-right: 20px;
  flex: 0 0 auto;
}
.partner-info-columns h2 a {
  text-decoration: underline;
}
.partner-info-columns h4 {
  line-height: 1.5;
}
.partner-info-columns.candidate-info-columns .wpb_single_image {
  position: relative;
  display: flex;
  align-items: center;
}
.partner-info-columns.candidate-info-columns .wpb_single_image:before {
  content: "";
  background-image: url("/wp-content/uploads/2024/04/blue-up-right-arrow-icon.svg");
  width: 27px;
  height: 31px;
  background-size: contain;
  display: block;
  margin-right: 20px;
  flex: 0 0 auto;
}
.partner-info-columns.candidate-info-columns .wpb_single_image figure {
  flex: 0 0 auto;
}

.ats-how h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.ats-how .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
  display: flex;
}
.ats-how .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper .wpb_single_image {
  flex: 0 0 auto;
  margin-right: 20px;
}
.ats-how p {
  font-size: 27px;
  line-height: 38px;
}

.connect-intro h2 {
  letter-spacing: -2.9px;
}

.connect-form .container-fluid .vc_column_container .vc_column-inner > .wpb_wrapper {
  margin: 0 auto;
  max-width: 599px;
  padding: 38px 18px 13px;
  background-color: #F7F5FD;
}
.connect-form.newsletter-form .container-fluid .vc_column_container .vc_column-inner > .wpb_wrapper {
  max-width: 472px;
}
.connect-form.qr-code-form .container-fluid .vc_column_container .vc_column-inner > .wpb_wrapper {
  max-width: 498px;
}

#content .connect-logos .container-fluid {
  max-width: 653px;
}

.demo-form .container-fluid .vc_column_container .vc_column-inner > .wpb_wrapper {
  margin: 0 auto;
  max-width: 552px;
  padding: 35px 18px 33px;
  background-color: #F7F5FD;
}

.team-member-box {
  margin-bottom: 40px;
  text-align: center;
}
.team-member-box .team-member-photo {
  margin-bottom: 35px;
  border-radius: 100%;
  width: 175px;
  height: auto;
  background-color: #2417B3;
}
.team-member-box .team-member-content h4 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 38px;
  color: #2417B3;
}
.team-member-box .team-member-content h5 {
  margin-top: 0;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 29px;
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: normal;
}
.team-member-box .team-member-content a {
  display: inline-block;
  margin-top: 12px;
}
.team-member-box .team-member-content a img {
  margin-bottom: 0;
}

.about-quote blockquote {
  margin: 0;
}
.about-quote blockquote p {
  font-size: 30px;
  line-height: 41px;
  font-style: normal;
  font-weight: 700;
}
.about-quote blockquote p:last-child {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}

.core-values-intro .text-medium p {
  font-size: 22px;
  line-height: 34px;
}
#content .core-values-intro .arrow-list ul li {
  margin-bottom: 30px;
}

.core-values .vc_column_container {
  margin-bottom: 25px;
}
.core-values .vc_column_container .vc_column-inner {
  padding: 20px 24px 1px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.core-values .vc_column_container .vc_column-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #2417b3;
  opacity: 0.64;
  display: block;
}
.core-values .vc_column_container .vc_column-inner > .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.core-values h5 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 27px;
}
.core-values .wpb_text_column {
  max-width: 720px;
  margin: 0 auto 23px;
}

.resource-main .vc_column_container .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.resource-main > .vc_column_container:first-child > .vc_column-inner {
  padding-top: 15px;
  padding-bottom: 50px;
}
.resource-main > .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper {
  max-width: 494px;
  margin: 0 auto;
}
.resource-main > .vc_column_container:last-child > .vc_column-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.resource-main > .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper {
  margin: 0 auto;
  max-width: 494px;
}
.resource-main > .vc_column_container:last-child .vc_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  padding: 49px 18px 31px;
  background-color: #F7F5FD;
}
.resource-main .wpb_text_column a {
  text-decoration: underline;
  color: #000;
}
#content .resource-main ul li {
  margin-bottom: 5px;
}

.case-study-hero {
  border-top: 32px solid #2417B3;
  box-shadow: 0 -9px 0 #ffc800;
  margin-top: 9px;
}
.case-study-hero .wpb_text_column p {
  font-size: 19px;
  line-height: 1.9;
}

.case-study-quote blockquote {
  margin: 0;
}
.case-study-quote blockquote p {
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
}
.case-study-quote blockquote p:nth-child(2), .case-study-quote blockquote p:last-child {
  font-weight: normal;
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.case-study-stats {
  border-bottom: 32px solid #2417B3;
}
#content .case-study-stats .container-fluid {
  max-width: 750px;
}
#content .case-study-stats .wpb_text_column ul {
  margin-top: 0;
  margin-bottom: 0;
}
#content .case-study-stats .wpb_text_column ul li {
  margin-bottom: 0;
}

.case-study-main {
  border-top: 23px solid #ffc800;
}
.case-study-main > .vc_column_container > .vc_column-inner {
  padding-top: 19px;
  padding-bottom: 19px;
}
.case-study-main > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  background-color: white;
  max-width: 334px;
  margin: 0 auto;
  padding: 27px 18px 32px;
}
.case-study-main > .vc_column_container:nth-child(2) > .vc_column-inner {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
.case-study-main > .vc_column_container:nth-child(2) > .vc_column-inner > .wpb_wrapper {
  background-color: #2417B3;
}
.case-study-main h4 {
  margin-bottom: 19px;
}
#content .case-study-main .wpb_text_column ul {
  margin-top: 0;
  margin-bottom: 0;
}
#content .case-study-main .wpb_text_column ul li {
  font-size: 16px;
  margin-bottom: 5px;
}

.case-study-cta {
  border-bottom: 32px solid #ffc800;
}
.case-study-cta .vc_btn3-container .vc_btn3 {
  color: #000;
}
.case-study-cta .vc_btn3-container .vc_btn3:hover, .case-study-cta .vc_btn3-container .vc_btn3:focus {
  color: white;
}

.case-studies-main {
  padding-bottom: 169px;
  background-repeat: no-repeat;
  background-position: left bottom -1px;
  background-size: 85% auto;
}
.case-studies-main h2.max_width_set.heading-centered {
  margin-bottom: 50px;
}

.resource_loop .resource_container {
  padding: 0;
}
.resource_loop .resource_container .resource_inner {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 16px;
}
.resource_loop .resource_container .resource_image {
  display: block;
  width: 100%;
  height: 277px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.resource_loop .resource_container .resource_image:hover, .resource_loop .resource_container .resource_image:focus {
  opacity: 0.2;
}
.resource_loop .resource_container h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.resource_loop .resource_container h4 a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #2417B3;
  color: white;
  padding: 14px;
  transition: all 0.2s ease-in-out;
}
.resource_loop .resource_container h4 a:hover, .resource_loop .resource_container h4 a:focus {
  background-color: #323232;
}

.facetwp-type-pager {
  text-align: center;
  margin-top: 20px;
}
.facetwp-type-pager .facetwp-load-more {
  background: transparent;
  color: #2417B3;
  text-decoration: underline;
  border: none;
  box-shadow: none;
}

.download_loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}
.download_loop .download_container {
  padding-left: 8px;
  padding-right: 8px;
}
.download_loop .download_container .download_inner {
  width: 100%;
  margin: 0 auto 16px;
}
.download_loop .download_container .download_image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.download_loop.latest_resources .download_container .download_image {
  border: 2px solid white;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.roundtable_loop {
  margin-left: -10px;
  margin-right: -10px;
}
.roundtable_loop .roundtable_container {
  padding-left: 10px;
  padding-right: 10px;
}
.roundtable_loop .roundtable_container .roundtable_inner {
  width: 100%;
  margin: 0 auto 42px;
}
.roundtable_loop .roundtable_container .roundtable_image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
  margin-bottom: 16px;
}
.roundtable_loop .roundtable_container h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.roundtable_loop .roundtable_container h4 a {
  color: #323232;
}
.roundtable_loop .roundtable_container h4 a:hover, .roundtable_loop .roundtable_container h4 a:focus {
  color: #2417B3;
}

.blog_loop, .resource_loop {
  margin-left: -15px;
  margin-right: -15px;
}
.blog_loop .post_container, .blog_loop .resource_container, .resource_loop .post_container, .resource_loop .resource_container {
  margin-bottom: 30px;
}
.blog_loop .post_container .post_inner, .blog_loop .post_container .resource_inner, .blog_loop .resource_container .post_inner, .blog_loop .resource_container .resource_inner, .resource_loop .post_container .post_inner, .resource_loop .post_container .resource_inner, .resource_loop .resource_container .post_inner, .resource_loop .resource_container .resource_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.blog_loop .post_container .post_info, .blog_loop .post_container .resource_info, .blog_loop .resource_container .post_info, .blog_loop .resource_container .resource_info, .resource_loop .post_container .post_info, .resource_loop .post_container .resource_info, .resource_loop .resource_container .post_info, .resource_loop .resource_container .resource_info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: start;
  padding: 29px 23px 45px;
}
.blog_loop .post_container .post_info .post_cat, .blog_loop .post_container .post_info .resource_type, .blog_loop .post_container .resource_info .post_cat, .blog_loop .post_container .resource_info .resource_type, .blog_loop .resource_container .post_info .post_cat, .blog_loop .resource_container .post_info .resource_type, .blog_loop .resource_container .resource_info .post_cat, .blog_loop .resource_container .resource_info .resource_type, .resource_loop .post_container .post_info .post_cat, .resource_loop .post_container .post_info .resource_type, .resource_loop .post_container .resource_info .post_cat, .resource_loop .post_container .resource_info .resource_type, .resource_loop .resource_container .post_info .post_cat, .resource_loop .resource_container .post_info .resource_type, .resource_loop .resource_container .resource_info .post_cat, .resource_loop .resource_container .resource_info .resource_type {
  display: inline-block;
  background-color: #ffc600;
  font-size: 24px;
  line-height: 1;
  padding: 7px 13px;
  margin: 0 0 15px;
}
.blog_loop .post_container .post_info .post_date, .blog_loop .post_container .resource_info .post_date, .blog_loop .resource_container .post_info .post_date, .blog_loop .resource_container .resource_info .post_date, .resource_loop .post_container .post_info .post_date, .resource_loop .post_container .resource_info .post_date, .resource_loop .resource_container .post_info .post_date, .resource_loop .resource_container .resource_info .post_date {
  font-size: 20px;
  color: #2417b3;
}
.blog_loop .post_container .post_info .post_title, .blog_loop .post_container .post_info .resource_title, .blog_loop .post_container .resource_info .post_title, .blog_loop .post_container .resource_info .resource_title, .blog_loop .resource_container .post_info .post_title, .blog_loop .resource_container .post_info .resource_title, .blog_loop .resource_container .resource_info .post_title, .blog_loop .resource_container .resource_info .resource_title, .resource_loop .post_container .post_info .post_title, .resource_loop .post_container .post_info .resource_title, .resource_loop .post_container .resource_info .post_title, .resource_loop .post_container .resource_info .resource_title, .resource_loop .resource_container .post_info .post_title, .resource_loop .resource_container .post_info .resource_title, .resource_loop .resource_container .resource_info .post_title, .resource_loop .resource_container .resource_info .resource_title {
  font-size: 32px;
  font-weight: bold;
}
.blog_loop .post_container .post_info .post_title > a, .blog_loop .post_container .post_info .resource_title > a, .blog_loop .post_container .resource_info .post_title > a, .blog_loop .post_container .resource_info .resource_title > a, .blog_loop .resource_container .post_info .post_title > a, .blog_loop .resource_container .post_info .resource_title > a, .blog_loop .resource_container .resource_info .post_title > a, .blog_loop .resource_container .resource_info .resource_title > a, .resource_loop .post_container .post_info .post_title > a, .resource_loop .post_container .post_info .resource_title > a, .resource_loop .post_container .resource_info .post_title > a, .resource_loop .post_container .resource_info .resource_title > a, .resource_loop .resource_container .post_info .post_title > a, .resource_loop .resource_container .post_info .resource_title > a, .resource_loop .resource_container .resource_info .post_title > a, .resource_loop .resource_container .resource_info .resource_title > a {
  color: #2417b3;
}
.blog_loop .post_container .post_info .post_title > a:hover, .blog_loop .post_container .post_info .resource_title > a:hover, .blog_loop .post_container .resource_info .post_title > a:hover, .blog_loop .post_container .resource_info .resource_title > a:hover, .blog_loop .resource_container .post_info .post_title > a:hover, .blog_loop .resource_container .post_info .resource_title > a:hover, .blog_loop .resource_container .resource_info .post_title > a:hover, .blog_loop .resource_container .resource_info .resource_title > a:hover, .resource_loop .post_container .post_info .post_title > a:hover, .resource_loop .post_container .post_info .resource_title > a:hover, .resource_loop .post_container .resource_info .post_title > a:hover, .resource_loop .post_container .resource_info .resource_title > a:hover, .resource_loop .resource_container .post_info .post_title > a:hover, .resource_loop .resource_container .post_info .resource_title > a:hover, .resource_loop .resource_container .resource_info .post_title > a:hover, .resource_loop .resource_container .resource_info .resource_title > a:hover {
  text-decoration: underline;
}
.blog_loop .post_container .post_info .vc_btn3-container, .blog_loop .post_container .resource_info .vc_btn3-container, .blog_loop .resource_container .post_info .vc_btn3-container, .blog_loop .resource_container .resource_info .vc_btn3-container, .resource_loop .post_container .post_info .vc_btn3-container, .resource_loop .post_container .resource_info .vc_btn3-container, .resource_loop .resource_container .post_info .vc_btn3-container, .resource_loop .resource_container .resource_info .vc_btn3-container {
  margin: auto 0 0;
}
.blog_loop .post_container .resource_info .post_title, .blog_loop .resource_container .resource_info .post_title, .resource_loop .post_container .resource_info .post_title, .resource_loop .resource_container .resource_info .post_title {
  font-size: 20px;
}
.blog_loop .post_container .post_image, .blog_loop .post_container .resource_image, .blog_loop .resource_container .post_image, .blog_loop .resource_container .resource_image, .resource_loop .post_container .post_image, .resource_loop .post_container .resource_image, .resource_loop .resource_container .post_image, .resource_loop .resource_container .resource_image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
}
.blog_loop .post_container .post_author, .blog_loop .resource_container .post_author, .resource_loop .post_container .post_author, .resource_loop .resource_container .post_author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 15px;
}
.blog_loop .post_container .post_author img, .blog_loop .resource_container .post_author img, .resource_loop .post_container .post_author img, .resource_loop .resource_container .post_author img {
  margin-right: 10px;
  width: 32px;
  height: auto;
  border-radius: 100%;
}
.blog_loop .post_container .post_author span, .blog_loop .resource_container .post_author span, .resource_loop .post_container .post_author span, .resource_loop .resource_container .post_author span {
  font-size: 14px;
}
.blog_loop .post_container .post_author .post_share, .blog_loop .resource_container .post_author .post_share, .resource_loop .post_container .post_author .post_share, .resource_loop .resource_container .post_author .post_share {
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.blog_loop .post_container .post_author .post_share .share-trigger, .blog_loop .resource_container .post_author .post_share .share-trigger, .resource_loop .post_container .post_author .post_share .share-trigger, .resource_loop .resource_container .post_author .post_share .share-trigger {
  border: none;
  background: transparent;
  padding: 0;
}
.blog_loop .post_container .post_author .post_share .share-trigger svg, .blog_loop .resource_container .post_author .post_share .share-trigger svg, .resource_loop .post_container .post_author .post_share .share-trigger svg, .resource_loop .resource_container .post_author .post_share .share-trigger svg {
  width: 19px;
  height: auto;
}
.blog_loop .post_container .post_author .post_share .share-trigger:hover svg, .blog_loop .post_container .post_author .post_share .share-trigger.active svg, .blog_loop .resource_container .post_author .post_share .share-trigger:hover svg, .blog_loop .resource_container .post_author .post_share .share-trigger.active svg, .resource_loop .post_container .post_author .post_share .share-trigger:hover svg, .resource_loop .post_container .post_author .post_share .share-trigger.active svg, .resource_loop .resource_container .post_author .post_share .share-trigger:hover svg, .resource_loop .resource_container .post_author .post_share .share-trigger.active svg {
  fill: #0057e1;
}
.blog_loop .post_container .post_author .post_share .post-sharing, .blog_loop .resource_container .post_author .post_share .post-sharing, .resource_loop .post_container .post_author .post_share .post-sharing, .resource_loop .resource_container .post_author .post_share .post-sharing {
  position: absolute;
  background-color: white;
  padding: 6px 0 1px 10px;
  display: none;
  align-items: center;
  width: 250px;
  top: 105%;
  right: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.blog_loop .post_container .post_author .post_share .post-sharing p, .blog_loop .resource_container .post_author .post_share .post-sharing p, .resource_loop .post_container .post_author .post_share .post-sharing p, .resource_loop .resource_container .post_author .post_share .post-sharing p {
  margin-right: 8px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.blog_loop .post_container .post_author .post_share .post-sharing.active, .blog_loop .resource_container .post_author .post_share .post-sharing.active, .resource_loop .post_container .post_author .post_share .post-sharing.active, .resource_loop .resource_container .post_author .post_share .post-sharing.active {
  display: flex;
}
.blog_loop .post_container h4.post_title, .blog_loop .resource_container h4.post_title, .resource_loop .post_container h4.post_title, .resource_loop .resource_container h4.post_title {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}
.blog_loop .post_container h4.post_title a, .blog_loop .resource_container h4.post_title a, .resource_loop .post_container h4.post_title a, .resource_loop .resource_container h4.post_title a {
  color: #323232;
}
.blog_loop .post_container h4.post_title a:hover, .blog_loop .post_container h4.post_title a:focus, .blog_loop .resource_container h4.post_title a:hover, .blog_loop .resource_container h4.post_title a:focus, .resource_loop .post_container h4.post_title a:hover, .resource_loop .post_container h4.post_title a:focus, .resource_loop .resource_container h4.post_title a:hover, .resource_loop .resource_container h4.post_title a:focus {
  color: #2417B3;
}
.blog_loop .post_container .post_excerpt, .blog_loop .resource_container .post_excerpt, .resource_loop .post_container .post_excerpt, .resource_loop .resource_container .post_excerpt {
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}
.blog_loop.related_loop .post_container .post_info, .resource_loop.related_loop .post_container .post_info {
  padding: 29px 23px 20px;
}

.facetwp-pager {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  max-width: 768px;
  padding: 0 10px;
  margin: 0 auto;
}
.facetwp-pager:has(.facetwp-page:first-child:nth-last-child(9),
.facetwp-page:first-child:nth-last-child(9) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-child(6) {
  display: none;
}
.facetwp-pager:has(.facetwp-page:first-child:nth-last-child(9),
.facetwp-page:first-child:nth-last-child(9) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-last-child(6) {
  display: none;
}
.facetwp-pager:has(.facetwp-page:first-child:nth-last-child(10),
.facetwp-page:first-child:nth-last-child(10) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-child(2), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(10),
.facetwp-page:first-child:nth-last-child(10) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-last-child(4) {
  display: none;
}
.facetwp-pager:has(.facetwp-page:first-child:nth-last-child(10),
.facetwp-page:first-child:nth-last-child(10) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-child(4), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(10),
.facetwp-page:first-child:nth-last-child(10) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-last-child(2) {
  display: none;
}
.facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-child(2), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-last-child(4), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-last-child(5) {
  display: none;
}
.facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-child(4), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-child(5), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-last-child(2) {
  display: none;
}
.facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-child(2), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-child(3), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-last-child(4), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-last-child(3), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
.facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-last-child(2) {
  display: none;
}
.facetwp-pager .facetwp-page {
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 12px;
}
.facetwp-pager .facetwp-page.active {
  background-color: #ffc600;
}
.facetwp-pager .facetwp-page.prev, .facetwp-pager .facetwp-page.next {
  position: relative;
  flex-shrink: 0;
  background-color: #2417b3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-indent: -9999px;
}
.facetwp-pager .facetwp-page.prev:before, .facetwp-pager .facetwp-page.next:before {
  display: block;
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  height: 14px;
  width: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-39%, -50%) rotate(45deg);
}
.facetwp-pager .facetwp-page.next:before {
  transform: translate(-64%, -50%) rotate(225deg);
}
.facetwp-pager:has(.dots:nth-child(3)) .dots, .facetwp-pager:has(.dots:nth-child(3)) .first {
  display: none;
}
.facetwp-pager:has(.dots:nth-last-child(3)) .dots, .facetwp-pager:has(.dots:nth-last-child(3)) .last {
  display: none;
}

.vc_wp_categories, .vc_wp_categories.wpb_content_element {
  margin: 0;
}
.vc_wp_categories .widget_categories, .vc_wp_categories.wpb_content_element .widget_categories {
  margin: 0;
}
.vc_wp_categories .widget_categories .widgettitle, .vc_wp_categories.wpb_content_element .widget_categories .widgettitle {
  display: none;
}
.vc_wp_categories .widget_categories .postform, .vc_wp_categories.wpb_content_element .widget_categories .postform {
  max-width: none;
  background-color: #fff;
  color: #96969b;
  line-height: 2;
  margin: 0;
}

.blog_search .search-toggle {
  display: none;
}
.blog_search .search-form {
  display: flex;
  flex-direction: row-reverse;
}
.blog_search .search-form .search-submit {
  background-color: #2417b3;
  border: none;
  padding: 0 30px;
}
.blog_search .search-form .search-submit img {
  display: none;
}
.blog_search .search-form .search-submit:after {
  display: block;
  visibility: visible;
  content: "Search";
  color: #fff;
  font-weight: bold;
}
.blog_search .search-form label {
  flex-grow: 1;
}
.blog_search .search-form label .search-field {
  max-width: none;
  background-color: #fff;
  color: #96969b;
  line-height: 2;
  margin: 0;
}

.vc_wp_search {
  margin: 0;
}
.vc_wp_search .widget_search .searchform > div {
  display: flex;
}
.vc_wp_search .widget_search .searchform > div #searchsubmit {
  background-color: #2417b3;
  border: none;
  padding: 0 30px;
  color: #fff;
  font-weight: bold;
}
.vc_wp_search .widget_search .searchform > div input {
  flex-grow: 1;
  max-width: none;
  background-color: #fff;
  color: #96969b;
  line-height: 2;
  margin: 0;
}
.vc_wp_search .widget_search .searchform > div input .search-field {
  max-width: none;
  background-color: #fff;
  color: #96969b;
  line-height: 2;
  margin: 0;
}

.resource-filters .facetwp-input-wrap {
  width: 100%;
}
.resource-filters .facetwp-input-wrap .facetwp-icon {
  background-color: #2417B3;
  opacity: 1;
  font-style: normal;
  padding: 0 30px;
}
.resource-filters .facetwp-input-wrap .facetwp-icon:before {
  content: "Search";
  background: none;
  width: auto;
  line-height: 47px;
  opacity: 1;
  color: white;
  font-weight: bold;
  animation: none !important;
}
.resource-filters .facetwp-input-wrap input.facetwp-search {
  max-width: 100%;
  background-color: white;
}

.single-post .hentry {
  margin-bottom: 57px;
}
.single-post .hentry header,
.single-post .hentry section,
.single-post .hentry footer {
  padding: 0;
}
.single-post .hentry header {
  padding-top: 40px;
}
.single-post .hentry .post_author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.single-post .hentry .post_author img {
  margin-right: 10px;
  width: 32px;
  height: auto;
  border-radius: 100%;
}
.single-post .hentry .post_author span {
  font-size: 14px;
}
.single-post .hentry .post_author .post_share {
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.single-post .hentry .post_author .post_share .share-trigger {
  border: none;
  background: transparent;
  padding: 0;
}
.single-post .hentry .post_author .post_share .share-trigger svg {
  width: 19px;
  height: auto;
}
.single-post .hentry .post_author .post_share .share-trigger:hover svg, .single-post .hentry .post_author .post_share .share-trigger.active svg {
  fill: #0057e1;
}
.single-post .hentry .post_author .post_share .post-sharing {
  position: absolute;
  background-color: white;
  padding: 6px 0 1px 10px;
  display: none;
  align-items: center;
  width: 250px;
  top: 105%;
  right: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.single-post .hentry .post_author .post_share .post-sharing p {
  margin-right: 8px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.single-post .hentry .post_author .post_share .post-sharing.active {
  display: flex;
}
.single-post .hentry .entry-title {
  color: #323232;
}
.single-post .hentry .entry-meta {
  margin-bottom: 20px;
}
.single-post .hentry .article-footer {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(232, 230, 230, 0.75);
}
.single-post .hentry .article-footer .addtoany_list a {
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 20px;
}
.single-post .hentry .article-footer .addtoany_list a .a2a_svg {
  border-radius: 0 !important;
  background: transparent !important;
}
.single-post .hentry .article-footer .addtoany_list a .a2a_svg svg path {
  fill: #323232 !important;
}
.single-post .blog-post-footer {
  padding-bottom: 37px;
}
.single-post .blog-post-footer .related-posts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26px;
}
.single-post .blog-post-footer .related-posts-header h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.single-post .blog-post-footer .related-posts-header a {
  color: #000;
}

.podcasts-hero .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
}
.podcasts-hero .vc_inner .wpb_single_image {
  margin-right: 17px;
}

.podcasts_loop {
  margin-left: -15px;
  margin-right: -15px;
}
.podcasts_loop .podcast_container {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 21px;
}
.podcasts_loop .podcast_container:last-child:before {
  opacity: 0;
}
.podcasts_loop .podcast_container:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background-color: #D6D6D6;
  display: block;
}
.podcasts_loop .podcast_container .podcast_image {
  width: 135px;
  height: 135px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcasts_loop .podcast_container .podcast_image button {
  background: transparent;
  border: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.podcasts_loop .podcast_container .podcast_image:hover button {
  opacity: 1;
}
.podcasts_loop .podcast_container .podcast_info h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #323232;
}
.podcasts_loop .podcast_container .podcast_info .podcast-meta {
  margin-bottom: 19px;
  color: #797A7D;
  letter-spacing: 1px;
}
.podcasts_loop .podcast_container .podcast_info p {
  margin-top: 19px;
}

.integration-process .container-fluid .vc_column_container > .vc_column-inner {
  padding-bottom: 71px;
}
.integration-process .container-fluid .vc_column_container > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.integration-process .container-fluid .vc_column_container > .vc_column-inner > .wpb_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -75px;
  height: 40px;
  width: 26px;
  display: block;
  background-image: url("/wp-content/uploads/2024/04/blue-down-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.integration-process .container-fluid .vc_column_container:first-child > .vc_column-inner {
  padding-bottom: 120px;
}
.integration-process .container-fluid .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper:after {
  bottom: -95px;
  width: 134px;
  background-image: url("/wp-content/uploads/2024/04/blue-down-arrows-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.integration-process .container-fluid .vc_column_container:last-child > .vc_column-inner {
  padding-bottom: 0;
}
.integration-process .container-fluid .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper:after {
  display: none;
}

.integrations-logos .client-slider.owl-carousel .image img {
  max-height: 150px;
}

.ats-quote blockquote {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.candidate-sources-hero h1 em {
  transform: rotate(-90deg) translateX(5px);
  display: inline-block;
  font-style: normal;
  transform-origin: center center;
}

.candidate-logo-slider .client-slider.owl-carousel .image img {
  max-height: 150px;
}

.taap-banner h3 em {
  font-style: normal;
  color: #ffc800;
}

.eeo-calculator-hero .vc_column_container > .vc_column-inner {
  padding: 0;
}
.eeo-calculator-hero .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper {
  padding: 24px;
  background-color: white;
}

.eeo_calculator {
  max-width: 794px;
  margin: 0 auto;
}
.eeo_calculator h2 {
  width: 100%;
  color: #2417B3;
  padding: 17px 32px;
  background-color: #EBEBEB;
  margin-bottom: 0;
  display: block;
  border-radius: 17px 17px 0 0;
}
.eeo_calculator .eeo_form {
  background-color: white;
  padding: 1px 32px;
}
.eeo_calculator .eeo_form h3 {
  color: #2417B3;
  margin-top: 18px;
  margin-bottom: 10px;
}
.eeo_calculator .eeo_form input {
  margin-bottom: 10px;
  background-color: white;
  color: #000;
  font-size: 23px;
  border: 10px solid #EBEBEB;
  font-weight: bold;
  height: 48px;
  max-width: 180px;
}
.eeo_calculator .eeo-result {
  background-color: #2417B3;
  color: white;
  padding: 17px 32px 1px;
}
.eeo_calculator .eeo-result h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.eeo_calculator .eeo-result .result {
  font-size: 60px;
  font-weight: bold;
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content .hbspt-form [class^=form-columns] {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
#content .hbspt-form .form-columns-1 .hs-input {
  max-width: none;
}
#content .hbspt-form .hs-form-field {
  flex: 1 1 50%;
  height: unset;
  min-width: 150px;
  max-width: none;
  background-color: transparent;
  padding: 0 8px;
  margin-bottom: 16px;
}
#content .hbspt-form .hs-form-field > label {
  display: inline-block;
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #2417b3;
  margin-bottom: 10px;
  padding-left: 10px;
}
#content .hbspt-form .hs-form-field > .input .hs-input {
  height: 60px;
  width: 100%;
  background-color: #fff;
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border: none;
  padding: 5px 5px 5px 20px;
  margin: 0;
}
#content .hbspt-form .hs-form-field > .input .hs-input:hover, #content .hbspt-form .hs-form-field > .input .hs-input:active, #content .hbspt-form .hs-form-field > .input .hs-input:focus, #content .hbspt-form .hs-form-field > .input .hs-input:focus-visible {
  border: 1px solid #9db39f;
}
#content .hbspt-form .hs-form-field > .input .hs-input.error {
  border: 1px solid red;
}
#content .hbspt-form .hs-form-field > .input .hs-input[type=checkbox] {
  height: 18px;
  width: 18px;
  border: 1px solid #9db39f;
}
#content .hbspt-form .hs-form-field > .hs-error-msgs {
  display: none;
}
#content .hbspt-form:has(.legal-consent-container):after, #content .hbspt-form:has(.hs-consent_to_communications):after {
  display: none;
}
#content .hbspt-form .legal-consent-container, #content .hbspt-form .hs-consent_to_communications {
  flex: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#content .hbspt-form .legal-consent-container .inputs-list, #content .hbspt-form .hs-consent_to_communications .inputs-list {
  width: 100%;
  list-style: none;
  padding: 0;
}
#content .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display, #content .hbspt-form .hs-consent_to_communications .hs-form-booleancheckbox-display {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 240px;
  margin: 0 auto 30px;
}
#content .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span, #content .hbspt-form .hs-consent_to_communications .hs-form-booleancheckbox-display > span {
  margin-left: 20px;
}
#content .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span, #content .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span p, #content .hbspt-form .hs-consent_to_communications .hs-form-booleancheckbox-display > span, #content .hbspt-form .hs-consent_to_communications .hs-form-booleancheckbox-display > span p {
  font-family: "Teachers", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #2417b3;
}
#content .hbspt-form .hs-submit .actions {
  text-align: center;
}
#content .hbspt-form .hs-submit .hs-button {
  background-color: #2417b3;
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
  padding: 15px 48px;
  transition: background-color 0.4s ease 0s;
}
#content .hbspt-form .hs-submit .hs-button:hover {
  background-color: #3f7652;
}
#content .hbspt-form > .hs-form, #content .hbspt-form > .submitted-message {
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content .hbspt-form .hs-recaptcha {
  display: flex;
  justify-content: center;
  max-width: none;
  background-color: transparent;
  margin-bottom: 45px;
}
#content .hbspt-form .hs-recaptcha .input {
  flex: 1 1 50%;
  max-width: fit-content;
}

#content .cf ul.arrows-list, #content .comment-respond ul.arrows-list {
  color: #2417b3;
}
#content .cf ul.arrows-list.white, #content .comment-respond ul.arrows-list.white {
  color: #fff;
}
#content .cf #demo-row-1, #content .comment-respond #demo-row-1 {
  background-size: auto 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#content .cf #demo-row-2, #content .comment-respond #demo-row-2 {
  background-position: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.tao-hero {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 90%;
  position: relative;
}
.tao-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 39px;
  background-image: url("/wp-content/uploads/2024/06/Dot-Grid-Top.svg");
  width: 116px;
  height: 71px;
  display: block !important;
  background-size: 116px 116px;
  background-repeat: no-repeat;
}
.tao-hero .wpb_single_image {
  margin-right: -39px;
}

.tao-platform {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28%;
  background-color: #E3E1F4;
}

.arrow-list ul {
  color: #2417b3;
}

#content .cf #case-study-row-1, #content .comment-respond #case-study-row-1 {
  background-image: url(/wp-content/uploads/2024/06/Dot-Grid-Top.svg);
  background-size: 116px auto;
  background-position: calc(50vw - 606px) -50px;
  background-repeat: no-repeat;
}
#content .cf #case-study-row-4, #content .comment-respond #case-study-row-4 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 75%, #e3e1f4 75%);
}
#content .cf #case-study-row-4 > .container-fluid > .vc_column_container:last-child, #content .comment-respond #case-study-row-4 > .container-fluid > .vc_column_container:last-child {
  background-color: #e3e1f4;
}
#content .cf #case-study-row-4 > .container-fluid > .vc_column_container:last-child:before, #content .comment-respond #case-study-row-4 > .container-fluid > .vc_column_container:last-child:before, #content .cf #case-study-row-4 > .container-fluid > .vc_column_container:last-child:after, #content .comment-respond #case-study-row-4 > .container-fluid > .vc_column_container:last-child:after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 25px;
  background-color: #e3e1f4;
  top: 0;
}
#content .cf #case-study-row-4 > .container-fluid > .vc_column_container:last-child:before, #content .comment-respond #case-study-row-4 > .container-fluid > .vc_column_container:last-child:before {
  left: -24px;
}
#content .cf #case-study-row-4 > .container-fluid > .vc_column_container:last-child:after, #content .comment-respond #case-study-row-4 > .container-fluid > .vc_column_container:last-child:after {
  right: -24px;
}

#content .cf #case-studies-row-1, #content .comment-respond #case-studies-row-1 {
  background-image: url(/wp-content/uploads/2024/06/Dot-Grid-Top.svg), url(/wp-content/uploads/2024/07/Top-Hero-Swoop.svg);
  background-size: 116px auto, 310px auto;
  background-position: calc(50% - 500px) -38px, max(50% + 400px, 100%) 0;
  background-repeat: no-repeat;
}
#content .cf #case-studies-row-1 .wpb_wrapper, #content .comment-respond #case-studies-row-1 .wpb_wrapper {
  text-align: center;
}
#content .cf #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner, #content .comment-respond #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner {
  height: 100%;
}
#content .cf #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper, #content .comment-respond #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
#content .cf #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper > *:not(.wpb_single_image), #content .comment-respond #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper > *:not(.wpb_single_image) {
  padding-right: 30px;
  padding-left: 30px;
}
#content .cf #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper > *:not(.wpb_single_image):first-child, #content .comment-respond #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper > *:not(.wpb_single_image):first-child {
  padding-top: 30px;
}
#content .cf #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper > *:not(.wpb_single_image):last-child, #content .comment-respond #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper > *:not(.wpb_single_image):last-child {
  padding-bottom: 30px;
}
#content .cf #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_btn3-container, #content .comment-respond #case-studies-row-2 > .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
  margin-top: auto;
}

#content .home-why .arrow-list ul li {
  margin-bottom: 8px;
}

.about-hero {
  text-align: center;
}

.about-leadership {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28%;
  background-color: #e3e1f4;
}

.about-advisory .team-member-box .team-member-photo {
  background-color: #ffc800;
}
.tacq-features {
  text-align: center;
}
.tacq-features .wpb_text_column p {
  font-size: 20px;
  line-height: 28px;
}

.tacq-logos .logo-grid .image .image-inner {
  border: 1px solid #000;
  border-radius: 0;
  width: 154px;
  max-width: 154px;
}
.tacq-logos .logo-grid .image .image-inner:before, .tacq-logos .logo-grid .image .image-inner:after {
  bottom: -27px;
}

.events-hero {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: initial;
  position: relative;
  text-align: center;
}
.events-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 39px;
  background-image: url("/wp-content/uploads/2024/06/Dot-Grid-Top.svg");
  width: 116px;
  height: 71px;
  display: block !important;
  background-size: 116px 116px;
  background-repeat: no-repeat;
}

.featured_event {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
.featured_event .featured-label {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2417B3;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  padding: 15px 15px 70px 70px;
  z-index: 1;
}
.featured_event .featured-label p {
  color: white;
  margin: 0;
  font-weight: 700;
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
}
.featured_event .featured-event-image .featured-event-image-inner .event-image {
  display: block;
  width: calc(100% + 30px);
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin-left: -15px;
}
.featured_event .featured-event-details {
  padding-top: 30px;
  padding-bottom: 22px;
}
.featured_event .featured-event-details h4 {
  margin-top: 0px;
  padding: 7px 15px 3px;
  background-color: #ffc800;
  display: inline-block;
  color: #000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 11px;
}
.featured_event .featured-event-details .event-meta {
  color: #2417B3;
  font-size: 20px;
  margin-bottom: 13px;
}
.featured_event .featured-event-details h3 {
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 26px;
}
.featured_event .featured-event-details h3 a {
  color: #2417B3;
}

.event-filters {
  background-color: #F7F5FD;
  padding: 31px 0 11px;
  margin-bottom: 70px;
}
.event-filters .facetwp-facet {
  margin-bottom: 20px;
}
.event-filters .facetwp-facet.facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.event-filters .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  background-color: #2417B3;
  opacity: 1;
}
.event-filters .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon:before {
  width: 40px;
  background-position: center;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(106%) contrast(105%);
}
.event-filters .facetwp-facet select {
  background-color: white;
  color: #96969B;
  max-width: 100%;
  height: 60px;
}
.event-filters .facetwp-facet input.facetwp-search {
  min-width: 200px;
  background-color: white;
  max-width: 100%;
  height: 60px;
}

.event-posts .event-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
.event-posts .event-item .event-item-inner {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
}
.event-posts .event-item .event-item-inner .event-image {
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.event-posts .event-item .event-item-inner .event-details {
  padding: 30px 15px 8px;
}
.event-posts .event-item .event-item-inner .event-details .event-type {
  margin-top: 0px;
  padding: 7px 15px 3px;
  background-color: #ffc800;
  display: inline-block;
  color: #000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 11px;
}
.event-posts .event-item .event-item-inner .event-details p {
  color: #2417B3;
  font-size: 20px;
  margin-bottom: 13px;
}
.event-posts .event-item .event-item-inner .event-details h3 {
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 26px;
  color: #2417B3;
}

.facet-pagination .facetwp-facet {
  margin-bottom: 0;
}
.facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page {
  font-size: 18px;
  color: #2417B3;
  width: 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-radius: 0;
  font-weight: 700;
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.active {
  color: #000;
  background-color: #ffc800;
  border-radius: 0;
}
.facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page:hover, .facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page:focus {
  background-color: #2417B3;
  color: white;
}
.facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.prev, .facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-indent: -9999px;
  background-color: #2417B3;
  position: relative;
  z-index: 1;
  color: white;
}
.facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.prev:before, .facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.next:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border-radius: 0;
  opacity: 1;
  transition: 0.2s ease-out;
  visibility: visible;
  background-image: url("/wp-content/uploads/2024/08/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover, .facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.next:hover {
  background-color: #323232;
}
.facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.prev:before {
  transform: rotate(90deg);
}
.facet-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.next:before {
  transform: rotate(-90deg);
}

.subscribe-cta {
  text-align: center;
}
.subscribe-cta .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
}
.subscribe-cta .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
  grid-column: span 7;
}
.subscribe-cta .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  border: none;
  height: 60px;
}
.subscribe-cta .gform_wrapper.gravity-theme #field_submit {
  grid-column: span 5;
}
.subscribe-cta .gform_wrapper.gravity-theme #field_submit .gform-button {
  color: white;
  background-color: #2417B3;
  border: none;
  font-size: 17px;
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  box-shadow: none;
  box-sizing: border-box;
  padding: 6px 20px 3px;
  transition: all 0.3s ease-in-out;
  align-self: stretch;
}
.subscribe-cta .gform_wrapper.gravity-theme #field_submit .gform-button:hover, .subscribe-cta .gform_wrapper.gravity-theme #field_submit .gform-button:focus {
  background-color: #323232;
  color: #fff;
}

#content .hiring-ops-features {
  background-position: bottom right !important;
}
.hiring-ops-features .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 45px 15px 24px;
  margin-bottom: 40px;
}

.search-results #content .container-fluid, .archive #content .container-fluid {
  max-width: 1000px;
  margin: 60px auto;
}
.search-results #content .container-fluid .page-title, .search-results #content .container-fluid .archive-title, .archive #content .container-fluid .page-title, .archive #content .container-fluid .archive-title {
  text-align: center;
  font-weight: 700;
}
.search-results #content .container-fluid article .entry-header, .archive #content .container-fluid article .entry-header {
  padding: 0;
  margin-bottom: 60px;
}
.search-results #content .container-fluid article .entry-header a, .search-results #content .container-fluid article .entry-header a:visited, .archive #content .container-fluid article .entry-header a, .archive #content .container-fluid article .entry-header a:visited {
  color: #2417b3;
}
.search-results #content .container-fluid article .entry-content, .archive #content .container-fluid article .entry-content {
  border-bottom: 1px solid #9fa6b4;
  margin-bottom: 30px;
}
.search-results #content .container-fluid article .entry-content img, .archive #content .container-fluid article .entry-content img {
  width: 25%;
  max-width: 400px;
  min-width: 180px;
  aspect-ratio: 23/15;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  float: left;
  margin: 0 30px 30px 0;
}
.search-results #content .container-fluid article .entry-content p, .archive #content .container-fluid article .entry-content p {
  margin-top: 0;
}
.search-results #content .container-fluid .sidebar, .archive #content .container-fluid .sidebar {
  display: none;
}

#content .solutions-features {
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
}
.solutions-features .vc_inner .vc_column_container.vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 45px 15px 24px;
  margin-bottom: 40px;
}
.solutions-features .vc_inner .vc_column_container.vc_col-sm-3 .vc_column-inner > .wpb_wrapper .vc_btn3-container {
  margin-top: auto;
  margin-bottom: 0;
}
.solutions-features .vc_inner .vc_column_container.vc_col-sm-3 .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_btn3 {
  min-width: unset;
}

.testimonials-section {
  background-color: #E3E1F4;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

#testimonials_slider {
  margin-top: -10px;
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
}
#testimonials_slider .testimonial-item {
  padding: 50px 50px 30px;
}
#testimonials_slider .testimonial-item blockquote {
  margin: 0;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  padding: 45px 20px 39px;
  position: relative;
}
#testimonials_slider .testimonial-item blockquote:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  display: block;
  background-image: url("/wp-content/uploads/2024/10/yellow-quote-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -42.5px;
  left: -42.5px;
}
#testimonials_slider .testimonial-item blockquote p {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#testimonials_slider .testimonial-item blockquote p.info {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#testimonials_slider .testimonial-item blockquote p.info img {
  width: 50px;
  height: auto;
  flex: 0 0 auto;
  margin-right: 15px;
}
#testimonials_slider .testimonial-item blockquote p.info span {
  font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 23px;
}
#testimonials_slider .owl-controls .owl-nav {
  margin-top: 0;
}
#testimonials_slider .owl-controls .owl-nav .owl-prev,
#testimonials_slider .owl-controls .owl-nav .owl-next {
  background: transparent;
}
#testimonials_slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #B4B0DC;
  cursor: pointer;
}
#testimonials_slider .owl-dots .owl-dot.active span {
  background: #2417B3;
}

.resources-hero-new.resources-hero .wpb_single_image {
  border-radius: 8px;
  background-color: #F7F5FD;
  padding: 36px 17px;
}
.resources-hero-new.resources-hero p {
  line-height: 30px;
}

.resource-filters .resource_search_redirect.facetwp-facet {
  margin-bottom: 0;
}
.resource-filters .resource_search_redirect.facetwp-facet .facetwp-input-wrap {
  width: 100%;
  display: flex;
}
.resource-filters .resource_search_redirect.facetwp-facet .facetwp-input-wrap input.facetwp-search {
  max-width: 100%;
  background-color: white;
  min-width: 0;
}
.resource-filters .resource_search_redirect.facetwp-facet .facetwp-input-wrap input.facetwp-search::placeholder {
  visibility: hidden;
}
.resource-filters .resource_search_redirect.facetwp-facet .facetwp-input-wrap button {
  background-color: #2417B3;
  opacity: 1;
  font-style: normal;
  padding: 0 30px;
  line-height: 47px;
  width: auto;
  color: white;
  font-weight: bold;
  border: none;
}
.resource-filters .resources_loop_hidden {
  display: none;
}

.resource-cat .vc_custom_heading {
  margin-top: 0;
  margin-bottom: 24px;
}

.resource-slider {
  margin-bottom: 40px;
}
.resource-slider.resource_loop {
  margin-left: 0;
  margin-right: 0;
}
.resource-slider .resource_container {
  padding: 15px;
  margin-bottom: 0;
}
.resource-slider .resource_container .resource_inner {
  max-width: none;
  margin-bottom: 0;
}
.resource-slider .resource_container .resource_info .post_excerpt {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.resource-slider .owl-controls .owl-nav {
  margin-top: 0;
}
.resource-slider .owl-controls .owl-nav .owl-prev,
.resource-slider .owl-controls .owl-nav .owl-next {
  background: transparent;
}
.resource-slider .owl-controls .owl-nav .owl-prev:hover,
.resource-slider .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
}

.faq-heading {
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  padding-top: 50px;
  position: relative;
}
.faq-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 125px;
  background-color: currentColor;
}

.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel {
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 6px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #2417b3;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  padding: 19px 45px 19px 30px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
  background-color: #ffc800;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  padding: 6px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:before, .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #000;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:before {
  left: 6px;
  right: 6px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  top: 6px;
  bottom: 6px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border-radius: 0 0 6px 6px;
  border-top: none;
  padding: 0 45px 27px 30px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p, .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body li, .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body a {
  color: #2417b3;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body a {
  text-decoration: underline;
}
#content .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body li {
  margin-bottom: 25px;
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active {
  box-shadow: 0px 0px 20px 0px rgba(255, 200, 0, 0.5);
}
.vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  .gform_wrapper form .gform_fields .gf-sm-1 {
    width: 8.33333%;
  }
  .gform_wrapper form .gform_fields .gf-sm-2 {
    width: 16.66666%;
  }
  .gform_wrapper form .gform_fields .gf-sm-3 {
    width: 25%;
  }
  .gform_wrapper form .gform_fields .gf-sm-4 {
    width: 33.333333%;
  }
  .gform_wrapper form .gform_fields .gf-sm-6 {
    width: 50%;
  }
  .gform_wrapper form .gform_fields .gf-sm-8 {
    width: 66.66666%;
  }
  .gform_wrapper form .gform_fields .gf-sm-10 {
    width: 83.33333%;
  }
  .gform_wrapper form .gform_fields .gf-sm-12 {
    width: 100%;
  }
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  .gform_wrapper form .gform_fields [class*=gf-] .ginput_container_creditcard .ginput_card_expiration_container select {
    float: left;
  }
  .gform_wrapper form .gform_fields [class*=gf-] .ginput_container_creditcard .ginput_card_expiration_container label {
    float: left;
    clear: left;
  }
  .gform_wrapper form .gform_fields .gf-md-1 {
    width: 8.33333%;
  }
  .gform_wrapper form .gform_fields .gf-md-2 {
    width: 16.66666%;
  }
  .gform_wrapper form .gform_fields .gf-md-3 {
    width: 25%;
  }
  .gform_wrapper form .gform_fields .gf-md-4 {
    width: 33.333333%;
  }
  .gform_wrapper form .gform_fields .gf-md-6 {
    width: 50%;
  }
  .gform_wrapper form .gform_fields .gf-md-8 {
    width: 66.66666%;
  }
  .gform_wrapper form .gform_fields .gf-md-10 {
    width: 83.33333%;
  }
  .gform_wrapper form .gform_fields .gf-md-12 {
    width: 100%;
  }
  article section .wpb-content-wrapper > .vc_row > .container-fluid {
    max-width: 1080px;
    padding: 0 50px;
  }
  article section .wpb-content-wrapper > .vc_row > .container-fluid > .wpb_column, article section .wpb-content-wrapper > .vc_row > .container-fluid > .wpb_column:not([class*=-xs-]) {
    padding: 0;
  }
  article.post .container-fluid {
    padding: 0 50px;
  }
  .container-fluid:after {
    content: "";
    display: table;
    clear: both;
  }
  .vc_row-flex > .container-fluid {
    display: flex;
  }
  .vc_row-flex.reverse_row > .container-fluid {
    flex-direction: row-reverse;
  }
  .vc_row-flex.vc_row-o-content-top > .container-fluid {
    align-items: flex-start;
  }
  .vc_row-flex.vc_row-o-content-middle > .container-fluid {
    align-items: center;
  }
  .vc_row-flex.vc_row-o-content-bottom > .container-fluid {
    align-items: flex-end;
  }
  .vc_column-inner > .wpb_wrapper > .vc_row-flex {
    display: flex;
  }
  .vc_column-inner > .wpb_wrapper > .vc_row-flex.vc_row-o-content-top {
    align-items: flex-start;
  }
  .vc_column-inner > .wpb_wrapper > .vc_row-flex.vc_row-o-content-middle {
    align-items: center;
  }
  .vc_column-inner > .wpb_wrapper > .vc_row-flex.vc_row-o-content-bottom {
    align-items: flex-end;
  }
  h1.desktop-align-left, h2.desktop-align-left, h3.desktop-align-left, h4.desktop-align-left, h5.desktop-align-left, h6.desktop-align-left {
    text-align: left !important;
  }
  h1.desktop-align-right, h2.desktop-align-right, h3.desktop-align-right, h4.desktop-align-right, h5.desktop-align-right, h6.desktop-align-right {
    text-align: right !important;
  }
  h1.desktop-align-center, h2.desktop-align-center, h3.desktop-align-center, h4.desktop-align-center, h5.desktop-align-center, h6.desktop-align-center {
    text-align: center !important;
  }
  h1.desktop-align-justify, h2.desktop-align-justify, h3.desktop-align-justify, h4.desktop-align-justify, h5.desktop-align-justify, h6.desktop-align-justify {
    text-align: justify !important;
  }
  #content .vc_btn3-container.vc_btn3-desktop-left {
    text-align: left;
  }
  #content .vc_btn3-container.vc_btn3-desktop-right {
    text-align: right;
  }
  #content .vc_btn3-container.vc_btn3-desktop-center {
    text-align: center;
  }
  #content .vc_btn3-container.vc_btn3-desktop-inline {
    display: inline-block;
    vertical-align: top;
  }
  #content .wpb_single_image.desktop_align_left {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }
  #content .wpb_single_image.desktop_align_center {
    text-align: center;
  }
  #content .wpb_single_image.desktop_align_right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
  .sidebar {
    margin-top: 2.2rem;
  }
  .widget {
    padding: 0;
    margin: 0 0 35px;
  }
  .widget ul li {
    margin-bottom: 2px;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75rem;
    padding-left: 1rem;
  }
  .footer {
    padding-top: 73px;
  }
  .footer #widget-footer .container-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .footer #bottom-footer .container-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .footer #inner-footer {
    text-align: left;
    padding: 28px 24px 10px;
  }
  .footer #inner-footer p, .footer #inner-footer a {
    font-size: 14px;
    line-height: 15.4px;
  }
  .footer .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 0;
    padding: 0;
  }
  .footer .widget .addtoany_list {
    margin-top: 30px;
  }
  .vc_row.modal_row > .container-fluid > .vc_column_container_wrapper {
    display: flex;
  }
  .vc_row.modal_row > .container-fluid > .vc_column_container_wrapper .vc_column_container {
    display: flex;
    margin: 0 auto;
    top: 10%;
    padding: 40px 20px 20px;
  }
  .global_cta.two_images .mobile {
    display: none;
  }
  .global_cta.two_images .desktop {
    display: block;
  }
  .hubspot_btn_wrapper.align_left_desktop {
    float: left;
  }
  .hubspot_btn_wrapper.align_right_desktop {
    float: right;
  }
  #page-nav-section .container-fluid > .vc_column_container:first-child > .vc_column-inner {
    height: 100%;
  }
  #page-nav-section .container-fluid > .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    position: relative;
  }
  #page-nav {
    display: block;
    position: sticky;
    top: 2rem;
    align-self: start;
  }
  #page-nav .page-nav-menu {
    overflow: auto;
    max-height: calc(100vh - 3rem);
  }
  #page-nav ul li a {
    transition: all 0.2s ease-in-out;
  }
  #page-nav ul li.active a {
    color: #2417B3;
  }
  .hero {
    padding-top: 110px;
    padding-bottom: 93px;
  }
  .hero:before {
    transform: rotate(0);
    left: auto;
    right: 0;
    width: 356px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-position: center;
  }
  .hero .container-fluid > .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper {
    position: relative;
  }
  .hero .container-fluid > .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 655px;
    width: 115%;
    background-image: url("/wp-content/uploads/2024/06/Hero-Graphic.svg");
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .hero .wpb_wrapper .vc_btn3-container {
    margin-bottom: 22px;
  }
  .hero .wpb_wrapper .custom-video {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .logo-grid .image {
    width: 25%;
  }
  .logo-grid .image .image-inner {
    position: relative;
    box-shadow: none;
  }
  .logo-grid .image .image-inner:before, .logo-grid .image .image-inner:after {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2024/04/button-shadow.png");
    background-repeat: no-repeat;
    bottom: -28px;
    height: 26px;
    width: 165px;
  }
  .logo-grid .image .image-inner:before {
    background-position: 0 0;
    left: -20px;
    top: auto;
    right: auto;
    box-shadow: none;
  }
  .logo-grid .image .image-inner:after {
    background-position: 100% 0;
    right: -20px;
  }
  .home-testimonials .vc_inner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    height: 100%;
  }
  .home-testimonials .quote-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .home-testimonials .quote-box img {
    flex: 0 0 auto;
    width: 167px;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .home-testimonials .quote-box blockquote {
    position: relative;
    z-index: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .home-testimonials .quote-box blockquote p {
    margin-bottom: auto;
    line-height: 1.6;
  }
  .home-testimonials .quote-box blockquote p.quote-author {
    margin-top: 20px;
  }
  .home-testimonials .quote-box blockquote p.quote-author, .home-testimonials .quote-box blockquote p.quote-position, .home-testimonials .quote-box blockquote p.quote-company {
    margin-bottom: 0;
    line-height: normal;
  }
  .cta-banner .vc_btn3-container {
    margin-left: 25px;
    margin-right: 25px;
  }
  .job-sites-intro .vc_inner .wpb_text_column p {
    text-align: right;
  }
  .resource-main > .vc_column_container:first-child > .vc_column-inner {
    padding-top: 84px;
    padding-bottom: 159px;
  }
  .resource-main > .vc_column_container:last-child > .vc_column-inner {
    padding-top: 84px;
    padding-bottom: 149px;
  }
  .case-study-main > .vc_column_container > .vc_column-inner {
    padding-top: 83px;
    padding-bottom: 54px;
  }
  .case-study-main > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    height: 100%;
  }
  .case-study-main > .vc_column_container:nth-child(2) > .vc_column-inner {
    padding-top: 83px;
    padding-bottom: 54px;
  }
  .resource_loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
  }
  .resource_loop .resource_container {
    width: 100%;
    padding: 0;
  }
  .resource_loop .resource_container .resource_inner {
    margin: 0 auto;
    max-width: 100%;
  }
  .resource_loop .resource_container .resource_image {
    height: 222px;
  }
  .download_loop {
    margin: 0 auto;
    max-width: 831px;
  }
  .download_loop .download_container {
    padding-left: 19px;
    padding-right: 19px;
  }
  .download_loop .download_container .download_inner {
    margin: 0 auto 38px;
  }
  .download_loop.latest_resources {
    max-width: 914px;
  }
  .roundtable_loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 741px;
    margin: 0 auto;
  }
  .roundtable_loop .roundtable_container .roundtable_inner {
    margin: 0 auto 42px;
  }
  .blog_loop {
    display: flex;
    flex-wrap: wrap;
  }
  .blog_loop .post_container .post_inner {
    height: 100%;
  }
  #content .integration-process .container-fluid {
    max-width: 1100px;
  }
  .integration-process .container-fluid .vc_column_container > .vc_column-inner {
    padding-bottom: 0;
  }
  .integration-process .container-fluid .vc_column_container > .vc_column-inner > .wpb_wrapper:after {
    display: none;
  }
  .integration-process .container-fluid .vc_column_container .wpb_single_image {
    position: relative;
  }
  .integration-process .container-fluid .vc_column_container .wpb_single_image:after {
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: -45px;
    bottom: 0;
    top: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 40px;
    width: 26px;
    display: block;
    background-image: url("/wp-content/uploads/2024/04/blue-down-arrow-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
  }
  .integration-process .container-fluid .vc_column_container:first-child > .vc_column-inner {
    padding-bottom: 0;
  }
  .integration-process .container-fluid .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper:after {
    margin-left: auto;
    margin-right: -73px;
    top: 90px;
    height: 40px;
    width: 26px;
    transform: rotate(-90deg);
    width: 134px;
    display: block;
  }
  .integration-process .container-fluid .vc_column_container:first-child .wpb_single_image:after {
    display: none;
  }
  .integration-process .container-fluid .vc_column_container:last-child .wpb_single_image:after {
    display: none;
  }
  .eeo-calculator-hero .vc_column_container:first-child > .vc_column-inner {
    padding: 42px 40px 0;
  }
  .eeo-calculator-hero .vc_column_container:first-child .wpb_single_image {
    margin-right: -200px;
  }
  .eeo-calculator-hero .vc_column_container:last-child > .vc_column-inner {
    padding: 120px 40px 0;
  }
  .eeo-calculator-hero .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper {
    padding: 24px;
    background-color: white;
    width: 100%;
  }
  #content .cf #demo-row-2 .vc_row-o-equal-height > .vc_column_container > .vc_column-inner, #content .comment-respond #demo-row-2 .vc_row-o-equal-height > .vc_column_container > .vc_column-inner {
    flex-direction: row;
  }
  #content .cf #demo-row-2 .vc_row-o-equal-height > .vc_column_container > .vc_column-inner .wpb_text_column, #content .comment-respond #demo-row-2 .vc_row-o-equal-height > .vc_column_container > .vc_column-inner .wpb_text_column, #content .cf #demo-row-2 .vc_row-o-equal-height > .vc_column_container > .vc_column-inner .wpb_text_column > .wpb_wrapper, #content .comment-respond #demo-row-2 .vc_row-o-equal-height > .vc_column_container > .vc_column-inner .wpb_text_column > .wpb_wrapper {
    height: 100%;
  }
  .tao-hero {
    background-size: intial;
  }
  .tao-hero:before {
    left: 32px;
  }
  .tao-hero .wpb_single_image {
    margin-right: -65px;
    margin-bottom: 0;
  }
  .tao-hero .vc_btn3-container {
    margin-bottom: 0;
  }
  #content .cf #case-study-row-1, #content .comment-respond #case-study-row-1 {
    background-image: url(/wp-content/uploads/2024/06/Dot-Grid-Top.svg);
    background-size: 116px auto;
    background-position: calc(50vw - 606px) -50px;
    background-repeat: no-repeat;
  }
  #content .cf #case-study-row-4, #content .comment-respond #case-study-row-4 {
    background: linear-gradient(90deg, #fff 50%, #e3e1f4 50%);
  }
  #content .cf #case-study-row-4 > .container-fluid > .vc_column_container:last-child:before, #content .comment-respond #case-study-row-4 > .container-fluid > .vc_column_container:last-child:before, #content .cf #case-study-row-4 > .container-fluid > .vc_column_container:last-child:after, #content .comment-respond #case-study-row-4 > .container-fluid > .vc_column_container:last-child:after {
    display: none;
  }
  .goldilocks .vc_inner .vc_column_container .vc_column-inner {
    height: 100%;
  }
  .goldilocks .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
  }
  .goldilocks .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper .vc_btn3-container {
    margin-top: auto;
  }
  .goldilocks .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3 {
    min-width: 0;
  }
  .events-hero {
    background-size: initial;
  }
  .events-hero:before {
    left: 32px;
  }
  .featured_event {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .featured_event .featured-event-image .featured-event-image-inner {
    height: 100%;
  }
  .featured_event .featured-event-image .featured-event-image-inner .event-image {
    width: calc(100% + 15px);
    height: 100%;
    margin-left: -15px;
  }
  .featured_event .featured-event-details {
    padding-right: 60px;
  }
  .event-filters {
    padding: 31px 20px 11px;
  }
  .event-filters .event-filter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .event-filters .facetwp-facet.facetwp-type-search .facetwp-input-wrap {
    width: 100%;
  }
  .event-filters .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
    color: white;
    width: 110px;
  }
  .event-filters .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 60px;
    content: "Search";
    color: white;
    font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-size: 0;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    width: 100%;
    filter: none;
  }
  .event-filters .facetwp-facet select {
    padding-left: 20px;
  }
  .event-filters .facetwp-facet input.facetwp-search {
    padding-left: 35px;
  }
  .event-posts {
    margin-left: -20px;
    margin-right: -20px;
  }
  .event-posts .event-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-posts .event-item .event-item-inner .event-details {
    padding: 30px 24px 8px;
  }
  .subscribe-cta .gform_wrapper.gravity-theme {
    max-width: 483px;
    margin: 0 auto;
  }
  .subscribe-cta .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: repeat(10, 1fr);
  }
  .subscribe-cta .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    padding-left: 19px;
  }
  .subscribe-cta .gform_wrapper.gravity-theme #field_submit {
    grid-column: span 3;
  }
  .subscribe-cta .gform_wrapper.gravity-theme #field_submit .gform-button {
    width: 100%;
    font-size: 19px;
  }
  .hiring-ops-hero.tao-hero {
    overflow: hidden;
  }
  .hiring-ops-hero.tao-hero .wpb_single_image {
    margin-bottom: -90px;
  }
  .hiring-ops-features .vc_inner .vc_column_container .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hiring-ops-features .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
    margin-bottom: 0;
  }
  .hiring-ops-features .vc_general.vc_btn3 {
    min-width: 135px;
  }
  .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(9),
  .facetwp-page:first-child:nth-last-child(9) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-child(6) {
    display: inline-block;
  }
  .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(9),
  .facetwp-page:first-child:nth-last-child(9) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-last-child(6) {
    display: inline-block;
  }
  .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(10),
  .facetwp-page:first-child:nth-last-child(10) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-child(2), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(10),
  .facetwp-page:first-child:nth-last-child(10) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-last-child(4) {
    display: inline-block;
  }
  .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(10),
  .facetwp-page:first-child:nth-last-child(10) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-child(4), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(10),
  .facetwp-page:first-child:nth-last-child(10) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-last-child(2) {
    display: inline-block;
  }
  .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-child(2), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-last-child(4), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-last-child(3)) .facetwp-page:nth-last-child(5) {
    display: inline-block;
  }
  .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-child(4), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-child(5), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):has(.dots:nth-child(3)) .facetwp-page:nth-last-child(2) {
    display: inline-block;
  }
  .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-child(2), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-child(3), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-last-child(4), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-last-child(3), .facetwp-pager:has(.facetwp-page:first-child:nth-last-child(11),
  .facetwp-page:first-child:nth-last-child(11) ~ .facetwp-page):not(:has(.dots)) .facetwp-page:nth-last-child(2) {
    display: inline-block;
  }
  .facetwp-pager:not(:has(.facetwp-page:first-child:nth-last-child(3),
  .facetwp-page:first-child:nth-last-child(3) ~ .facetwp-page)):not(:has(.facetwp-page:first-child:nth-last-child(4),
  .facetwp-page:first-child:nth-last-child(4) ~ .facetwp-page)):not(:has(.facetwp-page:first-child:nth-last-child(5),
  .facetwp-page:first-child:nth-last-child(5) ~ .facetwp-page)):not(:has(.facetwp-page:first-child:nth-last-child(6),
  .facetwp-page:first-child:nth-last-child(6) ~ .facetwp-page)):has(.first):has(.last):not(:has(.dots)) .first, .facetwp-pager:not(:has(.facetwp-page:first-child:nth-last-child(3),
  .facetwp-page:first-child:nth-last-child(3) ~ .facetwp-page)):not(:has(.facetwp-page:first-child:nth-last-child(4),
  .facetwp-page:first-child:nth-last-child(4) ~ .facetwp-page)):not(:has(.facetwp-page:first-child:nth-last-child(5),
  .facetwp-page:first-child:nth-last-child(5) ~ .facetwp-page)):not(:has(.facetwp-page:first-child:nth-last-child(6),
  .facetwp-page:first-child:nth-last-child(6) ~ .facetwp-page)):has(.first):has(.last):not(:has(.dots)) .last {
    display: none !important;
  }
  .widget_search {
    margin: 0;
  }
  .testimonials-section {
    background-size: initial;
  }
  #content .testimonials-section .container-fluid {
    max-width: 1176px;
  }
  #testimonials_slider .testimonial-item blockquote {
    padding: 45px 62px 39px;
  }
  #testimonials_slider .testimonial-item blockquote:before {
    width: 112px;
    height: 112px;
    top: -56px;
    left: -56px;
  }
  #testimonials_slider .testimonial-item blockquote p.info img {
    width: 80px;
    margin-right: 23px;
  }
  #testimonials_slider .testimonial-item blockquote p.info span {
    font-size: 24px;
    line-height: 26px;
  }
  .resource-filters .resource_search_redirect.facetwp-facet .facetwp-input-wrap input.facetwp-search::placeholder {
    visibility: visible;
  }
  .resource-cat .vc_custom_heading {
    margin-top: 0;
    margin-bottom: 38px;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
  }
  .resource-cat .vc_custom_heading:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #2417B3;
    display: block;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .resource-slider {
    margin-bottom: 40px;
  }
  .resource-slider.resource_loop {
    margin-left: -15px;
    margin-right: -15px;
  }
  .resource-slider.resource_loop .owl-stage {
    display: flex;
  }
  .resource-slider .resource_container {
    padding: 15px;
    height: 100%;
  }
  .resource-slider .resource_container .resource_inner .vc_general.vc_btn3 {
    min-width: 0;
  }
  .resource-slider .resource_container .resource_image {
    height: 262px;
  }
  .resource-slider .owl-controls .owl-nav .owl-prev,
  .resource-slider .owl-controls .owl-nav .owl-next {
    top: -82px;
    position: absolute;
  }
  .resource-slider .owl-controls .owl-nav .owl-prev {
    right: 65px;
  }
  .resource-slider .owl-controls .owl-nav .owl-next {
    right: 0;
  }
  .sticky_column > .vc_column-inner {
    position: sticky;
    top: 35px;
  }
  .faq-heading {
    margin-bottom: 22px;
  }
  #mobile-platform-image-row {
    display: none;
  }
  #platform-image-row {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .gform_wrapper form .gform_fields .gf-lg-1 {
    width: 8.33333%;
  }
  .gform_wrapper form .gform_fields .gf-lg-2 {
    width: 16.66666%;
  }
  .gform_wrapper form .gform_fields .gf-lg-3 {
    width: 25%;
  }
  .gform_wrapper form .gform_fields .gf-lg-4 {
    width: 33.333333%;
  }
  .gform_wrapper form .gform_fields .gf-lg-6 {
    width: 50%;
  }
  .gform_wrapper form .gform_fields .gf-lg-8 {
    width: 66.66666%;
  }
  .gform_wrapper form .gform_fields .gf-lg-10 {
    width: 83.33333%;
  }
  .gform_wrapper form .gform_fields .gf-lg-12 {
    width: 100%;
  }
  article section .wpb-content-wrapper > .vc_row > .container-fluid {
    padding: 0 100px;
    max-width: 1210px;
  }
  article.post .container-fluid {
    padding: 0 100px;
    max-width: 1210px;
  }
  .mobile-nav-wrapper {
    display: none;
  }
  .header.light-header #inner-header .main-nav-wrapper .nav li a {
    color: #2417B3;
  }
  .header.light-header #inner-header .main-nav-wrapper .nav li ul.sub-menu li a,
  .header.light-header #inner-header .main-nav-wrapper .nav li ul.children li a {
    color: #fff;
  }
  .header #inner-header {
    display: flex;
    align-items: center;
    max-width: 1188px;
    padding: 38px 24px 38px;
    margin: 0 auto;
  }
  .header #inner-header #logo {
    margin: 0;
  }
  .header #inner-header .main-nav-wrapper {
    margin-left: auto;
    margin-right: 0;
  }
  .header #inner-header .main-nav-wrapper .nav {
    border: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header #inner-header .main-nav-wrapper .nav ul {
    background: #2417B3;
    margin-top: 0;
  }
  .header #inner-header .main-nav-wrapper .nav li {
    position: relative;
    text-align: center;
    margin-right: 2px;
  }
  .header #inner-header .main-nav-wrapper .nav li a {
    border-bottom: 0;
    color: #fff;
    padding: 6px;
    font-weight: 400;
    font-size: 14px;
  }
  .header #inner-header .main-nav-wrapper .nav li.menu-btn {
    margin-left: 12px;
    margin-right: 0;
  }
  .header #inner-header .main-nav-wrapper .nav li.menu-btn a {
    font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    padding: 6.75px 13px 2.75px;
    border-radius: 0;
    border: none;
    background: #ffc800;
    color: #2417B3;
    position: relative;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
  }
  .header #inner-header .main-nav-wrapper .nav li.menu-btn a:hover {
    background-color: #323232;
    color: #fff;
  }
  .header #inner-header .main-nav-wrapper .nav li ul.sub-menu,
  .header #inner-header .main-nav-wrapper .nav li ul.children {
    margin-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    transition: 0.2s ease-out;
    opacity: 0;
    transform: translatey(10px);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.6);
  }
  .header #inner-header .main-nav-wrapper .nav li ul.sub-menu li,
  .header #inner-header .main-nav-wrapper .nav li ul.children li {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }
  .header #inner-header .main-nav-wrapper .nav li ul.sub-menu li a,
  .header #inner-header .main-nav-wrapper .nav li ul.children li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 15px;
    border-right: 0;
    display: block;
    width: auto;
    min-width: 128px;
    white-space: nowrap;
  }
  .header #inner-header .main-nav-wrapper .nav li ul.sub-menu li:last-child a,
  .header #inner-header .main-nav-wrapper .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .header #inner-header .main-nav-wrapper .nav li ul.sub-menu li ul,
  .header #inner-header .main-nav-wrapper .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .header #inner-header .main-nav-wrapper .nav li:hover > ul {
    top: auto;
    visibility: visible;
    opacity: 1;
    transform: translatey(0);
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item {
    border-bottom: 5px solid transparent;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu {
    display: none;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    margin-top: 5px;
    margin-left: -45px;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item a {
    border-radius: 6px;
    color: #2417b3;
    transition: all 0.25s ease;
    margin-bottom: 15px;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item a:hover {
    background-color: #e3e1f4;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item:has(.nav-icon) > a {
    padding-left: 60px;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .sub-menu {
    position: static;
    visibility: visible;
    opacity: 100%;
    background-color: transparent;
    box-shadow: none;
    left: 0;
    margin: 0;
    transform: none;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .sub-menu .nav-icon {
    position: absolute;
    pointer-events: none;
    height: 30px;
    width: 30px;
    left: 15px;
    top: 12.5px;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .sub-menu .nav-icon > a {
    padding: 0;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .sub-menu .nav-icon > a > img {
    max-width: 30px;
    max-height: 30px;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .sub-menu .nav-subitem {
    position: relative;
    margin-left: 60px;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .sub-menu .nav-subitem > a {
    padding-left: 30px;
    margin: 0;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .sub-menu .nav-subitem:last-child {
    margin-bottom: 15px;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .sub-menu .nav-subitem:before {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    background-image: url("https://www.jobsync.com/wp-content/uploads/2024/12/Blue-Checkmark-Icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 9.5px;
    left: 7.5px;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item > ul.sub-menu li.menu-item .menu-item-description {
    display: block;
    font-size: 14px;
    color: #000;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item:hover {
    border-color: #ffc800;
  }
  .header #inner-header .main-nav-wrapper .nav > li.menu-item:hover > ul.sub-menu {
    display: block;
  }
  .extend-left:before {
    margin-left: calc((-100vw + 1030px) / 2);
  }
  .extend-left.vc_col-has-fill > .vc_column-inner:before {
    margin-left: calc((-100vw + 1030px) / 2);
  }
  .extend-right:after {
    margin-right: calc((-100vw + 1030px) / 2);
  }
  .extend-right.vc_col-has-fill > .vc_column-inner:after {
    margin-right: calc((-100vw + 1030px) / 2);
  }
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */
    /* removing text decoration from all headline links */
  }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
  }
  h1, .h1 {
    font-size: 41px;
    line-height: 1.3;
  }
  h2, .h2 {
    font-size: 38px;
    line-height: 1.3;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 23px;
  }
  .custom-video {
    height: auto;
  }
  .custom-video .fallback-image {
    display: none;
  }
  .custom-video video {
    height: auto;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
    display: block;
    z-index: 1;
  }
  .hero .wpb_wrapper h1 {
    font-size: 38px;
  }
  .hero .wpb_wrapper h4 {
    font-size: 20px;
    line-height: 1.65;
  }
  .footer #back-to-top {
    display: none;
  }
  .footer #widget-footer {
    padding-bottom: 47px;
  }
  .footer #widget-footer .container-fluid {
    flex-wrap: nowrap;
  }
  .footer #bottom-footer .container-fluid {
    align-items: end;
  }
  .footer #bottom-footer .container-fluid .col-md-8 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .footer #bottom-footer .container-fluid .col-md-8 .gform_widget {
    flex-grow: 1;
  }
  .footer .widgettitle {
    font-size: 19px;
  }
  .footer .widget .addtoany_list {
    margin-top: 33px;
  }
  .footer .widget.widget_media_image {
    text-align: right;
  }
  .footer ul.menu li a {
    font-size: 18px;
  }
  .logo-grid .image {
    width: 20%;
  }
  .why-jobsync {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 60%;
  }
  .why-jobsync h4 {
    font-size: 21px;
  }
  #content .why-jobsync ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-testimonials {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 55%;
    position: relative;
  }
  .home-testimonials:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-image: url("/wp-content/uploads/2024/04/testimonials-top-bg.webp");
    background-repeat: no-repeat;
    width: 43%;
    background-size: contain;
    background-position: right 0 top;
  }
  .page-hero {
    padding-top: 200px;
    padding-bottom: 113px;
  }
  .page-hero.partner-hero {
    padding-top: 210px;
    padding-bottom: 62px;
  }
  .page-hero.partner-hero h1 {
    font-size: 64px;
  }
  .page-hero.ats-hero {
    padding-top: 191px;
    padding-bottom: 88px;
  }
  .page-hero.ats-hero h1 {
    font-size: 48px;
    line-height: 1.1;
  }
  .page-hero.ats-hero h2 {
    font-size: 30px;
  }
  .page-hero.job-sites-hero {
    padding-top: 235px;
    padding-bottom: 61px;
  }
  .page-hero.job-sites-hero h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -2.05px;
  }
  .page-hero.agencies-hero {
    padding-top: 228px;
    padding-bottom: 124px;
  }
  .page-hero.agencies-hero h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -1.95px;
  }
  .page-hero.connect-hero h1 {
    font-size: 48px;
  }
  .page-hero.demo-hero .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
  }
  .page-hero.demo-hero .wpb_single_image {
    margin-left: 8px;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .page-hero.demo-hero h1 {
    font-size: 82px;
    margin-top: 45px;
  }
  .page-hero.demo-hero h2 {
    font-size: 33px;
    letter-spacing: -1.7px;
  }
  .page-hero.integrations-hero h1 {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -2.3px;
  }
  .text-big p,
  .big-text p {
    font-size: 32px;
    line-height: 48px;
  }
  .text-medium p,
  .medium-text p {
    font-size: 25px;
    line-height: 36px;
  }
  .partner-logos h2 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .ats-intro h2 {
    font-size: 48px;
    letter-spacing: 0.82px;
    line-height: 1.15;
  }
  .ats-how h2 {
    font-size: 94px;
    letter-spacing: -6px;
  }
  .ats-how p {
    font-size: 28px;
    line-height: 39px;
  }
  .job-sites-convert h2 {
    line-height: 1.1;
  }
  .job-sites-columns .text-medium p {
    line-height: 49px;
  }
  .agencies-intro h2 {
    font-size: 48px;
    letter-spacing: 0.82px;
    line-height: 1.15;
  }
  .agencies-intro .vc_inner h2 {
    font-size: 42px;
    letter-spacing: -1.7px;
  }
  .agencies-convert h2 {
    font-size: 48px;
    line-height: 1.1;
  }
  .agencies-convert h2.urbanist {
    font-size: 30px;
    letter-spacing: 0.64px;
    line-height: 1.6;
  }
  .agencies-convert .text-big p {
    line-height: 45px;
  }
  .about-hero h1 {
    font-size: 49px;
  }
  .about-hero h2 {
    font-size: 31px;
  }
  .case-study-hero h1 {
    font-size: 44px;
    line-height: normal;
  }
  .case-study-quote blockquote p {
    font-size: 35px;
    line-height: 1.3;
  }
  .case-study-quote blockquote p:nth-child(2), .case-study-quote blockquote p:last-child {
    font-size: 21px;
  }
  .case-study-cta h2 {
    font-size: 43px;
    line-height: 1.5;
  }
  .case-study-cta .vc_btn3-container .vc_btn3 {
    font-size: 29px;
    padding: 23px 60px 24px;
  }
  .case-studies-main {
    padding-bottom: 365px;
    background-size: initial;
  }
  .case-studies-main h2.max_width_set.heading-centered {
    margin-bottom: 125px;
  }
  .downloads-hero h1 {
    font-size: 48px;
    line-height: 1.1;
  }
  .roundtables-hero h1 {
    font-size: 56px;
  }
  .blog_loop .post_container .post_image {
    height: 219px;
  }
  .single-post #content .container-fluid {
    max-width: 988px;
  }
  .single-post .hentry {
    border: 1px solid rgba(232, 230, 230, 0.75);
    margin-top: 30px;
    margin-bottom: 27px;
    padding: 60px 99px 60px;
  }
  .single-post .hentry header,
  .single-post .hentry section,
  .single-post .hentry footer {
    padding: 0;
  }
  .single-post .hentry header {
    padding-top: 0;
  }
  .single-post .hentry .entry-title {
    font-size: 48px;
    line-height: normal;
  }
  .single-post .hentry .article-footer {
    margin-top: 60px;
    padding-top: 20px;
    border-bottom: none;
    border-top: 1px solid rgba(232, 230, 230, 0.75);
  }
  .single-post .hentry .article-footer .addtoany_list a {
    margin-right: 20px;
  }
  .podcasts-hero .container-fluid > .vc_column_container:last-child > .vc_column-inner {
    padding-left: 28px;
  }
  .podcasts-hero h1 {
    font-size: 60px;
  }
  .podcasts_loop .podcast_container .podcast_info h4 {
    font-size: 32px;
  }
  .podcasts_loop .podcast_container .podcast_info audio {
    width: 100%;
  }
  .integration-intro h2 {
    font-size: 48px;
    line-height: 1.2;
  }
  .integration-banner h2 {
    letter-spacing: -2.3px;
  }
  .integration-banner.integration-banner-big h2 {
    font-size: 58px;
  }
  .integration-automations h2 {
    font-size: 48px;
  }
  .integration-info-columns h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .integration-process .container-fluid .vc_column_container .wpb_single_image:after {
    margin-right: -105px;
  }
  .enterprise-ats-hero h1 {
    font-size: 62px;
    letter-spacing: -2.05px;
  }
  .enterprise-ats-hero h2 {
    font-size: 48px;
    letter-spacing: -2.05px;
    line-height: 1.2;
  }
  .ats-quote .container-fluid .vc_column_container:first-child .wpb_single_image {
    margin-top: 35px;
  }
  .ats-quote .container-fluid .vc_column_container:last-child .vc_column-inner {
    padding-left: 50px;
  }
  .ats-quote blockquote p {
    font-size: 25px;
  }
  .ats-quote blockquote p:last-child {
    font-family: "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    margin-top: 60px;
    font-size: 27px;
  }
  .mid-market-ats-hero h1 {
    font-size: 48px;
    letter-spacing: -2.05px;
    line-height: 1.2;
  }
  .mid-market-ats-intro h2 {
    font-size: 51px;
    letter-spacing: -2.05px;
    line-height: 1.2;
  }
  .candidate-sources-hero h1 {
    font-size: 48px;
    letter-spacing: -2.05px;
    line-height: 1.2;
  }
  .candidate-sources-hero h1 em {
    font-size: 60px;
    transform: rotate(-90deg) translateY(5px) translateX(5px);
  }
  .candidate-logo-slider .client-slider.owl-carousel .image img {
    max-height: 150px;
  }
  .candidate-attraction h2 {
    font-size: 51px;
    letter-spacing: -2.05px;
    line-height: 1.2;
  }
  .taap-hero h1 {
    font-size: 58px;
    letter-spacing: -2.05px;
    line-height: 1.2;
  }
  .taap-intro.agencies-intro h2 {
    font-size: 60px;
    letter-spacing: -2.05px;
    line-height: 1;
  }
  .taap-better-banner h2 {
    font-size: 50px;
    letter-spacing: -2.05px;
    line-height: 1.2;
  }
  .taap-banner h3 {
    font-size: 38px;
    letter-spacing: -2.05px;
  }
  .taap-report p {
    font-size: 18px;
  }
  #content .taap-report ul {
    padding-left: 45px;
  }
  #content .taap-report ul li {
    margin-bottom: 2px;
    font-size: 18px;
  }
  .newsletter-hero h1 {
    font-size: 61px;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  .thank-you-hero h1 {
    font-size: 67px;
    letter-spacing: -2.05px;
  }
  .thank-you-hero p {
    font-size: 18px;
  }
  .legal-hero h1 {
    font-size: 67px;
    letter-spacing: -2.05px;
  }
  .tao-hero {
    background-size: auto 98%;
  }
  .tao-hero .wpb_single_image {
    margin-right: -115px;
  }
  .tao-platform {
    background-size: 35%;
  }
  .about-leadership {
    background-size: 35%;
  }
  .events-hero {
    background-size: 30% auto;
  }
  #platform-image {
    margin-left: -100px;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1200px) {
  .core-values.vc_row.vc_row-flex {
    column-gap: 24px;
    flex-wrap: nowrap;
  }
  .core-values.vc_row.vc_row-flex .vc_column_container {
    margin-bottom: 0;
    flex: 1 1 auto;
  }
  .core-values.vc_row.vc_row-flex .vc_column_container .vc_column-inner {
    padding: 0;
  }
  .core-values.vc_row.vc_row-flex .vc_column_container .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 99px 45px 37px;
  }
  .core-values.vc_row.vc_row-flex h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 360px;
  }
  #content .resources-hero-new.resources-hero .container-fluid {
    max-width: 1170px;
  }
  .resources-hero-new.resources-hero h2 {
    font-size: 46px;
    line-height: 58px;
    max-width: 540px;
  }
  #content .resource-filters-new .container-fluid {
    max-width: 1130px;
  }
  .resource-cat .vc_custom_heading {
    font-size: 46px;
  }
  .resource-cat .vc_custom_heading:after {
    margin-left: 45px;
    margin-bottom: 17px;
    margin-right: -45px;
  }
  #content .resource-cat .container-fluid {
    max-width: 1170px;
  }
  .resource-cat .container-fluid > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    margin-right: -30px;
  }
  .resource-slider .resource_container .resource_inner .vc_general.vc_btn3 {
    min-width: 240px;
  }
  .resource-slider .resource_container .resource_info {
    padding: 29px 41px 45px;
  }
  .resource-slider .resource_container .resource_info .post_title {
    font-size: 30px;
    line-height: 35px;
  }
  .resource-slider .resource_container .resource_info .post_excerpt {
    font-size: 20px;
  }
  .resource-slider .resource_container .resource_info .vc_btn3-container {
    width: 100%;
  }
  .resource-slider .owl-controls .owl-nav .owl-prev,
  .resource-slider .owl-controls .owl-nav .owl-next {
    top: -89px;
  }
  .resource-slider .owl-controls .owl-nav .owl-prev {
    right: 105px;
  }
}
@media only screen and (min-width: 1240px) {
  article section .wpb-content-wrapper > .vc_row > .container-fluid {
    padding: 0;
    max-width: 1010px;
  }
  article.post .container-fluid {
    padding: 0;
    max-width: 1010px;
  }
  .mobile-nav-wrapper {
    display: none;
  }
  #content .wide-row .container-fluid {
    max-width: 1170px;
  }
  .header #inner-header .main-nav-wrapper .nav > li {
    margin-right: 6px;
  }
  .header #inner-header .main-nav-wrapper .nav > li > a {
    padding: 12px;
    font-size: 16px;
  }
  .main-menu {
    display: block;
    float: right;
    margin-top: 31px;
  }
  .main-menu .nav {
    position: relative;
    transform: none;
    float: right;
    top: auto;
    right: auto;
  }
  .main-menu .nav > .menu-item:last-of-type {
    margin-right: 20px;
  }
  .main-menu .nav .open-side-menu {
    padding-right: 30px;
    color: purple;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    display: inline-block;
  }
  .main-menu .nav .open-side-menu:hover {
    color: purple;
  }
  .main-menu .nav .open-side-menu:after {
    content: "";
    position: absolute;
    left: 50px;
    top: 10px;
    width: 1em;
    height: 0.15em;
    background: purple;
    box-shadow: 0 0.25em 0 0 purple, 0 0.5em 0 0 purple;
  }
  .main-menu.megamenu > .sub-menu {
    flex-wrap: wrap;
    min-width: 775px;
  }
  .main-menu.megamenu > .sub-menu > .mm_heading {
    width: 100%;
  }
  .main-menu.megamenu > .sub-menu > .mm_heading > a {
    font-size: 22px;
    font-weight: 500;
    cursor: default;
  }
  .main-menu.megamenu > .sub-menu > .mm_heading > a:hover {
    color: #fff;
  }
  .main-menu.megamenu > .sub-menu > .mm_heading > a:hover:before {
    display: none;
  }
  .main-menu.megamenu > .sub-menu > .mm_column {
    width: 50%;
  }
  .main-menu.megamenu > .sub-menu > .mm_column:nth-child(2) {
    padding-right: 25px;
  }
  .main-menu.megamenu > .sub-menu > .mm_column:last-child {
    padding-left: 25px;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > a {
    display: none;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu {
    margin: 0;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item {
    margin-bottom: 40px;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item.mm_subheading {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item.mm_subheading > a {
    cursor: default;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item.mm_subheading > a:before {
    display: none;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item:last-child {
    margin-bottom: 0;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item > a {
    display: block;
    color: #fff;
    position: relative;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item > a:before {
    content: "^";
    position: absolute;
    font-size: 20px;
    color: #000;
    display: block;
    height: 15px;
    width: 15px;
    top: 10px;
    left: -25px;
    transform: rotate(90deg);
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item > a img {
    max-width: 40px;
    height: auto;
    margin-right: 15px;
    float: left;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item > a span {
    display: block;
    transition: 0.2s ease-out;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item > a span:not(.menu-item-description) {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item > a .menu-item-description {
    font-weight: 400;
    font-size: 16px;
    padding-left: 55px;
    margin-top: 15px;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item:hover > a {
    color: #000;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item:hover > a:before {
    opacity: 1;
    visibility: visible;
    left: -20px;
  }
  .main-menu.megamenu > .sub-menu > .mm_column > .sub-menu > .menu-item:hover > a span:not(.menu-item-description) {
    color: #000;
  }
  .main-menu:hover > a:before {
    visibility: visible;
    opacity: 1;
  }
  .main-menu:hover > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .main-menu.megamenu:hover > .sub-menu {
    display: flex;
  }
  .extend-left:before {
    margin-left: calc((-100vw + 1010px) / 2);
  }
  .extend-left.vc_col-has-fill > .vc_column-inner:before {
    margin-left: calc((-100vw + 1010px) / 2);
  }
  .extend-right:after {
    margin-right: calc((-100vw + 1010px) / 2);
  }
  .extend-right.vc_col-has-fill > .vc_column-inner:after {
    margin-right: calc((-100vw + 1010px) / 2);
  }
  .text-slider-container .text-slider .slider-text {
    min-width: 230px;
    transition: all 0.2s ease-in-out;
  }
  .hero {
    overflow: hidden;
  }
  .hero:before {
    left: auto;
    right: 0;
    margin-right: calc((100vw - 1170px) / 2);
    background-position: right center;
  }
  .hero .container-fluid > .vc_column_container:last-child > .vc_column-inner {
    padding-left: 53px;
    padding-right: 60px;
  }
  .hero .container-fluid > .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper:before {
    width: 115%;
  }
  .hero .wpb_wrapper h1 {
    font-size: 46px;
    line-height: 48px;
  }
  .hero .wpb_wrapper h4 {
    margin-bottom: 84px;
  }
  .home-testimonials:before {
    width: 48%;
  }
  .quote-box blockquote p {
    padding-left: 25px;
    padding-right: 25px;
  }
  .quote-box blockquote p.quote-author, .quote-box blockquote p.quote-position, .quote-box blockquote p.quote-company {
    padding-left: 0;
    padding-right: 0;
  }
  .cta-banner .vc_btn3-container {
    margin-left: 45px;
    margin-right: auto;
  }
  .home-client-story .container-fluid > .vc_column_container:first-child > .vc_column-inner {
    padding-right: 100px;
  }
  .home-client-story .quote-box {
    float: right;
  }
  .home-client-story .vc_btn3-container .vc_btn3 {
    font-size: 24px;
  }
  .home-client-story.client-story-alt .container-fluid > .vc_column_container:first-child > .vc_column-inner {
    padding-right: 15px;
    padding-left: 100px;
  }
  .home-client-story.client-story-alt .quote-box {
    float: left;
  }
  .goldilocks .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
    padding: 50px 30px 35px;
    max-width: 353px;
  }
  .goldilocks .vc_inner .vc_column_container:nth-child(2) .vc_column-inner > .wpb_wrapper {
    padding: 50px 18px 35px;
  }
  .ats-intro .vc_inner .vc_column_container:last-child .vc_column-inner {
    padding-left: 45px;
  }
  .core-values.vc_row.vc_row-flex h5 {
    min-height: 300px;
  }
  .eeo-calculator-hero .vc_column_container:first-child > .vc_column-inner {
    padding: 42px 80px 0;
  }
  .eeo-calculator-hero .vc_column_container:first-child .wpb_single_image {
    margin-right: -464px;
  }
  .eeo-calculator-hero .vc_column_container:first-child .wpb_single_image figure {
    width: 100%;
  }
  .eeo-calculator-hero .vc_column_container:first-child .wpb_single_image figure .vc_single_image-wrapper {
    width: 100%;
  }
  .eeo-calculator-hero .vc_column_container:first-child .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
    height: auto;
  }
  .eeo-calculator-hero .vc_column_container:last-child > .vc_column-inner {
    padding: 120px 80px 0;
  }
  .eeo-calculator-hero .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper {
    padding: 57px 167px 35px;
    background-color: white;
    width: 100%;
  }
  .eeo-calculator-hero .vc_column_container:last-child h1 {
    font-size: 67px;
  }
  .eeo-calculator-hero .vc_column_container:last-child p {
    font-size: 18px;
    line-height: 1.9;
  }
  .tao-hero {
    overflow: hidden;
  }
  .tao-hero h1 {
    font-size: 61px;
  }
  .tao-platform {
    background-size: 25%;
  }
  .tao-platform .container-fluid .vc_column_container:last-child .vc_column-inner {
    padding-left: 0;
  }
  .home-why .container-fluid .vc_column_container:first-child .vc_column-inner {
    padding-right: 60px;
  }
  .home-why .container-fluid .vc_column_container:last-child .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #content .home-deliver.wide-row .container-fluid {
    max-width: 1240px;
  }
  .home-deliver.wide-row .wpb_single_image figure {
    width: 100%;
  }
  .home-deliver.wide-row .wpb_single_image figure .vc_single_image-wrapper {
    width: 100%;
  }
  .home-deliver.wide-row .wpb_single_image img {
    width: 100%;
    height: auto;
  }
  .about-leadership {
    background-size: 25%;
  }
  .tacq-features {
    text-align: center;
  }
  .tacq-features .wpb_text_column h4 {
    font-size: 25px;
    line-height: 29px;
  }
  .tacq-cta .container-fluid .vc_column_container:first-child .vc_column-inner {
    padding-right: 45px;
  }
  #content .tacq-logos.wide-row .container-fluid {
    max-width: 1262px;
  }
  .events-hero {
    overflow: hidden;
  }
  .events-hero h1 {
    font-size: 61px;
  }
  .events-main h2 {
    font-size: 61px;
  }
  .subscribe-cta h2 {
    font-size: 61px;
  }
  .featured_event .featured-label {
    padding: 36px 36px 108px 108px;
  }
  .featured_event .featured-label p {
    font-size: 28px;
    line-height: 36px;
  }
  .featured_event .featured-event-image {
    padding-right: 27px;
  }
  .featured_event .featured-event-image .featured-event-image-inner {
    height: 100%;
  }
  .featured_event .featured-event-details {
    padding: 60px 145px 44px 33px;
  }
  .featured_event .featured-event-details h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .event-filters .facetwp-facet select {
    max-width: 100%;
  }
  .event-filters .facetwp-facet input.facetwp-search {
    max-width: 100%;
  }
  .event-posts .event-item .event-item-inner .event-details {
    padding: 50px 40px 30px;
  }
  .hiring-ops-hero.tao-hero .container-fluid .vc_column_container:last-child .vc_column-inner {
    padding-bottom: 70px;
  }
  .hiring-ops-features h2 {
    font-size: 46px;
  }
  .hiring-ops-features .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
    padding: 49px 50px 15px;
  }
  .hiring-ops-features .vc_general.vc_btn3 {
    min-width: 202px;
  }
  .hiring-ops-features h2 {
    font-size: 46px;
  }
  .hiring-ops-features .vc_inner .vc_column_container .vc_column-inner > .wpb_wrapper {
    padding: 49px 24px 15px;
  }
  .hiring-ops-features .vc_general.vc_btn3 {
    min-width: 202px;
  }
  #testimonials_slider {
    width: calc(100% - 150px);
    margin-left: 75px;
  }
  #testimonials_slider .testimonial-item {
    padding: 50px;
  }
  #testimonials_slider .owl-controls .owl-nav .owl-prev,
  #testimonials_slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #testimonials_slider .owl-controls .owl-nav .owl-prev {
    left: -89px;
  }
  #testimonials_slider .owl-controls .owl-nav .owl-next {
    right: -89px;
  }
  .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding: 19px 117px 19px 30px;
  }
  .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
    width: 37px;
    height: 37px;
    padding: 9px;
  }
  .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:before {
    left: 9.5px;
    right: 9.5px;
    border-width: 3px 0 0;
  }
  .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:after {
    top: 9.5px;
    bottom: 9.5px;
    border-width: 0 0 0 3px;
  }
  .vc_tta.vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    padding: 0 117px 27px 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero .container-fluid > .vc_column_container:last-child > .vc_column-inner {
    padding-right: 15px;
  }
  .hero .container-fluid > .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper:before {
    width: 128%;
  }
  #testimonials_slider {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1800px) {
  .home-testimonials:before {
    width: 70%;
    background-size: initial;
    background-position: right -95px top;
  }
  .core-values.vc_row.vc_row-flex h5 {
    min-height: 162px;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */