@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, basic classes, 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.
 */
@import url("https://use.typekit.net/vft3nxr.css");
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, .post-type-archive-cai_community .section-title,
.community-resources-archive .section-title,
.post-type-archive-cai_webinar .section-title {
  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 {
  -webkit-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;
  -ms-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] {
  -webkit-box-sizing: border-box;
          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 */
  -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;
  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: block;
}
.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: 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? */
/*********************
ANIMATION
*********************/
/*********************
CIRCLE & TRIANGLE
*********************/
/*********************
MEDIA QUERIES
*********************/
/******************************************************************
/******************************************************************
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.

******************************************************************/
/*********************
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/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
		font-family: 'Font Name';
		src: url('../fonts/font-name.eot');
		src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/font-name.woff') format('woff'),
			 url('../fonts/font-name.ttf') format('truetype'),
			 url('../fonts/font-name.svg#font-name') format('svg');
		font-weight: normal;
		font-style: normal;
	}
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
Variation          font-family                    font-weight    font-style
Regular           "myriad-pro-condensed"          400            normal
Italic            "myriad-pro-condensed"          400            italic
Bold              "myriad-pro-condensed"          700            normal
Semi Regular      "myriad-pro-semi-condensed"     400            normal
Regular           "myriad-pro"                    400            normal
Italic            "myriad-pro"                    400            italic
Bold              "myriad-pro"                    700            normal
Bold Italic       "myriad-pro"                    700            italic
*/
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .post-type-archive-cai_community .section-title,
.community-resources-archive .section-title,
.post-type-archive-cai_webinar .section-title, .h1, #home-slideshow .slide .text, h2, .h2, .cai-icon-widget .widgettitle, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #19636c;
  /*
  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, .post-type-archive-cai_community .section-title a,
.community-resources-archive .section-title a,
.post-type-archive-cai_webinar .section-title a, .h1 a, #home-slideshow .slide .text a, h2 a, .h2 a, .cai-icon-widget .widgettitle a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .post-type-archive-cai_community .section-title,
.community-resources-archive .section-title,
.post-type-archive-cai_webinar .section-title, .h1, #home-slideshow .slide .text {
  font-size: 2.25em;
}

h2, .h2, .cai-icon-widget .widgettitle {
  font-size: 1.75em;
}

h3, .h3 {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.3125em;
}

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

h6, .h6 {
  font-size: 1.25em;
}

/******************************************************************
PARAGRAPH STYLES
******************************************************************/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

strong, b {
  font-weight: 700;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #50b9cf;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #33a2b9;
}
a:link, a:visited: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);
}

/*********************
OTHER TEXT STYLES
*********************/
.text-pre-wrap {
  white-space: pre-wrap;
}

.text.pre-wrap {
  white-space: pre-wrap;
}
.text.bold {
  font-weight: bold;
}

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

Stylesheet: Accessibility Stylesheet

******************************************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

Stylesheet: Animation Stylesheet

******************************************************************/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3em);
            transform: translateY(-3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3em);
            transform: translateY(-3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3em);
            transform: translateX(3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3em);
            transform: translateX(3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.js .check-scroll-element .item {
  opacity: 0;
}
.js .check-scroll-element.viewed .item {
  opacity: 1;
  -webkit-animation: fade_up 1s linear;
          animation: fade_up 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js .check-scroll-element.viewed .item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.js .check-scroll-element.viewed .item:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.js .check-scroll-element.viewed .item:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js .check-scroll-element.viewed .item:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.js .check-scroll-element.viewed .item:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js .check-scroll-element.viewed .item:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.js .check-scroll-element.viewed .item:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js .check-scroll-element.viewed .item:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.js .check-scroll-element.viewed .item:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .check-scroll-element.viewed .item:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.js .check-scroll-element.viewed .item:nth-child(11) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.js .check-scroll-element.viewed .item:nth-child(12) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}
.js .check-scroll-element.viewed .item:nth-child(13) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.js .check-scroll-element.viewed .item:nth-child(14) {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}
.js .check-scroll-element.viewed .item:nth-child(15) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.js .check-scroll-element.viewed .item:nth-child(n+16) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}

/******************************************************************
ANIMATE CSS
******************************************************************/
/*!
 * animate.css - https://daneden.github.io/animate.css/
 * animate.css - http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown, .toggle-wrapper .toggle-content {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
/******************************************************************
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.
*/
@media only screen and (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2, .m-2of4, .m-3of6, .m-4of8, .m-5of10, .m-6of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }

  .m-1of3, .m-2of6, .m-3of9, .m-4of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }

  .m-2of3, .m-4of6, .m-6of9, .m-8of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66%;
  }

  .m-1of4, .m-2of8, .m-3of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }

  .m-3of4, .m-6of8, .m-9of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }

  .m-1of5, .m-2of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }

  .m-2of5, .m-4of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
  }

  .m-3of5, .m-6of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
  }

  .m-4of5, .m-8of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
  }

  .m-1of6, .m-2of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.6666666667%;
  }

  .m-1of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14.2857142857%;
  }

  .m-2of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 28.5714286%;
  }

  .m-3of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 42.8571429%;
  }

  .m-4of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 57.1428572%;
  }

  .m-5of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 71.4285715%;
  }

  .m-6of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85.7142857%;
  }

  .m-1of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }

  .m-3of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }

  .m-5of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }

  .m-7of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }

  .m-1of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 11.1111111111%;
  }

  .m-2of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 22.2222222222%;
  }

  .m-4of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 44.4444444444%;
  }

  .m-5of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 55.5555555555%;
  }

  .m-7of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 77.7777777777%;
  }

  .m-8of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 88.8888888888%;
  }

  .m-1of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10%;
  }

  .m-3of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }

  .m-7of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
  }

  .m-9of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }

  .m-1of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 9.0909090909%;
  }

  .m-2of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 18.1818181818%;
  }

  .m-3of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 27.2727272727%;
  }

  .m-4of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 36.3636363636%;
  }

  .m-5of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.4545454546%;
  }

  .m-6of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.5454545455%;
  }

  .m-7of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 63.6363636364%;
  }

  .m-8of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 72.7272727273%;
  }

  .m-9of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 81.8181818182%;
  }

  .m-10of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90.9090909091%;
  }

  .m-1of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33%;
  }

  .m-5of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.65%;
  }

  .m-7of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.1%;
  }

  .m-10of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.3%;
  }

  .m-11of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.63%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .h-all {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0;
  }

  .h-1of2, .h-2of4, .h-3of6, .h-4of8, .h-5of10, .h-6of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }

  .h-1of3, .h-2of6, .h-3of9, .h-4of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }

  .h-2of3, .h-4of6, .h-6of9, .h-8of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66%;
  }

  .h-1of4, .h-2of8, .h-3of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }

  .h-3of4, .h-6of8, .h-9of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }

  .h-1of5, .h-2of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }

  .h-2of5, .h-4of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
  }

  .h-3of5, .h-6of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
  }

  .h-4of5, .h-8of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
  }

  .h-1of6, .h-2of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.6666666667%;
  }

  .h-1of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14.2857142857%;
  }

  .h-2of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 28.5714286%;
  }

  .h-3of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 42.8571429%;
  }

  .h-4of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 57.1428572%;
  }

  .h-5of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 71.4285715%;
  }

  .h-6of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85.7142857%;
  }

  .h-1of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }

  .h-3of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }

  .h-5of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }

  .h-7of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }

  .h-1of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 11.1111111111%;
  }

  .h-2of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 22.2222222222%;
  }

  .h-4of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 44.4444444444%;
  }

  .h-5of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 55.5555555555%;
  }

  .h-7of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 77.7777777777%;
  }

  .h-8of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 88.8888888888%;
  }

  .h-1of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10%;
  }

  .h-3of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }

  .h-7of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
  }

  .h-9of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }

  .h-1of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 9.0909090909%;
  }

  .h-2of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 18.1818181818%;
  }

  .h-3of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 27.2727272727%;
  }

  .h-4of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 36.3636363636%;
  }

  .h-5of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.4545454546%;
  }

  .h-6of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.5454545455%;
  }

  .h-7of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 63.6363636364%;
  }

  .h-8of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 72.7272727273%;
  }

  .h-9of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 81.8181818182%;
  }

  .h-10of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90.9090909091%;
  }

  .h-1of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33%;
  }

  .h-5of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.65%;
  }

  .h-7of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.1%;
  }

  .h-10of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.3%;
  }

  .h-11of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.63%;
  }
}
/* Portrait tablet to landscape */
@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .t-all {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2, .t-2of4, .t-3of6, .t-4of8, .t-5of10, .t-6of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }

  .t-1of3, .t-2of6, .t-3of9, .t-4of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }

  .t-2of3, .t-4of6, .t-6of9, .t-8of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66%;
  }

  .t-1of4, .t-2of8, .t-3of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }

  .t-3of4, .t-6of8, .t-9of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }

  .t-1of5, .t-2of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }

  .t-2of5, .t-4of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
  }

  .t-3of5, .t-6of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
  }

  .t-4of5, .t-8of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
  }

  .t-1of6, .t-2of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.6666666667%;
  }

  .t-1of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14.2857142857%;
  }

  .t-2of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 28.5714286%;
  }

  .t-3of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 42.8571429%;
  }

  .t-4of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 57.1428572%;
  }

  .t-5of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 71.4285715%;
  }

  .t-6of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85.7142857%;
  }

  .t-1of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }

  .t-3of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }

  .t-5of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }

  .t-7of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }

  .t-1of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 11.1111111111%;
  }

  .t-2of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 22.2222222222%;
  }

  .t-4of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 44.4444444444%;
  }

  .t-5of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 55.5555555555%;
  }

  .t-7of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 77.7777777777%;
  }

  .t-8of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 88.8888888888%;
  }

  .t-1of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10%;
  }

  .t-3of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }

  .t-7of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
  }

  .t-9of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }

  .t-1of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 9.0909090909%;
  }

  .t-2of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 18.1818181818%;
  }

  .t-3of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 27.2727272727%;
  }

  .t-4of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 36.3636363636%;
  }

  .t-5of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.4545454546%;
  }

  .t-6of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.5454545455%;
  }

  .t-7of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 63.6363636364%;
  }

  .t-8of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 72.7272727273%;
  }

  .t-9of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 81.8181818182%;
  }

  .t-10of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90.9090909091%;
  }

  .t-1of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33%;
  }

  .t-5of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.65%;
  }

  .t-7of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.1%;
  }

  .t-10of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.3%;
  }

  .t-11of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.63%;
  }
}
/* Landscape to small desktop */
@media only screen and (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2, .d-2of4, .d-3of6, .d-4of8, .d-5of10, .d-6of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }

  .d-1of3, .d-2of6, .d-3of9, .d-4of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }

  .d-2of3, .d-4of6, .d-6of9, .d-8of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66%;
  }

  .d-1of4, .d-2of8, .d-3of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }

  .d-3of4, .d-6of8, .d-9of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }

  .d-1of5, .d-2of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }

  .d-2of5, .d-4of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
  }

  .d-3of5, .d-6of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
  }

  .d-4of5, .d-8of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
  }

  .d-1of6, .d-2of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }

  .d-3of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }

  .d-5of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }

  .d-7of8 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 11.1111111111%;
  }

  .d-2of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 22.2222222222%;
  }

  .d-4of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 44.4444444444%;
  }

  .d-5of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 55.5555555555%;
  }

  .d-7of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 77.7777777777%;
  }

  .d-8of9 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 88.8888888888%;
  }

  .d-1of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10%;
  }

  .d-3of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }

  .d-7of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
  }

  .d-9of10 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }

  .d-1of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 9.0909090909%;
  }

  .d-2of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 18.1818181818%;
  }

  .d-3of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 27.2727272727%;
  }

  .d-4of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 36.3636363636%;
  }

  .d-5of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.4545454546%;
  }

  .d-6of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.5454545455%;
  }

  .d-7of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 63.6363636364%;
  }

  .d-8of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 72.7272727273%;
  }

  .d-9of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 81.8181818182%;
  }

  .d-10of11 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90.9090909091%;
  }

  .d-1of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33%;
  }

  .d-5of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.65%;
  }

  .d-7of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.1%;
  }

  .d-10of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.3%;
  }

  .d-11of12 {
    float: left;
    padding-right: 1.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.63%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Basic Classes

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.375;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#content {
  -webkit-transition: 0.25s ease-in-out all, 0s ease-in-out margin;
  -o-transition: 0.25s ease-in-out all, 0s ease-in-out margin;
  transition: 0.25s ease-in-out all, 0s ease-in-out margin;
  -webkit-animation: fade_in 1s normal forwards ease-in-out;
          animation: fade_in 1s normal forwards ease-in-out;
}

.padding-top {
  padding-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .padding-top {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 1030px) {
  .padding-top {
    padding-top: 3.5em;
  }
}
.padding-top.padding-half {
  padding-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .padding-top.padding-half {
    padding-top: 1.25em;
  }
}
@media only screen and (min-width: 1030px) {
  .padding-top.padding-half {
    padding-top: 1.75em;
  }
}

.padding-bottom {
  padding-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 2.5em;
  }
}
@media only screen and (min-width: 1030px) {
  .padding-bottom {
    padding-bottom: 3.5em;
  }
}
.padding-bottom.padding-half {
  padding-bottom: 0.75em;
}
@media only screen and (min-width: 768px) {
  .padding-bottom.padding-half {
    padding-bottom: 1.25em;
  }
}
@media only screen and (min-width: 1030px) {
  .padding-bottom.padding-half {
    padding-bottom: 1.75em;
  }
}

.margin-top {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .margin-top {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 1030px) {
  .margin-top {
    margin-top: 3.5em;
  }
}
.margin-top.margin-half {
  margin-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .margin-top.margin-half {
    margin-top: 1.25em;
  }
}
@media only screen and (min-width: 1030px) {
  .margin-top.margin-half {
    margin-top: 1.75em;
  }
}

.margin-bottom {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 1030px) {
  .margin-bottom {
    margin-bottom: 3.5em;
  }
}
.margin-bottom.margin-half {
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 768px) {
  .margin-bottom.margin-half {
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 1030px) {
  .margin-bottom.margin-half {
    margin-bottom: 1.75em;
  }
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wp-activate-container,
.wrap {
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
}

.content-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.text-wrapper {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
}

.full-width-content {
  width: 100%;
  max-width: 875px;
  margin: 0;
}

.clear-margins-top > *:first-child {
  margin-top: 0;
}

.clear-margins-bottom > *:last-child {
  margin-bottom: 0;
}

.inner-wrapper {
  max-width: 552px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-wrap {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .section-wrap {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}

/*********************
BACKGROUNDS
*********************/
.bg-alternate:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.bg-alternate:nth-of-type(odd) input[type=text],
.bg-alternate:nth-of-type(odd) input[type=password],
.bg-alternate:nth-of-type(odd) input[type=datetime],
.bg-alternate:nth-of-type(odd) input[type=datetime-local],
.bg-alternate:nth-of-type(odd) input[type=date],
.bg-alternate:nth-of-type(odd) input[type=month],
.bg-alternate:nth-of-type(odd) input[type=time],
.bg-alternate:nth-of-type(odd) input[type=week],
.bg-alternate:nth-of-type(odd) input[type=number],
.bg-alternate:nth-of-type(odd) input[type=email],
.bg-alternate:nth-of-type(odd) input[type=url],
.bg-alternate:nth-of-type(odd) input[type=search],
.bg-alternate:nth-of-type(odd) input[type=tel],
.bg-alternate:nth-of-type(odd) input[type=color],
.bg-alternate:nth-of-type(odd) select,
.bg-alternate:nth-of-type(odd) textarea,
.bg-alternate:nth-of-type(odd) .field {
  background-color: white;
}
.bg-alternate:nth-of-type(odd).default-display-post {
  background-color: transparent;
}
.bg-alternate:nth-of-type(odd).default-display-post > article {
  background-color: #f6f6f6;
}
.bg-alternate:nth-of-type(even) {
  background-color: #fff;
}
.bg-alternate:nth-of-type(even).default-display-post {
  background-color: transparent;
}
.bg-alternate:nth-of-type(even).default-display-post > article {
  background-color: #fff;
}

.bg-connect, .display-cpt-listing.display-cai_report, .display-cpt-listing.display-cai_resource, .bg-connect-teal, .bg-connect-green, .bg-connect-blue, .bg-connect-gray, .bg-connect-white {
  background-repeat: repeat;
  background-color: #f6f6f6;
  background-image: url("../images/bg-connect_clear.png");
  background-blend-mode: overlay;
  background-size: auto;
  background-attachment: fixed;
  background-position: top left;
}

.bg-white, .bg-connect-white {
  background-color: #fff;
}

.bg-black {
  background-color: #333;
}

.bg-gray, .display-cpt-listing.display-cai_report, .display-cpt-listing.display-cai_resource, .bg-connect-gray {
  background-color: #f6f6f6;
}

.bg-blue, .bg-connect-blue {
  background-color: #50b9cf;
}

.bg-green, .bg-connect-green {
  background-color: #8cc63e;
}

.bg-teal, .display-cpt-listing.display-cai_grant, .bg-connect-teal {
  background-color: #19636c;
  color: #fff;
}
.bg-teal h1, .bg-teal .post-type-archive-cai_community .section-title, .post-type-archive-cai_community .bg-teal .section-title,
.bg-teal .community-resources-archive .section-title,
.community-resources-archive .bg-teal .section-title,
.bg-teal .post-type-archive-cai_webinar .section-title,
.post-type-archive-cai_webinar .bg-teal .section-title, .display-cpt-listing.display-cai_grant h1, .display-cpt-listing.display-cai_grant .post-type-archive-cai_community .section-title, .post-type-archive-cai_community .display-cpt-listing.display-cai_grant .section-title,
.display-cpt-listing.display-cai_grant .community-resources-archive .section-title,
.community-resources-archive .display-cpt-listing.display-cai_grant .section-title,
.display-cpt-listing.display-cai_grant .post-type-archive-cai_webinar .section-title,
.post-type-archive-cai_webinar .display-cpt-listing.display-cai_grant .section-title, .bg-connect-teal h1, .bg-connect-teal .post-type-archive-cai_community .section-title, .post-type-archive-cai_community .bg-connect-teal .section-title,
.bg-connect-teal .community-resources-archive .section-title,
.community-resources-archive .bg-connect-teal .section-title,
.bg-connect-teal .post-type-archive-cai_webinar .section-title,
.post-type-archive-cai_webinar .bg-connect-teal .section-title, .bg-teal .h1, .bg-teal #home-slideshow .slide .text, #home-slideshow .slide .bg-teal .text, .display-cpt-listing.display-cai_grant .h1, .display-cpt-listing.display-cai_grant #home-slideshow .slide .text, #home-slideshow .slide .display-cpt-listing.display-cai_grant .text, .bg-connect-teal .h1, .bg-connect-teal #home-slideshow .slide .text, #home-slideshow .slide .bg-connect-teal .text, .bg-teal h2, .display-cpt-listing.display-cai_grant h2, .bg-connect-teal h2, .bg-teal .h2, .bg-teal .cai-icon-widget .widgettitle, .cai-icon-widget .bg-teal .widgettitle, .display-cpt-listing.display-cai_grant .h2, .display-cpt-listing.display-cai_grant .cai-icon-widget .widgettitle, .cai-icon-widget .display-cpt-listing.display-cai_grant .widgettitle, .bg-connect-teal .h2, .bg-connect-teal .cai-icon-widget .widgettitle, .cai-icon-widget .bg-connect-teal .widgettitle, .bg-teal h3, .display-cpt-listing.display-cai_grant h3, .bg-connect-teal h3, .bg-teal .h3, .display-cpt-listing.display-cai_grant .h3, .bg-connect-teal .h3, .bg-teal h4, .display-cpt-listing.display-cai_grant h4, .bg-connect-teal h4, .bg-teal .h4, .display-cpt-listing.display-cai_grant .h4, .bg-connect-teal .h4, .bg-teal h5, .display-cpt-listing.display-cai_grant h5, .bg-connect-teal h5, .bg-teal .h5, .display-cpt-listing.display-cai_grant .h5, .bg-connect-teal .h5 {
  color: #fff;
}

.bg-connect-white {
  background-blend-mode: difference;
}

.bg-connect-gray {
  background-image: url("../images/bg-connect.png");
  background-blend-mode: normal;
}

/*********************
TEXT COLORS
*********************/
.color-black {
  color: #333;
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #50b9cf;
}

.color-green {
  color: #8cc63e;
}

.color-teal {
  color: #19636c;
}

/*********************
OVERLAYS
*********************/
video.bg, img.bg, iframe.bg, video.cover, img.cover, iframe.cover, .cover, .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: none;
  opacity: 0.5;
  z-index: 5;
  margin: 0;
}

video.cover, img.cover, iframe.cover, .cover {
  opacity: 1;
}

video, img, iframe {
  max-width: 100%;
}
img {
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}
.overlay.black {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}
.overlay.white {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}

/*********************
WORDPRESS GALLERY
*********************/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery dl.gallery-item {
  text-align: center;
}
.gallery dl.gallery-item img {
  float: none;
  margin: auto;
}
.gallery.gallery-columns-1 dl.gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 dl.gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 dl.gallery-item {
  width: 33%;
}
.gallery.gallery-columns-4 dl.gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 dl.gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 dl.gallery-item {
  width: 18%;
}
.gallery.gallery-columns-7 dl.gallery-item {
  width: 14%;
}
.gallery.gallery-columns-8 dl.gallery-item {
  width: 12%;
}
.gallery.gallery-columns-9 dl.gallery-item {
  width: 11%;
}

/*********************
TOGGLE TERMS
*********************/
.toggle-terms h3:after {
  padding-left: 0.25em;
}
.toggle-terms h3.up:after {
  content: "▴";
}
.toggle-terms h3.down:after {
  content: "▾";
}

.toggle-wrapper {
  overflow: hidden;
  clear: both;
}
.toggle-wrapper .toggle-target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 1rem 0;
  margin: 0;
  background: #fff;
}
.toggle-wrapper .toggle-target:before, .toggle-wrapper .toggle-target:after {
  content: "";
  display: none;
}
.no-js .toggle-wrapper .toggle-target {
  padding: 0;
}
.no-js .toggle-wrapper .toggle-target a {
  display: block;
  width: 100%;
  padding: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.no-js .toggle-wrapper .toggle-target a * {
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.toggle-wrapper .toggle-target > * {
  padding: 0;
  margin: 0;
}
.no-js .toggle-wrapper.sj-block .toggle-target {
  padding: 1rem;
}
.toggle-wrapper .toggle-content {
  position: relative;
  z-index: 1;
  padding: 1px 1rem;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  max-height: 100%;
  margin-top: 1rem;
}
.toggle-wrapper .toggle-content .feat-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.toggle-wrapper .toggle-content .excerpt-read-more {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
@media only screen and (min-width: 768px) {
  .toggle-wrapper .toggle-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .toggle-wrapper .toggle-content .feat-img {
    width: 50%;
    padding-right: 0.75rem;
  }
  .toggle-wrapper .toggle-content .feat-img + .entry-content {
    width: 50%;
    padding-left: 0.75rem;
  }
}
.toggle-wrapper .entry-content {
  padding: 0 0 1em;
  width: 100%;
}
.toggle-wrapper .entry-content > *:first-child {
  margin-top: 0;
}
.toggle-wrapper .entry-content > *:last-child {
  margin-bottom: 0;
}
.js .toggle-wrapper .toggle-target, .woocommerce-js .toggle-wrapper .toggle-target, .tribe-js .toggle-wrapper .toggle-target {
  cursor: pointer;
}
.js .toggle-wrapper .toggle-target a, .js .toggle-wrapper .toggle-target a:visited, .js .toggle-wrapper .toggle-target a:hover, .js .toggle-wrapper .toggle-target a:focus, .woocommerce-js .toggle-wrapper .toggle-target a, .woocommerce-js .toggle-wrapper .toggle-target a:visited, .woocommerce-js .toggle-wrapper .toggle-target a:hover, .woocommerce-js .toggle-wrapper .toggle-target a:focus, .tribe-js .toggle-wrapper .toggle-target a, .tribe-js .toggle-wrapper .toggle-target a:visited, .tribe-js .toggle-wrapper .toggle-target a:hover, .tribe-js .toggle-wrapper .toggle-target a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.js .toggle-wrapper .toggle-target .toggle-title, .woocommerce-js .toggle-wrapper .toggle-target .toggle-title, .tribe-js .toggle-wrapper .toggle-target .toggle-title {
  margin-left: 2.5rem;
}
.js .toggle-wrapper .toggle-target:after, .woocommerce-js .toggle-wrapper .toggle-target:after, .tribe-js .toggle-wrapper .toggle-target:after {
  position: absolute;
  display: inline;
  color: #50b9cf;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
}
.js .toggle-wrapper .toggle-content, .woocommerce-js .toggle-wrapper .toggle-content, .tribe-js .toggle-wrapper .toggle-content {
  padding: 0 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out all, 0s 0.5s linear visibility;
  -o-transition: 0.5s ease-in-out all, 0s 0.5s linear visibility;
  transition: 0.5s ease-in-out all, 0s 0.5s linear visibility;
}
.js .toggle-wrapper.active .toggle-target:after, .js .toggle-wrapper.active-forever .toggle-target:after, .woocommerce-js .toggle-wrapper.active .toggle-target:after, .woocommerce-js .toggle-wrapper.active-forever .toggle-target:after, .tribe-js .toggle-wrapper.active .toggle-target:after, .tribe-js .toggle-wrapper.active-forever .toggle-target:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js .toggle-wrapper.active .toggle-content, .js .toggle-wrapper.active-forever .toggle-content, .woocommerce-js .toggle-wrapper.active .toggle-content, .woocommerce-js .toggle-wrapper.active-forever .toggle-content, .tribe-js .toggle-wrapper.active .toggle-content, .tribe-js .toggle-wrapper.active-forever .toggle-content {
  padding-top: 1px;
  padding-bottom: 1px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.js .toggle-wrapper:not(.active):not(.active-forever) .toggle-content, .woocommerce-js .toggle-wrapper:not(.active):not(.active-forever) .toggle-content, .tribe-js .toggle-wrapper:not(.active):not(.active-forever) .toggle-content {
  max-height: 0 !important;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#page-thumbnail {
  text-align: center;
  height: 35vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#page-thumbnail img {
  float: none;
  margin: auto;
}

.hentry header.sp-head, .hentry footer.sp-foot {
  padding: 1.5em 0;
}

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

/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.excerpt-read-more {
  white-space: nowrap;
}

.flex-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-content-wrapper.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#flex-content .flex-content-wrapper .entry-content-inner {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  #flex-content .flex-content-wrapper .entry-content-inner {
    padding: 25px;
  }
}
@media only screen and (min-width: 1030px) {
  #flex-content .flex-content-wrapper .entry-content-inner {
    padding: 25px 50px;
  }
}

.single-content-wrapper {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .single-content-wrapper {
    padding: 25px;
  }
}
@media only screen and (min-width: 1030px) {
  .single-content-wrapper {
    padding: 25px 50px;
  }
}

#children-menu .each-child .child-menu {
  text-align: center;
  border-bottom: 1px solid #fff;
}

/* entry content */
#signup-content,
.entry-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.
  */
}
#signup-content p,
.entry-content p {
  max-width: 875px;
}
#signup-content ul,
.entry-content ul {
  list-style-type: disc;
  list-style-position: outside;
}
#signup-content ul.none, #signup-content ul.none ul,
.entry-content ul.none,
.entry-content ul.none ul {
  list-style-type: none;
  list-style-position: outside;
}
#signup-content ul.none li, #signup-content ul.none ul li,
.entry-content ul.none li,
.entry-content ul.none ul li {
  margin-left: 0;
}
#signup-content ul.disc, #signup-content ul.disc ul,
.entry-content ul.disc,
.entry-content ul.disc ul {
  list-style-type: disc;
  list-style-position: outside;
}
#signup-content ul.circle, #signup-content ul.circle ul,
.entry-content ul.circle,
.entry-content ul.circle ul {
  list-style-type: circle;
  list-style-position: outside;
}
#signup-content ul.square, #signup-content ul.square ul,
.entry-content ul.square,
.entry-content ul.square ul {
  list-style-type: square;
  list-style-position: outside;
}
#signup-content ul ul,
.entry-content ul ul {
  margin-top: 0;
}
#signup-content ul li,
.entry-content ul li {
  margin-bottom: 0em;
  margin-left: 18px;
}
#signup-content ol,
.entry-content ol {
  list-style-type: decimal;
  list-style-position: outside;
}
#signup-content ol.none, #signup-content ol.none ol,
.entry-content ol.none,
.entry-content ol.none ol {
  list-style-type: none;
  list-style-position: outside;
}
#signup-content ol.none li, #signup-content ol.none ol li,
.entry-content ol.none li,
.entry-content ol.none ol li {
  margin-left: 0;
}
#signup-content ol.alpha, #signup-content ol.alpha ol,
.entry-content ol.alpha,
.entry-content ol.alpha ol {
  list-style-type: upper-alpha;
  list-style-position: outside;
}
#signup-content ol.num, #signup-content ol.num ol,
.entry-content ol.num,
.entry-content ol.num ol {
  list-style-type: decimal;
  list-style-position: outside;
}
#signup-content ol ol,
.entry-content ol ol {
  margin-top: 0;
}
#signup-content ol li,
.entry-content ol li {
  margin-bottom: 0em;
  margin-left: 18px;
}
#signup-content table,
.entry-content table {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1.5em;
}
#signup-content table caption,
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#signup-content tr,
.entry-content tr {
  border-bottom: 1px solid #cccccc;
}
#signup-content tr:nth-child(even),
.entry-content tr:nth-child(even) {
  background-color: #f6f6f6;
}
#signup-content td,
.entry-content td {
  padding: 7px;
  border-right: 1px solid #cccccc;
}
#signup-content td:last-child,
.entry-content td:last-child {
  border-right: 0;
}
#signup-content th,
.entry-content th {
  background-color: #f6f6f6;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#signup-content th:last-child,
.entry-content th:last-child {
  border-right: 0;
}
#signup-content blockquote,
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #50b9cf;
  font-style: italic;
  color: #9fa6b4;
  font-size: 1.5em;
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#signup-content dd,
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
#signup-content img,
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 481px) {
  #signup-content,
.entry-content {
    /* at this larger size, we can start to align images */
  }
  #signup-content .alignleft, #signup-content img.alignleft,
.entry-content .alignleft,
.entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  #signup-content .alignright, #signup-content img.alignright,
.entry-content .alignright,
.entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  #signup-content .aligncenter, #signup-content img.aligncenter,
.entry-content .aligncenter,
.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
#signup-content .size-auto,
#signup-content .size-full,
#signup-content .size-large,
#signup-content .size-medium,
#signup-content .size-thumbnail,
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
#signup-content pre,
.entry-content pre {
  background: #333;
  color: #f6f6f6;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  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.85em;
  margin: 4px 0 7px;
  text-align: center;
}

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

.taxonomies .separator:last-of-type {
  display: none;
}

.acf-map {
  min-height: 300px;
}

.hr-wrapper {
  padding-top: 1.5rem;
}

.comparison-wrapper {
  background: #f6f6f6;
  padding: 50px 0px;
}
.comparison-wrapper .each-comparison {
  background: #fff;
  padding: 35px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.comparison-wrapper .each-comparison:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 9;
}

.slideshow-wrapper {
  padding: 50px 0;
}

.default-display-post {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 1em 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.default-display-post > article {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-display-post > article .thumb-content-wrapper header, .default-display-post > article .thumb-content-wrapper section, .default-display-post > article .thumb-content-wrapper footer {
  max-width: 500px;
  float: none;
  margin: auto;
}
.default-display-post:nth-child(even) > article .thumb-wrapper {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.default-display-post .image-icon-wrapper {
  position: relative;
  margin: 0 auto;
}
.default-display-post .image-icon-wrapper:before {
  content: "";
  display: table;
  padding-bottom: 100%;
}
.default-display-post .image-icon-wrapper.image {
  background-repeat: no-repeat;
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.default-display-post .image-icon-wrapper.icon {
  background: #f6f6f6;
}
.default-display-post .image-icon-wrapper .fa-user {
  color: #cccccc;
  font-size: 8em;
  padding: 1rem;
  background: #f6f6f6;
}
.default-display-post .blur-bg {
  z-index: 1;
  background-repeat: no-repeat;
  background: transparent;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.default-display-post .blur-bg.icon {
  background: #f6f6f6;
}
.default-display-post .image-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 5;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.default-display-post .thumb-wrapper:hover .image-wrapper {
  max-height: 100%;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.default-display-post .thumb-wrapper:hover .blur-bg {
  opacity: 1;
}
.js .check-scroll-element.viewed > .default-display-post .image-wrapper {
  -webkit-animation: animate_height 1s linear;
          animation: animate_height 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(1) .image-wrapper {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(2) .image-wrapper {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(3) .image-wrapper {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(4) .image-wrapper {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(5) .image-wrapper {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(6) .image-wrapper {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(7) .image-wrapper {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(8) .image-wrapper {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(9) .image-wrapper {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(10) .image-wrapper {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(11) .image-wrapper {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.js .check-scroll-element.viewed > .default-display-post:nth-child(n+12) .image-wrapper {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@media only screen and (min-width: 768px) {
  .half-listing .default-display-post, .third-listing .default-display-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin: 1%;
    width: 48%;
    float: left;
  }
  .half-listing .default-display-post > article, .third-listing .default-display-post > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .half-listing .default-display-post > article > *, .third-listing .default-display-post > article > * {
    width: 100%;
  }
  .half-listing .default-display-post > article footer, .third-listing .default-display-post > article footer {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .half-listing .default-display-post.bg-alternate:nth-of-type(4n) > article, .half-listing .default-display-post.bg-alternate:nth-of-type(4n-3) > article, .third-listing .default-display-post.bg-alternate:nth-of-type(4n) > article, .third-listing .default-display-post.bg-alternate:nth-of-type(4n-3) > article {
    background-color: #f6f6f6;
  }
  .half-listing .default-display-post.bg-alternate:nth-of-type(4n-1) > article, .half-listing .default-display-post.bg-alternate:nth-of-type(4n-2) > article, .third-listing .default-display-post.bg-alternate:nth-of-type(4n-1) > article, .third-listing .default-display-post.bg-alternate:nth-of-type(4n-2) > article {
    background-color: #fff;
  }
  .half-listing .default-tile-post, .third-listing .default-tile-post {
    width: calc(50% - 12px);
    float: left;
  }
  .half-listing .default-tile-post:nth-of-type(odd), .third-listing .default-tile-post:nth-of-type(odd) {
    margin-right: 12px;
  }
  .half-listing .default-tile-post:nth-of-type(even), .third-listing .default-tile-post:nth-of-type(even) {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1030px) {
  .third-listing .default-display-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin: 1%;
    width: 31%;
    float: left;
  }
  .third-listing .default-display-post > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .third-listing .default-display-post > article > * {
    width: 100%;
  }
  .third-listing .default-display-post > article footer {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .third-listing .default-display-post.bg-alternate {
    margin: 0;
  }
  .third-listing .default-display-post.bg-alternate:nth-of-type(odd) > article {
    background-color: #f6f6f6;
  }
  .third-listing .default-display-post.bg-alternate:nth-of-type(even) > article {
    background-color: #fff;
  }
  .third-listing .default-tile-post {
    width: calc(33.3333% - 16px);
  }
  .third-listing .default-tile-post:nth-of-type(odd) {
    margin-right: 0;
  }
  .third-listing .default-tile-post:nth-of-type(even) {
    margin-left: 0;
  }
  .third-listing .default-tile-post:nth-child(3n) {
    margin-left: 24px;
  }
  .third-listing .default-tile-post:nth-child(3n+1) {
    margin-right: 24px;
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3em);
            transform: translateX(3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes animate_height {
  0% {
    max-height: 0px;
  }
  80% {
    max-height: 98%;
  }
  99% {
    max-height: 99%;
  }
  to {
    max-height: 100%;
  }
}
@keyframes animate_height {
  0% {
    max-height: 0px;
  }
  80% {
    max-height: 98%;
  }
  99% {
    max-height: 99%;
  }
  to {
    max-height: 100%;
  }
}
.cai-grant-resource {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media only screen and (min-width: 1030px) {
  .cai-grant-resource {
    width: 50%;
  }
}
.cai-grant-resource a:link, .cai-grant-resource a:visited {
  color: #333;
  text-decoration: none;
}
.cai-grant-resource .title {
  margin: 0 0 1rem;
  line-height: 1.125;
}
.cai-grant-resource .download-link,
.cai-grant-resource .taxonomies {
  font-size: 1em;
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #50b9cf;
  text-decoration: underline;
}
.cai-grant-resource .download-link .tax-label,
.cai-grant-resource .taxonomies .tax-label {
  display: none;
}
.cai-grant-resource .download-link a:link, .cai-grant-resource .download-link a:visited,
.cai-grant-resource .taxonomies a:link,
.cai-grant-resource .taxonomies a:visited {
  color: #50b9cf;
}
.cai-grant-resource .icon-wrapper {
  display: inline-block;
  color: #8cc63e;
  fill: #8cc63e;
  float: left;
  margin-right: 1em;
}
.cai-grant-resource .icon-wrapper a {
  color: #8cc63e;
  fill: #8cc63e;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.cai-grant-resource .icon-wrapper a:hover {
  color: #71a130;
  fill: #71a130;
}
.cai-grant-resource .icon-wrapper .far {
  font-size: 5em;
}
.cai-grant-resource .icon-wrapper .far.fa-external-link {
  font-size: 3.35em;
}
.cai-grant-resource .icon-wrapper .far.fa-link {
  font-size: 3.35em;
}
.cai-grant-resource .content {
  display: inline-block;
  float: left;
}
.cai-grant-resource.cai_grant {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 1em 0;
}
@media only screen and (min-width: 1030px) {
  .cai-grant-resource.cai_grant {
    width: 50%;
  }
}
.cai-grant-resource.cai_grant .text {
  color: #fff;
}
.cai-grant-resource.cai_grant .text a:link, .cai-grant-resource.cai_grant .text a:visited {
  color: #fff;
}
.archive .cai-grant-resource.cai_grant .text {
  color: #333;
}
.archive .cai-grant-resource.cai_grant .text > a:link, .archive .cai-grant-resource.cai_grant .text > a:visited {
  color: #333;
}
.archive .cai-grant-resource.cai_grant .download-link a:link, .archive .cai-grant-resource.cai_grant .download-link a:visited,
.archive .cai-grant-resource.cai_grant .taxonomies a:link,
.archive .cai-grant-resource.cai_grant .taxonomies a:visited {
  color: #50b9cf;
}
.cai-grant-resource.cai_grant .icon-wrapper .far {
  font-size: 7em;
}
.cai-grant-resource.cai_grant .icon-wrapper .far.fa-external-link {
  font-size: 4.675em;
}
.cai-grant-resource.cai_grant .icon-wrapper .far.fa-link {
  font-size: 3.75em;
}
.cai-grant-resource.cai_grant:first-of-type, .cai-grant-resource.cai_grant:nth-of-type(2) {
  border-top: 0;
}
.cai-grant-resource.cai_grant:first-of-type:after, .cai-grant-resource.cai_grant:nth-of-type(2):after {
  display: none;
}
@media only screen and (min-width: 1030px) {
  .cai-grant-resource.cai_grant {
    margin: 0;
    padding: 2em;
    border-right: 1px solid #50b9cf;
    border-bottom: none;
  }
  .cai-grant-resource.cai_grant:after {
    content: "";
    position: absolute;
    top: 0;
    width: 95%;
    width: calc(100% - 2em);
    height: 1px;
    background: #50b9cf;
  }
  .cai-grant-resource.cai_grant:nth-of-type(odd) {
    padding-left: 0;
  }
  .cai-grant-resource.cai_grant:nth-of-type(odd):after {
    left: 0;
  }
  .cai-grant-resource.cai_grant:nth-of-type(even) {
    border: none;
    padding-right: 0;
  }
  .cai-grant-resource.cai_grant:nth-of-type(even):after {
    right: 0;
  }
  .odd-count .cai-grant-resource.cai_grant:nth-last-of-type(2):after {
    display: none;
  }
}
.cai-grant-resource.cai_resource {
  padding: 1em;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
  color: #19636c;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.cai-grant-resource.cai_resource h3 {
  color: #19636c;
}
@media only screen and (min-width: 1030px) {
  .cai-grant-resource.cai_resource {
    width: 48.5%;
  }
  .cai-grant-resource.cai_resource:nth-of-type(odd) {
    margin-right: 1.5%;
  }
  .cai-grant-resource.cai_resource:nth-of-type(even) {
    margin-left: 1.5%;
  }
}
.cai-grant-resource.cai_resource:hover {
  -webkit-box-shadow: 0 0.25em 0.75em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.25em 0.75em -0.125em rgba(51, 51, 51, 0.75);
}
.js .check-scroll-element .cai-grant-resource {
  opacity: 0;
}
.js .check-scroll-element .cai-grant-resource > * {
  opacity: 0;
  border-color: transparent;
}
.js .check-scroll-element.viewed .cai-grant-resource {
  opacity: 1;
}
.js .check-scroll-element.viewed .cai-grant-resource > * {
  -webkit-animation: fade_right 1s linear;
          animation: fade_right 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (min-width: 1030px) {
  .js .check-scroll-element.viewed .cai-grant-resource:nth-of-type(even) > * {
    -webkit-animation-name: fade_left;
            animation-name: fade_left;
  }
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(1) > * {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(2) > * {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(3) > * {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(4) > * {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(5) > * {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(6) > * {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(7) > * {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(8) > * {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(9) > * {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(10) > * {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(11) > * {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.js .check-scroll-element.viewed .cai-grant-resource:nth-child(n+12) > * {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}

.cai-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 1em 0;
  background-color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.cai-event, .cai-event:visited {
  color: #333;
}
.cai-event:first-of-type {
  margin-top: 0;
}
.cai-event:last-of-type {
  margin-bottom: 0;
}
.cai-event .post-title, .cai-event .post-title:visited {
  text-decoration: none;
}
.cai-event .post-title h3, .cai-event .post-title:visited h3 {
  color: #333;
}
.cai-event .post-title:hover h3, .cai-event .post-title:visited:hover h3 {
  color: #19636c;
}
.cai-event .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1.5em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  background: #8cc63e;
}
.cai-event .icon-wrapper > * {
  text-decoration: none;
  font-size: 4em;
}
.cai-event .icon-wrapper, .cai-event .icon-wrapper:visited {
  color: #fff;
  fill: #fff;
}
.cai-event .icon-wrapper:hover, .cai-event .icon-wrapper:visited:hover {
  background: #71a130;
}
.cai-event .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.25em 1em;
  width: 100%;
}
.cai-event .content * {
  margin: 0;
}
.cai-event .event-date-time,
.cai-event .taxonomies {
  font-size: 0.875em;
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #50b9cf;
}
.cai-event .event-date-time .tax-label,
.cai-event .taxonomies .tax-label {
  display: none;
}
.cai-event:hover {
  -webkit-box-shadow: 0 0.25em 0.75em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.25em 0.75em -0.125em rgba(51, 51, 51, 0.75);
}
.cai-event:hover, .cai-event:hover:visited {
  color: #19636c;
}
.js .check-scroll-element .cai-event {
  opacity: 0;
}
.js .check-scroll-element.viewed .cai-event {
  opacity: 1;
  -webkit-animation: fade_right 1s linear;
          animation: fade_right 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js .check-scroll-element.viewed .cai-event:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(11) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.js .check-scroll-element.viewed .cai-event:nth-child(n+12) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}

.cai-event-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (min-width: 1030px) {
  .cai-event-two-column .cai-event {
    width: 48.5%;
  }
  .cai-event-two-column .cai-event:nth-of-type(odd) {
    margin-right: 1.5%;
  }
  .cai-event-two-column .cai-event:nth-of-type(even) {
    margin-left: 1.5%;
  }
  .cai-event-two-column .cai-event:nth-of-type(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1030px) {
  .cai-event-two-column.even-count .cai-event:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

.cai-job {
  margin: 1em 0;
  background-color: #fff;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  -webkit-box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
}
.cai-job h3 {
  color: #19636c;
  margin-bottom: 0.25em;
}
.cai-job .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
  text-decoration: none;
}
.cai-job .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #50b9cf;
  color: #fff;
  fill: #fff;
  padding: 1em 1.5em;
  max-width: 20%;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  float: left;
}
.cai-job .icon-wrapper > * {
  font-size: 5em;
}
.cai-job .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em 1em;
  max-width: 80%;
}
.cai-job .content * {
  margin: 0;
}
.cai-job .post-date,
.cai-job .job-link {
  margin-top: 0.75em;
  font-size: 0.875em;
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #50b9cf;
}
.cai-job .post-date .tax-label,
.cai-job .job-link .tax-label {
  display: none;
}
.cai-job:hover {
  color: #333;
  -webkit-box-shadow: 0 0.25em 0.75em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.25em 0.75em -0.125em rgba(51, 51, 51, 0.75);
}
.cai-job:hover .icon-wrapper {
  background: #33a2b9;
}

.display-cpt-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.js .check-scroll-element .display-cpt-listing > * {
  opacity: 0;
}
.js .check-scroll-element.viewed .display-cpt-listing > * {
  opacity: 1;
  -webkit-animation: fade_right 1s linear;
          animation: fade_right 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(11) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.js .check-scroll-element.viewed .display-cpt-listing > *:nth-child(n+12) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}

.cai-people {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 1em 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.cai-people:first-of-type {
  margin-top: 0;
}
.cai-people:last-of-type {
  margin-bottom: 0;
}
.cai-people:nth-child(even) .thumb-wrapper {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
@media only screen and (max-width: 767px) {
  .cai-people .thumb-wrapper {
    padding-right: 0.5em;
  }
  .cai-people .thumb-content-wrapper {
    padding-left: 0.5em;
  }
  .cai-people:nth-child(even) .thumb-wrapper {
    padding-right: 0;
    padding-left: 0.5em;
  }
  .cai-people:nth-child(even) .thumb-content-wrapper {
    padding-right: 0.5em;
    padding-left: 0;
  }
}
.cai-people .image-icon-wrapper {
  position: relative;
  margin: 0 auto;
}
.cai-people .image-icon-wrapper:before {
  content: "";
  display: table;
  padding-bottom: 100%;
}
.cai-people .image-icon-wrapper.image {
  background-repeat: no-repeat;
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.cai-people .image-icon-wrapper.icon {
  background: #f6f6f6;
}
.cai-people .image-icon-wrapper .fa-user {
  color: #cccccc;
  font-size: 8em;
  padding: 1rem;
  background: #f6f6f6;
}
.cai-people .image-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 5;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.cai-people:hover .thumb-wrapper .image-wrapper {
  max-height: 100%;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.cai-people:hover .thumb-wrapper .blur-bg {
  opacity: 1;
}
.cai-people .blur-bg {
  z-index: 1;
  background-repeat: no-repeat;
  background: transparent;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.cai-people .blur-bg.icon {
  background: #f6f6f6;
}
.cai-people .thumb-content-wrapper header, .cai-people .thumb-content-wrapper section, .cai-people .thumb-content-wrapper footer {
  max-width: 500px;
  float: none;
  margin: auto;
}
.js .check-scroll-element.viewed > .cai-people .image-wrapper {
  -webkit-animation: animate_height 1s linear;
          animation: animate_height 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(1) .image-wrapper {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(2) .image-wrapper {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(3) .image-wrapper {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(4) .image-wrapper {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(5) .image-wrapper {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(6) .image-wrapper {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(7) .image-wrapper {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(8) .image-wrapper {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(9) .image-wrapper {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(10) .image-wrapper {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(11) .image-wrapper {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.js .check-scroll-element.viewed > .cai-people:nth-child(n+12) .image-wrapper {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.cai-people:hover .blur-bg {
  opacity: 1;
}
.cai-people h3.people-name {
  margin: 0 0 0.75rem 0;
}
.cai-people h4.people-title {
  margin: 0.75rem 0;
}

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

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination ul li {
  margin: 0;
}
.pagination ul, .pagination ul:hover, .pagination ul:focus, .pagination ul.page-numbers, .pagination ul.page-numbers:hover, .pagination ul.page-numbers:focus {
  background-color: transparent;
  color: inherit;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination .page-numbers {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: inline-block;
  color: #50b9cf;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  background-color: #50b9cf;
  color: #fff;
}
.pagination .current {
  cursor: default;
  background-color: #f6f6f6;
  color: #333;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #f6f6f6;
  color: #333;
}

/* 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 */
/*********************
TEXT ALIGNS
*********************/
.text-center {
  text-align: center;
}

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

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

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

/*********************
NO MARGINS
*********************/
.no-margin, .no-margins {
  margin: 0 !important;
}

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

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

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

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

/*********************
FLOATS
*********************/
.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-both {
  clear: both;
}

hr.clear-both {
  height: 0px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}

/*********************
POSITION STICKY
*********************/
.sticky {
  position: fixed;
}
.sticky.sticky-fixed {
  position: fixed;
}

.mobile .sticky, .tablet .sticky, .firefox .sticky {
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
}
.mobile .sticky.sticky-fixed, .tablet .sticky.sticky-fixed, .firefox .sticky.sticky-fixed {
  position: fixed;
}

/*********************
DISPLAYS
*********************/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

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

.display-inline {
  display: inline;
}

.mobile-show, .m-show {
  display: block;
}

@media only screen and (min-width: 1030px) {
  .mobile-show, .m-show {
    display: none;
  }
}
@media only screen and (max-width: 1029px) {
  .mobile-hide {
    display: none !important;
  }

  .m-hide {
    display: none;
  }
}
.flex-wrap, .flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-center, .single-cai_people .blur-bg, .single-cai_people .image-wrapper, .default-display-post .image-icon-wrapper, .default-display-post .blur-bg, .default-display-post .image-wrapper, .cai-people .image-icon-wrapper, .cai-people .image-wrapper, .cai-people .blur-bg, .flex-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-left, .flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right, .flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-centre, .flex-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-around, .flex-saround, .flex-space-around, .flex-sparound {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-space-between, .flex-sbetween, .flex-between, .flex-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-vert, .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#lost-page {
  font-size: 11em;
  text-align: center;
  margin: auto;
  color: #19636c;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

#post-not-found {
  text-align: center;
}
#post-not-found .entry-content p {
  margin: auto;
}

.location-wrapper {
  position: relative;
  margin: 1em 0;
}
.location-wrapper .location-block-wrapper {
  background: #fff;
  padding: 25px;
  width: auto;
  float: right;
}
@media only screen and (min-width: 481px) {
  .location-wrapper .location-block-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 60px;
  }
}

.cai-tag {
  padding: 10px 14px;
  background-color: #19636c;
  color: #fff;
  font-size: 0.875rem;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  letter-spacing: 0;
  -webkit-box-shadow: 0px 0px 32px #00000029;
          box-shadow: 0px 0px 32px #00000029;
}

/*********************
 DEFAULT TILE POSTS
*********************/
.default-tile-post {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
}
.default-tile-post .tile-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.default-tile-post header {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .default-tile-post header {
    min-height: 284px;
  }
}
@media only screen and (min-width: 1030px) {
  .default-tile-post header {
    min-height: 184px;
  }
}
.default-tile-post header img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: none;
}
.default-tile-post header.no-bg img {
  -o-object-fit: contain;
     object-fit: contain;
  min-height: auto;
  min-width: auto;
}
.default-tile-post header .upcoming-tag {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 3;
}
.default-tile-post .content-wrapper .entry-title {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 24px;
  font-family: "myriad-pro-semi-condensed", sans-serif;
}
.default-tile-post .content-wrapper .excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 17px;
  margin-bottom: 0;
}
.default-tile-post .content-wrapper .read-more {
  margin-top: 16px;
}
.default-tile-post .content-wrapper .read-more a {
  color: #333;
}
.default-tile-post .content-wrapper .read-more i:not(.website-icon) {
  margin-left: 16px;
  -webkit-transition: margin-left 0.25s ease-in-out;
  -o-transition: margin-left 0.25s ease-in-out;
  transition: margin-left 0.25s ease-in-out;
}
.default-tile-post .content-wrapper .read-more:hover i:not(.website-icon) {
  margin-left: 24px;
  -webkit-transition: margin-left 0.25s ease-in-out;
  -o-transition: margin-left 0.25s ease-in-out;
  transition: margin-left 0.25s ease-in-out;
}
.default-tile-post .content-wrapper .read-more .website-icon {
  margin-right: 16px;
}
.default-tile-post .content-wrapper .read-more .website-icon + span {
  color: #50b9cf;
  text-decoration: underline;
}
.default-tile-post .content-wrapper .webinar-date {
  margin-top: 1em;
  margin-bottom: -5px;
}
.default-tile-post a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .default-tile-post .tile-inner-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .default-tile-post .tile-inner-wrapper .content-wrapper {
    height: 100%;
  }
  .default-tile-post .tile-inner-wrapper .content-wrapper .entry-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.default-tile-post.community-resources-tile header {
  height: auto;
  min-height: 64px;
}
@media only screen and (min-width: 768px) {
  .default-tile-post.community-resources-tile header {
    height: auto;
  }
}
@media only screen and (min-width: 1030px) {
  .default-tile-post.community-resources-tile header {
    height: auto;
  }
}
.default-tile-post.community-resources-tile .icon-wrapper i {
  font-size: 64px;
}
.default-tile-post.community-resources-tile .content-wrapper .entry-title {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .default-tile-post.community-resources-tile .tile-inner-wrapper .content-wrapper {
    height: 100%;
  }
}

/*********************
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, .comment-reply-link,
input.button,
input.button:visited,
.button,
.button:visited,
.btn,
#submit,
.fc button,
.btn:visited,
button,
button:visited,
input[type=image],
input[type=image]:visited,
input[type=submit],
input[type=submit]:visited,
input[type=button],
input[type=button]:visited {
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: #19636c;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-size: 1.125em;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.disabled.blue-btn, .disabled.comment-reply-link, [disabled].blue-btn, [disabled].comment-reply-link,
input.button.disabled,
input.button[disabled],
input.button:visited.disabled,
input.button:visited[disabled],
.button.disabled,
.button[disabled],
.button:visited.disabled,
.button:visited[disabled],
.btn.disabled,
.disabled#submit,
.btn[disabled],
[disabled]#submit,
.btn:visited.disabled,
.btn:visited[disabled],
button.disabled,
button[disabled],
button:visited.disabled,
button:visited[disabled],
input[type=image].disabled,
input[type=image][disabled],
input[type=image]:visited.disabled,
input[type=image]:visited[disabled],
input[type=submit].disabled,
input[type=submit][disabled],
input[type=submit]:visited.disabled,
input[type=submit]:visited[disabled],
input[type=button].disabled,
input[type=button][disabled],
input[type=button]:visited.disabled,
input[type=button]:visited[disabled] {
  opacity: 0.7;
  cursor: no-drop;
  cursor: not-allowed;
}
.disabled.blue-btn:before, .disabled.comment-reply-link:before, [disabled].blue-btn:before, [disabled].comment-reply-link:before,
input.button.disabled:before,
input.button[disabled]:before,
input.button:visited.disabled:before,
input.button:visited[disabled]:before,
.button.disabled:before,
.button[disabled]:before,
.button:visited.disabled:before,
.button:visited[disabled]:before,
.btn.disabled:before,
.disabled#submit:before,
.btn[disabled]:before,
[disabled]#submit:before,
.btn:visited.disabled:before,
.btn:visited[disabled]:before,
button.disabled:before,
button[disabled]:before,
button:visited.disabled:before,
button:visited[disabled]:before,
input[type=image].disabled:before,
input[type=image][disabled]:before,
input[type=image]:visited.disabled:before,
input[type=image]:visited[disabled]:before,
input[type=submit].disabled:before,
input[type=submit][disabled]:before,
input[type=submit]:visited.disabled:before,
input[type=submit]:visited[disabled]:before,
input[type=button].disabled:before,
input[type=button][disabled]:before,
input[type=button]:visited.disabled:before,
input[type=button]:visited[disabled]:before {
  display: none;
}
.disabled.blue-btn span, .disabled.comment-reply-link span, [disabled].blue-btn span, [disabled].comment-reply-link span,
input.button.disabled span,
input.button[disabled] span,
input.button:visited.disabled span,
input.button:visited[disabled] span,
.button.disabled span,
.button[disabled] span,
.button:visited.disabled span,
.button:visited[disabled] span,
.btn.disabled span,
.disabled#submit span,
.btn[disabled] span,
[disabled]#submit span,
.btn:visited.disabled span,
.btn:visited[disabled] span,
button.disabled span,
button[disabled] span,
button:visited.disabled span,
button:visited[disabled] span,
input[type=image].disabled span,
input[type=image][disabled] span,
input[type=image]:visited.disabled span,
input[type=image]:visited[disabled] span,
input[type=submit].disabled span,
input[type=submit][disabled] span,
input[type=submit]:visited.disabled span,
input[type=submit]:visited[disabled] span,
input[type=button].disabled span,
input[type=button][disabled] span,
input[type=button]:visited.disabled span,
input[type=button]:visited[disabled] span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.disabled.blue-btn, .disabled.comment-reply-link, .disabled.blue-btn:hover, .disabled.comment-reply-link:hover, .disabled.blue-btn:focus, .disabled.comment-reply-link:focus, [disabled].blue-btn, [disabled].comment-reply-link, [disabled].blue-btn:hover, [disabled].comment-reply-link:hover, [disabled].blue-btn:focus, [disabled].comment-reply-link:focus, .blue-btn:visited.disabled, .comment-reply-link:visited.disabled, .blue-btn:visited.disabled:hover, .comment-reply-link:visited.disabled:hover, .blue-btn:visited.disabled:focus, .comment-reply-link:visited.disabled:focus, .blue-btn:visited[disabled], .comment-reply-link:visited[disabled], .blue-btn:visited[disabled]:hover, .comment-reply-link:visited[disabled]:hover, .blue-btn:visited[disabled]:focus, .comment-reply-link:visited[disabled]:focus,
input.button.disabled,
input.button.disabled:hover,
input.button.disabled:focus,
input.button[disabled],
input.button[disabled]:hover,
input.button[disabled]:focus,
input.button:visited.disabled,
input.button:visited.disabled:hover,
input.button:visited.disabled:focus,
input.button:visited[disabled],
input.button:visited[disabled]:hover,
input.button:visited[disabled]:focus,
.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus,
.button:visited.disabled,
.button:visited.disabled:hover,
.button:visited.disabled:focus,
.button:visited[disabled],
.button:visited[disabled]:hover,
.button:visited[disabled]:focus,
.btn.disabled,
.disabled#submit,
.fc button.disabled,
.btn.disabled:hover,
.disabled#submit:hover,
.fc button.disabled:hover,
.btn.disabled:focus,
.disabled#submit:focus,
.fc button.disabled:focus,
.btn[disabled],
[disabled]#submit,
.fc button[disabled],
.btn[disabled]:hover,
[disabled]#submit:hover,
.fc button[disabled]:hover,
.btn[disabled]:focus,
[disabled]#submit:focus,
.fc button[disabled]:focus,
.btn:visited.disabled,
#submit:visited.disabled,
.fc button:visited.disabled,
.btn:visited.disabled:hover,
#submit:visited.disabled:hover,
.fc button:visited.disabled:hover,
.btn:visited.disabled:focus,
#submit:visited.disabled:focus,
.fc button:visited.disabled:focus,
.btn:visited[disabled],
#submit:visited[disabled],
.fc button:visited[disabled],
.btn:visited[disabled]:hover,
#submit:visited[disabled]:hover,
.fc button:visited[disabled]:hover,
.btn:visited[disabled]:focus,
#submit:visited[disabled]:focus,
.fc button:visited[disabled]:focus,
button.disabled,
button.disabled:hover,
button.disabled:focus,
button[disabled],
button[disabled]:hover,
button[disabled]:focus,
button:visited.disabled,
button:visited.disabled:hover,
button:visited.disabled:focus,
button:visited[disabled],
button:visited[disabled]:hover,
button:visited[disabled]:focus,
input[type=image].disabled,
input[type=image].disabled:hover,
input[type=image].disabled:focus,
input[type=image][disabled],
input[type=image][disabled]:hover,
input[type=image][disabled]:focus,
input[type=image]:visited.disabled,
input[type=image]:visited.disabled:hover,
input[type=image]:visited.disabled:focus,
input[type=image]:visited[disabled],
input[type=image]:visited[disabled]:hover,
input[type=image]:visited[disabled]:focus,
input[type=submit].disabled,
input[type=submit].disabled:hover,
input[type=submit].disabled:focus,
input[type=submit][disabled],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit]:visited.disabled,
input[type=submit]:visited.disabled:hover,
input[type=submit]:visited.disabled:focus,
input[type=submit]:visited[disabled],
input[type=submit]:visited[disabled]:hover,
input[type=submit]:visited[disabled]:focus,
input[type=button].disabled,
input[type=button].disabled:hover,
input[type=button].disabled:focus,
input[type=button][disabled],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=button]:visited.disabled,
input[type=button]:visited.disabled:hover,
input[type=button]:visited.disabled:focus,
input[type=button]:visited[disabled],
input[type=button]:visited[disabled]:hover,
input[type=button]:visited[disabled]:focus {
  color: #f6f6f6;
}
.blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus,
input.button:hover,
input.button:focus,
input.button:visited:hover,
input.button:visited:focus,
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus,
.btn:hover,
#submit:hover,
.btn:focus,
#submit:focus,
.btn:visited:hover,
.btn:visited:focus,
button:hover,
button:focus,
button:visited:hover,
button:visited:focus,
input[type=image]:hover,
input[type=image]:focus,
input[type=image]:visited:hover,
input[type=image]:visited:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:visited:hover,
input[type=submit]:visited:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:visited:hover,
input[type=button]:visited:focus {
  color: #fff;
  background-color: #238995;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, .comment-reply-link:active,
input.button:active,
input.button:visited:active,
.button:active,
.button:visited:active,
.btn:active,
#submit:active,
.btn:visited:active,
button:active,
button:visited:active,
input[type=image]:active,
input[type=image]:visited:active,
input[type=submit]:active,
input[type=submit]:visited:active,
input[type=button]:active,
input[type=button]:visited: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, .comment-reply-link {
  background-color: #50b9cf;
}
.blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
  background-color: #40b3cb;
}
.blue-btn:active, .comment-reply-link:active {
  background-color: #3cb1ca;
}

/*
Others
*/
.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-all {
  margin-top: 1rem;
}
.view-all.btn, .view-all#submit, .fc button.view-all {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 0.9375rem;
  letter-spacing: 0px;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .view-all.btn, .view-all#submit, .fc button.view-all {
    min-width: 20.5rem;
  }
}

/******************************************************************
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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  vertical-align: middle;
  margin-bottom: 14px;
  padding: 0.25em 0.5em;
  border: 1px solid #cccccc;
  border-radius: 0;
  width: 100%;
  max-width: none;
  min-height: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f6f6f6;
  color: #333;
  font-size: 1em;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s 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: white;
  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;
  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;
  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=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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-repeat: no-repeat;
  background-position: 97.5% center;
}

#search-input {
  color: #808080;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
#search-input:hover, #search-input:focus, #search-input:active {
  color: #333;
}
#search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}
#search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
#search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
#search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

/*********************
GRAVITY FORMS
*********************/
.gform_wrapper .gform_body.gform-body .gfield {
  padding-right: 0;
}
.gform_wrapper .gform_body.gform-body .gfield .ginput_complex span label {
  display: none;
}
.gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  vertical-align: middle;
  margin-bottom: 14px;
  padding: 8px 7px;
  border: 1px solid transparent;
  border-radius: 0;
  max-width: none;
  min-height: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eeeeee;
  color: #333;
  line-height: 1em;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, .gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, .gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  background-color: #f6f6f6;
}
.gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #bfbfbf;
}
.gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #bfbfbf;
}
.gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #bfbfbf;
}
.gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
  color: #bfbfbf;
}
.gform_wrapper .gform_body.gform-body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #bfbfbf;
}
.gform_wrapper .gform_footer input[type=submit] {
  border-radius: 8px;
  padding: 0.5em 2em;
}
#cai-register-form {
  display: none;
}
@media only screen and (max-width: 767px) {
  #cai-register-form {
    min-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  #cai-register-form {
    min-width: 90%;
  }
}
#cai-register-form .gform_confirmation_wrapper {
  padding: 32px 0;
}

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

Stylesheet: Owl Carousel

******************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../library/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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

Stylesheet: fancyBox

******************************************************************/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  -o-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  -o-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1, .fancybox-share .post-type-archive-cai_community .section-title, .post-type-archive-cai_community .fancybox-share .section-title,
.fancybox-share .community-resources-archive .section-title,
.community-resources-archive .fancybox-share .section-title,
.fancybox-share .post-type-archive-cai_webinar .section-title,
.post-type-archive-cai_webinar .fancybox-share .section-title {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #50b9cf;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Font Awesome PRO Styles

******************************************************************/
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.single .fc {
  margin-top: 25px;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  padding: 0.25em 0.5em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  vertical-align: middle;
}

/*
	button states
	borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  margin: 0;
  /* normalize cross-browser */
}
.fc table tr {
  border: none;
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
  	 the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  border-color: #ddd;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.6em;
  line-height: 1.3;
  border: 1px solid #8cc63e;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  /* default BORDER color */
}
.fc-event, .fc-event:hover, .fc-event:visited, .fc-event:visited:hover {
  color: #fff;
}
.fc-event:hover, .fc-event:visited:hover {
  -webkit-filter: contrast(1.25);
          filter: contrast(1.25);
}

.fc-event,
.fc-event-dot {
  background-color: #8cc63e;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
  display: none;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #e5f0f2;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5em;
  float: right;
}
.single .fc-toolbar .fc-right {
  font-size: 0.85em;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view-container {
  background: #fff;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-day-header,
.fc-basic-view .fc-day-number {
  font-size: 0.75em;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* Calendar Legend
--------------------------------------------------------------------------------------------------*/
.calendar-legend-wrapper .legend-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.25em 0.25em 0.25em 0;
}
.calendar-legend-wrapper .square {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

/* Tool Tip
--------------------------------------------------------------------------------------------------*/
.tool-tip-event {
  display: none;
}
@media only screen and (min-width: 1030px) {
  .tool-tip-event {
    display: block;
    position: absolute;
    z-index: 500;
    padding: 1em 1.5em;
    border: 1px solid #ccc;
    border-bottom-width: 3px;
    background-color: #fff;
    max-width: 300px;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out opacity;
    -o-transition: 0.25s ease-in-out opacity;
    transition: 0.25s ease-in-out opacity;
  }
  .tool-tip-event.hovering {
    opacity: 1;
  }
  .tool-tip-event p {
    margin: 0.5em 0;
  }
}

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

Stylesheet: Slideshow Styles

******************************************************************/
.sj-slideshow {
  position: relative;
}
.sj-slideshow .owl-item .each-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sj-slideshow .owl-item .each-slide .slide-content {
  padding: 1em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.2;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.sj-slideshow .owl-item .each-slide .slide-content h2 {
  color: #fff;
}
.sj-slideshow .owl-item.active .each-slide .slide-content {
  opacity: 1;
}
.sj-slideshow .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.sj-slideshow .owl-dots button {
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 5px;
  height: 15px;
  width: 15px;
}
.sj-slideshow .owl-dots button:hover, .sj-slideshow .owl-dots button.active {
  background: #fff;
}

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

Stylesheet: Font Awesome PRO Styles

******************************************************************/
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
* Font Awesome Pro 5.1.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
.fa.fa-glass:before {
  content: "";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "";
}

.fa.fa-remove:before {
  content: "";
}

.fa.fa-close:before {
  content: "";
}

.fa.fa-gear:before {
  content: "";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "";
}

.fa.fa-repeat:before {
  content: "";
}

.fa.fa-rotate-right:before {
  content: "";
}

.fa.fa-refresh:before {
  content: "";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "";
}

.fa.fa-video-camera:before {
  content: "";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "";
}

.fa.fa-pencil:before {
  content: "";
}

.fa.fa-map-marker:before {
  content: "";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "";
}

.fa.fa-arrows:before {
  content: "";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "";
}

.fa.fa-mail-forward:before {
  content: "";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "";
}

.fa.fa-calendar:before {
  content: "";
}

.fa.fa-arrows-v:before {
  content: "";
}

.fa.fa-arrows-h:before {
  content: "";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "";
}

.fa.fa-sign-out:before {
  content: "";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "";
}

.fa.fa-thumb-tack:before {
  content: "";
}

.fa.fa-external-link:before {
  content: "";
}

.fa.fa-sign-in:before {
  content: "";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "";
}

.fa.fa-arrows-alt:before {
  content: "";
}

.fa.fa-group:before {
  content: "";
}

.fa.fa-chain:before {
  content: "";
}

.fa.fa-scissors:before {
  content: "";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "";
}

.fa.fa-navicon:before {
  content: "";
}

.fa.fa-reorder:before {
  content: "";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "";
}

.fa.fa-unsorted:before {
  content: "";
}

.fa.fa-sort-desc:before {
  content: "";
}

.fa.fa-sort-asc:before {
  content: "";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "";
}

.fa.fa-rotate-left:before {
  content: "";
}

.fa.fa-legal:before {
  content: "";
}

.fa.fa-tachometer:before {
  content: "";
}

.fa.fa-dashboard:before {
  content: "";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "";
}

.fa.fa-flash:before {
  content: "";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "";
}

.fa.fa-exchange:before {
  content: "";
}

.fa.fa-cloud-download:before {
  content: "";
}

.fa.fa-cloud-upload:before {
  content: "";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "";
}

.fa.fa-cutlery:before {
  content: "";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "";
}

.fa.fa-tablet:before {
  content: "";
}

.fa.fa-mobile:before {
  content: "";
}

.fa.fa-mobile-phone:before {
  content: "";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "";
}

.fa.fa-mail-reply:before {
  content: "";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "";
}

.fa.fa-mail-reply-all:before {
  content: "";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "";
}

.fa.fa-code-fork:before {
  content: "";
}

.fa.fa-chain-broken:before {
  content: "";
}

.fa.fa-shield:before {
  content: "";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "";
}

.fa.fa-level-up:before {
  content: "";
}

.fa.fa-level-down:before {
  content: "";
}

.fa.fa-pencil-square:before {
  content: "";
}

.fa.fa-external-link-square:before {
  content: "";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "";
}

.fa.fa-eur:before {
  content: "";
}

.fa.fa-euro:before {
  content: "";
}

.fa.fa-gbp:before {
  content: "";
}

.fa.fa-usd:before {
  content: "";
}

.fa.fa-dollar:before {
  content: "";
}

.fa.fa-inr:before {
  content: "";
}

.fa.fa-rupee:before {
  content: "";
}

.fa.fa-jpy:before {
  content: "";
}

.fa.fa-cny:before {
  content: "";
}

.fa.fa-rmb:before {
  content: "";
}

.fa.fa-yen:before {
  content: "";
}

.fa.fa-rub:before {
  content: "";
}

.fa.fa-ruble:before {
  content: "";
}

.fa.fa-rouble:before {
  content: "";
}

.fa.fa-krw:before {
  content: "";
}

.fa.fa-won:before {
  content: "";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "";
}

.fa.fa-file-text:before {
  content: "";
}

.fa.fa-sort-alpha-asc:before {
  content: "";
}

.fa.fa-sort-alpha-desc:before {
  content: "";
}

.fa.fa-sort-amount-asc:before {
  content: "";
}

.fa.fa-sort-amount-desc:before {
  content: "";
}

.fa.fa-sort-numeric-asc:before {
  content: "";
}

.fa.fa-sort-numeric-desc:before {
  content: "";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "";
}

.fa.fa-long-arrow-up:before {
  content: "";
}

.fa.fa-long-arrow-left:before {
  content: "";
}

.fa.fa-long-arrow-right:before {
  content: "";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "";
}

.fa.fa-turkish-lira:before {
  content: "";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "";
}

.fa.fa-bank:before {
  content: "";
}

.fa.fa-mortar-board:before {
  content: "";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "";
}

.fa.fa-cab:before {
  content: "";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "";
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "";
}

.fa.fa-circle-o-notch:before {
  content: "";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "";
}

.fa.fa-send:before {
  content: "";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "";
}

.fa.fa-header:before {
  content: "";
}

.fa.fa-sliders:before {
  content: "";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "";
}

.fa.fa-trash:before {
  content: "";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "";
}

.fa.fa-area-chart:before {
  content: "";
}

.fa.fa-pie-chart:before {
  content: "";
}

.fa.fa-line-chart:before {
  content: "";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "";
}

.fa.fa-ils:before {
  content: "";
}

.fa.fa-shekel:before {
  content: "";
}

.fa.fa-sheqel:before {
  content: "";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "";
}

.fa.fa-intersex:before {
  content: "";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "";
}

.fa.fa-battery:before {
  content: "";
}

.fa.fa-battery-3:before {
  content: "";
}

.fa.fa-battery-2:before {
  content: "";
}

.fa.fa-battery-1:before {
  content: "";
}

.fa.fa-battery-0:before {
  content: "";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "";
}

.fa.fa-hourglass-1:before {
  content: "";
}

.fa.fa-hourglass-2:before {
  content: "";
}

.fa.fa-hourglass-3:before {
  content: "";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "";
}

.fa.fa-commenting {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-commenting:before {
  content: "";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "";
}

.fa.fa-volume-control-phone:before {
  content: "";
}

.fa.fa-asl-interpreting:before {
  content: "";
}

.fa.fa-deafness:before {
  content: "";
}

.fa.fa-hard-of-hearing:before {
  content: "";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "";
}

.fa.fa-vcard:before {
  content: "";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "";
}

.fa.fa-thermometer:before {
  content: "";
}

.fa.fa-thermometer-3:before {
  content: "";
}

.fa.fa-thermometer-2:before {
  content: "";
}

.fa.fa-thermometer-1:before {
  content: "";
}

.fa.fa-thermometer-0:before {
  content: "";
}

.fa.fa-bathtub:before {
  content: "";
}

.fa.fa-s15:before {
  content: "";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

Stylesheet: Woocommerce Styles

******************************************************************/
@-webkit-keyframes rotate-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 1.5rem;
  border: 1px solid #cccccc;
  border-left-width: 5px;
  padding: 1em 1em 1em 1.5em;
  margin: 1.5rem;
  font-size: 1.25rem;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  content: "";
  position: absolute;
  top: 50%;
  top: calc(50% - 0.5em);
  left: 0;
  border-top: 0.5em solid transparent;
  border-left: 0.5em solid #cccccc;
  border-bottom: 0.5em solid transparent;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  min-width: 150px;
  width: 100%;
  max-width: 30%;
  margin-left: 1em;
  text-align: center;
}

.woocommerce-message {
  border-color: #8cc63e;
}
.woocommerce-message:before {
  border-left-color: #8cc63e;
}

.woocommerce-error {
  border-color: #FF1437;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-error:before {
  border-left-color: #FF1437;
}
.woocommerce-error li {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.25em 0;
  width: 100%;
}

.woocommerce-checkout .woocommerce-error {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-error li {
  display: block;
  margin: 0;
  padding: 0.25em 0;
}
.woocommerce-checkout .woocommerce-info {
  display: block;
}

.woocommerce-cart .woocommerce-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.woocommerce .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering {
  width: initial;
  float: right;
}
.woocommerce .woocommerce-ordering select {
  width: initial;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
  font-size: 1.2rem;
  margin: 1em 0;
}
.woocommerce .cart:not(table) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.woocommerce .cart:not(table) .quantity {
  float: left;
}
.woocommerce table.cart .actions-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.woocommerce table.cart .actions-flex label {
  width: 100%;
  font-size: 1.2rem;
  padding: 0 0 0.25em;
}
.woocommerce table.cart .product-remove .remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  border-radius: 5em;
  padding: 0.16em 0.3em 0.25em;
  background-color: #FF1437;
  color: #fff;
  font-size: 1.25em;
  text-decoration: none;
  line-height: 1;
}
.woocommerce table.cart .product-remove .remove:hover, .woocommerce table.cart .product-remove .remove:focus {
  background-color: #ff2e4d;
}
.woocommerce #content .images {
  overflow: hidden;
  padding-bottom: 2em;
}
.woocommerce .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.woocommerce .coupon .input-text {
  width: initial;
}
.woocommerce .product_meta {
  font-size: 1.2rem;
  margin: 1em 0;
}
.woocommerce .woocommerce-tabs {
  display: block;
  width: 100%;
  clear: both;
  float: none;
}
.woocommerce .woocommerce-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
}
.woocommerce .woocommerce-tabs .tabs li {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  margin: 0;
}
.woocommerce .woocommerce-tabs .tabs li a {
  display: block;
  padding: 1em 1.5em;
  background-color: #cccccc;
  color: #fff;
  text-decoration: none;
}
.woocommerce .woocommerce-tabs .tabs li.active a {
  background-color: #333;
}
.woocommerce .woocommerce-tabs .wc-tab {
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
}
.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch-around;
      -ms-flex-align: stretch-around;
          align-items: stretch-around;
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  margin: 1em 0;
  width: 100%;
  clear: both;
  float: none;
}
.woocommerce .products a {
  text-decoration: none;
}
.woocommerce .products:before, .woocommerce .products:after {
  display: none;
}
.woocommerce .products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  margin: 1em 1%;
  width: 100%;
  max-width: 300px;
}
.woocommerce .products .product > * {
  width: 100%;
}
.woocommerce .products .product a:not(.button):not(.added_to_cart) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.woocommerce .products .product a:not(.button):not(.added_to_cart) > * {
  width: 100%;
}
.woocommerce .products .product .price {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 1em;
}
.woocommerce .products .product .added_to_cart {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0.25em 0;
  display: block;
  text-align: center;
}
.woocommerce .products .product .button {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
  text-transform: capitalize;
}
.woocommerce .products .product .button.loading {
  position: relative;
  cursor: no-drop;
  cursor: not-allowed;
  cursor: wait;
}
.woocommerce .products .product .button.loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  margin: 0 auto;
  border: 2.5px solid #cccccc;
  border-radius: 2em;
  border-top-color: #fff;
  width: 0.6em;
  height: 0.6em;
  -webkit-animation: rotate-spin 2s linear infinite;
  animation: rotate-spin 2s linear infinite;
}
.woocommerce .products .product .button.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8cc63e;
  z-index: 4;
}
.woocommerce .products .product .image-wrapper {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.woocommerce .products .product .image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}
.woocommerce .products > *:not(.product) {
  width: 100%;
}
.woocommerce .products.related {
  clear: both;
  float: none;
}
.woocommerce .products.related .product h2 {
  font-size: 1.5em;
}
@media only screen and (min-width: 300px) {
  .woocommerce .products.related .product {
    width: 48%;
  }
}
.woocommerce .blockOverlay {
  background-image: url("../images/ajax-loader.gif") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto;
}
.woocommerce #payment .payment_methods {
  margin: 1em 0;
}
.woocommerce #payment .payment_methods li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  margin: 1em 0;
  padding: 1.5em;
  border: 1px solid #cccccc;
  background-color: #f6f6f6;
}
.woocommerce #payment .payment_methods li p {
  margin: 0.5em 0 0;
}
.woocommerce #payment img {
  margin: 0 0.75em;
  max-height: 50px;
}
.woocommerce #payment .place-order {
  text-align: center;
  font-size: 1.25em;
}

.checkout.woocommerce-checkout.processing {
  background-image: url("../images/ajax-loader.gif") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto;
  opacity: 0.5;
}

.single-product .product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .product-gallery .woocommerce-product-gallery__image {
  padding: 0.5em;
}
.single-product .product-gallery .woocommerce-product-gallery__image, .single-product .product-gallery .woocommerce-product-gallery__image * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .product-gallery .woocommerce-product-gallery__image a {
  height: 75px;
  width: 75px;
  border: 1px solid #cccccc;
}
.single-product .product-gallery .woocommerce-product-gallery__image a.active {
  border-color: #FF1437;
}
.single-product .product-gallery .woocommerce-product-gallery__image img {
  margin: 0;
  width: auto;
  height: auto;
}
.single-product .product-gallery .woocommerce-product-gallery__image.portrait img {
  max-width: none;
  height: 100%;
  max-height: 150px;
}
.single-product .product-gallery .woocommerce-product-gallery__image.landscape img {
  width: 100%;
  max-width: 150px;
  max-height: none;
}
.single-product .image-wrapper {
  padding-bottom: 1em;
  width: 100%;
}
.single-product .image-wrapper, .single-product .image-wrapper * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .image-wrapper img {
  margin: 0 auto;
}
.single-product .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.single-product .owl-item *:not(img) {
  height: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  float: right;
  width: 100%;
  background-color: #f6f6f6;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 1rem 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation:before {
  content: "My Account";
  display: block;
  margin: 0;
  padding: 0.5rem 1.5rem;
  padding: calc(0.5rem + 7px) 1.5rem;
  background-color: #808080;
  color: #fff;
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woocommerce-account article {
  position: relative;
}
.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  min-height: 300px;
}

#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-close {
  color: #fff;
  background-color: #808080;
  text-decoration: none;
}

@media only screen and (min-width: 481px) {
  .woocommerce .products .product {
    width: 48%;
  }
  .woocommerce .products.related .product {
    width: 31%;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce .col2-set {
    width: 100%;
  }
  .woocommerce .col2-set:after {
    content: "";
    display: block;
    clear: both;
    float: none;
  }
  .woocommerce .col2-set .col-1 {
    float: left;
    width: 48%;
  }
  .woocommerce .col2-set .col-2 {
    float: right;
    width: 48%;
  }
  .woocommerce #content {
    width: 100%;
  }
  .woocommerce #content .images {
    float: left;
    width: 48%;
    padding-bottom: 0;
  }
  .woocommerce #content .summary {
    float: right;
    width: 48%;
  }
  .woocommerce .products.related .product {
    width: 23%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: absolute;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: 0;
    left: 0;
    width: 33.3333333333%;
    width: 33.33%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 1.5em 0 0 1.5em;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account article > header {
    padding-left: 33.3333333333%;
    padding-left: 33.33%;
    padding-left: calc(percentage(1/3) + 3em);
    padding-left: calc(33.33% + 3em);
  }
}
@media only screen and (min-width: 1030px) {
  .woocommerce .products .product {
    width: 31%;
  }
  .woocommerce .products.related .product {
    width: 18%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28.5714285714%;
    width: 28.5714286%;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account article > header {
    padding-left: 28.5714285714%;
    padding-left: 28.5714286%;
    padding-left: calc(percentage(2/7) + 3em);
    padding-left: calc(28.5714286% + 3em);
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-thankyou-order-details {
    margin: 0;
    list-style-type: none;
    list-style-position: inside;
  }
  .woocommerce-thankyou-order-details li {
    margin: 0;
    padding: 0.5em;
    list-style-type: none;
    list-style-position: inside;
    border: 1px solid #cccccc;
    border-top: none;
  }
  .woocommerce-thankyou-order-details li:first-of-type {
    border-top: 1px solid #cccccc;
  }
  .woocommerce-thankyou-order-details li:nth-of-type(even) {
    background-color: #f6f6f6;
  }

  .shop_table {
    width: 100%;
    border-top: none;
    border-right: 1px solid #cccccc;
    border-bottom: none;
    border-left: 1px solid #cccccc;
    margin-bottom: 1.5em;
  }
  .shop_table .product-remove .remove {
    float: right;
  }
  .shop_table thead {
    display: none;
  }
  .shop_table tbody,
.shop_table tr,
.shop_table td,
.shop_table th,
.shop_table tfoot {
    display: block;
    border: none;
  }
  .shop_table tr {
    border-bottom: 1px solid #cccccc;
  }
  .shop_table tr:first-of-type, .shop_table tr:first-child {
    border-top: 1px solid #cccccc;
  }
  .shop_table tr:nth-of-type(even), .shop_table tr:nth-child(even) {
    background-color: #f6f6f6;
  }
  .shop_table td {
    padding: 0.5em;
    border-bottom: 1px solid #cccccc;
  }
  .shop_table td:last-of-type, .shop_table td:last-child {
    border-right: 0;
  }
  .shop_table th {
    background-color: #f6f6f6;
    border-bottom: 1px solid #cccccc;
  }
  .shop_table th:last-of-type, .shop_table th:last-child {
    border-right: 0;
  }
  .shop_table .product-thumbnail {
    text-align: center;
  }
  .shop_table .product-thumbnail img {
    margin: 0 auto;
  }
  .shop_table .product-name,
.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-subtotal,
.shop_table .product-total {
    position: relative;
    padding-left: 40%;
    border-top: 1px solid #cccccc;
  }
  .shop_table .product-name:before,
.shop_table .product-price:before,
.shop_table .product-quantity:before,
.shop_table .product-subtotal:before,
.shop_table .product-total:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 35%;
    width: calc(40% - 0.5em);
    max-width: 35%;
    max-width: calc(40% - 0.5em);
    height: 100%;
    padding: 0 0.5em;
    border-right: 1px solid #cccccc;
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shop_table .product-name .product-name,
.shop_table .product-name .product-price,
.shop_table .product-name .product-quantity,
.shop_table .product-name .product-subtotal,
.shop_table .product-name .product-total,
.shop_table .product-price .product-name,
.shop_table .product-price .product-price,
.shop_table .product-price .product-quantity,
.shop_table .product-price .product-subtotal,
.shop_table .product-price .product-total,
.shop_table .product-quantity .product-name,
.shop_table .product-quantity .product-price,
.shop_table .product-quantity .product-quantity,
.shop_table .product-quantity .product-subtotal,
.shop_table .product-quantity .product-total,
.shop_table .product-subtotal .product-name,
.shop_table .product-subtotal .product-price,
.shop_table .product-subtotal .product-quantity,
.shop_table .product-subtotal .product-subtotal,
.shop_table .product-subtotal .product-total,
.shop_table .product-total .product-name,
.shop_table .product-total .product-price,
.shop_table .product-total .product-quantity,
.shop_table .product-total .product-subtotal,
.shop_table .product-total .product-total {
    padding: 0;
    border: none;
  }
  .shop_table .product-name .product-name:before,
.shop_table .product-name .product-price:before,
.shop_table .product-name .product-quantity:before,
.shop_table .product-name .product-subtotal:before,
.shop_table .product-name .product-total:before,
.shop_table .product-price .product-name:before,
.shop_table .product-price .product-price:before,
.shop_table .product-price .product-quantity:before,
.shop_table .product-price .product-subtotal:before,
.shop_table .product-price .product-total:before,
.shop_table .product-quantity .product-name:before,
.shop_table .product-quantity .product-price:before,
.shop_table .product-quantity .product-quantity:before,
.shop_table .product-quantity .product-subtotal:before,
.shop_table .product-quantity .product-total:before,
.shop_table .product-subtotal .product-name:before,
.shop_table .product-subtotal .product-price:before,
.shop_table .product-subtotal .product-quantity:before,
.shop_table .product-subtotal .product-subtotal:before,
.shop_table .product-subtotal .product-total:before,
.shop_table .product-total .product-name:before,
.shop_table .product-total .product-price:before,
.shop_table .product-total .product-quantity:before,
.shop_table .product-total .product-subtotal:before,
.shop_table .product-total .product-total:before {
    content: "";
    padding: 0;
    border: none;
  }
  .shop_table .product-name:before {
    content: "Product: ";
  }
  .shop_table .product-price:before {
    content: "Price: ";
  }
  .shop_table .product-quantity:before {
    content: "Quantity: ";
  }
  .shop_table .product-subtotal:before {
    content: "Subtotal: ";
  }
  .shop_table .product-total:before {
    content: "Total: ";
  }
}
/*********************
IMPORTING COMPONENTS
This are the component styles.
Components compose of the different theme templates.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: 404 Stylesheet

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

Stylesheet: Archive Stylesheet

******************************************************************/
.display-cpt-listing {
  padding: 15px 0;
}
.display-cpt-listing.display-cai_resource {
  background-image: url("../images/bg-connect.png");
  background-blend-mode: normal;
}
.display-cpt-listing.display-cai_report {
  background-image: url("../images/bg-connect.png");
  background-blend-mode: normal;
}
@media only screen and (min-width: 481px) {
  .display-cpt-listing {
    padding: 50px 0;
  }
}

.taxonomy-description {
  margin-bottom: 1.5rem;
}

.cai-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.cai-video .video {
  text-align: center;
}
@media only screen and (min-width: 1030px) {
  .cai-video .video {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.cai-video .video iframe {
  margin: auto;
  float: none;
}
@media only screen and (min-width: 1030px) {
  .cai-video .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cai-video:nth-child(odd) .content {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.post-type-archive-cai_community .section-title,
.community-resources-archive .section-title,
.post-type-archive-cai_webinar .section-title {
  font-family: "myriad-pro-semi-condensed", sans-serif;
  margin-bottom: 3rem;
}
.post-type-archive-cai_community .page-title,
.community-resources-archive .page-title,
.post-type-archive-cai_webinar .page-title {
  font-family: "myriad-pro-semi-condensed", sans-serif;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1030px) {
  .post-type-archive-cai_community .page-title,
.community-resources-archive .page-title,
.post-type-archive-cai_webinar .page-title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 4rem;
  }
}
.post-type-archive-cai_community #resources-section .section-title,
.community-resources-archive #resources-section .section-title,
.post-type-archive-cai_webinar #resources-section .section-title {
  margin-bottom: -8px;
}
.post-type-archive-cai_community .ajax-term-description,
.community-resources-archive .ajax-term-description,
.post-type-archive-cai_webinar .ajax-term-description {
  margin-bottom: -4rem;
}
.post-type-archive-cai_community #resources-section .btn-wrapper,
.post-type-archive-cai_community #org-section .btn-wrapper,
.community-resources-archive #resources-section .btn-wrapper,
.community-resources-archive #org-section .btn-wrapper,
.post-type-archive-cai_webinar #resources-section .btn-wrapper,
.post-type-archive-cai_webinar #org-section .btn-wrapper {
  margin-top: 5rem;
}
.post-type-archive-cai_community .ajax-load-more-btn,
.community-resources-archive .ajax-load-more-btn,
.post-type-archive-cai_webinar .ajax-load-more-btn {
  margin-top: 5rem !important;
}

.post-type-archive-cai_webinar #web-section .section-title {
  margin-bottom: -1rem;
}
.post-type-archive-cai_webinar #featured-section .image-wrapper {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-cai_webinar #featured-section .image-wrapper {
    margin-bottom: 64px;
  }
}
.post-type-archive-cai_webinar #featured-section .image-wrapper.has-feat-img {
  height: 320px;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .post-type-archive-cai_webinar #featured-section .image-wrapper.has-feat-img {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .post-type-archive-cai_webinar #featured-section .image-wrapper.has-feat-img {
    height: 510px;
  }
}
.post-type-archive-cai_webinar #featured-section .image-wrapper.has-feat-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: none;
  min-height: 100%;
  min-width: 100%;
}
.post-type-archive-cai_webinar #featured-section .live-now-tag {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 10px 64px;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-cai_webinar #featured-section .live-now-tag {
    top: 32px;
  }
}

.community-resources-archive {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1030px) {
  .community-resources-archive .page-title {
    margin-bottom: 3rem;
  }
}

#community-map-wrapper,
#org-map-wrapper {
  position: relative;
  margin-bottom: 4rem;
}
#community-map-wrapper .default-tile-post,
#org-map-wrapper .default-tile-post {
  margin-top: 0;
}
#community-map-wrapper .default-tile-post.map-window,
#org-map-wrapper .default-tile-post.map-window {
  margin-bottom: 0;
}
#community-map-wrapper .tile-inner-wrapper .tile-link img.cai-logo,
#org-map-wrapper .tile-inner-wrapper .tile-link img.cai-logo {
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  #community-map-wrapper .tile-inner-wrapper .entry-header,
#org-map-wrapper .tile-inner-wrapper .entry-header {
    display: none;
  }
  #community-map-wrapper .tile-inner-wrapper .entry-title,
#org-map-wrapper .tile-inner-wrapper .entry-title {
    margin-top: 0;
  }
  #community-map-wrapper .tile-inner-wrapper .read-more,
#org-map-wrapper .tile-inner-wrapper .read-more {
    display: none;
  }
  #community-map-wrapper .tile-inner-wrapper .excerpt p,
#org-map-wrapper .tile-inner-wrapper .excerpt p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1029px) {
  #community-map-wrapper .tile-inner-wrapper .entry-header,
#org-map-wrapper .tile-inner-wrapper .entry-header {
    min-height: 160px;
  }
}
#community-map-wrapper div[role=button] img,
#org-map-wrapper div[role=button] img {
  outline: none;
}

#community-map,
#org-map {
  height: 515px;
}

#community-map-overlay,
#org-map-overlay {
  min-height: 400px;
  position: absolute;
  width: 30%;
  right: 25px;
  top: 25px;
  background-color: #fff;
  z-index: 100;
  display: none;
  padding: 3rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 32px #00000029;
          box-shadow: 0px 0px 32px #00000029;
}
@media only screen and (min-width: 1030px) {
  #community-map-overlay,
#org-map-overlay {
    min-width: 400px;
  }
}
@media only screen and (max-width: 1029px) {
  #community-map-overlay,
#org-map-overlay {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #community-map-overlay,
#org-map-overlay {
    min-height: auto;
    top: auto;
    bottom: 25px;
    min-width: calc(100% - 50px);
    padding: 1.5625rem;
  }
}
#community-map-overlay .map-window,
#org-map-overlay .map-window {
  display: none;
}
#community-map-overlay .close-button,
#org-map-overlay .close-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1;
}
#community-map-overlay .topright,
#org-map-overlay .topright {
  position: absolute;
  right: 0;
  top: 0;
}

.post-type-archive-cai_organization .page-title {
  margin-bottom: 0;
}

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

Stylesheet: Author Stylesheet

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

Stylesheet: Comments Stylesheet

******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f6f6f6;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f6f6f6;
  /* 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.9em;
  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.1em;
}
.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: #f6f6f6;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  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.9em;
}

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

#reply-title {
  margin: 0;
}

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

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

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f6f6f6;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
}
#signup-content #submit {
  float: none;
  font-size: 1em;
  width: auto;
}

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

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

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

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

Stylesheet: Footer Stylesheet

******************************************************************/
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-navigation {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer {
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  -webkit-animation: fade_in 1s normal forwards ease-in-out;
          animation: fade_in 1s normal forwards ease-in-out;
}

#footer, .footer {
  clear: both;
  color: #f6f6f6;
  padding: 3em 0;
}
#footer li.menu-item a:link, #footer li.menu-item a:visited, .footer li.menu-item a:link, .footer li.menu-item a:visited {
  text-decoration: none;
  color: #fff;
}
#footer a:link, #footer a:visited, .footer a:link, .footer a:visited {
  color: #fff;
}

/* end .footer-links */
.copyright {
  margin: 15px 0 0 0;
  text-align: center;
}

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

Stylesheet: Front Page Stylesheet

******************************************************************/
#home-slideshow {
  position: relative;
  width: 100%;
  max-height: 100vh;
}
@media only screen and (max-width: 480px) {
  #home-slideshow {
    min-height: 75vh;
  }
}
#home-slideshow .owl-stage-outer,
#home-slideshow .owl-stage,
#home-slideshow .owl-item,
#home-slideshow .slide {
  height: 100%;
}
#home-slideshow .slide {
  position: relative;
  width: 100%;
  min-height: 300px;
  max-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home-slideshow .slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: 1s ease-in-out all;
  -o-transition: 1s ease-in-out all;
  transition: 1s ease-in-out all;
}
#home-slideshow .slide .text > * {
  font-size: 1em;
  margin: 0;
}
#home-slideshow .active .text {
  opacity: 1;
}
#home-slideshow .owl-dots {
  display: none;
}

#home-cta-buttons {
  margin: 2px 0;
  width: 100%;
  overflow: hidden;
}
#home-cta-buttons .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 4px);
  margin-left: -2px;
}
#home-cta-buttons .home-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
          box-shadow: inset 0px 0px 0px 2px #fff;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
#home-cta-buttons .home-btn h1, #home-cta-buttons .home-btn .post-type-archive-cai_community .section-title, .post-type-archive-cai_community #home-cta-buttons .home-btn .section-title,
#home-cta-buttons .home-btn .community-resources-archive .section-title,
.community-resources-archive #home-cta-buttons .home-btn .section-title,
#home-cta-buttons .home-btn .post-type-archive-cai_webinar .section-title,
.post-type-archive-cai_webinar #home-cta-buttons .home-btn .section-title, #home-cta-buttons .home-btn .h1, #home-cta-buttons .home-btn #home-slideshow .slide .text, #home-slideshow .slide #home-cta-buttons .home-btn .text, #home-cta-buttons .home-btn h2, #home-cta-buttons .home-btn .h2, #home-cta-buttons .home-btn .cai-icon-widget .widgettitle, .cai-icon-widget #home-cta-buttons .home-btn .widgettitle, #home-cta-buttons .home-btn h3, #home-cta-buttons .home-btn .h3, #home-cta-buttons .home-btn h4, #home-cta-buttons .home-btn .h4, #home-cta-buttons .home-btn h5, #home-cta-buttons .home-btn .h5 {
  color: #fff;
}
@media only screen and (min-width: 481px) {
  #home-cta-buttons .home-btn {
    max-width: 50%;
  }
}
#home-cta-buttons .home-btn .content {
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  -webkit-animation: fade_up 1s normal forwards ease-in-out;
          animation: fade_up 1s normal forwards ease-in-out;
}
@media only screen and (min-width: 1030px) {
  #home-cta-buttons .home-btn .content {
    width: 50%;
    margin: auto;
    max-width: 300px;
  }
}
#home-cta-buttons .home-btn .content .h1, #home-cta-buttons .home-btn .content #home-slideshow .slide .text, #home-slideshow .slide #home-cta-buttons .home-btn .content .text {
  margin: 0;
  line-height: 1;
}
#home-cta-buttons .home-btn .content p {
  font-size: 1.125em;
}
#home-cta-buttons .home-btn .content > *:last-child {
  margin-bottom: 0.75rem;
}
#home-cta-buttons a.home-btn:hover.bg-connect, #home-cta-buttons a.home-btn.bg-connect-white:hover, #home-cta-buttons a.home-btn.bg-connect-blue:hover, #home-cta-buttons a.home-btn.bg-connect-green:hover, #home-cta-buttons a.home-btn.bg-connect-teal:hover, #home-cta-buttons a.home-btn.display-cpt-listing.display-cai_resource:hover, #home-cta-buttons a.home-btn.display-cpt-listing.display-cai_report:hover, #home-cta-buttons a.home-btn:hover.bg-connect-gray {
  background-color: #e0d9d9;
}
#home-cta-buttons a.home-btn:hover.bg-connect-blue {
  background-color: #27aac5;
}
#home-cta-buttons a.home-btn:hover.bg-connect-green {
  background-color: #72ac25;
}
#home-cta-buttons a.home-btn:hover.bg-connect-teal {
  background-color: #19909f;
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
            transform: translate3d(0, 3em, 0);
  }
  80% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3em, 0);
            transform: translate3d(0, -3em, 0);
  }
  80% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Header Stylesheet

******************************************************************/
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3em);
            transform: translateY(-3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes delay_fade_in {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes delay_fade_in {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 0 2%;
  background-color: #fff;
  font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1030px) {
  #header {
    padding: 0;
  }
}
@media screen and (min-width: 601px) {
  .admin-bar #header {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar #header {
    top: 32px;
  }
}
#header .logo-img {
  display: block;
  max-height: 3em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media only screen and (max-width: 480px) {
  #header .logo-img {
    margin: 0 auto;
  }
}
#header .white-logo-img {
  display: none;
  max-height: 3em;
  -webkit-transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
  -o-transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
  transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
}
#header .nav {
  font-size: 1.125em;
}
#header .nav a {
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 1030px) {
  #header .nav li {
    margin: 0 1em;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1040px) {
  #header .nav li {
    margin-left: 0.5em;
  }
}
#header #logo {
  position: relative;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media only screen and (min-width: 1030px) {
  #header #logo {
    margin-left: 2em;
  }
}
#header #searchform {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1030px) {
  #header #searchform {
    max-width: 400px;
    text-align: right;
    margin-right: 1.9em;
  }
}
#header #searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #eeeeee;
  padding: 3px;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
#header #searchform div:hover, #header #searchform div:focus, #header #searchform div:active {
  background-color: #f6f6f6;
}
#header #searchform div > * {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#header #searchform div input {
  border: none;
  background-color: transparent;
}
#header #searchform div input:hover, #header #searchform div input:focus, #header #searchform div input:active {
  background-color: #f6f6f6;
}
#header #searchform div input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfbfbf;
}
#header #searchform div input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbfbf;
}
#header #searchform div input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfbfbf;
}
#header #searchform div input:-moz-placeholder {
  /* Firefox 18- */
  color: #bfbfbf;
}
#header #searchform #searchsubmit {
  min-width: 120px;
}
#header #searchform label {
  font-size: 1.125em;
  line-height: 1.125em;
  text-align: right;
  -webkit-transition: 0.25s ease-in-out all, 0.375s ease-in-out bottom;
  -o-transition: 0.25s ease-in-out all, 0.375s ease-in-out bottom;
  transition: 0.25s ease-in-out all, 0.375s ease-in-out bottom;
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  right: 0;
  z-index: -1;
  text-align: right;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  #header #searchform label {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1030px) {
  #header .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 2em;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
}
#header.scrolled {
  -webkit-box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
}
@media only screen and (max-width: 480px) {
  #header.scrolled .logo-img {
    max-height: 2em;
  }
}
#header.scrolled #searchform label {
  opacity: 0;
}
#header.scrolled .nav-wrapper {
  padding-bottom: 1em;
}
.home #header #searchform {
  color: #fff;
}
.home #header:not(.scrolled) {
  background-color: transparent;
}
.home #header:not(.scrolled) .logo-img {
  display: block;
  max-height: 4em;
  -webkit-transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
  -o-transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
  transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-width: none;
  min-width: 150px;
}
.home #header:not(.scrolled) .white-logo-img {
  display: block;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto;
  left: auto;
  max-height: 4em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 481px) {
  .home #header:not(.scrolled) .white-logo-img {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 150px;
    -webkit-transform: translateY(0%) translateX(-50%);
        -ms-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
}
.home #header:not(.scrolled) .nav li a {
  color: #50b9cf;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media only screen and (min-width: 1030px) {
  .home #header:not(.scrolled) .nav li a {
    color: #fff;
    text-shadow: 1px 1px 1px #50b9cf;
  }
  .home #header:not(.scrolled) .nav li a:hover, .home #header:not(.scrolled) .nav li a:focus {
    color: #50b9cf;
    text-shadow: 0 0 1px #fff;
  }
}
.home #header:not(.scrolled) #searchform div {
  background-color: #fff;
}
.home #header:not(.scrolled) #searchform div input {
  background-color: #fff;
}
.home #header:not(.scrolled) #searchform label {
  opacity: 1;
}
.home #header.scrolled .logo-img {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 2.5em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  min-width: 150px;
}
@media only screen and (min-width: 481px) {
  .home #header.scrolled .logo-img {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home #header.scrolled .white-logo-img {
  display: block;
  opacity: 0;
  visibility: hidden;
  max-height: 2.5em;
  -webkit-transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
  -o-transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
  transition: 0.25s ease-in-out all, 0s 0.25s linear visibility;
  min-width: 150px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home #header.scrolled #searchform {
  margin-top: 7px;
}
.home #header.scrolled #searchform label {
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  #header:not(.scrolled) .nav-wrapper {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 480px) and (max-width: 330px) {
  #header:not(.scrolled) .nav-wrapper {
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 480px) {
  #header .nav-wrapper {
    max-height: 100px;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
    padding-bottom: 0.25em;
  }
}
@media only screen and (max-width: 480px) {
  #header #searchform {
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
  }
}
@media only screen and (max-width: 480px) {
  #header.scroll-down .nav-wrapper {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0.25s ease-in-out all, 0.5s ease-in-out opacity;
    -o-transition: 0.25s ease-in-out all, 0.5s ease-in-out opacity;
    transition: 0.25s ease-in-out all, 0.5s ease-in-out opacity;
  }
  #header.scroll-down #searchform {
    opacity: 0;
  }
}
@media only screen and (max-width: 480px) {
  #header.scroll-up .nav-wrapper {
    max-height: 100px;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
  }
  #header.scroll-up #searchform {
    opacity: 1;
  }
}

@media only screen and (min-width: 481px) {
  #inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#logo {
  padding: 0.75em 1.5em 0.75em 0;
  margin: 0;
}
@media only screen and (min-width: 1030px) {
  #logo {
    width: 100%;
    max-width: 300px;
  }
}
#logo a {
  color: #fff;
}
@media only screen and (min-width: 1030px) {
  #logo a {
    width: 100%;
    max-width: 300px;
  }
}

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
}
@media only screen and (min-width: 1030px) {
  .nav {
    border: 0;
  }
  .nav ul {
    background: #333;
    margin-top: 0;
  }
}
.nav li {
  /* highlight current page */
  /* end current highlighters */
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
@media only screen and (min-width: 1030px) {
  .nav li {
    float: left;
    position: relative;
    /* showing sub-menus */
  }
  .nav li:hover ul.sub-menu {
    top: auto;
    visibility: visible;
    z-index: 9;
  }
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 0.75em;
}
@media only screen and (min-width: 1030px) {
  .nav li a {
    border-bottom: 0;
  }
  .nav li a:hover, .nav li a:focus {
    color: #19636c;
    text-decoration: underline;
  }
}
.nav li ul.sub-menu,
.nav li ul.children {
  margin: 0;
}
@media only screen and (min-width: 1030px) {
  .nav li ul.sub-menu,
.nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    background: none;
  }
}
@media only screen and (min-width: 1030px) {
  .nav li ul.sub-menu li,
.nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
.nav li ul.children li ul {
    top: 0;
    left: 0%;
  }
  .nav li ul.sub-menu li ul li a,
.nav li ul.children li ul li a {
    border-left: 5px solid #50b9cf;
  }
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
@media only screen and (min-width: 1030px) {
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    background: none;
  }
}
/* end .nav */
#header.scrolled .nav li ul.sub-menu,
#header.scrolled .nav li ul.children, body:not(.home) #header .nav li ul.sub-menu,
body:not(.home) #header .nav li ul.children {
  margin: 0;
}
@media only screen and (min-width: 1030px) {
  #header.scrolled .nav li ul.sub-menu li,
#header.scrolled .nav li ul.children li, body:not(.home) #header .nav li ul.sub-menu li,
body:not(.home) #header .nav li ul.children li {
    border-bottom: 1px solid #fff;
    margin: 0;
  }
  #header.scrolled .nav li ul.sub-menu li a,
#header.scrolled .nav li ul.children li a, body:not(.home) #header .nav li ul.sub-menu li a,
body:not(.home) #header .nav li ul.children li a {
    color: #fff;
    background: #333;
  }
  #header.scrolled .nav li ul.sub-menu li a:hover,
#header.scrolled .nav li ul.children li a:hover, body:not(.home) #header .nav li ul.sub-menu li a:hover,
body:not(.home) #header .nav li ul.children li a:hover {
    background: #fff;
    color: #50b9cf;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  #header.scrolled .nav li ul.sub-menu li:last-child,
#header.scrolled .nav li ul.children li:last-child, body:not(.home) #header .nav li ul.sub-menu li:last-child,
body:not(.home) #header .nav li ul.children li:last-child {
    border-bottom: 0px;
  }
}

@media only screen and (max-width: 1029px) {
  #header-nav-wrapper #menu-main-menu {
    /* mobile first */
    position: fixed;
    width: 90%;
    width: calc(100% - 2rem);
    max-width: 500px;
    bottom: 2rem;
    right: 2rem;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(25, 99, 108, 0.4);
            box-shadow: 0 0 10px rgba(25, 99, 108, 0.4);
    background: #fff;
    visibility: hidden;
    /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
    overflow: hidden;
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: all 0.25s ease-in-out, visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: all 0.25s ease-in-out, visibility 0s 0.3s, -webkit-transform 0.3s;
    -o-transition: all 0.25s ease-in-out, transform 0.3s, visibility 0s 0.3s;
    transition: all 0.25s ease-in-out, transform 0.3s, visibility 0s 0.3s;
    transition: all 0.25s ease-in-out, transform 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  }
}
@media only screen and (max-width: 1029px) and (min-width: 481px) {
  #header-nav-wrapper #menu-main-menu {
    width: 90%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 650px) {
  #header-nav-wrapper #menu-main-menu {
    bottom: 1rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 1029px) and (max-width: 767px) {
  #header-nav-wrapper #menu-main-menu {
    bottom: 1rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 1029px) {
  #header-nav-wrapper #menu-main-menu li {
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media only screen and (max-width: 1029px) {
  #header-nav-wrapper #menu-main-menu.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.25s ease-in-out, visibility 0s 0s, -webkit-transform 0.3s;
    transition: all 0.25s ease-in-out, visibility 0s 0s, -webkit-transform 0.3s;
    -o-transition: all 0.25s ease-in-out, transform 0.3s, visibility 0s 0s;
    transition: all 0.25s ease-in-out, transform 0.3s, visibility 0s 0s;
    transition: all 0.25s ease-in-out, transform 0.3s, visibility 0s 0s, -webkit-transform 0.3s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(1) {
    -webkit-animation: mobile-slide-in 0.25s;
            animation: mobile-slide-in 0.25s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(2) {
    -webkit-animation: mobile-slide-in 0.35s;
            animation: mobile-slide-in 0.35s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(3) {
    -webkit-animation: mobile-slide-in 0.45s;
            animation: mobile-slide-in 0.45s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(4) {
    -webkit-animation: mobile-slide-in 0.55s;
            animation: mobile-slide-in 0.55s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(5) {
    -webkit-animation: mobile-slide-in 0.65s;
            animation: mobile-slide-in 0.65s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(6) {
    -webkit-animation: mobile-slide-in 0.75s;
            animation: mobile-slide-in 0.75s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(7) {
    -webkit-animation: mobile-slide-in 0.85s;
            animation: mobile-slide-in 0.85s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(8) {
    -webkit-animation: mobile-slide-in 0.95s;
            animation: mobile-slide-in 0.95s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(9) {
    -webkit-animation: mobile-slide-in 1.05s;
            animation: mobile-slide-in 1.05s;
  }
  #header-nav-wrapper #menu-main-menu.is-visible li:nth-child(10) {
    -webkit-animation: mobile-slide-in 1.15s;
            animation: mobile-slide-in 1.15s;
  }
}
@media only screen and (max-width: 1029px) {
  #header-nav-wrapper li a {
    display: block;
    padding: 1em 1.5em;
    border-bottom: 1px solid #50b9cf;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 850px) {
  #header-nav-wrapper li a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 750px) {
  #header-nav-wrapper li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 650px) {
  #header-nav-wrapper li a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 500px) {
  #header-nav-wrapper li a {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 1029px) {
  #header-nav-wrapper li.menu-item-has-children {
    border-bottom: 1px solid #50b9cf;
  }
  #header-nav-wrapper li.menu-item-has-children > a {
    border-bottom: none;
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 850px) {
  #header-nav-wrapper li.menu-item-has-children > a {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 750px) {
  #header-nav-wrapper li.menu-item-has-children > a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 650px) {
  #header-nav-wrapper li.menu-item-has-children > a {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
  }
}
@media only screen and (max-width: 1029px) {
  #header-nav-wrapper li.menu-item-has-children li {
    margin-left: 1.5em;
    border-bottom: none;
  }
  #header-nav-wrapper li.menu-item-has-children li a {
    padding-top: 0.5em;
    border-bottom: none;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 850px) {
  #header-nav-wrapper li.menu-item-has-children li a {
    padding-top: 0.375em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 750px) {
  #header-nav-wrapper li.menu-item-has-children li a {
    padding-top: 0.25em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 650px) {
  #header-nav-wrapper li.menu-item-has-children li a {
    padding-top: 0.125em;
  }
}
@media only screen and (max-width: 1029px) {
  #header-nav-wrapper li.menu-item-has-children li:not(:last-of-type) a {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 850px) {
  #header-nav-wrapper li.menu-item-has-children li:not(:last-of-type) a {
    padding-bottom: 0.375em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 750px) {
  #header-nav-wrapper li.menu-item-has-children li:not(:last-of-type) a {
    padding-bottom: 0.25em;
  }
}
@media only screen and (max-width: 1029px) and (max-height: 650px) {
  #header-nav-wrapper li.menu-item-has-children li:not(:last-of-type) a {
    padding-bottom: 0.125em;
  }
}
@media only screen and (max-width: 1029px) {
  #header-nav-wrapper li:last-child a {
    border-bottom: none;
  }
}

.mobile-trigger {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(25, 99, 108, 0.4);
          box-shadow: 0 0 10px rgba(25, 99, 108, 0.4);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: delay_fade_in 1.5s normal forwards ease-in-out;
          animation: delay_fade_in 1.5s normal forwards ease-in-out;
  -webkit-transition: 0.25s ease-in-out all, 0.25s 0.25s linear visibility;
  -o-transition: 0.25s ease-in-out all, 0.25s 0.25s linear visibility;
  transition: 0.25s ease-in-out all, 0.25s 0.25s linear visibility;
}
@media only screen and (max-height: 650px) {
  .mobile-trigger {
    bottom: 1rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-trigger {
    bottom: 1rem;
    right: 1rem;
  }
}
.mobile-trigger.init-done {
  -webkit-animation: none;
          animation: none;
}
@media only screen and (max-width: 1029px) {
  .mobile-trigger {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
  }
}
.mobile-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #19636c;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media only screen and (max-width: 1029px) {
  .mobile-trigger span, .mobile-trigger span:before, .mobile-trigger span:after {
    opacity: 1;
  }
}
.mobile-trigger span:before, .mobile-trigger span:after {
  content: "";
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 0s, -webkit-transform 0.3s;
  transition: background 0s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s, -webkit-transform 0.3s;
}
.mobile-trigger span:before {
  top: -6px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.mobile-trigger span:after {
  bottom: -6px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media only screen and (max-width: 1029px) {
  .mobile-trigger.menu-is-open {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-trigger.menu-is-open span {
    background: rgba(25, 99, 108, 0);
  }
  .mobile-trigger.menu-is-open span::before, .mobile-trigger.menu-is-open span::after {
    background: #19636c;
  }
  .mobile-trigger.menu-is-open span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .mobile-trigger.menu-is-open span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}

@-webkit-keyframes mobile-slide-in {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mobile-slide-in {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mobile-bounce-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mobile-bounce-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Index Stylesheet

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

Stylesheet: Ajax Filter Stylesheet

******************************************************************/
/*********************
GENERAL AJAX FILTER STYLES
*********************/
.ajax-wrapper {
  position: relative;
  margin: 1em 0;
  padding: 5px;
}
.ajax-wrapper > *:not(.loading-overlay) {
  -webkit-transition: 0.25s ease-in-out filter;
  -o-transition: 0.25s ease-in-out filter;
  transition: 0.25s ease-in-out filter;
}
.ajax-wrapper .loading-overlay {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.ajax-wrapper .loading-overlay p {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.ajax-wrapper.loading .loading-overlay {
  -ms-flex-line-pack: center;
      align-content: center;
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.5);
}
.home .ajax-wrapper.loading .loading-overlay {
  background-color: rgba(246, 246, 246, 0.5);
}
.ajax-wrapper.loading > *:not(.loading-overlay) {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.ajax-wrapper .ajax-load-more-btn {
  margin: 1em auto;
}
.ajax-wrapper .hide-load-more .ajax-load-more-btn {
  display: none;
}

.ajax-inner {
  width: 100%;
}

/*********************
TAXONOMY DESCRIPTION
*********************/
.term-description-padding {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/*********************
BUTTON AJAX FILTER STYLE
*********************/
.ajax-filter-btns,
.ajax-filter-post-type {
  margin: 1em 0;
}
.ajax-filter-btns .filter-tax,
.ajax-filter-btns .filter-post-type,
.ajax-filter-post-type .filter-tax,
.ajax-filter-post-type .filter-post-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0.25em 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .ajax-filter-btns .filter-tax,
.ajax-filter-btns .filter-post-type,
.ajax-filter-post-type .filter-tax,
.ajax-filter-post-type .filter-post-type {
    width: auto;
    margin: 0.25em;
  }
}
.ajax-filter-btns h3,
.ajax-filter-post-type h3 {
  margin-top: 0;
}

/*********************
SIDEBAR AJAX FILTER STYLE
*********************/
.toggle-slide-wrapper {
  background-color: #f6f6f6;
  position: relative;
}
.js .toggle-slide-wrapper .toggle-slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.js .toggle-slide-wrapper .toggle-slide-btn:after {
  content: "";
  margin-left: 0.25em;
  width: 0;
  height: 0;
  border-top: 0.25em solid #333;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.js .toggle-slide-wrapper .toggle-slide-btn.is-open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*********************
DROPDOWN AJAX FILTER STYLE
*********************/
.filter-display-dropdown {
  margin: 0;
}

.ajax-filter-dropdown {
  margin-bottom: 0;
  padding: 0.75rem 2.375rem;
  border-radius: 0.5rem;
  border: 1px solid #19636c;
  line-height: 1.0625rem;
  text-align: center;
  color: #19636c;
  text-align-last: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  background-color: transparent;
  z-index: 2;
}
.ajax-filter-dropdown > * {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.75rem 2.375rem;
  color: #19636c;
  text-align: center;
  text-align-last: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}
.ajax-filter-dropdown option:hover, .ajax-filter-dropdown option:active, .ajax-filter-dropdown option:focus {
  background: rgba(230, 237, 248, 0.5);
  outline: none;
}
.ajax-filter-dropdown:hover, .ajax-filter-dropdown:active, .ajax-filter-dropdown:focus {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.dropdown-wrapper .toggle-slide-wrapper {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .dropdown-wrapper .toggle-slide-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

.filters-wrapper.dropdown {
  margin: 2rem 0;
  margin-top: 0;
}
.filters-wrapper.dropdown .filter-by {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  color: #19636c;
  margin-top: 0;
  margin-bottom: 1rem;
}
.filters-wrapper.dropdown .ajax-filter-reset {
  cursor: pointer;
  color: #19636c;
  display: inline-block;
  margin-bottom: 1rem;
}
.filters-wrapper.dropdown .toggle-slide-wrapper {
  position: relative;
}
.filters-wrapper.dropdown .toggle-slide-wrapper::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  width: 12px;
  height: 12px;
  color: #19636c;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translate(-50%, -0.75rem);
      -ms-transform: translate(-50%, -0.75rem);
          transform: translate(-50%, -0.75rem);
}
.filters-wrapper.dropdown .top-row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*********************
LOADING ANIMATION
*********************/
.loading-rect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto;
  width: 100%;
  height: 4em;
  text-align: center;
  font-size: 0.75em;
}
.loading-rect > div {
  display: inline-block;
  border: 1px solid #fff;
  height: 100%;
  width: 1em;
  margin: 1px;
  background-color: #19636c;
  -webkit-animation: ajax_loading_animation 1.2s infinite ease-in-out;
          animation: ajax_loading_animation 1.2s infinite ease-in-out;
}
.loading-rect .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loading-rect .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loading-rect .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loading-rect .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes ajax_loading_animation {
  0%, 40%, 100% {
    height: 1em;
  }
  20% {
    height: 4em;
  }
}

@keyframes ajax_loading_animation {
  0%, 40%, 100% {
    height: 1em;
  }
  20% {
    height: 4em;
  }
}
/*********************
ARCHIVE LISTING SIDEBAR
*********************/
.archive-listing-wrapper {
  padding: 1.5em;
  background-color: #f6f6f6;
}
.archive-listing-wrapper h3 {
  margin-top: 0;
}
.archive-listing-wrapper ul {
  margin: 0;
}

.archive-listing .none {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.archive-listing .none > li {
  margin: 0;
  padding: 0.25em 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.archive-listing.yearly .none {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
}
@media only screen and (min-width: 768px) {
  .archive-listing.yearly .none {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.archive-listing.monthly .none {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media only screen and (min-width: 481px) {
  .archive-listing.monthly .none {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media only screen and (min-width: 768px) {
  .archive-listing.monthly .none {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

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

Stylesheet: Single Stylesheet

******************************************************************/
.single-post article {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .single-post article {
    padding: 25px;
  }
}
@media only screen and (min-width: 1030px) {
  .single-post article {
    padding: 25px 50px;
  }
}

.single-cai_grant .icon-wrapper, .single-cai_resource .icon-wrapper, .single-cai_report .icon-wrapper {
  font-size: 9em;
  text-align: center;
}
.single-cai_grant .grant-recipient, .single-cai_resource .grant-recipient, .single-cai_report .grant-recipient {
  margin: 1em 0;
}
.single-cai_grant .grant-recipient.bg-connect-gray, .single-cai_resource .grant-recipient.bg-connect-gray, .single-cai_report .grant-recipient.bg-connect-gray {
  padding: 1em 1.5em;
}
.single-cai_grant .grant-recipient > *:first-child, .single-cai_resource .grant-recipient > *:first-child, .single-cai_report .grant-recipient > *:first-child {
  margin-top: 0;
}
.single-cai_grant .grant-recipient > *:last-child, .single-cai_resource .grant-recipient > *:last-child, .single-cai_report .grant-recipient > *:last-child {
  margin-bottom: 0;
}
.single-cai_grant .grant-recipient .each-grant-recipient, .single-cai_resource .grant-recipient .each-grant-recipient, .single-cai_report .grant-recipient .each-grant-recipient {
  margin-bottom: 15px;
}
.single-cai_grant .grant-recipient .each-grant-recipient h4, .single-cai_resource .grant-recipient .each-grant-recipient h4, .single-cai_report .grant-recipient .each-grant-recipient h4 {
  margin: 0.85rem 0;
}
.single-cai_grant .grant-recipient .each-grant-recipient .grant-recpient-link, .single-cai_resource .grant-recipient .each-grant-recipient .grant-recpient-link, .single-cai_report .grant-recipient .each-grant-recipient .grant-recpient-link {
  text-align: right;
}

.single-cai_people .image-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 5;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.single-cai_people .blur-bg {
  z-index: 1;
  background-repeat: no-repeat;
  background: transparent;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.single-cai_people .blur-bg.icon {
  background: #f6f6f6;
}
.single-cai_people .thumb-wrapper {
  position: relative;
}
.single-cai_people .thumb-content-wrapper header, .single-cai_people .thumb-content-wrapper section, .single-cai_people .thumb-content-wrapper footer {
  max-width: 500px;
  float: none;
  margin: auto;
}
.js .check-scroll-element.viewed > .single-cai_people .image-wrapper {
  -webkit-animation: animate_height 1s linear;
          animation: animate_height 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(1) .image-wrapper {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(2) .image-wrapper {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(3) .image-wrapper {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(4) .image-wrapper {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(5) .image-wrapper {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(6) .image-wrapper {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(7) .image-wrapper {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(8) .image-wrapper {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(9) .image-wrapper {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(10) .image-wrapper {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(11) .image-wrapper {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.js .check-scroll-element.viewed > .single-cai_people:nth-child(n+12) .image-wrapper {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.single-cai_people:hover .blur-bg {
  opacity: 1;
}

.single-cai_video .video {
  text-align: center;
}

/*********************
COMMUNITY (GRANTEE) SINGLES
WEBINAR SINGLES
ORGANIZATION SINGLE
*********************/
.cai-community-single header .single-title,
.cai-webinar-single header .single-title,
.cai-org-single header .single-title {
  font-family: "myriad-pro-semi-condensed", sans-serif;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1030px) {
  .cai-community-single header .single-title,
.cai-webinar-single header .single-title,
.cai-org-single header .single-title {
    line-height: 3.5rem;
  }
}
.cai-community-single header .sub-heading,
.cai-webinar-single header .sub-heading,
.cai-org-single header .sub-heading {
  font-family: "myriad-pro-semi-condensed", sans-serif;
}
.cai-community-single header .comm-social-wrapper,
.cai-webinar-single header .comm-social-wrapper,
.cai-org-single header .comm-social-wrapper {
  margin-top: 24px;
}
.cai-community-single .entry-content .image-wrapper,
.cai-webinar-single .entry-content .image-wrapper,
.cai-org-single .entry-content .image-wrapper {
  margin-top: 32px;
}
.cai-community-single .entry-content .image-wrapper img,
.cai-webinar-single .entry-content .image-wrapper img,
.cai-org-single .entry-content .image-wrapper img {
  margin-bottom: 0;
}
.cai-community-single .entry-content .section-title,
.cai-webinar-single .entry-content .section-title,
.cai-org-single .entry-content .section-title {
  margin-bottom: 40px;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-size: 36px;
}
.cai-community-single h5,
.cai-webinar-single h5,
.cai-org-single h5 {
  font-size: 16px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  margin-bottom: 24px;
  margin-top: 0;
}
.cai-community-single #resources-section .section-title,
.cai-community-single #related-communities-section .section-title,
.cai-webinar-single #resources-section .section-title,
.cai-webinar-single #related-communities-section .section-title,
.cai-org-single #resources-section .section-title,
.cai-org-single #related-communities-section .section-title {
  margin-bottom: -8px;
}
@media only screen and (min-width: 768px) {
  .cai-community-single #webinar-description,
.cai-webinar-single #webinar-description,
.cai-org-single #webinar-description {
    margin-top: 64px;
  }
}
.cai-community-single #organization-resources .each-org-wrapper,
.cai-webinar-single #organization-resources .each-org-wrapper,
.cai-org-single #organization-resources .each-org-wrapper {
  width: 100%;
}
.cai-community-single #organization-resources .each-org-wrapper:first-child .default-tile-post:not(.community-resources-tile),
.cai-webinar-single #organization-resources .each-org-wrapper:first-child .default-tile-post:not(.community-resources-tile),
.cai-org-single #organization-resources .each-org-wrapper:first-child .default-tile-post:not(.community-resources-tile) {
  margin-top: 0;
}
.cai-community-single #organization-resources .each-org-wrapper:not(:first-child) .default-tile-post:not(.community-resources-tile),
.cai-webinar-single #organization-resources .each-org-wrapper:not(:first-child) .default-tile-post:not(.community-resources-tile),
.cai-org-single #organization-resources .each-org-wrapper:not(:first-child) .default-tile-post:not(.community-resources-tile) {
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .cai-community-single #organization-resources .each-org-wrapper:not(:first-child) .default-tile-post:not(.community-resources-tile),
.cai-webinar-single #organization-resources .each-org-wrapper:not(:first-child) .default-tile-post:not(.community-resources-tile),
.cai-org-single #organization-resources .each-org-wrapper:not(:first-child) .default-tile-post:not(.community-resources-tile) {
    margin-top: 6.25rem;
  }
}
.cai-community-single #organization-resources .default-tile-post,
.cai-webinar-single #organization-resources .default-tile-post,
.cai-org-single #organization-resources .default-tile-post {
  max-width: 328px;
}
.cai-community-single .webinar-date,
.cai-webinar-single .webinar-date,
.cai-org-single .webinar-date {
  font-size: 18px;
}

.cai-org-single #content-section {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .cai-org-single #content-section {
    margin-top: 64px;
    margin-bottom: 80px;
  }
}
.cai-org-single .social-links-sharer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cai-org-single .social-links-sharer a {
  margin: 0;
  font-size: 1.5625rem;
}
.cai-org-single .social-links-sharer .fa-mail-bulk {
  font-size: 1.375rem;
}
.cai-org-single .share-btn-wrapper {
  border-bottom: 2px solid #808080;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .cai-org-single .share-btn-wrapper {
    padding-bottom: 64px;
  }
}

.cai-webinar-single .sub-header-wrap {
  margin-top: 2pxrem;
}
.cai-webinar-single .sub-header-wrap .comm-social-wrapper {
  margin-top: 0;
}
.cai-webinar-single .sub-header-wrap .comm-social-wrapper a {
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (min-width: 768px) {
  .cai-webinar-single .sub-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 32px;
  }
  .cai-webinar-single .sub-header-wrap .register-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cai-webinar-single .sub-header-wrap .register-btn {
    margin-top: 32px;
  }
}
.cai-webinar-single .comm-sidebar .table-content {
  margin-bottom: 32px;
}
.cai-webinar-single .comm-sidebar .register-btn-wrapper {
  margin-top: 38px;
  border-top: 1px solid #606060;
}
.cai-webinar-single .comm-sidebar .register-btn-wrapper .register-btn {
  margin-top: 32px;
}
.cai-webinar-single .comm-sidebar .org-name {
  margin-left: 1rem;
  margin-top: -16px;
}
.cai-webinar-single .overlay.show {
  background: #1e1e1e;
  opacity: 0.87;
}
@media only screen and (max-width: 767px) {
  .cai-webinar-single .overlay {
    display: none;
  }
}
.cai-webinar-single .next-steps-box-wrapper {
  display: none;
  width: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 60px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 32px #00000029;
          box-shadow: 0px 0px 32px #00000029;
}
@media only screen and (max-width: 767px) {
  .cai-webinar-single .next-steps-box-wrapper {
    position: relative;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: auto;
    left: 50%;
    max-width: calc(552px - 48px);
    margin: 0 auto;
    width: 100%;
    margin-top: 32px;
    padding: 32px 24px 24px;
  }
}
.cai-webinar-single .next-steps-box-wrapper.show {
  display: inline-block;
}
.cai-webinar-single .next-steps-box-wrapper .box-heading {
  margin-bottom: 0px;
  font-size: 24px;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  margin-top: 0;
}
.cai-webinar-single .next-steps-box-wrapper .related-org-wrapper {
  margin-top: 36px;
}
.cai-webinar-single .next-steps-box-wrapper .default-tile-post {
  margin-top: 0;
}
.cai-webinar-single .next-steps-box-wrapper .default-tile-post header {
  max-height: 64px;
  min-height: 64px;
  max-width: 128px;
}
.cai-webinar-single .next-steps-box-wrapper .default-tile-post .read-more {
  display: none;
}
.cai-webinar-single .next-steps-box-wrapper .default-tile-post .entry-title {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post {
    margin-bottom: 16px;
    width: calc(33.3333% - 16px);
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-of-type(odd) {
    margin-right: 0;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-of-type(even) {
    margin-left: 0;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-child(3n) {
    margin-left: 24px;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-child(3n+1) {
    margin-right: 24px;
  }
}
@media (max-width: 500px) {
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post {
    width: calc(50% - 12px);
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-child(3n) {
    margin-left: 0px;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-child(3n+1) {
    margin-right: 0px;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-of-type(odd) {
    margin-right: 12px;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-of-type(even) {
    margin-left: 12px;
  }
}
@media (max-width: 320px) {
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post {
    width: 100%;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-child(3n) {
    margin-left: 0px;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-child(3n+1) {
    margin-right: 0px;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-of-type(odd) {
    margin-right: 0;
  }
  .cai-webinar-single .next-steps-box-wrapper .default-tile-post:nth-of-type(even) {
    margin-left: 0;
  }
}
.cai-webinar-single .next-steps-box-wrapper .close-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1;
}
.cai-webinar-single .next-steps-box-wrapper .topright {
  position: absolute;
  right: 0;
  top: 1px;
}
.cai-webinar-single .image-wrapper {
  position: relative;
}

.register-btn {
  border-radius: 8px;
  padding: 0.5em 2em;
}

.community-website i {
  margin-right: 16px;
}
.community-website .social-icon {
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .community-website .social-icon {
    margin-right: 32px;
    margin-bottom: 0;
  }
}
.community-website div {
  display: inline-block;
}

.image-wrapper img {
  width: 100%;
  height: auto;
}

.iframe-wrapper .wp-youtube-live:not(.dead) {
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .iframe-wrapper .wp-youtube-live:not(.dead) {
    height: 510px;
  }
}
.iframe-wrapper iframe {
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .iframe-wrapper iframe {
    height: 510px;
  }
}

/*********************
CAT AT-A-GLANCE
*********************/
.at-a-glance-wrapper {
  background-color: #F8F8F8;
  -webkit-box-shadow: 0px 0px 16px #00000014;
          box-shadow: 0px 0px 16px #00000014;
  border-radius: 8px;
  margin-top: 32px;
}
.at-a-glance-wrapper .at-a-glance-inner {
  padding: 32px 0;
}
.at-a-glance-wrapper .at-a-glance-inner div {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.at-a-glance-wrapper .at-a-glance-inner div:last-of-type {
  margin-bottom: 0px;
}
.at-a-glance-wrapper .at-a-glance-inner div .heading {
  color: #19636c;
}
.at-a-glance-wrapper .at-a-glance-inner div p {
  margin-bottom: 0;
  margin-top: 16px;
}
.at-a-glance-wrapper .at-a-glance-inner .inner-top div:last-of-type {
  margin-bottom: 32px;
}
.at-a-glance-wrapper .at-a-glance-inner .inner-top + div {
  display: block;
}
.at-a-glance-wrapper .at-a-glance-inner .inner-top + div span:first-of-type {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .at-a-glance-wrapper .at-a-glance-inner .inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .at-a-glance-wrapper .at-a-glance-inner .inner-top div {
    width: 50%;
  }
}
.at-a-glance-wrapper .at-a-glance-inner .comm-unique {
  display: block;
}
.at-a-glance-wrapper .at-a-glance-inner div.structure {
  margin-bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 768px) {
  .at-a-glance-wrapper .at-a-glance-inner div.structure span:first-of-type {
    width: 170px !important;
  }
}
.at-a-glance-wrapper .at-a-glance-inner .community-served .taxonomies .tax-label {
  display: none;
}
.at-a-glance-wrapper h5 {
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  margin-bottom: 24px;
  margin-top: 0;
}

/*********************
COMMUNITY SOCIAL MEDIA
*********************/
.comm-social-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comm-social-wrapper a {
  margin-right: 32px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-top: 8px;
}
.comm-social-wrapper a:hover, .comm-social-wrapper a:focus, .comm-social-wrapper a:active {
  outline: none;
}
.comm-social-wrapper a:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 1030px) {
  .comm-social-wrapper a {
    margin-right: 56px;
  }
}
.comm-social-wrapper a i {
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.comm-social-wrapper a i::before {
  margin-top: -2px;
}
.comm-social-wrapper a i.other {
  background-color: #50b9cf;
  border-radius: 2px;
  font-size: 10px;
  height: 98%;
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5px;
}
.comm-social-wrapper a i.other::before {
  color: white;
  margin: auto 0;
}
@media only screen and (min-width: 1030px) {
  #contact-section .comm-social-wrapper.flex-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact-section .comm-social-wrapper.flex-space-between a {
    margin-right: 24px;
  }
}

.social-links-sharer .fa-mail-bulk {
  font-size: 16px;
}
.social-links-sharer a {
  margin-right: 32px;
}

/*********************
COMMUNITY CONTACT
*********************/
#contact-section .comm-social-wrapper a {
  margin-top: 5px;
}
#contact-section .contact-section-inner div:not(.team-member) {
  margin-bottom: 48px;
}
#contact-section .contact-section-inner div:not(.team-member) i {
  margin-right: 16px;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#contact-section .contact-section-inner div:not(.team-member) i::before {
  width: 100%;
}
#contact-section .contact-section-inner .community-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#contact-section .contact-section-inner .community-address span {
  white-space: pre-wrap;
  margin-top: -5px;
  line-height: 24px;
}
#contact-section .contact-section-inner .comm-team-members .team-member {
  margin-bottom: 16px;
}
#contact-section .contact-section-inner .comm-team-members .team-member:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #contact-section .contact-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #contact-section .contact-section-inner div:not(.team-member) {
    width: calc(50% - 16px);
  }
  #contact-section .contact-section-inner div:not(.team-member):nth-of-type(even) {
    margin-left: 16px;
  }
  #contact-section .contact-section-inner div:not(.team-member):nth-of-type(odd) {
    margin-right: 16px;
  }
}

/*********************
NEWS SECTION
*********************/
#news-section .news-section-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5em;
     -moz-column-gap: 5em;
          column-gap: 5em;
  row-gap: 3em;
}
#news-section .news-section-inner .news-tile {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #news-section .news-section-inner .news-tile {
    width: 40%;
  }
}
#news-section .news-section-inner .news-tile .publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  padding: 8px 0 20px;
}
#news-section .news-section-inner .news-tile .news-desc {
  margin-bottom: 25px;
}
#news-section .news-section-inner .news-tile .news-link {
  text-decoration: none;
}
#news-section .news-section-inner .news-tile .news-link i {
  margin-left: 16px;
  -webkit-transition: margin-left 0.25s ease-in-out;
  -o-transition: margin-left 0.25s ease-in-out;
  transition: margin-left 0.25s ease-in-out;
}
#news-section .news-section-inner .news-tile .news-link:hover i {
  margin-left: 26px;
}
#news-section .news-section-inner .news-tile h3 {
  margin: 0;
}
#news-section .news-section-inner .news-tile p {
  margin: 0;
}

/*********************
MEDIA SECTION
*********************/
#media-section .media-section-inner .media {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
#media-section .media-section-inner .media img {
  width: 100%;
  margin-bottom: 0;
}
#media-section .media-section-inner .media iframe {
  min-width: 100%;
  z-index: -1;
}
#media-section .media-section-inner .media.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#media-section .media-section-inner .media.embed-container iframe, #media-section .media-section-inner .media.embed-container object, #media-section .media-section-inner .media.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #media-section .media-section-inner.featured-media .media {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1240px) {
  #media-section .media-section-inner.featured-media .media {
    margin-bottom: 48px;
  }
}
#media-section .media-section-inner:not(.featured-media) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  #media-section .media-section-inner:not(.featured-media) .media {
    position: relative;
    min-height: 136px;
    overflow: hidden;
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  #media-section .media-section-inner:not(.featured-media) .media img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
  }
  #media-section .media-section-inner:not(.featured-media) .media:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 12px;
  }
  #media-section .media-section-inner:not(.featured-media) .media:nth-of-type(even) {
    margin-right: 0;
    margin-left: 12px;
  }
  #media-section .media-section-inner:not(.featured-media) .media.embed-container {
    padding-bottom: 136px;
  }
}
@media only screen and (min-width: 1240px) {
  #media-section .media-section-inner:not(.featured-media) .media {
    min-height: 86px;
    width: calc(33.333333% - 16px);
  }
  #media-section .media-section-inner:not(.featured-media) .media.embed-container {
    padding-bottom: 86px;
  }
  #media-section .media-section-inner:not(.featured-media) .media:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  #media-section .media-section-inner:not(.featured-media) .media:nth-of-type(even) {
    margin-left: 0;
    margin-right: 0;
  }
  #media-section .media-section-inner:not(.featured-media) .media:nth-child(3n) {
    margin-left: 24px;
  }
  #media-section .media-section-inner:not(.featured-media) .media:nth-child(3n+1) {
    margin-right: 24px;
  }
}
#media-section .media-section-inner.gallery {
  margin-bottom: -24px;
}

/*********************
 Q&A SECTION
*********************/
#qa-section {
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  #qa-section {
    margin-top: 64px;
  }
}
#qa-section .sub-heading {
  margin-bottom: 8px;
}
#qa-section .section-title {
  margin-bottom: 32px;
  line-height: 1;
}
#qa-section .qa-intro {
  margin-bottom: 48px;
}
#qa-section .the-question {
  display: block;
  margin: 32px 0;
}
#qa-section .the-answer .answer-label {
  float: left;
}
#qa-section .the-answer blockquote {
  color: black;
  font-size: 32px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  border-left: none;
  padding: 0;
  margin: 64px 0;
  line-height: 40px;
}
#qa-section .the-answer blockquote::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 1rem;
  display: block;
}

/*********************
 COMMUNITY SINGLE SIDEBAR
*********************/
.comm-sidebar {
  display: none;
  max-width: 176px;
}
@media only screen and (min-width: 1030px) {
  .comm-sidebar {
    display: block;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
  .comm-sidebar.show {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: auto;
  }
}
@media (max-height: 799px) {
  .comm-sidebar {
    top: 60%;
  }
}
.comm-sidebar .table-content {
  border-bottom: 1px solid #606060;
  margin-bottom: 72px;
}
@media (max-height: 700px) {
  .comm-sidebar .table-content {
    margin-bottom: 2rem;
  }
}
.comm-sidebar .table-content a {
  color: black;
  margin-bottom: 32px;
  text-decoration: none;
  outline: none;
}
.comm-sidebar .table-content a:hover, .comm-sidebar .table-content a:focus, .comm-sidebar .table-content a:active {
  color: #50b9cf;
  outline: none;
}

/*********************
 GLOSSARY SINGLE
*********************/
.single-glossary .footer-widgets {
  display: none;
}
.single-glossary #inner-content {
  min-height: 50vh;
}

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

Stylesheet: Sidebar Stylesheet

******************************************************************/
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
  80% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.widget {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 1em 0;
}
@media only screen and (min-width: 768px) {
  .widget:first-of-type, .widget:nth-child(2) {
    margin-top: 0;
  }
}
.widget:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .widget {
    width: 31%;
  }
  .widget:nth-of-type(1), .widget:nth-of-type(3n+1) {
    margin-right: 2%;
  }
  .widget:nth-of-type(2), .widget:nth-of-type(3n+2) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .widget:nth-of-type(3), .widget:nth-of-type(3n+3) {
    margin-left: 2%;
  }
  .widget:nth-of-type(3) {
    margin-top: 0;
  }
  .widget:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
#footer .widget {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #footer .widget:nth-of-type(odd) {
    padding-right: 0.5em;
  }
  #footer .widget:nth-of-type(even) {
    padding-left: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #footer .widget {
    width: 22.5%;
  }
  #footer .widget:nth-of-type(4), #footer .widget:nth-of-type(3) {
    margin-top: 0;
  }
  #footer .widget:nth-last-of-type(4) {
    margin-bottom: 0;
  }
}
.widget .textwidget > *:last-child, .widget .textwidget > *:last-child * {
  margin-bottom: 0;
}
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
.js .check-scroll-element .widget {
  opacity: 0;
}
.js .check-scroll-element.viewed .widget {
  -webkit-animation: fade_up 1s linear;
          animation: fade_up 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.js .check-scroll-element.viewed .widget:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.js .check-scroll-element.viewed .widget:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.js .check-scroll-element.viewed .widget:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js .check-scroll-element.viewed .widget:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.js .check-scroll-element.viewed .widget:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js .check-scroll-element.viewed .widget:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.js .check-scroll-element.viewed .widget:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js .check-scroll-element.viewed .widget:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.js .check-scroll-element.viewed .widget:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .check-scroll-element.viewed .widget:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.js .check-scroll-element.viewed .widget:nth-child(11) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.js .check-scroll-element.viewed .widget:nth-child(n+12) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}

.footer-widgets .widget {
  margin-bottom: 0;
}

.widgettitle {
  color: #333;
  margin: 0;
}

.cai-icon-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  line-height: 1.25;
}
.cai-icon-widget, .cai-icon-widget:hover, .cai-icon-widget:focus, .cai-icon-widget:visited, .cai-icon-widget:visited:hover, .cai-icon-widget:visited:focus {
  color: #fff;
  text-decoration: none;
}
.cai-icon-widget i {
  font-size: 3em;
  color: #8cc63e;
  margin-right: 1rem;
}
.cai-icon-widget .color-black {
  color: #333;
}
.cai-icon-widget .color-white {
  color: #fff;
}
.cai-icon-widget .color-blue {
  color: #50b9cf;
}
.cai-icon-widget .color-green {
  color: #8cc63e;
}
.cai-icon-widget .color-teal {
  color: #19636c;
}
.cai-icon-widget.bg-connect-teal .widgettitle, .cai-icon-widget.bg-connect-blue .widgettitle, .cai-icon-widget.bg-connect-green .widgettitle {
  color: #fff;
}
.cai-icon-widget.bg-connect-gray, .cai-icon-widget.bg-white, .cai-icon-widget.bg-connect-white {
  color: #19636c;
}
.cai-icon-widget.bg-connect-gray .widgettitle, .cai-icon-widget.bg-white .widgettitle, .cai-icon-widget.bg-connect-white .widgettitle {
  color: #19636c;
}
.cai-icon-widget.bg-connect-green i {
  color: #fff;
}
.cai-icon-widget .text * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cai-icon-widget .text > *:last-child, .cai-icon-widget .text > *:last-child * {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .cai-icon-widget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cai-icon-widget i {
    float: none;
    margin: auto auto 15px auto;
  }
  .cai-icon-widget .content {
    width: 100%;
  }
}
a.cai-icon-widget {
  -webkit-box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
}
a.cai-icon-widget:hover, a.cai-icon-widget:visited:hover {
  -webkit-box-shadow: 0 0.25em 0.75em -0.125em rgba(51, 51, 51, 0.75);
          box-shadow: 0 0.25em 0.75em -0.125em rgba(51, 51, 51, 0.75);
}
a.cai-icon-widget:hover.bg-connect, a.cai-icon-widget.bg-connect-white:hover, a.cai-icon-widget.bg-connect-blue:hover, a.cai-icon-widget.bg-connect-green:hover, a.cai-icon-widget.bg-connect-teal:hover, a.cai-icon-widget.display-cpt-listing.display-cai_resource:hover, a.cai-icon-widget.display-cpt-listing.display-cai_report:hover, a.cai-icon-widget:hover.bg-connect-gray, a.cai-icon-widget:visited:hover.bg-connect, a.cai-icon-widget:visited:hover.bg-connect-gray {
  background-color: #ebe7e7;
}
a.cai-icon-widget:hover.bg-connect-blue, a.cai-icon-widget:visited:hover.bg-connect-blue {
  background-color: #30b9d6;
}
a.cai-icon-widget:hover.bg-connect-green, a.cai-icon-widget:visited:hover.bg-connect-green {
  background-color: #80c12a;
}
a.cai-icon-widget:hover.bg-connect-teal, a.cai-icon-widget:visited:hover.bg-connect-teal {
  background-color: #167c89;
}

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

#ttcont {
  max-width: 300px;
}
#ttcont .glossaryItemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .sidebar {
    margin-top: 2.2em;
  }
}
/*********************
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;
    -webkit-filter: 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;
  }

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

  Stylesheet: Font Awesome PRO Styles

  ******************************************************************/
  /*!
  * FullCalendar v3.9.0
  * Docs & License: https://fullcalendar.io/
  * (c) 2018 Adam Shaw
  */
  /*!
   * FullCalendar v3.9.0 Print Stylesheet
   * Docs & License: https://fullcalendar.io/
   * (c) 2018 Adam Shaw
   */
  /*
   * Include this stylesheet on your page to get a more printer-friendly calendar.
   * When including this stylesheet, use the media='print' attribute of the <link> tag.
   * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
   */
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-helper-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
    	 making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
.fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-agenda-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats,
.fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
.fc button {
    display: none;
    /* don't display any button-related controls */
  }
}