/*!
Theme Name: Hollabaugh Bros
Theme URI: http://underscores.me/
Author: Christina Leikam
Author URI: https://www.cyphondesign.com/
Description: Custom Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hbarep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hollabaugh Bros is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* COLORS */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=Pragati+Narrow&display=swap");
/*@import url("https://use.typekit.net/xqt0ric.css");*/
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.eot");
  src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.eot");
  src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fa,
.fas,
.far,
.fal,
.fad,
.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-times:before {
  content: "\f00d"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-search:before {
  content: "\f002"; }

.grid-container {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1100px; }

.grid-container.fluid {
  padding-left: 25px;
  padding-right: 25px; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #777777;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  /*font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;*/
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #223160; }

h1, .h1 {
  margin: 0 0 25px;
  font-size: 32px;
  line-height: 1.2em; }

h2, .h2 {
  font-size: 30px;
  margin: 0 0 25px;
  line-height: 1.2em; }

h3, .h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4a5c85;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 20px; }

h4 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px; }

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 42px; }

  h2, .h2 {
    font-size: 36px; }

  h3, .h3 {
    font-size: 21px; }

  h4 {
    font-size: 20px; } }
p {
  margin-bottom: 1.5em;
  line-height: 1.3em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.large p {
  font-size: 18px; }

strong {
  font-weight: bold; }

@media only screen and (min-width: 1024px) {
  p {
    font-size: 18px; }

  .large p {
    font-size: 21px; } }
@media only screen and (min-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px; } }
/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 25px 25px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #223160;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a:visited {
  color: #223160; }

a:hover, a:focus, a:active {
  color: #198AD9; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

.btn, .white-btn, .blue-btn,
.wp-block-button__link, .gray-btn, .cta-btn, input[type="submit"] {
  border: 1px solid;
  padding: 10px 25px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 500; }

.white-btn {
  border-color: #4a5c85;
  color: #fff; }

.white-btn:visited {
  color: #fff; }

.white-btn:hover {
  background-color: #fff;
  color: #223160; }

.blue-btn,
.wp-block-button__link {
  border-color: #223160;
  background-color: #223160;
  color: #fff;
  border-radius: 0 !important; }

.blue-btn:visited,
.wp-block-button__link:visited {
  color: #fff; }

.blue-btn:hover,
.wp-block-button__link:hover {
  background-color: #fff;
  color: #223160; }

.btn-mrg {
  margin: 35px 0; }

.gray-btn {
  border-color: #777777;
  background-color: #777777;
  color: #fff;
  font-weight: 300; }

.gray-btn:visited {
  color: #fff; }

.gray-btn:hover {
  color: #777777;
  background-color: #fff; }

.cta-btn {
  border-color: #fff;
  background-color: #fff;
  color: #000 !important; }

.cta-btn:visited {
  color: #000 !important; }

.cta-btn:hover {
  background-color: #223160;
  border-color: #223160;
  color: #fff !important; }

.blue-rounded-btn {
  /*background-color: #ccd9e8;*/
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 10px 16px;
  border: none;
  color: #223160;
  font-weight: 500;
  font-size: 20px; }

.blue-rounded-btn:visited {
  color: #223160; }

.blue-rounded-btn:hover {
  background-color: #223160;
  color: #fff; }

.blue-rounded-btn:hover .fas {
  color: #fff; }

.blue-rounded-btn .fas {
  margin-left: 8px;
  color: #223160;
  font-size: .8em;
  transition: all 0.3s ease; }

.intro-content .blue-btn {
  margin: 5px;
  display: inline-block; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #777777;
  border: none;
  border-radius: 0;
  padding: 3px 10px;
  height: 50px;
  background-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  height: 50px;
  background-color: #eee;
  margin-bottom: 15px;
  color: #777777;
  border: none; }

select option {
  color: #223160; }

textarea {
  width: 100%;
  height: 200px !important; }

input[type="submit"] {
  border-color: #223160;
  background-color: #223160;
  color: #fff;
  border-radius: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50px; }

input[type="submit"]:hover {
  cursor: pointer;
  background-color: #fff;
  color: #223160;
  border: 1px solid #223160; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #777777; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #777777; }

.brand-checkbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.brand-checkbox span.wpcf7-list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0; }

.brand-checkbox span.wpcf7-list-item input[type="checkbox"] {
  margin: 0 5px 0 0;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: #fff;
  border: none; }

.brand-checkbox label {
  color: #fff; }

@media only screen and (min-width: 640px) {
  .brand-checkbox span.wpcf7-list-item {
    width: 33.333%; } }
@media only screen and (min-width: 1024px) {
  input[type="submit"] {
    margin-left: 0; }

  .brand-checkbox span.wpcf7-list-item {
    width: 50%; } }
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-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 {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-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); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-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 {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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); }
  100% {
    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);
    -ms-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);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-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);
    -ms-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 {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-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);
    -ms-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 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    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); }
  100% {
    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);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-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;
    -ms-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); }
  100% {
    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);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-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); }
  100% {
    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);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-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); }
  100% {
    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);
    -ms-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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-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;
    -ms-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 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #F3F0ED;
  border-top: 3px solid #4a5c85;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li {
  display: flex;
  width: 100%; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: #4a5c85; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  display: flex;
  flex-direction: column; }

.main-navigation ul.sub-menu {
  padding-top: 10px;
  padding-bottom: 10px; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none;
  /*color: $primary;*/
  color: #fff; }

.main-navigation a:hover {
  /*color: $highlight1;*/
  color: #198AD9; }

.main-navigation .sub-menu a {
  color: #223160; }

.main-navigation .sub-menu a:hover {
  color: #198AD9; }

.main-navigation .menu-item-has-children > a {
  position: relative; }

.main-navigation .menu-item-has-children > a:hover:after {
  color: #198AD9; }

.main-navigation .menu-item-has-children > a:after {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  content: '\f107';
  /*color: $primary;*/
  color: #fff;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

#mob-menu {
  margin-top: 50px; }

#mob-menu a {
  color: #fff; }

#mob-menu .sub-menu {
  list-style-type: none; }

#mob-menu .submenu-toggle {
  background-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0; }

#mob-menu .submenu-toggle:hover, #mob-menu .submenu-toggle:active, #mob-menu .submenu-toggle:focus {
  outline: none; }

#mob-menu .submenu-toggle::after {
  border-color: #fff transparent transparent; }

#site-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

body {
  /*background-color: #F3F0ED;*/
  background-color: #fff; }

.ltbluebg {
  background-color: #4a5c85; }

.drkbluebg {
  background-color: #223160; }

hr.gray {
  background-color: #777777; }

hr.blue {
  background-color: #4a5c85; }

#masthead {
  /*background-color: #f3f0ed;*/
  padding: 10px 0; }

#masthead .grid-container.fluid {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

#masthead .site-branding a {
  /*width: 85px;*/ }

#masthead .open-btn {
  font-size: 1.5em;
  color: #fff; }

#masthead .open-btn:active, #masthead .open-btn:focus {
  outline: none; }

#masthead .grid-x {
  align-items: center; }

#masthead .small-2 {
  display: flex;
  justify-content: flex-end; }

#masthead.v2 {
  /*background-color: $white;*/
  background-color: #223160; }

#masthead.v2 .terr-map img {
  display: none !important; }

.off-canvas {
  padding: 15px 25px;
  background-color: #223160; }

.off-canvas .close-btn {
  font-size: 1.5em;
  color: #fff; }

.off-canvas .close-btn:active, .off-canvas .close-btn:focus {
  outline: none; }

.off-canvas .mm-logo {
  max-width: 75px; }

.off-canvas .small-10 {
  text-align: center; }

.position-right {
  width: 300px;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px); }

.admin-bar .off-canvas {
  top: 46px; }

#hero-top {
  background-color: #223160;
  color: #fff;
  text-align: center;
  padding: 15px 0; }

#hero-top h1 {
  margin: 0 0 15px;
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #fff; }

#hero-top h1 span {
  color: #4a5c85;
  font-size: 22px; }

#hero-top h1 span.small {
  display: block;
  margin: 0;
  color: #fff;
  font-size: normal; }

#hero-top h1 span.small span {
  font-size: 0.85em; }

#hero-top h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin: 0;
  font-size: 18px;
  color: #fff; }

#hero-top .medium-7 {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px; }

.hm-hero-v2 {
  text-align: center;
  padding: 50px 0;
  /*background-color: $white;*/
  background: linear-gradient(180deg, #223160 0%, #198AD9 100%); }

.hm-hero-v2 h1 {
  margin: 0 0 15px;
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  /*color: $primary;*/
  display: none;
  color: #fff;
  font-weight: 500;
  line-height: 1em; }

.hm-hero-v2 .medium-7 {
  display: none; }

body .hm-hero-v2 .medium-5 {
  padding-left: 0; }

.hm-hero-v2 h1 span {
  font-size: 22px; }

.hm-hero-v2 h1 span.small {
  display: block;
  margin: 0;
  color: #223160;
  font-size: normal; }

.hm-hero-v2 h1 span.small span {
  font-size: 0.85em; }

body .hm-hero-v2 h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin: 0 0 35px;
  font-size: 40px;
  /*color: $primary;*/
  color: #fff;
  font-weight: 400; }

.hm-hero-v2 .medium-7 {
  border-bottom: 1px solid #223160;
  margin-bottom: 15px; }

.hm-hero-v2 .hm-mission-statement {
  /*color: #acacac;*/
  color: #fff;
  font-weight: 400;
  font-style: italic;
  max-width: 475px;
  margin: 0 auto 35px;
  text-align: center; }

#hm-hero {
  min-height: 300px; }

.hm-hero-cont {
  padding: 35px 25px;
  color: #fff;
  background: #223160 url("images/hm-hero-bg.png") no-repeat right center;
  background-size: 110%;
  font-weight: 100;
  font-size: 18px; }

#page-hero {
  /*background-color: $primary;*/
  background: linear-gradient(180deg, #223160 0%, #198AD9 100%);
  padding: 25px 0; }

#page-hero h1 {
  margin: 0 0 10px;
  color: #fff; }

#page-hero h2 {
  margin: 0;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px; }

.section {
  padding: 50px 0; }

#hm-sec2 .blue {
  font-weight: bold;
  color: #4a5c85; }

#hm-sec3 {
  color: #fff;
  text-align: center;
  font-size: 18px; }

#hm-sec3 .img-wrap {
  text-align: center;
  margin-bottom: 25px; }

#hm-sec3 .img-wrap img {
  max-height: 50px;
  width: auto; }

#hm-sec3 .large-4 {
  margin-bottom: 50px; }

#hm-sec3 .large-4:last-of-type {
  margin-bottom: 0; }

#hm-sec3 .wrap {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

#hm-sec4 .bgimg {
  width: 100%;
  height: auto; }

.white-box {
  padding: 25px 0 35px;
  text-align: center;
  color: #4a5c85;
  font-weight: normal; }

.white-box .lazy {
  max-width: 100px;
  margin-bottom: 15px; }

.white-box h2 {
  margin-bottom: 15px; }

.white-box h2 span {
  color: #4a5c85;
  font-size: 0.7em; }

.white-box .cont {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.div-box {
  background-color: #fff;
  max-width: 350px;
  margin: 0 auto 50px; }

.div-box .thumb {
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat; }

.div-box a .fas {
  color: #4a5c85; }

.div-box h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 10px 0;
  border-bottom: 1px solid #4a5c85; }

.div-box h3 a {
  color: #223160; }

.div-box h3 a:visited {
  color: #223160; }

.div-box h3 a:hover {
  color: #198AD9; }

.div-box .cont-wrap {
  color: #223160;
  font-size: 16px;
  padding: 10px; }

.arrow-link {
  display: block;
  text-align: right;
  width: 100%;
  padding: 0 10px 10px;
  font-size: 20px; }

.arrow-link .fas {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #4a5c85; }

.arrow-link:hover .fas {
  color: #223160; }

.links {
  font-weight: 500; }

.links a {
  display: block;
  text-decoration: underline;
  text-align: center; }

#get-started {
  padding: 35px 0;
  text-align: center;
  color: #fff; }

#get-started h2 {
  color: #fff; }

#get-started .links a {
  color: #fff; }

#get-started .links a:visited {
  color: #fff; }

#get-started .links a:hover {
  color: #198AD9 !important; }

.site-footer {
  padding: 35px 0;
  /*color: $primary;*/
  color: #fff;
  font-size: 14px; }

.site-footer h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #4a5c85;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.site-footer .medium-3 {
  /*color: $primary;*/
  color: #fff;
  margin-bottom: 20px; }

.site-footer .medium-3 strong {
  display: block; }

.site-footer .medium-3 a {
  display: block;
  /*color: $primary;*/
  color: #fff; }

.site-footer .medium-3 a:visited {
  /*color: $primary;*/
  color: #fff; }

.site-footer .medium-3 a:hover {
  /*color: $highlight1;*/
  color: #f4f4f4; }

.site-footer .large-6:first-of-type ul {
  list-style-type: none;
  margin-left: 0;
  color: #223160;
  line-height: 1.4em;
  font-size: 14px; }

.site-footer .large-6:first-of-type ul li {
  margin: 0; }

.site-footer .email-wrap a {
  text-decoration: underline; }

.site-footer .lazy {
  max-width: 200px;
  display: block !important;
  margin: 0 auto 50px; }

.site-footer.v2 {
  /*background-color: $lgrey;*/
  background-color: #223160; }

.site-footer.v2 h3 {
  /*color: $primary;*/
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  /*font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;*/
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  border-bottom: none;
  margin: 0 0 35px; }

.site-footer.v2 .foot-email {
  margin-bottom: 35px; }

.site-footer.v2 .foot-email a {
  font-weight: 400; }

.site-footer.v2 .email-wrap a {
  /*color: $primary;*/
  color: #fff; }

.site-footer.v2 .email-wrap a:visited {
  /*color: $primary;*/
  color: #fff; }

.site-footer.v2 .email-wrap a:hover {
  /*color: $highlight1;*/
  color: #f4f4f4; }

.site-footer.v2 .email-wrap:last-of-type {
  margin-bottom: 50px; }

.site-footer.v2 ul.menu {
  margin: 0;
  padding: 0;
  font-weight: 400; }

.site-footer.v2 ul.menu li {
  display: block;
  width: 100%; }

.site-footer.v2 ul.menu a {
  /*color: $primary;*/
  color: #fff;
  padding: 11px 0 0 0; }

.site-footer.v2 ul.menu a:visited {
  /*color: $primary;*/
  color: #fff; }

.site-footer.v2 ul.menu a:hover {
  /*color: $highlight1;*/
  color: #f4f4f4; }

.site-footer.v2 ul.menu a:hover {
  text-decoration: underline; }

.site-footer.v2 .location-phone a {
  text-decoration: underline;
  font-weight: 400; }

.site-footer.v2 .social-wrap a {
  /*background-color: $highlight1;*/
  background-color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  margin-right: 16px; }

.site-footer.v2 .social-wrap a:last-of-type {
  margin-right: 0; }

.site-footer.v2 .social-wrap a:visited .fab {
  color: #223160; }

.site-footer.v2 .social-wrap a:hover .fab {
  color: #198AD9; }

.site-footer.v2 .social-wrap a:hover {
  /*background-color: $primary;*/
  background-color: #f4f4f4; }

.site-footer.v2 .social-wrap a .fab {
  /*color: $white;*/
  color: #223160;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-align: center;
  margin: 0; }

#menu-footer-menu {
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase; }

#menu-footer-menu li {
  display: block;
  width: 100%; }

#menu-footer-menu a {
  color: #223160; }

#menu-footer-menu a:visited {
  color: #223160; }

#menu-footer-menu a:hover {
  color: #4a5c85; }

.li-link,
.social-wrap a {
  margin: 25px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #223160; }

.li-link:visited,
.social-wrap a:visited {
  color: #223160; }

.li-link:hover .fab,
.social-wrap a:hover .fab {
  color: #223160; }

.li-link .fab,
.social-wrap a .fab {
  margin-right: 10px;
  font-size: 2.5em;
  color: #4a5c85;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.li-link p,
.social-wrap a p {
  margin-bottom: 0;
  max-width: 75px;
  line-height: 1.2em;
  font-size: 14px; }

.social-wrap {
  display: flex; }

.social-wrap a:last-of-type .fab {
  margin-right: 0; }

.brand-hero {
  min-height: 300px; }

.tm-row {
  background-color: #f3f0ed;
  padding: 50px 0; }

.tm-row:nth-of-type(3n + 2) {
  background-color: #fff; }

.tm-row:nth-of-type(3n + 2) .h3 {
  border-color: #f3f0ed; }

.tm-row:nth-of-type(3n + 3) {
  background-color: #777777;
  color: #f3f0ed; }

.tm-row:nth-of-type(3n + 3) .h3 {
  color: #fff; }

.tm-row:nth-of-type(3n + 3) a {
  color: #fff; }

.tm-row:nth-of-type(3n + 3) a:before {
  color: #fff !important; }

.tm-row:nth-of-type(3n + 3) a h3 {
  color: #fff; }

.tm-row:nth-of-type(3n + 3) a:visited {
  color: #fff; }

.tm-row:nth-of-type(3n + 3) a:hover {
  color: #223160; }

.tm-row:nth-of-type(3n + 3) a:hover:before {
  color: #223160 !important; }

.tm-row:nth-of-type(3n + 3) a:hover h3 {
  color: #223160; }

.tm-row .h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: #777777;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 15px; }

.tm-row .tm-img {
  min-height: 300px; }

.tm-row .tm-cont {
  font-size: 14px; }

.tm-row .tm-cont p {
  font-size: 14px; }

.tm-row .tm-img {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  display: flex;
  height: 100%; }

.tm-row .tm-img.fullsize {
  background-position: 50% 50%;
  background-size: contain; }

.tm-row .tm-links a {
  position: relative;
  padding-left: 35px;
  display: block;
  margin-bottom: 10px;
  color: #777777;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.tm-row .tm-links a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0a9';
  color: #777777;
  font-size: 1.2em; }

.tm-row .tm-links a:visited {
  color: #777777; }

.tm-row .tm-links a:hover {
  color: #223160; }

.tm-row .tm-links a:hover h3 {
  color: #223160; }

.tm-row .tm-links a:hover:before {
  color: #223160; }

.tm-row .tm-links h3 {
  color: #777777;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0; }

.tm-row .tm-links .tm-link-cont {
  font-size: 14px;
  font-family: "Pragati Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.single-brands .about-brand {
  background-color: #777777;
  padding: 25px;
  color: #fff;
  font-weight: 100;
  text-align: center; }

.single-brands .about-brand h1 {
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.1em; }

.single-brands .about-brand .about-cont {
  font-weight: 100;
  line-height: 1.2em; }

.single-brands .about-brand a {
  color: #fff;
  font-weight: 100;
  text-decoration: underline; }

.single-brands .about-brand .medium-4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 15px; }

.single-brands .about-brand .medium-4 img {
  display: block;
  margin: 0 auto 10px;
  max-width: 150px;
  max-height: 75px; }

.brand-case-studies h2 {
  color: #000; }

.brand-cta {
  background-color: #777777;
  padding: 50px 0; }

.brand-cta h2 {
  color: #fff; }

.brand-cta a {
  color: #fff;
  text-decoration: underline; }

.brand-cta a:visited {
  color: #fff; }

.brand-cta a:hover {
  color: #223160; }

.brand-cta a.cta-btn {
  text-decoration: none !important; }

.brand-cta .btn-mrg:last-of-type {
  margin-bottom: 0; }

#divisions-list {
  padding: 50px 0; }

#divisions-list h2 {
  margin: 0 0 25px; }

#divisions-list h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#divisions-list h3.sub {
  color: #223160;
  line-height: 1.2em;
  font-size: 18px;
  margin-bottom: 35px; }

#divisions-list.tabs-content {
  background-color: transparent;
  border: none; }

#divisions-list .territory .grid-x {
  margin-bottom: 25px; }

#divisions-list .territory .large-4 {
  background-color: #d9d9d9;
  padding: 25px; }

#divisions-list .territory .large-4 .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center; }

#divisions-list .territory .large-8 {
  background-color: #f4f4f4;
  padding: 20px 25px; }

#divisions-list .territory h3 {
  color: #223160;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px; }

#divisions-list .territory h4 {
  color: #223160;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
  text-align: center; }

#divisions-list .territory h4.reps {
  margin-bottom: 10px; }

#divisions-list .territory hr.gray {
  margin: 5px 0 10px;
  display: none; }

#divisions-list .territory ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

#divisions-list .territory ul.brands {
  font-size: 14px;
  text-align: center; }

#divisions-list .territory ul.brands a {
  color: #777777; }

#divisions-list .territory ul.brands a:visited {
  color: #777777; }

#divisions-list .territory ul.brands a:hover {
  color: #223160; }

#divisions-list .territory ul.brands li {
  display: inline-block; }

#divisions-list .territory ul.brands li:after {
  content: ', '; }

#divisions-list .territory ul.brands li:last-child {
  margin-bottom: 0; }

#divisions-list .territory ul.brands li:last-child:after {
  content: ''; }

#divisions-list .territory ul.reps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 14px;
  line-height: 1.4em; }

#divisions-list .territory ul.reps .fimg {
  width: 100px;
  height: 100px;
  border: 3px solid #223160;
  border-radius: 50px;
  margin: 0 auto 5px;
  position: relative;
  /*&:before {
  	content:'';
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	background: $grad1;
  	top: 0;
  	left: 0;
  }*/ }

#divisions-list .territory ul.reps li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 25px; }

#divisions-list .territory ul.reps li strong {
  color: #223160;
  font-size: 18px; }

#divisions-list .territory ul.reps li span {
  display: block; }

#divisions-list .territory ul.reps li span.title {
  font-size: 12px; }

#divisions-list .territory ul.reps li a {
  color: #777777; }

#divisions-list .territory ul.reps li a:visited {
  color: #777777; }

#divisions-list .territory ul.reps li a:hover {
  color: #223160; }

#divisions.tabs {
  border: none; }

#divisions li {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }

#divisions li.tabs-title {
  display: block;
  border-bottom: 1px solid #ccc; }

#divisions li.tabs-title > a {
  font-size: 16px;
  /*background-color: #F3F0ED;*/
  font-weight: 600;
  /*color: $primary;*/
  background-color: #223160;
  color: #fff; }

#divisions li.tabs-title > a:hover {
  background-color: #fff;
  color: #223160; }

#divisions li.tabs-title > a[aria-selected='true'] {
  background-color: #198AD9;
  color: #fff; }

#divisions li.tabs-title > a.no-link {
  cursor: default;
  /*color: $grey;
  background-color: $white;*/
  background-color: #223160;
  color: #fff; }

.brand-ceus {
  background-color: #e6e3e0; }

.brand-ceus h2 {
  color: #223160;
  margin-bottom: 50px; }

.brand-ceus .large-4 {
  background-color: #fff;
  position: relative;
  padding-bottom: 55px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }

.brand-ceus h3,
.brand-ceus .cs-excerpt {
  padding-left: 15px;
  padding-right: 15px; }

.brand-ceus h3 {
  margin-top: 15px; }

.brand-ceus h3 a {
  color: #223160; }

.brand-ceus h3 a:visited {
  color: #223160; }

.brand-ceus h3 a:hover {
  color: #4a5c85; }

.brand-ceus .rm {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #223160; }

.brand-ceus .rm:visited {
  color: #223160; }

.brand-ceus .rm:hover {
  color: #4a5c85; }

.brand-ceus .btn-mrg {
  margin-top: 65px;
  margin-bottom: 15px; }

.brand-ceus .ceu-list .grid-x {
  justify-content: center; }

#primary {
  padding: 50px 0; }

.page-template-page-company-directory #primary {
  background-color: #fff; }

.page-template-page-company-directory #primary .fimg {
  height: 100px;
  width: 100px;
  border-radius: 150px;
  display: block;
  margin: 0 auto 15px;
  border: 1px solid #ededed; }

.page-template-page-company-directory .tm-wrap {
  margin: 0 auto;
  max-width: 250px;
  text-align: center; }

.page-template-page-company-directory .tm-wrap h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 5px; }

.page-template-page-company-directory .tm-wrap p {
  margin-bottom: 0; }

.page-template-page-company-directory .tm-wrap a {
  color: #777777; }

.page-template-page-company-directory .tm-wrap a:visited {
  color: #777777; }

.page-template-page-company-directory .tm-wrap a:hover {
  color: #223160; }

.page-template-page-company-directory .tm-wrap .tmlinks a {
  margin-right: 10px;
  display: inline-block;
  font-size: 20px;
  color: #4a5c85; }

.page-template-page-company-directory .tm-wrap .tmlinks a:visited {
  color: #4a5c85; }

.page-template-page-company-directory .tm-wrap .tmlinks a:hover {
  color: #223160; }

.page-template-page-company-directory .tm-wrap .tmlinks a:last-of-type {
  margin-right: 0; }

.post-type-archive-brands #primary .medium-6:first-of-type,
.tax-brand_divisions #primary .medium-6:first-of-type {
  margin-bottom: 25px; }

.post-type-archive-brands .brand-links,
.tax-brand_divisions .brand-links {
  background-color: #fff;
  padding: 50px 0; }

.post-type-archive-brands .brand-links .wp-post-image,
.tax-brand_divisions .brand-links .wp-post-image {
  display: block;
  margin: 0 auto;
  max-height: 65px;
  width: auto; }

.post-type-archive-brands .brand-links .grid-x,
.tax-brand_divisions .brand-links .grid-x {
  justify-content: center; }

.post-type-archive-brands .brand-links .small-4,
.tax-brand_divisions .brand-links .small-4 {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center; }

.post-type-archive-brands .brand-links .small-4 a,
.tax-brand_divisions .brand-links .small-4 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.post-type-archive-brands .brand-links .small-4 a:hover,
.tax-brand_divisions .brand-links .small-4 a:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5; }

.single-case_studies #primary,
.single-trainings #primary,
.single #primary {
  background-color: #fff; }

.single-case_studies #primary h1.entry-title,
.single-trainings #primary h1.entry-title,
.single #primary h1.entry-title {
  text-align: center; }

.brand-case-studies {
  background-color: #223160;
  padding: 50px 0;
  color: #fff; }

.brand-case-studies h2 {
  color: #fff;
  margin: 0 0 35px; }

.brand-case-studies h3 {
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  line-height: 1.2em; }

.brand-case-studies h3 a {
  color: #fff; }

.brand-case-studies h3 a:visited {
  color: #fff; }

.brand-case-studies h3 a:hover {
  color: #4a5c85; }

.brand-case-studies .large-3 {
  margin-bottom: 50px; }

.brand-case-studies .large-3:last-of-type {
  margin-bottom: 0; }

.rm {
  color: #fff;
  display: block;
  margin-top: 15px;
  font-weight: 600; }

.rm:visited {
  color: #fff; }

.rm:hover {
  color: #4a5c85; }

.cs-excerpt {
  line-height: 1.3em; }

.cs-excerpt p {
  font-size: 16px; }

.single-trainings #primary .btn-mrg {
  margin-top: 50px; }

.single-trainings #primary .wp-post-image {
  display: block;
  margin: 0 auto; }

.single-trainings #primary .wp-block-embed__wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.btrainings {
  padding: 50px 0;
  background-color: #ece9e6; }

.btrainings .grid-x {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }

.btrainings .large-4 {
  background-color: #223160;
  color: #fff;
  padding: 25px;
  margin-top: 35px; }

.btrainings .large-4 h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
  border-bottom: 1px solid #4a5c85;
  padding-bottom: 8px; }

.btrainings .large-4 ul {
  list-style-type: none;
  line-height: 1.3em;
  margin-left: 0; }

.btrainings .large-4 ul li {
  margin-bottom: 25px; }

.btrainings .large-4 ul li a:after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px; }

.btrainings .large-4 ul li a:hover {
  color: #4a5c85; }

.btrainings a {
  color: #fff; }

.btrainings a:visited {
  color: #fff; }

.btrainings a:hover {
  color: #F3F0ED; }

.tr-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }

.tr-wrap .fimg {
  background-color: #777777;
  min-height: 225px;
  border-bottom: 1px solid #f5f5f5; }

.tr-wrap h3 a {
  display: block;
  color: #223160;
  line-height: 1.2em;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px; }

.tr-wrap h3 a:visited {
  color: #223160; }

.tr-wrap h3 a:hover {
  color: #4a5c85; }

.tr-wrap .cont-wrap {
  padding: 15px 25px 25px; }

.tr-wrap .cont-wrap .cs-excerpt {
  font-size: 14px; }

.circle-links {
  background-color: #223160;
  color: #fff;
  border-radius: 200px;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 12px;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #223160;
  margin-left: auto;
  margin-right: auto; }

.circle-links:visited {
  color: #fff; }

.circle-links:hover {
  background-color: #fff;
  color: #223160; }

.page-template-page-contact h2 {
  margin: 0 0 35px; }

.page-template-page-contact #primary {
  background-color: #fff;
  padding-bottom: 0; }

.page-template-page-contact #contsec1 {
  align-items: center; }

.page-template-page-contact .large-4 {
  margin-top: 50px; }

.page-template-page-contact .large-4 .grid-x {
  margin-left: auto;
  margin-right: auto; }

.page-template-page-contact .large-8.lazy {
  min-height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 35px - 0.9375rem);
  position: relative;
  left: -25px; }

.page-template-page-contact .email-links {
  background-color: #eee;
  padding: 25px;
  text-align: center;
  color: #777777; }

.page-template-page-contact .email-links a {
  color: #777777; }

.page-template-page-contact .email-links a:visited {
  color: #777777; }

.page-template-page-contact .email-links a:hover {
  color: #223160; }

.page-template-page-contact .email-links strong {
  display: block;
  line-height: 1.2em;
  font-size: 1.4em;
  color: #223160; }

.page-template-page-contact .email-links .link-wrap {
  margin-bottom: 25px; }

.page-template-page-contact .email-links .link-wrap:last-of-type {
  margin-bottom: 0; }

.page-template-page-contact .btn-mrg {
  margin-top: 50px;
  text-align: center; }

.form-email {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #F3F0ED;
  color: #223160;
  text-align: center; }

.form-email h3 {
  color: #223160;
  font-size: 22px; }

.form-email a {
  color: #777777; }

.form-email a:after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px; }

s .form-email a:visited {
  color: #777777; }

.form-email a:hover {
  color: #4a5c85; }

.form-email .medium-4 {
  margin-bottom: 25px; }

.locations {
  padding: 50px 0;
  background-color: #223160;
  color: #fff;
  text-align: center; }

.locations h2 {
  margin-bottom: 25px; }

.locations h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 20px; }

.locations hr {
  margin-bottom: 25px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  background-color: #4a5c85; }

.locations h2,
.locations h3 {
  color: #fff; }

.locations .large-4 {
  margin-bottom: 50px; }

.locations .large-4:last-of-type {
  margin-bottom: 0; }

.page-template-page-about #primary {
  padding-bottom: 0; }

.page-template-page-about #primary .large-6 h3 {
  color: #4a5c85;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px; }

.page-template-page-about #primary .large-6 hr {
  background-color: #223160;
  margin-bottom: 50px; }

.page-template-page-about #primary .large-6 img.lazy {
  margin: 0 auto;
  border-radius: 5px; }

.page-template-page-about #primary .large-6 .caption {
  background-color: #223160;
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -35px;
  margin-bottom: -35px; }

.page-template-page-about #primary .large-6 .caption small {
  display: block;
  font-weight: 100;
  margin-top: 5px; }

.page-template-page-about #primary .large-6 .wrap {
  margin-bottom: 50px; }

.page-template-page-about #primary .large-6 .bbox {
  background-color: #223160;
  padding: 25px 25px 85px;
  color: #fff;
  text-align: right;
  position: relative;
  margin-bottom: 50px; }

.page-template-page-about #primary .large-6 .bbox h3 {
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #fff;
  font-weight: normal;
  font-size: 22px; }

.page-template-page-about #primary .large-6 .bbox hr {
  background-color: #fff;
  margin: 25px 0; }

.page-template-page-about #primary .large-6 .bbox img.lazy {
  max-width: 100px;
  position: absolute;
  bottom: 25px;
  left: 25px; }

.page-template-page-about #primary .large-6 .bbox .cont-wrap {
  padding-left: 50px; }

#industry-involvement {
  background-color: #4a5c85;
  color: #fff; }

#industry-involvement h2 {
  color: #fff;
  margin-bottom: 50px; }

#industry-involvement ul {
  list-style-type: none;
  margin-left: 0; }

#industry-involvement ul li {
  margin-bottom: 35px; }

#industry-involvement a {
  color: #fff;
  display: block;
  line-height: 1.2em;
  position: relative;
  padding-right: 45px; }

#industry-involvement a strong {
  display: block;
  margin-bottom: 5px; }

#industry-involvement a:visited {
  color: #fff; }

#industry-involvement a:hover {
  color: #223160; }

#industry-involvement a:after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  margin: auto; }

#culture .white-box h2 {
  margin-bottom: 0; }

#culture .white-box .grid-container {
  padding: 0 25px;
  border-bottom: none; }

#culture .grid-container {
  padding: 50px 25px;
  border-bottom: 1px solid #4a5c85; }

#culture .img-wrap {
  margin-bottom: 25px; }

#culture .li {
  font-weight: bold;
  margin-top: 25px; }

#culture .li .fab {
  font-size: 1.8em;
  margin-right: 15px; }

#culture .li a {
  color: #4a5c85;
  display: flex;
  align-items: center;
  justify-content: center; }

#culture .li a:visited {
  color: #4a5c85; }

#culture .li a:hover {
  color: #223160; }

.cul-hero {
  min-height: 200px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat; }

.page-template-page-about .cul-hero {
  min-height: 600px;
  background-position: top center; }

.gray-pf {
  background-color: #777777;
  color: #fff;
  padding: 35px 0; }

.gray-pf h2 {
  color: #fff; }

.gray-pf .btn-mrg {
  margin-bottom: 15px; }

.il_cr {
  background-color: #fff; }

.il_cr hr {
  background-color: #4a5c85; }

.il_cr .large-7 {
  min-height: 300px;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px; }

.page-template-page-news .cont-wrap {
  padding: 15px 25px 25px; }

.page-template-page-news .cont-wrap .cs-excerpt {
  font-size: 14px; }

.page-template-page-news .news-post {
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }

.news-form {
  background-color: #223160;
  padding: 25px;
  color: #fff; }

.news-form h3 {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 25px; }

.news-form h4 {
  color: #fff; }

.news-form input[type='submit'] {
  margin-top: 25px;
  background-color: #4a5c85;
  color: #fff;
  width: 100%;
  height: 50px; }

.news-form input[type='submit']:hover {
  color: #223160;
  background-color: #fff; }

.news-form form {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff; }

.news-form form p {
  margin-bottom: 0; }

.newsletters {
  padding: 50px 0 0;
  background-color: #4a5c85;
  color: #fff; }

.newsletters h2 {
  color: #fff;
  margin-bottom: 35px; }

.newsletters h4 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 5px; }

.newsletters a {
  color: #fff; }

.newsletters a:visited {
  color: #fff; }

.newsletters a:hover {
  color: #223160; }

.newsletters .large-4 {
  margin-bottom: 50px; }

.newsletters .large-4 a {
  display: block;
  width: 100%;
  font-size: 16px; }

.newsletters .large-4 a:after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px; }

.newsletters .link-wrap {
  margin-bottom: 15px; }

.newsletters .categories {
  line-height: 0.9em; }

.newsletters .categories a {
  width: auto;
  display: inline-block !important;
  margin: 0;
  font-size: 12px;
  opacity: 0.6;
  color: #fff; }

.newsletters .categories a:after {
  content: '';
  margin: 0; }

.newsletters .categories a:visited {
  color: #fff; }

.newsletters .categories a:hover {
  opacity: 1; }

.single-press_releases .entry-title {
  margin-bottom: 0; }

.single-press_releases .date {
  color: #777777;
  margin: 10px 0 25px;
  text-align: center; }

.single-press_releases .hentry {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.single-press_releases .hentry .btn-mrg {
  margin-top: 50px; }

.single-press_releases .post-thumbnail {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px; }

.single-press_releases .post-thumbnail img {
  align-self: center;
  width: auto !important;
  max-height: 100% !important; }

#news-pr {
  padding: 50px 0;
  background-color: #223160; }

#news-pr .large-3 {
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }

#news-pr .large-3:last-of-type {
  margin-bottom: 0; }

#news-pr .btn-mrg {
  margin: 50px 0 25px; }

.pr-wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }

.pr-wrap h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #223160; }

.pr-wrap .post-wrap {
  padding: 15px; }

.pr-wrap .rm {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #223160; }

.pr-wrap .rm:visited {
  color: #223160; }

.pr-wrap .rm:hover {
  color: #4a5c85; }

.page-template-page-resources #primary .large-4 {
  margin-bottom: 50px; }

.page-template-page-resources #primary .large-4 .wrap {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto; }

.page-template-page-resources #primary .large-4:last-of-type {
  margin-bottom: 0; }

.page-template-page-resources #primary .large-4 img {
  max-width: 300px;
  display: block;
  margin: 0 auto 25px;
  border-radius: 300px; }

.page-template-page-resources #primary .large-4 h3 {
  color: #223160;
  text-align: center;
  margin: 0 0 20px; }

.page-template-page-resources #primary .large-4 .links a {
  display: block;
  text-align: left;
  text-decoration: none !important;
  font-size: 0.85em;
  margin: 0 auto 5px; }

.page-template-page-resources #primary .large-4 .links a:after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px; }

.tm {
  background-color: #fff;
  padding: 50px 0; }

.tm h2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.tm .large-6.lazy {
  margin-bottom: 25px;
  min-height: 300px;
  width: calc(100% - 1.875rem);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.tm ul {
  line-height: 1.3em; }

.tm ul li {
  margin-bottom: 10px; }

#what-do-you-want-to-do h2 {
  text-align: center; }

#what-do-you-want-to-do .large-8.lazy {
  margin-bottom: 25px;
  min-height: 300px;
  width: calc(100% - 1.875rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.trainings {
  background-color: #fff; }

.post-type-archive-trainings h3 a,
.post-type-archive-case_studies h3 a,
.post-type-archive-ceu h3 a,
.post-type-archive-case_studies h3 a {
  color: #223160; }

.post-type-archive-trainings h3 a:visited,
.post-type-archive-case_studies h3 a:visited,
.post-type-archive-ceu h3 a:visited,
.post-type-archive-case_studies h3 a:visited {
  color: #223160; }

.post-type-archive-trainings h3 a:hover,
.post-type-archive-case_studies h3 a:hover,
.post-type-archive-ceu h3 a:hover,
.post-type-archive-case_studies h3 a:hover {
  color: #4a5c85; }

.post-type-archive-trainings #primary,
.post-type-archive-case_studies #primary,
.post-type-archive-ceu #primary,
.post-type-archive-case_studies #primary {
  padding: 0; }

.post-type-archive-trainings .brand-logo,
.post-type-archive-case_studies .brand-logo,
.post-type-archive-ceu .brand-logo,
.post-type-archive-case_studies .brand-logo {
  margin-bottom: 50px;
  text-align: center; }

.post-type-archive-trainings .brand-logo img,
.post-type-archive-case_studies .brand-logo img,
.post-type-archive-ceu .brand-logo img,
.post-type-archive-case_studies .brand-logo img {
  max-width: 300px;
  max-height: 150px; }

.post-type-archive-trainings #ao-smith .fimg,
.post-type-archive-case_studies #ao-smith .fimg,
.post-type-archive-ceu #ao-smith .fimg,
.post-type-archive-case_studies #ao-smith .fimg {
  min-height: 100px !important; }

.post-type-archive-trainings .post-wrap,
.post-type-archive-case_studies .post-wrap,
.post-type-archive-ceu .post-wrap,
.post-type-archive-case_studies .post-wrap {
  padding: 15px; }

.post-type-archive-trainings .cs-excerpt,
.post-type-archive-case_studies .cs-excerpt,
.post-type-archive-ceu .cs-excerpt,
.post-type-archive-case_studies .cs-excerpt {
  font-size: 16px;
  line-height: 1.3em;
  word-break: break-word; }

.post-type-archive-trainings .rm,
.post-type-archive-case_studies .rm,
.post-type-archive-ceu .rm,
.post-type-archive-case_studies .rm {
  color: #223160;
  position: absolute;
  bottom: 15px;
  left: 15px; }

.post-type-archive-trainings .rm:visited,
.post-type-archive-case_studies .rm:visited,
.post-type-archive-ceu .rm:visited,
.post-type-archive-case_studies .rm:visited {
  color: #223160; }

.post-type-archive-trainings .rm:hover,
.post-type-archive-case_studies .rm:hover,
.post-type-archive-ceu .rm:hover,
.post-type-archive-case_studies .rm:hover {
  color: #4a5c85; }

.post-type-archive-trainings .training-posts,
.post-type-archive-case_studies .training-posts,
.post-type-archive-ceu .training-posts,
.post-type-archive-case_studies .training-posts {
  padding: 50px 0; }

.post-type-archive-trainings .training-posts:nth-of-type(odd),
.post-type-archive-case_studies .training-posts:nth-of-type(odd),
.post-type-archive-ceu .training-posts:nth-of-type(odd),
.post-type-archive-case_studies .training-posts:nth-of-type(odd) {
  background-color: #fff; }

.post-type-archive-trainings .training-posts:nth-of-type(odd) .large-4,
.post-type-archive-trainings .training-posts:nth-of-type(odd) .large-3,
.post-type-archive-case_studies .training-posts:nth-of-type(odd) .large-4,
.post-type-archive-case_studies .training-posts:nth-of-type(odd) .large-3,
.post-type-archive-ceu .training-posts:nth-of-type(odd) .large-4,
.post-type-archive-ceu .training-posts:nth-of-type(odd) .large-3,
.post-type-archive-case_studies .training-posts:nth-of-type(odd) .large-4,
.post-type-archive-case_studies .training-posts:nth-of-type(odd) .large-3 {
  background-color: #F3F0ED;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }

.post-type-archive-trainings .training-posts .grid-x,
.post-type-archive-case_studies .training-posts .grid-x,
.post-type-archive-ceu .training-posts .grid-x,
.post-type-archive-case_studies .training-posts .grid-x {
  justify-content: center; }

.post-type-archive-trainings .training-posts .large-4,
.post-type-archive-trainings .training-posts .large-3,
.post-type-archive-case_studies .training-posts .large-4,
.post-type-archive-case_studies .training-posts .large-3,
.post-type-archive-ceu .training-posts .large-4,
.post-type-archive-ceu .training-posts .large-3,
.post-type-archive-case_studies .training-posts .large-4,
.post-type-archive-case_studies .training-posts .large-3 {
  background-color: #fff;
  padding-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }

.post-type-archive-trainings .training-posts2 .grid-x,
.post-type-archive-case_studies .training-posts2 .grid-x,
.post-type-archive-ceu .training-posts2 .grid-x,
.post-type-archive-case_studies .training-posts2 .grid-x {
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }

.post-type-archive-trainings .training-posts2 .grid-x .medium-4,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-4,
.post-type-archive-ceu .training-posts2 .grid-x .medium-4,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-4 {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center; }

.post-type-archive-trainings .training-posts2 .grid-x .medium-4 .brand-logo,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-4 .brand-logo,
.post-type-archive-ceu .training-posts2 .grid-x .medium-4 .brand-logo,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-4 .brand-logo {
  margin-bottom: 0; }

.post-type-archive-trainings .training-posts2 .grid-x .medium-4 .brand-logo img,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-4 .brand-logo img,
.post-type-archive-ceu .training-posts2 .grid-x .medium-4 .brand-logo img,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-4 .brand-logo img {
  max-width: 100%;
  max-height: 85px; }

.post-type-archive-trainings .training-posts2 .grid-x .medium-8,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8,
.post-type-archive-ceu .training-posts2 .grid-x .medium-8,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 {
  background-color: #223160;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.post-type-archive-trainings .training-posts2 .grid-x .medium-8 a,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a,
.post-type-archive-ceu .training-posts2 .grid-x .medium-8 a,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a {
  color: #fff; }

.post-type-archive-trainings .training-posts2 .grid-x .medium-8 a:after,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a:after,
.post-type-archive-ceu .training-posts2 .grid-x .medium-8 a:after,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a:after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px; }

.post-type-archive-trainings .training-posts2 .grid-x .medium-8 a:visited,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a:visited,
.post-type-archive-ceu .training-posts2 .grid-x .medium-8 a:visited,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a:visited {
  color: #fff; }

.post-type-archive-trainings .training-posts2 .grid-x .medium-8 a:hover,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a:hover,
.post-type-archive-ceu .training-posts2 .grid-x .medium-8 a:hover,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a:hover {
  color: #198AD9; }

.post-type-archive-trainings .training-posts2 .grid-x .medium-8 a span.scheduled,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a span.scheduled,
.post-type-archive-ceu .training-posts2 .grid-x .medium-8 a span.scheduled,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a span.scheduled {
  color: rgba(255, 255, 255, 0.5); }

.post-type-archive-trainings .training-posts2 .grid-x .medium-8 a span.scheduled:hover,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a span.scheduled:hover,
.post-type-archive-ceu .training-posts2 .grid-x .medium-8 a span.scheduled:hover,
.post-type-archive-case_studies .training-posts2 .grid-x .medium-8 a span.scheduled:hover {
  color: #198AD9; }

.post-type-archive-trainings #primary,
.post-type-archive-ceu #primary,
.post-type-archive-case_studies #primary {
  padding: 50px 0; }

.hentry {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.page-template-page-price-change-lookup #primary .large-4 {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); }

.page-template-page-price-change-lookup #primary .large-4 .cont-wrap {
  text-align: left;
  padding: 15px;
  font-size: 16px; }

.page-template-page-price-change-lookup #primary .large-4 .date {
  background-color: #777777;
  color: #fff;
  padding: 0 15px; }

.page-template-page-price-change-lookup #primary .large-4 a {
  display: block;
  color: #223160;
  font-size: 16px; }

.page-template-page-price-change-lookup #primary .large-4 a:visited {
  color: #223160; }

.page-template-page-price-change-lookup #primary .large-4 a:hover {
  color: #198AD9; }

.page-template-page-price-change-lookup #primary .large-4 a:after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 5px; }

.page-template-page-price-change-lookup #primary .large-4 .blogo {
  display: block;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5c85; }

.page-template-page-price-change-lookup #primary .large-4 .blogo:after {
  content: none;
  margin-left: 0; }

.page-template-page-price-change-lookup #primary .large-4 .blogo img {
  max-width: 150px;
  width: auto;
  height: auto;
  max-height: 65px; }

.post-type-archive-newsletters #primary {
  background-color: #fff; }

.post-type-archive-newsletters #primary .grid-x {
  justify-content: center; }

.post-type-archive-newsletters #primary .large-4 {
  background-color: #223160;
  padding: 25px; }

.post-type-archive-newsletters #primary .large-4 h3 {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #4a5c85;
  padding-bottom: 10px;
  max-width: 200px;
  margin: 0 auto 15px; }

.post-type-archive-newsletters #primary .large-4 a {
  color: #fff;
  display: block;
  text-align: center; }

.post-type-archive-newsletters #primary .large-4 a:after {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 5px; }

.post-type-archive-newsletters #primary .large-4 a:visited {
  color: #fff; }

.post-type-archive-newsletters #primary .large-4 a:hover {
  color: #198AD9; }

.fc-event-container {
  font-size: 13px; }

.cmcal-calendar-container.cmcal-calendar-50 .fc-event-container,
.cmcal-calendar-container.cmcal-calendar-50 a.fc-event,
.cmcal-calendar-container.cmcal-calendar-50 .fc-unthemed td.fc-event-container .fc-event,
.cmcal-calendar-container.cmcal-calendar-50 .fc-list-item td,
.cmcal-calendar-container.cmcal-calendar-50 .fc-list-item td a {
  white-space: pre-line; }

#si-wrapper.si-livechat .silc-btn {
  width: 110px;
  height: 110px; }
  #si-wrapper.si-livechat .silc-btn .silc-btn-button {
    background: #198AD9 !important;
    background-image: url("images/chat-icon-24.png") !important;
    background: url("images/chat-icon-24.png?v=1.0.1") center center no-repeat, #198AD9 !important;
    background-size: 80% !important;
    width: 110px;
    height: 110px; }

#si-wrapper.si-livechat .silc-btn .silc-btn-button-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMAAggJCxMWMTIzNExscIWGiLDV19na3un9hTvT5wAAAKpJREFUKM990kkOg0AMRNGimSGBJNAJ//4XzaIRYrCp7ZMsT1IZZCerMunJ0pmaT3wy/QDL8whUemB6HoEpk14A7UlDBGKQTN/p6s1eZ2DeJjr5SU9+UWkEqD3duambO7p676k0kDI5NxpuVcUC0Dsa5lS89nXxPMzAVAy2Jw1rf42lad7x6oddXTzEw67G43/k0bpv6+nqnac7P3zd1d+mJl+CvrYmL3WfP5rdGLokt1OvAAAAAElFTkSuQmCC) center center no-repeat, #198AD9 !important; }

body #siWidget-chat {
  bottom: 140px; }

#si-wrapper .silc-btn-button {
  background-size: 36px !important; }

.calendar {
  background-color: #223160;
  padding: 50px 0 65px; }

.calendar h2 {
  color: #fff;
  margin-bottom: 50px; }

.division-links {
  background-color: #fff; }

.division-links a {
  border-bottom: 1px solid #f4f4f4;
  display: block;
  padding: 15px;
  text-align: center;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  background-color: #223160;
  text-transform: uppercase;
  font-size: 16px; }

.division-links a:visited {
  color: #fff; }

.division-links a:hover {
  background-color: #fff;
  color: #223160; }

.post-type-archive-brands .division-links .large-3:first-of-type a {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.post-type-archive-brands .division-links .large-3:first-of-type a:visited {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.post-type-archive-brands .division-links .large-3:first-of-type a:hover {
  cursor: default; }

.term-commercial .division-links .large-3:nth-of-type(2) a {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-commercial .division-links .large-3:nth-of-type(2) a:visited {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-commercial .division-links .large-3:nth-of-type(2) a:hover {
  cursor: default; }

.term-residential .division-links .large-3:nth-of-type(3) a {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-residential .division-links .large-3:nth-of-type(3) a:visited {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-residential .division-links .large-3:nth-of-type(3) a:hover {
  cursor: default; }

.term-decorative .division-links .large-3:nth-of-type(6) a {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-decorative .division-links .large-3:nth-of-type(6) a:visited {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-decorative .division-links .large-3:nth-of-type(6) a:hover {
  cursor: default; }

.term-fire-and-waterworks .division-links .large-3:nth-of-type(5) a {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-fire-and-waterworks .division-links .large-3:nth-of-type(5) a:visited {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-fire-and-waterworks .division-links .large-3:nth-of-type(5) a:hover {
  cursor: default; }

.term-hvac .division-links .large-3:nth-of-type(4) a {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-hvac .division-links .large-3:nth-of-type(4) a:visited {
  /*background-color: $grey;*/
  background-color: #198AD9;
  color: #fff; }

.term-hvac .division-links .large-3:nth-of-type(4) a:hover {
  cursor: default; }

#popup {
  padding: 35px 15px 35px;
  text-align: center;
  max-width: calc(100% - 50px);
  width: 600px;
  border: none;
  min-height: 0;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeIn 0.5s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  position: relative; }

#popup img {
  max-width: 400px; }

#popup .close-button {
  position: absolute;
  background: none;
  border: none;
  font-size: 50px;
  font-weight: bold;
  color: #223160;
  top: 0;
  right: 10px;
  padding: 0;
  cursor: pointer; }

.hm-v2-line-cards {
  background-color: #fff;
  padding: 25px 0; }

.hm-v2-line-cards .hm-v2-lc-link {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 14px 16px;
  align-items: center;
  margin-bottom: 25px; }

.hm-v2-line-cards .hm-v2-lc-link:hover {
  background-color: #223160; }

.hm-v2-line-cards .hm-v2-lc-link:hover h3 {
  color: #fff; }

.hm-v2-line-cards .hm-v2-lc-link:hover p {
  color: #fff; }

.hm-v2-line-cards .hm-v2-lc-link:hover .hm-v2-lc-icon {
  background-color: #fff; }

.hm-v2-line-cards .hm-v2-lc-icon {
  padding: 16px;
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  background-color: #f4f4f4; }

.hm-v2-line-cards .hm-v2-lc-icon img {
  max-height: 70px;
  max-width: 70px;
  object-fit: contain;
  object-position: center center;
  filter: invert(36%) sepia(10%) saturate(596%) hue-rotate(184deg) brightness(80%) contrast(90%); }

.hm-v2-line-cards h3 {
  margin: 0 0 5px;
  color: #223160;
  font-size: 20px; }

.hm-v2-line-cards p {
  margin: 0;
  font-weight: 500;
  font-size: 16px; }

.hm-v2-lgs {
  background-color: #fff;
  padding: 25px 0 0; }

.lgs-head-wrap h2 {
  font-weight: 500; }

.lgs-hw-links {
  font-weight: 500; }

.lgs-hw-links a {
  display: block; }

.lgs-hw-links .fas {
  margin-left: 10px;
  color: #223160;
  font-size: 0.8em; }

.hm-v2-box-cards {
  padding: 50px 0 25px;
  margin-top: 50px;
  background: #f4f4f4; }

.hm-v2-box-cards .box-link {
  display: block;
  max-width: 376px;
  margin: 0 auto 35px;
  border-radius: 16px;
  background-color: #fff; }

.hm-v2-box-cards .box-link:last-of-type {
  margin-bottom: 15px; }

.hm-v2-box-cards a.box-link:hover .box-img img {
  transform: scale(1.1); }

.hm-v2-box-cards a.box-link:hover p {
  color: #4a5c85; }

.hm-v2-box-cards .box-img {
  background-color: #7885a3;
  padding: 33px 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; }

.hm-v2-box-cards .box-img img {
  transform: scale(1);
  transition: all 0.25s ease-in-out; }

.hm-v2-box-cards .box-content {
  padding: 17px 20px; }

.hm-v2-box-cards .box-content h3 {
  color: #223160; }

.hm-v2-box-cards .box-content p {
  color: #223160;
  margin-bottom: 0;
  font-weight: 400; }

.watts-brand-hero {
  background-color: #fff;
  margin-top: 50px; }

.watts-brand-hero .grid-container.fluid {
  padding: 0;
  overflow-x: hidden; }

.watts-brand-hero h1 {
  font-size: 36px;
  line-height: 1.2em;
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #223160;
  font-weight: 500;
  display: none; }

.watts-brand-hero .medium-6:first-of-type {
  background-color: #fff; }

.watts-brand-hero .medium-6:last-of-type {
  padding: 35px 25px;
  background-color: #f4f4f4; }

.watts-brand-hero .btn-mrg {
  margin-bottom: 0; }

.watts-brand-hero .btn-mrg a {
  font-weight: 500; }

.watts-brand-hero .btn-mrg a:hover .fas {
  margin-left: 10px; }

.watts-brand-hero .btn-mrg .fas {
  color: #223160;
  position: relative;
  top: 1px;
  margin-left: 5px;
  transition: all 0.25s ease-in-out; }

.watts-brand-hero-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 35px 25px;
  width: 100%;
  height: 100%; }

.watts-brand-hero-wrap .watts-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.75;
  z-index: 1; }

.watts-brand-hero-wrap .brand-logo {
  width: 200px;
  height: 200px;
  object-fit: contain;
  object-position: center center;
  z-index: 2; }

.watts-hero-about {
  color: #223160;
  font-weight: 400;
  margin-top: 20px; }

.watts-150-years {
  background-color: #fff;
  padding: 50px 0; }

.watts-150-video {
  background-color: #f4f4f4;
  padding: 50px 25px;
  border-radius: 8px;
  margin-left: 25px;
  margin-right: 25px; }

.watts-150-video p {
  font-weight: 400;
  color: #223160; }

.watts-150-links {
  padding: 40px 0 0; }

.watts-150-links h3 {
  color: #223160;
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 500;
  margin: 0 0 25px; }

.watts-150-links .watts-150-link-list a {
  display: block;
  font-weight: 500; }

.watts-150-links .watts-150-link-list a .fas {
  color: #223160;
  position: relative;
  top: 1px;
  margin-left: 5px; }

.watts-how-it-works {
  padding: 35px 0; }

.watts-how-it-works h2 {
  text-align: center; }

.watts-how-it-works h3 {
  text-align: center;
  color: #223160;
  margin: 0 0 25px; }

.watts-how-it-works .size-medium {
  margin-top: 15px; }

.watts-how-it-works ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px;
  color: #223160;
  font-weight: 400; }

.watts-how-it-works ol li {
  counter-increment: step-counter;
  margin-bottom: 25px;
  position: relative;
  padding-left: 50px; }

.watts-how-it-works ol li:before {
  content: counter(step-counter);
  border: 1px solid #4a5c85;
  color: #223160;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  line-height: 1em;
  left: 0;
  top: 0;
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 5px; }

.watts-150-text-media {
  background-color: #fff;
  padding: 50px 0; }

.watts-150-text-media h2 {
  text-align: center; }

.watts-150-text-media .tm-row {
  background-color: #fff;
  padding: 0px 0 50px 0; }
  .watts-150-text-media .tm-row:first-child {
    padding: 50px 0; }

.watts-150-text-media .tm-row h3 {
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  margin: 0 0 25px;
  font-weight: 500;
  color: #223160; }

.watts-150-text-media .tm-row .grid-x {
  background-color: #f4f4f4;
  border-radius: 8px; }

.watts-150-text-media .tm-row .tm-img {
  width: calc(100% + 30px);
  max-width: calc(100 + 30px);
  position: relative;
  left: -15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-size: cover; }

.watts-150-text-media .tm-row .tm-img.fullsize {
  background-size: cover; }

.watts-150-text-media .tm-row .cell:last-of-type {
  padding: 50px 25px; }

.watts-150-text-media .tm-row .tm-links a {
  padding-left: 0;
  display: block;
  border-bottom: 1px solid #fff;
  color: #223160;
  font-weight: 500;
  font-size: 1.1em; }

.watts-150-text-media .tm-row .tm-links a:visited {
  color: #223160; }

.watts-150-text-media .tm-row .tm-links a:hover {
  color: #223160; }

.watts-150-text-media .tm-row .tm-links a:hover:after {
  right: 0; }

.watts-150-text-media .tm-row .tm-links a:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 10px;
  position: absolute;
  right: 5px;
  color: #223160;
  transition: all 0.25s ease-in-out;
  top: calc(50% - 16px); }

.watts-150-text-media .tm-row .tm-links a:before {
  content: ''; }

.watts-150-text-media .tm-row .tm-video {
  margin-top: 15px; }

.watts-150-icon-links {
  padding: 0 0 50px;
  background-color: #fff; }

.watts-150-icon-links .watts-icon-box {
  background: linear-gradient(to bottom, #4a5c85 0, #4a5c85 223px, #f4f4f4 223px, #f4f4f4 100%);
  display: block;
  border-radius: 8px;
  transition: background 0.25s ease;
  position: relative;
  max-width: 376px;
  margin: 0 auto; }

.watts-150-icon-links .watts-icon-box:hover .hover-background {
  opacity: 1; }

.watts-150-icon-links .watts-icon-box .hover-background {
  width: 100%;
  height: 223px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #223160;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s ease;
  border-radius: 8px 8px 0 0; }

.watts-150-icon-links .watts-icon-box .icon-wrap {
  z-index: 2;
  position: relative; }

.watts-150-icon-links .watts-icon-box .icon {
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center; }

.watts-150-icon-links .watts-icon-box .icon img {
  width: 200px;
  height: 108px;
  object-fit: contain;
  object-position: center center; }

.watts-150-icon-links .watts-icon-box .icon-caption p {
  text-align: center;
  padding: 25px;
  color: #223160;
  font-weight: 500;
  margin: 0; }

.watts-150-icon-links .cell {
  margin-bottom: 50px; }

.watts-150-icon-links .cell:last-of-type {
  margin-bottom: 0; }

.search-form {
  position: relative; }

input[type='search'].search-field {
  background-color: #fff;
  border: 2px solid #D9D9D9;
  padding: 10px 40px 10px 10px;
  border-radius: 8px; }

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  /* Adjust as needed */
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  color: #D9D9D9; }

.search-submit:hover .fas {
  color: #223160; }

.search-submit .fas {
  position: relative;
  right: 10px;
  top: -2px; }

.blog #primary,
.tax-news_categories #primary {
  background-color: #fff;
  padding-top: 0; }

.blog .news-wrap,
.tax-news_categories .news-wrap {
  background-color: #f4f4f4;
  padding: 35px 25px;
  border-radius: 8px; }

.blog .hentry,
.tax-news_categories .hentry {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff; }

.blog .hentry:last-of-type,
.tax-news_categories .hentry:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.blog .hentry .entry-meta,
.tax-news_categories .hentry .entry-meta {
  margin-bottom: 5px; }

.blog .hentry h3,
.tax-news_categories .hentry h3 {
  color: #223160;
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: normal; }

.blog .hentry h3.h2,
.tax-news_categories .hentry h3.h2 {
  margin: 0 0 10px; }

.blog .hentry h3 a,
.tax-news_categories .hentry h3 a {
  color: #223160; }

.blog .hentry h3 a:visited,
.tax-news_categories .hentry h3 a:visited {
  color: #223160; }

.blog .hentry h3 a:hover,
.tax-news_categories .hentry h3 a:hover {
  color: #198AD9; }

.blog .hentry .entry-content,
.tax-news_categories .hentry .entry-content {
  color: #223160;
  margin-top: 0;
  font-weight: 400; }

.blog .hentry .cat-links,
.tax-news_categories .hentry .cat-links {
  font-weight: bold;
  text-transform: uppercase; }

.blog .hentry .btn-mrg,
.tax-news_categories .hentry .btn-mrg {
  margin: 10px 0 0; }

.blog .hentry .read-more,
.tax-news_categories .hentry .read-more {
  font-size: 0.9em;
  font-weight: 500; }

.wp-pagenavi {
  text-align: center;
  margin-top: 50px; }

.wp-pagenavi a {
  border: none; }

.wp-pagenavi a:hover {
  background-color: #223160;
  color: #fff; }

.wp-pagenavi span {
  border: none; }

.wp-pagenavi span.current {
  color: #223160; }

.sidebar-wrap {
  margin-top: 50px; }

.sidebar-wrap h3 {
  font-family: "Playfair Display", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #223160;
  font-weight: 500;
  margin: 0 0 15px;
  font-size: 24px; }

.sidebar-wrap .sidebar-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #F5F5F5; }

.sidebar-wrap .news-categories ul {
  margin: 0;
  padding: 0;
  color: #223160;
  list-style-type: none;
  font-weight: bold; }

.sidebar-wrap .news-categories ul a {
  color: #223160; }

.sidebar-wrap .news-categories ul a:visited {
  color: #223160; }

.sidebar-wrap .news-categories ul a:hover {
  color: #198AD9; }

.sidebar-wrap .brand-checkbox label {
  color: #777777;
  display: flex;
  align-items: center; }

.sidebar-wrap .brand-checkbox label span {
  padding-left: 5px; }

.sidebar-wrap input[type='submit'] {
  color: #223160;
  background-color: #ccd9e8;
  border-radius: 8px;
  border-color: #ccd9e8;
  height: 44px; }

.sidebar-wrap input[type='submit']:hover {
  background: #223160;
  color: #fff; }

.sidebar-wrap .sidebar-form .brand-checkbox {
  margin-bottom: 25px; }

.sidebar-wrap .sidebar-form p:last-of-type {
  margin-bottom: 0; }

.sidebar-wrap .sidebar-form .form-intro {
  margin-bottom: 15px;
  color: #223160;
  font-weight: 400; }

.sidebar-wrap .sidebar-form .form-intro:last-of-type {
  margin-bottom: 15px; }

.sidebar-wrap .sidebar-form input[type='email'],
.sidebar-wrap .sidebar-form input[type='text'] {
  background-color: #fff;
  border: 2px solid #D9D9D9;
  padding: 10px;
  border-radius: 8px;
  width: 100%; }

.sidebar-wrap .sidebar-form .recaptcha {
  display: block;
  margin-bottom: 25px; }

.sidebar-wrap .sidebar-trainings {
  text-align: center; }

.sidebar-wrap .sidebar-forms h3 {
  margin-bottom: 35px; }

.sidebar-wrap .searchandfilter label {
  width: 100%; }

.sidebar-wrap .searchandfilter ul {
  display: grid;
  grid-template-columns: 1fr 35px;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  margin: 0; }

.sidebar-wrap .searchandfilter ul li {
  padding: 0; }

.sidebar-wrap .searchandfilter input[type='text'] {
  background-color: #fff;
  border: 2px solid #D9D9D9;
  padding: 10px;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  width: 100%;
  margin: 0; }

.sidebar-wrap .searchandfilter input[type='text']:active, .sidebar-wrap .searchandfilter input[type='text']:focus {
  box-shadow: none;
  outline: none; }

.sidebar-wrap .searchandfilter .sf-field-submit {
  width: 35px;
  position: relative;
  height: 50px; }

.sidebar-wrap .searchandfilter .sf-field-submit:after {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #777777;
  position: absolute;
  right: 15px;
  top: 11px; }

.sidebar-wrap .searchandfilter input[type='submit'] {
  background-color: transparent;
  border-radius: 0 8px 8px 0;
  border: 2px solid #D9D9D9;
  border-left: 0;
  height: 50px;
  width: 35px;
  padding: 0;
  z-index: 2;
  position: relative;
  margin: 0; }

.sidebar-wrap .search-filter-reset {
  font-weight: 400; }

.wp-block-quote {
  margin-bottom: 25px; }

.back-to-news {
  top: -15px;
  margin-bottom: -15px;
  left: 5px;
  position: relative;
  font-weight: 400; }

.single-post .posted-on {
  text-align: center;
  display: block; }

.isc-btn-wrap {
  margin-bottom: 50px;
  text-align: center; }

.isc-btn-wrap a {
  display: inline-block;
  text-align: center;
  line-height: 1.2em; }

.brands-template-brand-child-new-design .watts-150-text-media {
  padding: 0;
  min-height: 50px; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

@media only screen and (min-width: 640px) {
  #hero-top {
    padding: 15px 0;
    text-align: left; }

  #hero-top h1 {
    text-align: right;
    margin-bottom: 0; }

  #hero-top h1 span {
    font-size: 22px; }

  #hero-top .large-10 .grid-x {
    align-items: center;
    justify-content: flex-start; }

  #hero-top .medium-5 {
    padding-left: 25px; }

  #hero-top .medium-7 {
    border-bottom: none;
    margin-bottom: 0;
    border-right: 2px solid #fff;
    padding-right: 25px; }

  .hm-hero-v2 {
    text-align: left; }

  .hm-hero-v2 h1 {
    text-align: right;
    margin-bottom: 0; }

  .hm-hero-v2 h1 span {
    font-size: 22px; }

  .hm-hero-v2 h2 {
    margin: 0; }

  .hm-hero-v2 .large-7 .grid-x {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
    width: 100%; }

  .hm-hero-v2 .medium-5 {
    padding-left: 25px; }

  .hm-hero-v2 .medium-7 {
    border-bottom: none;
    margin-bottom: 0;
    border-right: 2px solid #223160;
    padding-right: 25px; }

  .hm-hero-cont {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -50px;
    background-size: 350px;
    padding: 35px 50px;
    font-size: 18px;
    margin-bottom: -50px; }

  #menu-footer-menu {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 50px; }

  #menu-footer-menu li {
    display: inline-block;
    width: auto; }

  .single-brands .about-brand {
    padding: 20px 15px;
    text-align: left; }

  .single-brands .about-brand h1 {
    text-align: left; }

  .single-brands .about-brand .grid-x {
    align-items: center; }

  .single-brands .about-brand .medium-4 {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #fff;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column; }

  .single-brands .about-brand .medium-8 {
    padding-left: 35px; }

  #divisions-list .territory ul.reps li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%;
    margin-bottom: 0;
    margin-top: 25px; }

  #divisions-list .territory ul.reps li:first-of-type, #divisions-list .territory ul.reps li:nth-child(2), #divisions-list .territory ul.reps li:nth-child(3) {
    margin-top: 0; }

  #divisions-list .territory ul.brands {
    text-align: left; }

  #divisions-list .territory h4 {
    text-align: left; }

  .brand-case-studies .csposts .grid-x {
    justify-content: center; }

  .btrainings .fimg {
    min-height: 325px; }

  .btrainings .cont-wrap {
    padding: 25px 35px; }

  .circle-links {
    width: 135px;
    height: 135px;
    font-size: 16px; }

  .page-template-page-about #primary .large-6 .bbox h3 {
    font-size: 30px; }

  .page-template-page-about #primary .large-6 .bbox .cont-wrap {
    font-size: 20px;
    padding-left: 150px; }

  .page-template-page-about #primary .large-6 .bbox img.lazy {
    max-width: 125px; }

  .page-template-page-contact .large-8.lazy {
    min-height: 300px; }

  #news-pr .large-3 {
    margin-bottom: 0; }

  .tr-wrap .fimg {
    min-height: 400px; }

  .tm .large-6.lazy {
    min-height: 400px; }

  #what-do-you-want-to-do .large-8.lazy {
    min-height: 400px; }

  .post-type-archive-trainings .training-posts .large-4 {
    margin-bottom: initial; }

  .form-email .medium-4 {
    margin-bottom: 0; }

  .post-type-archive-brands #primary .medium-6:first-of-type,
  .tax-brand_divisions #primary .medium-6:first-of-type {
    margin-bottom: 0; }

  .site-footer.v2 h3 {
    font-size: 36px; }

  .site-footer.v2 .foot-email {
    font-size: 20px; }

  .site-footer.v2 .location-phone {
    font-size: 18px; }

  .site-footer.v2 ul.menu {
    font-size: 16px; }

  .site-footer.v2 ul.menu li {
    display: inline-block;
    width: auto;
    margin-right: 25px; }

  .site-footer.v2 ul.menu li:last-child {
    margin-right: 0; }

  .watts-brand-hero .medium-6:last-of-type {
    padding: 50px; }

  .watts-brand-hero .cont-wrap {
    max-width: 400px; }

  .watts-150-link-list {
    display: flex;
    justify-content: space-between; }

  .watts-150-link-list a {
    margin-right: 25px; }

  .watts-150-link-list a:last-of-type {
    margin-right: 0; } }
@media only screen and (max-width: 768px) {
  .cmcal-calendar-container.cmcal-calendar-50 .fc-event-container,
  .cmcal-calendar-container.cmcal-calendar-50 a.fc-event,
  .cmcal-calendar-container.cmcal-calendar-50 .fc-unthemed td.fc-event-container .fc-event,
  .cmcal-calendar-container.cmcal-calendar-50 .fc-list-item td,
  .cmcal-calendar-container.cmcal-calendar-50 .fc-list-item td a {
    white-space: pre-line; }

  .cmcal-calendar-container.cmcal-calendar-50 .fc button, .cmcal-calendar-container.cmcal-calendar-50 .fc-button.fc-button-active, .cmcal-calendar-container.cmcal-calendar-50 .fc-center h2 {
    font-size: 18px; }

  .cmcal-calendar-container.cmcal-calendar-50 .fc button, .cmcal-calendar-container.cmcal-calendar-50 .fc-button.fc-button-active, .cmcal-calendar-container.cmcal-calendar-50 .fc-center h2 {
    padding: 2px !important; }

  .cmcal-calendar-container.cmcal-calendar-50 .fc-toolbar .fc-center {
    display: flex !important; }

  .fc table {
    font-size: 14px !important;
    line-height: 1.2em !important; } }
@media only screen and (min-width: 767px) {
  .links a {
    display: inline-block;
    text-align: center;
    margin-right: 25px; }

  .links a:last-of-type {
    margin-right: 0; }

  .tr-wrap .fimg {
    min-height: 400px; }

  #culture .white-box {
    padding: 50px 0; }

  #culture .grid-container {
    padding-top: 65px; }

  #culture .li {
    font-size: 18px;
    margin-top: 50px; }

  #culture .li .fab {
    font-size: 1.8em;
    margin-right: 15px; }

  #culture .li a {
    justify-content: flex-start; }

  #what-do-you-want-to-do .large-8.lazy {
    min-height: 450px; }

  .hm-v2-line-cards .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 43px;
    grid-row-gap: 32px; }

  .hm-v2-line-cards .hm-v2-lc-link {
    margin-bottom: 0; } }
@media only screen and (min-width: 1024px) {
  #masthead .site-branding a {
    /*width: 100px;*/ }

  #masthead .large-9 .terr-map {
    max-width: 85px;
    display: flex;
    justify-content: flex-end; }

  #hero-top h1 {
    font-size: 40px; }

  #hero-top h1 span {
    font-size: 22px; }

  #hm-hero {
    min-height: 450px; }

  .hm-hero-v2 {
    overflow-x: hidden;
    padding: 50px 0; }

  .hm-hero-v2 > .grid-container > .grid-x {
    align-items: center; }

  .hm-hero-v2 h1 {
    font-size: 50px;
    text-align: left; }

  .hm-hero-v2 h1 span {
    font-size: 28px; }

  .hm-hero-v2 h2 {
    font-size: 22px; }

  .hm-hero-v2 .large-7 .grid-x {
    max-width: 550px;
    margin-bottom: 0; }

  .hm-hero-v2 .large-5 {
    padding-left: 35px; }

  .hm-hero-v2 .hm-map-wrap img {
    width: 120%;
    height: auto;
    max-width: 120%;
    position: relative;
    left: -25px; }

  .hm-hero-v2 .hm-mission-statement {
    max-width: 85%;
    text-align: left;
    margin: 50px 0 0; }

  .hm-hero-cont {
    max-width: 800px;
    padding: 50px 100px;
    font-size: 21px;
    top: -127px;
    margin-bottom: -127px; }

  .section {
    padding: 65px 0; }

  #hm-sec3 {
    font-size: 21px; }

  #hm-sec3 .large-4 {
    margin-bottom: 0; }

  .white-box {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }

  #get-started {
    padding: 50px 0; }

  .div-box {
    margin-bottom: 0; }

  #page-hero h2 {
    font-size: 21px; }

  .tm-row:nth-of-type(even) .grid-x {
    flex-direction: row-reverse; }

  .tm-row:nth-of-type(even) .grid-x .tm-link-cont {
    margin-left: auto; }

  .tm-row:nth-of-type(even) .large-6:last-of-type {
    text-align: right; }

  .tm-row:nth-of-type(even) .large-6:last-of-type .tm-links a {
    padding-left: 0;
    padding-right: 35px; }

  .tm-row:nth-of-type(even) .large-6:last-of-type .tm-links a:before {
    right: 0; }

  .tm-row .tm-link-cont {
    max-width: 400px; }

  .tm-row .tm-cont p {
    font-size: 16px; }

  .tm-row .tm-img {
    min-height: 350px; }

  .single-brands .about-brand {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    top: -100px;
    margin-bottom: -75px; }

  .single-brands .about-brand .medium-4 {
    width: 35%; }

  .single-brands .about-brand .medium-8 {
    width: 65%; }

  .brand-hero {
    min-height: 500px; }

  #primary {
    padding: 65px 0; }

  .page-template-page-company-directory #primary .fimg {
    height: 150px;
    width: 150px; }

  .page-template-page-company-directory .tm-wrap h3 {
    font-size: 22px; }

  .post-type-archive-brands .brand-links,
  .tax-brand_divisions .brand-links {
    padding: 65px 0; }

  .post-type-archive-brands .brand-links .wp-post-image,
  .tax-brand_divisions .brand-links .wp-post-image {
    padding-left: 20px;
    padding-right: 20px; }

  .post-type-archive-brands .brand-links .large-2,
  .tax-brand_divisions .brand-links .large-2 {
    width: calc(20% - 1.875rem); }

  .brand-case-studies h3 {
    font-size: 20px; }

  .cs-excerpt {
    font-size: 16px; }

  .btrainings .grid-x {
    max-width: 100%; }

  .btrainings .large-4 {
    margin-top: 0; }

  .btrainings .large-4 h3 {
    font-size: 28px; }

  .btrainings h2 {
    margin-bottom: 35px; }

  .btrainings .cont-wrap .cs-excerpt {
    font-size: 16px; }

  .btrainings .large-4 {
    padding: 25px 35px; }

  .page-template-page-contact .large-4 {
    margin-top: 0; }

  .page-template-page-contact .large-8.lazy {
    min-height: 400px;
    width: calc(66.66667% - 1.875rem);
    left: 0;
    background-size: contain; }

  .page-template-page-contact .btn-mrg {
    text-align: left; }

  .circle-links {
    width: 150px;
    height: 150px;
    font-size: 18px; }

  .locations h2 {
    margin-bottom: 35px; }

  .locations hr {
    margin-bottom: 35px; }

  .locations h3 {
    font-size: 22px; }

  .page-template-page-about #primary .large-6:first-of-type {
    padding-right: 25px; }

  .page-template-page-about #primary .large-6:last-of-type {
    padding-left: 25px; }

  .page-template-page-about #primary .large-6 .bbox .cont-wrap {
    padding-left: 100px; }

  #industry-involvement h2 {
    margin-bottom: 65px; }

  #industry-involvement .large-4 {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px; }

  .cul-hero {
    min-height: 400px; }

  .newsletters .categories {
    margin-right: 30px; }

  .newsletters h2 {
    margin-bottom: 50px; }

  .pr-wrap h3 {
    font-size: 20px; }

  #news-pr {
    padding: 65px 0; }

  #news-pr .btn-mrg {
    margin: 75px 0 15px; }

  .page-template-page-resources #primary .large-4 {
    margin-bottom: 0; }

  .page-template-page-resources #primary .large-4 .wrap {
    max-width: 100%; }

  .tm {
    padding: 65px 0; }

  .tm .large-6.lazy {
    left: 0;
    width: calc(50% - 1.875rem); }

  .tm h2 {
    margin-bottom: 50px; }

  #what-do-you-want-to-do h2 {
    margin-bottom: 50px; }

  #what-do-you-want-to-do .grid-x {
    align-items: center; }

  #what-do-you-want-to-do .large-8.lazy {
    min-height: 450px;
    width: calc(66.66667% - 1.875rem); }

  .post-type-archive-case_studies .large-3 .fimg {
    min-height: 175px !important; }

  .il_cr .large-7 {
    margin-bottom: 0; }

  .division-links .large-3 {
    width: 16.666667%; }

  .division-links .large-3:last-of-type a {
    border-right: none; }

  .division-links a {
    border-right: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center; }

  #divisions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  #divisions li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    border-right: 1px solid #ccc; }

  #divisions li:last-child {
    border-right: none; }

  #divisions li a {
    min-height: 73px;
    align-items: center;
    justify-content: center;
    display: flex; }

  .hm-v2-line-cards .grid-container {
    grid-template-columns: repeat(3, 1fr); }

  .lgs-head-wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 0px;
    align-items: center; }

  .lgs-head-wrap h2 {
    margin-bottom: 0; }

  .hm-v2-lgs {
    padding: 50px 0 0; }

  .lgs-hw-links a {
    display: inline-block;
    margin-right: 25px; }

  .lgs-hw-links a:last-of-type {
    margin-right: 0; }

  .lgs-hw-links .fas {
    margin-left: 15px; }

  .hm-v2-box-cards {
    background: linear-gradient(to bottom, #fff 0%, #fff 58%, #223160 58%, #223160 100%);
    margin-top: 0; }

  .hm-v2-box-cards .box-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 0px; }

  .hm-v2-box-cards .box-link {
    margin-bottom: 0; }

  .hm-v2-box-cards .box-link:last-of-type {
    margin-bottom: 0; }

  .site-footer.v2 .location-phone {
    font-size: 20px; }

  .site-footer.v2 .medium-3 {
    margin-bottom: 0; }

  .site-footer.v2 .btn-mrg {
    text-align: center;
    margin-top: 0; }

  .site-footer.v2 > .grid-container > .grid-x:last-of-type {
    margin-top: 80px;
    align-items: center; }

  .site-footer.v2 .social-wrap {
    justify-content: flex-end; }

  .site-footer.v2 .social-wrap a {
    margin-top: 0; }

  .watts-brand-hero-wrap {
    padding: 100px 50px;
    align-items: flex-end;
    justify-content: flex-end; }

  .watts-brand-hero-wrap .brand-logo {
    position: relative;
    top: 75px;
    right: -25px;
    object-position: bottom center; }

  .watts-brand-hero .grid-container.fluid {
    max-width: 1150px;
    padding-left: 25px;
    padding-right: 25px; }

  .watts-brand-hero .grid-x {
    background-color: #f4f4f4; }

  .watts-brand-hero .medium-6:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent; }

  .watts-150-years {
    padding: 82px 0 42px; }

  .watts-150-video {
    padding: 40px;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto; }

  .watts-150-video h2 {
    font-weight: 500; }

  .watts-150-video .size-full {
    margin-bottom: 35px; }

  .watts-150-links {
    display: flex;
    align-items: center; }

  .watts-150-links h3 {
    margin: 0; }

  .watts-150-links .watts-150-link-list {
    margin-left: 35px;
    position: relative;
    top: 3px; }

  .watts-150-links .watts-150-link-list a .fas {
    margin-left: 10px; }

  .watts-how-it-works {
    padding: 62px 0; }

  .watts-how-it-works h2 {
    max-width: 615px;
    margin: 0 auto 50px; }

  .watts-how-it-works .size-medium {
    margin-top: 3px;
    margin-left: 10px; }

  .watts-how-it-works ol {
    max-width: 800px;
    margin: 0 auto; }

  .watts-how-it-works ol li {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-left: 75px; }

  .watts-how-it-works ol li:before {
    width: 50px;
    height: 50px;
    font-size: 35px;
    padding-bottom: 12px; }

  .watts-150-text-media {
    padding: 75px 0 5px; }

  .watts-150-text-media .tm-row:nth-of-type(even) .tm-img {
    border-radius: 0px 16px 16px 0px; }

  .watts-150-text-media .tm-row .tm-img {
    border-radius: 16px 0px 0px 16px; }

  .watts-150-text-media .tm-row .grid-x {
    border-radius: 16px; }

  .watts-150-text-media .tm-row .tm-video {
    width: 100%;
    height: 100%;
    margin-top: 0; }

  .watts-150-text-media .tm-row .tm-video .responsive-embed {
    width: 100%;
    height: 100%; }

  .watts-150-icon-links {
    padding-bottom: 60px; }

  .watts-150-icon-links .watts-icon-box {
    border-radius: 16px;
    max-width: 100%; }

  .watts-150-icon-links .watts-icon-box .hover-background {
    border-radius: 16px 16px 0 0; }

  .watts-150-icon-links .cell {
    margin-bottom: 0; }

  .blog .news-wrap,
  .tax-news_categories .news-wrap {
    padding: 50px 50px 25px;
    border-radius: 16px;
    position: relative;
    top: -25px;
    margin-bottom: -25px; }

  .blog #primary .large-9,
  .tax-news_categories #primary .large-9 {
    width: calc(66.66667% - 1.875rem); }

  .blog #primary .large-3,
  .tax-news_categories #primary .large-3 {
    width: calc(33.33333% - 1.875rem); }

  .blog .hentry h3.h2,
  .tax-news_categories .hentry h3.h2 {
    font-size: 28px; }

  .sidebar-wrap h3 {
    font-size: 28px; }

  .sidebar-wrap .sidebar-form .medium-6 {
    width: calc(100% - 1.875rem); }

  .sidebar-wrap .sidebar-trainings {
    text-align: left; }

  .back-to-news {
    top: -25px; }

  .brands-template-brand-child-new-design .watts-brand-hero .grid-container.fluid {
    max-width: 1100px; }

  .brands-template-brand-child-new-design .watts-150-text-media {
    padding-top: 10px; }

  .brands-template-brand-child-new-design .watts-150-text-media .responsive-embed {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px; }

  .brands-template-brand-child-new-design .watts-150-text-media .grid-x {
    background-color: transparent; }

  .brands-template-brand-child-new-design .watts-150-text-media .grid-container {
    background-color: #f4f4f4;
    border-radius: 16px;
    max-width: 1050px; }

  .brands-template-brand-child-new-design .watts-150-text-media .tm-video {
    left: -25px;
    position: relative;
    width: calc(100% + 40px); } }
@media only screen and (min-width: 1200px) {
  .hm-hero-v2 .hm-map-wrap img {
    width: 150%;
    height: auto;
    max-width: 150%;
    position: relative;
    left: -50px; } }
@media only screen and (min-width: 1366px) {
  #hm-hero {
    min-height: 550px; }

  #divisions li a {
    min-height: 0; }

  .lgs-hw-links a {
    margin-right: 35px; }

  .blog #primary .large-9,
  .tax-news_categories #primary .large-9 {
    width: calc(75% - 1.875rem); }

  .blog #primary .large-3,
  .tax-news_categories #primary .large-3 {
    width: calc(25% - 1.875rem); } }
@media only screen and (min-width: 1600px) {
  .cul-hero {
    min-height: 500px; }

  #culture .white-box {
    padding: 65px; } }
/*# sourceMappingURL=maps/style.css.map */
/*** 10-23-2024 Additions ***/
.full-width-img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

h3 {
  text-transform: uppercase;
  color: #223160;
  font-weight: bold; }

h2 {
  font-weight: 400; }

section.section {
  padding: 50px 0; }

.map-img {
  transition: padding .5s ease; }
  .map-img:hover {
    padding: 6px 10px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

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

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

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

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

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

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

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

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

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

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

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

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

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

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

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

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

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

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

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

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

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

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

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

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

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

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

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

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

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

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

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

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

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

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

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

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

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

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

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

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

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

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

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

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

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

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

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

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

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

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

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

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

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

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

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

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
header {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
