@charset "UTF-8";
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

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

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

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

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

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

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

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

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

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

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

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

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

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

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

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

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

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

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

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

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

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

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

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

/* Reset
==========================================================================================================================*/
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased; }

* {
  margin: 0;
  padding: 0;
  outline: none; }

ul, li {
  list-style: none; }

section {
  line-height: 0; }
  section > * {
    line-height: initial; }

a {
  display: block;
  text-decoration: none;
  color: inherit; }
  a:visited {
    color: inherit; }

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

/* Mixins
==========================================================================================================================*/
/* Clearfix - usage: @extend %clearfix;
-----------------------------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/* Transition - usage: @include transition(all .2s ease); - or - @extend .transition;
-----------------------------------------------------------------------------------------------*/
/* Animation - usage: @include keyframes(slide-down) { 0% { opacity: 1; } 90% { opacity: 0; } } - or - @include animation('slide-down 5s 3');
-----------------------------------------------------------------------------------------------*/
/* Center Vertically - usage: @include vertical-align();
-----------------------------------------------------------------------------------------------*/
/* Center Horizontally - usage: @include horizontal-align();
-----------------------------------------------------------------------------------------------*/
/* Center Horizontal and Vertical - usage: @include center-align();
-----------------------------------------------------------------------------------------------*/
/* Rotate - usage: @include rotate(-90deg);
-----------------------------------------------------------------------------------------------*/
/* multiple transforms - usage: @include transform( rotate(-90deg) translateY(-50%) );
-----------------------------------------------------------------------------------------------*/
/* Aspect Ratio - usage: @include aspect-ratio(16, 9);
-----------------------------------------------------------------------------------------------*/
/* Flexbox - usage: @include flexbox(); - @include align-items(center); - @include justify-content(space-around);
-----------------------------------------------------------------------------------------------*/
/* Column Width - get column width by passing the number of columns and the gutter width - usage: width: colWidth(3,50px); OR using a variable: width: colWidth(3,$gutter);
-----------------------------------------------------------------------------------------------*/
/* Object fit - force maintain aspect ratio for media/embeds - usage: @include object-fit(contain);
-----------------------------------------------------------------------------------------------*/
/* Multiple columns text - usage: @include textColumns(2,40px);
-----------------------------------------------------------------------------------------------*/
/* Linear Gradient - usage: @include linearGradient(rgba(255,255,255,1), rgba(0,0,0,1));
-----------------------------------------------------------------------------------------------*/
/* Grayscale - usage: @include grayscale(100%);
-----------------------------------------------------------------------------------------------*/
/* Placeholder - usage: .myDiv { @include placeholder { color: #000; } }
-----------------------------------------------------------------------------------------------*/
/* Selection - usage: @include selection { color: #000; background: #fff; }
-----------------------------------------------------------------------------------------------*/
/* Decimal Round - usage: decimal-round(0.333, 2);
-----------------------------------------------------------------------------------------------*/
/* output
decimal-round(0.333)    => 0
decimal-round(0.333, 1) => 0.3
decimal-round(0.333, 2) => 0.33
decimal-round(0.666)    => 1
decimal-round(0.666, 1) => 0.7
decimal-round(0.666, 2) => 0.67
*/
/* Responsive Breakpoints & Mobile Spacing
==========================================================================================================================*/
/* Colors
==========================================================================================================================*/
/* Type
==========================================================================================================================*/
@font-face {
  font-family: 'Sweet Sans SC';
  src: url("fonts/SweetSans_SC/SweetSans_SC.eot");
  src: url("fonts/SweetSans_SC/SweetSans_SC.eot?#iefix") format("embedded-opentype"), url("fonts/SweetSans_SC/SweetSans_SC.woff") format("woff"), url("fonts/SweetSans_SC/SweetSans_SC.ttf") format("truetype"), url("fonts/SweetSans_SC/SweetSans_SC.svg#SweetSans-SC") format("svg"); }

@font-face {
  font-family: 'Founders Grotesk Regular';
  src: url("fonts/Founders_Grotesk/founders-grotesk-web-regular.eot");
  src: url("fonts/Founders_Grotesk/founders-grotesk-web-regular.eot?#iefix") format("embedded-opentype"), url("fonts/Founders_Grotesk/founders-grotesk-web-regular.woff") format("woff"), url("fonts/Founders_Grotesk/founders-grotesk-web-regular.woff2") format("woff2"); }

@font-face {
  font-family: 'GT Super Text Book Italic';
  src: url("fonts/GT_Super/GT-Super-Text-Book-Italic.eot");
  src: url("fonts/GT_Super/GT-Super-Text-Book-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/GT_Super/GT-Super-Text-Book-Italic.woff") format("woff"), url("fonts/GT_Super/GT-Super-Text-Book-Italic.woff2") format("woff2"), url("fonts/GT_Super/GT-Super-Text-Book-Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'GT Super Display Light';
  src: url("fonts/GT_Super/GT-Super-Display-Light.eot");
  src: url("fonts/GT_Super/GT-Super-Display-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GT_Super/GT-Super-Display-Light.woff") format("woff"), url("fonts/GT_Super/GT-Super-Display-Light.woff2") format("woff2"), url("fonts/GT_Super/GT-Super-Display-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'GT Super Display Light Italic';
  src: url("fonts/GT_Super/GT-Super-Display-Light-Italic.eot");
  src: url("fonts/GT_Super/GT-Super-Display-Light-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/GT_Super/GT-Super-Display-Light-Italic.woff") format("woff"), url("fonts/GT_Super/GT-Super-Display-Light-Italic.woff2") format("woff2"), url("fonts/GT_Super/GT-Super-Display-Light-Italic.ttf") format("truetype"); }

html {
  font-size: 10px;
  line-height: 10px; }

body {
  font-family: Georgia, Times;
  color: #000000; }

p {
  font-family: "Founders Grotesk Regular", Georgia, Times;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .5px; }
  @media screen and (max-width: 1023px) {
    p {
      font-size: 14px;
      line-height: 25px; } }
h1 {
  font-family: "GT Super Display Light", Georgia, Times;
  font-size: 65px;
  line-height: 69px;
  font-weight: 100;
  letter-spacing: .15px; }
  @media screen and (max-width: 1023px) {
    h1 {
      font-size: 33px;
      line-height: 45px;
      letter-spacing: .7px; } }
/* H1 and H2 are the same so that the headers on the pages can be maintained in the 
same styles, but there wont' be more than one H1 on the page for SEO purposes */
h2 {
  font-family: "GT Super Display Light", Georgia, Times;
  font-size: 65px;
  line-height: 69px;
  font-weight: 100;
  letter-spacing: .15px; }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 33px;
      line-height: 45px;
      letter-spacing: .7px; } }
h3 {
  font-family: Helvetica;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 1px; }

h4 {
  font-family: Helvetica;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* Mouse, Cursor, and Selection
==========================================================================================================================*/
::-moz-selection {
  background: #EFEEEE;
  color: #000000; }

::selection {
  background: #EFEEEE;
  color: #000000; }

.cn-close-icon {
  display: none; }

/* Transitions
==========================================================================================================================*/
.transition, body.single-post .blog-back a, body.single-post article .blog-content-wrapper .blog-right .share a, body.single-post article .blog-content-wrapper .blog-left p a, body.blog .fancybox-close-small,
body.archive .fancybox-close-small, body.blog .blog-header-links .right .chosen-container .chosen-results li,
body.archive .blog-header-links .right .chosen-container .chosen-results li, body.blog .blog-header-links .left a,
body.archive .blog-header-links .left a, body.single-portfolios .portfolio-back a, body.single-portfolios .single-nav a, body.page-template-archive-portfolio .archive-grid .grid-column p, body.page-template-archive-portfolio .archive-grid .grid-column img, body.page-template-tmpl_home .right-content .right-text a, body.page-template-tmpl_home .left-content .left-text a, body.page-template-tmpl_home .hero-video .video-content .bottom a, body.page-template-tmpl_home .hero-video .video-content .top a, body.page-template-tmpl_about .fancybox-content .bio a, body.page-template-tmpl_about .fancybox-close-small, body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper .name, body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a::before, body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a, header.site-header .header-wrapper .menu-link,
header.site-header .header-wrapper .contact-link, footer.site-footer .footer-wrapper .footer-right-side .footer-middle .footer-middle-copyright .stitch-link, footer.site-footer .footer-wrapper .footer-right-side a, footer.site-footer .footer-wrapper .footer-left .footer-left-bottom .privacy-link, input[type="submit"], button, .button, a, svg * {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

a:hover, svg *:hover {
  color: initial; }

input[type="submit"], button, .button {
  cursor: pointer; }

/* Universal Classes
==========================================================================================================================*/
.mobileOnly {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobileOnly {
      display: block; } }
@media screen and (max-width: 767px) {
  .mobileHide {
    display: none !important; } }

/* Plugins & Add-Ons
==========================================================================================================================*/
.wow {
  visibility: hidden; }

/* Z-Index
==========================================================================================================================

20 - 

*/
/* Recurring Structures
==========================================================================================================================*/
body {
  background-color: #F6F2EC;
  -webkit-animation: fadeIn 1.5s ease-in;
  -moz-animation: fadeIn 1.5s ease-in;
  -ms-animation: fadeIn 1.5s ease-in;
  -o-animation: fadeIn 1.5s ease-in;
  animation: fadeIn 1.5s ease-in; }

#content.site-content {
  margin-top: 82px; }
  @media screen and (max-width: 767px) {
    #content.site-content {
      margin-top: 58px; } }
/* Footer
==========================================================================================================================*/
footer.site-footer {
  max-width: calc(100% - 400px);
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 60px 0;
  margin-top: 150px; }
  @media screen and (max-width: 1279px) {
    footer.site-footer {
      max-width: calc(100% - 150px); } }
  @media screen and (max-width: 1023px) {
    footer.site-footer {
      max-width: calc(100% - 100px);
      padding: 45px 0;
      margin-top: 100px; } }
  @media screen and (max-width: 767px) {
    footer.site-footer {
      max-width: calc(100% - 60px);
      padding: 30px 0; } }
  footer.site-footer .footer-wrapper {
    max-width: calc(100% - 120px);
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      footer.site-footer .footer-wrapper {
        max-width: calc(100% - 90px); } }
    @media screen and (max-width: 767px) {
      footer.site-footer .footer-wrapper {
        max-width: calc(100% - 60px); } }
    @media screen and (max-width: 767px) {
      footer.site-footer .footer-wrapper .footer-left {
        width: 100%;
        text-align: center; } }
    footer.site-footer .footer-wrapper .footer-left .footer-left-top {
      width: 248px;
      height: 33px; }
      @media screen and (max-width: 1023px) {
        footer.site-footer .footer-wrapper .footer-left .footer-left-top {
          width: 200px;
          height: 30px; } }
      @media screen and (max-width: 767px) {
        footer.site-footer .footer-wrapper .footer-left .footer-left-top {
          width: 248px;
          height: 33px;
          margin: 0 auto; } }
      @media screen and (max-width: 374px) {
        footer.site-footer .footer-wrapper .footer-left .footer-left-top {
          width: 200px;
          height: 30px; } }
      footer.site-footer .footer-wrapper .footer-left .footer-left-top svg {
        width: 248px;
        height: 33px; }
        @media screen and (max-width: 1023px) {
          footer.site-footer .footer-wrapper .footer-left .footer-left-top svg {
            width: 200px;
            height: 30px; } }
        @media screen and (max-width: 767px) {
          footer.site-footer .footer-wrapper .footer-left .footer-left-top svg {
            width: 248px;
            height: 33px; } }
        @media screen and (max-width: 374px) {
          footer.site-footer .footer-wrapper .footer-left .footer-left-top svg {
            width: 200px;
            height: 30px; } }
    footer.site-footer .footer-wrapper .footer-left .footer-left-bottom {
      margin-top: 60px;
      padding-left: 15px; }
      @media screen and (max-width: 767px) {
        footer.site-footer .footer-wrapper .footer-left .footer-left-bottom {
          margin-top: 30px;
          padding-left: 0; } }
      footer.site-footer .footer-wrapper .footer-left .footer-left-bottom .privacy-link {
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 12px;
        line-height: 32px;
        letter-spacing: 1.5px;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          footer.site-footer .footer-wrapper .footer-left .footer-left-bottom .privacy-link {
            font-size: 11px; } }
        footer.site-footer .footer-wrapper .footer-left .footer-left-bottom .privacy-link:hover {
          color: inherit;
          font-style: italic; }
      footer.site-footer .footer-wrapper .footer-left .footer-left-bottom p {
        max-width: 255px; }
        @media screen and (max-width: 1023px) {
          footer.site-footer .footer-wrapper .footer-left .footer-left-bottom p {
            max-width: 189px; } }
      footer.site-footer .footer-wrapper .footer-left .footer-left-bottom p {
        font-family: "GT Super Text Book Italic", Georgia, Times;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
        font-weight: 400; }
      @media screen and (max-width: 767px) {
        footer.site-footer .footer-wrapper .footer-left .footer-left-bottom.desktop {
          display: none; } }
    footer.site-footer .footer-wrapper .footer-right-side {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: justify;
      /* IE10 syntax */
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 425px;
      padding-right: 10px; }
      @media screen and (max-width: 1279px) {
        footer.site-footer .footer-wrapper .footer-right-side {
          width: 375px; } }
      @media screen and (max-width: 1023px) {
        footer.site-footer .footer-wrapper .footer-right-side {
          width: 335px;
          padding-right: 0; } }
      @media screen and (max-width: 767px) {
        footer.site-footer .footer-wrapper .footer-right-side {
          width: 100%;
          text-align: center; } }
      footer.site-footer .footer-wrapper .footer-right-side a {
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 1.5px;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          footer.site-footer .footer-wrapper .footer-right-side a {
            font-size: 11px; } }
        footer.site-footer .footer-wrapper .footer-right-side a:hover {
          color: inherit;
          font-style: italic; }
      footer.site-footer .footer-wrapper .footer-right-side p {
        font-family: "GT Super Text Book Italic", Georgia, Times;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
        font-weight: 400; }
      footer.site-footer .footer-wrapper .footer-right-side .footer-middle {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        /* IE10 syntax */
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 767px) {
          footer.site-footer .footer-wrapper .footer-right-side .footer-middle {
            width: 100%; }
            footer.site-footer .footer-wrapper .footer-right-side .footer-middle .footer-middle-top,
            footer.site-footer .footer-wrapper .footer-right-side .footer-middle .footer-middle-bottom {
              margin-top: 30px; } }
        footer.site-footer .footer-wrapper .footer-right-side .footer-middle .footer-middle-copyright p, footer.site-footer .footer-wrapper .footer-right-side .footer-middle .footer-middle-copyright .stitch-link {
          font-family: "GT Super Text Book Italic", Georgia, Times;
          font-size: 12px;
          line-height: 22px;
          letter-spacing: 1px;
          font-weight: 400; }
        footer.site-footer .footer-wrapper .footer-right-side .footer-middle .footer-middle-copyright .stitch-link {
          display: inline-block; }
          footer.site-footer .footer-wrapper .footer-right-side .footer-middle .footer-middle-copyright .stitch-link:hover {
            color: #B6A62B; }
        @media screen and (max-width: 767px) {
          footer.site-footer .footer-wrapper .footer-right-side .footer-middle .footer-middle-copyright.desktop {
            display: none; } }
      footer.site-footer .footer-wrapper .footer-right-side .footer-right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        /* IE10 syntax */
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 767px) {
          footer.site-footer .footer-wrapper .footer-right-side .footer-right {
            width: 100%;
            text-align: center;
            margin-top: 30px; } }
    @media screen and (min-width: 768px) {
      footer.site-footer .footer-wrapper .footer-mobile-bottom {
        display: none; } }
    @media screen and (max-width: 767px) {
      footer.site-footer .footer-wrapper .footer-mobile-bottom {
        margin-top: 30px;
        padding-left: 0;
        width: 100%;
        text-align: center; }
        footer.site-footer .footer-wrapper .footer-mobile-bottom .privacy-link {
          font-family: "Sweet Sans SC", Helvetica;
          font-size: 11px;
          line-height: 32px;
          letter-spacing: 1.5px;
          font-weight: 400; }
          footer.site-footer .footer-wrapper .footer-mobile-bottom .privacy-link:hover {
            color: inherit;
            font-style: italic; }
        footer.site-footer .footer-wrapper .footer-mobile-bottom .thanks {
          padding-top: 5px;
          padding-bottom: 15px; }
        footer.site-footer .footer-wrapper .footer-mobile-bottom p, footer.site-footer .footer-wrapper .footer-mobile-bottom .stitch-link {
          font-family: "GT Super Text Book Italic", Georgia, Times;
          font-size: 11px;
          line-height: 22px;
          letter-spacing: 1px;
          font-weight: 400; }
        footer.site-footer .footer-wrapper .footer-mobile-bottom .stitch-link {
          display: inline-block; }
          footer.site-footer .footer-wrapper .footer-mobile-bottom .stitch-link:hover {
            color: #B6A62B; } }
/* Header
==========================================================================================================================*/
header.site-header {
  background-color: #F6F2EC;
  width: 100%;
  padding: 30px 0;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (max-width: 767px) {
    header.site-header {
      padding: 20px 0; } }
  header.site-header .header-wrapper {
    max-width: calc(100% - 80px);
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      header.site-header .header-wrapper {
        max-width: calc(100% - 60px); } }
    header.site-header .header-wrapper .box {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: center;
      /* IE10 syntax */
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
    header.site-header .header-wrapper .box:first-child > a {
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        header.site-header .header-wrapper .box:first-child > a {
          margin: 0; } }
    header.site-header .header-wrapper .box:last-child > a {
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        header.site-header .header-wrapper .box:last-child > a {
          margin: 0; } }
    @media screen and (max-width: 767px) {
      header.site-header .header-wrapper .box-one {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    @media screen and (max-width: 767px) {
      header.site-header .header-wrapper .box-two {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; } }
    @media screen and (max-width: 767px) {
      header.site-header .header-wrapper .box-three {
        display: none; } }
    header.site-header .header-wrapper .menu-link,
    header.site-header .header-wrapper .contact-link {
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        header.site-header .header-wrapper .menu-link,
        header.site-header .header-wrapper .contact-link {
          font-size: 11px;
          line-height: 13px; } }
      header.site-header .header-wrapper .menu-link::after,
      header.site-header .header-wrapper .contact-link::after {
        display: block;
        content: '';
        background-color: #000000;
        height: 1px;
        width: 34px;
        margin: 0 auto;
        margin-top: 10px;
        -webkit-transform: scaleX(0.0001);
        -ms-transform: scaleX(0.0001);
        transform: scaleX(0.0001);
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out; }
      header.site-header .header-wrapper .menu-link:hover::after,
      header.site-header .header-wrapper .contact-link:hover::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    header.site-header .header-wrapper .site-branding {
      width: 230px;
      height: 22px; }
      @media screen and (max-width: 767px) {
        header.site-header .header-wrapper .site-branding {
          width: 206px;
          height: 20px;
          /*@include order(1);*/ } }
      @media screen and (max-width: 374px) {
        header.site-header .header-wrapper .site-branding {
          width: 186px;
          height: 18px; } }
      header.site-header .header-wrapper .site-branding svg {
        width: 230px;
        height: 22px; }
        @media screen and (max-width: 767px) {
          header.site-header .header-wrapper .site-branding svg {
            width: 206px;
            height: 20px; } }
        @media screen and (max-width: 374px) {
          header.site-header .header-wrapper .site-branding svg {
            width: 186px;
            height: 18px; } }
.navigation-wrapper {
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #564E4E;
  overflow: hidden;
  -webkit-transition: background-color 0.45s ease-in-out, width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s linear 0.8s, -webkit-opacity 0.6s linear 0.8s;
  -moz-transition: background-color 0.45s ease-in-out, width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s linear 0.8s, -webkit-opacity 0.6s linear 0.8s;
  -ms-transition: background-color 0.45s ease-in-out, width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s linear 0.8s, -webkit-opacity 0.6s linear 0.8s;
  -o-transition: background-color 0.45s ease-in-out, width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s linear 0.8s, -webkit-opacity 0.6s linear 0.8s;
  transition: background-color 0.45s ease-in-out, width 0.8s cubic-bezier(0.9, 0, 0.33, 1) 0.2s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s linear 0.8s, -webkit-opacity 0.6s linear 0.8s; }
  .navigation-wrapper.closed {
    width: 0; }
  .navigation-wrapper .navigation-inner {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .navigation-wrapper .navigation-inner {
        padding: 20px 30px 40px 30px; } }
  .navigation-wrapper .nav-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 14px;
    height: 14px; }
    .navigation-wrapper .nav-close:hover {
      cursor: pointer; }
    @media screen and (max-width: 767px) {
      .navigation-wrapper .nav-close {
        width: 11px;
        height: 11px;
        top: 20px;
        right: 30px; } }
  .navigation-wrapper .site-branding {
    width: 230px;
    height: 22px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1.05s; }
    .navigation-wrapper .site-branding.open {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .navigation-wrapper .site-branding {
        width: 206px;
        height: 20px;
        margin: 0; } }
  .navigation-wrapper .menu-menu-1-container {
    text-align: center; }
    .navigation-wrapper .menu-menu-1-container li.menu-item {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
      .navigation-wrapper .menu-menu-1-container li.menu-item:first-child {
        transition-delay: 1.3s; }
      .navigation-wrapper .menu-menu-1-container li.menu-item:nth-child(2) {
        transition-delay: 1.55s; }
      .navigation-wrapper .menu-menu-1-container li.menu-item:nth-child(3) {
        transition-delay: 1.8s; }
      .navigation-wrapper .menu-menu-1-container li.menu-item:nth-child(4) {
        transition-delay: 2.05s; }
      .navigation-wrapper .menu-menu-1-container li.menu-item:nth-child(5) {
        transition-delay: 2.3s; }
      .navigation-wrapper .menu-menu-1-container li.menu-item.open {
        opacity: 1; }
    .navigation-wrapper .menu-menu-1-container a {
      display: inline-block;
      text-transform: uppercase;
      color: #FFFFFF;
      font-family: "GT Super Display Light", Georgia, Times;
      font-size: 79px;
      line-height: 93px;
      letter-spacing: .7px;
      font-weight: 100; }
      .navigation-wrapper .menu-menu-1-container a:hover {
        font-family: "GT Super Display Light Italic", Georgia, Times; }
      @media screen and (max-width: 767px) {
        .navigation-wrapper .menu-menu-1-container a {
          font-size: 35px;
          line-height: 45px; } }
  .navigation-wrapper .nav-social {
    max-width: 655px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 2.55s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .navigation-wrapper .nav-social.open {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .navigation-wrapper .nav-social {
        max-width: 242px; } }
    .navigation-wrapper .nav-social a {
      color: #FFFFFF;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      .navigation-wrapper .nav-social a::after {
        display: block;
        content: '';
        width: 34px;
        height: 1px;
        margin: 0 auto;
        background-color: #FFFFFF;
        margin-top: 10px;
        -webkit-transition: .25s;
        transition: width .25s; }
      .navigation-wrapper .nav-social a:hover {
        color: #B6A62B; }
      @media screen and (max-width: 767px) {
        .navigation-wrapper .nav-social a {
          font-size: 11px;
          line-height: 13px;
          text-align: center;
          width: 50%; }
          .navigation-wrapper .nav-social a::after {
            margin-top: 5px; }
          .navigation-wrapper .nav-social a:nth-child(n+3) {
            margin-top: 30px; } }
/* 404 Page
==========================================================================================================================*/
body.error404 section.error-404 {
  background: url(../assets/svg/404_background.svg) no-repeat;
  background-size: 667px 634px;
  background-position: top right;
  width: 735px;
  height: 634px;
  margin: 0 auto;
  margin-top: 90px;
  padding-top: 85px;
  padding-right: 60px; }
  @media screen and (max-width: 1279px) {
    body.error404 section.error-404 {
      margin-top: 150px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 1023px) {
    body.error404 section.error-404 {
      background-size: 467px 444px;
      width: 535px;
      height: 461px;
      margin-top: 110px;
      margin-bottom: 20px;
      padding-top: 45px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    body.error404 section.error-404 {
      width: 100%;
      height: auto;
      background-size: 100%;
      margin-top: 75px;
      margin-bottom: 0;
      padding-top: 30px;
      padding-right: 0; } }
  body.error404 section.error-404 .center-box {
    background-color: #FFFFFF;
    width: 735px;
    height: 464px;
    text-align: center;
    padding-top: 75px; }
    @media screen and (max-width: 1023px) {
      body.error404 section.error-404 .center-box {
        width: 535px;
        height: 338px;
        padding-top: 50px; } }
    @media screen and (max-width: 767px) {
      body.error404 section.error-404 .center-box {
        width: calc(100% - 60px);
        margin: 0 auto; } }
    body.error404 section.error-404 .center-box p {
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.error404 section.error-404 .center-box p {
          font-size: 11px; } }
    body.error404 section.error-404 .center-box h1 {
      padding-top: 15px;
      padding-bottom: 55px; }
      @media screen and (max-width: 1023px) {
        body.error404 section.error-404 .center-box h1 {
          padding-bottom: 45px; } }
      @media screen and (max-width: 767px) {
        body.error404 section.error-404 .center-box h1 {
          font-size: 26px;
          line-height: 38px; } }
    body.error404 section.error-404 .center-box a {
      display: inline-block;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.error404 section.error-404 .center-box a {
          font-size: 11px; } }
      body.error404 section.error-404 .center-box a::after {
        display: block;
        content: '';
        width: 34px;
        height: 1px;
        background-color: #000000;
        margin: 0 auto;
        margin-top: 10px;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out; }
      body.error404 section.error-404 .center-box a:hover::after {
        -webkit-transform: scaleX(0.0001);
        -ms-transform: scaleX(0.0001);
        transform: scaleX(0.0001); }

/* Privacy Page
==========================================================================================================================*/
body.page-template-tmpl_privacy .privacy-width {
  max-width: calc(100% - 600px);
  width: 100%;
  margin: 0 auto;
  padding-top: 110px; }
  @media screen and (max-width: 1279px) {
    body.page-template-tmpl_privacy .privacy-width {
      max-width: calc(100% - 300px); } }
  @media screen and (max-width: 1023px) {
    body.page-template-tmpl_privacy .privacy-width {
      max-width: calc(100% - 150px);
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_privacy .privacy-width {
      max-width: calc(100% - 60px); } }
  body.page-template-tmpl_privacy .privacy-width h1 {
    margin-bottom: 60px; }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_privacy .privacy-width h1 {
        margin-bottom: 40px; } }
  body.page-template-tmpl_privacy .privacy-width .policies-wrapper .policy-single {
    margin-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_privacy .privacy-width .policies-wrapper .policy-single {
        margin-bottom: 20px; } }
    body.page-template-tmpl_privacy .privacy-width .policies-wrapper .policy-single:last-child {
      margin-bottom: 0; }
    body.page-template-tmpl_privacy .privacy-width .policies-wrapper .policy-single p {
      padding-bottom: 15px; }
    body.page-template-tmpl_privacy .privacy-width .policies-wrapper .policy-single h2 {
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 1.5px;
      padding-bottom: 30px; }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_privacy .privacy-width .policies-wrapper .policy-single h2 {
          font-size: 11px;
          padding-bottom: 20px; } }
/* Contact Page
==========================================================================================================================*/
body.page-template-tmpl_contact .contact-hero-width {
  max-width: calc(100% - 130px);
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    body.page-template-tmpl_contact .contact-hero-width {
      max-width: calc(100% - 60px); } }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_contact .contact-hero-width {
      max-width: calc(100% - 30px); } }
  body.page-template-tmpl_contact .contact-hero-width .contact-inner-width {
    max-width: 972px;
    width: 100%;
    margin: 0 auto;
    margin-top: -200px; }
    @media screen and (max-width: 1279px) {
      body.page-template-tmpl_contact .contact-hero-width .contact-inner-width {
        margin-top: -140px; } }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_contact .contact-hero-width .contact-inner-width {
        max-width: 648px;
        margin-top: -110px; } }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_contact .contact-hero-width .contact-inner-width {
        width: calc(100% - 30px);
        margin-top: -45px; } }
    body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .contact-form-wrapper {
      position: relative;
      z-index: 10;
      background-color: #FFFFFF;
      padding: 60px;
      min-height: 369px; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .contact-form-wrapper {
          width: calc(100% - 60px);
          margin: 0 auto; } }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .contact-form-wrapper {
          width: 100%;
          padding: 60px 30px; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .contact-form-wrapper {
          padding: 15px; } }
      body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .contact-form-wrapper h1 {
        text-align: center; }
    body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper {
      margin-top: 120px; }
      body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -ms-flex-pack: justify;
        /* IE10 syntax */
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 120px; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location {
            margin-bottom: 60px; } }
        body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left {
          width: 403px; }
          @media screen and (max-width: 1023px) {
            body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left {
              width: 294px; } }
          @media screen and (max-width: 767px) {
            body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left {
              width: 100%;
              -webkit-box-ordinal-group: 2;
              -moz-box-ordinal-group: 2;
              -ms-flex-order: 2;
              -webkit-order: 2;
              order: 2; } }
          body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left h2 {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 100;
            margin-bottom: 30px; }
            @media screen and (max-width: 1023px) {
              body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left h2 {
                margin-bottom: 15px; } }
          body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left p {
            display: inline-block;
            font-family: "Sweet Sans SC", Helvetica;
            font-size: 14px;
            line-height: 55px;
            letter-spacing: 1.5px;
            font-weight: 400; }
            @media screen and (max-width: 1023px) {
              body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left p {
                line-height: 46px; } }
            @media screen and (max-width: 767px) {
              body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left p {
                font-size: 11px; } }
          body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left a {
            font-family: "GT Super Display Light", Georgia, Times;
            font-size: 35px;
            line-height: 50px;
            letter-spacing: .15px;
            font-weight: 100;
            margin-bottom: 30px; }
            @media screen and (max-width: 1023px) {
              body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left a {
                font-size: 24px;
                line-height: 39px;
                margin-bottom: 15px; } }
            @media screen and (max-width: 767px) {
              body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left a {
                font-size: 20px;
                line-height: 35px; } }
            body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left a:last-child {
              margin-bottom: 0; }
            body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-left a:hover {
              color: inherit;
              font-style: italic; }
        body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-right {
          width: 403px;
          height: 557px; }
          @media screen and (max-width: 1023px) {
            body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-right {
              width: 294px;
              height: 406px; } }
          @media screen and (max-width: 767px) {
            body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location .single-location-right {
              width: 100%;
              height: auto;
              margin-bottom: 30px;
              -webkit-box-ordinal-group: 1;
              -moz-box-ordinal-group: 1;
              -ms-flex-order: 1;
              -webkit-order: 1;
              order: 1; } }
        body.page-template-tmpl_contact .contact-hero-width .contact-inner-width .locations-wrapper .single-location:nth-child(even) {
          -webkit-flex-direction: row-reverse;
          -moz-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

/* ===================== */
/* COGNITO FORM STYLING */
/* =================== */
body.page-template-tmpl_contact .cognito .c-field,
body.page-template-tmpl_contact .cognito .c-section {
  position: relative; }

body.page-template-tmpl_contact .cognito .c-forms-form :not(.c-question) > .c-label {
  font-family: "Sweet Sans SC", Helvetica;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  position: absolute;
  bottom: -30px;
  left: 0; }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_contact .cognito .c-forms-form :not(.c-question) > .c-label {
      font-size: 11px;
      line-height: 11px;
      bottom: -20px; } }
body.page-template-tmpl_contact .cognito .c-forms-form > .c-forms-form-body .c-field.c-required .c-label:after,
body.page-template-tmpl_contact .cognito .c-forms-form > .c-forms-form-body .c-rating-scale.c-required .c-choice-question:after {
  display: none; }

body.page-template-tmpl_contact .cognito .c-forms-form input[type=text],
body.page-template-tmpl_contact .cognito .c-forms-form input[type=password],
body.page-template-tmpl_contact .cognito .c-forms-form input[type=email],
body.page-template-tmpl_contact .cognito .c-forms-form input[type=tel],
body.page-template-tmpl_contact .cognito .c-forms-form input[type=url],
body.page-template-tmpl_contact .cognito .c-forms-form textarea,
body.page-template-tmpl_contact .cognito .c-forms-form select,
body.page-template-tmpl_contact .cognito.c-payment .c-payment-field {
  border-bottom: 1px solid #000000;
  font-family: "GT Super Display Light", Georgia, Times;
  font-size: 26px;
  line-height: 50px;
  letter-spacing: .15px;
  padding-top: 45px; }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_contact .cognito .c-forms-form input[type=text],
    body.page-template-tmpl_contact .cognito .c-forms-form input[type=password],
    body.page-template-tmpl_contact .cognito .c-forms-form input[type=email],
    body.page-template-tmpl_contact .cognito .c-forms-form input[type=tel],
    body.page-template-tmpl_contact .cognito .c-forms-form input[type=url],
    body.page-template-tmpl_contact .cognito .c-forms-form textarea,
    body.page-template-tmpl_contact .cognito .c-forms-form select,
    body.page-template-tmpl_contact .cognito.c-payment .c-payment-field {
      font-size: 16px;
      line-height: 30px;
      padding-top: 30px; } }
@media screen and (max-width: 767px) {
  body.page-template-tmpl_contact .cognito .c-forms-form div[data-field=FirstName] input[type=text] {
    padding-top: 15px; } }

body.page-template-tmpl_contact .cognito .c-forms-form .c-validation,
body.page-template-tmpl_contact .cognito .c-forms-form .c-error:after,
body.page-template-tmpl_contact .cognito .c-forms-form .c-table .c-error .toggle-on:after,
body.page-template-tmpl_contact .cognito .c-forms-form .c-validation-icon {
  background-color: #F6F2EC !important;
  color: #B6A62B; }

body.page-template-tmpl_contact .cognito .c-forms-form .c-validation {
  font-family: "Sweet Sans SC", Helvetica;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  border-radius: 0;
  margin: 0 7px;
  margin-top: 5px;
  padding: 5px; }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_contact .cognito .c-forms-form .c-validation {
      font-size: 11px;
      line-height: 11px; } }
body.page-template-tmpl_contact .cognito .c-forms-form .c-forms-confirmation-message {
  text-align: center;
  margin-top: 120px; }
  body.page-template-tmpl_contact .cognito .c-forms-form .c-forms-confirmation-message p {
    font-family: "GT Super Display Light Italic", Georgia, Times;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .5px;
    font-weight: 100; }

body.page-template-tmpl_contact .cognito .c-button-section {
  padding: 0;
  margin-top: 60px; }

body.page-template-tmpl_contact .cognito .c-action {
  float: none;
  text-align: center; }

body.page-template-tmpl_contact .cognito #c-submit-button {
  float: none; }

@media screen and (max-width: 767px) {
  body.page-template-tmpl_contact .cognito.c-sml .c-button-section button {
    width: inherit; } }

body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button),
body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item,
body.page-template-tmpl_contact .cognito .c-forms-form input[type=button],
body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button {
  background-color: transparent;
  color: #000000;
  border-radius: 0;
  border: none;
  padding: 10px 30px;
  font-family: "Sweet Sans SC", Helvetica;
  font-size: 14px !important;
  line-height: 14px;
  letter-spacing: 1.5px;
  font-weight: 400 !important;
  /* BELOW: SUBMIT BUTTON BORDER ANIMATION WHEN HOVERING */
  /*Using inset box-shadow instead of border for sizing simplicity*/
  box-shadow: inset 0 0 0 1px black;
  font-size: inherit;
  font-weight: 700;
  /*Required, since we're setting absolute on pseudo-elements*/
  position: relative;
  vertical-align: middle;
  /*This covers the top & right borders (expands right, then down)*/
  /*And this the bottom & left borders (expands left, then up)*/
  /*Hover styles*/
  /* ABOVE: SUBMIT BUTTON BORDER ANIMATION WHEN HOVERING */ }
  body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button)::before, body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button)::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item::after,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]::before,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; }
  body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button)::before, body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button)::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item::after,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]::before,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button::after {
    /*Set border to invisible, so we don't see a 4px border on a 0x0 element before the transition starts*/
    border: 1px solid transparent;
    width: 0;
    height: 0; }
  body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button)::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item::before,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button::before {
    top: 0;
    left: 0; }
  body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button)::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item::after,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button::after {
    bottom: 0;
    right: 0; }
  body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button):hover::before, body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button):hover::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item:hover::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item:hover::after,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]:hover::before,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]:hover::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button:hover::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button:hover::after {
    width: 100%;
    height: 100%; }
  body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button):hover::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item:hover::before,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]:hover::before,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button:hover::before {
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
  body.page-template-tmpl_contact .cognito .c-forms-form button:not(.c-icon-button):hover::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-add-item:hover::after,
  body.page-template-tmpl_contact .cognito .c-forms-form input[type=button]:hover::after,
  body.page-template-tmpl_contact .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button:hover::after {
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }

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

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

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

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

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s; }

/* Press Page
==========================================================================================================================*/
body.page-template-tmpl_press .press-width {
  max-width: calc(100% - 394px);
  width: 100%;
  margin: 0 auto;
  padding-top: 110px; }
  @media screen and (max-width: 1279px) {
    body.page-template-tmpl_press .press-width {
      max-width: calc(100% - 197px); } }
  @media screen and (max-width: 1023px) {
    body.page-template-tmpl_press .press-width {
      max-width: calc(100% - 98.5px);
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_press .press-width {
      max-width: calc(100% - 60px);
      padding-top: 30px; } }
  body.page-template-tmpl_press .press-width .featured-press {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    /* IE10 syntax */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_press .press-width .featured-press {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    body.page-template-tmpl_press .press-width .featured-press .left-image {
      margin-right: -60px;
      width: 470px;
      /*height: 567px;*/
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_press .press-width .featured-press .left-image {
          margin-right: -30px; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_press .press-width .featured-press .left-image {
          margin-right: 0;
          width: calc(100% - 60px);
          margin: 0 auto; } }
    body.page-template-tmpl_press .press-width .featured-press .right-text {
      background-color: #FFFFFF;
      padding: 80px 30px 60px 120px;
      width: 577px;
      /*height: 757px;*/ }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_press .press-width .featured-press .right-text {
          padding-top: 60px; } }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_press .press-width .featured-press .right-text {
          padding: 45px 30px 45px 60px; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_press .press-width .featured-press .right-text {
          padding: 90px 30px 60px 30px;
          margin-top: -60px; } }
      body.page-template-tmpl_press .press-width .featured-press .right-text p {
        max-width: 342px;
        width: 100%;
        padding: 15px 0 45px 0; }
      body.page-template-tmpl_press .press-width .featured-press .right-text a {
        display: inline-block;
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1.5px;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_press .press-width .featured-press .right-text a {
            font-size: 11px; } }
        body.page-template-tmpl_press .press-width .featured-press .right-text a::after {
          display: block;
          content: '';
          width: 34px;
          height: 1px;
          background-color: #000000;
          margin-top: 10px;
          -webkit-transition: .25s;
          transition: width .25s; }
        body.page-template-tmpl_press .press-width .featured-press .right-text a:hover::after {
          width: 100%; }
  body.page-template-tmpl_press .press-width .press-grid {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_press .press-width .press-grid {
        margin-top: 90px; } }
    body.page-template-tmpl_press .press-width .press-grid .press-single {
      width: calc(33% - 60px);
      text-align: center;
      margin-top: 120px; }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_press .press-width .press-grid .press-single {
          width: calc(50% - 60px); }
          body.page-template-tmpl_press .press-width .press-grid .press-single:nth-last-child(-n+2) {
            margin-bottom: 120px; }
          body.page-template-tmpl_press .press-width .press-grid .press-single:nth-last-child(-n+2) {
            margin-bottom: 0; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_press .press-width .press-grid .press-single {
          width: 80%;
          margin: 0 auto;
          margin-bottom: 60px; } }
      body.page-template-tmpl_press .press-width .press-grid .press-single img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%); }
      body.page-template-tmpl_press .press-width .press-grid .press-single a {
        margin-top: 30px;
        display: inline-block;
        font-family: "GT Super Text Book Italic", Georgia, Times;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: .75px;
        font-weight: 400; }
        @media screen and (max-width: 1023px) {
          body.page-template-tmpl_press .press-width .press-grid .press-single a {
            margin-top: 15px; } }
        body.page-template-tmpl_press .press-width .press-grid .press-single a::after {
          display: block;
          content: '';
          width: 34px;
          height: 1px;
          background-color: #000000;
          margin: 0 auto;
          margin-top: 10px;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: -webkit-transform .25s ease-in-out;
          transition: transform .25s ease-in-out; }
        body.page-template-tmpl_press .press-width .press-grid .press-single a:hover::after {
          -webkit-transform: scaleX(0.0001);
          -ms-transform: scaleX(0.0001);
          transform: scaleX(0.0001); }

/* About Page
==========================================================================================================================*/
body.page-template-tmpl_about {
  /* ================================= */
  /* Fancybox Team Bio Pop Out Styling */
  /* ================================= */ }
  body.page-template-tmpl_about .about-hero-width {
    max-width: calc(100% - 130px);
    width: 100%;
    margin: 0 auto;
    margin-bottom: -230px; }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_about .about-hero-width {
        max-width: calc(100% - 60px);
        margin-bottom: -165px; } }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_about .about-hero-width {
        max-width: calc(100% - 30px);
        margin-bottom: -120px; } }
    body.page-template-tmpl_about .about-hero-width .about-hero-image-wrapper {
      position: relative;
      /* This wrapper and empty div are here to allow the anchor point for #team to work properly with the fixed header nav and the mini-nav scrolling to sections */ }
      body.page-template-tmpl_about .about-hero-width .about-hero-image-wrapper #team {
        height: 108px;
        position: absolute;
        bottom: 108px;
        left: 0;
        right: 0; }
    body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: justify;
      /* IE10 syntax */
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left {
        position: relative;
        width: 240px;
        margin-right: 120px;
        margin-top: 60px; }
        @media screen and (max-width: 1279px) {
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left {
            width: 188px; } }
        @media screen and (max-width: 1023px) {
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left {
            display: none; } }
        body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper {
          position: sticky;
          top: 120px;
          left: 0; }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a {
            display: inline-block;
            font-family: "GT Super Display Light", Georgia, Times;
            font-size: 36px;
            line-height: 50px;
            letter-spacing: .15px;
            font-weight: 100; }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a::before {
              display: inline-block;
              content: '';
              width: 26px;
              height: 1px;
              background-color: transparent;
              vertical-align: middle;
              margin-right: 10px; }
            @media screen and (max-width: 1279px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a {
                font-size: 28px;
                line-height: 42px; }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a::before {
                  width: 20px;
                  margin-right: 8px; } }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a.active,
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a:hover {
            font-style: italic; }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a.active::before,
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-left .mini-nav-wrapper a:hover::before {
              background-color: #000000; }
      body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right {
        position: relative;
        /* Allows the white box to show on top of the hero image */
        width: calc(100% - 360px);
        margin-top: -85px; }
        @media screen and (max-width: 1279px) {
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right {
            width: calc(100% - 310px); } }
        @media screen and (max-width: 1023px) {
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right {
            max-width: 648px;
            width: 100%;
            margin-left: auto;
            margin-right: auto; } }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right {
            width: calc(100% - 30px);
            margin-top: -45px; } }
        body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team {
          padding-right: 85px; }
          @media screen and (max-width: 1279px) {
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team {
              padding-right: 30px; } }
          @media screen and (max-width: 1023px) {
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team {
              padding-right: 0; } }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-header {
            background-color: #FFFFFF;
            padding: 60px 0 85px 0;
            text-align: center; }
            @media screen and (max-width: 767px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-header {
                padding: 30px 0 45px 0; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-header h3 {
              text-transform: lowercase;
              text-align: center;
              font-family: "Sweet Sans SC", Helvetica;
              font-size: 14px;
              line-height: 17px;
              letter-spacing: 1.5px;
              font-weight: 400;
              padding-bottom: 30px; }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-header h3 {
                  font-size: 11px; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-header h2 {
              text-transform: uppercase;
              font-size: 73px;
              line-height: 85px;
              letter-spacing: .7px; }
              @media screen and (max-width: 1279px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-header h2 {
                  font-size: 65px;
                  line-height: 69px; } }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-header h2 {
                  font-size: 33px;
                  line-height: 45px;
                  letter-spacing: .7px; } }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-text {
            margin-top: 85px; }
            @media screen and (max-width: 1279px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-text {
                margin-top: 60px; } }
            @media screen and (max-width: 1023px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-text {
                margin-top: 45px; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-text p {
              max-width: 500px;
              width: 100%; }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-pack: justify;
            /* IE10 syntax */
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single {
              width: calc(50% - 30px);
              margin-top: 60px; }
              @media screen and (max-width: 1279px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single {
                  width: calc(50% - 15px); } }
              @media screen and (max-width: 1023px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single {
                  margin-top: 45px; } }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single {
                  width: 100%; } }
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper {
                /* =================================================== */
                /* Fancybox Team Bio Pop Out Styling At Bottom of File */
                /* =================================================== */ }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper img {
                  margin-bottom: 15px;
                  -webkit-transition: all 0.5s ease-in-out;
                  -moz-transition: all 0.5s ease-in-out;
                  -ms-transition: all 0.5s ease-in-out;
                  -o-transition: all 0.5s ease-in-out;
                  transition: all 0.5s ease-in-out; }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper .name {
                  font-family: "GT Super Display Light", Georgia, Times;
                  font-size: 26px;
                  line-height: 34px;
                  letter-spacing: .15px;
                  font-weight: 100; }
                  @media screen and (max-width: 1279px) {
                    body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper .name {
                      font-size: 18px;
                      line-height: 26px; } }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper .title {
                  font-family: "GT Super Display Light Italic", Georgia, Times;
                  font-size: 26px;
                  line-height: 34px;
                  letter-spacing: .15px;
                  font-weight: 100; }
                  @media screen and (max-width: 1279px) {
                    body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper .title {
                      font-size: 18px;
                      line-height: 26px; } }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper:hover img {
                  opacity: 80%; }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper:hover .name {
                  font-family: "GT Super Display Light Italic", Georgia, Times; }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper:hover .name, body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-team .team-grid .team-single .single-wrapper:hover .title {
                  color: #000000; }
        body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location {
          padding-top: 60px; }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single {
            margin-top: 60px; }
            @media screen and (max-width: 767px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single {
                margin-top: 30px; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single .vertical-image {
              max-width: 52%; }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single .vertical-image {
                  max-width: 72%; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single h4 {
              font-family: "Sweet Sans SC", Helvetica;
              font-size: 14px;
              line-height: 99px;
              letter-spacing: 1.5px;
              font-weight: 400; }
              @media screen and (max-width: 1279px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single h4 {
                  line-height: 81px; } }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single h4 {
                  font-size: 11px;
                  line-height: 61px; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single p {
              font-family: "GT Super Display Light", Georgia, Times;
              font-size: 35px;
              line-height: 50px;
              letter-spacing: .15px;
              font-weight: 100; }
              @media screen and (max-width: 1279px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single p {
                  font-size: 27px;
                  line-height: 42px; } }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single p {
                  font-size: 20px;
                  line-height: 35px; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single .horizontal-text {
              max-width: 628px;
              width: 100%; }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-location .location-single .vertical-text {
              max-width: 598px;
              width: 100%; }
        body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process {
          padding-top: 120px; }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-header {
            background-color: #FFFFFF;
            padding: 60px 0 85px 0;
            text-align: center;
            margin-top: -90px;
            margin-left: -70px;
            margin-right: 60px;
            position: relative;
            z-index: 10; }
            @media screen and (max-width: 1023px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-header {
                max-width: calc(100% - 60px);
                margin-left: auto;
                margin-right: auto; } }
            @media screen and (max-width: 767px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-header {
                max-width: calc(100% - 30px);
                margin-top: -45px;
                padding: 30px 0 45px 0; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-header h3 {
              text-transform: lowercase;
              text-align: center;
              font-family: "Sweet Sans SC", Helvetica;
              font-size: 14px;
              line-height: 17px;
              letter-spacing: 1.5px;
              font-weight: 400;
              padding-bottom: 30px; }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-header h3 {
                  font-size: 11px; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-header h2 {
              text-transform: uppercase;
              font-size: 73px;
              line-height: 85px;
              letter-spacing: .7px; }
              @media screen and (max-width: 1279px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-header h2 {
                  font-size: 65px;
                  line-height: 69px; } }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-header h2 {
                  font-size: 33px;
                  line-height: 45px;
                  letter-spacing: .7px; } }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-text {
            margin-top: 30px; }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-text p {
              padding-top: 30px;
              max-width: 555px;
              width: 100%; }
              @media screen and (max-width: 767px) {
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-text p {
                  padding-top: 15px; } }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions {
            /*max-width: 755px;
						width: 100%;*/
            margin-top: 45px;
            border-top: 1px solid #000000; }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion {
              border-bottom: 1px solid #000000; }
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle {
                padding: 20px 0;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: flex-end;
                -moz-align-items: flex-end;
                -ms-align-items: flex-end;
                align-items: flex-end;
                -ms-flex-pack: justify;
                /* IE10 syntax */
                -webkit-justify-content: space-between;
                -moz-justify-content: space-between;
                -ms-justify-content: space-between;
                justify-content: space-between;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle h2 {
                  text-transform: uppercase;
                  font-size: 35px;
                  line-height: 50px;
                  letter-spacing: .7px; }
                  @media screen and (max-width: 767px) {
                    body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle h2 {
                      font-size: 33px;
                      line-height: 45px;
                      letter-spacing: .7px; } }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle span {
                  text-transform: lowercase;
                  padding-left: 10px;
                  font-family: "GT Super Text Book Italic", Georgia, Times;
                  font-size: 14px;
                  line-height: 38px;
                  letter-spacing: 1px;
                  font-weight: 400; }
                  @media screen and (max-width: 767px) {
                    body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle span {
                      display: block;
                      padding-left: 0; } }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle .plus {
                  -webkit-align-self: center;
                  -moz-align-self: center;
                  -ms-falign-self: center;
                  align-self: center;
                  width: 15px;
                  height: 15px;
                  margin-right: 10px; }
                  body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle .plus.opened {
                    display: none; }
                  @media screen and (max-width: 767px) {
                    body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle .plus {
                      -webkit-align-self: flex-start;
                      -moz-align-self: flex-start;
                      -ms-falign-self: flex-start;
                      align-self: flex-start;
                      margin-right: 0;
                      margin-top: 9px; } }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle .times {
                  -webkit-align-self: center;
                  -moz-align-self: center;
                  -ms-falign-self: center;
                  align-self: center;
                  width: 11px;
                  height: 11px;
                  margin-right: 10px; }
                  body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle .times.closed {
                    display: none; }
                  @media screen and (max-width: 767px) {
                    body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle .times {
                      -webkit-align-self: flex-start;
                      -moz-align-self: flex-start;
                      -ms-falign-self: flex-start;
                      align-self: flex-start;
                      margin-right: 0;
                      margin-top: 9px; } }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-toggle:hover {
                  color: initial; }
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-description {
                -webkit-animation: fadeIn 1.5s ease-in;
                -moz-animation: fadeIn 1.5s ease-in;
                -ms-animation: fadeIn 1.5s ease-in;
                -o-animation: fadeIn 1.5s ease-in;
                animation: fadeIn 1.5s ease-in; }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-description p {
                  max-width: 555px;
                  width: 100%;
                  padding-bottom: 15px; }
                  body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-description p:last-child {
                    padding-bottom: 30px; }
                body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .process-accordions .process-accordion .process-description.closed {
                  display: none; }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .video {
            padding-top: 120px; }
            @media screen and (max-width: 767px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .video {
                padding-top: 90px; } }
            body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .video .video-wrapper {
              position: relative;
              padding-bottom: 56.25%;
              height: 0;
              z-index: 10; }
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .video .video-wrapper iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
          body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .video-caption {
            padding-top: 15px;
            font-family: "GT Super Text Book Italic", Georgia, Times;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: 1px;
            font-weight: 400;
            text-align: right; }
            @media screen and (max-width: 767px) {
              body.page-template-tmpl_about .about-hero-width .about-scroll-wrapper .about-scroll-right .about-process .video-caption {
                text-align: left;
                padding-top: 10px;
                font-size: 10px;
                line-height: 20px; } }
    body.page-template-tmpl_about .about-hero-width .about-portfolio {
      margin-top: 120px;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_about .about-hero-width .about-portfolio {
          margin-top: 90px; } }
      body.page-template-tmpl_about .about-hero-width .about-portfolio .portfolio-link {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_about .about-hero-width .about-portfolio .portfolio-link {
            top: 30px; } }
        body.page-template-tmpl_about .about-hero-width .about-portfolio .portfolio-link a {
          display: inline-block;
          color: #FFFFFF;
          text-align: center;
          font-family: "Sweet Sans SC", Helvetica;
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 1.5px;
          font-weight: 400; }
          @media screen and (max-width: 767px) {
            body.page-template-tmpl_about .about-hero-width .about-portfolio .portfolio-link a {
              font-size: 11px; } }
          body.page-template-tmpl_about .about-hero-width .about-portfolio .portfolio-link a::after {
            display: block;
            content: '';
            width: 34px;
            height: 1px;
            background-color: #FFFFFF;
            margin: 0 auto;
            margin-top: 10px;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition: -webkit-transform .25s ease-in-out;
            transition: transform .25s ease-in-out; }
          body.page-template-tmpl_about .about-hero-width .about-portfolio .portfolio-link a:hover::after {
            -webkit-transform: scaleX(0.0001);
            -ms-transform: scaleX(0.0001);
            transform: scaleX(0.0001); }
      body.page-template-tmpl_about .about-hero-width .about-portfolio img {
        position: relative;
        z-index: -1; }
  body.page-template-tmpl_about .fancybox-container {
    touch-action: manipulation; }
  body.page-template-tmpl_about .fancybox-bg {
    background: #E2E2E2; }
  body.page-template-tmpl_about .fancybox-is-open .fancybox-bg {
    opacity: .65; }
  body.page-template-tmpl_about .fancybox-slide--html .fancybox-content {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_about .fancybox-slide--html .fancybox-content {
        margin-bottom: 15px; } }
  body.page-template-tmpl_about .fancybox-close-small svg {
    stroke-width: 1;
    opacity: 1; }
  body.page-template-tmpl_about .fancybox-close-small {
    right: 15px;
    top: 15px; }
    body.page-template-tmpl_about .fancybox-close-small:hover svg {
      color: #B6A62B; }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_about .fancybox-close-small {
        right: 0;
        top: 0; } }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_about .bio-wrapper {
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
  body.page-template-tmpl_about .fancybox-content {
    max-width: 65%;
    padding: 90px;
    margin: 120px;
    overflow: visible; }
    @media screen and (max-width: 1279px) {
      body.page-template-tmpl_about .fancybox-content {
        max-width: 80%;
        padding: 60px; } }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_about .fancybox-content {
        padding: 45px;
        margin: 60px; } }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_about .fancybox-content {
        max-width: 100%;
        margin: 15px;
        padding: 30px; } }
    body.page-template-tmpl_about .fancybox-content .name {
      font-family: "GT Super Display Light", Georgia, Times;
      font-size: 35px;
      line-height: 50px;
      letter-spacing: .15px;
      font-weight: 100; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_about .fancybox-content .name {
          font-size: 27px;
          line-height: 42px; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_about .fancybox-content .name {
          font-size: 18px;
          line-height: 33px; } }
    body.page-template-tmpl_about .fancybox-content .title {
      font-family: "GT Super Display Light Italic", Georgia, Times;
      font-size: 35px;
      line-height: 50px;
      letter-spacing: .15px;
      font-weight: 100;
      padding-bottom: 15px; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_about .fancybox-content .title {
          font-size: 27px;
          line-height: 42px; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_about .fancybox-content .title {
          font-size: 18px;
          line-height: 33px;
          padding-bottom: 5px; } }
    body.page-template-tmpl_about .fancybox-content .bio p {
      margin-top: 15px; }
    body.page-template-tmpl_about .fancybox-content .bio h3 {
      margin-top: 30px;
      text-transform: lowercase;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_about .fancybox-content .bio h3 {
          font-size: 11px; } }
    body.page-template-tmpl_about .fancybox-content .bio a {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_about .fancybox-content .bio a {
          text-decoration: underline;
          display: inline; } }
      body.page-template-tmpl_about .fancybox-content .bio a::after {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #000000; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_about .fancybox-content .bio a::after {
            display: none; } }
      body.page-template-tmpl_about .fancybox-content .bio a:hover {
        font-style: italic; }

/* Home Page
==========================================================================================================================*/
body.page-template-tmpl_home .hero-video {
  width: 100%;
  height: 100vh;
  margin-top: -82px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_home .hero-video {
      margin-top: -58px; } }
  body.page-template-tmpl_home .hero-video #myVideo {
    position: relative;
    z-index: 250;
    min-width: 100%;
    min-height: 100vh;
    margin: 0 auto; }
  body.page-template-tmpl_home .hero-video .video-content {
    position: absolute;
    z-index: 500;
    top: 0;
    padding: 40px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_home .hero-video .video-content {
        padding: 20px; } }
    body.page-template-tmpl_home .hero-video .video-content .top {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      body.page-template-tmpl_home .hero-video .video-content .top .box {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        /* IE10 syntax */
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
      body.page-template-tmpl_home .hero-video .video-content .top .box:first-child > a {
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_home .hero-video .video-content .top .box:first-child > a {
            margin: 0; } }
      body.page-template-tmpl_home .hero-video .video-content .top .box:last-child > a {
        margin-left: auto; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_home .hero-video .video-content .top .box:last-child > a {
            margin: 0; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .hero-video .video-content .top .box-one {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          justify-content: flex-end; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .hero-video .video-content .top .box-two {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .hero-video .video-content .top .box-three {
          display: none; } }
      body.page-template-tmpl_home .hero-video .video-content .top a {
        color: #FFFFFF;
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 1.5px;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_home .hero-video .video-content .top a {
            font-size: 11px;
            line-height: 13px; } }
        body.page-template-tmpl_home .hero-video .video-content .top a::after {
          display: block;
          content: '';
          background-color: #FFFFFF;
          height: 1px;
          width: 34px;
          margin: 0 auto;
          margin-top: 10px;
          -webkit-transform: scaleX(0.0001);
          -ms-transform: scaleX(0.0001);
          transform: scaleX(0.0001);
          -webkit-transition: -webkit-transform .25s ease-in-out;
          transition: transform .25s ease-in-out; }
        body.page-template-tmpl_home .hero-video .video-content .top a:hover::after {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      body.page-template-tmpl_home .hero-video .video-content .top .desktop-logo {
        width: 280px;
        height: 72px; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_home .hero-video .video-content .top .desktop-logo {
            display: none; } }
      @media screen and (min-width: 768px) {
        body.page-template-tmpl_home .hero-video .video-content .top .mobile-logo {
          display: none; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .hero-video .video-content .top .mobile-logo {
          width: 205px;
          height: 19px; } }
    body.page-template-tmpl_home .hero-video .video-content .middle p {
      color: #FFFFFF;
      text-transform: lowercase;
      text-align: center;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .hero-video .video-content .middle p {
          font-size: 11px; } }
    body.page-template-tmpl_home .hero-video .video-content .middle h1 {
      color: #FFFFFF;
      text-transform: uppercase;
      text-align: center;
      font-size: 78px;
      line-height: 92px;
      letter-spacing: .7px; }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .hero-video .video-content .middle h1 {
          font-size: 32px;
          line-height: 42px; } }
    body.page-template-tmpl_home .hero-video .video-content .bottom {
      text-align: center; }
      body.page-template-tmpl_home .hero-video .video-content .bottom a {
        display: inline-block;
        color: #FFFFFF;
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 1.5px;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          body.page-template-tmpl_home .hero-video .video-content .bottom a {
            font-size: 11px;
            line-height: 13px; } }
        body.page-template-tmpl_home .hero-video .video-content .bottom a::after {
          display: block;
          content: '';
          background-color: #FFFFFF;
          height: 1px;
          width: 34px;
          margin: 0 auto;
          margin-top: 10px;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: -webkit-transform .25s ease-in-out;
          transition: transform .25s ease-in-out; }
        body.page-template-tmpl_home .hero-video .video-content .bottom a:hover::after {
          -webkit-transform: scaleX(0.0001);
          -ms-transform: scaleX(0.0001);
          transform: scaleX(0.0001); }

body.page-template-tmpl_home .left-content {
  margin-top: 120px;
  height: 975px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media screen and (max-width: 1279px) {
    body.page-template-tmpl_home .left-content {
      height: 749px; } }
  @media screen and (max-width: 1023px) {
    body.page-template-tmpl_home .left-content {
      width: calc(100% - 120px);
      height: auto;
      margin: 0 auto;
      margin-top: 120px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_home .left-content {
      width: calc(100% - 60px);
      margin-top: 140px; } }
  body.page-template-tmpl_home .left-content .left-image {
    position: relative;
    width: 722px; }
    @media screen and (max-width: 1279px) {
      body.page-template-tmpl_home .left-content .left-image {
        width: 572px; } }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_home .left-content .left-image {
        width: 100%;
        height: 510px; } }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_home .left-content .left-image {
        height: auto; } }
    body.page-template-tmpl_home .left-content .left-image .white-box {
      width: 431px;
      height: 975px;
      background-color: #FFFFFF;
      position: absolute;
      z-index: 10;
      left: 0;
      top: 0; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_home .left-content .left-image .white-box {
          width: 331px;
          height: 749px; } }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_home .left-content .left-image .white-box {
          display: none; } }
    body.page-template-tmpl_home .left-content .left-image .flower {
      width: 363px;
      height: 289px;
      position: absolute;
      z-index: 5;
      right: 0;
      top: 62px; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_home .left-content .left-image .flower {
          width: 313px;
          height: 249px;
          top: 26px; } }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_home .left-content .left-image .flower {
          left: -90px;
          top: -90px;
          z-index: -1; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .left-content .left-image .flower {
          width: 294px;
          height: 234px;
          top: -70px; } }
    body.page-template-tmpl_home .left-content .left-image img {
      width: 464px;
      height: 650px;
      position: absolute;
      z-index: 50;
      left: 200px;
      top: 170px; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_home .left-content .left-image img {
          width: 364px;
          height: 510px;
          top: 120px;
          left: 150px; } }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_home .left-content .left-image img {
          position: initial; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .left-content .left-image img {
          width: 100%;
          height: auto; } }
  body.page-template-tmpl_home .left-content .left-text {
    margin-left: 30px;
    margin-top: 170px; }
    @media screen and (max-width: 1279px) {
      body.page-template-tmpl_home .left-content .left-text {
        margin-top: 120px; } }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_home .left-content .left-text {
        width: 100%;
        margin-top: 30px;
        margin-left: 60px; } }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_home .left-content .left-text {
        margin-left: 0; } }
    body.page-template-tmpl_home .left-content .left-text .left-text-wrapper {
      position: -webkit-sticky;
      position: sticky;
      top: 108px; }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_home .left-content .left-text .left-text-wrapper {
          position: relative;
          top: unset; } }
    body.page-template-tmpl_home .left-content .left-text p {
      font-family: "GT Super Display Light", Georgia, Times;
      font-size: 35px;
      line-height: 50px;
      letter-spacing: .15px;
      font-weight: 100;
      margin-bottom: 30px; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_home .left-content .left-text p {
          font-size: 30px;
          line-height: 45px; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .left-content .left-text p {
          font-size: 22px;
          line-height: 34px; } }
    body.page-template-tmpl_home .left-content .left-text a {
      display: inline-block;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .left-content .left-text a {
          font-size: 11px;
          line-height: 13px; } }
      body.page-template-tmpl_home .left-content .left-text a::after {
        display: block;
        content: '';
        background-color: #000000;
        height: 1px;
        width: 34px;
        margin-top: 10px;
        -webkit-transition: width .25s ease-in-out;
        transition: width .25s ease-in-out; }
      body.page-template-tmpl_home .left-content .left-text a:hover::after {
        width: 100%; }

@media screen and (max-width: 1023px) {
  body.page-template-tmpl_home .right-wrapper {
    width: 100%;
    overflow: hidden; } }

body.page-template-tmpl_home .right-content {
  margin-top: 120px;
  height: 975px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media screen and (max-width: 1279px) {
    body.page-template-tmpl_home .right-content {
      height: 749px; } }
  @media screen and (max-width: 1023px) {
    body.page-template-tmpl_home .right-content {
      width: calc(100% - 120px);
      height: auto;
      margin: 0 auto;
      margin-top: 90px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    body.page-template-tmpl_home .right-content {
      width: calc(100% - 60px);
      margin-top: 60px; } }
  body.page-template-tmpl_home .right-content .right-text {
    margin-right: 30px;
    margin-top: 170px; }
    @media screen and (max-width: 1279px) {
      body.page-template-tmpl_home .right-content .right-text {
        margin-top: 120px; } }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_home .right-content .right-text {
        width: 364px;
        margin-left: calc(100% - 424px);
        margin-right: 60px;
        margin-top: 30px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_home .right-content .right-text {
        margin-right: 0;
        margin-left: 0; } }
    body.page-template-tmpl_home .right-content .right-text .right-text-wrapper {
      position: -webkit-sticky;
      position: sticky;
      top: 108px; }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_home .right-content .right-text .right-text-wrapper {
          position: relative;
          top: unset; } }
    body.page-template-tmpl_home .right-content .right-text p {
      font-family: "GT Super Display Light", Georgia, Times;
      font-size: 35px;
      line-height: 50px;
      letter-spacing: .15px;
      font-weight: 100;
      margin-bottom: 30px; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_home .right-content .right-text p {
          font-size: 30px;
          line-height: 45px; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .right-content .right-text p {
          font-size: 22px;
          line-height: 34px; } }
    body.page-template-tmpl_home .right-content .right-text a {
      display: inline-block;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .right-content .right-text a {
          font-size: 11px;
          line-height: 13px; } }
      body.page-template-tmpl_home .right-content .right-text a::after {
        display: block;
        content: '';
        background-color: #000000;
        height: 1px;
        width: 34px;
        margin-top: 10px;
        -webkit-transition: width .25s ease-in-out;
        transition: width .25s ease-in-out; }
      body.page-template-tmpl_home .right-content .right-text a:hover::after {
        width: 100%; }
  body.page-template-tmpl_home .right-content .right-image {
    position: relative;
    width: 750px; }
    @media screen and (max-width: 1279px) {
      body.page-template-tmpl_home .right-content .right-image {
        width: 575px; } }
    @media screen and (max-width: 1023px) {
      body.page-template-tmpl_home .right-content .right-image {
        width: 100%;
        height: 510px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; } }
    @media screen and (max-width: 767px) {
      body.page-template-tmpl_home .right-content .right-image {
        height: auto; } }
    body.page-template-tmpl_home .right-content .right-image img {
      width: 464px;
      height: 650px;
      position: absolute;
      z-index: 50;
      right: 200px;
      top: 170px; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_home .right-content .right-image img {
          width: 364px;
          height: 510px;
          top: 120px;
          right: 150px; } }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_home .right-content .right-image img {
          position: absolute;
          right: 0;
          top: 0; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .right-content .right-image img {
          position: initial;
          width: 100%;
          height: auto; } }
    body.page-template-tmpl_home .right-content .right-image .flower {
      width: 363px;
      height: 289px;
      position: absolute;
      z-index: 5;
      left: 0;
      bottom: 32px; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_home .right-content .right-image .flower {
          width: 313px;
          height: 249px;
          bottom: 12px; } }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_home .right-content .right-image .flower {
          z-index: -1;
          right: -100px;
          bottom: -90px;
          left: initial; } }
      @media screen and (max-width: 767px) {
        body.page-template-tmpl_home .right-content .right-image .flower {
          width: 294px;
          height: 234px;
          bottom: -65px; } }
    body.page-template-tmpl_home .right-content .right-image .white-box {
      width: 431px;
      height: 975px;
      background-color: #FFFFFF;
      position: absolute;
      z-index: 10;
      right: 0;
      top: 0; }
      @media screen and (max-width: 1279px) {
        body.page-template-tmpl_home .right-content .right-image .white-box {
          width: 331px;
          height: 749px; } }
      @media screen and (max-width: 1023px) {
        body.page-template-tmpl_home .right-content .right-image .white-box {
          display: none; } }
/* Portfolio Archive
==========================================================================================================================*/
body.page-template-archive-portfolio .title {
  max-width: calc(100% - 560px);
  width: 100%;
  height: 325px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #FFFFFF;
  padding: 30px; }
  @media screen and (max-width: 1279px) {
    body.page-template-archive-portfolio .title {
      max-width: calc(100% - 280px);
      margin-top: 30px; } }
  @media screen and (max-width: 1023px) {
    body.page-template-archive-portfolio .title {
      max-width: calc(100% - 140px); } }
  @media screen and (max-width: 767px) {
    body.page-template-archive-portfolio .title {
      max-width: calc(100% - 60px);
      height: 150px; } }
  body.page-template-archive-portfolio .title h3 {
    text-align: center;
    font-family: "Sweet Sans SC", Helvetica;
    font-size: 14px;
    line-height: 64px;
    letter-spacing: 1.5px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      body.page-template-archive-portfolio .title h3 {
        font-size: 11px;
        line-height: 16px; } }
  body.page-template-archive-portfolio .title h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 72px;
    line-height: 84px;
    letter-spacing: 2px;
    font-weight: 100; }
    @media screen and (max-width: 767px) {
      body.page-template-archive-portfolio .title h1 {
        font-size: 33px;
        line-height: 45px;
        margin-top: 10px; } }
body.page-template-archive-portfolio .archive-grid {
  max-width: calc(100% - 310px);
  width: 100%;
  margin: 0 auto;
  margin-top: -100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  /* IE10 syntax */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  /* IE10 syntax */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1279px) {
    body.page-template-archive-portfolio .archive-grid {
      max-width: calc(100% - 155px); } }
  @media screen and (max-width: 1023px) {
    body.page-template-archive-portfolio .archive-grid {
      max-width: calc(100% - 77.5px); } }
  @media screen and (max-width: 767px) {
    body.page-template-archive-portfolio .archive-grid {
      max-width: calc(100% - 30px);
      margin-top: -30px; } }
  body.page-template-archive-portfolio .archive-grid .grid-column {
    text-align: center;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      body.page-template-archive-portfolio .archive-grid .grid-column {
        margin-top: 45px; } }
    body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(1), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(2) {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(2) {
        margin-top: 45px; } }
    body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(1), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(4), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(5) {
      width: calc(70% - 30px); }
      @media screen and (max-width: 1279px) {
        body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(1), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(4), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(5) {
          width: calc(70% - 15px); } }
      @media screen and (max-width: 767px) {
        body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(1), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(4), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(5) {
          width: 100%; } }
      body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(1) .vertical-archive-image, body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(4) .vertical-archive-image, body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(5) .vertical-archive-image {
        display: none; }
    body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(2), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(3), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(6) {
      width: calc(30% - 30px); }
      @media screen and (max-width: 1279px) {
        body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(2), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(3), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(6) {
          width: calc(30% - 15px); } }
      @media screen and (max-width: 767px) {
        body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(2), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(3), body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(6) {
          width: 100%; } }
      @media screen and (min-width: 768px) {
        body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(2) .horizontal-archive-image, body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(3) .horizontal-archive-image, body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(6) .horizontal-archive-image {
          display: none; } }
      @media screen and (max-width: 767px) {
        body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(2) .vertical-archive-image, body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(3) .vertical-archive-image, body.page-template-archive-portfolio .archive-grid .grid-column:nth-child(6) .vertical-archive-image {
          display: none; } }
    body.page-template-archive-portfolio .archive-grid .grid-column p {
      padding-top: 25px;
      font-family: "GT Super Display Light", Georgia, Times;
      font-size: 24px;
      line-height: 34px;
      letter-spacing: .15px;
      font-weight: 100; }
      body.page-template-archive-portfolio .archive-grid .grid-column p .state {
        font-family: "GT Super Display Light Italic", Georgia, Times; }
      @media screen and (max-width: 1279px) {
        body.page-template-archive-portfolio .archive-grid .grid-column p {
          font-size: 20px;
          line-height: 30px; } }
      @media screen and (max-width: 1023px) {
        body.page-template-archive-portfolio .archive-grid .grid-column p {
          font-size: 18px;
          line-height: 28px; } }
      @media screen and (max-width: 767px) {
        body.page-template-archive-portfolio .archive-grid .grid-column p {
          padding-top: 15px; } }
    body.page-template-archive-portfolio .archive-grid .grid-column a:hover img {
      opacity: .8; }
    body.page-template-archive-portfolio .archive-grid .grid-column a:hover p {
      font-family: "GT Super Display Light Italic", Georgia, Times;
      color: initial; }

body.page-template-archive-portfolio .pagination {
  margin-top: 120px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    body.page-template-archive-portfolio .pagination {
      margin-top: 60px; } }
  body.page-template-archive-portfolio .pagination .page-numbers {
    display: inline-block;
    font-family: "Sweet Sans SC", Helvetica;
    font-size: 14px;
    line-height: 17px;
    /*letter-spacing: 20px;*/
    margin-right: 20px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      body.page-template-archive-portfolio .pagination .page-numbers {
        font-size: 11px; } }
    body.page-template-archive-portfolio .pagination .page-numbers.current::after {
      display: block;
      content: '';
      width: 11px;
      height: 1px;
      background-color: #000000;
      margin-left: -1px;
      margin-top: 5px; }
    body.page-template-archive-portfolio .pagination .page-numbers.next {
      background: url(../assets/svg/archive_next.svg) no-repeat;
      background-position: center;
      width: 6px;
      height: 10px;
      margin-bottom: -1px; }
    body.page-template-archive-portfolio .pagination .page-numbers.prev {
      background: url(../assets/svg/archive_previous.svg) no-repeat;
      background-position: center;
      width: 6px;
      height: 10px;
      margin-bottom: -1px;
      margin-right: 20px; }

/* Portfolio Single
==========================================================================================================================*/
body.single-portfolios article {
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    body.single-portfolios article {
      margin-bottom: 60px; } }
  body.single-portfolios article .portfolio-hero {
    max-width: calc(100% - 130px);
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      body.single-portfolios article .portfolio-hero {
        max-width: calc(100% - 60px); } }
    @media screen and (max-width: 767px) {
      body.single-portfolios article .portfolio-hero {
        max-width: calc(100% - 30px); } }
  body.single-portfolios article .title {
    position: relative;
    z-index: 50;
    max-width: calc(100% - 560px);
    width: 100%;
    margin: 0 auto;
    margin-top: -90px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 45px; }
    @media screen and (max-width: 1279px) {
      body.single-portfolios article .title {
        max-width: calc(100% - 280px); } }
    @media screen and (max-width: 1023px) {
      body.single-portfolios article .title {
        max-width: calc(100% - 140px); } }
    @media screen and (max-width: 767px) {
      body.single-portfolios article .title {
        max-width: calc(100% - 60px);
        padding: 30px;
        margin-top: -30px; } }
    body.single-portfolios article .title h1 {
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        body.single-portfolios article .title h1 {
          margin-bottom: 30px; } }
      body.single-portfolios article .title h1 .state {
        font-family: "GT Super Display Light Italic", Georgia, Times; }
    body.single-portfolios article .title p {
      text-transform: lowercase;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.single-portfolios article .title p {
          font-size: 11px;
          line-height: 13px; } }
    body.single-portfolios article .title .venue {
      margin-bottom: 10px; }
  body.single-portfolios article .portfolio-content .large-horizontal-image {
    max-width: calc(100% - 130px);
    width: 100%;
    margin: 0 auto;
    margin-top: 60px; }
    body.single-portfolios article .portfolio-content .large-horizontal-image img {
      height: 100%; }
    @media screen and (max-width: 1023px) {
      body.single-portfolios article .portfolio-content .large-horizontal-image {
        max-width: calc(100% - 60px);
        margin-top: 30px; } }
  body.single-portfolios article .portfolio-content .small-horizontal-image {
    max-width: calc(100% - 560px);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 60px; }
    body.single-portfolios article .portfolio-content .small-horizontal-image img {
      height: 100%; }
    @media screen and (max-width: 1279px) {
      body.single-portfolios article .portfolio-content .small-horizontal-image {
        max-width: calc(100% - 280px); } }
    @media screen and (max-width: 1023px) {
      body.single-portfolios article .portfolio-content .small-horizontal-image {
        max-width: calc(100% - 140px); } }
    @media screen and (max-width: 767px) {
      body.single-portfolios article .portfolio-content .small-horizontal-image {
        max-width: calc(100% - 60px);
        margin-top: 30px; } }
  body.single-portfolios article .portfolio-content .image-duo {
    max-width: calc(100% - 560px);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.single-portfolios article .portfolio-content .image-duo img {
      height: 100%; }
    @media screen and (max-width: 1279px) {
      body.single-portfolios article .portfolio-content .image-duo {
        max-width: calc(100% - 280px); } }
    @media screen and (max-width: 1023px) {
      body.single-portfolios article .portfolio-content .image-duo {
        max-width: calc(100% - 140px); } }
    @media screen and (max-width: 767px) {
      body.single-portfolios article .portfolio-content .image-duo {
        max-width: calc(100% - 60px);
        margin-top: 0; } }
    body.single-portfolios article .portfolio-content .image-duo img {
      width: calc(50% - 15px); }
      @media screen and (max-width: 767px) {
        body.single-portfolios article .portfolio-content .image-duo img {
          width: 100%;
          margin-top: 30px; } }
  body.single-portfolios article .portfolio-content .quote {
    max-width: calc(100% - 560px);
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #FFFFFF;
    padding: 45px 120px;
    text-align: center; }
    @media screen and (max-width: 1279px) {
      body.single-portfolios article .portfolio-content .quote {
        max-width: calc(100% - 280px); } }
    @media screen and (max-width: 1023px) {
      body.single-portfolios article .portfolio-content .quote {
        max-width: calc(100% - 140px);
        padding: 45px 60px; } }
    @media screen and (max-width: 767px) {
      body.single-portfolios article .portfolio-content .quote {
        max-width: calc(100% - 60px);
        margin-top: 30px;
        padding: 30px; } }
    body.single-portfolios article .portfolio-content .quote p {
      text-transform: lowercase;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.single-portfolios article .portfolio-content .quote p {
          font-size: 11px;
          line-height: 13px; } }
    body.single-portfolios article .portfolio-content .quote h3 {
      margin-top: 20px;
      font-family: "GT Super Display Light", Georgia, Times;
      font-size: 35px;
      line-height: 50px;
      letter-spacing: .15px;
      font-weight: 100; }
      @media screen and (max-width: 767px) {
        body.single-portfolios article .portfolio-content .quote h3 {
          font-size: 20px;
          line-height: 30px; } }
body.single-portfolios .single-nav {
  max-width: calc(100% - 400px);
  width: 100%;
  height: 28px;
  margin: 0 auto; }
  @media screen and (max-width: 1279px) {
    body.single-portfolios .single-nav {
      max-width: calc(100% - 200px); } }
  @media screen and (max-width: 1023px) {
    body.single-portfolios .single-nav {
      max-width: calc(100% - 140px); } }
  @media screen and (max-width: 767px) {
    body.single-portfolios .single-nav {
      max-width: calc(100% - 60px); } }
  body.single-portfolios .single-nav a {
    display: inline-block;
    text-transform: lowercase;
    font-family: "Sweet Sans SC", Helvetica;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      body.single-portfolios .single-nav a {
        font-size: 11px;
        line-height: 13px; } }
    body.single-portfolios .single-nav a::after {
      display: block;
      content: '';
      background-color: #000000;
      height: 1px;
      width: 34px;
      margin-top: 10px;
      -webkit-transition: width .25s ease-in-out;
      transition: width .25s ease-in-out; }
    body.single-portfolios .single-nav a:hover {
      color: initial; }
    body.single-portfolios .single-nav a:hover::after {
      width: 100%; }
  body.single-portfolios .single-nav a[rel="prev"] {
    float: left; }
  body.single-portfolios .single-nav a[rel="next"] {
    float: right;
    position: relative; }
    body.single-portfolios .single-nav a[rel="next"]::after {
      position: absolute;
      right: 0; }

body.single-portfolios .portfolio-back {
  max-width: calc(100% - 400px);
  width: 100%;
  height: 28px;
  margin: 0 auto;
  margin-top: 60px; }
  @media screen and (max-width: 1279px) {
    body.single-portfolios .portfolio-back {
      max-width: calc(100% - 200px); } }
  @media screen and (max-width: 1023px) {
    body.single-portfolios .portfolio-back {
      max-width: calc(100% - 140px); } }
  @media screen and (max-width: 767px) {
    body.single-portfolios .portfolio-back {
      max-width: calc(100% - 60px); } }
  body.single-portfolios .portfolio-back a {
    display: inline-block;
    font-family: "Sweet Sans SC", Helvetica;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-transform: lowercase;
    font-style: normal; }
    @media screen and (max-width: 767px) {
      body.single-portfolios .portfolio-back a {
        font-size: 11px;
        line-height: 13px; } }
    body.single-portfolios .portfolio-back a::after {
      display: block;
      content: '';
      background-color: #000000;
      height: 1px;
      width: 34px;
      margin-top: 10px;
      -webkit-transition: width .25s ease-in-out;
      transition: width .25s ease-in-out; }
    body.single-portfolios .portfolio-back a:hover {
      color: initial; }
    body.single-portfolios .portfolio-back a:hover::after {
      width: 100%; }

/* Archive
==========================================================================================================================*/
body.blog,
body.archive {
  /* ================================= */
  /* Fancybox Blog Bio Pop Out Styling */
  /* ================================= */
  /* ===================================== */
  /* END Fancybox Blog Bio Pop Out Styling */
  /* ===================================== */ }
  body.blog .blog-header,
  body.archive .blog-header {
    max-width: calc(100% - 480px);
    width: 100%;
    margin: 0 auto;
    padding: 75px 45px;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 8px; }
    @media screen and (max-width: 1279px) {
      body.blog .blog-header,
      body.archive .blog-header {
        max-width: calc(100% - 240px); } }
    @media screen and (max-width: 1023px) {
      body.blog .blog-header,
      body.archive .blog-header {
        max-width: calc(100% - 120px); } }
    @media screen and (max-width: 767px) {
      body.blog .blog-header,
      body.archive .blog-header {
        max-width: calc(100% - 60px);
        padding: 30px 15px; } }
    body.blog .blog-header svg,
    body.archive .blog-header svg {
      width: 610px;
      height: 58px; }
      @media screen and (max-width: 1023px) {
        body.blog .blog-header svg,
        body.archive .blog-header svg {
          width: 510px;
          height: 49px; } }
      @media screen and (max-width: 767px) {
        body.blog .blog-header svg,
        body.archive .blog-header svg {
          width: 230px;
          height: 22px; } }
  body.blog .blog-header-links,
  body.archive .blog-header-links {
    max-width: calc(100% - 480px);
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1279px) {
      body.blog .blog-header-links,
      body.archive .blog-header-links {
        max-width: calc(100% - 240px); } }
    @media screen and (max-width: 1023px) {
      body.blog .blog-header-links,
      body.archive .blog-header-links {
        max-width: calc(100% - 120px);
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      body.blog .blog-header-links,
      body.archive .blog-header-links {
        max-width: calc(100% - 60px); } }
    @media screen and (max-width: 767px) {
      body.blog .blog-header-links .left,
      body.archive .blog-header-links .left {
        margin-bottom: 10px; } }
    body.blog .blog-header-links .left a,
    body.archive .blog-header-links .left a {
      display: inline-block;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400;
      text-transform: lowercase; }
      @media screen and (max-width: 767px) {
        body.blog .blog-header-links .left a,
        body.archive .blog-header-links .left a {
          font-size: 11px;
          line-height: 13px; } }
      @media screen and (max-width: 374px) {
        body.blog .blog-header-links .left a,
        body.archive .blog-header-links .left a {
          display: block; } }
      body.blog .blog-header-links .left a::after,
      body.archive .blog-header-links .left a::after {
        display: block;
        content: '';
        background-color: #000000;
        height: 1px;
        width: 34px;
        margin-top: 10px;
        -webkit-transition: width .25s ease-in-out;
        transition: width .25s ease-in-out; }
      body.blog .blog-header-links .left a:hover,
      body.archive .blog-header-links .left a:hover {
        cursor: pointer;
        color: inherit; }
      body.blog .blog-header-links .left a:hover::after,
      body.archive .blog-header-links .left a:hover::after {
        width: 100%; }
    body.blog .blog-header-links .left .blog-archive-link,
    body.archive .blog-header-links .left .blog-archive-link {
      margin-left: 45px; }
      @media screen and (max-width: 374px) {
        body.blog .blog-header-links .left .blog-archive-link,
        body.archive .blog-header-links .left .blog-archive-link {
          margin-left: 0;
          margin-top: 15px; } }
    body.blog .blog-header-links .right .chosen-container-single .chosen-search,
    body.archive .blog-header-links .right .chosen-container-single .chosen-search {
      display: none; }
    body.blog .blog-header-links .right .chosen-container-single .chosen-single,
    body.archive .blog-header-links .right .chosen-container-single .chosen-single {
      border: none;
      box-shadow: none;
      border-radius: 0;
      background: #E8E3DD;
      padding: 5px 10px; }
    body.blog .blog-header-links .right .chosen-container-single .chosen-single,
    body.archive .blog-header-links .right .chosen-container-single .chosen-single {
      color: #000000;
      text-transform: lowercase;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.blog .blog-header-links .right .chosen-container-single .chosen-single,
        body.archive .blog-header-links .right .chosen-container-single .chosen-single {
          font-size: 11px;
          line-height: 13px; } }
    body.blog .blog-header-links .right .chosen-container .chosen-drop,
    body.archive .blog-header-links .right .chosen-container .chosen-drop {
      border-radius: 0;
      border: none;
      box-shadow: none;
      background: #E8E3DD; }
    body.blog .blog-header-links .right .chosen-container .chosen-results li,
    body.archive .blog-header-links .right .chosen-container .chosen-results li {
      color: #000000;
      text-transform: lowercase;
      font-family: "Sweet Sans SC", Helvetica;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.5px;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.blog .blog-header-links .right .chosen-container .chosen-results li,
        body.archive .blog-header-links .right .chosen-container .chosen-results li {
          font-size: 11px;
          line-height: 13px; } }
    body.blog .blog-header-links .right .chosen-container .chosen-results li.highlighted,
    body.blog .blog-header-links .right .chosen-container .chosen-results li.result-selected,
    body.archive .blog-header-links .right .chosen-container .chosen-results li.highlighted,
    body.archive .blog-header-links .right .chosen-container .chosen-results li.result-selected {
      background: transparent;
      font-style: italic;
      color: initial; }
    body.blog .blog-header-links .right .chosen-container-single .chosen-single div b,
    body.archive .blog-header-links .right .chosen-container-single .chosen-single div b {
      margin-top: 8px;
      background-size: 10px 6px !important;
      background-image: url("../assets/svg/filter_down.svg") !important; }
    body.blog .blog-header-links .right .chosen-container-active.chosen-with-drop .chosen-single div b,
    body.archive .blog-header-links .right .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: initial;
      background-image: url("../assets/svg/filter_up.svg") !important; }
  body.blog .about-blog-wrapper,
  body.archive .about-blog-wrapper {
    max-width: 915px;
    padding: 90px; }
    @media screen and (max-width: 1279px) {
      body.blog .about-blog-wrapper,
      body.archive .about-blog-wrapper {
        max-width: calc(100% - 120px); } }
    @media screen and (max-width: 1023px) {
      body.blog .about-blog-wrapper,
      body.archive .about-blog-wrapper {
        max-width: calc(100% - 60px);
        padding: 45px; } }
    @media screen and (max-width: 767px) {
      body.blog .about-blog-wrapper,
      body.archive .about-blog-wrapper {
        max-width: calc(100% - 15px);
        padding: 15px; } }
    body.blog .about-blog-wrapper .about-pop-wrapper,
    body.archive .about-blog-wrapper .about-pop-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-flex-pack: justify;
      /* IE10 syntax */
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.blog .about-blog-wrapper .about-pop-wrapper .left,
      body.blog .about-blog-wrapper .about-pop-wrapper .right,
      body.archive .about-blog-wrapper .about-pop-wrapper .left,
      body.archive .about-blog-wrapper .about-pop-wrapper .right {
        width: calc(50% - 30px); }
        @media screen and (max-width: 1023px) {
          body.blog .about-blog-wrapper .about-pop-wrapper .left,
          body.blog .about-blog-wrapper .about-pop-wrapper .right,
          body.archive .about-blog-wrapper .about-pop-wrapper .left,
          body.archive .about-blog-wrapper .about-pop-wrapper .right {
            width: calc(50% - 15px); } }
        @media screen and (max-width: 767px) {
          body.blog .about-blog-wrapper .about-pop-wrapper .left,
          body.blog .about-blog-wrapper .about-pop-wrapper .right,
          body.archive .about-blog-wrapper .about-pop-wrapper .left,
          body.archive .about-blog-wrapper .about-pop-wrapper .right {
            width: 100%;
            margin-top: 30px; } }
      @media screen and (max-width: 767px) {
        body.blog .about-blog-wrapper .about-pop-wrapper .right,
        body.archive .about-blog-wrapper .about-pop-wrapper .right {
          padding-bottom: 30px; } }
      body.blog .about-blog-wrapper .about-pop-wrapper .right h2,
      body.archive .about-blog-wrapper .about-pop-wrapper .right h2 {
        font-size: 35px;
        line-height: 50px; }
      body.blog .about-blog-wrapper .about-pop-wrapper .right p,
      body.archive .about-blog-wrapper .about-pop-wrapper .right p {
        margin-top: 15px; }
      body.blog .about-blog-wrapper .about-pop-wrapper .right a,
      body.archive .about-blog-wrapper .about-pop-wrapper .right a {
        display: inline-block; }
        body.blog .about-blog-wrapper .about-pop-wrapper .right a::after,
        body.archive .about-blog-wrapper .about-pop-wrapper .right a::after {
          display: block;
          content: '';
          background-color: #000000;
          height: 1px;
          width: 100%;
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: -webkit-transform .25s ease-in-out;
          transition: transform .25s ease-in-out; }
        body.blog .about-blog-wrapper .about-pop-wrapper .right a:hover::after,
        body.archive .about-blog-wrapper .about-pop-wrapper .right a:hover::after {
          -webkit-transform: scaleX(0.0001);
          -ms-transform: scaleX(0.0001);
          transform: scaleX(0.0001); }
  body.blog .fancybox-bg,
  body.archive .fancybox-bg {
    background: #E2E2E2; }
  body.blog .fancybox-is-open .fancybox-bg,
  body.archive .fancybox-is-open .fancybox-bg {
    opacity: .65; }
  body.blog .fancybox-slide--html .fancybox-content,
  body.archive .fancybox-slide--html .fancybox-content {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      body.blog .fancybox-slide--html .fancybox-content,
      body.archive .fancybox-slide--html .fancybox-content {
        margin-bottom: 15px; } }
  body.blog .fancybox-close-small svg,
  body.archive .fancybox-close-small svg {
    stroke-width: 1;
    opacity: 1; }
  body.blog .fancybox-close-small,
  body.archive .fancybox-close-small {
    right: 15px;
    top: 15px; }
    body.blog .fancybox-close-small:hover svg,
    body.archive .fancybox-close-small:hover svg {
      color: #B6A62B; }
    @media screen and (max-width: 767px) {
      body.blog .fancybox-close-small,
      body.archive .fancybox-close-small {
        right: 0;
        top: 0; } }
  body.blog .featured-blog,
  body.archive .featured-blog {
    max-width: calc(100% - 278px);
    width: 100%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: center;
    /* IE10 syntax */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1279px) {
      body.blog .featured-blog,
      body.archive .featured-blog {
        max-width: calc(100% - 139px); } }
    @media screen and (max-width: 1023px) {
      body.blog .featured-blog,
      body.archive .featured-blog {
        max-width: calc(100% - 60px);
        margin-top: 60px;
        margin-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      body.blog .featured-blog,
      body.archive .featured-blog {
        max-width: calc(100% - 30px);
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 30px; } }
    body.blog .featured-blog .left,
    body.archive .featured-blog .left {
      margin-right: -90px;
      width: 718px;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 1023px) {
        body.blog .featured-blog .left,
        body.archive .featured-blog .left {
          margin-right: -60px; } }
      @media screen and (max-width: 767px) {
        body.blog .featured-blog .left,
        body.archive .featured-blog .left {
          /*@include order(2);*/
          width: 100%;
          margin: 0 auto; } }
      body.blog .featured-blog .left img,
      body.archive .featured-blog .left img {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      body.blog .featured-blog .left a:hover img,
      body.archive .featured-blog .left a:hover img {
        opacity: 80%; }
    body.blog .featured-blog .right,
    body.archive .featured-blog .right {
      background-color: #FFFFFF;
      padding: 60px 60px 60px 160px;
      width: 508px;
      margin-bottom: -60px; }
      @media screen and (max-width: 1023px) {
        body.blog .featured-blog .right,
        body.archive .featured-blog .right {
          padding: 45px 45px 45px 120px; } }
      @media screen and (max-width: 767px) {
        body.blog .featured-blog .right,
        body.archive .featured-blog .right {
          width: calc(100% - 30px);
          margin: 0 auto;
          padding: 30px;
          padding-top: 90px;
          margin-top: -60px;
          text-align: center; } }
      body.blog .featured-blog .right .posted-on,
      body.archive .featured-blog .right .posted-on {
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 1.5px;
        font-weight: 400;
        text-transform: lowercase;
        padding-bottom: 5px; }
        @media screen and (max-width: 767px) {
          body.blog .featured-blog .right .posted-on,
          body.archive .featured-blog .right .posted-on {
            font-size: 11px;
            line-height: 13px; } }
      body.blog .featured-blog .right h2,
      body.archive .featured-blog .right h2 {
        font-size: 35px;
        line-height: 50px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        @media screen and (max-width: 1279px) {
          body.blog .featured-blog .right h2,
          body.archive .featured-blog .right h2 {
            font-size: 25px;
            line-height: 40px; } }
      body.blog .featured-blog .right .cat-links,
      body.archive .featured-blog .right .cat-links {
        color: #969696;
        letter-spacing: 1px;
        padding-top: 10px; }
        body.blog .featured-blog .right .cat-links a,
        body.archive .featured-blog .right .cat-links a {
          display: inline-block;
          font-family: "GT Super Display Light Italic", Georgia, Times;
          font-size: 15px;
          line-height: 26px;
          letter-spacing: .75px;
          font-weight: 400;
          color: #969696;
          cursor: default; }
          body.blog .featured-blog .right .cat-links a:hover,
          body.archive .featured-blog .right .cat-links a:hover {
            color: #969696;
            cursor: default; }
  body.blog .blog-archive-grid,
  body.archive .blog-archive-grid {
    position: relative;
    max-width: calc(100% - 278px);
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1279px) {
      body.blog .blog-archive-grid,
      body.archive .blog-archive-grid {
        max-width: calc(100% - 139px); } }
    @media screen and (max-width: 1023px) {
      body.blog .blog-archive-grid,
      body.archive .blog-archive-grid {
        max-width: calc(100% - 60px);
        margin-top: 15px; } }
    @media screen and (max-width: 767px) {
      body.blog .blog-archive-grid,
      body.archive .blog-archive-grid {
        max-width: calc(100% - 30px); } }
    body.blog .blog-archive-grid article.sticky,
    body.archive .blog-archive-grid article.sticky {
      display: none; }
    body.blog .blog-archive-grid nav.pagination,
    body.archive .blog-archive-grid nav.pagination {
      position: absolute;
      bottom: -90px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      /* The rest of the styles are at the bottom of this file */ }
      @media screen and (max-width: 1023px) {
        body.blog .blog-archive-grid nav.pagination,
        body.archive .blog-archive-grid nav.pagination {
          bottom: -60px; } }
    body.blog .blog-archive-grid article,
    body.archive .blog-archive-grid article {
      width: calc(33% - 30px);
      margin-top: 60px; }
      @media screen and (max-width: 1279px) {
        body.blog .blog-archive-grid article,
        body.archive .blog-archive-grid article {
          width: calc(33% - 15px); } }
      @media screen and (max-width: 1023px) {
        body.blog .blog-archive-grid article,
        body.archive .blog-archive-grid article {
          width: calc(50% - 15px);
          margin-top: 45px; } }
      @media screen and (max-width: 767px) {
        body.blog .blog-archive-grid article,
        body.archive .blog-archive-grid article {
          width: 100%; } }
      body.blog .blog-archive-grid article a .posted-on,
      body.archive .blog-archive-grid article a .posted-on {
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 1.5px;
        font-weight: 400;
        text-transform: lowercase;
        padding-bottom: 15px; }
        @media screen and (max-width: 767px) {
          body.blog .blog-archive-grid article a .posted-on,
          body.archive .blog-archive-grid article a .posted-on {
            font-size: 11px;
            line-height: 13px; } }
      body.blog .blog-archive-grid article a img,
      body.archive .blog-archive-grid article a img {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      body.blog .blog-archive-grid article a .entry-title,
      body.archive .blog-archive-grid article a .entry-title {
        font-size: 35px;
        line-height: 50px;
        margin-top: 15px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        @media screen and (max-width: 1279px) {
          body.blog .blog-archive-grid article a .entry-title,
          body.archive .blog-archive-grid article a .entry-title {
            font-size: 25px;
            line-height: 40px; } }
      body.blog .blog-archive-grid article a:hover .posted-on,
      body.archive .blog-archive-grid article a:hover .posted-on {
        color: initial; }
      body.blog .blog-archive-grid article a:hover img,
      body.archive .blog-archive-grid article a:hover img {
        opacity: 80%; }
      body.blog .blog-archive-grid article a:hover .entry-title,
      body.archive .blog-archive-grid article a:hover .entry-title {
        font-family: "GT Super Display Light Italic", Georgia, Times; }
      body.blog .blog-archive-grid article .cat-links,
      body.archive .blog-archive-grid article .cat-links {
        color: #969696;
        letter-spacing: 1px; }
        body.blog .blog-archive-grid article .cat-links a,
        body.archive .blog-archive-grid article .cat-links a {
          display: inline-block;
          font-family: "GT Super Display Light Italic", Georgia, Times;
          font-size: 15px;
          line-height: 26px;
          letter-spacing: .75px;
          font-weight: 400;
          color: #969696;
          cursor: default; }
          body.blog .blog-archive-grid article .cat-links a:hover,
          body.archive .blog-archive-grid article .cat-links a:hover {
            color: #969696;
            cursor: default; }
  body.blog .comments-link,
  body.blog .edit-link,
  body.archive .comments-link,
  body.archive .edit-link {
    display: none; }
  body.blog .pagination .page-numbers,
  body.archive .pagination .page-numbers {
    display: inline-block;
    font-family: "Sweet Sans SC", Helvetica;
    font-size: 14px;
    line-height: 17px;
    /*letter-spacing: 20px;*/
    margin-right: 20px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      body.blog .pagination .page-numbers,
      body.archive .pagination .page-numbers {
        font-size: 11px;
        line-height: 13px; } }
    body.blog .pagination .page-numbers.current::after,
    body.archive .pagination .page-numbers.current::after {
      display: block;
      content: '';
      width: 11px;
      height: 1px;
      background-color: #000000;
      margin-left: -1px;
      margin-top: 5px; }
    body.blog .pagination .page-numbers.next,
    body.archive .pagination .page-numbers.next {
      background: url(../assets/svg/archive_next.svg) no-repeat;
      background-position: center;
      width: 6px;
      height: 10px;
      margin-bottom: -1px; }
    body.blog .pagination .page-numbers.prev,
    body.archive .pagination .page-numbers.prev {
      background: url(../assets/svg/archive_previous.svg) no-repeat;
      background-position: center;
      width: 6px;
      height: 10px;
      margin-bottom: -1px;
      margin-right: 20px; }
  body.blog footer.site-footer,
  body.archive footer.site-footer {
    margin-top: 240px; }

/* Single
==========================================================================================================================*/
body.single-post article {
  max-width: calc(100% - 405px);
  width: 100%;
  margin: 0 auto;
  margin-top: 60px; }
  @media screen and (max-width: 1279px) {
    body.single-post article {
      max-width: calc(100% - 203px); } }
  @media screen and (max-width: 1023px) {
    body.single-post article {
      max-width: calc(100% - 100px);
      margin-top: 45px; } }
  @media screen and (max-width: 767px) {
    body.single-post article {
      max-width: calc(100% - 30px);
      margin-top: 0; } }
  body.single-post article .blog-content-wrapper {
    margin-top: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /* IE10 syntax */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      body.single-post article .blog-content-wrapper {
        margin-top: 60px; } }
    @media screen and (max-width: 767px) {
      body.single-post article .blog-content-wrapper {
        margin-top: 30px; } }
    body.single-post article .blog-content-wrapper .blog-left {
      width: 64%; }
      @media screen and (max-width: 767px) {
        body.single-post article .blog-content-wrapper .blog-left {
          width: 100%; } }
      body.single-post article .blog-content-wrapper .blog-left .entry-content {
        margin-top: -30px; }
        @media screen and (max-width: 767px) {
          body.single-post article .blog-content-wrapper .blog-left .entry-content {
            margin-top: -15px; } }
      body.single-post article .blog-content-wrapper .blog-left .wp-block-image {
        margin: 0; }
      body.single-post article .blog-content-wrapper .blog-left .wp-block-column:not(:first-child) {
        margin-left: 30px; }
        @media screen and (max-width: 767px) {
          body.single-post article .blog-content-wrapper .blog-left .wp-block-column:not(:first-child) {
            margin-left: 0; } }
      body.single-post article .blog-content-wrapper .blog-left .wp-block-column {
        flex-basis: calc(50% - 15px); }
        @media screen and (max-width: 767px) {
          body.single-post article .blog-content-wrapper .blog-left .wp-block-column {
            flex-basis: 100%; } }
      body.single-post article .blog-content-wrapper .blog-left .wp-block-columns {
        margin-bottom: 0; }
      body.single-post article .blog-content-wrapper .blog-left p,
      body.single-post article .blog-content-wrapper .blog-left .wp-block-image,
      body.single-post article .blog-content-wrapper .blog-left .wp-block-quote {
        margin-top: 60px; }
        @media screen and (max-width: 767px) {
          body.single-post article .blog-content-wrapper .blog-left p,
          body.single-post article .blog-content-wrapper .blog-left .wp-block-image,
          body.single-post article .blog-content-wrapper .blog-left .wp-block-quote {
            margin-top: 30px; } }
      body.single-post article .blog-content-wrapper .blog-left figcaption {
        font-family: "Founders Grotesk Regular", Georgia, Times;
        font-size: 17px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: .5px; }
        @media screen and (max-width: 1023px) {
          body.single-post article .blog-content-wrapper .blog-left figcaption {
            font-size: 14px;
            line-height: 25px; } }
        body.single-post article .blog-content-wrapper .blog-left figcaption a {
          display: inline-block; }
      body.single-post article .blog-content-wrapper .blog-left p a {
        display: inline-block;
        color: #969696; }
        body.single-post article .blog-content-wrapper .blog-left p a:hover {
          font-style: italic; }
      body.single-post article .blog-content-wrapper .blog-left .wp-block-quote {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p, body.single-post article .blog-content-wrapper .blog-left .wp-block-quote cite {
          width: 100%;
          padding-right: 90px; }
          @media screen and (max-width: 1279px) {
            body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p, body.single-post article .blog-content-wrapper .blog-left .wp-block-quote cite {
              padding-right: 60px; } }
          @media screen and (max-width: 1023px) {
            body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p, body.single-post article .blog-content-wrapper .blog-left .wp-block-quote cite {
              padding-right: 45px; } }
          @media screen and (max-width: 767px) {
            body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p, body.single-post article .blog-content-wrapper .blog-left .wp-block-quote cite {
              padding-right: 0; } }
        body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p {
          margin-top: 0;
          padding-top: 15px;
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2;
          font-family: "GT Super Display Light", Georgia, Times;
          font-size: 35px;
          line-height: 50px;
          letter-spacing: .15px;
          font-weight: 100; }
          @media screen and (max-width: 1023px) {
            body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p {
              font-size: 30px;
              line-height: 45px; } }
          @media screen and (max-width: 767px) {
            body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p {
              font-size: 22px;
              line-height: 34px; } }
          body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p::before {
            content: '“'; }
          body.single-post article .blog-content-wrapper .blog-left .wp-block-quote p::after {
            content: '”'; }
        body.single-post article .blog-content-wrapper .blog-left .wp-block-quote cite {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1;
          font-family: "Sweet Sans SC", Helvetica;
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 1.5px;
          font-weight: 400;
          text-transform: lowercase;
          font-style: normal; }
          @media screen and (max-width: 767px) {
            body.single-post article .blog-content-wrapper .blog-left .wp-block-quote cite {
              font-size: 11px;
              line-height: 13px; } }
    body.single-post article .blog-content-wrapper .blog-right {
      width: calc(36% - 90px);
      padding-top: 10px; }
      @media screen and (max-width: 1023px) {
        body.single-post article .blog-content-wrapper .blog-right {
          width: calc(36% - 60px); } }
      @media screen and (max-width: 767px) {
        body.single-post article .blog-content-wrapper .blog-right {
          width: 100%;
          text-align: center;
          margin-top: 30px; } }
      body.single-post article .blog-content-wrapper .blog-right .blog-right-wrapper {
        position: sticky;
        top: 120px;
        left: 0; }
      body.single-post article .blog-content-wrapper .blog-right .edit-link {
        display: none; }
      body.single-post article .blog-content-wrapper .blog-right .posted-on a:hover {
        color: inherit; }
      body.single-post article .blog-content-wrapper .blog-right .entry-date {
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 1.5px;
        font-weight: 400;
        text-transform: lowercase; }
        @media screen and (max-width: 767px) {
          body.single-post article .blog-content-wrapper .blog-right .entry-date {
            font-size: 11px;
            line-height: 13px; } }
      body.single-post article .blog-content-wrapper .blog-right .post-categories {
        margin-top: 10px;
        margin-bottom: 30px; }
      body.single-post article .blog-content-wrapper .blog-right .cat-links a {
        font-family: "GT Super Display Light Italic", Georgia, Times;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: .75px;
        font-weight: 400;
        color: #969696; }
        body.single-post article .blog-content-wrapper .blog-right .cat-links a:hover {
          color: #969696; }
      body.single-post article .blog-content-wrapper .blog-right .tags-links {
        display: none; }
      body.single-post article .blog-content-wrapper .blog-right .share h4 {
        font-family: "GT Super Display Light Italic", Georgia, Times;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: .75px;
        font-weight: 400;
        text-transform: capitalize; }
      body.single-post article .blog-content-wrapper .blog-right .share a {
        font-family: "Sweet Sans SC", Helvetica;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 1.5px;
        font-weight: 400;
        text-transform: lowercase; }
        @media screen and (max-width: 767px) {
          body.single-post article .blog-content-wrapper .blog-right .share a {
            font-size: 11px;
            line-height: 13px; } }
        body.single-post article .blog-content-wrapper .blog-right .share a:hover {
          color: inherit;
          font-style: italic; }

body.single-post .blog-back {
  max-width: calc(100% - 405px);
  width: 100%;
  margin: 0 auto;
  margin-top: 60px; }
  @media screen and (max-width: 1279px) {
    body.single-post .blog-back {
      max-width: calc(100% - 203px); } }
  @media screen and (max-width: 1023px) {
    body.single-post .blog-back {
      max-width: calc(100% - 100px); } }
  @media screen and (max-width: 767px) {
    body.single-post .blog-back {
      max-width: calc(100% - 30px); } }
  body.single-post .blog-back a {
    display: inline-block;
    font-family: "Sweet Sans SC", Helvetica;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-transform: lowercase;
    font-style: normal; }
    @media screen and (max-width: 767px) {
      body.single-post .blog-back a {
        font-size: 11px;
        line-height: 13px; } }
    body.single-post .blog-back a::after {
      display: block;
      content: '';
      background-color: #000000;
      height: 1px;
      width: 34px;
      margin-top: 10px;
      -webkit-transition: width .25s ease-in-out;
      transition: width .25s ease-in-out; }
    body.single-post .blog-back a:hover {
      color: initial; }
    body.single-post .blog-back a:hover::after {
      width: 100%; }

/* IE Fixes
==========================================================================================================================*/
