@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*! HTML5 Reset */
/*-------------------------------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer			:: http://meyerweb.com
	HTML5 Doctor			:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, .form-section-heading, .gform_confirmation_wrapper, h4, .news-post .post-links-wrapper, h5, h6, .filter-wrapper .side-bar .side-bar-filters button, .pagination .facetwp-counts, .search-categories a, .gform_wrapper .top_label .gfield_label, p, .employee-bottom .employee-right a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
	http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
html,
body {
  cursor: default;
}

code {
  cursor: text;
}

/*
textarea and input[type="text"] already receive
"cursor: text" via browsers' base stylesheets
*/
a,
label,
button,
input[type="radio"],
input[type="submit"],
input[type="checkbox"],
.clickable,
input[type="button"],
input[type="file"] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
  width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/** Micro clearfix from:  http://nicolasgallagher.com/micro-clearfix-hack/
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/* text styles */
h1, h2, h3, .form-section-heading, .gform_confirmation_wrapper, h4, .news-post .post-links-wrapper, h5, p, .employee-bottom .employee-right a {
  margin: 0 0 15px 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3, .form-section-heading, .gform_confirmation_wrapper {
  font-size: 18px;
}

h4, .news-post .post-links-wrapper {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

p, .employee-bottom .employee-right a {
  font-size: 14px;
}

body {
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  position: initial !important;
  min-height: initial !important;
  top: auto !important;
  height: auto !important;
  -webkit-font-smoothing: antialiased;
  background-color: #d6c9c9;
}

body.noscroll {
  overflow: hidden;
  position: relative;
}

html.noscroll {
  overflow: hidden;
  position: relative;
  height: auto !important;
}

.wow {
  visibility: hidden;
}

.wrapper {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("../img/line-paper.png");
  background-repeat: repeat;
}

.wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.mobile-menu-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #5b3b75;
  height: 100%;
  width: 100%;
  z-index: 999999;
  text-align: center;
  overflow-y: auto;
}

.mobile-menu-drawer .menu-close {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  pointer: cursor;
}

.mobile-menu-drawer ul.main-mobile-menu-text {
  width: 100%;
  float: left;
  padding-top: 40px;
}

.mobile-menu-drawer ul.main-mobile-menu-text li {
  width: 100%;
  margin-bottom: 13px;
}

.mobile-menu-drawer ul.main-mobile-menu-text li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  padding: 5px;
  text-decoration: none;
}

.mobile-menu-drawer ul.main-mobile-menu-text ul {
  background-color: #352049;
  padding: 20px 0;
  display: none;
}

.mobile-menu-drawer ul.secondary-mobile-menu-text {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-menu-drawer ul.secondary-mobile-menu-text li {
  width: 100%;
  margin-bottom: 10px;
}

.mobile-menu-drawer ul.secondary-mobile-menu-text li a {
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav {
  float: left;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  display: none;
}

#header {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  z-index: 9999;
  background-color: #5b3b75;
  /*.mobile-menu {
    display: block;
    @include span-columns(3 of 24);
    @include shift(11);
    text-align: right;
    padding: 30px 0;

    @include media($phablet) {
      @include shift(8);
    }

    @include media($tablet) {
      display: none;
    }

    a {
      color: $white;
    }
  }*/
}

#header:last-child {
  margin-right: 0;
}

#header .mobile-logo {
  display: block;
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 22.2503800098%;
  margin-left: 7.774961999%;
  position: relative;
  top: 22px;
  z-index: 100000;
}

#header .mobile-logo:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  #header .mobile-logo {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 14.4754180108%;
  }

  #header .mobile-logo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  #header .mobile-logo {
    display: none;
  }
}

#header .mobile-logo img {
  width: 100px;
}

@media screen and (min-width: 768px) {
  #header .mobile-logo img {
    width: 180px;
  }
}

#header .top-nav {
  display: none;
}

@media screen and (min-width: 1024px) {
  #header .top-nav {
    display: block;
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 83.1391514332%;
    margin-left: 4.2152121417%;
    padding: 30px 0;
  }

  #header .top-nav:last-child {
    margin-right: 0;
  }
}

#header .top-nav ul.top-menu-text {
  width: auto;
  float: left;
}

#header .top-nav ul.top-menu-text li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

#header .top-nav ul.top-menu-text li a {
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

#header .top-nav ul.top-menu-text li a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  opacity: .8;
}

#header .search-global {
  display: none;
}

@media screen and (min-width: 1024px) {
  #header .search-global {
    display: block;
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 7.2653328825%;
    text-align: right;
    padding: 30px 0;
  }

  #header .search-global:last-child {
    margin-right: 0;
  }
}

#header .mobile-menu {
  display: block;
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 11.4805450242%;
  margin-left: 46.3673335588%;
  text-align: right;
  padding: 30px 0;
  z-index: 9998;
  position: relative;
  color: #fff;
}

#header .mobile-menu:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  #header .mobile-menu {
    margin-left: 46.6497719941%;
  }
}

@media screen and (min-width: 1024px) {
  #header .mobile-menu {
    display: none;
  }
}

#header .mobile-menu .menu-burger {
  display: block;
  pointer: cursor;
}

#header .mobile-menu .menu-close {
  display: none;
}

#header .mobile-menu.active .menu-burger {
  display: none;
}

#header .mobile-menu.active .menu-close {
  display: block;
  z-index: 99999999999999;
}

.wine-background {
  background: url("../img/dropdown-wine-bg.jpg");
  background-repeat: no-repeat;
  background-size: 506px;
  width: 506px;
  padding: 130px 60px 170px 60px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.beer-background {
  background: url("../img/dropdown-beer-bg.jpg");
  background-repeat: no-repeat;
  background-size: 506px;
  width: 506px;
  padding: 130px 60px 170px 60px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.spirit-background {
  background: url("../img/dropdown-spirit-bg.jpg");
  background-repeat: no-repeat;
  background-size: 506px;
  width: 506px;
  padding: 130px 60px 170px 60px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.sake-background {
  background: url("../img/dropdown-sake-bg.jpg");
  background-repeat: no-repeat;
  background-size: 506px;
  width: 506px;
  padding: 130px 60px 170px 60px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.about-background {
  background: url("https://www.regalwine.com/wp-content/themes/socialbase/_/img/dropdown-about-bg.jpg");
  background-repeat: no-repeat;
  background-size: 506px;
  width: 506px;
  padding: 130px 60px 170px 60px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  left: auto !important;
  right: -550px;
}

.about-background.active {
  right: 0px;
  left: auto !important;
}

.nav-dropdown {
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  left: -550px;
  z-index: 999998;
}

@media screen and (min-width: 1024px) {
  .nav-dropdown {
    position: absolute;
    top: 120px;
    display: block;
  }
}

.nav-dropdown.active {
  visibility: visible;
  left: 0px;
  z-index: 999999;
}

.nav-dropdown .nav-dropdown-icon {
  margin-bottom: 50px;
}

.nav-dropdown .nav-dropdown-icon img {
  width: 55px;
}

.nav-dropdown .nav-dropdown-links ul {
  width: auto;
  float: left;
}

.nav-dropdown .nav-dropdown-links ul li {
  text-align: left;
  margin-bottom: 25px;
}

.nav-dropdown .nav-dropdown-links ul li a {
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-dropdown .nav-dropdown-links ul li a:hover {
  color: #c4bbbb;
}

.nav-dropdown .nav-dropdown-links ul li a:active {
  color: #aca0a0;
}

.sticky-search {
  display: none;
}

.secondary-header-background {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  background-color: #5b3b75;
  margin-top: 0 !important;
  height: 200px;
  margin-bottom: 80px;
}

.secondary-header-background:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .secondary-header-background {
    height: 450px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .secondary-header-background {
    height: 450px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1281px) {
  .secondary-header-background {
    height: 580px;
  }
}

.secondary-header-background .secondary-header-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: relative;
  background-color: #352049;
  /*@include media($tablet) {
  	@include span-columns(22 of 26);
  	@include shift(2);
  }*/
}

.secondary-header-background .secondary-header-wrapper:last-child {
  margin-right: 0;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img {
  width: 100%;
  min-height: 250px;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #352049;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img {
    height: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img {
    height: 500px;
  }
}

@media screen and (min-width: 1281px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img {
    height: 640px;
  }
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper {
  float: left;
  display: block;
  margin-right: 1.2723564479%;
  width: 90.7934221411%;
  margin-left: 4.6032889295%;
  padding-top: 60px;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper:last-child {
  margin-right: 0;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links {
  display: none;
}

@media screen and (min-width: 768px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links {
    display: block;
  }
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul {
  width: auto;
  float: left;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul li {
  display: inline-block;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul li a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul li a:hover {
  opacity: .8;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-left {
  display: none;
}

@media screen and (min-width: 1024px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-left {
    display: block;
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 34.0891061581%;
    float: left;
    text-align: left;
  }

  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-left:last-child {
    margin-right: 0;
  }
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-left li {
  margin-right: 20px;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-right {
  display: none;
}

@media screen and (min-width: 1024px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-right {
    display: block;
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 34.0891061581%;
    float: right;
    text-align: right;
  }

  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-right:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-right li {
    margin-left: 36px;
  }
}

@media screen and (min-width: 1281px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .primary-links ul.primary-links-right li {
    margin-left: 40px;
  }
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo {
  display: none;
}

@media screen and (min-width: 1024px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo {
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 29.019037401%;
    text-align: center;
  }

  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo {
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 29.019037401%;
  }

  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1441px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo {
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 29.019037401%;
  }

  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2000px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo {
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 29.019037401%;
  }

  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo img {
    width: 200px;
    height: 100px;
  }
}

@media screen and (min-width: 1281px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-nav-wrapper .logo img {
    width: 240px;
    height: 120px;
  }
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content {
  float: left;
  display: block;
  margin-right: 1.2723564479%;
  width: 81.5868442822%;
  margin-left: 9.2065778589%;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content {
    padding-top: 91px;
  }
}

@media screen and (min-width: 1024px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 63.1736885644%;
    margin-left: 18.4131557178%;
    padding-top: 50px;
  }

  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 63.1736885644%;
    margin-left: 18.4131557178%;
    padding-top: 100px;
  }

  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content:last-child {
    margin-right: 0;
  }
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h1, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h3, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .form-section-heading, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .gform_confirmation_wrapper, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content p, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .employee-bottom .employee-right a, .employee-bottom .employee-right .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content a {
  color: #fff;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h1 {
  line-height: 1;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h3.top, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .top.form-section-heading, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .top.gform_confirmation_wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h3, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .form-section-heading, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .gform_confirmation_wrapper {
  padding: 10px 0 20px;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h3 a, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .form-section-heading a, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .gform_confirmation_wrapper a {
  color: #fff;
  text-decoration: none;
}

.secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h3 a:hover, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .form-section-heading a:hover, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .gform_confirmation_wrapper a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h3, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .form-section-heading, .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content .gform_confirmation_wrapper {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.content-container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.content-container::after {
  clear: both;
  content: "";
  display: table;
}

.content-container:first-of-type {
  margin-top: 70px;
}

@media screen and (min-width: 1024px) {
  .content-container:first-of-type {
    margin-top: 0;
  }
}

.padding-top {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .padding-top {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .padding-top {
    padding-top: 80px;
  }
}

.padding-bottom {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .padding-bottom {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1281px) {
  .padding-bottom {
    padding-bottom: 80px;
  }
}

.white {
  color: #fff;
}

.purple {
  color: #5b3b75;
}

.button {
  color: #5b3b75;
  border-bottom: 3px solid #b498cb;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (min-width: 1024px) {
  .button {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.purple-button, .gform_wrapper input[type="submit"] {
  color: #fff !important;
  background-color: #5b3b75;
  padding: 20px 40px;
  font-size: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal !important;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .purple-button, .gform_wrapper input[type="submit"] {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.offering-icon {
  color: #afafaf;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-size: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .offering-icon {
    text-align: left;
  }
}

.offering-icon .offering-icon-circle {
  height: 22px;
  width: 40px;
  border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  -webkit-border-radius: 0 0 40px 40px;
  background: #c99595;
}

@media screen and (min-width: 1024px) {
  .offering-icon .offering-icon-circle {
    margin-right: 15px;
    float: left;
  }
}

.offering-icon .offering-icon-style {
  color: #8e8e8e;
  text-align: center;
  float: left;
  margin-top: 7px;
}

.offering-icon .offering-icon-style a {
  color: #8e8e8e !important;
}

.feature {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  background-color: #5b3b75;
  height: auto;
  background-image: url("../img/feature-background-image.jpg");
  background-position: bottom center;
  background-size: contain;
}

.feature:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .feature {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .feature.no-gap {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1281px) {
  .feature.no-gap {
    padding-bottom: 0px;
  }
}

.feature .feature-slider-wrapper {
  float: left;
  width: 100%;
  position: relative;
  transform: translateY(-50px);
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider-wrapper {
    height: 650px;
  }
}

.feature .feature-slider-wrapper.slide-2 .feature-slider:nth-child(1) {
  transform: translateX(-90%);
}

.feature .feature-slider-wrapper.slide-2 .feature-slider:nth-child(2) {
  transform: translateX(0%);
}

.feature .feature-slider-wrapper.slide-2 .feature-slider:nth-child(3) {
  transform: translateX(90%);
}

.feature .feature-slider {
  position: absolute;
  top: 0;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider {
    position: absolute;
  }
}

.feature .feature-slider:nth-child(1) {
  transform: translateX(0%);
}

.feature .feature-slider:nth-child(2) {
  display: inline-block;
  transform: translateX(90%);
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider:nth-child(2) {
    transform: translateX(90%);
    margin-top: 0px;
    display: block;
  }
}

.feature .feature-slider:nth-child(3) {
  display: inline-block;
  transform: translateX(180%);
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider:nth-child(3) {
    transform: translateX(180%);
    margin-top: 0px;
    display: block;
  }
}

.feature .feature-slider .feature-slider-block {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 83.1391514332%;
  margin-left: 8.4304242834%;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative;
}

.feature .feature-slider .feature-slider-block:last-child {
  margin-right: 0;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-arrows {
  width: 100%;
  padding: 15px 10% 0;
  float: left;
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-arrows {
    width: 40%;
    left: 2.5%;
    position: absolute;
    padding: 0;
    bottom: 15px;
    padding-bottom: 0;
    float: none;
    padding-top: 0;
    z-index: 999;
  }
}

.feature .feature-slider .feature-slider-block .feature-slider-block-arrows .feature-slider-block-arrows {
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-arrows .feature-slider-block-arrows img {
  width: 32px;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-arrows .feature-slider-block-arrows .slider-block-arrows-left {
  float: left;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-arrows .feature-slider-block-arrows .slider-block-arrows-right {
  float: right;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-arrows .feature-slider-block-dots {
  text-align: right;
  width: 50%;
  float: right;
  margin-top: 10px;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-left {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 40px 20px 20px 20px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left {
    padding: 50px 40px 20px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left {
    width: 45%;
    padding: 50px 50px 30px 40px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1281px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left {
    width: 45%;
    padding: 50px 60px 40px 50px;
  }
}

.feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content {
  width: 100%;
  text-align: center;
  float: left;
}

@media screen and (min-width: 768px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content {
    text-align: left;
  }
}

@media screen and (min-width: 1281px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content {
    text-align: left;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1441px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content {
    text-align: left;
    padding-bottom: 70px;
  }
}

.feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content h3, .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .form-section-heading, .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .gform_confirmation_wrapper {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 0 20px;
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content h3, .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .form-section-heading, .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .gform_confirmation_wrapper {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 8px 0 40px;
  }
}

.feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content h6, .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content button, .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .pagination .facetwp-counts, .pagination .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .facetwp-counts, .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .search-categories a, .search-categories .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content a, .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content .gfield_label {
  color: #5b3b75;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content span {
  float: left;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content span {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1281px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content span {
    display: inline-block;
    margin-right: 20px;
  }
}

.feature .feature-slider .feature-slider-block .feature-slider-block-left .feature-slider-block-left-content span a {
  letter-spacing: 2px;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-right, .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs {
  float: left;
  width: 100%;
  height: 300px;
  background-image: url("../img/placeholder-seal.png");
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-right, .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs {
    width: 55%;
    height: 600px;
  }
}

.feature .feature-slider .feature-slider-block .feature-slider-block-right-specs {
  background-color: #352049;
  background-image: none;
  color: #fff;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content {
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}

@media screen and (min-width: 1024px) {
  .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content {
    padding: 100px 130px;
  }
}

.feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span h6, .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span button, .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span .pagination .facetwp-counts, .pagination .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span .facetwp-counts, .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span .search-categories a, .search-categories .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span a, .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content span .gfield_label {
  color: #c4bbbb;
}

.feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content p, .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content .employee-bottom .employee-right a, .employee-bottom .employee-right .feature .feature-slider .feature-slider-block .feature-slider-block-right-specs .feature-slider-block-right-specs-content a {
  float: left;
  padding-top: 50px;
}

.feature .offerings {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 83.1391514332%;
  margin-left: 8.4304242834%;
  background-color: #fff;
  padding-bottom: 52;
  margin-bottom: 100px;
  margin-top: 30px;
  padding-top: 54px;
}

.feature .offerings:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .feature .offerings {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .feature .offerings {
    margin-top: 0;
  }
}

.feature .offerings h2 {
  color: #5b3b75;
  padding-bottom: 40px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .feature .offerings h2 {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 0 80px 0;
  }
}

@media screen and (min-width: 1281px) {
  .feature .offerings h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.feature .offerings a {
  color: #8e8e8e;
}

.feature .offerings .offerings-item {
  float: left;
  display: block;
  margin-right: 1.4013751414%;
  width: 89.8598624859%;
  margin-left: 5.0700687571%;
  margin-bottom: 50px;
}

.feature .offerings .offerings-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .feature .offerings .offerings-item {
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 39.1591749152%;
  }

  .feature .offerings .offerings-item:last-child {
    margin-right: 0;
  }
}

.feature .offerings .offerings-item:hover .offerings-item-img {
  transform: scale(1.1);
}

.feature .offerings .offerings-item:hover .offerings-item-content h3, .feature .offerings .offerings-item:hover .offerings-item-content .form-section-heading, .feature .offerings .offerings-item:hover .offerings-item-content .gform_confirmation_wrapper {
  color: #5b3b75;
}

.feature .offerings .offerings-item .offerings-item-img {
  float: left;
  display: block;
  margin-right: 1.5595117805%;
  width: 77.4312196043%;
  margin-left: 11.2843901978%;
  padding-bottom: 10px;
  text-align: center;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.feature .offerings .offerings-item .offerings-item-img:last-child {
  margin-right: 0;
}

.feature .offerings .offerings-item .offerings-item-img img {
  max-height: 100%;
  height: 200px;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .feature .offerings .offerings-item .offerings-item-img {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 22.3160022949%;
    margin-left: 0%;
    padding-bottom: 0;
    text-align: left;
  }

  .feature .offerings .offerings-item .offerings-item-img:last-child {
    margin-right: 0;
  }
}

.feature .offerings .offerings-item .offerings-item-content {
  float: left;
  display: block;
  margin-right: 1.5595117805%;
  width: 88.7156098022%;
  margin-left: 5.6421950989%;
  text-align: center;
}

.feature .offerings .offerings-item .offerings-item-content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .feature .offerings .offerings-item .offerings-item-content {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 74.1053340983%;
    margin-left: 0%;
    text-align: left;
    padding-left: 30px;
    margin-top: 20px;
  }

  .feature .offerings .offerings-item .offerings-item-content:last-child {
    margin-right: 0;
  }
}

.feature .offerings .offerings-item .offerings-item-content h3, .feature .offerings .offerings-item .offerings-item-content .form-section-heading, .feature .offerings .offerings-item .offerings-item-content .gform_confirmation_wrapper {
  color: #2b2b2b;
}

.feature .offerings .offerings-item .offerings-item-content h6, .feature .offerings .offerings-item .offerings-item-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .feature .offerings .offerings-item .offerings-item-content button, .feature .offerings .offerings-item .offerings-item-content .pagination .facetwp-counts, .pagination .feature .offerings .offerings-item .offerings-item-content .facetwp-counts, .feature .offerings .offerings-item .offerings-item-content .search-categories a, .search-categories .feature .offerings .offerings-item .offerings-item-content a, .feature .offerings .offerings-item .offerings-item-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .feature .offerings .offerings-item .offerings-item-content .gfield_label {
  color: #afafaf;
  letter-spacing: 1px;
  padding: 5px 0 10px;
}

@media screen and (min-width: 1024px) {
  .feature .offerings .offerings-item .offerings-item-content h6, .feature .offerings .offerings-item .offerings-item-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .feature .offerings .offerings-item .offerings-item-content button, .feature .offerings .offerings-item .offerings-item-content .pagination .facetwp-counts, .pagination .feature .offerings .offerings-item .offerings-item-content .facetwp-counts, .feature .offerings .offerings-item .offerings-item-content .search-categories a, .search-categories .feature .offerings .offerings-item .offerings-item-content a, .feature .offerings .offerings-item .offerings-item-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .feature .offerings .offerings-item .offerings-item-content .gfield_label {
    padding-bottom: 25px;
  }
}

.feature .feature-quote {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 83.1391514332%;
  margin-left: 8.4304242834%;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-top: -100px;
}

.feature .feature-quote:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .feature .feature-quote {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 57.8478785829%;
    margin-left: 21.0760607085%;
    padding: 50px 0;
  }

  .feature .feature-quote:last-child {
    margin-right: 0;
  }
}

.feature .feature-quote h6, .feature .feature-quote .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .feature .feature-quote button, .feature .feature-quote .pagination .facetwp-counts, .pagination .feature .feature-quote .facetwp-counts, .feature .feature-quote .search-categories a, .search-categories .feature .feature-quote a, .feature .feature-quote .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .feature .feature-quote .gfield_label {
  letter-spacing: 4px;
  color: #aca0a0;
  padding-top: 20px;
}

.additional {
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 150px;
}

.additional-information {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 80px;
}

@media screen and (min-width: 1024px) {
  .additional-information {
    width: 49%;
    margin-right: 1%;
  }
}

.additional-gallery {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .additional-gallery {
    width: 49%;
    margin-left: 1%;
  }
}

.single-wine .additional-gallery, .single-beer .additional-gallery, .single-spirits .additional-gallery, .single-sake .additional-gallery {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.additional-gallery img {
  width: 100%;
  float: left;
}

.additional-gallery-item {
  background-size: contain;
  background-color: #fff;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.feature-news {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 80px;
  margin-bottom: 8rem;
}

.feature-news:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .feature-news {
    top: 2rem;
  }
}

@media screen and (min-width: 1281px) {
  .feature-news.no-gap {
    top: -500px;
    height: 0px;
  }
}

.feature-news .feature-news-title {
  width: 100%;
  text-align: center;
}

.feature-news .feature-news-title a.button {
  border-bottom: none !important;
}

@media screen and (min-width: 1024px) {
  .feature-news .feature-news-title a.button {
    margin-bottom: 0;
    text-align: left;
  }
}

.feature-news .feature-news-wrapper {
  margin-top: 2rem;
}

.feature-news .feature-news-wrapper .owl-stage {
  display: flex;
}

.feature-news .feature-news-wrapper .owl-stage .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
  z-index: 100;
  display: flex;
  justify-content: center;
}

.feature-news .feature-news-wrapper .owl-stage .owl-item .feature-news-slider {
  justify-content: center;
  display: flex;
}

.feature-news .feature-news-wrapper .owl-stage .owl-item .feature-news-post {
  width: 400px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.feature-news .feature-news-wrapper .owl-nav {
  display: none;
  width: 94%;
  margin-left: 4rem;
}

@media screen and (max-width: 764px) {
  .feature-news .feature-news-wrapper .owl-nav .owl-next {
    right: 40px;
  }

  .feature-news .feature-news-wrapper .owl-nav .owl-prev {
    left: -50px;
  }
}

.feature-news .feature-news-slider .feature-news-post {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 0 0 35px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  height: auto;
  margin-bottom: 40px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.feature-news .feature-news-slider .feature-news-post > a {
  float: left;
  width: 100%;
  height: 100%;
}

.feature-news .feature-news-slider .feature-news-post:hover {
  transform: scale(1.1);
  z-index: 10;
}

.feature-news .feature-news-slider .feature-news-post:hover .feature-news-post-content .arrow {
  margin-right: -20px;
}

@media screen and (min-width: 1024px) {
  .feature-news .feature-news-slider .feature-news-post {
    margin-bottom: 0;
  }
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-icon {
  position: absolute;
  top: 15rem;
  right: 2rem;
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-icon img {
  max-width: 35px;
}

@media screen and (min-width: 1024px) {
  .feature-news .feature-news-slider .feature-news-post .feature-news-post-icon img {
    max-width: 35px;
  }
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-content {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 87.0526670492%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-content:last-child {
  margin-right: 0;
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-content h6, .feature-news .feature-news-slider .feature-news-post .feature-news-post-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .feature-news .feature-news-slider .feature-news-post .feature-news-post-content button, .feature-news .feature-news-slider .feature-news-post .feature-news-post-content .pagination .facetwp-counts, .pagination .feature-news .feature-news-slider .feature-news-post .feature-news-post-content .facetwp-counts, .feature-news .feature-news-slider .feature-news-post .feature-news-post-content .search-categories a, .search-categories .feature-news .feature-news-slider .feature-news-post .feature-news-post-content a, .feature-news .feature-news-slider .feature-news-post .feature-news-post-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .feature-news .feature-news-slider .feature-news-post .feature-news-post-content .gfield_label {
  color: #b498cb !important;
  padding-bottom: 5px;
  width: 100%;
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-content h3, .feature-news .feature-news-slider .feature-news-post .feature-news-post-content .form-section-heading, .feature-news .feature-news-slider .feature-news-post .feature-news-post-content .gform_confirmation_wrapper {
  letter-spacing: 0px;
  color: #5b3b75;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-content .arrow {
  margin-top: 3rem;
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-content a {
  margin-top: 30px;
  float: left;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.feature-news .feature-news-slider .feature-news-post .feature-news-post-content a img {
  width: 70px;
}

.feature-news-multiple {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  height: auto;
  position: relative;
  background-image: url("../img/line-paper.png");
}

.feature-news-multiple .feature-news-wrapper .owl-stage {
  display: flex;
}

.feature-news-multiple .feature-news-wrapper .owl-stage .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
  z-index: 100;
  display: flex;
  justify-content: center;
}

.feature-news-multiple:last-child {
  margin-right: 0;
}

.feature-news-multiple .feature-news-title {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  padding-top: 80px;
  color: #5b3b75;
}

.feature-news-multiple .feature-news-title:last-child {
  margin-right: 0;
}

.feature-news-multiple .feature-news-title a.button {
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .feature-news-multiple .feature-news-title a.button {
    margin-bottom: 0;
    text-align: left;
  }
}

.feature-news-multiple .feature-news-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  position: relative;
  margin-bottom: 20px;
}

.feature-news-multiple .feature-news-wrapper:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .feature-news-multiple .feature-news-wrapper {
    margin-bottom: 42px;
  }
}

.feature-news-multiple .feature-news-slider {
  float: left;
  width: 90%;
  margin: 0 5% 40px 2.5%;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .feature-news-multiple .feature-news-slider {
    width: 100%;
  }
}

.feature-news-multiple .feature-news-slider:nth-child(2n+1) {
  clear: left;
  margin: 0 2.5% 40px 5%;
}

.feature-news-multiple .feature-news-slider .feature-news-post {
  float: left;
  width: 400px;
  position: relative;
  background-color: #fff;
  padding: 0 0 35px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .feature-news-multiple .feature-news-slider .feature-news-post {
    height: auto;
  }
}

.feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-icon {
  position: absolute;
  bottom: 25px;
  right: 10px;
}

.feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-icon img {
  max-width: 25px;
}

@media screen and (min-width: 1024px) {
  .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-icon img {
    max-width: 25px;
  }
}

.feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 87.0526670492%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 50px;
}

.feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content:last-child {
  margin-right: 0;
}

.feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content h6, .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content button, .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content .pagination .facetwp-counts, .pagination .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content .facetwp-counts, .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content .search-categories a, .search-categories .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content a, .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content .gfield_label {
  color: #b498cb;
  padding-bottom: 5px;
}

.feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content h3, .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content .form-section-heading, .feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content .gform_confirmation_wrapper {
  letter-spacing: 0px;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
}

.feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content a {
  margin-top: 30px;
  float: left;
}

.feature-news-multiple .feature-news-slider .feature-news-post .feature-news-post-content a img {
  width: 70px;
}

.social-media-section {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  padding: 70px 0 70px;
  text-align: center;
}

.social-media-section:last-child {
  margin-right: 0;
}

.social-media-section .social-media-left {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding-bottom: 60px;
}

.social-media-section .social-media-left:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .social-media-section .social-media-left {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 33.9128230083%;
    margin-left: 7.774961999%;
    padding-bottom: 0;
  }

  .social-media-section .social-media-left:last-child {
    margin-right: 0;
  }
}

.social-media-section .social-media-left img.social-icon-img {
  width: 37px;
}

.social-media-section .social-media-left .social-media-grid {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 100%;
  padding-top: 30px;
}

.social-media-section .social-media-left .social-media-grid:last-child {
  margin-right: 0;
}

.social-media-section .social-media-left .social-media-grid .social-media-grid-item {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 31.2210428741%;
  margin-right: 0;
  margin: 13px 0 0 7px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
}

.social-media-section .social-media-left .social-media-grid .social-media-grid-item:last-child {
  margin-right: 0;
}

.social-media-section .social-media-left .social-media-grid .social-media-grid-item img {
  width: 150px;
}

.social-media-section .social-media-line {
  display: none;
}

@media screen and (min-width: 1024px) {
  .social-media-section .social-media-line {
    display: block;
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 2.8129750122%;
    margin-left: 3.8874809995%;
    background-image: url("../img/line-vertical.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 413px;
  }

  .social-media-section .social-media-line:last-child {
    margin-right: 0;
  }
}

.social-media-section .social-media-right {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
}

.social-media-section .social-media-right:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .social-media-section .social-media-right {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 36.7718178744%;
  }

  .social-media-section .social-media-right:last-child {
    margin-right: 0;
  }
}

.social-media-section .social-media-right img {
  width: 37px;
  margin-bottom: 20px;
}

.social-media-section .social-media-right .social-media-right-item {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.social-media-section .social-media-right .social-media-right-item:last-child {
  margin-right: 0;
}

.side-bar {
  position: absolute;
  top: 200px;
  left: -410px;
  width: 340px !important;
}

.side-bar.open {
  left: 0px;
}

.side-bar-filters-tab {
  position: absolute;
  right: -260px;
  top: 0;
  height: 60px;
  width: 200px;
  text-align: center;
  background-color: #352049;
  transform: rotate(90deg);
  transform-origin: 0% 0%;
  padding-top: 22px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.side-bar-filters-tab h5 {
  font-weight: 700 !important;
  letter-spacing: 3px !important;
}

.back-to-filters {
  position: fixed;
  top: 150px;
  display: none;
}

.back-to-filters a {
  color: #5b3b75;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}

.back-to-filters a:hover {
  text-decoration: underline;
}

.back-to-filters.active {
  display: none;
}

@media screen and (min-width: 1024px) {
  .back-to-filters.active {
    display: block;
  }
}

.side-bar-filter {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.side-bar-filter.open .side-bar-filter-options {
  display: block;
}

.side-bar-filter.open .side-bar-filter-title {
  background-image: url("../img/filter-.svg");
  background-position: top right;
  background-repeat: no-repeat;
}

.side-bar-filter-title {
  width: 100%;
  background-image: url("../img/filter+.svg");
  background-position: top right;
  background-repeat: no-repeat;
}

.side-bar-filter-options {
  display: none;
}

.side-bar-reset {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.side-bar-reset button {
  color: #5b3b75;
}

@media screen and (min-width: 1024px) {
  .side-bar-reset button {
    color: #5b3b75;
  }
}

.facetwp-facet {
  margin-top: 10px;
  margin-bottom: 0px !important;
}

.facetwp-template {
  float: left;
  width: 100%;
}

.fwp-load-more,
.facetwp-load-more {
  clear: both;
  padding: 20px;
  border: none;
  background-color: #352049;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.facetwp-facet-load_more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.facetwp-pager {
  display: none;
}

.facetwp-template {
  float: left;
  width: 100%;
}

.facetwp-facet-alcohol_by_volume input {
  margin-right: 10px;
  margin-bottom: 8px;
  float: left;
  width: 50px;
}

.facetwp-facet-alcohol_by_volume label {
  padding-right: 5px;
  float: left;
}

.facetwp-facet-alcohol_by_volume .facetwp-submit {
  border-radius: none;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  border: none;
}

.filter-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  position: relative;
}

.filter-wrapper:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .filter-wrapper {
    padding: 60px 0 60px 0;
  }
}

@media screen and (min-width: 1024px) {
  .filter-wrapper {
    padding: 150px 0 90px 0;
  }
}

@media screen and (min-width: 1281px) {
  .filter-wrapper {
    padding: 200px 0 150px 0;
  }
}

.filter-wrapper .side-bar-toggle {
  display: block;
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  text-align: center;
  padding-bottom: 40px;
}

.filter-wrapper .side-bar-toggle:last-child {
  margin-right: 0;
}

.filter-wrapper .side-bar-toggle a {
  color: #5b3b75;
  border-bottom: 3px solid #5b3b75;
}

@media screen and (min-width: 768px) {
  .filter-wrapper .side-bar-toggle {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-wrapper .side-bar-toggle {
    display: none;
  }
}

.filter-wrapper .side-bar {
  background-color: #352049;
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 40px 0;
  display: none;
  width: 400px;
  opacity: .9;
}

.filter-wrapper .side-bar:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .filter-wrapper .side-bar {
    display: block;
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 22.2503800098%;
    position: absolute;
    z-index: 10000;
    padding: 60px 0;
  }

  .filter-wrapper .side-bar:last-child {
    margin-right: 0;
  }
}

.filter-wrapper .side-bar h6, .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .pagination .facetwp-counts, .pagination .filter-wrapper .side-bar .facetwp-counts, .filter-wrapper .side-bar .search-categories a, .search-categories .filter-wrapper .side-bar a, .filter-wrapper .side-bar .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .filter-wrapper .side-bar .gfield_label {
  letter-spacing: 1px;
}

.filter-wrapper .side-bar .side-bar-search {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 65.0569473618%;
  margin-left: 17.4715263191%;
  margin-bottom: 40px;
}

.filter-wrapper .side-bar .side-bar-search:last-child {
  margin-right: 0;
}

.filter-wrapper .side-bar .side-bar-search h6, .filter-wrapper .side-bar .side-bar-search .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .side-bar-search button, .filter-wrapper .side-bar .side-bar-search .pagination .facetwp-counts, .pagination .filter-wrapper .side-bar .side-bar-search .facetwp-counts, .filter-wrapper .side-bar .side-bar-search .search-categories a, .search-categories .filter-wrapper .side-bar .side-bar-search a, .filter-wrapper .side-bar .side-bar-search .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .filter-wrapper .side-bar .side-bar-search .gfield_label {
  padding-bottom: 15px;
}

.filter-wrapper .side-bar .side-bar-search .side-bar-search-field {
  background-color: #fff;
  color: #8e8e8e;
  width: 100%;
  float: left;
  padding: 7px 10px;
}

.filter-wrapper .side-bar .side-bar-filters {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 65.0569473618%;
  margin-left: 17.4715263191%;
}

.filter-wrapper .side-bar .side-bar-filters:last-child {
  margin-right: 0;
}

.filter-wrapper .side-bar .side-bar-filters ul {
  line-height: 2.6;
}

.filter-wrapper .side-bar .side-bar-filters .facetwp-facet, .filter-wrapper .side-bar .side-bar-filters .facetwp-checkbox {
  font-size: 11px;
  font-size: 1.1rem;
}

.filter-wrapper .side-bar .side-bar-filters button {
  border: none;
  letter-spacing: 1px !important;
  color: #c4bbbb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.filter-wrapper .filter-sidebar {
  float: left;
  width: 100%;
  margin-right: 3%;
  background-color: #352049;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .filter-wrapper .filter-sidebar {
    width: 22%;
    margin-bottom: 0;
  }
}

.filter-wrapper .three-column-grid-wrapper {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .filter-wrapper .three-column-grid-wrapper {
    width: 75%;
  }
}

.filter-wrapper .three-column-grid {
  float: left;
  width: 100%;
}

.filter-wrapper .three-column-grid .image-grid {
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px) {
  .filter-wrapper .three-column-grid .image-grid {
    min-height: 300px;
    margin-bottom: 80px;
  }
}

.filter-wrapper .three-column-grid .text-grid {
  min-height: 150px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 170px;
  margin-bottom: 69px;
  position: relative;
}

.filter-wrapper .three-column-grid .three-column-grid-item {
  float: left;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .filter-wrapper .three-column-grid .three-column-grid-item {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-wrapper .three-column-grid .three-column-grid-item {
    float: left;
    width: 30.3333%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

.filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-img {
  transform: scale(1.1);
}

.filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title h3, .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title .form-section-heading, .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title .gform_confirmation_wrapper, .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title h6, .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title button, .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title .pagination .facetwp-counts, .pagination .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title .facetwp-counts, .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title .search-categories a, .search-categories .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title a, .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .filter-wrapper .three-column-grid .three-column-grid-item:hover .three-column-grid-item-title .gfield_label {
  color: #5b3b75;
}

.filter-wrapper .three-column-grid .three-column-grid-item a {
  float: left;
  width: 100%;
  height: 100%;
}

.filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-img {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-img img {
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0 0;
}

.filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title {
  width: 100%;
  float: left;
  padding: 20px 30px;
}

.filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title h3, .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title .form-section-heading, .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title .gform_confirmation_wrapper {
  color: #2b2b2b;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title h6, .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .three-column-grid .three-column-grid-item .three-column-grid-item-title button, .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title .pagination .facetwp-counts, .pagination .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title .facetwp-counts, .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title .search-categories a, .search-categories .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title a, .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title .gfield_label {
  color: #8e8e8e;
  letter-spacing: 1px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.filter-wrapper .three-column-grid .three-column-grid-item .three-column-grid-item-title a {
  color: #5b3b75;
}

.pagination {
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0 80px 0;
}

@media screen and (min-width: 1024px) {
  .pagination {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.pagination a {
  margin: 0 5px;
  padding: 5px;
  color: #8e8e8e;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "utopia-std", sans-serif;
  font-style: italic;
}

.pagination a:active {
  color: #5b3b75;
  padding-bottom: 0;
  border-bottom: 4px solid #5b3b75;
}

.pagination a img {
  width: 60px;
}

.pagination .facetwp-counts {
  color: #8e8e8e;
}

.category-facts {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 60px;
}

.category-facts:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .category-facts {
    padding-top: 140px;
    padding-bottom: 105px;
  }
}

@media screen and (min-width: 1281px) {
  .category-facts {
    padding-top: 200px;
  }
}

.category-facts .category-facts-map {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 53.3502280059%;
  margin-left: 23.3248859971%;
  margin-bottom: 40px;
  text-align: center;
}

.category-facts .category-facts-map:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .category-facts .category-facts-map {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 37.8003040078%;
    margin-left: 31.0998479961%;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .category-facts .category-facts-map:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .category-facts .category-facts-map {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 18.3628990103%;
    margin-left: 7.774961999%;
    margin-bottom: 0;
    margin-top: 0;
  }

  .category-facts .category-facts-map:last-child {
    margin-right: 0;
  }
}

.category-facts .category-facts-columns {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  margin-bottom: 35px;
}

.category-facts .category-facts-columns:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .category-facts .category-facts-columns {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 57.2377090054%;
    margin-left: 7.774961999%;
    margin-bottom: 0;
  }

  .category-facts .category-facts-columns:last-child {
    margin-right: 0;
  }
}

.category-facts .category-facts-columns .category-facts-columns-column {
  float: left;
  display: block;
  margin-right: 1.877269384%;
  width: 86.4163640821%;
  margin-left: 6.7918179589%;
  text-align: center;
}

.category-facts .category-facts-columns .category-facts-columns-column:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .category-facts .category-facts-columns .category-facts-columns-column {
    float: left;
    display: block;
    margin-right: 1.877269384%;
    width: 45.6654563285%;
    margin-left: 0%;
    text-align: left;
  }

  .category-facts .category-facts-columns .category-facts-columns-column:last-child {
    margin-right: 0;
  }

  .category-facts .category-facts-columns .category-facts-columns-column:first-child {
    padding-right: 20px;
  }
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .category-facts .category-facts-columns .category-facts-columns-column .column-item {
    padding-bottom: 10px;
  }
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item h6, .category-facts .category-facts-columns .category-facts-columns-column .column-item .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .category-facts .category-facts-columns .category-facts-columns-column .column-item button, .category-facts .category-facts-columns .category-facts-columns-column .column-item .pagination .facetwp-counts, .pagination .category-facts .category-facts-columns .category-facts-columns-column .column-item .facetwp-counts, .category-facts .category-facts-columns .category-facts-columns-column .column-item .search-categories a, .search-categories .category-facts .category-facts-columns .category-facts-columns-column .column-item a, .category-facts .category-facts-columns .category-facts-columns-column .column-item .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .category-facts .category-facts-columns .category-facts-columns-column .column-item .gfield_label {
  color: #5b3b75;
  letter-spacing: 2px;
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item p, .category-facts .category-facts-columns .category-facts-columns-column .column-item .employee-bottom .employee-right a, .employee-bottom .employee-right .category-facts .category-facts-columns .category-facts-columns-column .column-item a {
  line-height: 1.4;
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item .offering-icon {
  margin: 5px 0;
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score {
  float: left;
  width: 32%;
  padding-right: 1%;
  margin-bottom: 30px;
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score p, .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score .employee-bottom .employee-right a, .employee-bottom .employee-right .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score a {
  font-size: 14px;
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score h1 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: .2;
  padding-top: 20px;
  color: #aca0a0;
  margin: 10px 5px 40px;
}

@media screen and (min-width: 1024px) {
  .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1281px) {
  .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score h6, .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score button, .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score .pagination .facetwp-counts, .pagination .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score .facetwp-counts, .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score .search-categories a, .search-categories .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score a, .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score .gfield_label {
  color: #aca0a0;
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score a {
  color: #aca0a0;
}

.category-facts .category-facts-columns .category-facts-columns-column .column-item .column-item-score a:hover {
  color: #c4bbbb;
}

.two-column-grid {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
}

.two-column-grid:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .two-column-grid {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1281px) {
  .two-column-grid {
    padding-top: 200px;
  }
}

.two-column-grid .two-column-grid-item {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.two-column-grid .two-column-grid-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .two-column-grid .two-column-grid-item {
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 100px;
  }
}

.two-column-grid .two-column-grid-item:nth-child(2n+1) {
  clear: left;
}

.two-column-grid .two-column-grid-item:hover {
  transform: scale(1.1);
}

.two-column-grid .two-column-grid-item:hover .news-grid-item-arrow {
  padding-left: 20px;
}

.two-column-grid .two-column-grid-item .news-grid-item-arrow {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.two-column-grid .two-column-grid-item .global-grid-item-content {
  width: 100%;
  padding: 40px 40px 55px 40px;
}

@media screen and (min-width: 768px) {
  .two-column-grid .two-column-grid-item .global-grid-item-content {
    padding: 50px 40px 70px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .two-column-grid .two-column-grid-item .global-grid-item-content {
    padding: 60px 50px 70px 50px;
  }
}

.two-column-grid .two-column-grid-item .global-grid-item-content h3, .two-column-grid .two-column-grid-item .global-grid-item-content .form-section-heading, .two-column-grid .two-column-grid-item .global-grid-item-content .gform_confirmation_wrapper {
  padding-bottom: 10px;
}

.two-column-grid .two-column-grid-item .global-grid-item-content h6, .two-column-grid .two-column-grid-item .global-grid-item-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .two-column-grid .two-column-grid-item .global-grid-item-content button, .two-column-grid .two-column-grid-item .global-grid-item-content .pagination .facetwp-counts, .pagination .two-column-grid .two-column-grid-item .global-grid-item-content .facetwp-counts, .two-column-grid .two-column-grid-item .global-grid-item-content .search-categories a, .search-categories .two-column-grid .two-column-grid-item .global-grid-item-content a, .two-column-grid .two-column-grid-item .global-grid-item-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .two-column-grid .two-column-grid-item .global-grid-item-content .gfield_label {
  color: #8e8e8e;
  line-height: 1.7;
  letter-spacing: 1px;
}

.two-column-grid .two-column-grid-item .global-grid-item-content p, .two-column-grid .two-column-grid-item .global-grid-item-content .employee-bottom .employee-right a, .employee-bottom .employee-right .two-column-grid .two-column-grid-item .global-grid-item-content a {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .two-column-grid .two-column-grid-item .global-grid-item-content p, .two-column-grid .two-column-grid-item .global-grid-item-content .employee-bottom .employee-right a, .employee-bottom .employee-right .two-column-grid .two-column-grid-item .global-grid-item-content a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.two-column-grid .two-column-grid-item .global-grid-item-content a {
  float: left;
}

.two-column-grid .two-column-grid-item .global-grid-item-content a h6.purple-link, .two-column-grid .two-column-grid-item .global-grid-item-content a .filter-wrapper .side-bar .side-bar-filters button.purple-link, .filter-wrapper .side-bar .side-bar-filters .two-column-grid .two-column-grid-item .global-grid-item-content a button.purple-link, .two-column-grid .two-column-grid-item .global-grid-item-content a .pagination .purple-link.facetwp-counts, .pagination .two-column-grid .two-column-grid-item .global-grid-item-content a .purple-link.facetwp-counts, .two-column-grid .two-column-grid-item .global-grid-item-content a .search-categories a.purple-link, .search-categories .two-column-grid .two-column-grid-item .global-grid-item-content a a.purple-link, .two-column-grid .two-column-grid-item .global-grid-item-content a .gform_wrapper .top_label .purple-link.gfield_label, .gform_wrapper .top_label .two-column-grid .two-column-grid-item .global-grid-item-content a .purple-link.gfield_label {
  display: inline-block;
  color: #5b3b75;
  letter-spacing: 2px;
}

.two-column-grid .two-column-grid-item .global-grid-item-content a img {
  width: 60px;
  margin-top: 3px;
}

@media screen and (min-width: 1024px) {
  .page-template-page-drinking .three-column-grid {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1281px) {
  .page-template-page-drinking .three-column-grid {
    padding-top: 200px;
  }
}

.three-column-grid {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
}

.three-column-grid:last-child {
  margin-right: 0;
}

.three-column-grid .three-column-grid-item {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.three-column-grid .three-column-grid-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .three-column-grid .three-column-grid-item {
    float: left;
    width: 28.33%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 100px;
  }
}

.three-column-grid .three-column-grid-item:nth-child(3n+1) {
  clear: left;
}

.three-column-grid .three-column-grid-item:hover {
  transform: scale(1.1);
}

.three-column-grid .three-column-grid-item:hover .news-grid-item-arrow {
  padding-left: 20px;
}

.three-column-grid .three-column-grid-item .news-grid-item-arrow {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.three-column-grid .three-column-grid-item .global-grid-item-content {
  width: 100%;
  padding: 40px 40px 55px 40px;
}

@media screen and (min-width: 768px) {
  .three-column-grid .three-column-grid-item .global-grid-item-content {
    padding: 50px 40px 70px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .three-column-grid .three-column-grid-item .global-grid-item-content {
    padding: 60px 50px 70px 50px;
  }
}

.three-column-grid .three-column-grid-item .global-grid-item-content h3, .three-column-grid .three-column-grid-item .global-grid-item-content .form-section-heading, .three-column-grid .three-column-grid-item .global-grid-item-content .gform_confirmation_wrapper {
  padding-bottom: 10px;
}

.three-column-grid .three-column-grid-item .global-grid-item-content h6, .three-column-grid .three-column-grid-item .global-grid-item-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .three-column-grid .three-column-grid-item .global-grid-item-content button, .three-column-grid .three-column-grid-item .global-grid-item-content .pagination .facetwp-counts, .pagination .three-column-grid .three-column-grid-item .global-grid-item-content .facetwp-counts, .three-column-grid .three-column-grid-item .global-grid-item-content .search-categories a, .search-categories .three-column-grid .three-column-grid-item .global-grid-item-content a, .three-column-grid .three-column-grid-item .global-grid-item-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .three-column-grid .three-column-grid-item .global-grid-item-content .gfield_label {
  color: #8e8e8e;
  line-height: 1.7;
  letter-spacing: 1px;
}

.three-column-grid .three-column-grid-item .global-grid-item-content p, .three-column-grid .three-column-grid-item .global-grid-item-content .employee-bottom .employee-right a, .employee-bottom .employee-right .three-column-grid .three-column-grid-item .global-grid-item-content a {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .three-column-grid .three-column-grid-item .global-grid-item-content p, .three-column-grid .three-column-grid-item .global-grid-item-content .employee-bottom .employee-right a, .employee-bottom .employee-right .three-column-grid .three-column-grid-item .global-grid-item-content a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.three-column-grid .three-column-grid-item .global-grid-item-content a {
  float: left;
}

.three-column-grid .three-column-grid-item .global-grid-item-content a h6.purple-link, .three-column-grid .three-column-grid-item .global-grid-item-content a .filter-wrapper .side-bar .side-bar-filters button.purple-link, .filter-wrapper .side-bar .side-bar-filters .three-column-grid .three-column-grid-item .global-grid-item-content a button.purple-link, .three-column-grid .three-column-grid-item .global-grid-item-content a .pagination .purple-link.facetwp-counts, .pagination .three-column-grid .three-column-grid-item .global-grid-item-content a .purple-link.facetwp-counts, .three-column-grid .three-column-grid-item .global-grid-item-content a .search-categories a.purple-link, .search-categories .three-column-grid .three-column-grid-item .global-grid-item-content a a.purple-link, .three-column-grid .three-column-grid-item .global-grid-item-content a .gform_wrapper .top_label .purple-link.gfield_label, .gform_wrapper .top_label .three-column-grid .three-column-grid-item .global-grid-item-content a .purple-link.gfield_label {
  display: inline-block;
  color: #5b3b75;
  letter-spacing: 2px;
}

.three-column-grid .three-column-grid-item .global-grid-item-content a img {
  width: 60px;
  margin-top: 3px;
}

.page-note {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  background: rgba(196, 187, 187, 0.4);
}

.page-note:last-child {
  margin-right: 0;
}

.page-note .page-note-content {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  text-align: center;
  padding: 40px 0;
}

.page-note .page-note-content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .page-note .page-note-content {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 68.9001520039%;
    margin-left: 15.549923998%;
    padding: auto;
  }

  .page-note .page-note-content:last-child {
    margin-right: 0;
  }
}

.page-note .page-note-content h3, .page-note .page-note-content .form-section-heading, .page-note .page-note-content .gform_confirmation_wrapper {
  padding-bottom: 40px;
}

.content-sides {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.content-sides:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .content-sides {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 84.450076002%;
    margin-left: 7.774961999%;
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .content-sides:last-child {
    margin-right: 0;
  }
}

.content-sides .contact-form {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
  padding: 20px;
  text-align: center;
}

.content-sides .contact-form:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .content-sides .contact-form {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 63.1736885644%;
  }

  .content-sides .contact-form:last-child {
    margin-right: 0;
  }
}

.content-sides .contact-form h6, .content-sides .contact-form .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .content-sides .contact-form button, .content-sides .contact-form .pagination .facetwp-counts, .pagination .content-sides .contact-form .facetwp-counts, .content-sides .contact-form .search-categories a, .search-categories .content-sides .contact-form a, .content-sides .contact-form .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .content-sides .contact-form .gfield_label {
  color: #8e8e8e;
  letter-spacing: 1px;
}

.content-sides .content-left-side {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
}

.content-sides .content-left-side:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .content-sides .content-left-side {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 63.1736885644%;
  }

  .content-sides .content-left-side:last-child {
    margin-right: 0;
  }
}

.content-sides .content-side-bar {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
  margin-top: 40px;
  text-align: center;
}

.content-sides .content-side-bar:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .content-sides .content-side-bar {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 21.7440881993%;
    margin-top: 0;
    text-align: left;
  }

  .content-sides .content-side-bar:last-child {
    margin-right: 0;
  }
}

.content-sides .content-side-bar span {
  width: 100%;
  float: left;
}

.content-sides .content-side-bar span p, .content-sides .content-side-bar span .employee-bottom .employee-right a, .employee-bottom .employee-right .content-sides .content-side-bar span a {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .content-sides .content-side-bar span {
    margin-bottom: 30px;
  }

  .content-sides .content-side-bar span p, .content-sides .content-side-bar span .employee-bottom .employee-right a, .employee-bottom .employee-right .content-sides .content-side-bar span a {
    margin-bottom: auto;
  }
}

.content-sides .content-side-bar span h6, .content-sides .content-side-bar span .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .content-sides .content-side-bar span button, .content-sides .content-side-bar span .pagination .facetwp-counts, .pagination .content-sides .content-side-bar span .facetwp-counts, .content-sides .content-side-bar span .search-categories a, .search-categories .content-sides .content-side-bar span a, .content-sides .content-side-bar span .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .content-sides .content-side-bar span .gfield_label {
  color: #5b3b75;
  padding-bottom: 5px;
  letter-spacing: 2px;
}

.content-sides .content-side-bar p, .content-sides .content-side-bar .employee-bottom .employee-right a, .employee-bottom .employee-right .content-sides .content-side-bar a {
  margin-bottom: 60px;
}

.content-sides .content-side-bar .social-links {
  width: 100%;
  float: left;
}

.content-sides .content-side-bar .social-links h6, .content-sides .content-side-bar .social-links .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .content-sides .content-side-bar .social-links button, .content-sides .content-side-bar .social-links .pagination .facetwp-counts, .pagination .content-sides .content-side-bar .social-links .facetwp-counts, .content-sides .content-side-bar .social-links .search-categories a, .search-categories .content-sides .content-side-bar .social-links a, .content-sides .content-side-bar .social-links .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .content-sides .content-side-bar .social-links .gfield_label {
  color: #5b3b75;
  padding-bottom: 10px;
}

.additional {
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 50px;
  margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
  .additional {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.additional-information {
  float: left;
  width: 47%;
  margin-right: 3%;
  background-color: #fff;
  padding: 80px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.additional-information.max-height {
  max-height: auto;
}

.additional-information .additional-information-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ececec+100&0+0,1+50 */
  background: -moz-linear-gradient(top, rgba(236, 236, 236, 0) 0%, #ececec 50%, #ececec 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(236, 236, 236, 0) 0%, #ececec 50%, #ececec 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(236, 236, 236, 0) 0%, #ececec 50%, #ececec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ececec', endColorstr='#ececec', GradientType=0);
  /* IE6-9 */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 150px 80px 50px;
}

.additional-information .additional-information-gradient a {
  text-decoration: underline;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5b3b75;
}

.additional-information .additional-information-gradient a:hover {
  text-decoration: none;
}

.postid-3086 .additional-information-gradient {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 150px 80px 50px;
  display: block;
}

.additional-information h3, .additional-information .form-section-heading, .additional-information .gform_confirmation_wrapper {
  margin-bottom: 20px;
}

.additional-gallery {
  float: left;
  width: 98%;
  margin-left: 1%;
}

@media screen and (min-width: 1024px) {
  .additional-gallery {
    width: 47%;
    margin-left: 3%;
  }
}

.additional-gallery.hide {
  display: none;
}

.additional-gallery.alone {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}

@media screen and (min-width: 1024px) {
  .additional-gallery.alone {
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
  }
}

.additional-information.hide {
  display: none;
}

.additional-information.alone {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}

@media screen and (min-width: 1024px) {
  .additional-information.alone {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
  }
}

.additional-gallery img {
  width: 100%;
  text-align: center;
}

.additional-gallery-item {
  background-size: contain;
  background-color: #fff;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

.owl-prev {
  position: absolute;
  left: -25px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  text-align: left;
  background-size: 40px 40px !important;
  background-image: url("https://www.regalwine.com/wp-content/themes/socialbase/_/_/img/feature-left-arrow.png") !important;
  text-indent: -999px;
}

.owl-next {
  position: absolute;
  right: -25px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  text-align: right;
  background-size: 40px 40px !important;
  background-image: url("https://www.regalwine.com/wp-content/themes/socialbase/_/_/img/feature-right-arrow.png") !important;
  text-indent: 999px;
}

.owl-dots {
  float: left;
  width: 100%;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 5px;
  opacity: .5;
}

.owl-dot.active {
  opacity: 1;
}

.social-links {
  padding: 12px 0 22px 0;
}

.social-links img {
  max-width: 30px;
  margin-right: 10px;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(91, 59, 117, 0.95);
  z-index: 99999;
  display: none;
}

.search-overlay #search-overlay-close {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.search-overlay #searchform {
  float: left;
  width: 90%;
  margin-left: 5%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .search-overlay #searchform {
    width: 70%;
    margin-left: 15%;
  }
}

.search-overlay #searchform label {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 3px 25px 0 0;
  letter-spacing: 1px;
  line-height: 1.1;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: none;
}

@media screen and (min-width: 768px) {
  .search-overlay #searchform label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.search-overlay #searchform input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.search-overlay #searchform input[type="search"] {
  padding: 0px 0px 10px;
  border: none;
  border-bottom: 3px solid #fff;
  transition: border 0.3s;
  background-color: transparent;
  width: 85%;
  margin-right: 4%;
  color: #fff;
  webkit-appearance: none;
  border-radius: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  -webkit-appearance: none;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1024px) {
  .search-overlay #searchform input[type="search"] {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1281px) {
  .search-overlay #searchform input[type="search"] {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1441px) {
  .search-overlay #searchform input[type="search"] {
    font-size: 50px;
    font-size: 5rem;
  }
}

.search-overlay #searchform input[type="image"] {
  width: 6%;
}

.search-overlay #searchform input[type="search"]:focus,
.search-overlay #searchform input[type="image"]:focus {
  outline: 0;
}

.footer {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  background-color: #352049;
  color: #fff;
  text-align: center;
  padding-top: 6px;
}

.footer:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1281px) {
  .footer {
    text-align: left;
    padding-top: 80px;
    padding-bottom: auto;
  }
}

.footer .footer-mobile-seal {
  display: block;
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  position: relative;
  top: -26px;
  right: -125px;
  z-index: 100;
}

.footer .footer-mobile-seal:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-mobile-seal {
    top: -28px;
    right: -288px;
  }
}

@media screen and (min-width: 1281px) {
  .footer .footer-mobile-seal {
    display: none;
  }
}

.footer .footer-mobile-seal .seal {
  width: 180px;
}

@media screen and (min-width: 768px) {
  .footer .footer-mobile-seal .seal {
    width: 220px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-mobile-seal .seal {
    width: 250px;
  }
}

.footer .footer-primary-nav {
  display: none;
}

@media screen and (min-width: 1281px) {
  .footer .footer-primary-nav {
    display: block;
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 15.6957571659%;
    margin-left: 8.4304242834%;
  }

  .footer .footer-primary-nav:last-child {
    margin-right: 0;
  }
}

.footer .footer-primary-nav .footer-beer-nav, .footer .footer-primary-nav .footer-sake-nav {
  padding-top: 40px;
}

.footer .footer-primary-nav h6, .footer .footer-primary-nav .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .footer .footer-primary-nav button, .footer .footer-primary-nav .pagination .facetwp-counts, .pagination .footer .footer-primary-nav .facetwp-counts, .footer .footer-primary-nav .search-categories a, .search-categories .footer .footer-primary-nav a, .footer .footer-primary-nav .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .footer .footer-primary-nav .gfield_label {
  color: #aca0a0;
  padding-bottom: 10px;
}

.footer .footer-primary-nav a {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2.2;
}

.footer .footer-primary-nav a:hover {
  color: #c4bbbb;
}

.footer .footer-primary-nav a:active {
  color: #aca0a0;
}

.footer .footer-secondary-nav {
  display: none;
}

@media screen and (min-width: 1281px) {
  .footer .footer-secondary-nav {
    display: block;
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 11.4805450242%;
    margin-left: 8.4304242834%;
  }

  .footer .footer-secondary-nav:last-child {
    margin-right: 0;
  }
}

.footer .footer-secondary-nav ul.footer-main-menu li {
  line-height: 2.9;
}

.footer .footer-secondary-nav ul.footer-main-menu li a {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer .footer-secondary-nav ul.footer-main-menu li a:hover {
  color: #c4bbbb;
}

.footer .footer-secondary-nav ul.footer-main-menu li a:active {
  color: #aca0a0;
}

.footer .footer-contact {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
}

.footer .footer-contact:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1281px) {
  .footer .footer-contact {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 19.9109693076%;
    margin-left: 4.2152121417%;
  }

  .footer .footer-contact:last-child {
    margin-right: 0;
  }
}

.footer .footer-contact h3, .footer .footer-contact .form-section-heading, .footer .footer-contact .gform_confirmation_wrapper {
  padding-bottom: 25px;
}

.footer .footer-contact p, .footer .footer-contact .employee-bottom .employee-right a, .employee-bottom .employee-right .footer .footer-contact a {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #c4bbbb;
}

.footer .footer-contact p a, .footer .footer-contact .employee-bottom .employee-right a a, .employee-bottom .employee-right .footer .footer-contact a a {
  color: #c4bbbb;
}

.footer .footer-contact p a:hover, .footer .footer-contact .employee-bottom .employee-right a a:hover, .employee-bottom .employee-right .footer .footer-contact a a:hover {
  color: #aca0a0;
}

.footer .footer-contact span, .footer .footer-contact span a {
  font-size: 8px;
  font-size: 0.8rem;
  color: #aca0a0;
  text-align: center;
}

.footer .footer-contact span a:hover, .footer .footer-contact span a a:hover {
  color: #fff;
}

.footer .footer-contact span:active, .footer .footer-contact span a:active {
  color: #c4bbbb;
}

.footer .footer-seal {
  display: none;
}

@media screen and (min-width: 1281px) {
  .footer .footer-seal {
    display: block;
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 19.9109693076%;
    top: -115px;
    position: relative;
  }

  .footer .footer-seal:last-child {
    margin-right: 0;
  }
}

.additional {
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 50px;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .additional {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.additional-information {
  float: left;
  width: 100%;
  background-image: url("../img/line-paper.png");
  padding: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .additional-information {
    width: 46%;
    margin-right: 3%;
    padding: 80px;
    margin-bottom: 0;
  }
}

.additional-information ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}

.additional-information ul li a {
  font-size: 20px;
  color: #5b3b75;
}

.additional-information h3, .additional-information .form-section-heading, .additional-information .gform_confirmation_wrapper {
  margin-bottom: 20px;
}

.additional-gallery {
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .additional-gallery {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 0;
  }
}

.additional-gallery .additional-bottle-image {
  text-align: center;
  padding: 30px 0 10px;
  background: #fff;
}

.additional-gallery .additional-bottle-image a {
  color: #5b3b75;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0 20px 50px;
  background: url("../img/additional-download.png") left center no-repeat;
}

.additional-gallery .additional-bottle-image a:hover {
  text-decoration: underline;
}

.additional-gallery.hide {
  display: none;
}

.additional-gallery.alone {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}

@media screen and (min-width: 1024px) {
  .additional-gallery.alone {
    margin-left: 20% !important;
    margin-right: 20% !important;
    width: 60% !important;
  }
}

.additional-information.hide {
  display: none;
}

.additional-information.alone {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}

@media screen and (min-width: 1024px) {
  .additional-information.alone {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
  }
}

.additional-gallery img {
  width: 100%;
  text-align: center;
}

.additional-gallery-item {
  background-size: contain;
  background-color: #fff;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

.owl-prev {
  position: absolute;
  left: -25px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  text-align: left;
  background-size: 40px 40px !important;
  background-image: url("http://localhost:8888/regalwine.wpengine/wp-content/themes/socialbase/_/img/feature-left-arrow.png") !important;
  text-indent: -999px;
}

.owl-next {
  position: absolute;
  right: -25px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  text-align: right;
  background-size: 40px 40px !important;
  background-image: url("http://localhost:8888/regalwine.wpengine/wp-content/themes/socialbase/_/img/feature-right-arrow.png") !important;
  text-indent: 999px;
}

.owl-dots {
  float: left;
  width: 100%;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 5px;
  opacity: .5;
}

.owl-dot.active {
  opacity: 1;
}

.post-edit-link {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 999;
  font-size: 12px;
}

#sticky-menu {
  display: none;
  position: fixed;
  width: 100%;
  top: -175px;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0, 0, 0.58, 1);
  /* ease-out */
}

@media screen and (min-width: 1024px) {
  #sticky-menu {
    display: block;
  }
}

#sticky-menu .header-nav-wrapper {
  background-color: rgba(53, 32, 73, 0.9);
  padding-top: 20px;
  padding-left: 4.60329%;
  padding-right: 4.60329%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

#sticky-menu .header-nav-wrapper .logo img {
  width: 120px;
  padding-bottom: 20px;
}

#sticky-menu .header-nav-wrapper .primary-links ul {
  margin-top: 15px;
}

#sticky-menu.active {
  top: 0px;
  z-index: 100000;
}

#wine-dropdown.fixed, #beer-dropdown.fixed, #spirit-dropdown.fixed, #sake-dropdown.fixed {
  position: fixed !important;
  top: 102px !important;
  left: -550px !important;
}

#wine-dropdown.fixed-active, #beer-dropdown.fixed-active, #spirit-dropdown.fixed-active, #sake-dropdown.fixed-active {
  position: fixed;
  top: 102px !important;
  left: 0px !important;
  visibility: visible;
}

#sticky-menu .sticky-search {
  position: absolute;
  top: 64px;
  right: 25px;
  display: block;
}

#sticky-menu .sticky-search svg {
  width: 20px;
  height: 20px;
}

#google_translate_element {
  padding-top: 15px;
  width: auto;
}

.goog-te-gadget img {
  width: auto;
}

body {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
}

h1, h3, .form-section-heading, .gform_confirmation_wrapper, p, .employee-bottom .employee-right a {
  font-family: "utopia-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: normal;
}

h2, h4, .news-post .post-links-wrapper, h5, h6, .filter-wrapper .side-bar .side-bar-filters button, .pagination .facetwp-counts, .search-categories a, .gform_wrapper .top_label .gfield_label {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  text-transform: none;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1281px) {
  h1 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: .9;
  }
}

h2 {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 2px;
  padding: 0;
  line-height: 1.3;
  color: #5b3b75;
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1281px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h3, .form-section-heading, .gform_confirmation_wrapper {
  font-size: 11px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  h3, .form-section-heading, .gform_confirmation_wrapper {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1281px) {
  h3, .form-section-heading, .gform_confirmation_wrapper {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4, .news-post .post-links-wrapper {
  font-size: 10px;
  font-size: 1rem;
  text-transform: none;
  line-height: 1.8;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  h4, .news-post .post-links-wrapper {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 7px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  h5 {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

h6, .filter-wrapper .side-bar .side-bar-filters button, .pagination .facetwp-counts, .search-categories a, .gform_wrapper .top_label .gfield_label {
  font-size: 7px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  h6, .filter-wrapper .side-bar .side-bar-filters button, .pagination .facetwp-counts, .search-categories a, .gform_wrapper .top_label .gfield_label {
    font-size: 8px;
    font-size: 0.8rem;
    letter-spacing: 2px;
  }
}

p, .employee-bottom .employee-right a {
  font-size: 10px;
  font-size: 1rem;
  text-transform: none;
  line-height: 1.5;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px 0;
  color: #666666;
}

@media screen and (min-width: 768px) {
  p, .employee-bottom .employee-right a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px) {
  p, .employee-bottom .employee-right a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

p.small, .employee-bottom .employee-right a.small {
  font-size: 10px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  margin: 4px 0 15px 0;
  color: #666666;
}

@media screen and (min-width: 1024px) {
  p.small, .employee-bottom .employee-right a.small {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(https://www.regalwine.com/wp-content/themes/socialbase/_/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 5px;
  height: 5px;
  margin: 10px 10px;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: black;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #666;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.regalwine.com/wp-content/themes/socialbase/_/css/AjaxLoader.gif) no-repeat center center;
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

.owl-prev {
  background: url("../img/arrow-left.png") no-repeat center center !important;
}

.owl-next {
  background: url("../img/arrow-right.png") no-repeat center center !important;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-prev.disabled {
  opacity: .4;
}

.owl-next.disabled {
  opacity: .4;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 15px 7px;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ededed;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #666;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.regalwine.com/wp-content/themes/socialbase/_/css/AjaxLoader.gif) no-repeat center center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

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

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

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

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

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

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

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

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

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

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

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

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

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

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.header-background {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  background-color: #5b3b75;
  margin-top: 0 !important;
  height: 200px;
  margin-bottom: 70px;
}

.header-background:last-child {
  margin-right: 0;
}

@media screen and (max-width: 764px) {
  .header-background {
    margin-bottom: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .header-background {
    height: 440px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .header-background {
    height: 640px;
    margin-bottom: 0;
  }
}

.header-background .header-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: relative;
}

.header-background .header-wrapper:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .header-background .header-wrapper {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 91.5695757166%;
    margin-left: 4.2152121417%;
  }

  .header-background .header-wrapper:last-child {
    margin-right: 0;
  }
}

.header-background .header-wrapper .header-img {
  width: 100%;
  float: left;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden !important;
}

@media screen and (min-width: 1024px) {
  .header-background .header-wrapper .header-img {
    height: 600px;
  }
}

.header-nav-wrapper {
  float: left;
  display: block;
  margin-right: 1.2723564479%;
  width: 90.7934221411%;
  margin-left: 4.6032889295%;
  padding-top: 60px;
}

.header-nav-wrapper:last-child {
  margin-right: 0;
}

.header-nav-wrapper .primary-links {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-nav-wrapper .primary-links {
    display: block;
  }
}

.header-nav-wrapper .primary-links ul {
  width: auto;
  float: left;
}

.header-nav-wrapper .primary-links ul li {
  display: inline-block;
}

.header-nav-wrapper .primary-links ul li a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  transition: all .2s;
}

.header-nav-wrapper .primary-links ul li a:hover {
  opacity: .6;
  top: -5px;
}

.header-nav-wrapper .primary-links ul.primary-links-left {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header-nav-wrapper .primary-links ul.primary-links-left {
    display: block;
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 34.0891061581%;
    float: left;
    text-align: left;
  }

  .header-nav-wrapper .primary-links ul.primary-links-left:last-child {
    margin-right: 0;
  }
}

.header-nav-wrapper .primary-links ul.primary-links-left li {
  margin-right: 20px;
  margin-top: 25px;
}

.header-nav-wrapper .primary-links ul.primary-links-right {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header-nav-wrapper .primary-links ul.primary-links-right {
    display: block;
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 34.0891061581%;
    float: right;
    text-align: right;
  }

  .header-nav-wrapper .primary-links ul.primary-links-right:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav-wrapper .primary-links ul.primary-links-right li {
    margin-left: 36px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 1281px) {
  .header-nav-wrapper .primary-links ul.primary-links-right li {
    margin-left: 40px;
  }
}

.header-nav-wrapper .logo {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header-nav-wrapper .logo {
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 29.019037401%;
    text-align: center;
  }

  .header-nav-wrapper .logo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1441px) {
  .header-nav-wrapper .logo {
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 29.019037401%;
  }

  .header-nav-wrapper .logo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2000px) {
  .header-nav-wrapper .logo {
    float: left;
    display: block;
    margin-right: 1.4013751414%;
    width: 29.019037401%;
  }

  .header-nav-wrapper .logo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav-wrapper .logo img {
    width: 150px;
  }
}

@media screen and (min-width: 1281px) {
  .header-nav-wrapper .logo img {
    width: 200px;
  }
}

.vignette {
  text-align: center;
}

.vignette .vignette-content {
  color: white !important;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 2rem;
}

.vignette .vignette-content .serif {
  font-family: "utopia-std", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}

.vignette .vignette-content h6, .vignette .vignette-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .vignette .vignette-content button, .vignette .vignette-content .pagination .facetwp-counts, .pagination .vignette .vignette-content .facetwp-counts, .vignette .vignette-content .search-categories a, .search-categories .vignette .vignette-content a, .vignette .vignette-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .vignette .vignette-content .gfield_label {
  letter-spacing: 4px;
  font-size: 8px;
  font-size: 0.8rem;
}

@media screen and (min-width: 1024px) {
  .vignette .vignette-content h6, .vignette .vignette-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .vignette .vignette-content button, .vignette .vignette-content .pagination .facetwp-counts, .pagination .vignette .vignette-content .facetwp-counts, .vignette .vignette-content .search-categories a, .search-categories .vignette .vignette-content a, .vignette .vignette-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .vignette .vignette-content .gfield_label {
    font-size: 10px;
    font-size: 1rem;
  }
}

.vignette .vignette-content h2 {
  padding-top: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 2px;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 0 !important;
  color: white !important;
}

@media screen and (min-width: 768px) {
  .vignette .vignette-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .vignette .vignette-content h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1281px) {
  .vignette .vignette-content h2 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.hideme {
  display: none;
}

/*feature 1 active*/
.feature-active-1.feature .feature-slider:nth-child(1) {
  transform: translateX(0%);
}

.feature-active-1.feature .feature-slider:nth-child(2) {
  transform: translateX(90%);
}

.feature-active-1.feature .feature-slider:nth-child(3) {
  transform: translateX(180%);
}

.feature-active-1.feature .feature-slider:nth-child(4) {
  transform: translateX(270%);
}

/*feature 1 active*/
.feature-active-2.feature .feature-slider:nth-child(1) {
  transform: translateX(-90%);
}

.feature-active-2.feature .feature-slider:nth-child(2) {
  transform: translateX(0%);
}

.feature-active-2.feature .feature-slider:nth-child(3) {
  transform: translateX(90%);
}

.feature-active-2.feature .feature-slider:nth-child(4) {
  transform: translateX(180%);
}

/*feature 1 active*/
.feature-active-3.feature .feature-slider:nth-child(1) {
  transform: translateX(-180%);
}

.feature-active-3.feature .feature-slider:nth-child(2) {
  transform: translateX(-90%);
}

.feature-active-3.feature .feature-slider:nth-child(3) {
  transform: translateX(0%);
}

.feature-active-3.feature .feature-slider:nth-child(4) {
  transform: translateX(90%);
}

/*feature 1 active*/
.feature-active-4.feature .feature-slider:nth-child(1) {
  transform: translateX(-270%);
}

.feature-active-4.feature .feature-slider:nth-child(2) {
  transform: translateX(-180%);
}

.feature-active-4.feature .feature-slider:nth-child(3) {
  transform: translateX(-90%);
}

.feature-active-4.feature .feature-slider:nth-child(4) {
  transform: translateX(0%);
}

.inactive {
  opacity: .15;
}

.feature-slider-block-dots {
  color: #ccc;
}

.feature-slider-block-dots .active {
  color: #000;
}

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

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.fadeInUp,
.animated.fadeInDown {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

.animated.fadeInLeft,
.animated.fadeInRight,
.animated.fadeIn {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

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

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

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

@-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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-type h3, .post-type .form-section-heading, .post-type .gform_confirmation_wrapper {
  color: #5b3b75;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  padding-bottom: 6px;
  padding-top: 12px;
}

.post-type h6, .post-type .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .post-type button, .post-type .pagination .facetwp-counts, .pagination .post-type .facetwp-counts, .post-type .search-categories a, .search-categories .post-type a, .post-type .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .post-type .gfield_label {
  color: #5b3b75;
  letter-spacing: 1px;
  font-size: 10px;
  font-size: 1rem;
  padding-bottom: 20px;
}

.post-type a {
  color: #352049;
  font-style: italic;
}

.post-type img {
  padding: 0 0 30px 0;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .post-type img {
    padding: 0 0 40px 0;
    width: auto;
  }
}

.post-type blockquote p, .post-type blockquote .employee-bottom .employee-right a, .employee-bottom .employee-right .post-type blockquote a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
  color: #2b2b2b;
  padding: 10px 20px 14px 20px;
}

@media screen and (min-width: 1024px) {
  .post-type blockquote p, .post-type blockquote .employee-bottom .employee-right a, .employee-bottom .employee-right .post-type blockquote a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 30px 100px 30px 100px;
  }
}

.post-type ul, .post-type ol {
  color: #666666;
  font-family: "utopia-std", sans-serif;
  padding-bottom: 20px;
}

.post-type ul li, .post-type ol li {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0 !important;
  margin: 0 2em;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .post-type ul li, .post-type ol li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1281px) {
  .post-type ul li, .post-type ol li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.post-type ul {
  list-style: none;
  margin: 0 2em;
}

.post-type ul li {
  margin: 0;
  margin-bottom: .1em;
  padding-left: 1.5em;
  position: relative;
}

.news-post {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  padding-top: 60px;
}

.news-post:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .news-post {
    padding-top: 170px;
  }
}

.news-post .news-post-tab {
  display: none;
}

@media screen and (min-width: 1024px) {
  .news-post .news-post-tab {
    display: block;
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 6.7004560117%;
    margin-left: 11.6624429985%;
    color: #fff;
    -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
    margin-right: 0;
    text-align: center;
  }

  .news-post .news-post-tab:last-child {
    margin-right: 0;
  }
}

.news-post .news-post-tab .news-post-tab-back {
  width: 100%;
  background-color: #c4bbbb;
  padding: 30px 10px;
}

.news-post .news-post-tab .news-post-tab-back h6, .news-post .news-post-tab .news-post-tab-back .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .news-post .news-post-tab .news-post-tab-back button, .news-post .news-post-tab .news-post-tab-back .pagination .facetwp-counts, .pagination .news-post .news-post-tab .news-post-tab-back .facetwp-counts, .news-post .news-post-tab .news-post-tab-back .search-categories a, .search-categories .news-post .news-post-tab .news-post-tab-back a, .news-post .news-post-tab .news-post-tab-back .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .news-post .news-post-tab .news-post-tab-back .gfield_label {
  font-size: 7px;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.news-post .news-post-tab .news-post-tab-back h6 a, .news-post .news-post-tab .news-post-tab-back .filter-wrapper .side-bar .side-bar-filters button a, .filter-wrapper .side-bar .side-bar-filters .news-post .news-post-tab .news-post-tab-back button a, .news-post .news-post-tab .news-post-tab-back .pagination .facetwp-counts a, .pagination .news-post .news-post-tab .news-post-tab-back .facetwp-counts a, .news-post .news-post-tab .news-post-tab-back .search-categories a a, .search-categories .news-post .news-post-tab .news-post-tab-back a a, .news-post .news-post-tab .news-post-tab-back .gform_wrapper .top_label .gfield_label a, .gform_wrapper .top_label .news-post .news-post-tab .news-post-tab-back .gfield_label a {
  color: #fff;
}

.news-post .news-post-tab .news-post-tab-share {
  display: block;
  float: left;
  width: 100%;
  background-color: #5b3b75;
  padding: 30px 10px;
}

.news-post .news-post-tab .news-post-tab-share h6, .news-post .news-post-tab .news-post-tab-share .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .news-post .news-post-tab .news-post-tab-share button, .news-post .news-post-tab .news-post-tab-share .pagination .facetwp-counts, .pagination .news-post .news-post-tab .news-post-tab-share .facetwp-counts, .news-post .news-post-tab .news-post-tab-share .search-categories a, .search-categories .news-post .news-post-tab .news-post-tab-share a, .news-post .news-post-tab .news-post-tab-share .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .news-post .news-post-tab .news-post-tab-share .gfield_label {
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.news-post .news-post-tab .news-post-tab-share .tab-share-social {
  width: 100%;
  float: left;
  padding-top: 30px;
  text-align: center;
}

.news-post .news-post-tab .news-post-tab-share .tab-share-social img {
  max-width: 37px;
  margin-top: 5px;
}

.news-post .news-post-content {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  background-color: #fff;
  padding: 40px 30px;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.news-post .news-post-content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .news-post .news-post-content {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 68.9001520039%;
    margin-left: 0%;
    padding: 100px 150px;
  }

  .news-post .news-post-content:last-child {
    margin-right: 0;
  }
}

.news-post .news-post-content .news-post-portfolio {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .news-post .news-post-content .news-post-portfolio {
    padding-bottom: 40px;
  }
}

.news-post .news-post-content .news-post-portfolio h3, .news-post .news-post-content .news-post-portfolio .form-section-heading, .news-post .news-post-content .news-post-portfolio .gform_confirmation_wrapper {
  color: #2b2b2b;
  font-style: italic;
  line-height: 1.2;
  padding-bottom: 40px;
}

.news-post .post-links-wrapper {
  margin-top: 40px;
  width: 100%;
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.news-post .post-links-wrapper span {
  font-size: 9px;
  font-size: 0.9rem;
}

@media screen and (min-width: 1024px) {
  .news-post .post-links-wrapper {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.news-post .post-links-wrapper a {
  font-style: normal;
}

.news-post .post-links-wrapper a:hover {
  text-decoration: underline;
}

.news-post .post-links-wrapper .post-prev-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .news-post .post-links-wrapper .post-prev-wrapper {
    width: 50%;
    margin-bottom: 0;
    border-right: 1px solid #afafaf;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .news-post .post-links-wrapper .post-prev-wrapper {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1281px) {
  .news-post .post-links-wrapper .post-prev-wrapper {
    padding-right: 0;
  }
}

.news-post .post-links-wrapper .post-next-wrapper {
  float: right;
  width: 100%;
  text-align: center;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .news-post .post-links-wrapper .post-next-wrapper {
    width: 50%;
    padding-left: 30px;
  }
}

.single-post .wrapper .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h1 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2;
  text-transform: none;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  .single-post .wrapper .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1281px) {
  .single-post .wrapper .secondary-header-background .secondary-header-wrapper .secondary-header-img .secondary-header-content h1 {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.1;
  }
}

.search-form-header {
  float: left;
  width: 60%;
  margin: 0 20%;
}

.search-form-header input[type="search"] {
  -webkit-appearance: none;
  padding: 10px 15px !important;
  border-radius: 2px;
  font-size: 28px;
  color: #666;
  border: 0;
  float: left;
  width: calc(100% - 60px);
}

.search-form-header input[type="image"] {
  float: left;
  width: 50px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .search-form-header {
    width: 100%;
    margin: 0;
  }
}

.search-postlist {
  border-bottom: 1px solid #ededed;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.search-postlist:last-child {
  border-bottom: 0px solid #ededed;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.results {
  float: left;
  width: 100%;
}

.search-results-wrapper {
  float: left;
  width: 90%;
  margin: 50px 5%;
}

.search-categories {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.search-categories a {
  color: #8e8e8e;
}

.search-categories li {
  float: left;
  margin-right: 25px;
}

.search-postlist-item {
  float: left;
  width: 100%;
  padding-right: 25px;
  margin-bottom: 25px;
}

.search-postlist-item.hide {
  display: none;
}

.search-postlist-item.show {
  display: block;
}

@media screen and (min-width: 768px) {
  .search-postlist-item {
    width: 50%;
  }

  .search-form-header {
    width: 100%;
    margin: 0;
  }
}

.search-postlist-item h3, .search-postlist-item .form-section-heading, .search-postlist-item .gform_confirmation_wrapper, .search-postlist-item h6, .search-postlist-item .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .search-postlist-item button, .search-postlist-item .pagination .facetwp-counts, .pagination .search-postlist-item .facetwp-counts, .search-postlist-item .search-categories a, .search-categories .search-postlist-item a, .search-postlist-item .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .search-postlist-item .gfield_label, .search-postlist-item .offering-icon-style {
  color: #2b2b2b;
}

.search-postlist h2 {
  margin-bottom: 50px;
}

.search-postlist-item-image {
  float: left;
  width: 20%;
  max-width: 150px;
  margin-right: 5%;
}

.search-postlist-item-text {
  float: left;
  width: 75%;
}

.about-statement {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 84.450076002%;
  margin-left: 7.774961999%;
  padding-top: 40px;
}

.about-statement:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-statement {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .about-statement {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 53.3502280059%;
    margin-left: 23.3248859971%;
    padding-top: 150px;
  }

  .about-statement:last-child {
    margin-right: 0;
  }
}

.about-statement p, .about-statement .employee-bottom .employee-right a, .employee-bottom .employee-right .about-statement a {
  text-align: center;
}

.about-founders {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  padding-top: 40px;
}

.about-founders:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-founders {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .about-founders {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1281px) {
  .about-founders {
    padding-top: 120px;
  }
}

.about-founders .about-founders-first {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  margin-bottom: 30px;
}

.about-founders .about-founders-first:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-founders .about-founders-first {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-first {
    margin-bottom: 0;
  }
}

.about-founders .about-founders-first .about-founders-first-img {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 83.1391514332%;
  margin-left: 8.4304242834%;
  z-index: 0;
  position: relative;
}

.about-founders .about-founders-first .about-founders-first-img:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-founders .about-founders-first .about-founders-first-img {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 57.8478785829%;
    margin-left: 21.0760607085%;
    z-index: 100;
  }

  .about-founders .about-founders-first .about-founders-first-img:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-first .about-founders-first-img {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 32.5566057327%;
    margin-left: 12.6456364251%;
    z-index: 100;
  }

  .about-founders .about-founders-first .about-founders-first-img:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .about-founders .about-founders-first .about-founders-first-img {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 32.5566057327%;
    margin-left: 8.4304242834%;
    z-index: 100;
  }

  .about-founders .about-founders-first .about-founders-first-img:last-child {
    margin-right: 0;
  }
}

.about-founders .about-founders-first .about-founders-first-img img {
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  width: 100%;
}

@media screen and (min-width: 1281px) {
  .about-founders .about-founders-first .about-founders-first-img img {
    width: auto;
  }
}

.about-founders .about-founders-first .about-founders-first-content-wrapper {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  top: -40px;
  position: relative;
  padding: 30px 0px;
}

.about-founders .about-founders-first .about-founders-first-content-wrapper:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-founders .about-founders-first .about-founders-first-content-wrapper {
    padding: 85px 0px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-first .about-founders-first-content-wrapper {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 49.4174542995%;
    margin-left: -8.4304242834%;
    top: 100px;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .about-founders .about-founders-first .about-founders-first-content-wrapper:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1441px) {
  .about-founders .about-founders-first .about-founders-first-content-wrapper {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 49.4174542995%;
    margin-left: -8.4304242834%;
  }

  .about-founders .about-founders-first .about-founders-first-content-wrapper:last-child {
    margin-right: 0;
  }
}

.about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%;
}

.about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 25.5894128995%;
  }

  .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content:last-child {
    margin-right: 0;
  }
}

.about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content h2 {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content h2 {
    font-size: 28px;
    font-size: 2.8rem;
    top: -27px;
  }
}

.about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content h3, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .form-section-heading, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .gform_confirmation_wrapper {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content h3, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .form-section-heading, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .gform_confirmation_wrapper {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content h6, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content button, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .pagination .facetwp-counts, .pagination .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .facetwp-counts, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .search-categories a, .search-categories .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content a, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .gfield_label {
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content h6 a, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .filter-wrapper .side-bar .side-bar-filters button a, .filter-wrapper .side-bar .side-bar-filters .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content button a, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .pagination .facetwp-counts a, .pagination .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .facetwp-counts a, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .search-categories a a, .search-categories .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content a a, .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .gform_wrapper .top_label .gfield_label a, .gform_wrapper .top_label .about-founders .about-founders-first .about-founders-first-content-wrapper .about-founders-first-content .gfield_label a {
  color: #8e8e8e;
}

.about-founders .about-founders-second {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  display: none;
}

.about-founders .about-founders-second:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-second {
    display: block;
    margin-top: 140px;
  }
}

@media screen and (min-width: 1281px) {
  .about-founders .about-founders-second {
    margin-top: 100px;
  }
}

.about-founders .about-founders-second .about-founders-second-content-wrapper {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  top: -40px;
  position: relative;
  padding: 30px 0px;
}

.about-founders .about-founders-second .about-founders-second-content-wrapper:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-founders .about-founders-second .about-founders-second-content-wrapper {
    padding: 100px 0px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-second .about-founders-second-content-wrapper {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 49.4174542995%;
    margin-left: 8.4304242834%;
    top: 100px;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .about-founders .about-founders-second .about-founders-second-content-wrapper:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .about-founders .about-founders-second .about-founders-second-content-wrapper {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 49.4174542995%;
    margin-left: 12.6456364251%;
  }

  .about-founders .about-founders-second .about-founders-second-content-wrapper:last-child {
    margin-right: 0;
  }
}

.about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%;
}

.about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 8.5298042998%;
  }

  .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 8.5298042998%;
  }

  .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content h2 {
    position: relative;
    font-size: 28px;
    font-size: 2.8rem;
    top: -27px;
  }
}

.about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content h3, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .form-section-heading, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .gform_confirmation_wrapper {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content h3, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .form-section-heading, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .gform_confirmation_wrapper {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content h6, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content button, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .pagination .facetwp-counts, .pagination .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .facetwp-counts, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .search-categories a, .search-categories .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content a, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .gfield_label {
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content h6 a, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .filter-wrapper .side-bar .side-bar-filters button a, .filter-wrapper .side-bar .side-bar-filters .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content button a, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .pagination .facetwp-counts a, .pagination .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .facetwp-counts a, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .search-categories a a, .search-categories .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content a a, .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .gform_wrapper .top_label .gfield_label a, .gform_wrapper .top_label .about-founders .about-founders-second .about-founders-second-content-wrapper .about-founders-second-content .gfield_label a {
  color: #8e8e8e;
}

.about-founders .about-founders-second .about-founders-second-img {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 83.1391514332%;
  margin-left: 8.4304242834%;
  z-index: 0;
  position: relative;
}

.about-founders .about-founders-second .about-founders-second-img:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-founders .about-founders-second .about-founders-second-img {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 57.8478785829%;
    margin-left: 21.0760607085%;
    z-index: 100;
  }

  .about-founders .about-founders-second .about-founders-second-img:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .about-founders .about-founders-second .about-founders-second-img {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 32.5566057327%;
    margin-left: -8.4304242834%;
    z-index: 100;
  }

  .about-founders .about-founders-second .about-founders-second-img:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .about-founders .about-founders-second .about-founders-second-img {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 32.5566057327%;
    margin-left: -8.4304242834%;
    z-index: 100;
  }

  .about-founders .about-founders-second .about-founders-second-img:last-child {
    margin-right: 0;
  }
}

.about-founders .about-founders-second .about-founders-second-img img {
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  width: 100%;
}

@media screen and (min-width: 1281px) {
  .about-founders .about-founders-second .about-founders-second-img img {
    width: auto;
  }
}

.about-founders .founder-mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .about-founders .founder-mobile {
    display: none;
  }
}

.about-values {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  background-image: url("../img/seal-cropped-big.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 740px;
  background-color: #5b3b75;
  text-align: center;
}

.about-values:last-child {
  margin-right: 0;
}

.about-values .about-values-title {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  text-align: center;
  padding-top: 70px;
}

.about-values .about-values-title:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .about-values .about-values-title {
    padding: 120px 0 60px;
  }
}

.about-values .about-values-title h2 {
  color: #fff;
}

.about-values .about-values-grid {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
}

.about-values .about-values-grid:last-child {
  margin-right: 0;
}

.about-values .about-values-grid .about-values-grid-item {
  float: left;
  display: block;
  margin-right: 1.2723564479%;
  width: 100%;
  margin-bottom: 30px;
}

.about-values .about-values-grid .about-values-grid-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-values .about-values-grid .about-values-grid-item {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 49.363821776%;
  }

  .about-values .about-values-grid .about-values-grid-item:last-child {
    margin-right: 0;
  }

  .about-values .about-values-grid .about-values-grid-item:nth-child(2n) {
    margin-right: 0;
  }

  .about-values .about-values-grid .about-values-grid-item:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 1024px) {
  .about-values .about-values-grid .about-values-grid-item {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 32.5566057327%;
  }

  .about-values .about-values-grid .about-values-grid-item:last-child {
    margin-right: 0;
  }

  .about-values .about-values-grid .about-values-grid-item:nth-child(2n) {
    margin-right: 1.0745059873%;
  }

  .about-values .about-values-grid .about-values-grid-item:nth-child(2n+1) {
    clear: none;
  }

  .about-values .about-values-grid .about-values-grid-item:nth-child(3n) {
    margin-right: 0;
  }

  .about-values .about-values-grid .about-values-grid-item:nth-child(3n+1) {
    clear: left;
  }
}

.about-values .about-values-grid .about-values-grid-item span {
  width: 100%;
  float: left;
  padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .about-values .about-values-grid .about-values-grid-item span {
    padding-bottom: 18px;
  }
}

.about-values .about-values-grid .about-values-grid-item span img {
  width: 100px;
}

.about-values .about-values-grid .about-values-grid-item h4, .about-values .about-values-grid .about-values-grid-item .news-post .post-links-wrapper, .news-post .about-values .about-values-grid .about-values-grid-item .post-links-wrapper {
  color: #fff;
}

.about-values .about-values-grid .about-values-grid-item p, .about-values .about-values-grid .about-values-grid-item .employee-bottom .employee-right a, .employee-bottom .employee-right .about-values .about-values-grid .about-values-grid-item a {
  color: #fff;
}

.about-team {
  width: 100%;
  float: left;
  padding-top: 120px;
}

.about-team h2 {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 70px;
}

.about-team .about-team-group {
  width: 90%;
  margin-left: 5%;
  margin-right: 10%;
  margin-bottom: 50px;
  text-align: center;
  display: inline-block;
}

.about-team .about-team-group h3.group-title, .about-team .about-team-group .group-title.form-section-heading, .about-team .about-team-group .group-title.gform_confirmation_wrapper {
  font-size: 19px;
  font-size: 1.9rem;
  float: left;
  width: 100%;
  color: #5b3b75;
  font-style: normal;
  padding-bottom: 50px;
}

.about-team .about-team-group .about-team-group-member {
  width: 49%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
}

.about-team .about-team-group .about-team-group-member:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .about-team .about-team-group .about-team-group-member {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 40px;
  }

  .about-team .about-team-group .about-team-group-member:nth-child(even) {
    margin-right: 0.5%;
  }

  .about-team .about-team-group .about-team-group-member:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .about-team .about-team-group .about-team-group-member {
    width: 20%;
    margin-left: 0.83%;
    margin-right: 0.83%;
    margin-bottom: 40px;
  }

  .about-team .about-team-group .about-team-group-member:nth-child(even) {
    margin-right: 0.83%;
  }

  .about-team .about-team-group .about-team-group-member:nth-child(4n+4) {
    margin-right: 0.83%;
  }

  .about-team .about-team-group .about-team-group-member:nth-child(6n+1) {
    margin-right: 0;
  }
}

.about-team .about-team-group .about-team-group-member:hover .group-member-about {
  opacity: .9;
}

.about-team .about-team-group .about-team-group-member .group-member-about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #5b3b75;
  padding: 35px;
  z-index: 99;
  color: #fff;
  opacity: 0;
  transition: all .3s;
  cursor: pointer;
}

.about-team .about-team-group .about-team-group-member .group-member-about p, .about-team .about-team-group .about-team-group-member .group-member-about .employee-bottom .employee-right a, .employee-bottom .employee-right .about-team .about-team-group .about-team-group-member .group-member-about a {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.about-team .about-team-group .about-team-group-member .group-member-about-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 6px 15px;
  background-color: #5b3b75;
  border-radius: 50px;
  z-index: 100;
  line-height: 1;
  color: #fff;
  font-family: "utopia-std", sans-serif;
  font-size: 14px;
}

.about-team .about-team-group .about-team-group-member .about-team-group-member-img {
  width: 100%;
  position: relative;
  line-height: 0;
}

.about-team .about-team-group .about-team-group-member .about-team-group-member-title {
  width: 100%;
  padding-top: 10px;
}

.about-team .about-team-group .about-team-group-member .about-team-group-member-title h3, .about-team .about-team-group .about-team-group-member .about-team-group-member-title .form-section-heading, .about-team .about-team-group .about-team-group-member .about-team-group-member-title .gform_confirmation_wrapper {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1;
}

.about-team .about-team-group .about-team-group-member .about-team-group-member-title h6, .about-team .about-team-group .about-team-group-member .about-team-group-member-title .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .about-team .about-team-group .about-team-group-member .about-team-group-member-title button, .about-team .about-team-group .about-team-group-member .about-team-group-member-title .pagination .facetwp-counts, .pagination .about-team .about-team-group .about-team-group-member .about-team-group-member-title .facetwp-counts, .about-team .about-team-group .about-team-group-member .about-team-group-member-title .search-categories a, .search-categories .about-team .about-team-group .about-team-group-member .about-team-group-member-title a, .about-team .about-team-group .about-team-group-member .about-team-group-member-title .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .about-team .about-team-group .about-team-group-member .about-team-group-member-title .gfield_label {
  color: #8e8e8e;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-top: 6px;
}

.news-wrapper {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  padding-top: 50px;
}

.news-wrapper:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .news-wrapper {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .news-wrapper {
    padding-top: 0;
  }
}

.news-grid-item-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /*img {
  	width: 100%;
  }*/
}

.news-grid-item-content {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  padding: 20px 40px 40px 40px;
  float: left;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news-grid-item-content {
    min-height: 290px;
    max-height: 290px;
    padding: 30px 40px 30px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .news-grid-item-content {
    padding: 30px 40px 40px 50px;
  }
}

.news-grid-item-content .news-grid-item-icon {
  float: left;
  width: 100%;
  text-align: right;
}

.news-grid-item-content .news-grid-item-icon img {
  width: 50px;
}

.news-grid-item-content h6, .news-grid-item-content .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .news-grid-item-content button, .news-grid-item-content .pagination .facetwp-counts, .pagination .news-grid-item-content .facetwp-counts, .news-grid-item-content .search-categories a, .search-categories .news-grid-item-content a, .news-grid-item-content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .news-grid-item-content .gfield_label {
  color: #b498cb;
  padding-bottom: 5px;
}

.news-grid-item-content h3, .news-grid-item-content .form-section-heading, .news-grid-item-content .gform_confirmation_wrapper {
  color: #2b2b2b;
}

.news-grid-item-content .news-grid-item-arrow {
  width: 100%;
  float: left;
  padding-top: 30px;
  position: absolute;
  bottom: 26px;
}

@media screen and (min-width: 768px) {
  .news-grid-item-content .news-grid-item-arrow {
    bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .news-grid-item-content .news-grid-item-arrow {
    bottom: 20px;
  }
}

@media screen and (min-width: 1281px) {
  .news-grid-item-content .news-grid-item-arrow {
    bottom: 37px;
  }
}

.news-grid-item-content .news-grid-item-arrow img {
  width: 70px;
}

.forms-test {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding-top: 60px;
}

.forms-test:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .forms-test {
    padding-top: 150px;
  }
}

.forms-test .forms-group {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}

.forms-test .forms-group:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .forms-test .forms-group {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.forms-test .forms-group h2 {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 0;
}

@media screen and (min-width: 1024px) {
  .forms-test .forms-group h2 {
    padding-bottom: 80px;
  }
}

.forms-test .forms-group .forms-group-item {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .forms-test .forms-group .forms-group-item {
    width: 49%;
    margin-right: 1%;
    padding: 0 40px;
  }

  .forms-test .forms-group .forms-group-item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .forms-test .forms-group .forms-group-item {
    width: 24%;
    margin-right: 1%;
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .forms-test .forms-group .forms-group-item:nth-child(even) {
    margin-right: 0.5%;
  }

  .forms-test .forms-group .forms-group-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .forms-test .forms-group .forms-group-item {
    padding: 0 50px;
  }
}

.forms-test .forms-group .forms-group-item span {
  width: 100%;
  float: left;
  padding-bottom: 8px;
  height: 75px;
}

@media screen and (min-width: 1024px) {
  .forms-test .forms-group .forms-group-item span {
    padding-bottom: 18px;
    height: 100px;
  }
}

.forms-test .forms-group .forms-group-item span img {
  width: 35px;
}

@media screen and (min-width: 1024px) {
  .forms-test .forms-group .forms-group-item span img {
    width: 50px;
  }
}

.forms-test .forms-group .forms-group-item p, .forms-test .forms-group .forms-group-item .employee-bottom .employee-right a, .employee-bottom .employee-right .forms-test .forms-group .forms-group-item a {
  padding: 8px 0 0 0;
  margin-bottom: 0;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .forms-test .forms-group .forms-group-item p, .forms-test .forms-group .forms-group-item .employee-bottom .employee-right a, .employee-bottom .employee-right .forms-test .forms-group .forms-group-item a {
    padding: 15px 0 0 0;
    line-height: 1.5;
  }
}

.form-single {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
  padding: 20px;
  text-align: center;
}

.form-single:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .form-single {
    float: left;
    display: block;
    margin-right: 1.2723564479%;
    width: 63.1736885644%;
    padding: 0 20px 20px 20px;
  }

  .form-single:last-child {
    margin-right: 0;
  }
}

.form-single h6, .form-single .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .form-single button, .form-single .pagination .facetwp-counts, .pagination .form-single .facetwp-counts, .form-single .search-categories a, .search-categories .form-single a, .form-single .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .form-single .gfield_label {
  color: #8e8e8e;
  letter-spacing: 1px;
}

.form-wide {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
  padding: 20px;
  text-align: center;
}

.form-wide:last-child {
  margin-right: 0;
}

.form-wide h6, .form-wide .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .form-wide button, .form-wide .pagination .facetwp-counts, .pagination .form-wide .facetwp-counts, .form-wide .search-categories a, .search-categories .form-wide a, .form-wide .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .form-wide .gfield_label {
  color: #8e8e8e;
  letter-spacing: 1px;
}

#bill-form {
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  #bill-form {
    margin-left: 25%;
    margin-right: 25%;
  }
}

#bill-form a {
  text-align: center;
  color: #5b3b75;
}

.form-fields h6, .form-fields .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .form-fields button, .form-fields .pagination .facetwp-counts, .pagination .form-fields .facetwp-counts, .form-fields .search-categories a, .search-categories .form-fields a, .form-fields .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .form-fields .gfield_label {
  color: #8e8e8e;
  font-size: 6px;
  font-size: 0.6rem;
}

@media screen and (min-width: 1024px) {
  .form-fields h6, .form-fields .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .form-fields button, .form-fields .pagination .facetwp-counts, .pagination .form-fields .facetwp-counts, .form-fields .search-categories a, .search-categories .form-fields a, .form-fields .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .form-fields .gfield_label {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.gform_wrapper .gfield_required {
  font-size: 13px;
  font-size: 1.3rem;
  color: #2b2b2b !important;
}

.form-section-heading {
  display: block;
}

.gform_wrapper input[type="submit"] {
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: 700 !important;
}

.form-file-upload {
  padding-bottom: 15px;
}

.gform_wrapper ul.gfield_checkbox li label {
  font-size: 10px;
  font-size: 1rem;
  padding-left: 5px;
}

.ginput_full, .ginput_left, .ginput_right, label.ginput_right, .ginput_complex {
  color: #666666;
  padding-bottom: 5px;
  font-size: 10px;
  font-size: 1rem;
}

.gform_title, .gform_description {
  display: block !important;
  float: left;
}

.gform_wrapper .gform_body {
  font-family: "brandon-grotesque", sans-serif;
}

.gform_wrapper .gform_body .gform_delete {
  width: 15px;
  height: 15px;
}

.gform_wrapper .gform_body input[type="text"],
.gform_wrapper .gform_body textarea {
  border: none;
  background-color: #e8e4e4;
  color: #666;
  font: normal normal 1.3em/1 "brandon-grotesque", sans-serif;
  padding: 10px 8px !important;
  -webkit-appearance: none;
  appearance: none;
  width: 100% !important;
  webkit-appearance: none;
  border-radius: 0;
  /*@include media($tablet) {
  	padding: 25px 20px !important;
  }*/
}

.gform_wrapper .gform_body select {
  border: none;
  color: #666;
  font: normal normal 1em/1 "brandon-grotesque", sans-serif;
  padding: 10px 8px !important;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e8e4e4;
  border-radius: 0;
}

.ie9 .gform_wrapper .gform_body select {
  background-image: none;
}

.gform_wrapper .gform_body textarea {
  height: 275px;
  resize: none;
  font: normal normal 1.3em/1 "brandon-grotesque", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

.gform_wrapper .gform_body input[type="checkbox"] {
  border: none;
  background: #ededed;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 0;
}

.gform_wrapper .gform_body input[type="checkbox"]:checked {
  background: #5b3b75;
}

.ie9 .gform_wrapper .gform_body input[type="checkbox"] {
  background: transparent;
}

.ie9 .gform_wrapper .gform_body input[type="checkbox"]:checked {
  background: transparent;
}

.gform_wrapper input[type="submit"] {
  -webkit-appearance: none;
  float: left;
  width: 100%;
  border-radius: 0;
  background-color: #5b3b75;
  font-family: "utopia-std", sans-serif;
  font-weight: 400;
  color: #fff;
  border: none;
  /*&:hover {
  	//color: #ccc;
  }*/
}

.gform_wrapper {
  margin-top: -7px !important;
  max-width: 100% !important;
}

.gform_wrapper .top_label .gfield_label {
  margin-top: 10px !important;
  color: #5b3b75 !important;
  font-size: 7px;
  font-size: 0.7rem;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .top_label .gfield_label {
    font-size: 9px;
    font-size: 0.9rem;
    margin-top: 30px !important;
  }
}

.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
}

.feature-text span {
  color: #8e8e8e;
}

textarea.medium {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 1.8;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal !important;
}

.gform_wrapper .gfield_requipurple {
  color: #5b3b75 !important;
}

#input_1_10 {
  margin-top: 10px !important;
}

.gform_wrapper .gsection {
  border-bottom: none !important;
  border-top: 1px solid #ededed;
  margin: 30px 0 0 !important;
  padding-top: 20px !important;
}

.gform_wrapper h2.gsection_title {
  font-family: "brandon-grotesque", sans-serif !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple.gfield_cpurpleitcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 solid #C89797;
}

.gform_wrapper .validation_error {
  font-size: 18px !important;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400 !important;
  color: #5b3b75 !important;
  line-height: 1.5;
  margin: 30px 0 20px !important;
  background-color: #e8e4e4;
  width: 100% !important;
  padding: 40px !important;
  border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple div.ginput_container {
  margin-top: 0px !important;
}

.gfield_error input:not([type="checkbox"]) {
  background-color: #f6e9e9 !important;
  -webkit-appearance: none;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #999 !important;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 0px !important;
  color: #790000 !important;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  padding: 0px !important;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message input.medium {
  padding: 20px 4px;
}

.gform_wrapper .top_label div.ginput_container textarea {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 1.8;
}

#gforms_confirmation_message {
  font-size: 24px !important;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 45px;
  background-color: #5b3b75;
  width: 90%;
  padding: 20px 5%;
}

.gform_wrapper ul li.gfield.gfield_error.gfield_contains_requipurple {
  padding-left: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gform_wrapper ul li.gfield.gfield_error {
  border: 0px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

.gform_wrapper .top_label .gfield_error .gfield_description.validation_message, .gform_wrapper .gfield_error .gfield_description.validation_message {
  padding: 5px 0 0 0 !important;
}

.gform_wrapper li.gfield_error textarea {
  background-color: #f6e9e9 !important;
}

.gform_wrapper .gf_progressbar_wrapper {
  border-bottom: none !important;
  width: 100% !important;
  padding-top: 50px !important;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title, .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title.form-section-heading, .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title.gform_confirmation_wrapper {
  font-size: 1.2em !important;
  font-weight: bold;
  text-transform: normal;
  color: #8e8e8e;
  letter-spacing: 1px;
  opacity: 1 !important;
  margin-bottom: 8px;
}

.gf_progressbar {
  background-color: #fff !important;
}

.gform_wrapper .gf_progressbar {
  border-radius: 0px !important;
  box-shadow: none !important;
  height: 8px !important;
  width: 100% !important;
  line-height: 30px !important;
  background-color: #fff !important;
}

.gform_wrapper .percentbar_blue {
  background-color: #5b3b75 !important;
  background-image: none !important;
}

.gform_wrapper .gf_progressbar_percentage {
  height: 24px !important;
  text-shadow: none !important;
}

.gform_wrapper .gf_progressbar_percentage span {
  margin-top: 5px;
}

.gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
  background-color: #c4bbbb;
  border: none;
  padding: 20px 30px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
    padding: 20px 40px;
  }
}

.gform_wrapper .gform_previous_button {
  margin-right: 20px !important;
  background-color: #9b76ba !important;
}

.gform_wrapper .gform_page_footer {
  margin: 40px 0 !important;
  width: 100% !important;
  border-top: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple label.gfield_label {
  margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple div.ginput_container, .gform_wrapper li.gfield_html {
  max-width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_requipurple label.gfield_label {
  margin: .625em 0 .5em !important;
}

.instruction {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.gform_wrapper div.charleft {
  font-size: 1em !important;
}

.gform_confirmation_wrapper {
  color: #5b3b75 !important;
  width: 100% !important;
  border: none !important;
}

.gform_wrapper h3.gform_title, .gform_wrapper .gform_title.form-section-heading, .gform_wrapper .gform_title.gform_confirmation_wrapper {
  font-size: 2em !important;
  color: #2b2b2b;
  font-weight: 400 !important;
}

.employee-login-test {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  text-align: center;
  padding: 50px 0 100px;
}

.employee-login-test:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .employee-login-test {
    padding: 240px 0 200px;
  }
}

.employee-login-test h2 {
  color: #c4bbbb;
  line-height: 1.4;
}

.employee-welcome {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
}

.employee-welcome:last-child {
  margin-right: 0;
}

.employee-welcome .welcome-page {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  padding: 50px;
  margin-top: 70px;
  text-align: center;
}

.employee-welcome .welcome-page:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .employee-welcome .welcome-page {
    padding: 100px 0 60px 0;
    margin-top: 180px;
  }
}

.employee-welcome .welcome-page .welcome-title {
  padding-bottom: 80px;
}

.employee-welcome .welcome-page .welcome-grid {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 100%;
}

.employee-welcome .welcome-page .welcome-grid:last-child {
  margin-right: 0;
}

.employee-welcome .welcome-page .welcome-grid .welcome-grid-item {
  float: left;
  display: block;
  margin-right: 1.165091401%;
  width: 91.5695757166%;
  margin-left: 4.2152121417%;
  margin-bottom: 50px;
}

.employee-welcome .welcome-page .welcome-grid .welcome-grid-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .employee-welcome .welcome-page .welcome-grid .welcome-grid-item {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 49.4174542995%;
    margin-left: 0%;
    min-height: 170px;
  }

  .employee-welcome .welcome-page .welcome-grid .welcome-grid-item:last-child {
    margin-right: 0;
  }

  .employee-welcome .welcome-page .welcome-grid .welcome-grid-item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1281px) {
  .employee-welcome .welcome-page .welcome-grid .welcome-grid-item {
    float: left;
    display: block;
    margin-right: 1.165091401%;
    width: 24.1261814493%;
    padding: 0 10px;
  }

  .employee-welcome .welcome-page .welcome-grid .welcome-grid-item:last-child {
    margin-right: 0;
  }

  .employee-welcome .welcome-page .welcome-grid .welcome-grid-item:nth-child(even) {
    margin-right: 0;
  }

  .employee-welcome .welcome-page .welcome-grid .welcome-grid-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

.employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-icon {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

.employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-icon img {
  width: auto;
  max-height: 45px;
}

.employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-content {
  float: left;
  width: 100%;
}

.employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-content h3, .employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-content .form-section-heading, .employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-content .gform_confirmation_wrapper {
  color: #2b2b2b;
}

.employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-content p, .employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-content .employee-bottom .employee-right a, .employee-bottom .employee-right .employee-welcome .welcome-page .welcome-grid .welcome-grid-item .welcome-grid-item-content a {
  line-height: 1.4;
}

.price-grid-item-icon {
  margin: 0 auto;
  width: 150px;
  padding-bottom: 15px;
}

.employee-bottom {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 100%;
  padding: 50px 0;
  background-color: #5b3b75;
  color: #fff;
}

.employee-bottom:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .employee-bottom {
    padding: 100px 0;
  }
}

.employee-bottom h2 {
  color: #fff;
  padding-bottom: 30px;
}

.employee-bottom .employee-left {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
}

.employee-bottom .employee-left:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .employee-bottom .employee-left {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 41.6877850073%;
    margin-left: 7.774961999%;
  }

  .employee-bottom .employee-left:last-child {
    margin-right: 0;
  }
}

.employee-bottom .employee-left h6, .employee-bottom .employee-left .filter-wrapper .side-bar .side-bar-filters button, .filter-wrapper .side-bar .side-bar-filters .employee-bottom .employee-left button, .employee-bottom .employee-left .pagination .facetwp-counts, .pagination .employee-bottom .employee-left .facetwp-counts, .employee-bottom .employee-left .search-categories a, .search-categories .employee-bottom .employee-left a, .employee-bottom .employee-left .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .employee-bottom .employee-left .gfield_label {
  color: #c4bbbb;
}

.employee-bottom .employee-left p, .employee-bottom .employee-left .employee-right a, .employee-bottom .employee-right .employee-left a {
  color: #fff;
}

.employee-bottom .employee-right {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
}

.employee-bottom .employee-right:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .employee-bottom .employee-right {
    float: left;
    display: block;
    margin-right: 1.0745059873%;
    width: 37.8003040078%;
    margin-left: 3.8874809995%;
  }

  .employee-bottom .employee-right:last-child {
    margin-right: 0;
  }
}

.employee-bottom .employee-right a {
  color: #fff;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 20px auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  padding-top: 30px;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5b3b75;
  font-size: 11px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #cccccc;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #cccccc;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("https://www.regalwine.com/wp-content/themes/socialbase/_/img/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("https://www.regalwine.com/wp-content/themes/socialbase/_/img/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("https://www.regalwine.com/wp-content/themes/socialbase/_/img/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("https://www.regalwine.com/wp-content/themes/socialbase/_/img/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("https://www.regalwine.com/wp-content/themes/socialbase/_/img/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #b498cb;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #fbfafc;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #b296c9;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f9f8fa;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #b195c8;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fcfbfc;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #b296c9;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f6f4f8;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f7f6f9;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f9f7fa;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #af93c6;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #b094c7;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #b194c8;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fcfbfc;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #b296c9;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #b397ca;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #b498cb;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #f2eff4;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #f3f0f5;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #f5f3f6;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #ad90c4;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #ad91c5;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #ae92c6;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #cccccc;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  border-radius: 0px;
  background-color: #ededed;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 4px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate a {
  font-style: normal;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em .5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #5b3b75 !important;
  border-bottom: 3px solid #5b3b75;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #5b3b75 !important;
  border-bottom: 3px solid #b498cb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #cccccc;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/*table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {*/
/*  top: 9px;*/
/*  left: 4px;*/
/*  height: 14px;*/
/*  width: 14px;*/
/*  display: block;*/
/*  position: absolute;*/
/*  color: white;*/
/*  border: 0px solid white;*/
/*  border-radius: 14px;*/
/*  box-shadow: 0 0 0px #444;*/
/*  box-sizing: content-box;*/
/*  text-align: center;*/
/*  font-family: 'Courier New', Courier, monospace;*/
/*  line-height: 14px;*/
/*  content: '+';*/
/*  background-color: #5b3b75;*/
/*}*/

/*table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {*/
/*  content: '-';*/
/*  background-color: #d33333;*/
/*}*/

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

.dtr-title {
  font-weight: bold;
}

ul.dtr-details {
  list-style-type: none !important;
  width: 100%;
}

.press-post {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.press-post:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .press-post {
    padding: 70px;
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

#press_table td {
  font-size: 17px;
  padding: 20px 10px;
}

.drinking-related {
  float: left;
  width: 100%;
  text-align: center;
}

.drinking-related h2 {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .drinking-related h2 {
    margin-bottom: 40px;
    text-align: left;
  }
}

.drinking-related .offerings-item {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.drinking-related .offerings-item .offerings-item-img {
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .drinking-related .offerings-item .offerings-item-img {
    float: left;
    width: 25%;
    margin-right: 3% px;
  }
}

.drinking-related .offerings-item .offerings-item-content {
  float: left;
  width: 100%;
  text-align: center;
}

.drinking-related .offerings-item .offerings-item-content .button-related {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .drinking-related .offerings-item .offerings-item-content {
    float: left;
    width: 72%;
    text-align: left;
    margin-top: 20px;
  }
}

.reviews-total {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
}

.reviews-total:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .reviews-total {
    margin-top: 150px;
  }
}

.reviews-total .reviews-total-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.reviews-total .reviews-total-items .item {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  .reviews-total .reviews-total-items .item {
    width: 50%;
  }
}

.reviews-total .reviews-total-items .item p, .reviews-total .reviews-total-items .item .employee-bottom .employee-right a, .employee-bottom .employee-right .reviews-total .reviews-total-items .item a {
  max-width: 300px;
  margin: 0 auto;
}

.reviews-total .reviews-total-items .item .star {
  display: inline-block;
  margin: 0 5px;
}

.reviews-total .reviews-button {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .reviews-total .reviews-button {
    margin-top: 80px;
  }
}

.reviews {
  float: left;
  display: block;
  margin-right: 1.0745059873%;
  width: 92.225038001%;
  margin-left: 3.8874809995%;
  margin-top: 100px;
}

.reviews:last-child {
  margin-right: 0;
}

.reviews .facetwp-template {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.reviews .facetwp-template .reviews-item {
  width: 95%;
  background-color: #fff;
  margin: 0 2.5% 50px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);
}

.reviews .facetwp-template .reviews-item h6 a, .reviews .facetwp-template .reviews-item .filter-wrapper .side-bar .side-bar-filters button a, .filter-wrapper .side-bar .side-bar-filters .reviews .facetwp-template .reviews-item button a, .reviews .facetwp-template .reviews-item .pagination .facetwp-counts a, .pagination .reviews .facetwp-template .reviews-item .facetwp-counts a, .reviews .facetwp-template .reviews-item .search-categories a a, .search-categories .reviews .facetwp-template .reviews-item a a, .reviews .facetwp-template .reviews-item .gform_wrapper .top_label .gfield_label a, .gform_wrapper .top_label .reviews .facetwp-template .reviews-item .gfield_label a {
  color: #5b3b75;
  text-decoration: underline;
}

.reviews .facetwp-template .reviews-item .star {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.reviews .facetwp-template .reviews-item .star svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .reviews .facetwp-template .reviews-item {
    width: 45%;
  }
}

@media screen and (min-width: 1281px) {
  .reviews .facetwp-template .reviews-item {
    width: 28.333%;
  }
}

.causes {
  width: 100%;
}

.causes .cause {
  width: 100%;
  padding: 0 10% 80px;
  max-width: 900px;
  margin: 0 auto 80px;
  border-bottom: 1px solid #ccc;
}

.causes .cause img {
  height: 175px;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.causes .cause .button-p {
  margin-top: 40px;
  display: block;
}

.causes .cause .purple-button, .causes .cause .gform_wrapper input[type="submit"], .gform_wrapper .causes .cause input[type="submit"] {
  margin-top: 30px;
  text-align: center;
}

.causes .causes-team {
  padding: 0 5%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
}

.causes .causes-team .title {
  margin: 0 auto 60px;
  width: 100%;
}

.causes .causes-team .about-team-group-member {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px 40px;
  vertical-align: bottom;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .causes .causes-team .about-team-group-member {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .causes .causes-team .about-team-group-member {
    width: 33.3%;
  }
}

@media screen and (min-width: 1281px) {
  .causes .causes-team .about-team-group-member {
    width: 25%;
  }
}

.causes .causes-team .about-team-group-member .about-team-group-member-logo img {
  height: 100px;
  width: auto;
}

.causes .causes-team .about-team-group-member h5 {
  font-size: 15px;
}

.causes .causes-team .about-team-group-member p, .causes .causes-team .about-team-group-member .employee-bottom .employee-right a, .employee-bottom .employee-right .causes .causes-team .about-team-group-member a {
  font-size: 14px;
  line-height: 1.4;
}

.causes .causes-team .about-team-group-member .about-team-group-member-img {
  width: 75px;
  margin: 0 auto;
}

.causes .causes-team .about-team-group-member .about-team-group-member-img img {
  border-radius: 75px;
}

.searchwp-live-search-result a {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #5b3b75;
}

/*-----
hide data table controls on press archive
-----*/

body .dataTables_wrapper .dataTables_info#press_table_info, body .dataTables_wrapper .dataTables_paginate#press_table_paginate, body .dataTables_length, .dataTables_wrapper .dataTables_filter {
  display: none;
}

body.search .dataTables_wrapper .dataTables_info#press_table_info, body.search .dataTables_wrapper .dataTables_paginate#press_table_paginate, body.search .dataTables_length {
  display: block;
}

.press-post-content.post-type ul li, .press-post-content.post-type ol li {
  font-size: 1rem;
  margin: 0;
}

.press-post-content .wp-paginate .current {
  background: #352049;
}

.wp-search {
  position: relative;
  z-index: 2;
}

.wp-search form {
  position: absolute;
  top: 0;
  top: -30px;
  right: 0;
}

body.search .wp-search form {
  top: 0;
}

.wp-search form input {
  margin-left: 0.5em;
  border-radius: 0px;
  background-color: #ededed;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 4px;
}

body.search.post-type-archive-press .press-post h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-transform: none;
}

@media screen and (max-width: 640px) {
  .wp-search form {
    margin-bottom: 20px;
    position: relative;
    top: auto;
    top: auto;
    right: auto;
    text-align: center;
  }

  body.search .wp-search form {
    top: auto;
  }

  body.search .wp-search form label {
    display: inline-block;
  }
}

.additional-gallery .additional-bottle-image .owl-nav,
.additional-gallery .additional-bottle-image .owl-dots {
  display: none;
}

.owl-nav .disabled {
  display: none !important;
}

.no-found {
  padding-left: 30px;
  padding-right: 30px;
}

/*-----
RULES

If it’s a hack, it goes in _shame.scss.

Document all hacks fully:
  1) What part of the codebase does it relate to?
  2) Why was this needed?
  3) How does this fix it?
  4) How might you fix it properly, given more time?

Do not blame the developer; if they explained why they had to do it then their reasons are probably (hopefully) valid.

Try and clean _shame.scss up when you have some down time.

Even better, get a tech-debt story in which you can dedicate actual sprint time to it.

The name is purely comical, there is no real shame in a hack. We all write a hack at some point pre- or post-production.

This way the hacks are easy to find, though.
-----*/

/*# sourceMappingURL=theme.css.map */
