/** Import all front-end CSS partials. This theme uses postcss-preset-env which allows for future CSS syntax to be used. By default, all features are enabled. https://preset-env.cssdb.org/features Compiles to assets/styles/theme-styles.css */
/* Set project variables such as colors, breakpoints, etc. */
/*! 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; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* 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 { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/* 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; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/** 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; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

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

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ 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 { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 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"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 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; /* 1 */ outline-offset: -2px; /* 2 */ }

/** 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; /* 1 */ font: inherit; /* 2 */ }

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

:root { --white: #FAF9F4; --black: #1E1E1E; --green: #507F1E; --buff-medium: #E8E2CD; --buff-light: #FFFFFF; }

/** Custom Breakpoints Use: @media (--medium) {} Tip: You can nest media queries. https://gist.github.com/JeremyEnglert/a48ef614dc4a193eb0a7c26d3376c13b */
/*! animate.css -https://daneden.github.io/animate.css/ Version - 3.7.2 Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2019 Daniel Eden */
@-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }

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

@keyframes flash { from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

.flash { -webkit-animation-name: flash; animation-name: flash; }

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

@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

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

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

.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

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

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

.shake { -webkit-animation-name: shake; animation-name: shake; }

@-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake { 0% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; }

@-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }

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

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

.tada { -webkit-animation-name: tada; animation-name: tada; }

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

@keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble { -webkit-animation-name: wobble; animation-name: wobble; }

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

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

.jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; }

@-webkit-keyframes heartBeat { 0% { -webkit-transform: scale(1);
    transform: scale(1); }
  14% { -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% { -webkit-transform: scale(1);
    transform: scale(1); }
  42% { -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% { -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat { 0% { -webkit-transform: scale(1);
    transform: scale(1); }
  14% { -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% { -webkit-transform: scale(1);
    transform: scale(1); }
  42% { -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% { -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat { -webkit-animation-name: heartBeat; animation-name: heartBeat; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }

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

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

.bounceIn { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceIn; animation-name: bounceIn; }

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

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

.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

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

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

.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

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

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

.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

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

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

.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }

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

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

.bounceOut { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: bounceOut; animation-name: bounceOut; }

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

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

.bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; }

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

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

.bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }

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

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

.bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; }

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

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

.bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; }

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

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

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

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

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

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

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

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

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

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

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

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

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

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

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

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

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

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

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

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

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

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

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

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

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

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

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

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

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

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

.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }

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

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

.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }

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

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

.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }

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

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

.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }

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

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

.fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; }

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

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

.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }

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

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

.animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; }

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

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

.flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; }

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

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

.flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; }

@-webkit-keyframes flipOutX { from { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX { from { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flipOutY { from { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY { from { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY { -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; }

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

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

.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut { from { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut { from { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }

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

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

.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; }

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

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

.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }

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

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

.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }

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

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

.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }

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

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

.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }

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

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

.rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; }

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

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

.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }

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

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

.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }

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

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

.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }

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

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

.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }

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

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

.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-name: hinge; animation-name: hinge; }

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

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

.jackInTheBox { -webkit-animation-name: jackInTheBox; animation-name: jackInTheBox; }

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

@keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }

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

@keyframes rollOut { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; }

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

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

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

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

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

.zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; }

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

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

.zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; }

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

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

.zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; }

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

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

.zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; }

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

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

.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

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

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

.zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; }

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

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

.zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; }

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

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

.zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; }

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

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

.zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; }

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

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

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

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

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

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

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

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

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

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

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

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

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

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

.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

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

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

.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }

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

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

.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }

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

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

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

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

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

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

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion: reduce) { .animated { -webkit-animation-duration: 1ms !important; animation-duration: 1ms !important; -webkit-transition-duration: 1ms !important; transition-duration: 1ms !important; -webkit-animation-iteration-count: 1 !important; animation-iteration-count: 1 !important; } }

/* Import Slick Slider styles */
/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

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

.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

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

/* WordPress has a lot of necessary default styles.*/
/* These will rarely need to be modified.*/
/** Default WordPress image alignment styles. */
.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }

.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }

.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }

/** Default WordPress gallery styles. */
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/** Default WordPress media styles. */
video, object { max-width: 100%; height: auto; }

pre { background: #eee; border: 1px solid #cecece; padding: 10px; }

.wp-caption { max-width: 100%; background: #eee; padding: 5px; }

.wp-caption img { max-width: 100%; margin-bottom: 0; width: 100%; }

.wp-caption p.wp-caption-text { font-size: 0.85em; margin: 4px 0 7px; text-align: center; }

/** Screen Reader Text Hide text from vision that is only useful for screen readers users. https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); 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: #eee; clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/** Default WordPress typography styles. */
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; font-size: 15px; font-size: 0.9375rem; 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; font-size: 15px; font-size: 0.9375rem; }

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

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

big { font-size: 125%; }

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

Global

Place generic, global styles here.

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

body { font-family: 'Proxima Nova', sans-serif; font-size: 16px; background: #F9F8F6; background: var(--buff-light); color: #1E1E1E; color: var(--black); }

body.no-scroll { /* ...or body.dialogShowing */ overflow: hidden; }

body.no-scroll .header { background: #fff; background: var(--white); }

body.no-scroll .banner-full { margin-top: 0; }

.main { width: 100%; }

.main-content-container .main { width: 100%; }

@media (min-width: 992px) { .main-content-container .main { width: 60%; } }

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

.container { width: 100%; max-width: 75rem; padding-left: 1.25rem; padding-right: 1.25rem; margin-left: auto; margin-right: auto; }

@media (min-width: 992px) { .container { padding-left: 1.5rem; padding-right: 1.5rem; } }

.container.full { padding-left: 0; padding-right: 0; }

.container.wide { max-width: 100rem; }

.container.wide .container { padding: 0; }

.container.no-sidebar { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.content-blocks .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.page-header { background: #fff; background: var(--white); padding: .75rem 2rem; margin-top: 2.5rem; margin-bottom: 2rem; width: 100%; }

.page-title { margin: 2rem 0 3rem 0; font-size: 2.875rem; text-transform: uppercase; position: relative; }

.page-title:after { display: block; position: absolute; bottom: -1.5rem; left: -2rem; content: ""; width: 110px; height: 12px; background: #507F1E; background: var(--green); }

.block-header { background: #507F1E; background: var(--green); color: #fff; color: var(--white); padding: 1.5rem 5rem 1.5rem 2rem; display: inline-block; width: 100%; }

@media (min-width: 992px) { .block-header { width: auto; max-width: 66%; margin-left: -2rem; } }

.block-header .block-title { text-transform: uppercase; margin: 0; font-weight: 700; line-height: 1.22; letter-spacing: 1.53px; }

@media (min-width: 992px) { .block-header .block-title { font-size: 2.875rem; } }

.block-header p { font-size: 1.25rem; margin-bottom: 0; margin-top: 0; }

.block-header .secondary-title { font-size: 1.25rem; font-weight: 500; line-height: 1.6; letter-spacing: 0.5px; text-transform: uppercase; color: #fff; color: var(--white); margin-bottom: 0 !important; }

.byline { margin-top: 1.75rem; text-transform: uppercase; font-size: 0.875rem; width: 100%; line-height: 1.36; letter-spacing: 1px; }

@media (min-width: 768px) { .byline { width: 66%; } }

.byline a { color: #1E1E1E; color: var(--black); }

@media (min-width: 992px) { #content .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

@media (min-width: 768px) { .section-header-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.section-header-wrapper .button { margin-bottom: 2rem; }

@media (min-width: 768px) { .section-header-wrapper .button { margin-bottom: 0; } }

.section-header-wrapper h2:after { display: none !important; }

.gradient { background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0))); background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%); position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input label { text-transform: none; margin-bottom: 0.5rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-select-wrap label { text-transform: none; }

#wpsl-radius-dropdown { margin-top: 6px; }

/* GENERAL */
b, strong { font-weight: 500; }

.entry-content a { font-weight: 400 !important; }

.entry-content li { font-size: 1rem; margin-bottom: 1rem; }

.entry-content h4 { margin-bottom: -0.35rem; }

.entry-content p, .entry-content ul { line-height: 1.6; }

.white-title { color: #ffffff; filter: drop-shadow(0px 0px 8px #1e1e1e) drop-shadow(0px 0px 3px #1e1e1e); }

.black-title { color: #1e1e1e; filter: drop-shadow(0px 0px 8px #ffffff) drop-shadow(0px 0px 3px #ffffff); }

.short-title-styles { font-family: 'Proxima Nova', sans-serif !important; font-weight: bold !important; }

.long-title-styles { font-family: 'Proxima Nova', sans-serif !important; font-weight: bold !important; }

@media only screen and (max-width: 768px) { .short-title-styles { font-size: 45px !important; line-height: 54px !important; } .long-title-styles { font-size: 35px !important; line-height: 45px !important; } }

@media only screen and (min-width: 768px) { .short-title-styles { font-size: 75px !important; line-height: 85px !important; } .long-title-styles { font-size: 45px !important; line-height: 45px !important; } }

@media only screen and (min-width: 992px) { .short-title-styles { font-size: 75px !important; line-height: 85px !important; } .long-title-styles { font-size: 45px !important; line-height: 45px !important; } }

/* Buttons */
/* -- Solid */
.button { font-size: 0.9375rem; /* Meyocks overwritting to 15px; Alexis says 14px, but Sketch says 12px */ font-weight: 500; letter-spacing: 1.56px; }

.button:hover { background: #3C6016; border-color: #3C6016; color: white; }

/* -- Standard Ghost */
.ghost { font-size: 0.9375rem; }

.ghost:hover { border-color: #51811E; font-size: 0.875rem; }

/* -- Knockout Ghost*/
.button.ghost-white { font-size: 0.9375rem; }

.button.ghost-white:hover { border-color: #ffffff; background-color: white; }

/* Teaser */
.featured-pages .page-block { padding: 1.75rem; }

@media (min-width: 1199px) { .featured-pages .page-block p { font-size: 0.9375rem; margin-top: -8px; margin-bottom: -2px; } /* Make sure that this teaser block somewhere else on the nonfeatured pages have the same style/treatment */ }

/* HOMEPAGE */
.box-link { letter-spacing: 2px; }

.box-link:hover { background-color: #3C6016 !important; }

.page-template-template-home .featured-insights { margin-top: 1.5rem; }

.page-template-template-home .featured-insights h2 { font-weight: 500; color: #1E1E1E; font-size: 1.75rem; line-height: 1.28; letter-spacing: 1.12px; }

.blog h2, .blog h3, .featured-insights .posts h2, .featured-insights .posts h3, .archive h2, .archive h3 { margin-top: 0.85rem; line-height: 1.27; letter-spacing: 1.12px; margin-bottom: 2rem; }

/* Copied from Inspector Tool, not sure H2 should be included here? */
.page-template-template-home .featured-insights .posts article p { font-size: 1rem; line-height: 1.6; }

.page-template-template-home .featured-video h2 { margin-top: 0.50rem; font-weight: 500; color: #1E1E1E; font-size: 1.75rem; line-height: 1.28; letter-spacing: 1.12px; }

.page-template-template-home .featured-video .featured-video-content .cpd h2 { margin-top: 1rem; font-weight: 500; color: #1E1E1E; font-size: 1.75rem; line-height: 1.28; letter-spacing: 1.12px; margin-bottom: 0.5rem !important; }

/* CPD */
.cpd p { margin-top: 0; }

.cpd a { font-weight: 500; }

/* VIDEO */
.page-template-template-home .featured-video .featured-video-content .video-caption { margin-top: 2rem; }

/* FOOTER */
.footer-upper .newsletter p { color: #1E1E1E; font-size: 0.8125rem; line-height: 1.6; }

.footer-upper .footer-section.social ul li { margin-right: 1rem; }

.footer-upper .newsletter .gform_body input { background: #EEEEEE; border: 0; -webkit-box-shadow: none; box-shadow: none; padding: 0.2rem .75rem 0rem !important; }

.page-template-template-home .featured-video .featured-video-content .cpd .callout .rate { margin-top: -0.75rem; margin-bottom: -0.75rem; }

/* AG INSIGHTS ARCHIVE */
.page-title { color: #1E1E1E; line-height: 1.22; letter-spacing: 0.5px; }

.intro-section .intro-text .intro { font-weight: 500; font-size: 1.25rem; color: #1E1E1E; line-height: 1.6; letter-spacing: 0.5px; font-style: normal; }

.intro-section .intro-text p { font-weight: 400; font-size: 0.9375rem; color: #1E1E1E; line-height: 1.6; }

.category-menu-wrapper .ag-insights-menu ul li a { padding: 1rem; }

.blog .byline, .featured-insights .posts .byline, .archive .byline { margin-top: 0; margin-bottom: -8px; }

.entry-content p { margin-bottom: 5px; }

.entry-content a { font-weight: 500; }

/* MOBILE MENU ICONS */
.header .header-right-small .mobile-icon img { margin-right: 0.65rem; }

.menu-icon { margin-right: 0.75rem; }

.mobile-nav nav .menu-item-has-children > a:after { margin-right: .15rem; }

@media only screen and (max-width: 992px) { .centered-content { padding-top: 3rem; } }

@media only screen and (min-width: 992px) { .centered-content { margin-top: 6rem; padding-right: 3rem; width: 75%; } }

.insights-header { font-family: 'Proxima Nova', sans-serif; font-size: 60px; font-weight: 900; color: #507F1E; text-transform: uppercase; margin-bottom: 1.5rem; }

.insights-subheader { font-family: 'Proxima Nova', sans-serif; font-size: 28px; font-weight: 900; color: #C75B12; text-transform: uppercase !important; margin-top: 1rem; margin-bottom: 1rem; }

@media only screen and (min-width: 992px) { .intro-article { width: 150%; padding-top: 100px; } }

@media only screen and (min-width: 992px) { .intro-article-news { width: 200%; padding-top: 100px; } }

/* SIDEBAR SOCIAL ICONS */
.sidebar .social-icons { margin-right: 0.5rem; }

/* SIDEBAR SOCIAL ICONS */
h2.cpd_sidebar { font-size: 1.25rem; font-weight: 500; line-height: 1.6; letter-spacing: 0.5px; }

p.cpd_sidebar { line-height: 1.87; }

/* REPORTS */
.page-template-template-reports .entry-content p { margin-top: 2rem; margin-bottom: 3rem; line-height: 1.32; }

.page-template-template-reports h2 { font-weight: 500; }

.page-template-template-reports .year a { line-height: 30px; }

.page-template-template-reports .year .quarter img { margin-right: 5px; }

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { color: #1E1E1E; }

.entry-content p { color: #1e1e1e; }

div.article p { font-size: 0.9375rem; line-height: 1.6; }

/* CHARTER HISTORY */
.page-template-template-history .milestone .milestone-content h2 { font-weight: 500; line-height: 1.6; margin-top: 0; letter-spacing: 0.5px; }

.page-template-template-history .milestone .milestone-content p { line-height: 1.6; font-size: 0.9375rem; letter-spacing: 0.5px; }

h4.cpd_sidebar { text-transform: none; line-height: 1.6; font-weight: 500; letter-spacing: 0.5px; margin-bottom: 1.25rem; font-size: 1.25rem; }

h4.cpd_sidebar { margin-bottom: -0.75rem; }

.custom-html-widget .callout { text-align: left; padding: 2rem; background: #DFDCD4; background: #DFDCD4; background: var(--buff-medium); text-transform: uppercase; color: #1E1E1E; }

.custom-html-widget .callout .rate { font-size: 3.375rem; font-weight: 700; margin-right: 1rem; }

.custom-html-widget .callout .content { text-transform: uppercase; font-weight: 500; font-size: 1.125rem; line-height: 1.4; }

/* ENTRY-CONTENT TYPOGRAPHY FIXES */
.entry-content h2, .text-sidebar-block h2, .text-block h2 { font-size: 1.75rem; font-weight: 500; line-height: 1.286; letter-spacing: 1.12px; margin-top: 2rem; margin-bottom: 1rem; }

.entry-content h3, .text-sidebar-block h3, .text-block h3 { font-weight: 500; line-height: 1.27; letter-spacing: 1.12px; margin-top: 2rem; margin-bottom: 1rem; }

.entry-content h4, .text-sidebar-block h4, .text-block h4 { font-weight: 500; line-height: 1.27; letter-spacing: 0.5px; margin-top: 2rem; margin-bottom: 1rem; }

.entry-content h5, .text-sidebar-block h5, .text-block h5 { line-height: 1.44; letter-spacing: 0.5px; margin-top: 2rem; margin-bottom: 1rem; }

.entry-content h6, .text-sidebar-block h6, .text-block h6 { line-height: 1.36; letter-spacing: 1px; margin-top: 2rem; margin-bottom: 1rem; }

.entry-content p, .text-sidebar-block p, .text-block p { margin-top: 0rem; margin-bottom: 1rem; }

.entry-content ul, .text-sidebar-block ul, .text-block ul { margin-top: 2rem; margin-bottom: 2rem; }

.entry-content ul li, .text-sidebar-block ul li, .text-block ul li { margin-bottom: 0.25rem; }

.entry-content ol, .text-sidebar-block ol, .text-block ol { margin-top: 2rem; margin-bottom: 2rem; }

.entry-content ol li, .text-sidebar-block ol li, .text-block ol li { margin-bottom: 0.75rem; }

.entry-content hr, .text-sidebar-block hr, .text-block hr { margin-top: 2.5rem; margin-bottom: 2.5rem; }

.entry-content blockquote, .text-sidebar-block blockquote, .text-block blockquote { margin-top: 1.5rem; margin-bottom: 2.25rem; }

.wp-caption { padding: 0; background: none; }

.wp-caption p.wp-caption-text { line-height: 1.65; font-style: italic; color: #1E1E1E; margin-bottom: 1.8rem; }

.alignleft { margin-right: 2rem; }

.alignright { margin-left: 2rem; }

/* Fixed alignment of main content copy with title on Search template */
.main-content { padding: 0 2rem; }

/* LOCATIONS PAGE ADJUSTMENTS */
.wpsl-search { margin-bottom: 2rem; padding: 12px 0px 28px 0px; background: #f4f3f3; }

#wpsl-stores .wpsl-store-thumb { border-radius: 0px; margin-top: 0px; }

#wpsl-wrap.wpsl-location-map #wpsl-result-list li { margin-top: 0rem; }

a { color: #507F1E; color: var(--green); text-decoration: none; }

a:hover { color: #333; }

p, ul { line-height: 1.5; }

p.lead { color: #507F1E; color: var(--green); font-size: 1.375rem; margin-top: 1.75rem; line-height: 1.36; margin-bottom: 2rem; }

@media (min-width: 992px) { p.lead { width: 66%; } }

p.lead.full { width: 100%; }

@media (min-width: 992px) { div.lead { width: 66%; } }

div.lead p { color: #507F1E; color: var(--green); font-size: 1.25rem; }

h1, h2, h3, h6 { text-transform: uppercase; }

h5, h6 { font-weight: normal; }

h1 { font-size: 2.875rem; }

h2 { font-size: 1.75rem; }

h3 { font-size: 1.4375rem; }

h4, .h4 { font-size: 1.25rem; text-transform: none !important; }

h5 { font-size: 1.125rem; }

h6 { font-size: 0.875rem; }

h1 span.no-top-padding, h2 span.no-top-padding, h3 span.no-top-padding, h4 span.no-top-padding { margin-top: 0; }

blockquote { padding-left: 2rem; border-left: 5px solid #507F1E; border-left: 5px solid var(--green); }

blockquote p { font-size: 1.875rem !important; font-weight: 400 !important; line-height: 1.4 !important; letter-spacing: 0.75px !important; }

blockquote cite { font-size: 1rem; font-weight: bold; font-style: normal; text-align: right; display: block; }

ul { list-style: none; list-style-image: url("/wp-content/themes/agloan/assets/images/icon-bullet.svg"); }

input, textarea, select { background: var(--white); -webkit-box-shadow: none; box-shadow: none; border: 1px solid #1e1e1e; font-size: 0.8125rem; color: #686764 !important; }

input:placeholder, textarea:placeholder, select:placeholder { color: #686764 !important; }

input, textarea, select { display: block; color: #686764 !important; }

input, select { height: 45px; font-size: 0.9375rem; padding: 0 1rem; }

label { text-transform: uppercase; font-size: 1.125rem; }

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label { font-weight: 400; }

body .gform_wrapper .top_label div.ginput_container { margin-top: 3px; }

body .gform_wrapper ul li.field_description_below div.ginput_container_radio { margin-top: 0; }

.gfield_radio input, .ginput_container_checkbox input { height: auto; }

.gfield_radio li, .ginput_container_checkbox li { display: -webkit-box; display: -ms-flexbox; display: flex; }

.gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_radio li input[type="checkbox"] { margin-top: 4px !important; margin-right: 5px !important; }

.gfield_radio label, .ginput_container_checkbox label { text-transform: none !important; }

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { padding: 5px 12px !important; }

.gform_wrapper textarea { padding: 5px 12px !important; }

.gform_wrapper select { padding: 5px 12px !important; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0 !important; background-image: url("/wp-content/themes/agloan/assets/images/icon-arrow-down-black.svg"); background-repeat: no-repeat; background-position: 97%; padding-right: 3rem; }

/* Put this in your Style.css
-------------------------------*/
.gform_wrapper .gfield_radio li label, .gform_wrapper .gfield_checkbox li label { margin: 0 !important; padding: 0 30px !important; }

input[type=radio], input[type=checkbox] { opacity: 0 !important; }

.gfield_radio li input[type=radio] + label { background: url(/wp-content/themes/agloan/assets/images/radial-empty.png) left center no-repeat; background-size: 20px; }

.gfield_checkbox li input[type=checkbox] + label { background: url(/wp-content/themes/agloan/assets/images/checkbox-empty.png) left center no-repeat; background-size: 20px; }

.gfield_radio li input[type=radio]:checked + label { background: url(/wp-content/themes/agloan/assets/images/radial-filled.png) left center no-repeat; background-size: 20px; }

.gfield_checkbox li input[type=checkbox]:checked + label { background: url(/wp-content/themes/agloan/assets/images/checkbox-filled.png) left center no-repeat; background-size: 20px; }

.entry-content .gform_wrapper ul.gform_fields li.gfield { padding-top: 1.75rem; }

/** Main navigation styles. */
.main-navigation-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.main-navigation-wrapper .main-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; padding: 0; }

@media (min-width: 992px) { .main-navigation-wrapper .main-navigation { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

.main-navigation-wrapper .main-navigation li { list-style: none; position: relative; padding-bottom: 0.5rem; }

.main-navigation-wrapper .main-navigation li.current-menu-ancestor > a::after { content: ""; display: block; width: 100%; height: 6px; background: #507F1E; background: var(--green); position: absolute; bottom: -9px; z-index: 999; }

.main-navigation-wrapper .main-navigation a { color: #1E1E1E; color: var(--black); text-transform: uppercase; text-decoration: none; font-size: 0.9375rem; margin-right: 1rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 700; }

@media (min-width: 1275px) { .main-navigation-wrapper .main-navigation a { font-size: 1.125rem; margin-right: 2rem; } }

.main-navigation-wrapper .main-navigation .menu-item-has-children.open-menu > .sub-menu, .main-navigation-wrapper .main-navigation .menu-item-has-children:hover > .sub-menu { visibility: visible; left: -1.5rem; }

.main-navigation-wrapper .main-navigation .menu-item-has-children:hover:before { content: ""; display: block; width: 0; height: 0; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 20px solid #F9F8F6; border-bottom: 20px solid var(--buff-light); position: absolute; margin: 0 auto; left: 11%; bottom: 7px; z-index: 999; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu { background: #F9F8F6; background: var(--buff-light); position: absolute; left: -999999px; visibility: hidden; padding: 3rem 2rem; top: 33px; z-index: 9999; width: 300px; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li { margin-bottom: 1rem; max-width: 300px; padding-left: .75rem; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li a { text-transform: none; font-weight: 400; font-size: 1rem; padding: 0; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li a:hover:before { page-break-inside: avoid; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid; page-break-inside: avoid; will-change: transform; display: block; content: ""; width: 28px; height: 8px; background: #507F1E; background: var(--green); position: absolute; left: -44px; top: 10px; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li.current-menu-item a:before { display: block; content: ""; width: 28px; height: 8px; background: #507F1E; background: var(--green); position: absolute; left: -44px; top: 10px; }

@media (min-width: 992px) { .main-navigation-wrapper .main-navigation .menu-item-has-children.two-columns .sub-menu { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; grid-column-gap: 2rem; -webkit-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; width: 575px; } }

.main-navigation-wrapper .main-navigation button { background: transparent; border: 0; }

.category-menu-wrapper .menu-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; color: #1E1E1E; color: var(--black); font-size: 1.125rem; background: #DFDCD4; background: var(--buff-medium); margin: 4rem 1rem 0 1rem; height: 60px; }

@media (min-width: 768px) { .category-menu-wrapper .menu-toggle { display: none; } }

.category-menu-wrapper .menu-toggle a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 1rem 2rem; color: #1E1E1E; color: var(--black); text-transform: uppercase; height: 100%; }

.category-menu-wrapper .menu-toggle svg { margin-right: 1rem; width: 19px; height: 11px; }

.category-menu-wrapper.open-toggle .ag-insights-menu { display: block; }

.category-menu-wrapper .ag-insights-menu { background: #DFDCD4; background: var(--buff-medium); display: none; margin: 0 1rem; position: relative; }

@media (min-width: 768px) { .category-menu-wrapper .ag-insights-menu { display: block; margin: 0; } }

.category-menu-wrapper .ag-insights-menu ul { list-style: none; margin-top: 0; }

@media (min-width: 768px) { .category-menu-wrapper .ag-insights-menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.category-menu-wrapper .ag-insights-menu ul li a { display: block; color: #1E1E1E; color: var(--black); font-size: 1.125rem; padding: .75rem; line-height: 1.44; letter-spacing: 0.5px; }

.category-menu-wrapper .ag-insights-menu ul li a:hover { background: #f9f8f6; }

.category-menu-wrapper .ag-insights-menu ul li.current-menu-item { background: #f9f8f6; }

/* Allows for some menus to open right */
.main-navigation-wrapper .main-navigation .open-left.menu-item-has-children.open-menu > .sub-menu, .main-navigation-wrapper .main-navigation .menu-item-8983.menu-item-has-children:hover > .sub-menu { visibility: visible; right: -1.5rem; left: auto; }

.mobile-nav { background: #F9F8F6; background: var(--buff-light); padding: 1rem 2rem 0; position: fixed; z-index: 9999; left: 0; right: 0; bottom: 0; top: 130px; display: none; overflow: scroll; }

@media (min-width: 392px) { .mobile-nav { top: 170px; } }

@media (min-width: 1275px) { .mobile-nav { display: none; } }

.mobile-nav .login-links { margin-top: 1rem; }

.mobile-nav nav ul { list-style: none; margin-left: 0; padding-left: 0; }

.mobile-nav nav li { list-style: none; margin-bottom: 2rem; }

.mobile-nav nav li.menu-item > a:not(.button) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; color: #1E1E1E; color: var(--black); text-transform: uppercase; font-size: 1.125rem; }

.mobile-nav nav li img { margin-right: .5rem; }

.mobile-nav nav .menu-item-has-children > a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.mobile-nav nav .menu-item-has-children > a:after { content: ""; display: inline-block; border-bottom: 5px solid #1E1E1E; border-bottom: 5px solid var(--black); border-right: 5px solid #1E1E1E; border-right: 5px solid var(--black); height: .75rem; width: .7rem; margin-right: .75rem; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.mobile-nav nav .menu-item-has-children.open-menu > a { border-bottom: 5px solid #507F1E; border-bottom: 5px solid var(--green); padding-bottom: 1rem; }

.mobile-nav nav .menu-item-has-children.open-menu > a:after { position: relative; content: ""; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); top: 10px; }

.mobile-nav nav .sub-menu { display: none; padding: 1.5rem 1rem 0; }

.mobile-nav nav .sub-menu li { margin-bottom: 1rem; position: relative; }

.mobile-nav nav .sub-menu li a { text-transform: none; font-weight: normal; }

.mobile-nav nav .sub-menu li a:hover:before { display: block; content: ""; width: 28px; height: 8px; background: #507F1E; background: var(--green); position: absolute; left: -49px; top: 10px; }

.mobile-nav nav .sub-menu li.current-menu-item a:before { display: block; content: ""; width: 28px; height: 8px; background: #507F1E; background: var(--green); position: absolute; left: -49px; top: 10px; }

.mobile-nav nav .open-menu > .sub-menu { display: block; }

.mobile-nav.open-nav { display: block; }

header.header { background: #fff; background: var(--white); }

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

header.header .logo { width: 300px; margin-right: 2rem; }

@media (min-width: 992px) { header.header .logo { width: 300px; margin-right: 0; } }

header.header .header-right-small { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 992px) { header.header .header-right-small { display: none; } }

header.header .header-right-small .mobile-icon img { min-width: 25px; width: 25px; margin-right: .5rem; }

header.header .header-right-large { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (min-width: 992px) { header.header .header-right-large { display: -webkit-box; display: -ms-flexbox; display: flex; } }

header.header .header-right-large .top-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: uppercase; font-size: 0.75rem; }

header.header .header-right-large .top-nav div a { margin-right: 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #1E1E1E; color: var(--black); }

header.header .header-right-large .top-nav div a:hover { color: #507F1E; color: var(--green); }

header.header .header-right-large .top-nav div a img { margin-right: .25rem; }

.search-modal { height: 200px; width: 100%; background: #fff; background: var(--white); z-index: 999; position: absolute; top: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: none; }

.search-modal.open-search { display: -webkit-box; display: -ms-flexbox; display: flex; }

.search-modal form { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; }

.search-modal form .search-field { background: transparent; font-size: 1.875rem; border-bottom: 1px solid #1E1E1E; border-bottom: 1px solid var(--black); padding-left: 0; }

.search-modal form .search-field:placeholder { color: #1E1E1E; }

.search-modal form button { background: transparent; border: none; color: transparent; }

.search-modal .close-search { position: absolute; right: 1.75rem; top: 1.5rem; background: transparent; border: none; color: transparent; }

.footer-upper { background: #fff; background: var(--white); padding: 2rem 0; margin-top: 6rem; }

@media (min-width: 768px) { .footer-upper .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 992px) { .footer-upper .footer-section { max-width: 22%; } }

.footer-upper .footer-section h2 { text-transform: none; font-size: 1.125rem; font-weight: 400; color: #1E1E1E; line-height: 1.44; letter-spacing: .5px; }

.footer-upper .newsletter p { font-size: 0.8125rem; line-height: 1.3; }

.footer-upper .newsletter .gf_simple_horizontal { margin: 0 !important; }

.footer-upper .newsletter .gform_body { width: 100% !important; }

.footer-upper .newsletter .gform_body input { height: 40px; background: #EEEEEE; border: 0; -webkit-box-shadow: none; box-shadow: none; padding: 0 .5rem !important; min-width: 155px !important; }

.footer-upper .newsletter .gform_body input::-webkit-input-placeholder { font-size: 1rem; color: #6B6A6A; }

.footer-upper .newsletter .gform_body input::-moz-placeholder { font-size: 1rem; color: #6B6A6A; }

.footer-upper .newsletter .gform_body input:-ms-input-placeholder { font-size: 1rem; color: #6B6A6A; }

.footer-upper .newsletter .gform_body input::-ms-input-placeholder { font-size: 1rem; color: #6B6A6A; }

.footer-upper .newsletter .gform_body input::placeholder { font-size: 1rem; color: #6B6A6A; }

.footer-upper .newsletter .gform_body li { padding-right: .5rem !important; }

.footer-upper .footer-menu ul { list-style: none; padding-left: 0; }

.footer-upper .footer-menu ul li { padding-bottom: .5rem; }

.footer-upper .footer-menu ul li a { font-weight: 400; font-size: 1.0625rem; line-height: 1.25; }

.footer-upper .footer-section.social ul { list-style: none; padding-left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; }

.footer-upper .footer-section.social ul li { margin-right: .5rem; }

.footer-lower { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: center; padding-top: 1rem; padding-bottom: 1rem; color: #1E1E1E; }

@media (min-width: 992px) { .footer-lower { font-size: 0.75rem; } }

@media (min-width: 1275px) { .footer-lower { font-size: 0.9375rem; } }

@media (min-width: 992px) { .footer-lower { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media (min-width: 992px) { .footer-lower .copyright { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.footer-lower .return-top { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-transform: uppercase; cursor: pointer; line-height: 2; }

@media (min-width: 992px) { .footer-lower .return-top { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.footer-lower .menu { list-style: none; margin-left: 0; padding-left: 0; }

@media (min-width: 992px) { .footer-lower .menu { line-height: 1; display: -webkit-box; display: -ms-flexbox; display: flex; border-right: 1px solid #1E1E1E; border-right: 1px solid var(--black); margin-right: 1.5rem; padding-right: 1.25rem; } }

.footer-lower .menu li { margin-bottom: .5rem; }

@media (min-width: 992px) { .footer-lower .menu li { font-size: 0.8125rem; margin-right: .75rem; margin-bottom: 0; } }

@media (min-width: 1275px) { .footer-lower .menu li { font-size: 0.9375rem; } }

.footer-lower .menu li a { color: #1E1E1E; text-decoration: none; }

.footer-lower .menu li a:hover { color: #507F1E; color: var(--green); }

img.equal_housing { height: 40px; }

.cpd_widget .widgettitle { font-size: 1.25rem; font-weight: bold; text-transform: none; }

.cpd_widget img { border: 1px solid #1E1E1E; border: 1px solid var(--black); }

.cpd_widget p { font-size: 0.9375rem; }

.sidebar { display: none; }

@media (min-width: 992px) { .sidebar { display: block; margin-left: 4rem; min-width: 30%; max-width: 30%; } }

.sidebar .widgettitle { font-size: 1.75rem; margin-bottom: 1rem; }

.sidebar .social { color: #507F1E; color: var(--green); font-weight: 400; font-size: 0.875rem; line-height: 1.6; letter-spacing: 1px; }

.sidebar .social-icons { display: inline-block; height: 14px; width: 20px; background-position: center; background-repeat: no-repeat; background-size: contain; }

.sidebar .categories .button { margin-bottom: 1rem; }

.mobile-sidebar .sidebar { display: block; margin-top: 0; }

@media (min-width: 992px) { .mobile-sidebar .sidebar { display: none; } }

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

.widget_nav_menu ul li a { text-transform: uppercase; margin-bottom: 1rem; display: block; font-size: 1.1875rem; }

.widget_nav_menu .sub-menu { padding-left: 1rem; margin-bottom: 1.75rem; }

.widget_nav_menu .sub-menu li:first-child { margin-top: -5px !important; }

.widget_nav_menu .sub-menu li a { text-transform: none; font-size: 1rem; display: block; margin-bottom: 0.25rem; }

.widget_nav_menu .current_page_item > a { color: #1E1E1E; color: var(--black); }

.button { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 2px solid #507F1E; border: 2px solid var(--green); background: #507F1E; background: var(--green); color: #fff; color: var(--white); text-transform: uppercase !important; height: 40px !important; padding: 0 1.25rem !important; width: auto; white-space: nowrap; }

.button:hover { background: #3C6016; }

.button.ghost, .button.gform_button { border: 2px solid #507F1E !important; border: 2px solid var(--green) !important; background: transparent !important; color: #507F1E !important; color: var(--green) !important; text-transform: uppercase !important; }

.button.ghost:hover, .button.gform_button:hover { background: #507F1E !important; background: var(--green) !important; color: #fff !important; color: var(--white) !important; }

.button.ghost:hover a, .button.gform_button:hover a { color: #fff !important; color: var(--white) !important; }

.button.ghost-white { border: 2px solid #fff; border: 2px solid var(--white); background: transparent; color: #fff; color: var(--white); }

.button.ghost-white:hover { border: 2px solid #507F1E; border: 2px solid var(--green); color: #507F1E; color: var(--green); }

button { cursor: pointer; }

@media (min-width: 1440px) { .banner-full { height: 630px !important; } }

@media (max-width: 1440px) { .banner-full { height: 630px !important; } }

@media (max-width: 1400px) { .banner-full { height: 625px !important; } }

@media (max-width: 1350px) { .banner-full { height: 625px !important; } }

@media (max-width: 1300px) { .banner-full { height: 620px !important; } }

@media (max-width: 1250px) { .banner-full { height: 620px !important; } }

@media (max-width: 1200px) { .banner-full { height: 615px !important; } }

@media (max-width: 1150px) { .banner-full { height: 610px !important; } }

@media (max-width: 1100px) { .banner-full { height: 605px !important; } }

@media (max-width: 1050px) { .banner-full { height: 600px !important; } }

@media (max-width: 1000px) { .banner-full { height: 600px !important; } }

@media (max-width: 950px) { .banner-full { height: 595px !important; } }

@media (max-width: 900px) { .banner-full { height: 590px !important; } }

@media (max-width: 850px) { .banner-full { height: 585px !important; } }

@media (max-width: 800px) { .banner-full { height: 580px !important; } }

@media (max-width: 750px) { .banner-full { height: 575px !important; } }

@media (max-width: 700px) { .banner-full { height: 570px !important; } }

@media (max-width: 650px) { .banner-full { height: 565px !important; } }

@media (max-width: 600px) { .banner-full { height: 560px !important; } }

@media (max-width: 550px) { .banner-full { height: 555px !important; } }

@media (max-width: 500px) { .banner-full { height: 550px !important; } }

@media (max-width: 450px) { .banner-full { height: 545px !important; } }

@media (max-width: 400px) { .banner-full { height: 540px !important; } }

.banner-full { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; background-color: #1E1E1E; background-color: var(--black); background-size: cover; background-repeat: no-repeat; background-position: center center; color: #fff; padding-top: 130px; margin-bottom: -4rem; background-size: cover; background-position: left center; }

.banner-full .button { border-color: #fff; border-color: var(--white); color: #fff; color: var(--white); font-size: .8125rem; letter-spacing: 1.33px; height: 36px !important; }

.banner-full h2 { font-size: 2.875rem; line-height: 1.22; letter-spacing: 1.75px; margin-bottom: 0.75rem; }

.banner-full .banner-content { margin-bottom: 8rem; }

@media (min-width: 768px) { .banner-full .banner-content { width: 700px; } }

.main-content { padding: 0 1.5rem; }

.page-intro { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

/* Remove padding from top element to keep sidebar/content aligned */
/* .entry-content:first-child * { margin-top: 0 !important; } */
.entry-content p, .text-block p { Color: #1E1E1E; font-size: 1rem; line-height: 1.6; }

.page-navigation ul { padding-left: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; }

.page-navigation ul li { padding-right: 1.5rem; }

.extra-top-padding { padding-top: 2.25rem; display: block; }

h4.cpd_sidebar { margin-bottom: -0.75rem; }

.custom-html-widget .callout { text-align: left; padding: 2rem; background: #DFDCD4; background: #DFDCD4; background: var(--buff-medium); text-transform: uppercase; color: #1E1E1E; }

.custom-html-widget .callout .rate { font-size: 3.375rem; font-weight: 700; margin-right: 1rem; }

.custom-html-widget .callout .content { text-transform: uppercase; font-weight: 500; font-size: 1.25rem; line-height: 1.4; }

/* ENTRY-CONTENT TYPOGRAPHY FIXES */
.entry-content h2, .text-sidebar-block h2, .text-block h2 { font-size: 1.875rem; font-weight: 500; line-height: 1.286; letter-spacing: 1.12px; margin-top: 2rem; margin-bottom: 0.7rem; }

.entry-content h3, .text-sidebar-block h3, .text-block h3 { font-weight: 500; line-height: 1.27; letter-spacing: 1.12px; margin-top: 2rem; margin-bottom: 0.7rem; }

.entry-content h4, .text-sidebar-block h4, .text-block h4 { font-weight: 500; line-height: 1.27; letter-spacing: 0.5px; margin-top: 2rem; margin-bottom: 0.7rem; }

.entry-content h5, .text-sidebar-block h5, .text-block h5 { line-height: 1.44; letter-spacing: 0.5px; margin-top: 2rem; margin-bottom: 0.7rem; }

.entry-content h6, .text-sidebar-block h6, .text-block h6 { line-height: 1.36; letter-spacing: 1px; margin-top: 2rem; margin-bottom: 0.7rem; }

.entry-content p, .text-sidebar-block p, .text-block p { margin-top: 0rem; margin-bottom: 1rem; }

.entry-content ul, .text-sidebar-block ul, .text-block ul { margin-top: 1rem; margin-bottom: 1.25rem; }

.entry-content ul li, .text-sidebar-block ul li, .text-block ul li { margin-bottom: 0.25rem; }

.entry-content ol, .text-sidebar-block ol, .text-block ol { margin-top: 1rem; margin-bottom: 1.25rem; }

.entry-content ol li, .text-sidebar-block ol li, .text-block ol li { margin-bottom: 0.75rem; }

.entry-content hr, .text-sidebar-block hr, .text-block hr { margin-top: 2.5rem; margin-bottom: 2.5rem; }

.entry-content blockquote, .text-sidebar-block blockquote, .text-block blockquote { margin-top: 1.5rem; margin-bottom: 2.25rem; }

.wp-caption { padding: 0; background: none; }

.wp-caption p.wp-caption-text { line-height: 1.65; font-style: italic; color: #1E1E1E; margin-bottom: 1.8rem; }

.alignleft { margin-right: 2rem; }

.alignright { margin-left: 2rem; }

/* Fixed alignment of main content copy with title on Search template */
.main-content { padding: 0 2rem; }

/* LOCATIONS PAGE ADJUSTMENTS */
.wpsl-search { margin-bottom: 1.5rem; padding: 12px 0px 28px 0px; background: #f4f3f3; }

#wpsl-stores .wpsl-store-thumb { border-radius: 0px; margin-top: 0px; }

#wpsl-wrap.wpsl-location-map #wpsl-result-list li { margin-top: 0.5rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input label, #wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-select-wrap label { padding-left: .75rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input #wpsl-search-input, #wpsl-wrap.wpsl-location-map .wpsl-search #wpsl-radius-dropdown { width: 100%; font-size: 0.8125rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search #wpsl-search-btn { margin-bottom: -5px; }

.wpsl-search h2 { margin-top: 0.75rem; }

div.listing-information h3 { padding-bottom: 0.75rem; }

#wpsl-result-list li p { padding-left: 0; margin: 0 0 16px 0; }

/* NAV ADJUSTMENTS */
.main-navigation-wrapper .main-navigation .menu-item-has-children .section-title .description { padding-top: 0.75rem; }

/* FOOTER ADJUSTMENTS */
#menu-footer-social .menu-item:nth-child(n+2) { margin-left: 0.75rem; }

/* -- */
.text-xxlarge { font-weight: 700 !important; }

.text-medium, .text-medium-small, .text { font-weight: 500 !important; }

.text { font-size: 17.5px; }

/* REPORTS PAGE */
.page-template-template-reports .year .quarter a { padding-left: 1.5rem; }

.page-template-template-reports .year { padding: 20px 20px 6px 20px; }

.fca { margin-bottom: 1rem; }

/* AG INSIGHTS */
@media (max-width: 768px) { .category-menu-wrapper { margin-top: -3rem; margin-bottom: 3rem; } }

.category-menu-wrapper .ag-insights-menu ul li a { padding: .75rem 1rem; }

/* IMAGE GRID */
/* PAGES/POSTS GENERAL */
.block-header .secondary-title { text-transforms: none; }

@media (min-width: 992px) { .block-header { max-width: 82%; padding: 1.35rem 5rem 1.15rem 1.75rem; } }

.block-header .block-title, .page-title, .page-title h1 { font-size: 2.3rem; }

.text-light { font-size: 15.3px; line-height: 1.2 !important; letter-spacing: 0.25px; }

/* CHARTER HISTORY */
@media (min-width: 992px) { .page-template-template-history .milestone .milestone-image img { min-width: 750px; } }

/* GRAVITY FORMS */
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label { font-size: 1.1875rem; font-weight: 400; letter-spacing: 0.5px; }

.gfield_label { margin-bottom: 0.3rem; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label { font-size: 1.1875rem; }

ul.gfield_checkbox li[class^="gchoice"] label:after, ul.gfield_radio li[class^="gchoice"] label:after { background-color: #f9f8f6; }

body .gform_wrapper .gfield_radio li label, body .gform_wrapper .gfield_checkbox li label { margin: 0 0 0 24px; }

.main-navigation-wrapper .main-navigation a, .mobile-nav nav li a { font-weight: 500; }

/* NEW NAV STYLES */
.main-navigation-wrapper { padding-top: 1rem; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li a { font-size: 1rem; line-height: 1.6; position: relative; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li { margin-bottom: 1rem; }

h2.footer-title:after { display: none !important; }

.blog .byline { margin-top: 2.25rem; }

.blog h2::after { bottom: -1.2rem; width: 58px; height: 10px; }

.intro-section .intro-text h2.subhead { letter-spacing: 0.5px; }

.entry-content ul li { margin-bottom: 0.65rem; }

.button.ghost-white:hover { border-color: #ffffff; }

.faq { padding: 0; }

.faq .question-title .accordion-toggle { width: 19px; height: 11px; margin-left: -2.125rem; }

.faq .question h3 { font-size: 1.25rem; letter-spacing: 0.5px; font-weight: 400; line-height: 1.44; }

.faq { margin-left: 2rem; margin-top: 0rem; }

.faq p { margin-left: -2rem; line-height: 1.6; }

.page-template-template-board .sidebar { margin-top: 1.1rem; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li a:hover:before, .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li.current-menu-item a:before { top: 8px; }

.featured-insights h2 { font-weight: 500 !important; }

.featured-video h2 { font-weight: 500 !important; margin-top: 2rem !important; }

.modal { display: none; }

.modal.is-open { display: block; position: absolute; z-index: 99999; }

.modal__overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.modal__container { background-color: #F9F8F6; background-color: var(--buff-light); padding: 30px; max-width: 500px; max-height: 100vh; overflow-y: auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

.modal__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.modal__title { margin-top: 0; margin-bottom: 0; font-weight: 600; font-size: 1.3125rem; line-height: 1.25; color: #00449e; -webkit-box-sizing: border-box; box-sizing: border-box; }

.modal__close { background: transparent; border: 0; float: right; font-size: 26px; margin-top: -1rem; margin-right: -1rem; }

.modal__open { cursor: pointer; background: transparent; color: #507F1E; color: var(--green); border: 0px; -webkit-box-shadow: 0px; box-shadow: 0px; }

.modal__close:before { content: "\2715"; }

.modal__btn { font-size: .9375rem; padding-left: 1rem; padding-right: 1rem; padding-top: .5rem; padding-bottom: .5rem; background-color: #e6e6e6; color: rgba(0, 0, 0, 0.8); border-radius: .25rem; border-style: none; border-width: 0; cursor: pointer; -webkit-appearance: button; text-transform: none; overflow: visible; line-height: 1.15; margin: 0; will-change: transform; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-out; -webkit-transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; transition: transform .25s ease-out, -webkit-transform .25s ease-out; transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }

.modal__btn-primary { background-color: #00449e; color: #fff; }

@media (min-width: 768px) { .page-template-template-home .action-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.page-template-template-home .action-links .box-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 100%; height: 120px; padding: 1rem; color: #fff; color: var(--white); background: #507F1E; background: var(--green); text-transform: uppercase; font-size: 1.5625rem; font-weight: 500; margin-top: 1rem; }

@media (min-width: 768px) { .page-template-template-home .action-links .box-link { width: 320px; max-width: 24%; margin-top: 0; } }

.page-template-template-home .service-blocks { margin: 4rem auto; padding: 0 4rem; }

@media screen and (max-width: 560px) { .page-template-template-home .service-blocks { padding: 0 2rem; } }

@media screen and (max-width: 360px) { .page-template-template-home .service-blocks { padding: 0 1rem; } }

@media (min-width: 992px) { .page-template-template-home .service-blocks { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.page-template-template-home .service-blocks .service { text-align: center; margin-bottom: 2rem; position: relative; padding-bottom: 60px; }

.page-template-template-home .service-blocks .service .button-container { position: absolute; left: 0; right: 0; bottom: 0; }

@media (min-width: 992px) { .page-template-template-home .service-blocks .service { margin-bottom: 0rem; width: 33%; } }

.page-template-template-home .service-blocks .service .title { text-transform: uppercase; }

.page-template-template-home .featured-insights { margin-top: 4rem; }

.page-template-template-home .featured-insights h2 { font-size: 1.8125rem; font-weight: normal; }

@media (min-width: 992px) { .page-template-template-home .featured-insights .posts { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 992px) { .page-template-template-home .featured-insights .posts article { width: 32%; } }

.page-template-template-home .featured-insights .read-more { font-weight: 400; font-size: 1.0625rem; line-height: 1.125; }

.page-template-template-home .featured-video h2 { font-size: 1.8125rem; font-weight: normal; }

@media (min-width: 768px) { .page-template-template-home .featured-video .featured-video-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 768px) { .page-template-template-home .featured-video .featured-video-content .video { width: 49%; } }

@media (min-width: 992px) { .page-template-template-home .featured-video .featured-video-content .video { width: 66%; } }

.page-template-template-home .featured-video .featured-video-content .video-caption { font-weight: 400; font-size: 1rem; color: #1E1E1E; line-height: 1.67; }

.page-template-template-home .featured-video .featured-video-content .cpd { color: #1E1E1E; font-size: 1.0625rem; line-height: 1.625; }

@media (min-width: 768px) { .page-template-template-home .featured-video .featured-video-content .cpd { width: 49%; } }

@media (min-width: 992px) { .page-template-template-home .featured-video .featured-video-content .cpd { width: 33%; padding-left: 2rem; } }

.page-template-template-home .featured-video .featured-video-content .cpd h2 { font-size: 1.5625rem; font-weight: normal; margin-bottom: 0; }

.page-template-template-home .featured-video .featured-video-content .cpd img { border: 1px solid #1E1E1E; border: 1px solid var(--black); }

@media (min-width: 992px) { .page-template-template-home .featured-video .featured-video-content .cpd img { min-width: 100%; } }

.page-template-template-home .featured-video .featured-video-content .cpd .callout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 2rem; background: #DFDCD4; background: var(--buff-medium); text-transform: uppercase; font-weight: 500; font-size: 1.1875rem; color: #1E1E1E; line-height: 1.4; margin-top: 3rem; }

.page-template-template-home .featured-video .featured-video-content .cpd .callout .rate { color: #1E1E1E; font-size: 2.4375rem; font-weight: 700; margin-right: 1rem; }

@media (min-width: 1275px) { .page-template-template-home .featured-video .featured-video-content .cpd .callout .rate { font-size: 3.4375rem; } }

.search-results article { margin-bottom: 3rem; }

@media (min-width: 992px) { .search-results article { padding-right: 10rem; } }

.search-results .search-title { font-size: 1.3125rem; font-weight: 500; margin-bottom: 0; }

.search-results .search-title a { color: #1E1E1E; color: var(--black); }

.featured-image { margin-top: 2rem; font-size: 0; }

@media (min-width: 992px) { .featured-image { margin-bottom: -4rem; min-height: 495px; } }

.sidebar-title { text-transform: uppercase; font-size: 0.9375rem; }

.more-articles { margin-top: 5rem; }

.more-articles h2 { text-transform: uppercase; font-weight: 500; }

@media (min-width: 992px) { .more-articles .article-set { display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media (min-width: 992px) { .more-articles .article { padding-right: 2rem; width: 33%; } }

.more-articles .article h3 { text-transform: uppercase; font-weight: 500; position: relative; margin-bottom: 1.5rem; }

.more-articles .article h3:after { display: block; position: absolute; bottom: -1.25rem; content: ""; width: 46px; height: 7px; background: #507F1E; background: var(--green); }

.blog .main, .featured-insights .posts .main, .archive .main, .more-articles .main { width: 100%; }

.blog article, .featured-insights .posts article, .archive article, .more-articles article { margin-bottom: 2rem; }

@media (min-width: 992px) { .blog article, .featured-insights .posts article, .archive article, .more-articles article { width: 48%; } }

.blog .ag-insights-menu, .featured-insights .posts .ag-insights-menu, .archive .ag-insights-menu, .more-articles .ag-insights-menu { top: -2rem; }

.blog .page-header, .featured-insights .posts .page-header, .archive .page-header, .more-articles .page-header { margin-top: 0; }

.blog .subhead:after, .featured-insights .posts .subhead:after, .archive .subhead:after, .more-articles .subhead:after { display: none; }

@media (min-width: 992px) { .blog .article-set, .featured-insights .posts .article-set, .archive .article-set, .more-articles .article-set { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.blog .byline, .featured-insights .posts .byline, .archive .byline, .more-articles .byline { margin-top: 2.5rem; margin-bottom: 0.3rem; }

.blog .featured-image-wrapper, .featured-insights .posts .featured-image-wrapper, .archive .featured-image-wrapper, .more-articles .featured-image-wrapper { position: relative; }

.blog .featured-image-wrapper img, .featured-insights .posts .featured-image-wrapper img, .archive .featured-image-wrapper img, .more-articles .featured-image-wrapper img { display: block; min-height: 350px; -o-object-fit: cover; object-fit: cover; min-width: 100%; }

.blog .featured-image-wrapper .categories, .featured-insights .posts .featured-image-wrapper .categories, .archive .featured-image-wrapper .categories, .more-articles .featured-image-wrapper .categories { position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 10; }

.blog .featured-image-wrapper .categories a, .featured-insights .posts .featured-image-wrapper .categories a, .archive .featured-image-wrapper .categories a, .more-articles .featured-image-wrapper .categories a { color: #fff; color: var(--white); text-transform: uppercase; font-size: 0.9375rem; letter-spacing: 1px; line-height: 1.36; }

.blog h2, .blog h3, .featured-insights .posts h2, .featured-insights .posts h3, .archive h2, .archive h3, .more-articles h2, .more-articles h3 { text-transform: uppercase; font-weight: 500; position: relative; margin-bottom: 1.5rem; }

.blog h2:after, .blog h3:after, .featured-insights .posts h2:after, .featured-insights .posts h3:after, .archive h2:after, .archive h3:after, .more-articles h2:after, .more-articles h3:after { display: block; position: absolute; bottom: -1.25rem; content: ""; width: 46px; height: 7px; background: #507F1E; background: var(--green); }

.blog header, .blog .article-header, .featured-insights .posts header, .featured-insights .posts .article-header, .archive header, .archive .article-header, .more-articles header, .more-articles .article-header { margin-bottom: 2rem; }

@media (min-width: 992px) { .blog .posts, .featured-insights .posts .posts, .archive .posts, .more-articles .posts { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 992px) { .blog .posts article, .featured-insights .posts .posts article, .archive .posts article, .more-articles .posts article { width: 32%; } }

.blog .article-header { margin-bottom: 1rem !important; }

.intro-section { margin-top: 3rem; margin-bottom: 3rem; }

@media (min-width: 992px) { .intro-section { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.intro-section .intro-text { background: #fff; background: var(--white); padding: 1rem 2rem; }

@media (min-width: 992px) { .intro-section .intro-text { width: 33%; min-width: 33%; margin-right: 2rem; } }

.intro-section .intro-text .page-title { font-size: 44px; color: #1E1E1E; letter-spacing: 1.53px; line-height: 56px; }

.intro-section .intro-text h2 { margin: 0; letter-spacing: 1.12px; line-height: 36px; }

.intro-section .intro-text .intro { font-weight: 600; font-size: 21px; color: #1E1E1E; letter-spacing: 0.5px; line-height: 32px; }

.intro-section .title-block { display: inline-block; background: #507F1E; background: var(--green); color: #fff; color: var(--white); padding: 1.25rem 1.85rem 1.5rem; }

.intro-section .title-block .byline { margin-top: 0; }

.intro-section .title-block h2 { margin: 0; line-height: 1.28; letter-spacing: 1.12px; }

.intro-section .title-block a { font-size: 26px; line-height: 1; color: #fff; color: var(--white); }

.intro-section .featured-image { margin-bottom: -66px; margin-top: 0; }

.intro-section .featured-image img { min-height: 450px; -o-object-fit: cover; object-fit: cover; }

@media (min-width: 992px) { .intro-section .content-wrapper { margin-left: 2rem; margin-right: 2rem; } }

#wpsl-wrap.wpsl-location-map .wpsl-gmap-canvas { width: 100% !important; height: 300px !important; max-height: 70vh; margin-top: 2rem; }

@media (min-width: 992px) { #wpsl-wrap.wpsl-location-map .wpsl-gmap-canvas { height: 700px !important; } }

#wpsl-wrap.wpsl-location-map .results { width: 100%; margin-top: 4rem; }

#wpsl-wrap.wpsl-location-map .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

#wpsl-wrap.wpsl-location-map .block-header { position: relative; width: 100%; white-space: nowrap; z-index: 9999; }

@media (min-width: 992px) { #wpsl-wrap.wpsl-location-map .block-header { width: auto; margin-top: -6rem; } }

#wpsl-wrap.wpsl-location-map .wpsl-search { background: none; border-bottom: 1px solid #E3E3E3; }

#wpsl-wrap.wpsl-location-map .wpsl-search h2 { font-size: 1.4375rem; font-weight: 500; }

@media (min-width: 768px) { #wpsl-wrap.wpsl-location-map .wpsl-search form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

#wpsl-wrap.wpsl-location-map .wpsl-search #wpsl-radius-dropdown { background-position: 90% !important; background-image: url("/wp-content/themes/agloan/assets/images/icon-arrow-down-black.svg") !important; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 1rem !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (min-width: 768px) { #wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input { margin-left: 1rem !important; } }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input label { font-size: 0.875rem; width: auto !important; padding-left: .5rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input #wpsl-search-input { width: 100%; font-size: 0.875rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input #wpsl-search-input::-webkit-input-placeholder { color: #686764 !important; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input #wpsl-search-input::-moz-placeholder { color: #686764 !important; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input #wpsl-search-input:-ms-input-placeholder { color: #686764 !important; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input #wpsl-search-input::-ms-input-placeholder { color: #686764 !important; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input #wpsl-search-input::placeholder { color: #686764 !important; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-select-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 1rem !important; }

@media (min-width: 768px) { #wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-select-wrap { margin-left: 1rem !important; } }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-select-wrap #wpsl-radius { width: 100%; margin-bottom: 3px; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-select-wrap #wpsl-radius .wpsl-dropdown { overflow: hidden; width: 100%; border: 0; border-radius: 0px !important; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-select-wrap #wpsl-radius .wpsl-dropdown:hover { -webkit-box-shadow: none; box-shadow: none; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-select-wrap label { font-size: 0.875rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search #wpsl-search-btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: uppercase !important; height: 45px !important; padding: 0 1.25rem; background: transparent; color: #507F1E; color: var(--green); border-radius: 0px; border: 2px solid #51811E !important; color: #51811E; width: inherit; font-size: 0.9375rem !important; font-weight: 500; }

#wpsl-wrap.wpsl-location-map .wpsl-search #wpsl-search-btn:hover { background-color: #3C6016; border-radius: 0px; border: 2px solid #3C6016 !important; color: #ffffff !important; width: inherit; font-size: 0.9375rem !important; font-weight: 500; }

@media (min-width: 768px) { #wpsl-wrap.wpsl-location-map .wpsl-search #wpsl-search-btn { margin-left: 1rem !important; } }

#wpsl-wrap.wpsl-location-map .wpsl-search input { height: 45px !important; }

#wpsl-wrap.wpsl-location-map #wpsl-result-list { width: 100%; }

@media (min-width: 992px) { #wpsl-wrap.wpsl-location-map #wpsl-result-list { width: 70%; margin: 0 auto; } }

#wpsl-wrap.wpsl-location-map #wpsl-result-list h3 { margin-top: 0; margin-bottom: 0; }

#wpsl-wrap.wpsl-location-map #wpsl-result-list li { border-bottom: 0; margin-top: 2rem; }

#wpsl-wrap.wpsl-location-map #wpsl-stores { height: auto !important; }

@media (min-width: 768px) { #wpsl-wrap.wpsl-location-map #wpsl-stores .wpsl-store-location { display: -ms-flexbox; display: flex; display: -webkit-box !important; } }

#wpsl-wrap.wpsl-location-map #wpsl-stores .wpsl-store-location .wpsl-store-thumb { margin-bottom: 1rem; float: none; min-width: 230px !important; height: auto !important; }

@media (min-width: 768px) { #wpsl-wrap.wpsl-location-map #wpsl-stores .wpsl-store-location .wpsl-store-thumb { margin-right: 1.5rem; } }

#wpsl-wrap.wpsl-location-map #wpsl-stores .wpsl-store-location .listing-information { max-width: 500px; }

#wpsl-wrap.wpsl-location-map .wpsl-street { display: inline; }

#wpsl-wrap.wpsl-location-map .phone-2 { padding-left: 57px !important; }

#wpsl-wrap.wpsl-location-map .mini-map { width: 270px; min-width: 270px; height: 230px; margin-right: 2rem; }

#wpsl-wrap.wpsl-location-map .agent-city { margin-bottom: 0; }

#wpsl-wrap.wpsl-location-map .open { font-weight: 500 !important; font-size: 1rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search .wpsl-input #wpsl-search-input { background: #FAF9F4 !important; color: #686764 !important; }

.page-template-template-leadership .bio-block, .page-template-template-board .bio-block { margin-top: 2.5rem; }

@media (min-width: 992px) { .page-template-template-leadership .bio-block, .page-template-template-board .bio-block { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.page-template-template-leadership .bio-content h2, .page-template-template-board .bio-content h2 { margin-top: 0; margin-bottom: 0; }

.page-template-template-leadership .bio-content .title, .page-template-template-board .bio-content .title { text-transform: uppercase; margin-top: 0; font-weight: bold; }

.page-template-template-leadership .headshot, .page-template-template-board .headshot { width: 100%; max-width: 400px; }

@media (min-width: 992px) { .page-template-template-leadership .headshot, .page-template-template-board .headshot { min-width: 25%; max-width: 25%; margin-right: 2rem; } }

.page-template-template-leadership .headshot img, .page-template-template-board .headshot img { min-width: 100%; }

.page-template-template-leadership .bio-copy p, .page-template-template-board .bio-copy p { font-size: 1rem; line-height: 1.6; color: #1e1e1e; }

@media (min-width: 992px) { .page-template-template-board .sidebar { margin-left: 0; margin-right: 3rem; } }

.page-template-template-history .milestone { margin-top: 6rem; margin-bottom: 6rem; position: relative; }

@media (min-width: 992px) { .page-template-template-history .milestone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.page-template-template-history .milestone .milestone-date { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 2.9375rem; background: #507F1E; background: var(--green); color: #fff; color: var(--white); font-weight: bold; padding: .5rem 1rem; line-height: 1; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; margin-bottom: -2rem; z-index: 99; -ms-flex-item-align: start; align-self: flex-start; }

@media (min-width: 992px) { .page-template-template-history .milestone .milestone-date { margin-top: 2rem; } }

.page-template-template-history .milestone .milestone-content { position: relative; color: #1E1E1E; color: var(--black); margin-top: 2rem; margin-bottom: 2rem; padding: 1.5rem; z-index: 999; }

.page-template-template-history .milestone .milestone-content a { cursor: pointer; }

.page-template-template-history .milestone .milestone-content.preview { background: #DFDCD4; background: var(--white); }

.page-template-template-history .milestone .milestone-content h2 { text-transform: none; font-size: 1.3125rem; line-height: 1.5; margin-top: 0; }

.page-template-template-history .milestone .milestone-image { -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; }

@media (min-width: 992px) { .page-template-template-history .milestone .milestone-image img { -o-object-fit: cover; object-fit: cover; height: 100%; } }

.page-template-template-history .milestone.odd { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

@media (min-width: 992px) { .page-template-template-history .milestone.odd .milestone-content-wrapper { left: 0; } }

@media (min-width: 992px) { .page-template-template-history .milestone-content-wrapper { right: 0; position: absolute; width: 453px; } }

.page-template-template-history .milestone-wrapper { position: relative; }

.page-template-template-history .milestone-wrapper:before { display: block; position: absolute; content: ""; width: 4px; height: 100%; left: 50%; background: #DFDCD4; background: var(--buff-medium); }

.row { margin-bottom: 2rem; }

@media (min-width: 768px) { .row { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.row input, .row select { margin-top: .25rem; }

@media (min-width: 768px) { .row input, .row select { width: 100%; } }

@media (min-width: 768px) { .row label { width: 29%; margin-right: 2rem; } }

.calculator .payment-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.calculator .payment-wrapper .calcu-btn { margin-right: 2rem; }

.calculator .payment-wrapper .total-rate-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.calculator .payment-wrapper .total-rate-container .payment { text-transform: uppercase; margin-right: 1rem; font-size: 1.1875rem; margin-top: 0; margin-bottom: 0; }

.calculator .payment-wrapper .total-rate-container .total-rate { font-weight: 700; font-size: 1.8125rem; margin-top: 0; margin-bottom: 0; }

.amortization-graph, .amortization-table { display: none; margin-top: 50px; }

.amortization-header { background-color: #e2e0de; color: #333; font-size: 13px; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; }

.amortization-header .column { width: 25%; }

.amortization-result { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.amortization-result .column { width: 25%; }

.amortization-result .even, .amortization-result .odd { color: #333; font-size: 13px; font-weight: 400; padding-top: 15px; padding-bottom: 10px; }

.amortization-header div { padding-top: 15px; padding-bottom: 10px; }

.amortization-result .odd { background: #F9F9F9; }

.amortization-graph { font: 10px sans-serif; }

.amortization-graph svg { background-color: #f5f1e8; width: 100%; }

.amortization-graph .axis line, .amortization-graph .axis path { fill: none; stroke: #000; shape-rendering: crispEdges; }

.amortization-graph .line { fill: none; stroke: #666; stroke-width: 3.5px; }

.amortization-graph .dots { background-color: #666; fill: #666; stroke: #666; }

.amortization-graph .grid .tick { stroke: #d3d3d3; stroke-opacity: .7; shape-rendering: crispEdges; display: none; }

.amortization-graph .grid path { stroke-width: 0; }

.amortization-graph rect.interest { fill: #d0dadc; }

.amortization-graph rect.principal { fill: #b0bf64; }

.amortization-graph { width: 100%; }

.page-template-template-reports .main-content-container .main { width: 100%; }

.page-template-template-reports .entry-content, .page-template-template-reports .entry-content p { font-size: 23px; letter-spacing: 0; line-height: 30px; color: #507F1E; color: var(--green); }

.page-template-template-reports h2 { font-size: 29px; letter-spacing: 1.12px; line-height: 36px; }

.page-template-template-reports .year { background: var(--white); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px; }

.page-template-template-reports .year .quarter { width: 100%; }

@media (min-width: 992px) { .page-template-template-reports .year .quarter { width: 25%; } .page-template-template-reports .year .quarter.fca { width: 35%; } }

.page-template-template-reports .year .quarter img { position: relative; top: 3px; }

.page-template-template-reports .year .quarter a { background-image: url("/wp-content/themes/agloan/assets/images/icon-download.svg"); background-position: 0px; background-repeat: no-repeat; padding-left: 1rem; background-size: 13px; }

.page-template-template-reports .year .quarter a:hover { background-image: url("/wp-content/themes/agloan/assets/images/icon-download-black.svg"); }

.page-template-template-reports .year a { display: block; color: #1E1E1E; color: var(--black); font-size: 16px; letter-spacing: 0; line-height: 24px; }

.page-template-template-reports .notes { margin-top: 50px; font-size: 16px; color: #1E1E1E; letter-spacing: 0; line-height: 24px; }

.page-template-template-sitemap p.lead { width: 100%; }

.page-template-template-sitemap .sitemap-navigation { list-style: none; text-transform: uppercase; max-width: 890px; margin: 0 auto; }

@media (min-width: 768px) { .page-template-template-sitemap .sitemap-navigation { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } }

.page-template-template-sitemap .sitemap-navigation li { margin-bottom: 1rem; }

.page-template-template-sitemap .sitemap-navigation li a { color: #1E1E1E; color: var(--black); display: block; }

.page-template-template-sitemap .sitemap-navigation .sub-menu { list-style: none; text-transform: none; }

.page-template-template-sitemap .sitemap-navigation .sub-menu li { margin-bottom: 0; }

.block-large-cta { background: #fff; background: var(--white); text-align: center; padding: 3rem 0; margin: 2rem 0; width: 100%; }

.block-large-cta.dark { background: #507F1E; background: var(--green); color: #fff; color: var(--white); }

.block-large-cta h2 { font-weight: 500; font-size: 1.6875rem; text-transform: uppercase; }

.block-large-cta p { font-size: 1.1875rem; }

@media (min-width: 768px) { .block-large-cta .content-container { width: 60%; margin: 0 auto; } }

.block-image-text { background: #fff; background: var(--white); margin: 2rem 0; }

.content-blocks > .container > .buff > .content > p > a, .content-blocks > .container > .buff > .content > ul > li > a, .content-blocks > .container > .buff > .content > ol > li > a { font-weight: bold; font-size: 19px; }

@media (min-width: 768px) { .block-image-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media (min-width: 768px) { .block-image-text .image { height: 450px; width: 50%; } }

.block-image-text .image img { -o-object-fit: cover; object-fit: cover; height: 100%; width: 100%; }

@media (min-width: 768px) { .block-image-text .content { width: 50%; } }

.block-image-text .content { padding: 2rem; }

@media (min-width: 768px) { .block-image-text .content { padding: 3.5rem; } }

.block-image-text .content h2 { font-weight: 500; font-size: 1.6875rem; text-transform: uppercase; margin-top: .5rem; }

.block-image-text .content .subhead { font-size: 1.1875rem; margin-bottom: 0; }

@media (min-width: 768px) { .block-image-text.text-left .image { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }

.block-quote { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 490px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; color: #fff; color: var(--white); padding: 3rem; margin-top: 1rem; margin-bottom: 1rem; }

@media (min-width: 768px) { .block-quote { padding: 5rem 15rem; } }

.block-quote .quote { font-size: 1.9375rem; font-weight: 400; margin: 0; }

.block-quote .cite { margin: 1rem 0 0; text-align: right; width: 100%; font-weight: 500; }

.block-quote a { color: #fff; color: var(--white); font-size: 1.3125rem; }

.block-quote.no-image { background: transparent; padding-left: 2rem; padding-top: 0rem; padding-bottom: 0rem; border-left: 5px solid #507F1E; border-left: 5px solid var(--green); height: auto; color: #1E1E1E; color: var(--black); }

.block-quote.no-image.indent { margin-left: 2rem; }

.block-quote.no-image p { font-size: 1.9375rem; font-weight: 400; line-height: 1.4; letter-spacing: 0.75px; }

.block-quote.no-image .cite { font-size: 1.0625rem; font-weight: bold; font-style: normal; text-align: right; display: block; }

.block-quote.no-image a { color: #507F1E; color: var(--green); }

.featured-pages { margin-top: 4rem; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 992px) { .featured-pages { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.featured-pages .page-block { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; color: #fff; color: var(--white); height: 425px; padding: 2rem; margin-bottom: 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media (min-width: 1275px) { .featured-pages .page-block { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

@media (min-width: 992px) { .featured-pages .page-block { width: 49%; } }

.featured-pages .page-block .block-content, .featured-pages .page-block .button { z-index: 10; }

.featured-pages .page-block h2 { font-weight: 500; line-height: 1.28; letter-spacing: 1.12px; }

.featured-pages .page-block .block-content { width: 100%; }

.featured-pages .page-block p { font-weight: 400; font-size: 1rem; line-height: 1.6; }

@media (--xlarge) { .featured-pages .page-block p { margin-bottom: 0; } }

@media (min-width: 1275px) { .featured-pages .page-block .button { margin-left: 3rem; } }

.featured-pages .quote { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 768px) { .featured-pages .quote { font-size: 1.9375rem; } }

@media (min-width: 992px) { .featured-pages .quote { width: 49%; } }

.featured-pages .quote .quote-content { font-size: 1.5625rem; line-height: 1.5; border-left: 5px solid #507F1E; border-left: 5px solid var(--green); padding-left: 2rem; }

.featured-pages .quote .quote-content p { text-align: right; font-weight: 700; font-size: 1.0625rem; }

.block-media-image { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; padding: 1rem 2rem; color: #fff; color: var(--white); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; height: 425px; margin: 2rem 0; width: 100%; }

@media (min-width: 768px) { .block-media-image { height: 725px; } }

.block-media-image h2 { font-weight: normal; margin-bottom: 0rem; }

.block-media-image p { font-size: 1rem; }

.block-media-video-embed { color: #fff; color: var(--white); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: 1rem 0; width: 100%; }

.block-media-video-embed h2 { font-weight: normal; margin-bottom: 0rem; }

.block-media-video { overflow: hidden; position: relative; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; color: #fff; color: var(--white); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; height: 360px; }

@media (min-width: 768px) { .block-media-video { height: 725px; } }

.block-media-video .banner-video { position: absolute; top: 50%; left: 50%; width: auto; min-width: 100%; height: auto; min-height: 100%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: -1; }

.block-media-video h2 { font-weight: normal; margin-bottom: 0rem; }

.faq { margin: 2rem 0; }

.faq h2 { font-weight: 500; letter-spacing: 1.12px; }

.faq .question { margin-bottom: 1.5rem; }

.faq .question h3 { text-transform: none; font-size: 1.1875rem; margin-bottom: 1.75rem; letter-spacing: 1.12px; font-weight: 500; }

.faq p { margin-left: 0.125rem; line-height: 1.6; }

.faq .question-answer { display: none; padding-left: 2rem; font-size: 1rem; line-height: 24px; }

.faq .question-title { margin-bottom: 0; letter-spacing: 0.5px; sline-height: 1.44; }

.faq .question-title a { color: #1E1E1E; color: var(--black); }

.faq .question-title .accordion-toggle { display: inline-block; background-image: url("/wp-content/themes/agloan/assets/images/icon-arrow-down-green.svg"); width: 18px; height: 12px; margin-right: 0.5rem; }

.faq .open-accordion .question-answer { display: block; }

.faq .open-accordion .accordion-toggle { background-image: url("/wp-content/themes/agloan/assets/images/icon-arrow-up-black.svg"); }

.image-grid-regular { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 1rem; margin-bottom: 1rem; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.image-grid-regular img { width: 32.5%; padding-bottom: .75rem; }

.tiled-gallery-caption { display: none !important; }

.image-grid-tiled .tiled-gallery img { margin: 0 !important; border: 10px solid transparent !important; }

.image-grid-tiled .gallery-row { border-bottom: 5px solid transparent !important; margin-bottom: 0 !important; }

.image-grid-masonry { line-height: 0; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; grid-column-gap: 1rem; -webkit-column-gap: 1rem; -moz-column-gap: 1rem; column-gap: 1rem; }

.image-grid-masonry img { margin-bottom: 1rem; width: 100%; }

@media (min-width: 992px) { .text-sidebar-block.container { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

.text-sidebar-block.container .sidebar { display: block; }

@media (min-width: 992px) { .text-sidebar-block.container .sidebar { margin-top: 0 !important; } }

.customer-profile { border: 1px solid #507F1E; border: 1px solid var(--green); display: inline-block; }

@media (min-width: 768px) { .customer-profile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

.customer-profile .profile-sections-wrapper { width: auto; }

@media (min-width: 768px) { .customer-profile .profile-sections-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

.customer-profile .profile-section { padding: 1rem; }

.customer-profile .profile-section .icons { display: -webkit-box; display: -ms-flexbox; display: flex; }

.customer-profile h2 { background: #507F1E; background: var(--green); color: #fff; color: var(--white); font-size: 1.1875rem; padding: 1rem 2rem; display: inline-block; width: auto; text-align: center; margin-top: 0; margin-bottom: 0; }

@media (min-width: 768px) { .customer-profile h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (min-width: 768px) { .customer-profile h2 span { font-size: 1.5625rem; } }

.customer-profile h3 { margin-top: 0; font-size: 1.25rem; }

.customer-profile img { height: 32px; margin-right: .5rem; }

.slider-wrapper { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; height: 620px; margin: 2rem auto; min-width: 100%; max-width: 100%; }

.slider-wrapper .slider { max-width: 100%; }

.slider-wrapper .slide { position: relative; height: 620px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; overflow: hidden; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%); }

.slider-wrapper .slide img { position: absolute; -o-object-fit: cover; object-fit: cover; height: 100%; width: 100%; z-index: -1; }

.slider-wrapper .slide .slide-content-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.slider-wrapper .slide .slide-content { position: relative; z-index: 1; color: #fff; color: var(--white); padding: 1.5rem 2rem; max-width: 500px; }

.slider-wrapper .slide .slide-content .slide-title { font-size: 1.8125rem; text-transform: uppercase; margin-bottom: 0; }

.slider-wrapper .slide .slide-content p { font-size: 1rem; margin-top: 0; }

.slider-wrapper .slider-controls { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; z-index: 99999; bottom: 2rem; right: 2rem; }

.slider-wrapper .slider-controls .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }

.slider-wrapper .slider-controls .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; color: #fff; color: var(--white); background: #fff; background: var(--white); opacity: .5; border-radius: 50%; margin-right: 3px; margin-left: 3px; }

.slider-wrapper .slider-controls .slick-dots .slick-active button { opacity: 1; }

.slider-wrapper .slider-controls .slick-arrow { padding-left: 10px; padding-right: 10px; cursor: pointer; }

.slider-wrapper .slider-controls .slick-arrow svg { width: 13px; height: 25px; }

.slider-wrapper .slider-controls .arrow-next { -webkit-transform: rotate(180deg); transform: rotate(180deg); margin-top: -5px; }

.slick-dots li.slick-active button::before { opacity: .75; color: black; }

.cookie-notice-container { padding: 30px !important; }

#cn-more-info { color: black; }

#cn-accept-cookie, #cn-refuse-cookie { color: white !important; }

.cpt_loop_filter, .cpt_loop_items { margin: 0 auto; max-width: 920px; width: 100%; }

@media screen and (max-width: 600px) { .cpt_loop_filter, .cpt_loop_items { padding: 1em; } }

.cpt_loop_filter { align-items: flex-end; display: flex; justify-content: center; padding: 3em 2em 2em; }

@media screen and (max-width: 720px) { .cpt_loop_filter { flex-wrap: wrap; } }

.cpt_loop_filter .button { border: 2px solid #507F1E; }

.cpt_loop_filter .button:hover { border: 2px solid #3C6016; }

.cpt_loop_filter .button.alt { background: transparent; color: #507F1E; pointer-events: none; }

.cpt_loop_filter .cpt_loop_filter_field_wrap, .cpt_loop_filter .cpt_loop_filter_span { margin-left: 1.75em; }

@media screen and (max-width: 600px) { .cpt_loop_filter .cpt_loop_filter_field_wrap, .cpt_loop_filter .cpt_loop_filter_span { margin: 0.5em 0; text-align: center; width: 100%; } }

.cpt_loop_filter .filter_select { background-position: 95%; height: 40px; margin: 0 auto; }

.cpt_loop_filter .cpt_loop_filter_label { display: block; font-size: 1em; font-weight: 500; letter-spacing: .02em; margin-bottom: 0.5em; width: 100%; }

.cpt_loop_filter_title, .cpt_loop_item_title { font-size: 1.563em; font-weight: 500; margin-top: 0; text-transform: uppercase; }

.cpt_loop_filter_title { margin-bottom: 0.45em; }

@media screen and (max-width: 720px) { .cpt_loop_filter_title { text-align: center; width: 100%; } }

.cpt_loop_filter_span { margin-bottom: 1.05em; }

.cpt_loop_items { padding: 2.05em; }

.cpt_loop_item { align-items: center; background: var(--white); display: flex; margin-bottom: 2.05em; }

@media screen and (max-width: 600px) { .cpt_loop_item { align-items: flex-start; margin-bottom: 1.05em; padding: 1.5em; } }

@media screen and (max-width: 380px) { .cpt_loop_item { display: block; } }

.cpt_loop_item_image { flex-shrink: 0; height: 18em; width: 18em; }

@media screen and (max-width: 1024px) { .cpt_loop_item_image { height: 16em; width: 16em; } }

@media screen and (max-width: 800px) { .cpt_loop_item_image { width: 14em; } }

@media screen and (max-width: 600px) { .cpt_loop_item_image { height: 6em; width: 6em; } }

@media screen and (max-width: 380px) { .cpt_loop_item_image { height: 0; margin-bottom: 1.5em; padding-top: 100%; position: relative; width: 100%; } }

.cpt_loop_item_image img { height: 100%; object-fit: cover; object-position: top center; width: 100%; }

@media screen and (max-width: 380px) { .cpt_loop_item_image img { left: 0; position: absolute; top: 0; } }

.cpt_loop_item_content { padding: 2em; }

@media screen and (max-width: 600px) { .cpt_loop_item_content { padding: 0 1.5em; } }

@media screen and (max-width: 380px) { .cpt_loop_item_content { padding: 0; width: 100%; } }

.cpt_loop_item_title { margin-bottom: 1em; }

@media screen and (max-width: 600px) { .cpt_loop_item_title { font-size: 1.3em; } }

.cpt_loop_item_field { padding: 0 0 0 2em; }

.cpt_loop_item_field.states_served { background: url("../../images/icon-globe.png") no-repeat; background-size: 1.375em auto; }

.cpt_loop_item_field.email { background: url("../../images/icon-envelope.png") no-repeat; background-position: 0 0.375em; background-size: 1.375em auto; }

.cpt_loop_item_field.phone { background: url("../../images/icon-phone.png") no-repeat; background-size: 1.375em auto; margin-bottom: 0; }

.cpt_loop_none { background: white; display: none; padding: 1em; text-align: center; }

.cpt_loop_none h3 { font-weight: 400; }

/*# sourceMappingURL=theme-styles.css.map*/
/**** Revel CSS Changes ****/
body { font-size: 16px; }

.site-wrapper { overflow: visible; }

.block-media-video-embed .responsive-embed { position: relative; height: 0; padding-bottom: 75%; margin-bottom: 1rem; overflow: hidden; }

.header.knockout .main-navigation-wrapper .main-navigation > li > a, .header.knockout .header-right-large .top-nav div a { color: #fff; }

.header.knockout .header-right-large .top-nav div a:hover { color: #507F1E; }

.header.knockout.menu-open .mobile-icon svg path { fill: #000 !important; }

.header.knockout.menu-open .custom-logo-link svg g.letters path { fill: #000 !important; }

.banner-full { position: relative; }

#content .page-intro.container { position: relative; }

header.header { padding-top: 1rem; z-index: 1000; position: absolute; background: transparent; width: 100%; position: absolute; top: 0; left: 0; }

.page-template-default .header, .page-template-template-covid-19 .header, .blog .header, .category .header, .archive .header, .single .header, .page-template-template-board .header, .page-template-template-leadership .header, .page-template-template-history .header, .page-template-template-reports .header, .page-template-template-blank .header, .page-template-template-calculator .header, .page-template-template-faq-with-sidebar .header, .page-template-template-history .header, .page-template-template-sitemap .header, .search .header, .error404 .header { position: relative; background: #fff; height: auto; padding-bottom: 0; }

@media (max-width: 991px) { .page-template-default .header, .page-template-template-covid-19 .header, .blog .header, .category .header, .archive .header, .single .header, .page-template-template-board .header, .page-template-template-leadership .header, .page-template-template-history .header, .page-template-template-reports .header, .page-template-template-blank .header, .page-template-template-calculator .header, .page-template-template-faq-with-sidebar .header, .page-template-template-history .header, .page-template-template-sitemap .header, .search .header, .error404 .header { padding-bottom: 1.5rem; } }

#content { position: relative; z-index: 99; }

.page-template-template-home .action-links { z-index: 100; position: relative; }

.hero-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: black; background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

.block-media-video-embed .responsive-embed embed, .block-media-video-embed .responsive-embed iframe, .block-media-video-embed .responsive-embed object, .block-media-video-embed .responsive-embed video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.block-media-video-embed .responsive-embed.widescreen { padding-bottom: 56.25%; }

.block-media-video-embed .responsive-embed.vimeo { padding-top: 0; }

.responsive-embed { position: relative; height: 0; padding-bottom: 45%; margin-bottom: 1rem; overflow: hidden; min-height: 420px; }

.responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.responsive-embed.widescreen { padding-bottom: 56.25%; }

.responsive-embed.vimeo { padding-top: 0; }

.featured-image-wrapper .gradient { display: none; }

.mobile-nav { z-index: 99999; }

.entry-content ul li { margin-bottom: 5px; }

.amortization-note { width: 100%; background: #f5f1e8; padding: 10px 30px; margin-top: -2px; }

.amortization-note ul { list-style-type: none; overflow: hidden; }

.amortization-note ul li { float: left; display: inline-block; padding: 0 30px; position: relative; }

.amortization-note ul li span.interest_block { display: block; position: absolute; left: 2px; top: 2px; width: 20px; height: 20px; background: #d0dadc; }

.amortization-note ul li span.principal_block { display: block; position: absolute; left: 2px; top: 2px; width: 20px; height: 20px; background: #b0bf64; }

.block-image-text.text-right { text-align: left !important; }

body .userway.userway_p5 { bottom: 60px !important; }

.pagination-nav { clear: left; display: block; float: left; width: 100%; }

.button.ghost.calculate-loan { font-weight: 500 !important; }

.link-disabled { color: #1E1E1E; cursor: not-allowed; opacity: 0.5; text-decoration: none; }

.page-id-10651 .responsive-embed { padding-bottom: 0 !important; }

.what-sets-us-apart { background-color: #FAF9F4; width: 100%; overflow: hidden; margin-top: 2rem; margin-bottom: 2rem; }

.what-sets-us-apart h2 { font-size: 23px; color: #fff; background-color: #507F1E; padding: 21px 40px 19px 56px; letter-spacing: 2px; font-weight: 500; float: left; margin-top: 28px; }

.what-sets-us-apart .content-container { width: 100%; }

.svg-container { float: left; width: 250px; clear: left; padding-left: 44px; }

.list-area { float: left; width: calc(100% - 300px); padding-left: 20px; padding-top: 22px; }

.list-area ul { list-style-type: none; list-style-image: none; }

.list-area ul li { display: inline-block; font-size: 20px; font-weight: 500; padding-left: 20px; padding-bottom: 32px; width: 50%; float: left; letter-spacing: 1px; }

.list-area ul li:nth-of-type(odd) { width: 40%; clear: left; }

.list-area ul li:nth-of-type(even) { width: 60%; }

.block-footer { width: 100%; float: left; text-align: right; padding-top: 20px; }

.block-footer .button.ghost { margin-right: 60px; margin-bottom: 45px; }

@media (max-width: 1327px) { #wpsl-wrap.wpsl-location-map .block-header { margin-left: 0rem; } }

@media (max-width: 800px) { .slider-wrapper .slider-controls { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; z-index: 99999; bottom: 2rem; right: auto; left: 2rem; } .slider-wrapper .slide .slide-content { margin-bottom: 44px; margin-left: 11px; } }

@media (max-width: 600px) { .calculator .payment-wrapper { display: block; } .calculator .payment-wrapper .total-rate-container { display: block; padding-top: 20px; } .block-header .block-title, .page-title, .page-title h1 { font-size: 1.7rem; } }

@media (max-width: 1274px) { .mobile-nav nav .menu-item-has-children > a:after { margin-top: -7px; } }

@media (max-width: 992px) { .svg-container { display: none; } .list-area { float: left; width: 100%; } .list-area ul li { display: inline-block; font-size: 20px; font-weight: 500; padding-left: 20px; padding-right: 20px; padding-bottom: 32px; width: 50%; float: left; letter-spacing: 1px; } .list-area ul li:nth-of-type(odd) { width: 50%; } .list-area ul li:nth-of-type(even) { width: 50%; } .banner-full .banner-content { margin-bottom: 6rem; } .block-media-video-embed .responsive-embed iframe { min-height: 0px !important; } .block-media-video-embed .responsive-embed.widescreen { min-height: 0 !important; } #e6gdoockiimp7, #e6gdoockiimp15, #e6gdoockiimp23 { transform: translate(0px, 0px) !important; } #wpsl-wrap.wpsl-location-map .block-header { margin-left: 0rem; } .slider-wrapper { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; height: 620px; margin: 2rem auto; min-width: 100%; max-width: none; margin-left: -2rem; width: calc(100% + 4rem); } }

@media (max-width: 767px) { .blog .ag-insights-menu, .featured-insights .posts .ag-insights-menu, .archive .ag-insights-menu, .more-articles .ag-insights-menu { top: 0; width: calc(100% - 2rem); left: 0rem; } .category-menu-wrapper .ag-insights-menu ul { list-style: none; margin-top: 0; padding-left: 0; } .category-menu-wrapper .ag-insights-menu ul li a { padding: 0.75rem 1rem 0.75rem 2rem; } .block-header { padding: 1.5rem 2rem 1.5rem 2rem; } blockquote p { font-size: 1.25rem !important; } #serviceBlocks.service-blocks .service:nth-of-type(2) .three { max-width: 22em; } }

@media (max-width: 600px) { .list-area { padding-left: 0; } .list-area ul li { width: 100% !important; padding-left: 0px; } }

.widget.cpd_widget { border: 2px solid #507F1E; width: 100%; max-width: 330px; padding: 50px 30px 30px 30px; position: relative; }

.widget.cpd_widget .widgettitle { display: none; }

h4.cpd_sidebar { position: absolute; text-transform: uppercase !important; font-size: 1.8rem; width: 130px; margin-top: 0; line-height: 37px; }

.widget.cpd_widget .svg-widget { float: right; width: 275px; display: inline-block; top: -76px; right: -102px; position: relative; height: 198px; margin-bottom: -30px; }

p.cpd_sidebar { clear: both; }

.widget.cpd_widget a.learn-more-widget { position: absolute; color: #fff; background: #507F1E; padding: 8px 20px; left: 92px; bottom: -18px; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; }

.widget.cpd_widget a.learn-more-widget:hover { background: #3C6016; }

.widget-version-2 { border: 2px solid #507F1E; width: 100%; max-width: 350px; padding: 30px 40px 30px 40px; text-align: center; position: relative; }

.widget-version-2 h3 { width: 100%; padding: 0; line-height: 30px; letter-spacing: 1.5px; font-weight: 400; margin-bottom: 19px; }

.widget-version-2 a { position: absolute; background: #507F1E; left: 50%; transform: translateX(-50%); bottom: -21px; }

.main-navigation-wrapper .main-navigation .menu-item-has-children:hover:before { display: none; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu { background: #fff; top: 33px; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li a:hover:before { background: #1E1E1E; }

.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li.current-menu-item a:before { display: block; background: #507F1E !important; float: left; top: 8px; }

.main-navigation-wrapper .main-navigation > li > a:hover:after { content: ""; display: block; width: 100%; height: 6px; background: #1E1E1E; position: absolute; bottom: -9px; z-index: 999; }

.main-navigation-wrapper .main-navigation li.current-menu-ancestor > a::after { background: #507F1E !important; }

.mobile-nav nav .sub-menu li a:hover:before { background: #E8E2CD; }

.sidebar .widgettitle:first-of-type, .sidebar h3:first-of-type { margin-top: 0; }

.sidebar { margin-top: 0rem; margin-bottom: 1.5rem; }

.sidebar h4 { margin-bottom: 0; }

.extra-top-padding { margin-top: 0; padding-top: 0; }

.video_headline { margin-top: 0; margin-bottom: 0; }

.video_subhead { margin-top: 18px; }

.block-media-video-embed.content-width, .block-media-video.content-width { max-width: 762px; }

blockquote p { font-size: 1.5375rem !important; font-weight: 400 !important; line-height: 1.5 !important; letter-spacing: 0.75px !important; }

.block-image-text { position: relative; width: 100%; }

.block-image-text.text-left .image { position: absolute; right: 0; height: 100%; }

.block-image-text.text-right .image { position: absolute; left: 0; height: 100%; }

.block-image-text.text-right .content { margin-left: 50%; }

@media only screen and (max-width: 767px) { .block-image-text.text-left .image, .block-image-text.text-right .image { position: relative; left: auto; right: auto; height: auto; } .block-image-text.text-right .content { margin-left: 0; } }

table { width: 100%; }

table td, table th { padding: 5px 5px; }

table th { font-weight: 500; text-transform: uppercase; text-align: left; }

table tr:nth-child(even) { background: #EFEFEF; }

table thead { background: #D8D8D8; }

table thead th { font-weight: normal; }

/* Needs to add a little more space below Log In button in Secure Login panel */
.login-navigation .sub-menu ul.login-links { margin-top: 0.6rem; }

/* Subtitle is supposed to be sentence case */
.block-header .secondary-title { text-transform: none !important; }

/* p lead crosses into sidebar area a little bit in sketch file */
@media (min-width: 992px) { p.lead { min-width: 62%; } }

/* Getting the Location/Agents title block to have the same margin-top as the other templates */
@media (min-width: 992px) { #wpsl-wrap.wpsl-location-map .block-header { width: auto; margin-top: -4rem !important; } #return-top { position: fixed; bottom: 20px; right: 0; padding: 15px 15px 14px 17px; background: rgba(255, 255, 255, 0.75); z-index: 99; border: none; outline: none; cursor: pointer; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-transform: uppercase; cursor: pointer; text-align: center; } }

ul.two-columns { column-count: 2; column-gap: 35px; }

@media (max-width: 992px) { ul.two-columns { column-count: 1; column-gap: 0px; } }

/* Main & Sidebar tweaks to make them align  */
.gform_wrapper { margin-top: 2.25rem; }

form.maForm { padding: 20px 0 !important; }

form.maForm p:first-child { display: none; }

form.maForm label { font-weight: 400 !important; letter-spacing: 0.5px !important; color: #3e3e3e !important; font-family: "Proxima Nova", sans-serif !important; margin-bottom: 4px !important; margin-top: 10px !important; line-height: 1.3 !important; font-size: 1.225rem !important; }

form.maForm label.formRadioLabel { padding: 5px 30px 5px 10px !important; text-transform: none !important; }

form.maForm input[type="radio"] { height: 25px !important; width: 25px !important; margin-right: 10px; float: left !important; margin-top: 0 !important; margin-bottom: 2px !important; opacity: 1 !important; display: block !important; position: relative !important; top: -2px !important; }

form.maForm input[type="checkbox"] { height: 25px !important; width: 25px !important; margin-right: 10px; float: left !important; margin-top: 0 !important; margin-bottom: 2px !important; opacity: 1 !important; display: block !important; position: relative !important; top: -2px !important; }

form.maForm select { -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; border-radius: 0 !important; background-image: url(/wp-content/themes/agloan/assets/images/icon-arrow-down-black.svg) !important; background-repeat: no-repeat !important; background-position: 97% !important; padding-right: 3rem !important; }

form.maForm input, form.maForm textarea, form.maForm select { background: #FAF9F4 !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: 1px; font-size: 0.9125rem !important; color: #686764 !important !important; }

form.maForm button, .button.gform_button { border: 2px solid #507F1E !important; background: #507F1E !important; color: #FAF9F4 !important; text-transform: uppercase !important; width: auto !important; border-radius: 0px !important; font-size: 0.85rem !important; font-weight: 500 !important; letter-spacing: 1.56px; height: 40px !important; padding: 0 1.25rem !important; width: auto !important; font-family: "Proxima Nova", sans-serif; cursor: pointer; }

form.maForm button:hover, .button.gform_button:hover { background: #3C6016 !important; }

.maFormSubscriptionSelect { color: #507F1E !important; }

.page-template-template-faq-with-sidebar-php .faq { margin-top: 0; }

@media (max-width: 600px) { .page-template-template-faq-with-sidebar-php .content-blocks .container { padding: 0; } }

.cpd_widget { margin-top: 0.55rem; }

.social { margin-top: -0.125rem; }

/* .entry-content h2:first-of-type, .text-sidebar-block h2:first-of-type, .text-block h2:first-of-type { margin-top: 0; } */
.eyebrow_text { font-weight: 500; line-height: 1.27; letter-spacing: 0.5px; margin-top: 1rem; margin-bottom: 0; font-size: 21px; color: #1E1E1E; text-transform: none; }

.entry-content h2, .text-sidebar-block h2, .text-block h2 { margin-top: 2rem; }

.social { margin-top: 1rem; }

.footer-section.social { margin-top: 0; margin-left: 240px; margin-right: 0 !important; }

@media (max-width: 1300px) { .footer-section.social { margin-top: 0; margin-left: 0px; margin-right: 0 !important; } }

.category-menu-wrapper .ag-insights-menu ul li a { font-size: 1.15rem; }

.sidebar p { color: #1E1E1E; }

.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5 { color: #1E1E1E; }

.sidebar .social { margin-top: 5px; }

.sidebar-title { margin-top: 0; }

.main-content-container { padding-top: 15px; }

/* Fix the H2 FIND A BRANCH margin issue caused by the style immediately above */
#wpsl-wrap.wpsl-location-map .wpsl-search h2 { font-size: 1.475rem; font-weight: 500; margin-top: 1rem; }

/* BOD & SR Leadership People Styles */
.name { font-weight: 500; font-size: 1.85rem; letter-spacing: 1.12px; line-height: 1.3; }

.title { font-weight: 500 !important; font-size: 1.35rem; letter-spacing: 1.12px; line-height: 1.6; }

.bio-copy { margin-top: -0.5rem; }

.widgettitle { font-weight: 500; }

.sidebar .widget { margin-bottom: 2rem; }

.page-template-template-board .sidebar { margin-top: 0; }

.calcu-btn p { margin-bottom: 0; }

.payment-wrapper { margin-bottom: 1rem; }

.page-template-template-calculator .row input, .page-template-template-calculator .row select { margin-bottom: 1rem; border-radius: 0px; }

form.maForm input, form.maForm select, form.maForm textarea { border-radius: 0; }

.regional-contacts .col-sm-6 { padding-right: 40px; }

.block-image-text .content h2 { letter-spacing: 1px; }

.faq { margin: 2rem 0 2rem 0rem; }

.faq .question h3 { font-weight: 400; letter-spacing: 0.5px; margin-top: 0; }

.faq .question-answer { padding-left: 0; margin-left: -2px; }

.faq .question-title .accordion-toggle { margin-left: -1.88rem; margin-right: 0.3rem; }

@media (max-width: 1260px) { .faq .question-answer { padding-left: 2.45rem; } }

@media (min-width: 992px) { .footer-upper .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: left; -ms-flex-wrap: wrap; flex-wrap: wrap; } .footer-upper .footer-section { max-width: 22%; margin-right: 90px; } }

.footer-upper { padding: 3rem 0; }

@media (max-width: 991px) { #return-top { display: none !important; } }

.page-template-template-reports .year .quarter a { background-position: 0 5px; }

.page-template-template-covid-19 .main .content-blocks .container { padding-left: 0 !important; padding-right: 0 !important; }

.page-template-template-covid-19 .main .content-blocks .container .faq { margin: 1rem 0; }

.page-template-template-covid-19 .sidebar h4 { margin-top: 0; }

.page-template-template-covid-19 .main .content-blocks .container .faq .question { margin-bottom: 1.5rem; margin-left: 2rem; }

.block-large-cta.light .button.ghost-white { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 2px solid #507F1E; background: #507F1E; color: #fff; text-transform: uppercase !important; height: 40px !important; padding: 0 1.25rem !important; width: auto; white-space: nowrap; }

.block-large-cta h2 { letter-spacing: 1.12px; margin-top: 1rem; }

.entry-content p, .text-block p, .text-sidebar-block p { font-size: 16px; line-height: 24px; }

.sidebar p { font-size: 16px; line-height: 24px; }

p, ul { font-size: 16px; line-height: 24px; }

.featured-image.video { margin-bottom: 0; }

.block-header.video { margin-left: 0; padding-left: 0; background: none; color: #1e1e1e; }

.block-header.video .secondary-title { color: #1e1e1e; }

.home .banner-full h2 { font-size: 2.3rem; }

#wpsl-wrap.wpsl-location-map .block-header { white-space: normal; }

.page-template-template-leadership .headshot, .page-template-template-board .headshot { margin-bottom: 1rem; }

.page-template-template-history .milestone .milestone-date { font-size: 2.6rem; }

#wpsl-wrap.wpsl-location-map .wpsl-search #wpsl-search-btn { color: #507F1E !important; }

#wpsl-wrap.wpsl-location-map .wpsl-search #wpsl-search-btn:hover { color: #FAF9F4 !important; }

@media (max-width: 991px) { .home .banner-full h2 { font-size: 1.3rem; } }

@media (max-width: 767px) { .home .banner-full { margin-bottom: -2rem; } .home .banner-content { margin-bottom: 3rem; } .block-image-text .content { padding: 1.25rem 2rem 2rem; } .block-header .secondary-title { line-height: 1.4; } }

@media (max-width: 600px) { .block-quote { height: auto; } }

.home .content-blocks .container { max-width: 100rem; }

.home .featured-pages { margin-top: 0.5rem; }

.page-template-template-home .featured-insights { margin-top: 2rem; }

.modal__open:hover { color: #1e1e1e; }

.page-template-template-history .milestone .milestone-content.full { position: absolute; color: #1E1E1E; color: var(--black); margin-top: 0; margin-bottom: 2rem; padding: 1.5rem; z-index: 999; left: 144px; top: 0; width: calc(100% - 144px); height: calc(100% - 0rem); }

.page-template-template-history .milestone.odd .milestone-content.full { position: absolute; color: #1E1E1E; color: var(--black); margin-top: 0; margin-bottom: 2rem; padding: 1.5rem; z-index: 999; left: auto; right: 144px; top: 0; width: calc(100% - 144px); height: calc(100% - 0rem); }

.modal__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; }

.modal__container { background-color: #ffffff; background-color: #E8E2CD; padding: 50px 100px 50px 50px; max-width: 100%; max-height: 100%; width: 100%; height: 100%; overflow-y: auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

.page-template-template-history .milestone .milestone-date { width: 144px; }

.modal__close { background: transparent; border: 0; float: right; font-size: 26px; margin-top: -1rem; margin-right: -4rem; }

.home .featured-pages .page-block, .container.featured-pages .page-block { height: auto; }

.home .featured-pages .page-block h2, .container.featured-pages .page-block h2 { color: #1E1E1E; margin-top: 0; }

.home .featured-pages .page-block p, .container.featured-pages .page-block p { color: #1E1E1E; }

.home .featured-pages .page-block, .container.featured-pages .page-block { background-color: #E8E2CD; margin-bottom: 0; margin-top: 1rem; margin-bottom: 0.5rem; }

.block-media-video-embed.add-bottom-margin, .block-media-image.add-bottom-margin, .block-media-video.add-bottom-margin { margin-bottom: 3rem; }

@media only screen and (min-width: 992px) { .home .featured-pages .page-block { width: 48.5%; flex-direction: column; align-items: flex-start; flex-flow: row wrap; } .home .featured-pages .page-block .button { margin-left: 0; margin-right: auto; } }

.block-large-cta p { line-height: 28px; }

.block-large-cta.medium.light.svg_layout p { font-size: 1.1rem; line-height: 24px; }

.block-large-cta.medium.light.svg_layout { width: 70%; }

.block-large-cta.svg_layout .cta_content { float: right; width: 50%; text-align: left; padding: 1rem 0 2rem; text-align: left; padding: 1rem 0 2rem; }

.block-large-cta.svg_layout .svg_wrap { float: left; width: 50%; margin-top: 2rem; margin-bottom: 2rem; }

.optional_svg { overflow: hidden; height: 280px; width: 500px; padding-right: 0; margin-right: 0; margin-left: -200px; }

.optional_svg #second_icon { margin-top: -113px; }

@media only screen and (max-width: 1400px) { .block-large-cta.medium.light.svg_layout .content-container { width: 100%; padding: 0 2rem; margin: auto; } .optional_svg { overflow: hidden; height: 244px; width: 100%; padding-right: 0; margin-right: 0; margin-left: -30px; } .optional_svg #second_icon { margin-top: -69px; } }

@media only screen and (max-width: 991px) { .block-large-cta.medium.light.svg_layout { width: 100%; overflow: hidden; } .optional_svg { overflow: hidden; height: 244px; width: 100%; padding-right: 0; margin-right: 0; margin-left: 0; max-width: 400px; } }

@media only screen and (max-width: 780px) { .block-large-cta.svg_layout .cta_content { float: left; width: 100%; text-align: left; padding: 1rem 0 2rem; text-align: center; padding: 1rem 0 1rem; } .block-large-cta.svg_layout .svg_wrap { float: left; width: 100%; margin-top: 2rem; margin-bottom: 2rem; } .optional_svg { overflow: hidden; height: 244px; width: 100%; padding-right: 0; max-width: 400px; text-align: center; margin: 0 auto; } }

.entry-content .button a { font-weight: 500 !important; }

body:not(.home) #content .container.featured-pages { margin-top: 0; }

body:not(.home) #content .container.featured-pages .page-block { width: 100%; }

.block-image-text.buff { background-color: #E8E2CD; }

.block-image-text.marginAbove { margin-top: 4rem; }

.block-image-text.marginBelow { margin-bottom: 4rem; }

.search-modal { background-color: #507F1E; }

.search-modal form .search-field { outline: none; padding-left: 15px; font-size: 1.55rem; padding: 0 0.75rem; height: 38px; border-bottom: none; background-color: #fff; }

.search-modal form svg { max-height: 38px; border-radius: 4px; }

.block-large-cta.medium.light { border: 2px solid #507F1E; background: transparent; width: 60%; padding: 1rem 0; }

.block-large-cta.medium.light .content-container { width: 80%; margin: auto; }

.block-large-cta.medium.light h2 { font-size: 1.5rem; }

@media only screen and (max-width: 991px) { .block-large-cta.medium.light { width: 100%; } .mobile-sidebar.container { margin-top: 3rem; } }

@media only screen and (min-width: 992px) { .sidebar { display: block; margin-left: 4rem; min-width: 34.5%; max-width: 34.5%; } }

.block-large-cta .button { margin-top: 14px; }

.faq.content-width { width: 65.5%; }

@media only screen and (max-width: 991px) { .faq.content-width { width: auto; max-width: 100%; } .faq { margin: 2rem 0 2rem 0rem; } }

.faq .question-title .accordion-toggle { height: 11px; }

.faq .question { margin-left: 2rem; }

.comparison-chart { margin: 3rem 0; width: 100%; }

.comparison-chart h2.comp-chart { margin-bottom: 2rem; }

.comparison-chart h3.comp-chart { background-color: #E8E2CD; padding: 23px 20px; display: block; margin-bottom: 1rem; margin-top: 0; }

.comparison-section { width: 100%; display: flex; flex-direction: row; }

.comparison_content_1, .comparison_content_2 { background: #FAF9F4; margin-bottom: 1rem; padding: 23px; }

.comparison_content_1 { width: calc(50% - 0.5rem); margin-right: 0.5rem; }

.comparison_content_2 { width: calc(50% - 0.5rem); margin-left: 0.5rem; }

@media only screen and (max-width: 767px) { .comparison-section { display: flex; flex-direction: column; } .comparison_content_1, .comparison_content_2 { width: 100%; margin: 0 0 1rem 0; } }

#field_12_19 input[type=radio], #field_12_19 input[type=checkbox] { opacity: 1 !important; float: left; padding: 15px; margin-top: -9px; width: auto; margin-right: 10px; }

.gform_wrapper li.gfield fieldset legend.gfield_label, label { text-transform: none; }

.gform_wrapper li.gfield.field_description_below + li.gsection { margin-bottom: 0; }

#gform_wrapper_12 { margin-top: 0; }

#field_12_1 { padding-top: 0; margin-top: 0; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label { font-size: 16px; line-height: 24px; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title { font-weight: 500; font-size: 25px; }

.block-quote .quote { line-height: 40px; }

.featured-pages .page-block .button { margin-top: 20px; }

.category-menu-wrapper .ag-insights-menu ul { padding-left: 0; }

.category-menu-wrapper .menu-toggle { margin: 1rem 1.25rem 0 1.25rem; }

@media only screen and (max-width: 991px) { .block-media-video-embed .responsive-embed { padding-bottom: 48%; } .page-template-template-history .milestone .milestone-content.full, .page-template-template-history .milestone.odd .milestone-content.full { position: relative; color: #1E1E1E; color: var(--black); margin-top: -7rem; margin-bottom: 0; padding: 0; z-index: 999; left: 0; top: 0; width: 100%; height: auto; } .modal__overlay { position: relative; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: auto; } .modal__container { background-color: #ffffff; background-color: #E8E2CD; padding: 0px 85px 20px 30px; max-width: 100%; max-height: 100%; width: 100%; height: auto; overflow-y: auto; -webkit-box-sizing: border-box; box-sizing: border-box; } .modal__close { background: transparent; border: 0; float: right; font-size: 26px; margin-top: 0.75rem; margin-right: -4rem; } .page-template-template-history .milestone .milestone-content { margin-top: -0.3rem; } .category-menu-wrapper .ag-insights-menu ul li a { font-size: 0.92rem; } }

.service-blocks .title { margin: 0 0 1.5em; }

.service-blocks .title span { display: block; }

.service-blocks .service:first-of-type .one { font-size: 1em; line-height: 1em; }

.service-blocks .service:first-of-type .two { font-size: 2em; font-weight: bold; line-height: 1em; }

.service-blocks .service:nth-of-type(2) .one { font-size: 2em; font-weight: bold; line-height: 1em; }

.service-blocks .service:nth-of-type(2) .two { font-size: 2em; font-weight: bold; line-height: 1em; }

.service-blocks .service:nth-of-type(2) .three, .service-blocks .service:nth-of-type(2) .four { font-size: 0.75em; line-height: 1.25em; margin: 0 auto; max-width: 20em; }

.service-blocks .service:nth-of-type(3) .one { font-size: 2em; font-weight: bold; line-height: 1em; }

.service-blocks .service:nth-of-type(3) .two { font-size: 0.75em; line-height: 1.25em; margin: 0 auto; max-width: 20em; }

.home_service_icon { opacity: 0; transform: scale(0); transition: all 0.5s ease-out; }

.home_service_icon.visible { opacity: 1; transform: scale(1); }

.infographic_wrap { margin: 0 auto; max-width: 1150px; }

.infographic { height: 0; padding-top: 56.521739130434783%; position: relative; width: 100%; }

.infographic .item { position: absolute; transform: scale(0, 0); transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.infographic .item.crops { left: 1.5%; top: 17.9%; width: 29.1%; }

.infographic .item.vines { left: 23.5%; top: 1.4%; width: 33.5%; transition-delay: 0.2s; }

.infographic .item.dairies { left: 28.3%; top: 50.1%; width: 27.5%; transition-delay: 0.8s; }

.infographic .item.fruits { left: 45.3%; top: 32.9%; width: 22.1%; transition-delay: 0.6s; }

.infographic .item.beef { left: 57.6%; top: 50.9%; width: 17.1%; transition-delay: 0.4s; }

.infographic .item.lumber { left: 68.6%; top: 38.4%; width: 17.2%; transition-delay: 1s; }

.infographic .item.veg { left: 79.3%; top: 48.1%; width: 13.5%; transition-delay: 1.4s; }

.infographic .item.other { left: 87.8%; top: 40.9%; width: 11.1%; transition-delay: 1.2s; }

.infographic.active .item { transform: scale(1, 1); }

@media screen and (max-width: 1200px) { .service-blocks .service:first-of-type .one { font-size: 0.75; } .service-blocks .service:first-of-type .two { font-size: 1.75em; } .service-blocks .service:nth-of-type(2) .one { font-size: 1.75em; } .service-blocks .service:nth-of-type(2) .two { font-size: 1.75em; } .service-blocks .service:nth-of-type(2) .three, .service-blocks .service:nth-of-type(2) .four { font-size: 0.625em; } .service-blocks .service:nth-of-type(3) .one { font-size: 1.75em; } .service-blocks .service:nth-of-type(3) .two { font-size: 0.625em; } }

.main-navigation-wrapper .login-navigation, .mobile-navigation-wrapper .login-navigation { margin-right: 2em; position: relative; }

.main-navigation-wrapper .login-navigation.open .login_panel_wrap, .mobile-navigation-wrapper .login-navigation.open .login_panel_wrap { display: block; }

.main-navigation-wrapper .login-navigation .login-button, .mobile-navigation-wrapper .login-navigation .login-button { align-items: center; background: #507F1E; background: var(--green); color: #fff; color: var(--white); display: flex; font-size: 0.9375rem; letter-spacing: 0.5px; margin-right: 0; padding: 0.55rem 1rem; text-transform: uppercase; }

.main-navigation-wrapper .login-navigation .login-button:hover, .main-navigation-wrapper .login-navigation .login-button.open, .mobile-navigation-wrapper .login-navigation .login-button:hover, .mobile-navigation-wrapper .login-navigation .login-button.open { background: #333; }

.main-navigation-wrapper .login-navigation .login-button object, .mobile-navigation-wrapper .login-navigation .login-button object { margin-left: 8px; height: 24px; width: 21px; }

.main-navigation-wrapper .login-navigation .login_panel_wrap, .mobile-navigation-wrapper .login-navigation .login_panel_wrap { display: none; background: white; min-width: 300px; padding: 1.5em; position: absolute; right: 0; top: 42px; width: 300px; z-index: 999900; }

.main-navigation-wrapper .login-navigation .login_panel_wrap .login_panel, .mobile-navigation-wrapper .login-navigation .login_panel_wrap .login_panel { display: none; }

.main-navigation-wrapper .login-navigation .login_panel_wrap.default .login_panel.default, .mobile-navigation-wrapper .login-navigation .login_panel_wrap.default .login_panel.default { display: block; }

.main-navigation-wrapper .login-navigation .login_panel_wrap.new .login_panel.new, .mobile-navigation-wrapper .login-navigation .login_panel_wrap.new .login_panel.new { display: block; }

.main-navigation-wrapper .login-navigation .login_panel_wrap.legacy .login_panel.legacy, .mobile-navigation-wrapper .login-navigation .login_panel_wrap.legacy .login_panel.legacy { display: block; }

.main-navigation-wrapper .login-navigation .login_panel_wrap .back, .mobile-navigation-wrapper .login-navigation .login_panel_wrap .back { display: block; height: 32px; width: 32px; }

.main-navigation-wrapper .login-navigation .login_panel_wrap .login_panel_title, .mobile-navigation-wrapper .login-navigation .login_panel_wrap .login_panel_title { font-size: 1.125rem; font-weight: 500; margin-bottom: .5rem; margin-top: 0.875em; text-transform: uppercase !important; }

.main-navigation-wrapper .login-navigation .login_panel_wrap hr, .mobile-navigation-wrapper .login-navigation .login_panel_wrap hr { background: grey; border: none; height: 1px; margin: 1.5em 0; }

.main-navigation-wrapper .login-navigation .login_panel_wrap .link, .mobile-navigation-wrapper .login-navigation .login_panel_wrap .link { color: #507F1E; color: var(--green); font-size: 0.875rem; font-weight: normal; padding-bottom: 0; padding-top: 1rem; text-transform: none; }

.main-navigation-wrapper .login-navigation .login_panel_wrap .button, .mobile-navigation-wrapper .login-navigation .login_panel_wrap .button { color: white; letter-spacing: 0.03em; font-weight: 500; justify-content: center; margin: 0 0 1.5em; text-transform: uppercase; transition: all 0.2s ease-in-out; width: 100%; font-size: 0.875em; }

.main-navigation-wrapper .login-navigation .login_panel_wrap .button.outline, .mobile-navigation-wrapper .login-navigation .login_panel_wrap .button.outline { background: transparent; color: var(--green); }

.main-navigation-wrapper .login-navigation .login_panel_wrap .button:hover, .mobile-navigation-wrapper .login-navigation .login_panel_wrap .button:hover { background: #333; border-color: #333; color: white; }

.main-navigation-wrapper .login-navigation .login_panel_wrap .or, .mobile-navigation-wrapper .login-navigation .login_panel_wrap .or { display: block; font-weight: 500; margin: 0 0 1.25em; text-align: center; }

.main-navigation-wrapper .login-navigation label, .mobile-navigation-wrapper .login-navigation label { font-size: 0.875rem; line-height: 1.5em; text-transform: none; }

.main-navigation-wrapper .login-navigation input, .mobile-navigation-wrapper .login-navigation input { background: transparent; border: 1px solid #333; font-size: 0.875rem; margin-bottom: 1rem; height: 36px; width: 100%; }

.main-navigation-wrapper .login-navigation .checkbox-wrapper, .mobile-navigation-wrapper .login-navigation .checkbox-wrapper { align-items: center; display: flex; margin-bottom: 1em; }

.main-navigation-wrapper .login-navigation .checkbox-wrapper label, .mobile-navigation-wrapper .login-navigation .checkbox-wrapper label { font-size: 0.8125rem; white-space: nowrap; }

.main-navigation-wrapper .login-navigation .checkbox-wrapper input, .mobile-navigation-wrapper .login-navigation .checkbox-wrapper input { margin-bottom: 0; margin-right: .5rem; opacity: 1 !important; width: auto; }

.mobile-navigation-wrapper .login-navigation .login_panel_wrap { background: transparent; padding-left: 0; padding-right: 0; position: relative; top: 0; width: inherit; }

.themeLayoutStarterWrapper { margin: 130px auto 0; max-width: 800px; padding: 6em 2em; }

/*# sourceMappingURL=global.css.map */