/*
	Theme Name: Accel434
	Description: Child theme of Genesis, by <a href="https://www.434marketing.com">434 Marketing</a>.
	Author: 434 Marketing.
	Author URI: https://www.434marketing.com

	Template: genesis
*/
@import url(assets/components/normalize.css/normalize.css);
._form button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.primary-button a,
.red-button a,
.green-button a,
.light-green-button a,
.medium-gray-button a,
.dark-gray-button a,
.white-button a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #6A8E4C;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1;
  padding: 1.1875em 3.4375em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative; }
  ._form button:after,
  input[type="button"]:after,
  input[type="reset"]:after,
  input[type="submit"]:after,
  .primary-button a:after,
  .red-button a:after,
  .green-button a:after,
  .light-green-button a:after,
  .medium-gray-button a:after,
  .dark-gray-button a:after,
  .white-button a:after {
    content: "";
    border: 1px solid #fff;
    opacity: .5;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  ._form button:hover, ._form button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .primary-button a:hover,
  .primary-button a:focus,
  .red-button a:hover,
  .red-button a:focus,
  .green-button a:hover,
  .green-button a:focus,
  .light-green-button a:hover,
  .light-green-button a:focus,
  .medium-gray-button a:hover,
  .medium-gray-button a:focus,
  .dark-gray-button a:hover,
  .dark-gray-button a:focus,
  .white-button a:hover,
  .white-button a:focus {
    background-color: #506b39;
    color: #fff; }
    ._form button:hover:after, ._form button:focus:after,
    input[type="button"]:hover:after,
    input[type="button"]:focus:after,
    input[type="reset"]:hover:after,
    input[type="reset"]:focus:after,
    input[type="submit"]:hover:after,
    input[type="submit"]:focus:after,
    .primary-button a:hover:after,
    .primary-button a:focus:after,
    .red-button a:hover:after,
    .red-button a:focus:after,
    .green-button a:hover:after,
    .green-button a:focus:after,
    .light-green-button a:hover:after,
    .light-green-button a:focus:after,
    .medium-gray-button a:hover:after,
    .medium-gray-button a:focus:after,
    .dark-gray-button a:hover:after,
    .dark-gray-button a:focus:after,
    .white-button a:hover:after,
    .white-button a:focus:after {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  ._form button:disabled,
  input[type="button"]:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled,
  .primary-button a:disabled,
  .red-button a:disabled,
  .green-button a:disabled,
  .light-green-button a:disabled,
  .medium-gray-button a:disabled,
  .dark-gray-button a:disabled,
  .white-button a:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    ._form button:disabled:hover,
    input[type="button"]:disabled:hover,
    input[type="reset"]:disabled:hover,
    input[type="submit"]:disabled:hover,
    .primary-button a:disabled:hover,
    .red-button a:disabled:hover,
    .green-button a:disabled:hover,
    .light-green-button a:disabled:hover,
    .medium-gray-button a:disabled:hover,
    .dark-gray-button a:disabled:hover,
    .white-button a:disabled:hover {
      background-color: transparent; }

.small-button {
  display: inline-block; }
  .small-button a {
    font-size: 0.875em;
    padding: 0.8em 2em; }
    .small-button a:after {
      display: none; }

.primary-button a,
.red-button a,
.red-button input[type=submit] {
  background-color: #842323; }
  .primary-button a:hover, .primary-button a:focus,
  .red-button a:hover,
  .red-button a:focus,
  .red-button input[type=submit]:hover,
  .red-button input[type=submit]:focus {
    background-color: #5c1919;
    color: #fff;
    outline: none; }

.green-button a,
.green-button input[type=submit] {
  background-color: #46662E; }
  .green-button a:hover, .green-button a:focus,
  .green-button input[type=submit]:hover,
  .green-button input[type=submit]:focus {
    background-color: #314720;
    color: #fff;
    outline: none; }

.light-green-button a,
.light-green-button input[type=submit] {
  background-color: #6A8E4C; }
  .light-green-button a:hover, .light-green-button a:focus,
  .light-green-button input[type=submit]:hover,
  .light-green-button input[type=submit]:focus {
    background-color: #4a6335;
    color: #fff;
    outline: none; }

.medium-gray-button a,
.medium-gray-button input[type=submit] {
  background-color: #777; }
  .medium-gray-button a:hover, .medium-gray-button a:focus,
  .medium-gray-button input[type=submit]:hover,
  .medium-gray-button input[type=submit]:focus {
    background-color: #535353;
    color: #fff;
    outline: none; }

.dark-gray-button a,
.dark-gray-button input[type=submit] {
  background-color: #222; }
  .dark-gray-button a:hover, .dark-gray-button a:focus,
  .dark-gray-button input[type=submit]:hover,
  .dark-gray-button input[type=submit]:focus {
    background-color: #181818;
    color: #fff;
    outline: none; }

.white-button a,
.white-button input[type=submit] {
  background-color: white;
  color: #222;
  -webkit-font-smoothing: antialiased; }
  .white-button a:hover, .white-button a:focus,
  .white-button input[type=submit]:hover,
  .white-button input[type=submit]:focus {
    background-color: #b3b3b3;
    color: #fff;
    outline: none; }
  .white-button a:after,
  .white-button input[type=submit]:after {
    border-color: #999; }
  .white-button a:hover:after, .white-button a:focus:after,
  .white-button input[type=submit]:hover:after,
  .white-button input[type=submit]:focus:after {
    border-color: #fff; }

.red-button,
.green-button,
.light-green-button,
.medium-gray-button,
.dark-gray-button,
.white-button {
  display: inline-block; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.25em;
  padding: 0; }

label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.25em; }

input,
select {
  display: block;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple]:hover {
    border-color: #bebebe; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple]:focus {
    border-color: #6A8E4C;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(94, 125, 67, 0.7);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(94, 125, 67, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #eee; }

textarea {
  resize: vertical; }

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.25em; }

[type="file"] {
  margin-bottom: 0.5em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

._form select {
  width: 100%; }

._form button {
  margin-top: 1em; }

.site-inner .gform_wrapper {
  margin: 0; }
  .site-inner .gform_wrapper ul {
    margin-left: 0px !important; }
    .site-inner .gform_wrapper ul li {
      list-style-type: none !important;
      padding: 0 !important; }
      .site-inner .gform_wrapper ul li:first-child {
        margin-top: 0; }
      .site-inner .gform_wrapper ul li input,
      .site-inner .gform_wrapper ul li select {
        width: 100% !important; }
  .site-inner .gform_wrapper .gform_footer {
    margin: 0; }

#tinymce ul,
.site-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 28px; }
  #tinymce ul li,
  .site-inner ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.625rem; }
    #tinymce ul li:before,
    .site-inner ul li:before {
      content: "";
      height: 8px;
      width: 8px;
      background-color: #222;
      border-radius: 50%;
      position: absolute;
      left: 3px;
      top: 7px; }
    #tinymce ul li ul,
    .site-inner ul li ul {
      margin-top: 0.5em; }

#tinymce ol,
.site-inner ol {
  margin-left: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em; }
  #tinymce ol li,
  .site-inner ol li {
    position: relative;
    margin-left: 1.5rem;
    margin-bottom: 0.75rem; }
    #tinymce ol li ol,
    .site-inner ol li ol {
      margin-top: 0.5em; }

dl {
  margin-bottom: 1.5em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.5em; }
  dl dd {
    margin: 0; }

> dl,
> ol,
> ul,
p {
  margin-bottom: 1.5em; }

table {
  border-collapse: collapse;
  margin: 0.5em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b3b3b3;
  font-weight: 600;
  padding: 0.5em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #555;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 90%;
  line-height: 1.5; }
  body ::-moz-selection {
    background-color: #6A8E4C;
    color: white; }
  body ::selection {
    background-color: #6A8E4C;
    color: white; }
  @media screen and (min-width: 900px) {
    body {
      font-size: 1em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #111;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0.5em;
  -webkit-font-smoothing: antialiased; }

h1,
#heading-one {
  font-size: 3.75em;
  text-transform: uppercase;
  font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: block; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2.25em; }

h4 {
  font-size: 1.875em; }

h5 {
  font-size: 1.625em; }

h6 {
  font-size: 1.25em; }

p {
  margin: 0 0 1.5em; }

a {
  color: #6A8E4C;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  a:active, a:focus, a:hover {
    color: #455c31; }

hr {
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 1px solid #eee;
  border-color: #842323;
  border-width: 7px;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 1.25rem; }

code {
  background: #eee;
  border: 1px solid #eee;
  color: #555;
  padding: 2px 4px; }

.wp-caption .wp-caption-text {
  margin: 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }

.base-font {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.heading-font {
  font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.uppercase {
  text-transform: uppercase; }

.normalcase {
  text-transform: none; }

.lowercase {
  text-transform: lowercase; }

.small {
  font-size: 0.875em; }

.large {
  font-size: 1.125em; }

.light-weight {
  font-weight: 300; }

.normal-weight {
  font-weight: 400; }

.bold-weight {
  font-weight: 700; }

.no-bottom-margin {
  margin-bottom: -0.5em;
  display: block; }

.neg-margin {
  margin-top: -1em;
  display: block; }

.red-font {
  color: #842323; }

.green-font {
  color: #46662E; }

.light-green-font {
  color: #6A8E4C; }

.white-font {
  color: #fff; }

.dark-gray-font {
  color: #222; }

.medium-gray-font {
  color: #777; }

.light-gray-font {
  color: #eee; }

#tinymce {
  background: #e5e5e5; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/* ## Site Containers
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 900px) {
  .site-inner .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .site-inner .wrap::after {
      clear: both;
      content: "";
      display: table; } }

.fixed-header .page-banner-slider,
.fixed-header.no-banner .site-inner,
.fixed-header.woocommerce-cart .site-inner,
.fixed-header.woocommerce-checkout .site-inner,
.fixed-header.woocommerce-account .site-inner,
.fixed-header .mobile-bread-crumb-wrap {
  padding-top: 70px; }
  @media screen and (min-width: 900px) {
    .fixed-header .page-banner-slider,
    .fixed-header.no-banner .site-inner,
    .fixed-header.woocommerce-cart .site-inner,
    .fixed-header.woocommerce-checkout .site-inner,
    .fixed-header.woocommerce-account .site-inner,
    .fixed-header .mobile-bread-crumb-wrap {
      padding-top: 99px; } }

.single-post .site-inner,
.single-staff .site-inner,
.single-tribe_venue .site-inner,
.blog .site-inner,
.archive .site-inner,
.search .site-inner,
.page-template-default .site-inner {
  margin-top: 4em;
  margin-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .single-post .site-inner,
    .single-staff .site-inner,
    .single-tribe_venue .site-inner,
    .blog .site-inner,
    .archive .site-inner,
    .search .site-inner,
    .page-template-default .site-inner {
      margin-top: 6.25em;
      margin-bottom: 6.25em; } }

.single-tribe_events .site-inner {
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .single-tribe_events .site-inner {
      margin-top: 6.25em; } }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ## Column Widths and Positions
--------------------------------------------- */
.content,
.sidebar-primary,
.full-width .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .content:last-child,
  .sidebar-primary:last-child,
  .full-width .content:last-child {
    margin-right: 0; }

@media screen and (min-width: 900px) {
  .content-sidebar-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .content-sidebar-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .content-sidebar-wrap .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .content-sidebar-wrap .content:last-child {
        margin-right: 0; }
      .full-width-content .content-sidebar-wrap .content {
        width: 100%; }
    .content-sidebar-wrap .sidebar-primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .content-sidebar-wrap .sidebar-primary:last-child {
        margin-right: 0; }
    .content-sidebar .content-sidebar-wrap .sidebar-primary {
      margin-right: 0;
      margin-left: auto; }
    .sidebar-content .content-sidebar-wrap .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 0;
      margin-left: auto; }
    .sidebar-content .content-sidebar-wrap .sidebar-primary {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/**
* Avatar
*/
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

/**
* Media
*/
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

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

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 3em; }

img.alignnone,
.alignnone {
  margin-bottom: 1.5em; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 3em 3em 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 3em 3em; }

.wp-caption-text {
  font-size: 0.75em;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/**
* Objects
*/
embed,
iframe,
img,
object,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/**
* Widget
*/
.widget {
  word-wrap: break-word; }

.widget li li {
  border: none;
  margin: 0 0 0 3em;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/**
* Post Title
*/
.post-title {
  font-size: 2.5em;
  font-weight: bold; }

/**
* Entry Content
*/
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/**
* Entry Meta
*/
.entry-comments-link::before {
  content: "\2014";
  margin: 0 1.5em 0 0.75em; }

/**
* Password Protected
**/
.post-password-form {
  margin: 4em 0;
  text-align: center; }
  .post-password-form label {
    text-align: left; }
  .post-password-form input[type="submit"] {
    padding: 0.85em 3.5em; }

/**
* Gallery
*
* We aren't going to use Neat for this gallery due to the possible number of gallery columns
* that don't easily break into 12.
*
*/
.gallery {
  overflow: hidden; }
  .gallery br {
    clear: none !important; }

.gallery-item {
  float: left;
  margin: 0 !important;
  text-align: center;
  width: 50% !important; }

.gallery-icon {
  margin: 0; }

.gallery-columns-1 .gallery-item {
  width: 100% !important; }

@media screen and (min-width: 600px) {
  .gallery-columns-2 .gallery-item {
    width: 50% !important; }
  .gallery-columns-3 .gallery-item {
    width: 33% !important; }
  .gallery-columns-4 .gallery-item {
    width: 25% !important; }
  .gallery-columns-5 .gallery-item {
    width: 20% !important; }
  .gallery-columns-6 .gallery-item {
    width: 16.6666% !important; }
  .gallery-columns-7 .gallery-item {
    width: 14.2857% !important; }
  .gallery-columns-8 .gallery-item {
    width: 12.5% !important; }
  .gallery-columns-9 .gallery-item {
    width: 11.1111% !important; } }

.gallery img {
  border: none !important;
  height: auto;
  padding: 4px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  display: block; }

.gallery img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

@supports (padding: 0px) {
  .site-container {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right); } }

/**
 * Components
 */
body {
  position: relative;
  overflow-x: hidden; }
  body.locked {
    overflow: hidden; }

.site-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%; }
  .site-container.move-left {
    right: 300px; }

.mobile-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #222;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -300px;
  top: 0;
  width: 300px;
  z-index: 2000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 1rem; }
  .mobile-menu.move-in {
    right: 0; }
  .admin-bar .mobile-menu {
    margin-top: 32px; }
    @media (max-width: 782px) {
      .admin-bar .mobile-menu {
        margin-top: 46px; } }
  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .mobile-menu .menu > li {
    margin-left: 0; }
    .mobile-menu .menu > li:before {
      content: none; }
    .mobile-menu .menu > li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .mobile-menu .menu > li > a {
      font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: bold;
      color: #fff;
      display: block;
      margin-bottom: 1.25em;
      line-height: 1em;
      text-transform: uppercase; }
    .mobile-menu .menu > li.menu-item-has-children {
      position: relative; }
      .mobile-menu .menu > li.menu-item-has-children:after {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        background-image: url("assets/icons/src/arrow-white.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        cursor: pointer;
        height: 26px;
        position: absolute;
        right: -5px;
        top: -3px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        width: 26px; }
      .mobile-menu .menu > li.menu-item-has-children.active:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .mobile-menu .menu > li.menu-item-has-children .sub-menu {
        padding-left: 0.625em;
        display: none;
        margin-bottom: 1.375em;
        margin-top: -10px; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu li {
          margin-left: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:before {
            content: none; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:first-child {
            margin-top: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:last-child {
            margin-bottom: 0; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu a {
          color: #eee;
          font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .mobile-menu .icon-close-container {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 16px;
    right: 14px;
    cursor: pointer;
    z-index: 99999; }
  .mobile-menu .icon-close {
    width: 28px;
    height: 28px; }
    .mobile-menu .icon-close path:first-child {
      fill: #fff; }
  .mobile-menu .donate-button {
    font-size: 1em;
    font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 1em;
    text-transform: uppercase;
    background: #842323;
    padding: 0.5em 0.8em;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: inline-block; }
    .mobile-menu .donate-button:hover {
      background: #6a1c1c; }
    @media screen and (min-width: 900px) {
      .mobile-menu .donate-button {
        display: none; } }

.mobile-menu-search {
  margin-top: 1.875em; }
  .mobile-menu-search input[type='submit'] {
    display: none !important; }

.mobile-menu-icon {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  cursor: pointer;
  z-index: 310; }
  @media screen and (min-width: 900px) {
    .mobile-menu-icon {
      display: none; } }

.mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #222;
  border-radius: 2px;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 150ms ease;
  transition: 150ms ease; }

.mobile-menu-icon span:nth-child(1) {
  top: 0px; }

.mobile-menu-icon span:nth-child(2),
.mobile-menu-icon span:nth-child(3) {
  top: 8px; }

.mobile-menu-icon span:nth-child(4) {
  top: 16px; }

.site-container.move-left .mobile-menu-icon span:nth-child(1) {
  width: 0%;
  left: 50%; }

.site-container.move-left .mobile-menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.site-container.move-left .mobile-menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.site-container.move-left .mobile-menu-icon span:nth-child(4) {
  width: 0%;
  left: 50%; }

.site-header {
  background-color: #F9EFD6;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  /* Title Area */
  /* Header Right */ }
  .fixed-header .site-header {
    position: fixed; }
  .fixed-header .move-left .site-header {
    right: 300px; }
  .site-header > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .site-header .title-area {
    padding: 1em 0; }
    .site-header .title-area .site-title {
      font-size: 2.5em;
      font-weight: 500;
      margin-bottom: 0; }
      .site-header .title-area .site-title a {
        color: #222; }
      .site-header .title-area .site-title a:focus,
      .site-header .title-area .site-title a:hover {
        color: #6A8E4C; }
    .site-header .title-area .site-description {
      font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 1em;
      font-weight: 500;
      margin-bottom: 0; }
    .header-image .site-header .title-area .site-description,
    .header-image .site-header .title-area .site-title {
      display: block;
      text-indent: -9999px;
      font-size: 1em; }
    .header-image .site-header .title-area .site-title > a {
      background-color: transparent;
      background-image: url("assets/images/logo.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 42px;
      width: 167px;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
      float: left; }
      @media screen and (min-width: 900px) {
        .header-image .site-header .title-area .site-title > a {
          height: 67px;
          width: 267px; } }
      .header-image .site-header .title-area .site-title > a:before {
        content: '';
        background-image: url("assets/images/logo.png"); }
  .site-header .widget-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (min-width: 900px) {
      .site-header .widget-area {
        padding-left: 1.5em;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .site-header .widget-area .genesis-nav-menu {
      display: none; }
      @media screen and (min-width: 900px) {
        .site-header .widget-area .genesis-nav-menu {
          display: block; } }
    .site-header .widget-area .widget {
      margin: 0; }
      .site-header .widget-area .widget li li {
        margin-left: 0; }
  .site-header .top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 900px) {
      .site-header .top-bar {
        position: relative;
        margin-bottom: 1em; } }
    .site-header .top-bar .widget {
      float: left; }
    .site-header .top-bar .widget_text {
      font-size: 14px;
      display: none; }
      @media screen and (min-width: 900px) {
        .site-header .top-bar .widget_text {
          display: block; } }
      .site-header .top-bar .widget_text p {
        margin: 0;
        line-height: 1em;
        float: left;
        border-right: 1px solid #eee;
        padding-right: 1em;
        margin-right: 1em;
        border-color: #999; }
        .site-header .top-bar .widget_text p a {
          color: #777;
          display: inline-block; }
          .site-header .top-bar .widget_text p a:hover {
            color: #6A8E4C; }
    .site-header .top-bar .search-phone-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0 3em 0 0; }
      @media screen and (min-width: 900px) {
        .site-header .top-bar .search-phone-wrap {
          margin: 0; } }
      .site-header .top-bar .search-phone-wrap .donate-button {
        font-size: 1em;
        font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        line-height: 1em;
        text-transform: uppercase;
        background: #842323;
        padding: 0.5em 0.8em;
        margin-left: 1em;
        color: #fff;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        display: none; }
        .site-header .top-bar .search-phone-wrap .donate-button:hover {
          background: #6a1c1c; }
        @media screen and (min-width: 900px) {
          .site-header .top-bar .search-phone-wrap .donate-button {
            display: inline-block; } }
    .site-header .top-bar .phone-icon,
    .site-header .top-bar .search-icon {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      opacity: 0.5;
      height: 18px;
      width: 18px; }
      .site-header .top-bar .phone-icon svg,
      .site-header .top-bar .search-icon svg {
        fill: transparent;
        stroke: #222;
        width: 100%;
        height: 100%; }
      .site-header .top-bar .phone-icon:hover,
      .site-header .top-bar .search-icon:hover {
        opacity: 1;
        cursor: pointer; }

header .genesis-nav-menu {
  clear: both;
  font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%; }

header .menu-item {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 0;
  text-align: left;
  position: relative; }
  header .menu-item:after {
    content: '';
    top: 100%;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0; }
  header .menu-item > a {
    color: #666;
    display: block;
    padding: 0.5em;
    padding: 0 0.8em;
    font-weight: 500; }
  header .menu-item a:hover,
  header .menu-item a:focus,
  header .menu-item.current-menu-item > a,
  header .menu-item.current-menu-ancestor > a,
  header .menu-item.current-menu-parent > a,
  header .menu-item.menu-item-has-children.menu-item-hover > a {
    color: #842323; }
  header .menu-item:hover > .sub-menu, header .menu-item:focus > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  header .menu-item:last-child > a,
  header .menu-item.last > a {
    padding-right: 0; }
  header .menu-item .sub-menu {
    background: white;
    margin: 17px 0 0 -15px;
    padding: 30px 30px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 250%;
    width: 250px;
    z-index: 100;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    header .menu-item .sub-menu li {
      display: block;
      margin: 0; }
      header .menu-item .sub-menu li a {
        color: rgba(85, 85, 85, 0.8);
        padding: 0 0 1em 0;
        position: relative;
        font-size: 0.875em; }
        header .menu-item .sub-menu li a:hover {
          color: #333; }
      header .menu-item .sub-menu li.current-menu-item > a:hover,
      header .menu-item .sub-menu li.current-menu-item > a:focus {
        color: #333; }
      header .menu-item .sub-menu li:last-child a {
        padding: 0; }
    header .menu-item .sub-menu .sub-menu {
      margin: -41px 0 0 199px; }
    header .menu-item .sub-menu.edge {
      left: auto;
      right: 0; }
  header .menu-item.nav-button a {
    font-size: 0.875em;
    font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 1em;
    text-transform: uppercase;
    background: #6A8E4C;
    padding: 0.8em 1em;
    margin-left: 1em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    -webkit-font-smoothing: antialiased; }
    header .menu-item.nav-button a:hover {
      background: #55723d; }

header #menu-woo-menu {
  min-width: 58px;
  display: block;
  clear: both;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  margin-right: 5px;
  padding: 0; }
  header #menu-woo-menu .menu-item {
    opacity: 0.7;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    header #menu-woo-menu .menu-item a {
      margin-right: 5px;
      padding: 0 0 0 20px;
      width: 20px;
      height: 13px;
      overflow: hidden; }
      header #menu-woo-menu .menu-item a.cart-ajax {
        width: auto; }
      header #menu-woo-menu .menu-item a:before {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        content: ' ';
        display: inline-block;
        height: 18px;
        position: absolute;
        top: -3px;
        left: 0;
        width: 18px; }
      header #menu-woo-menu .menu-item a:after {
        display: none; }
      header #menu-woo-menu .menu-item a span {
        visibility: hidden;
        left: -9999px;
        position: absolute; }
      header #menu-woo-menu .menu-item a .menu-item-number {
        visibility: visible;
        left: auto;
        position: relative; }
    header #menu-woo-menu .menu-item:first-child a:before {
      background-image: url("assets/images/user.png"); }
    header #menu-woo-menu .menu-item:nth-child(2) a:before {
      background-image: url("assets/images/bag.png"); }
    header #menu-woo-menu .menu-item:hover {
      opacity: 1; }
      header #menu-woo-menu .menu-item:hover a {
        color: #111; }

.page-banner-slider {
  display: block;
  width: 100%;
  font-size: 80%; }
  @media screen and (min-width: 900px) {
    .page-banner-slider {
      font-size: 100%; } }
  .page-banner-slider .page-banner__slide {
    height: 400px; }
    .page-banner-slider .page-banner__slide > .wrap {
      height: 100%; }
  .page-banner-slider.small-height-banner .page-banner__slide {
    height: 150px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.small-height-banner .page-banner__slide {
        height: 250px; } }
  .page-banner-slider.medium-height-banner .page-banner__slide {
    height: 250px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.medium-height-banner .page-banner__slide {
        height: 400px; } }
  .page-banner-slider.large-height-banner .page-banner__slide {
    height: 400px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.large-height-banner .page-banner__slide {
        height: 600px; } }
  .page-banner-slider.full-screen-height-banner .page-banner__slide {
    height: 400px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.full-screen-height-banner .page-banner__slide {
        height: 100vh; } }
  .page-banner-slider.hide_banner_image .page-banner__slide {
    height: 100px;
    border-bottom: 1px solid #eee; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.hide_banner_image .page-banner__slide {
        height: 150px; } }
    .page-banner-slider.hide_banner_image .page-banner__slide .page-banner__title {
      padding-bottom: 0; }
      .page-banner-slider.hide_banner_image .page-banner__slide .page-banner__title:after {
        display: none; }

.page-banner__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .page-banner__slide > .wrap {
    position: relative; }
  .page-banner__slide .page-banner__content {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center; }
  .page-banner__slide .page-banner__subtitle,
  .page-banner__slide .page-banner__title {
    text-align: center;
    margin-bottom: 0;
    line-height: 1; }
  .page-banner__slide .page-banner__title {
    display: inline-block !important;
    padding-bottom: 0.3em;
    position: relative; }
    .page-banner__slide .page-banner__title:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0; }
  .page-banner__slide .page-banner__subtitle {
    margin: 0.5em auto 0 auto;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    max-width: 900px; }
    .page-banner__slide .page-banner__subtitle span {
      border-right: 1px solid #fff;
      padding-right: 0.3em; }
      .page-banner__slide .page-banner__subtitle span:last-child {
        border: none;
        padding-right: 0; }
  .page-banner__slide .page-banner__button {
    text-align: center;
    margin-top: 1.5em;
    display: block; }
  .page-banner__slide.light-text .page-banner__subtitle,
  .page-banner__slide.light-text .page-banner__title {
    color: white; }
  .page-banner__slide.dark-text .page-banner__subtitle,
  .page-banner__slide.dark-text .page-banner__title {
    color: #222; }
  .page-banner__slide.video-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    visibility: hidden; }
    @media (max-width: 900px) {
      .page-banner__slide.video-slide video {
        display: none; } }
  .page-banner__slide.video-slide.slick-current video {
    visibility: visible; }
  .page-banner__slide .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .page-banner__slide .overlay.dark-overlay {
      background-color: rgba(0, 0, 0, 0.5); }
    .page-banner__slide .overlay.light-overlay {
      background-color: rgba(255, 255, 255, 0.3); }
  .page-banner__slide .left-arrow,
  .page-banner__slide .right-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 100;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    @media screen and (min-width: 900px) {
      .page-banner__slide .left-arrow,
      .page-banner__slide .right-arrow {
        top: 50%;
        bottom: auto; } }
    .page-banner__slide .left-arrow svg,
    .page-banner__slide .right-arrow svg {
      width: 50px;
      height: 50px;
      fill: white; }
    .page-banner__slide .left-arrow:hover,
    .page-banner__slide .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .page-banner__slide .left-arrow {
    left: 1.5em; }
    .page-banner__slide .left-arrow svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .page-banner__slide .right-arrow {
    right: 1.5em; }

/**
 * Entries
 */
.entry {
  position: relative; }

.entry-footer {
  border-top: 1px solid #eee;
  padding-top: 1.5em; }

.entry-title a {
  color: #555; }
  .entry-title a:hover, .entry-title a:focus {
    color: #6A8E4C; }

/**
 * Entry Meta
 */
.entry-meta {
  color: #555;
  font-size: 1em;
  margin-bottom: 0; }
  .entry-meta span,
  .entry-meta time,
  .entry-meta a {
    margin-right: 5px; }
    .entry-meta span:last-child,
    .entry-meta time:last-child,
    .entry-meta a:last-child {
      margin-right: 0; }
  .entry-meta a {
    color: #6A8E4C; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #384c28; }

.entry-terms {
  display: block;
  padding-bottom: 5px; }
  .entry-terms:last-child {
    padding-bottom: 0; }
  .entry-terms span,
  .entry-terms time,
  .entry-terms a {
    margin-right: 0; }

.breadcrumb {
  font-size: 1em;
  margin-bottom: 0.5em; }
  .breadcrumb span:not(.breadcrumb-link-wrap) {
    padding: 0 4px; }

.sidebar {
  font-size: 1em;
  margin-top: 2em; }
  @media screen and (min-width: 900px) {
    .sidebar {
      margin-top: 0; } }
  .sidebar ul {
    line-height: 1.2em; }
  .sidebar li {
    margin-bottom: 1em !important;
    padding-left: 0 !important; }
    .sidebar li:before {
      display: none; }
    .sidebar li a {
      color: #888; }
      .sidebar li a:hover {
        color: #111; }
  .sidebar p:last-child,
  .sidebar ul > li:last-child {
    margin-bottom: 0; }
  .sidebar .widget {
    background-color: white;
    margin-bottom: 2em; }
    @media screen and (min-width: 900px) {
      .sidebar .widget {
        margin-bottom: 3em; } }
    @media screen and (min-width: 900px) {
      .sidebar .widget {
        padding: 0 0 0 2em; } }

.comment {
  position: relative; }
  .comment > article {
    background-color: white;
    border: 1px solid #eee;
    border-color: #eee;
    border-radius: 3px;
    margin-bottom: 1.5em; }
  .comment .comment {
    margin-top: 1.5em;
    padding-bottom: 0; }
    .comment .comment:last-child {
      margin-bottom: 0; }

.comment-header {
  background-color: #eee;
  border-bottom: 1px solid #eee;
  border-color: #eee;
  clear: both;
  min-height: 75px;
  padding: 0.5em;
  position: relative; }
  .comment-header .comment-author {
    margin-right: 0.5em;
    font-style: italic; }
    @media screen and (min-width: 900px) {
      .comment-header .comment-author {
        margin-left: 1.5em; } }
  .comment-header p {
    display: inline-block;
    margin-bottom: 0.5em; }
  .comment-header .comment-edit-link {
    margin-left: 5px; }
  .comment-header .says {
    display: none; }

.comment .avatar {
  border: 1px solid #eee;
  border-color: white;
  border-size: 4px;
  border-radius: 100%;
  margin-right: 0.5em; }
  @media screen and (min-width: 900px) {
    .comment .avatar {
      left: -24px;
      top: 15px;
      position: absolute;
      width: 48px; } }

.comment .children {
  border-left: 1px dashed #eee;
  padding-left: 1.5em; }
  .comment .children header {
    padding-left: 0.5em; }
  .comment .children .avatar {
    left: -50px; }

.comment-content,
.comment-reply {
  clear: both;
  padding: 0.5em; }

.pagination {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
  clear: both; }
  .pagination li,
  .pagination .pagination-next,
  .pagination .pagination-previous {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .pagination li a,
    .pagination .pagination-next a,
    .pagination .pagination-previous a {
      display: inline-block;
      color: #555;
      padding: 0.5em 1.5em; }
    .pagination li.active, .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next.active,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous.active,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      background: #6A8E4C; }
      .pagination li.active a, .pagination li:hover a, .pagination li:focus a,
      .pagination .pagination-next.active a,
      .pagination .pagination-next:hover a,
      .pagination .pagination-next:focus a,
      .pagination .pagination-previous.active a,
      .pagination .pagination-previous:hover a,
      .pagination .pagination-previous:focus a {
        color: white; }
    .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      border: 1px solid #eee;
      border-color: #6A8E4C; }
      .pagination li:hover a, .pagination li:focus a,
      .pagination .pagination-next:hover a,
      .pagination .pagination-next:focus a,
      .pagination .pagination-previous:hover a,
      .pagination .pagination-previous:focus a {
        color: white; }
    .pagination li.pagination-omission,
    .pagination .pagination-next.pagination-omission,
    .pagination .pagination-previous.pagination-omission {
      border: 0px; }
      .pagination li.pagination-omission.active, .pagination li.pagination-omission:hover, .pagination li.pagination-omission:focus,
      .pagination .pagination-next.pagination-omission.active,
      .pagination .pagination-next.pagination-omission:hover,
      .pagination .pagination-next.pagination-omission:focus,
      .pagination .pagination-previous.pagination-omission.active,
      .pagination .pagination-previous.pagination-omission:hover,
      .pagination .pagination-previous.pagination-omission:focus {
        background: transparent; }

.map-embed-section {
  overflow: hidden;
  display: none; }
  body.home .map-embed-section {
    display: block; }
  .map-embed-section iframe {
    border: none;
    margin-bottom: -20px;
    margin-top: -46px; }

.site-footer {
  background-color: #333;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 1.5em 0;
  text-align: center;
  color: #bbb; }
  .site-footer .footer-right {
    text-transform: uppercase;
    margin-top: 10px; }
    .site-footer .footer-right a {
      font-weight: bold;
      color: #bbb; }
      .site-footer .footer-right a:hover {
        color: #fff; }
  @media screen and (min-width: 900px) {
    .site-footer .footer-left {
      float: left; }
    .site-footer .footer-right {
      float: right;
      margin-top: 0; } }
  .site-footer p {
    margin-bottom: 0; }

.call-to-action.footer-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222;
  display: block;
  padding: 7.5em 0;
  position: relative;
  width: 100%; }
  .call-to-action.footer-cta .wrap {
    position: relative;
    z-index: 100; }
  .call-to-action.footer-cta .cta-content {
    color: white; }
    .call-to-action.footer-cta .cta-content p {
      font-size: 1.5em;
      margin-bottom: 1.5em; }
      .call-to-action.footer-cta .cta-content p:last-of-type {
        font-size: 1em; }
  .call-to-action.footer-cta.img-bg {
    position: relative; }
    .call-to-action.footer-cta.img-bg:before {
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      background-color: rgba(34, 34, 34, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .call-to-action.footer-cta.img-bg .wrap {
      position: relative;
      z-index: 100; }
  .call-to-action.footer-cta.video-bg {
    position: relative;
    overflow: hidden; }
    .call-to-action.footer-cta.video-bg:before {
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      background-color: rgba(34, 34, 34, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .call-to-action.footer-cta.video-bg .wrap {
      position: relative;
      z-index: 100; }
    @media screen and (min-width: 900px) {
      .call-to-action.footer-cta.video-bg {
        position: relative; }
        .call-to-action.footer-cta.video-bg:before {
          -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
          background-color: rgba(34, 34, 34, 0);
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        .call-to-action.footer-cta.video-bg .wrap {
          position: relative;
          z-index: 100; } }
    .call-to-action.footer-cta.video-bg .autoplay-video {
      bottom: 0;
      display: none;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%; }
      @media screen and (min-width: 900px) {
        .call-to-action.footer-cta.video-bg .autoplay-video {
          display: block; } }

.error404 .site-inner {
  display: inline-block;
  width: 100%; }

.error404 .content {
  background-color: white; }

.error404 .section-404 {
  padding: 4em 0;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .error404 .section-404 {
      padding: 6.25em 0; } }
  .error404 .section-404 input {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    text-align: center; }

.header-search-box {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none; }
  .header-search-box .inner-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-search-box.search-is-open {
    background-color: white;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 1.5em; }
    .scrolled .header-search-box.search-is-open {
      border-bottom: 1px solid #eee; }
    .header-search-box.search-is-open input {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      width: 80%; }
    .header-search-box.search-is-open input[type='submit'] {
      display: none; }
    .header-search-box.search-is-open .header-search-box__close-search {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      position: absolute;
      right: 1.5em;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 40px; }
      .header-search-box.search-is-open .header-search-box__close-search:hover {
        cursor: pointer; }

.footer-widgets {
  background-color: #842323;
  clear: both;
  position: relative;
  padding: 3em 0;
  color: #fff; }
  @media screen and (min-width: 900px) {
    .footer-widgets {
      padding: 5.125em 0; } }
  .footer-widgets .widget-area {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .footer-widgets .widget-area:last-child {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n) {
          margin-right: 2.35765%; }
        .footer-widgets .widget-area:nth-child(4n+1) {
          clear: none; }
        .footer-widgets .widget-area:nth-child(2n) {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 900px) {
      .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 27.49666%;
        margin-bottom: 0; }
        .footer-widgets .widget-area:last-child {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(2n) {
          margin-right: 2.35765%; }
        .footer-widgets .widget-area:nth-child(2n+1) {
          clear: none; }
        .footer-widgets .widget-area:nth-child(4n) {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n+1) {
          clear: left; }
        .footer-widgets .widget-area:last-child {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 10.43705%; }
          .footer-widgets .widget-area:last-child:last-child {
            margin-right: 0; } }
    .footer-widgets .widget-area .widget {
      text-align: left;
      clear: both;
      min-width: 51%; }
      @media screen and (min-width: 900px) {
        .footer-widgets .widget-area .widget {
          display: inline-block; } }
  .footer-widgets .widget-title.widgettitle {
    font-size: 1.75em;
    color: #fff;
    font-weight: 500; }
  .footer-widgets .widget_objectiv_footer_contact .footer-logo {
    max-width: 300px;
    margin-bottom: 0.5em; }
  .footer-widgets .widget_objectiv_footer_contact .get-directions {
    margin-top: -0.5em; }
  .footer-widgets .widget_objectiv_footer_contact .add-3 {
    font-size: 0.75em; }
  .footer-widgets .widget_objectiv_footer_contact .email {
    word-break: break-word; }
  .footer-widgets .widget_objectiv_footer_contact p {
    margin-bottom: 0.5em; }
  .footer-widgets .widget_objectiv_footer_contact a {
    color: #bbb; }
    .footer-widgets .widget_objectiv_footer_contact a:hover {
      color: white; }
  .footer-widgets ul.menu {
    margin-bottom: 0.5em;
    padding: 0; }
    .footer-widgets ul.menu ul.sub-menu {
      display: none; }
  .footer-widgets li {
    list-style-type: none; }
  .footer-widgets .menu-item {
    margin-bottom: 0.5em; }
    .footer-widgets .menu-item a {
      color: #bbb;
      position: relative;
      -webkit-transition: color 300ms ease;
      transition: color 300ms ease; }
      .footer-widgets .menu-item a:hover {
        color: white; }
  .footer-widgets .widget_media_image img {
    display: block;
    margin-bottom: 2em; }
  .footer-widgets .widget_media_image:last-child img {
    margin-bottom: 0; }

.social-links {
  clear: both;
  position: relative;
  margin-top: 1em; }
  .social-links li {
    display: inline; }
  .social-links svg {
    background: #CFA8A8;
    fill: #842323;
    height: 30px;
    margin-right: 5px;
    padding: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 30px; }
    .social-links svg:hover {
      background: white; }

.skipLink {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px; }

a.skipLink:active,
a.skipLink:focus,
a.skipLink:hover {
  background-color: white;
  height: auto;
  left: 0;
  overflow: visible;
  padding: 0.625rem 1.25rem;
  top: 0;
  width: auto;
  z-index: 1000000; }

.post-type-archive-testimonial .testimonial-block {
  background-color: #eee;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 2rem;
  width: 100%; }
  .post-type-archive-testimonial .testimonial-block:last-of-type {
    margin-bottom: 0px; }

.staffTermSection {
  clear: both;
  margin-bottom: 4.5em;
  overflow: hidden; }
  .staffTermSection:last-of-type {
    margin-bottom: 0; }

.staffTermTitleLink {
  color: #222; }
  .staffTermTitleLink:hover {
    color: #222; }

.staffArchBlock {
  margin-top: 3.75rem;
  text-align: center; }
  .staffArchBlock img {
    margin-bottom: 1rem; }
  .staffArchBlock:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 600px) {
    .staffArchBlock {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .staffArchBlock:last-child {
        margin-right: 0; }
      .staffArchBlock:nth-child(4n) {
        margin-right: 2.35765%; }
      .staffArchBlock:nth-child(4n+1) {
        clear: none; }
      .staffArchBlock:nth-child(2n) {
        margin-right: 0; }
      .staffArchBlock:nth-child(2n+1) {
        clear: left; }
      .staffArchBlock:nth-child(1), .staffArchBlock:nth-child(2) {
        margin-top: 0; } }
  @media screen and (min-width: 900px) {
    .staffArchBlock {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .staffArchBlock:last-child {
        margin-right: 0; }
      .staffArchBlock:nth-child(2n) {
        margin-right: 2.35765%; }
      .staffArchBlock:nth-child(2n+1) {
        clear: none; }
      .staffArchBlock:nth-child(4n) {
        margin-right: 0; }
      .staffArchBlock:nth-child(4n+1) {
        clear: left; }
      .staffArchBlock:nth-child(1), .staffArchBlock:nth-child(2), .staffArchBlock:nth-child(3), .staffArchBlock:nth-child(4) {
        margin-top: 0; } }

.staffArchBlockName {
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: bold; }
  .staffArchBlockName a {
    color: #111; }
    .staffArchBlockName a:hover {
      color: #6A8E4C; }

.staffArchBlockPosition {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 3px;
  color: #555; }

.singleStaffDetailsInner {
  margin: 0 auto 1.5em;
  max-width: 350px;
  padding: 1.5em;
  background: #f5f5f5; }
  .singleStaffDetailsInner img {
    display: block; }
  @media screen and (min-width: 750px) {
    .singleStaffDetailsInner {
      margin-bottom: 0;
      margin-right: 1.5em;
      min-width: 350px;
      width: 350px; } }
  .singleStaffDetailsInner .singleStaffName {
    margin-top: 0.5em; }
    .singleStaffDetailsInner .singleStaffName .post-title {
      margin-bottom: 0;
      font-size: 2.125em; }

.singleStaffContact {
  margin-top: 0.5em; }

@media screen and (min-width: 750px) {
  .single-staff .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.single-staff .entry-footer {
  display: none; }

.slick-slider {
  background: url("assets/images/loader.gif"); }

.slick-slider .slick-list {
  opacity: 0;
  position: absolute; }

.slick-slider.slick-initialized {
  background: none; }

.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

input[type=button].facetwp-slider-reset,
.fwp-collection-reset {
  background-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222;
  font-size: 0.8125em;
  margin-top: 0.625rem;
  padding: 0.625rem; }
  input[type=button].facetwp-slider-reset:hover, input[type=button].facetwp-slider-reset:focus,
  .fwp-collection-reset:hover,
  .fwp-collection-reset:focus {
    background-color: #a7a7a7;
    color: #fff;
    outline: none; }
  input[type=button].facetwp-slider-reset:hover,
  .fwp-collection-reset:hover {
    color: #222; }

.fwp-collection-reset {
  display: none; }
  .fwp-collection-reset.active {
    display: block; }

.mktg434-shop-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .mktg434-shop-container::after {
    clear: both;
    content: "";
    display: table; }
  .mktg434-shop-container > .shop-sidebar {
    display: none; }
  @media screen and (min-width: 900px) {
    .mktg434-shop-container > .shop-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      display: block; }
      .mktg434-shop-container > .shop-sidebar:last-child {
        margin-right: 0; }
    .mktg434-shop-container > .facetwp-template {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-right: 0; }
      .mktg434-shop-container > .facetwp-template:last-child {
        margin-right: 0; } }
  .mktg434-shop-container .shop-sidebar .widget {
    margin-bottom: 2.5em;
    padding: 0; }
    .mktg434-shop-container .shop-sidebar .widget .widget-title {
      font-size: 1.125em;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 1em;
      padding-bottom: 1em;
      border-bottom: 1px solid #aaa; }
    .mktg434-shop-container .shop-sidebar .widget .facetwp-facet .noUi-target {
      background: #eee;
      border: none;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .mktg434-shop-container .shop-sidebar .widget .facetwp-facet .noUi-handle {
      background: #842323;
      border: none;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .mktg434-shop-container .shop-sidebar .widget .facetwp-facet .noUi-handle:before, .mktg434-shop-container .shop-sidebar .widget .facetwp-facet .noUi-handle:after {
        display: none; }
    .mktg434-shop-container .shop-sidebar .widget .facetwp-facet .noUi-connect {
      background: #E0BCA2;
      -webkit-box-shadow: none;
              box-shadow: none; }

.woocommerce-favorites.woocommerce ul.products,
.woocommerce-favorites.woocommerce-page ul.products {
  margin-top: 80px !important; }

.woocommerce ul.products li.product,
.featuredProdFlexSlider li.product,
.woocommerce-page ul.products li.product {
  position: relative; }

.woocommerce ul.products li.product .price ins {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1; }

.woocommerce ul.products li.product .price del {
  -webkit-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  display: inline !important; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: 100% !important;
  float: left !important;
  margin: 0 3.8% 2.992em 0 !important;
  width: 48.1% !important; }
  .woocommerce ul.products li.product.first,
  .woocommerce-page ul.products li.product.first {
    clear: none !important; }
  .woocommerce ul.products li.product.last,
  .woocommerce-page ul.products li.product.last {
    margin: 0 3.8% 2.992em 0 !important; }
  .woocommerce ul.products li.product:nth-of-type(2n),
  .woocommerce-page ul.products li.product:nth-of-type(2n) {
    margin-right: 0 !important; }
  .woocommerce ul.products li.product:before,
  .woocommerce-page ul.products li.product:before {
    display: none; }
  @media screen and (min-width: 900px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      float: left !important;
      width: 22% !important; }
      .woocommerce ul.products li.product.first,
      .woocommerce-page ul.products li.product.first {
        clear: both !important; }
      .woocommerce ul.products li.product:nth-of-type(2n),
      .woocommerce-page ul.products li.product:nth-of-type(2n) {
        margin-right: 3.8% !important; }
      .woocommerce ul.products li.product.last,
      .woocommerce-page ul.products li.product.last {
        margin-right: 0 !important; } }

.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce.woocommerce-favorites ul.products li.product,
.woocommerce-page.woocommerce-favorites ul.products li.product {
  float: none !important;
  width: 100% !important; }
  @media screen and (min-width: 600px) {
    .woocommerce .related ul.products li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce.woocommerce-favorites ul.products li.product,
    .woocommerce-page.woocommerce-favorites ul.products li.product {
      float: left !important;
      width: 48.1% !important; } }
  @media screen and (min-width: 900px) {
    .woocommerce .related ul.products li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce.woocommerce-favorites ul.products li.product,
    .woocommerce-page.woocommerce-favorites ul.products li.product {
      float: left !important;
      width: 22.1% !important; } }

.woocommerce.woocommerce-favorites ul.products li.product:before,
.woocommerce-page.woocommerce-favorites ul.products li.product:before {
  display: none; }

.featuredProdFlexSlider li.product {
  position: relative;
  list-style: none;
  margin: 1.5em 1.5em 0; }

.single .featuredProdFlexSlider li.product {
  position: relative;
  list-style: none;
  margin: 0 1.5em 0; }

.woocommerce ul.products li.product .product-image img,
.featuredProdFlexSlider li.product .product-image img {
  margin-bottom: 0 !important; }

li.product.pif-has-gallery .wp-post-image--secondary {
  width: 100%; }

.featuredProdFlexSlider li.product .product-image img {
  width: 100%; }

.product-image {
  display: block;
  position: relative; }
  .product-image:before {
    content: "";
    border: 1px solid #fff;
    opacity: .5;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .product-image:after {
    content: '';
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease; }

.woocommerce-loop-product__title,
.woocommerce-loop-category__title,
.woocommerce ul.products li.product h3 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.875em !important;
  font-weight: 400;
  padding: 1em 0 0.5em 0 !important;
  margin: 0;
  background-color: white;
  display: block;
  position: relative;
  z-index: 30;
  text-transform: none; }

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: .618em 1em !important;
  background: #6A8E4C !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  padding-bottom: 14px !important;
  padding-top: 15px !important;
  text-align: center;
  text-transform: uppercase; }
  .woocommerce #respond input#submit:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    background: #55723d !important; }

.product-title-link, .products .product .favorite-product {
  padding: 0 !important; }

.upSellProductPurchase .product.woocommerce.add_to_cart_inline .woocommerce-Price-amount {
  color: #555 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 0 !important; }

.upSellProductPurchase .product.woocommerce.add_to_cart_inline ins {
  text-decoration: none !important; }
  .upSellProductPurchase .product.woocommerce.add_to_cart_inline ins .woocommerce-Price-amount {
    font-weight: bold;
    text-decoration: none !important; }

.upSellProductPurchase .product.woocommerce.add_to_cart_inline del .woocommerce-Price-amount {
  color: #999 !important; }

.woocommerce ul.products li.product:hover .product-title-link,
.woocommerce-page ul.products li.product:hover .product-title-link,
.woocommerce ul.products li.product:hover .favorite-product,
.woocommerce-page ul.products li.product:hover .favorite-product {
  padding: 0 !important; }

.woocommerce ul.products li.product:hover .product-grid-title-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.woocommerce ul.products li.pif-has-gallery:hover .wp-post-image--secondary {
  opacity: 1; }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none !important;
  margin-bottom: 0.25em !important; }
  @media screen and (min-width: 900px) {
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering,
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
      margin: 0 !important; } }
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select,
  .woocommerce .woocommerce-result-count select,
  .woocommerce-page .woocommerce-result-count select {
    margin: 0 !important; }

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  display: none; }
  @media screen and (min-width: 900px) {
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
      display: block; } }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  position: relative; }
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    background-color: white !important;
    border-radius: 0;
    border: 1px solid #eee !important;
    border-width: 1px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #777;
    font-size: 0.875em;
    padding: 0.625em;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .woocommerce .woocommerce-ordering select,
      .woocommerce-page .woocommerce-ordering select {
        min-width: 216px; } }
  .woocommerce .woocommerce-ordering:after,
  .woocommerce-page .woocommerce-ordering:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #111;
    content: '';
    display: block;
    height: 0px;
    pointer-events: none;
    position: absolute;
    right: 0.875em;
    top: 50%;
    width: 0px; }

.woocommerce-page .toolbar .woocommerce-breadcrumb {
  display: none !important;
  color: #555 !important;
  font-weight: bold !important;
  margin: 0 !important;
  margin-bottom: 0.25em !important; }
  @media screen and (min-width: 900px) {
    .woocommerce-page .toolbar .woocommerce-breadcrumb {
      display: inline-block !important;
      margin: 0 !important;
      padding: 0.5em 0; } }
  .woocommerce-page .toolbar .woocommerce-breadcrumb a {
    color: #777 !important;
    font-size: 14px !important;
    font-weight: normal !important; }
  .woocommerce-page .toolbar .woocommerce-breadcrumb .woo-bread-delim {
    color: #777 !important; }

.single-product.woocommerce .toolbar .woocommerce-breadcrumb {
  display: inline-block !important; }

.woocommerce-page .mobile-bread-crumb-wrap .woocommerce-breadcrumb {
  color: #555 !important;
  margin: 1em 0;
  font-weight: bold !important; }
  .woocommerce-page .mobile-bread-crumb-wrap .woocommerce-breadcrumb a {
    color: #777 !important;
    font-size: 14px !important;
    font-weight: normal !important; }
  .woocommerce-page .mobile-bread-crumb-wrap .woocommerce-breadcrumb .woo-bread-delim {
    color: #777 !important; }
  @media screen and (min-width: 900px) {
    .woocommerce-page .mobile-bread-crumb-wrap .woocommerce-breadcrumb {
      display: none !important; } }

.toolbar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-color: #eee;
  margin-bottom: 3.75em; }
  .single-product .toolbar {
    padding-top: 68px; }
    @media screen and (min-width: 900px) {
      .single-product .toolbar {
        padding-top: 98px; } }
  .toolbar .shop-sidebar-mobile-toggle .primary-button a {
    height: 35px;
    line-height: 32px;
    padding: 0 1.5em;
    margin-bottom: 0.25em; }
  @media screen and (min-width: 900px) {
    .toolbar .shop-sidebar-mobile-toggle {
      display: none; } }

.toolbar .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  color: #777;
  font-size: 14px;
  padding: 20px 0; }
  .toolbar .wrap:after {
    display: none; }

body.woocommerce-page .site-inner {
  margin-top: 4em; }

.woocommerce div.product .product_title {
  font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: none;
  font-size: 3em;
  line-height: 1em;
  position: relative;
  display: inline-block; }
  .woocommerce div.product .product_title:before, .woocommerce div.product .product_title:after {
    display: none; }

.woocommerce-product-details__short-description p {
  margin-bottom: 0.5em; }

.single-product-brand {
  font-size: 26px;
  margin-bottom: 0px; }
  .single-product-brand p {
    margin-bottom: 0; }

.single-product #content {
  margin-top: 1.875em; }
  @media screen and (min-width: 600px) {
    .single-product #content {
      margin-top: 3.75em; } }
  @media screen and (min-width: 900px) {
    .single-product #content {
      margin-top: 0px; } }

.single-product .accordion-block.single-product-accordion {
  display: block;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
  padding-top: 2em; }

.single-product .related.products {
  clear: both;
  margin-top: 5em;
  text-align: center; }
  .single-product .related.products ul.products {
    margin: 0;
    text-align: left; }

.woocommerce.single-product .related.products ul.products li.product .price .percentage {
  display: none; }

.woocommerce.single-product div.product p.price,
.woocommerce div.product span.price {
  color: #222; }

.woocommerce.single-product div.product p.price {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin: 20px 0;
  color: #842323; }
  .woocommerce.single-product div.product p.price ins {
    font-weight: 400; }

.woocommerce.single-product div.product .wc-pao-addon {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .woocommerce.single-product div.product .wc-pao-addon.wc-pao-addon-is-this-a-gift, .woocommerce.single-product div.product .wc-pao-addon.wc-pao-addon-personalize-your-pottery {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.woocommerce.single-product div.product h3 {
  font-size: 1.875em;
  text-transform: none; }
  .woocommerce.single-product div.product h3 strong {
    font-weight: 300; }

.woocommerce.single-product div.product h4 {
  font-size: 1.25em; }

.woocommerce.single-product div.product .product-addon-totals .price {
  border: none;
  padding-top: 0;
  margin-top: 0; }

.single-product div[itemprop="description"] {
  margin-bottom: 20px;
  margin-top: 20px; }

.cgd-product-features {
  margin-bottom: 40px; }

.cgd-product-features .cgd-product-feature {
  margin-bottom: 5px;
  color: #222;
  font-size: 0.875rem; }
  .cgd-product-features .cgd-product-feature .cgd-product-feature-label {
    color: #222;
    display: block;
    font-weight: bold;
    text-transform: uppercase; }

.single-product div[itemprop="offers"] {
  border-top: 1px solid #eee;
  padding: 20px 0 0; }
  .single-product div[itemprop="offers"] .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    .single-product div[itemprop="offers"] .price ins,
    .single-product div[itemprop="offers"] .price del,
    .single-product div[itemprop="offers"] .price .percentage {
      font-weight: 400 !important; }
    .single-product div[itemprop="offers"] .price ins,
    .single-product div[itemprop="offers"] .price del {
      margin-right: 20px; }
    .single-product div[itemprop="offers"] .price ins {
      -webkit-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1;
      color: #6A8E4C;
      text-decoration: none; }
    .single-product div[itemprop="offers"] .price del {
      -webkit-box-ordinal-group: 2;
      box-ordinal-group: 2;
      -moz-order: 2;
      order: 2;
      -ms-flex-order: 2;
      color: #999; }
    .single-product div[itemprop="offers"] .price .percentage {
      -webkit-box-ordinal-group: 3;
      box-ordinal-group: 3;
      -moz-order: 3;
      order: 3;
      -ms-flex-order: 3;
      color: #111; }
      .related .single-product div[itemprop="offers"] .price .percentage {
        display: none; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none; }

.single-product .sales-notice {
  width: 100%;
  display: block; }

.single-product .product {
  margin-bottom: 2em !important; }

.single-product .quantity .input-text.qty.text {
  height: 45px;
  margin-bottom: 0; }

.single-product .quantity_select-label {
  display: inline;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal; }
  @media screen and (min-width: 600px) {
    .single-product .quantity_select-label {
      display: block;
      margin-right: 0px; } }

.single-product select.qty {
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(assets/images/caret.png) no-repeat 117px;
  background-size: 8px 7px;
  border: 1px solid #eee;
  width: 143px;
  margin: 0;
  padding: 5px 16px;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  height: 38px; }

.product-categories {
  font-size: 0.875em;
  color: #999;
  margin-top: 10px; }
  .product-categories .product-categories-label {
    font-weight: bold; }
  .product-categories a {
    color: #999; }
    .product-categories a:hover {
      color: #111; }

.woocommerce nav.woocommerce-pagination ul {
  border: none !important; }

.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #eee !important;
  border-radius: 3px;
  margin-right: 5px !important; }
  .woocommerce nav.woocommerce-pagination ul li:last-child {
    margin-right: 0 !important; }
  .woocommerce nav.woocommerce-pagination ul li:before {
    display: none; }

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #777 !important;
  padding: 0.75em 1.25em !important; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #eee !important; }

.woocommerce-page div.product .woocommerce-tabs {
  padding-top: 1em;
  margin-bottom: 3em; }

/**
 * Woo Swipe
 */
#wooswipe .thumbnails,
#wooswipe .thumb-share-icons {
  display: inline-block; }

#wooswipe .thumbnails {
  width: 100%;
  height: auto !important; }
  @media screen and (min-width: 600px) {
    #wooswipe .thumbnails {
      height: 100px; } }

#wooswipe {
  margin-bottom: 4em; }

.thumb-share-icons {
  margin-top: 10px;
  overflow: auto; }
  .thumb-share-icons .facebook-share,
  .thumb-share-icons .pinterest-share {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: 2px; }
    .thumb-share-icons .facebook-share rect,
    .thumb-share-icons .pinterest-share rect {
      -webkit-transition: fill 300ms ease;
      transition: fill 300ms ease; }
    .thumb-share-icons .facebook-share svg,
    .thumb-share-icons .pinterest-share svg {
      display: block;
      height: 30px;
      width: 30px; }
    .thumb-share-icons .facebook-share:hover rect,
    .thumb-share-icons .pinterest-share:hover rect {
      fill: #111; }

.woocommerce-MyAccount-navigation {
  background: #eee;
  padding-top: 28px; }
  .woocommerce-MyAccount-navigation li:before {
    display: none; }
  .woocommerce-MyAccount-navigation li a {
    color: #555;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease; }
    .woocommerce-MyAccount-navigation li a:hover {
      color: #111; }

abbr[title] {
  text-decoration: none; }

.shop_table .coupon .input-text {
  height: 34px !important;
  width: auto !important; }
  @media (max-width: 500px) {
    .shop_table .coupon .input-text {
      width: 100% !important;
      margin-bottom: 7.2px !important;
      text-align: center; } }

@media (max-width: 500px) {
  .shop_table .coupon .button {
    width: 100% !important; } }

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  font-weight: normal;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  padding-left: 25px; }
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox #ship-to-different-address-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #222 !important; }

#order_review_heading {
  margin-top: 40px; }

.woocommerce .button.single_add_to_cart_button {
  height: 45px;
  font-size: 1rem !important; }
  .woocommerce .button.single_add_to_cart_button:hover {
    background: #222 !important; }

.woocommerce .button.offers-for-woocommerce-make-offer-button-single-product {
  height: 45px;
  font-size: 1rem !important;
  background: #F9EFD6 !important;
  position: relative !important;
  margin-left: 10px !important;
  top: 0 !important; }
  .woocommerce .button.offers-for-woocommerce-make-offer-button-single-product:hover {
    background: #222 !important; }

.woocommerce-thankyou-order-details li:before {
  display: none; }

.woocommerce-order-received .shop_table.order_details {
  background-color: #eee;
  padding: 1.5em;
  border: none;
  border-radius: 0px; }

.single-product .mobile-product-sku {
  margin-bottom: 0.5em; }
  @media screen and (min-width: 900px) {
    .single-product .mobile-product-sku {
      display: none; } }

li.product .onsale,
.woocommerce ul.products li.product .onsale {
  z-index: 10; }

li.product .onsale {
  -webkit-font-smoothing: antialiased;
  border-radius: 100%;
  color: #fff;
  font-size: .857em;
  font-size: 1em;
  font-weight: 700;
  left: auto;
  line-height: 3.236;
  margin: -.5em -.5em 0 0;
  min-height: 3.236em;
  min-width: 3.236em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100; }

li.product .onsale,
.woocommerce span.onsale {
  background-color: #6A8E4C !important;
  padding: 0px !important;
  top: 0 !important;
  right: 0;
  left: auto !important;
  margin: -.5em -.5em 0 0 !important; }

.product .wapl-flash .product-label {
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product .wapl-flash .product-label .wapl-label-text {
  width: 100%; }

.product .label-wrap.wapl-diagonal-bar,
.product .label-wrap.wapl-corner {
  pointer-events: none;
  z-index: 1000; }

.product .wapl-label .product-label {
  display: inline-block;
  margin-bottom: 5px; }

.product .wapl-corner.wapl-alignright .product-label {
  right: -54px;
  top: -20px; }

li.wc_payment_method:before {
  visibility: hidden; }

.single-product .related.products > h2 {
  text-align: center;
  font-size: 2.2em; }

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  float: none !important;
  width: 100% !important; }
  .woocommerce .cart-collaterals .cross-sells ul.products,
  .woocommerce-page .cart-collaterals .cross-sells ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-between;
    box-align: space-between;
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
    -ms-flex-align: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 100% !important;
  clear: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  .woocommerce .cart-collaterals .cross-sells ul.products li:before,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li:before {
    visibility: hidden; }
  @media (min-width: 400px) {
    .woocommerce .cart-collaterals .cross-sells ul.products li,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li {
      width: 48% !important; } }
  @media screen and (min-width: 900px) {
    .woocommerce .cart-collaterals .cross-sells ul.products li,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li {
      width: 23% !important; }
      .woocommerce .cart-collaterals .cross-sells ul.products li:nth-child(1),
      .woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(1) {
        margin-left: 0 !important; }
      .woocommerce .cart-collaterals .cross-sells ul.products li:nth-child(4),
      .woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(4) {
        margin-right: 0 !important; } }

.entry-content .woocommerce-error {
  margin-left: 0 !important;
  padding: 1em 2em 1em 3.5em; }
  .entry-content .woocommerce-error li {
    margin-bottom: 0; }
  .entry-content .woocommerce-error li::before {
    display: none; }

#shipping_method li::before {
  display: none; }

.awrc_recover-cart form {
  margin-bottom: 1.5em; }

.awrc_recover-cart .woocommerce {
  text-align: center; }

.awrc_recover-cart .woocommerce button.button.alt {
  margin-top: 1.5em;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 22px 4rem !important;
  width: auto !important; }

.awrc_recover-cart .awrc_billing_details,
.awrc_recover-cart h3:last-of-type {
  display: none; }

#awrc-contact h3 {
  font-size: 1.5em; }

#awrc-contact h4 {
  font-size: 1.125em;
  text-transform: none; }

.woocommerce-billing-fields > h3 {
  margin-bottom: 0px; }

.woocommerce-products-header {
  margin-bottom: 3em; }

.mktg434-archive-intro.desktop {
  display: none; }
  @media screen and (min-width: 900px) {
    .mktg434-archive-intro.desktop {
      display: block; } }

.mktg434-archive-intro.mobile {
  margin: 2em 0; }
  @media screen and (min-width: 900px) {
    .mktg434-archive-intro.mobile {
      display: none; } }

.sub-cats-grid-section .sub-cats-grid {
  margin-bottom: 4.5em; }
  .sub-cats-grid-section .sub-cats-grid .sub-cat-item {
    margin-bottom: 2em;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative; }
    .sub-cats-grid-section .sub-cats-grid .sub-cat-item:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
      .sub-cats-grid-section .sub-cats-grid .sub-cat-item:hover .sub-cat-title {
        background-color: #111111; }
    @media screen and (min-width: 600px) {
      .sub-cats-grid-section .sub-cats-grid .sub-cat-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        height: 300px; }
        .sub-cats-grid-section .sub-cats-grid .sub-cat-item:last-child {
          margin-right: 0; }
        .sub-cats-grid-section .sub-cats-grid .sub-cat-item:nth-child(3n) {
          margin-right: 0; }
        .sub-cats-grid-section .sub-cats-grid .sub-cat-item:nth-child(3n+1) {
          clear: left; } }
    .sub-cats-grid-section .sub-cats-grid .sub-cat-item .sub-cat-title {
      background-color: rgba(17, 17, 17, 0.8);
      padding: 24px 30px;
      color: white;
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      width: 100%;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }

.woocommerce-tabs h2 {
  font-size: 1.875em;
  padding-bottom: 0;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .woocommerce-tabs h2:before {
    display: none; }

.woocommerce-tabs .tabs {
  display: none; }

.woocommerce-tabs .woocommerce-Reviews-title {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5em; }

.woocommerce-tabs .commentlist li {
  list-style: none; }
  .woocommerce-tabs .commentlist li .comment-text {
    margin: 0 !important; }

.woocommerce-tabs #review_form_wrapper {
  background: #eee;
  padding: 2em; }

li.wc_payment_method {
  list-style-type: none; }

.woocommerce-page .site-inner {
  background-color: white; }

.woocommerce-page .product_type_grouped {
  background-color: #6A8E4C !important;
  color: white !important;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
  .woocommerce-page .product_type_grouped:hover {
    background-color: #6a1c1c !important; }

.woocommerce-page #reviews .avatar {
  display: none; }

.woocommerce-page #reviews .comment-text {
  margin-left: 0 !important; }

.woocommerce-page #reviews li {
  list-style: none; }

.woocommerce-page .woocommerce-message {
  border-top-color: #842323; }

.woocommerce form .form-row label {
  font-weight: bold;
  line-height: 1.5 !important; }

.woocommerce-error li:before {
  display: none; }

.woocommerce-cart.woocommerce-page .entry-header a.button {
  display: inline-block;
  float: right; }
  @media (max-width: 350px) {
    .woocommerce-cart.woocommerce-page .entry-header a.button {
      font-size: 0.875em;
      margin-bottom: 0.5em; } }

@media (max-width: 600px) {
  .woocommerce-cart.woocommerce-page .coupon input {
    width: 100% !important; }
  .woocommerce-cart.woocommerce-page .coupon input[type="submit"] {
    margin-top: 0.25em; } }

.woocommerce-cart.woocommerce-page .entry {
  margin-bottom: 0; }

@media screen and (min-width: 900px) {
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form {
    width: 70%;
    float: left; } }

.woocommerce-cart.woocommerce-page .cart_item a.remove {
  color: #111 !important; }
  .woocommerce-cart.woocommerce-page .cart_item a.remove:hover {
    background: #eee; }

@media screen and (min-width: 900px) {
  .woocommerce-cart.woocommerce-page .cart-collaterals {
    width: 30%;
    float: left; } }

@media screen and (min-width: 900px) {
  .woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals {
    width: 90%; } }

.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 2em; }

.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals .shop_table {
  border: none; }

.woocommerce-cart.woocommerce-page .checkout-button {
  background-color: #842323 !important;
  color: white !important;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
  .woocommerce-cart.woocommerce-page .checkout-button:hover {
    background-color: #6a1c1c !important; }

.woocommerce-cart.woocommerce-page .quantity input[type="number"] {
  padding: 7.5px !important;
  display: inline-block; }

.woocommerce table.shop_table thead {
  background-color: #eee !important; }

.woocommerce table.shop_table tr.order-total {
  background-color: #eee !important; }

.woocommerce table.shop_table th {
  border-bottom: none !important; }

@media screen and (min-width: 900px) {
  .woocommerce table.shop_table .product-remove {
    width: 5%; } }

@media screen and (min-width: 900px) {
  .woocommerce table.shop_table .product-quantity {
    width: 15%; } }

@media screen and (min-width: 900px) {
  .woocommerce table.shop_table .product-subtotal {
    width: 20%; } }

.woocommerce table.shop_table td {
  border-bottom: none !important; }
  .woocommerce table.shop_table td.actions {
    background-color: white !important;
    border-top: 1px solid #eee !important; }
  .woocommerce table.shop_table td.product-thumbnail a {
    display: block; }
    .woocommerce table.shop_table td.product-thumbnail a img {
      display: block;
      min-width: 80px; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  padding-bottom: 7.5px !important;
  padding-top: 7.5px !important; }
  @media screen and (min-width: 600px) {
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text {
      width: auto !important; } }

#shipping_method li {
  list-style: none !important;
  padding-left: 0; }
  #shipping_method li:before {
    display: none; }
  #shipping_method li label {
    font-weight: 300 !important; }

#payment {
  background-color: #eee !important;
  margin-top: 3em; }
  #payment ul {
    border-color: #222 !important; }
  #payment .payment_box:after,
  #payment .payment_box:before,
  #payment li:before {
    display: none !important; }
  #payment #place_order {
    display: block;
    margin-bottom: 0 !important;
    font-size: 1.25em;
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
    width: 100%;
    background-color: #842323 !important;
    color: white !important; }
    #payment #place_order:hover, #payment #place_order:focus {
      background-color: #55723d !important;
      color: #fff !important; }

#order_review_heading {
  margin-top: 1.5em; }

.wc_payment_methods {
  border-bottom: 0px !important; }
  .wc_payment_methods .upper-details {
    display: inline-block;
    width: 100%; }
    .wc_payment_methods .upper-details input[type="radio"],
    .wc_payment_methods .upper-details label {
      display: block !important;
      float: left !important; }
    .wc_payment_methods .upper-details input[type="radio"] {
      margin-top: 6px !important; }
    .wc_payment_methods .upper-details a {
      margin-left: 0.5em; }
  .wc_payment_methods .lower-details {
    display: inline-block;
    width: 100%; }
    .wc_payment_methods .lower-details input {
      background-color: white !important; }
  .wc_payment_methods .payment_box {
    margin-top: 0px !important; }

#ship-to-different-address {
  position: relative; }
  #ship-to-different-address label {
    display: inline-block;
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important; }
  #ship-to-different-address #ship-to-different-address-checkbox {
    left: 0;
    position: absolute;
    top: 40%; }

.woocommerce mark {
  display: none; }

.woocommerce .product-category img {
  margin-bottom: 0 !important; }

.woocommerce .product-category h3 {
  font-weight: bold;
  max-width: 100% !important; }

.woocommerce .product-category:hover h3 {
  color: #55723d !important; }

.woocommerce .mktg434-shop-container .products {
  margin: 0 !important; }

li.product {
  background-color: transparent;
  margin-bottom: 0.5em !important;
  list-style: none; }
  li.product:before {
    display: none; }
  @media (max-width: 600px) {
    li.product {
      margin-left: 0;
      margin-right: 0;
      width: 100% !important; } }
  li.product .product-lower {
    position: relative; }
  li.product h3 {
    color: #555;
    max-width: 60%; }
  li.product .star-rating {
    display: none; }
  li.product .price {
    display: block;
    position: relative;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 1em !important;
    margin-bottom: 0 !important; }
    li.product .price del {
      opacity: 0.5; }
    li.product .price ins {
      font-weight: 400 !important; }
  li.product .button,
  li.product .added_to_cart {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: #842323 !important;
    position: absolute !important;
    bottom: -30px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 400 !important; }
    li.product .button.added,
    li.product .added_to_cart.added {
      display: none; }
  li.product .added_to_cart {
    color: #842323 !important; }
  li.product:hover .price {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0; }
  li.product:hover .button,
  li.product:hover .added_to_cart {
    bottom: 0;
    opacity: 1;
    visibility: visible; }

.woocommerce.single-product .woocommerce-message {
  background-color: #e2e2e2; }
  .woocommerce.single-product .woocommerce-message .button {
    background-color: #842323 !important;
    color: white !important;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease; }
    .woocommerce.single-product .woocommerce-message .button:hover {
      background-color: #6a1c1c !important; }

.woocommerce.single-product .product {
  background-color: transparent; }
  .woocommerce.single-product .product .woocommerce-product-gallery {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .woocommerce.single-product .product .woocommerce-product-gallery {
        width: 48%; } }
    .woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(1) {
      margin-bottom: 1em; }
    .woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
      width: auto;
      margin-right: 0.3em; }
  .woocommerce.single-product .product .summary {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .woocommerce.single-product .product .summary {
        width: 48%; } }
    .woocommerce.single-product .product .summary .product-brand {
      font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      margin-bottom: 0; }
    .woocommerce.single-product .product .summary .product_title {
      border-top: none;
      line-height: 1;
      margin-bottom: 0.25em; }
    .woocommerce.single-product .product .summary .woocommerce-product-rating {
      margin-bottom: 0.5em; }
    .woocommerce.single-product .product .summary .quantity input.qty {
      padding: 7.5px !important; }
    .woocommerce.single-product .product .summary .cart {
      margin: 1.5em 0; }
    .woocommerce.single-product .product .summary .shipping-returns {
      font-size: 14px; }
    .woocommerce.single-product .product .summary .product-addon {
      margin: 0 !important;
      margin-bottom: 0.5em !important; }
      .woocommerce.single-product .product .summary .product-addon:first-of-type {
        margin-top: 0.5em !important; }
    .woocommerce.single-product .product .summary .addon-name {
      font-size: 1.125em !important;
      margin-bottom: 0.25em !important;
      font-weight: 400 !important; }
    .woocommerce.single-product .product .summary abbr[title] {
      border-bottom: none !important; }
    .woocommerce.single-product .product .summary form .form-row {
      padding: 0px !important; }
      .woocommerce.single-product .product .summary form .form-row label {
        font-weight: 200 !important;
        font-size: 0.875em; }
        .woocommerce.single-product .product .summary form .form-row label input {
          margin-top: 0.125em; }
        .woocommerce.single-product .product .summary form .form-row label small {
          display: none; }
    .woocommerce.single-product .product .summary .variations {
      margin-top: 0; }
      .woocommerce.single-product .product .summary .variations td.label {
        width: 15%; }
      .woocommerce.single-product .product .summary .variations select {
        margin-bottom: 0;
        margin-right: 0.5em !important;
        min-width: 84% !important; }

.woocommerce.single-product .single_add_to_cart_button {
  background-color: #6A8E4C !important;
  color: white !important;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
  .woocommerce.single-product .single_add_to_cart_button:hover {
    background-color: #6a1c1c !important; }

@media (max-width: 600px) {
  .woocommerce.single-product .wc-tabs {
    width: 100%; }
    .woocommerce.single-product .wc-tabs li {
      width: 100%; }
      .woocommerce.single-product .wc-tabs li a {
        width: 100%; } }

dl.product-addon-totals dt {
  margin-top: 0px !important; }

.woocommerce-order-received .shop_table.order_details .order_item:nth-child(even) {
  background-color: #eee !important; }

.woocommerce-order-received .shop_table.order_details .order_item:nth-child(odd) {
  background-color: white !important; }

.woocommerce-order-received .shop_table.order_details tfoot tr:first-child {
  background-color: #eee !important; }

.woocommerce-order-received .order_details {
  margin-left: 0 !important;
  margin-top: 1.5em !important; }
  .woocommerce-order-received .order_details li {
    margin-left: 0 !important;
    border-right-color: #333 !important;
    border-right-style: solid !important; }
    .woocommerce-order-received .order_details li:before {
      display: none; }
    .woocommerce-order-received .order_details li:last-of-type {
      border-right: none !important; }

.woocommerce-page div.pp_woocommerce .quick-view-detail-button {
  clear: both;
  width: 100%; }

.woocommerce-page div.pp_woocommerce .pp_details {
  display: none; }

.blog .blog-title, .archive .blog-title {
  text-align: center;
  padding-top: 4.5em; }

.blog .post, .archive .post {
  display: block;
  margin-bottom: 3em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  @media screen and (min-width: 600px) {
    .blog .post, .archive .post {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .blog .post:last-child, .archive .post:last-child {
        margin-right: 0; }
      .blog .post:nth-child(2n), .archive .post:nth-child(2n) {
        margin-right: 0; }
      .blog .post:nth-child(2n+1), .archive .post:nth-child(2n+1) {
        clear: left; } }
  .blog .post:hover, .archive .post:hover {
    border-color: #6A8E4C; }
  .blog .post .post-image, .archive .post .post-image {
    height: 300px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .blog .post .post-date, .archive .post .post-date {
    background: #000;
    padding: 0.3em;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0; }
  .blog .post .entry-content, .archive .post .entry-content {
    margin-bottom: 0;
    color: #555; }
    .blog .post .entry-content p, .archive .post .entry-content p {
      font-size: 0.875em;
      margin-bottom: 0.75em; }
    .blog .post .entry-content *:last-child, .archive .post .entry-content *:last-child {
      margin-bottom: 0; }
  .blog .post .entry-header, .archive .post .entry-header {
    background-color: #fff;
    margin-bottom: 0;
    overflow: hidden; }
    .blog .post .entry-header .entry-time, .archive .post .entry-header .entry-time {
      font-size: 0.875em;
      font-weight: 500;
      text-transform: uppercase; }
    .blog .post .entry-header .entry-title, .archive .post .entry-header .entry-title {
      font-size: 1.5em;
      font-weight: 500; }
      .blog .post .entry-header .entry-title a, .archive .post .entry-header .entry-title a {
        color: #000; }
        .blog .post .entry-header .entry-title a:hover, .archive .post .entry-header .entry-title a:hover {
          color: #6A8E4C; }
  .blog .post .read-more-link, .archive .post .read-more-link {
    font-size: 1.125em;
    text-transform: uppercase;
    margin-top: 20px;
    display: block; }
  .blog .post .entry-footer, .archive .post .entry-footer {
    display: none; }

.post-template-default.single .site-inner .wrap {
  max-width: 650px; }

.post-template-default.single .post .entry-footer {
  font-weight: bold; }

.tribe-common .tribe-events-l-container {
  padding: 0 !important; }

.tribe-common .tribe-common-c-btn {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #842323;
  border-radius: 0;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle; }
  .tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:focus {
    background-color: transparent;
    color: #842323;
    border-color: #842323; }

.tribe-common .tribe-events-calendar-month__calendar-event--featured:before {
  background-color: #6A8E4C; }

.tribe-common .tribe-events-calendar-month__calendar-event--featured .tribe-events-calendar-month__calendar-event-datetime-featured-icon {
  display: none; }

.tribe-common .tribe-events-calendar-month__day-cell--selected,
.tribe-common .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-common .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #842323; }

.tribe-common .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-common .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #6A8E4C; }

.tribe-common .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item,
.tribe-common li.tribe-events-c-top-bar__nav-list-item,
.tribe-common li.tribe-events-c-nav__list-item,
.tribe-common li.tribe-events-c-messages__message-list-item,
.tribe-common h2.tribe-common-a11y-visual-hide {
  padding-left: 0;
  margin-bottom: 0; }
  .tribe-common .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item:before,
  .tribe-common li.tribe-events-c-top-bar__nav-list-item:before,
  .tribe-common li.tribe-events-c-nav__list-item:before,
  .tribe-common li.tribe-events-c-messages__message-list-item:before,
  .tribe-common h2.tribe-common-a11y-visual-hide:before {
    display: none; }
  .tribe-common .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item:after,
  .tribe-common li.tribe-events-c-top-bar__nav-list-item:after,
  .tribe-common li.tribe-events-c-nav__list-item:after,
  .tribe-common li.tribe-events-c-messages__message-list-item:after,
  .tribe-common h2.tribe-common-a11y-visual-hide:after {
    display: none; }

.tribe-common .tribe-events-c-breadcrumbs__list {
  font-size: 1.875em !important; }
  .tribe-common .tribe-events-c-breadcrumbs__list .tribe-events-c-breadcrumbs__list-item {
    margin-left: 0; }
  .tribe-common .tribe-events-c-breadcrumbs__list .tribe-events-c-breadcrumbs__list-item-text {
    color: #111; }

.tribe-common .tribe-events-calendar-list {
  max-width: 800px;
  margin: 0 auto; }
  .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 600px) {
      .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
        width: 60%; } }
    @media screen and (min-width: 870px) {
      .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
        width: 100%; } }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-link {
      position: relative; }
      .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-link:before {
        content: "";
        border: 1px solid #fff;
        opacity: .5;
        position: absolute;
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: 8px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime:after {
      background-color: #6A8E4C; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-datetime-featured-icon {
      display: none; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-datetime-featured-text {
      color: #6A8E4C; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title {
      line-height: 1em;
      font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-venue {
      margin-bottom: 0; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button {
      margin-top: 1em; }
      .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button:visited {
        color: #fff;
        background-color: #777; }
        .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button:visited:hover {
          background-color: #595959; }

/****
Events Single
****/
.single-tribe_events li {
  padding-left: 0; }
  .single-tribe_events li:before {
    display: none; }

.single-tribe_events .site-inner > .wrap {
  max-width: none;
  width: 100%; }
  .single-tribe_events .site-inner > .wrap #tribe-events-pg-template {
    max-width: none;
    padding: 0; }

.single-tribe_events #tribe-events-pg-template #tribe-events-content {
  margin: 0;
  padding: 0; }

.single-tribe_events #tribe-events-pg-template .tribe-events-back {
  margin-bottom: 20px; }

.single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 90%; }
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-single-event-title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: none;
    font-size: 1.875em; }
    @media screen and (min-width: 600px) {
      .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-single-event-title {
        font-size: 2.5em; } }
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-schedule {
    background: none;
    border: none;
    margin: 0;
    padding: 0; }
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-cal-links .tribe-events-gcal,
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-cal-links .tribe-events-ical {
    padding: 0; }

.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta {
  margin-bottom: 0;
  background-color: #eee;
  padding-left: 30px; }
  .single-tribe_events #tribe-events-pg-template .tribe-events-event-meta dt {
    margin-bottom: 0; }
    .single-tribe_events #tribe-events-pg-template .tribe-events-event-meta dt:not(:first-child) {
      margin-top: 10px; }
  .single-tribe_events #tribe-events-pg-template .tribe-events-event-meta .tribe-events-address {
    line-height: 20px; }

.single-tribe_events #tribe-events-pg-template .tribe-events-related-events-title {
  border: none;
  padding-top: 0;
  margin-top: 3em; }

.single-tribe_events #tribe-events-pg-template ul.tribe-related-events {
  margin-bottom: 4em; }

.single-tribe_events #flexible-section-repeater .page-flexible-section:first-child {
  margin-top: 4em !important; }

.search-form {
  margin-bottom: 1.5em; }

.search .entry-header {
  margin-bottom: 1rem; }
  .search .entry-header .entry-title {
    padding-top: 0;
    font-size: 2.25em;
    margin-bottom: 0.2em; }
    .search .entry-header .entry-title a {
      color: #111; }
  .search .entry-header h2:before,
  .search .entry-header h2:after {
    display: none; }

.search .entry-meta .entry-time {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #777; }

.search article {
  background-color: #eee;
  padding: 2em;
  margin-bottom: 1.5em; }
  .search article .entry-content {
    margin-bottom: 0; }
  .search article:last-of-type {
    margin-bottom: 0; }

.search .search-result-footer {
  margin-top: 1rem; }

/**
 * Sections
 */
.accordion-row-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .accordion-row-header:hover .ac-row-title, .accordion-row-header.active-ar .ac-row-title {
    color: #842323; }
  .accordion-row-header:hover .ac-row-toggle:before, .accordion-row-header:hover .ac-row-toggle:after, .accordion-row-header.active-ar .ac-row-toggle:before, .accordion-row-header.active-ar .ac-row-toggle:after {
    background: #842323; }

.ac-row-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 84%; }

.ac-row-toggle {
  position: relative; }
  .ac-row-toggle:before, .ac-row-toggle:after {
    background: #555;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: -2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 14px; }
  .ac-row-toggle:before {
    right: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .ac-row-toggle:after {
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active-ar .ac-row-toggle:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active-ar .ac-row-toggle:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.accordion-row-content {
  display: none;
  overflow: hidden; }

.accordions-columns-wrap .accordions-wrap-right {
  margin-top: 0.5em; }

.page-section-stories {
  overflow: hidden; }
  .page-section-stories .section-header {
    text-align: center; }
  .page-section-stories .blog-feed-slider {
    position: relative; }
    @media screen and (min-width: 600px) {
      .page-section-stories .blog-feed-slider {
        margin-left: -1.5em;
        width: calc(100% + 3em); } }
  .page-section-stories .story {
    display: block;
    padding: 0 1.5em; }
  .page-section-stories .story-img {
    height: 250px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .page-section-stories .story-img:before {
      content: "";
      border: 1px solid #fff;
      opacity: .7;
      position: absolute;
      top: 12px;
      right: 12px;
      bottom: 12px;
      left: 12px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .page-section-stories .story-date {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 500; }
  .page-section-stories .story-title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 500; }
    .page-section-stories .story-title a {
      color: #222; }
      .page-section-stories .story-title a:hover {
        color: #6A8E4C; }
  .page-section-stories .story-cats {
    margin-bottom: 1em; }
    .page-section-stories .story-cats span {
      border-right: 1px solid #555;
      padding-right: 0.3em; }
      .page-section-stories .story-cats span:last-child {
        border: none;
        padding-right: 0; }
  .page-section-stories .story-blurb-content {
    font-size: 0.875em;
    margin-bottom: 0.75em;
    color: #555; }
  .page-section-stories .read-more {
    text-transform: uppercase;
    font-size: 0.875em; }
  .page-section-stories .left-arrow,
  .page-section-stories .right-arrow {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    display: block !important;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 100; }
    .page-section-stories .left-arrow.slick-hidden,
    .page-section-stories .right-arrow.slick-hidden {
      display: none !important; }
    .page-section-stories .left-arrow svg,
    .page-section-stories .right-arrow svg {
      fill: #222;
      height: 40px;
      width: 50px; }
    .page-section-stories .left-arrow:hover,
    .page-section-stories .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .page-section-stories .left-arrow {
    left: -20px; }
    .page-section-stories .left-arrow svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .page-section-stories .right-arrow {
    right: -20px; }
  .page-section-stories .blog-feed-bottom {
    margin-top: 2em;
    text-align: center; }

#flexible-section-repeater .content-section p:last-child {
  margin-bottom: 0; }

#flexible-section-repeater .content-section .l-content,
#flexible-section-repeater .content-section .r-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  #flexible-section-repeater .content-section .l-content:last-child,
  #flexible-section-repeater .content-section .r-content:last-child {
    margin-right: 0; }

#flexible-section-repeater .content-section .l-content,
#flexible-section-repeater .content-section.thirty-three .r-content {
  margin-bottom: 3em; }
  @media screen and (min-width: 900px) {
    #flexible-section-repeater .content-section .l-content,
    #flexible-section-repeater .content-section.thirty-three .r-content {
      margin-bottom: 0; } }

@media screen and (min-width: 900px) {
  #flexible-section-repeater .content-section.fifty-fifty .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #flexible-section-repeater .content-section.fifty-fifty .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.fifty-fifty .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.fifty-fifty .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-seventy .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #flexible-section-repeater .content-section.thirty-seventy .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-seventy .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.thirty-seventy .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.seventy-thirty .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #flexible-section-repeater .content-section.seventy-thirty .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.seventy-thirty .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.seventy-thirty .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-three .l-content,
  #flexible-section-repeater .content-section.thirty-three .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #flexible-section-repeater .content-section.thirty-three .l-content:last-child,
    #flexible-section-repeater .content-section.thirty-three .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-three .third-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.thirty-three .third-content:last-child {
      margin-right: 0; } }

.cta-section.page-flexible-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .cta-section.page-flexible-section .section-title {
    margin-top: 0; }

.cta-content {
  text-align: center;
  padding: 6em 0;
  position: relative;
  z-index: 100;
  color: white; }

.cta-overlay {
  background-color: #222;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#flexible-section-repeater .informational-cta-section {
  position: relative;
  background: #eee; }
  #flexible-section-repeater .informational-cta-section *:last-child {
    margin-bottom: 0px; }
  #flexible-section-repeater .informational-cta-section.wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  #flexible-section-repeater .informational-cta-section .wrap {
    position: static; }
  #flexible-section-repeater .informational-cta-section .item {
    width: 100%; }
    @media screen and (min-width: 900px) {
      #flexible-section-repeater .informational-cta-section .item {
        width: 50%; } }
    #flexible-section-repeater .informational-cta-section .item.content-section {
      padding-top: 4em;
      padding-bottom: 4em; }
      #flexible-section-repeater .informational-cta-section .item.content-section p {
        font-size: 1em; }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.content-section {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          padding: 6em 4em 6em 0; }
          #flexible-section-repeater .informational-cta-section .item.content-section:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.content-section.right {
          margin-left: 51.17883%;
          padding-left: 4em;
          padding-right: 0; } }
    #flexible-section-repeater .informational-cta-section .item.image {
      background-color: black;
      position: relative;
      height: 400px; }
      #flexible-section-repeater .informational-cta-section .item.image:before {
        content: "";
        border: 1px solid #fff;
        opacity: .7;
        position: absolute;
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.image {
          display: block;
          position: absolute;
          width: 50%;
          height: 100%; }
          #flexible-section-repeater .informational-cta-section .item.image.left {
            left: 50%; }
          #flexible-section-repeater .informational-cta-section .item.image.right {
            right: 50%; } }
      #flexible-section-repeater .informational-cta-section .item.image .bg {
        height: 100%;
        width: 100.1%;
        background-position: center;
        background-repeat: no-repeat; }
        #flexible-section-repeater .informational-cta-section .item.image .bg.has-content-over {
          opacity: 0.5; }
      #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        @media screen and (min-width: 900px) {
          #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap {
            max-width: 650px; } }
        #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-inner-wrap {
          display: block;
          height: 100%;
          position: relative;
          width: 100%; }
        #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          color: white;
          font-size: 1.25em;
          padding-left: 1.5em;
          padding-right: 1.5em;
          position: absolute;
          top: 50%; }
          @media screen and (min-width: 900px) {
            #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
              padding-left: 3.9375rem; }
              .image.item.right #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
                padding-right: 3.9375rem;
                padding-left: 1.5em; } }

.icon-blurb-section.color {
  margin: 0 !important; }

.icon-blurb-section .upper-content,
.icon-blurb-section .bottom-content {
  text-align: center;
  clear: both; }

.icon-blurb-section .section-sub-title {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.icon-blurb-section .bottom-content {
  margin-top: 2.5em; }

.icon-blurb-section .icon-blurb-grid .blurb svg {
  fill: #842323;
  height: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 3.75em; }

.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-image-wrap {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em; }
    .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-image-wrap .blurb-image {
      width: 100px; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-title {
    font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 500;
    margin-bottom: 0.3em;
    font-size: 1.5em; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-text {
    margin-bottom: 0;
    font-size: 0.875em;
    color: #555; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-button {
    margin-top: 1.5em; }

.icon-blurb-section .icon-blurb-grid .blurb:hover a .inner-blurb {
  opacity: 0.6; }

.boxes-section.color.white {
  padding: 0 !important; }

@media screen and (min-width: 900px) {
  .boxes-section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.boxes-section .boxes-content {
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .boxes-section .boxes-content {
      margin-bottom: 0;
      text-align: left; } }

@media screen and (min-width: 900px) {
  .boxes-section .box-item {
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .boxes-section .box-item:last-child {
      margin-right: 0; } }

@media screen and (min-width: 900px) {
  .boxes-section.hide-section-info .box-item {
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .boxes-section.hide-section-info .box-item:last-child {
      margin-right: 0; } }

.boxes-section.hide-section-info .boxes-content {
  display: none; }

.boxes-section.hide-section-info .box-icon {
  height: 80px !important; }

.boxes-section .box {
  background-color: #842323;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 2.5em 2em;
  display: block;
  position: relative; }
  .boxes-section .box:before {
    content: "";
    border: 1px solid #fff;
    opacity: .5;
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .boxes-section .box:nth-child(3) {
    background-color: #46662E; }
  .boxes-section .box:nth-child(4) {
    background-color: #6A8E4C; }
  @media screen and (min-width: 900px) {
    .boxes-section .box.linked:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  .boxes-section .box .box-icon {
    height: 60px;
    margin-bottom: 1em; }
  .boxes-section .box .box-title {
    color: #fff;
    margin-bottom: 0; }
  .boxes-section .box .box-text {
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0; }
  .boxes-section .box .box-button {
    margin-top: 1.3em; }

#flexible-section-repeater .page-flexible-section.has-top-padding {
  margin-top: 4em; }

#flexible-section-repeater .page-flexible-section.has-bot-padding {
  margin-bottom: 4em; }

@media screen and (min-width: 900px) {
  #flexible-section-repeater .page-flexible-section.has-top-padding {
    margin-top: 6.25em; }
  #flexible-section-repeater .page-flexible-section.has-bot-padding {
    margin-bottom: 6.25em; } }

#flexible-section-repeater .page-flexible-section.color {
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    #flexible-section-repeater .page-flexible-section.color {
      padding: 6.25em 0; } }
  #flexible-section-repeater .page-flexible-section.color:first-child {
    margin-top: 0; }
  #flexible-section-repeater .page-flexible-section.color:last-child {
    margin-bottom: 0; }

#flexible-section-repeater .color {
  margin-bottom: 0 !important; }
  #flexible-section-repeater .color.red {
    background-color: #842323; }
    #flexible-section-repeater .color.red .section-title {
      color: white; }
  #flexible-section-repeater .color.green {
    background-color: #46662E; }
    #flexible-section-repeater .color.green .section-title {
      color: white; }
  #flexible-section-repeater .color.light-green {
    background-color: #6A8E4C; }
    #flexible-section-repeater .color.light-green .section-title {
      color: white; }
  #flexible-section-repeater .color.tan {
    background-color: #F9EFD6; }
  #flexible-section-repeater .color.light-gray {
    background-color: #eee; }
  #flexible-section-repeater .color.medium-gray {
    background-color: #777; }
    #flexible-section-repeater .color.medium-gray .section-title {
      color: white; }
  #flexible-section-repeater .color.dark-gray {
    background-color: #222; }
    #flexible-section-repeater .color.dark-gray .section-title {
      color: white; }
  #flexible-section-repeater .color.white {
    background-color: white; }

.section-title {
  margin: 0 0 0.7em;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 500; }

.section-pre-title {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0; }

.section-sub-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.section-post-title {
  margin-bottom: 1rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.dark .section-pre-title,
.dark .section-sub-title,
.dark .section-title,
.dark .section-post-title {
  color: #222; }

.light .section-pre-title,
.light .section-sub-title,
.light .section-title,
.light .section-post-title {
  color: white; }

.tiles .section-header {
  text-align: center; }

.tiles .tile-blocks {
  overflow: auto; }
  @media screen and (min-width: 900px) {
    .tiles .tile-blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tiles .tile-blocks.tiles-3 .tile-block {
        width: 33.33%; }
      .tiles .tile-blocks.tiles-4 .tile-block {
        width: 25%; } }
  .tiles .tile-blocks .tile-block {
    padding: 4.5em 3em;
    position: relative; }
    @media screen and (min-width: 900px) {
      .tiles .tile-blocks .tile-block {
        padding: 3.5em 1.5em;
        float: left;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .tiles .tile-blocks .tile-block {
        padding: 4.5em 3em; } }
    .tiles .tile-blocks .tile-block .tile-block-excerpt {
      position: relative;
      z-index: 100; }
      .tiles .tile-blocks .tile-block .tile-block-excerpt h1,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h2,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h3,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h4,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h5,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h6 {
        margin-bottom: 0.9375em;
        font-weight: 700;
        font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
      .tiles .tile-blocks .tile-block .tile-block-excerpt *:last-child {
        margin-bottom: 0; }
    .tiles .tile-blocks .tile-block.has-image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .tiles .tile-blocks .tile-block.has-image:before {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        background-color: rgba(34, 34, 34, 0.5);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .tiles .tile-blocks .tile-block.has-image .wrap {
        position: relative;
        z-index: 100; }
      .tiles .tile-blocks .tile-block.has-image .tile-block-excerpt {
        color: white; }
    .tiles .tile-blocks .tile-block.solid.primary {
      background-color: #842323; }
      .tiles .tile-blocks .tile-block.solid.primary .tile-block-excerpt {
        color: white; }
    .tiles .tile-blocks .tile-block.solid.white {
      background-color: white;
      border: 1px solid #bbb; }
    .tiles .tile-blocks .tile-block.solid.light-gray {
      background-color: #eee; }
    .tiles .tile-blocks .tile-block.solid.dark-gray {
      background-color: #222; }
      .tiles .tile-blocks .tile-block.solid.dark-gray .tile-block-excerpt {
        color: white; }

.ribbon-cta-section {
  display: block;
  position: relative;
  background: #842323;
  padding: 0 !important; }
  @media screen and (min-width: 600px) {
    .ribbon-cta-section .ribbon-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      box-pack: justify;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  .ribbon-cta-section .ribbon-text {
    display: block;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .ribbon-cta-section .ribbon-text {
        padding-right: 1.5em;
        text-align: left; } }
  .ribbon-cta-section .top-text,
  .ribbon-cta-section .bottom-text {
    color: white;
    line-height: 1;
    margin-bottom: 0; }
  .ribbon-cta-section .top-text {
    margin-bottom: 5px;
    font-weight: 500; }
  .ribbon-cta-section .bottom-text {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400; }
  .ribbon-cta-section .button-wrap {
    margin-bottom: 2.5rem;
    display: block;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .ribbon-cta-section .button-wrap {
        margin-bottom: 0rem;
        text-align: left; } }

.testimonials-section {
  text-align: center;
  position: relative; }
  .testimonials-section .wrap {
    background: #F9EFD6;
    position: relative;
    z-index: 10;
    padding: 4em 2em; }
    @media screen and (min-width: 900px) {
      .testimonials-section .wrap {
        padding: 6.25em 2em; } }
    .testimonials-section .wrap h2:before, .testimonials-section .wrap h2:after {
      color: #fff; }
    .testimonials-section .wrap .quotes {
      background: url("assets/images/icon_quotes.png") no-repeat center;
      width: 100%;
      height: 30px;
      margin-bottom: 2em;
      background-size: contain;
      display: block; }
    .testimonials-section .wrap .testimonial-title {
      margin-bottom: 0;
      margin-top: 1em;
      display: block;
      color: #000;
      font-style: normal; }
    .testimonials-section .wrap .testimonial {
      font-style: italic; }
      .testimonials-section .wrap .testimonial *:last-child {
        margin-bottom: 0; }
  .testimonials-section .left-arrow,
  .testimonials-section .right-arrow {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 100; }
    .testimonials-section .left-arrow.slick-hidden,
    .testimonials-section .right-arrow.slick-hidden {
      display: none !important; }
    .testimonials-section .left-arrow svg,
    .testimonials-section .right-arrow svg {
      fill: #222;
      height: 40px;
      width: 50px; }
    .testimonials-section .left-arrow:hover,
    .testimonials-section .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .testimonials-section .left-arrow {
    left: 0px; }
    .testimonials-section .left-arrow svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .testimonials-section .right-arrow {
    right: 0px; }
  .testimonials-section .testimonials-feed-bottom {
    margin-top: 1.5em;
    text-align: center; }

.testimonials-slider {
  display: none;
  padding: 0 1.5em; }
  @media screen and (min-width: 600px) {
    .testimonials-slider {
      padding: 0 3em; } }

.gallery-section {
  text-align: center; }
  .gallery-section .section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .gallery-section .gallery-img-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .gallery-section .gallery-img-wrap:last-child {
      margin-right: 0; }
    .gallery-section .gallery-img-wrap:before {
      content: "";
      border: 1px solid #fff;
      opacity: .7;
      position: absolute;
      top: 12px;
      right: 12px;
      bottom: 12px;
      left: 12px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 10; }
    .gallery-section .gallery-img-wrap .gallery-img {
      width: 100%;
      height: 100%;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: all 800ms ease;
      transition: all 800ms ease; }
      .gallery-section .gallery-img-wrap .gallery-img:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #842323;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 5; }
    .gallery-section .gallery-img-wrap:hover .gallery-img {
      -webkit-transform: scale(1.07);
              transform: scale(1.07); }
      .gallery-section .gallery-img-wrap:hover .gallery-img:before {
        opacity: 0.6; }
    .gallery-section .gallery-img-wrap .gallery-caption {
      background: #fff;
      padding: 0.5em 0.7em;
      color: #666;
      font-weight: 600;
      font-size: 9px;
      position: absolute;
      bottom: 5%;
      left: 5%;
      max-width: 90%;
      text-align: left; }
  .gallery-section .single-gallery-grid.four-images .gallery-row {
    overflow: hidden; }
    .gallery-section .single-gallery-grid.four-images .gallery-row:first-child {
      margin-top: -1%; }
  .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
    height: 300px;
    margin-top: 1.5%; }
    @media screen and (min-width: 600px) {
      .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
        float: left;
        display: block;
        margin-right: 1.5%;
        width: 49%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 900px) {
      .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
        margin-top: 1%;
        float: left;
        display: block;
        margin-right: 1%;
        width: 15%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2n) {
          margin-right: 1%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(12), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(14) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 25%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(6), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(11), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(13) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 42%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4n) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4n+1) {
          clear: left; } }
  .gallery-section .single-gallery-grid.three-images .gallery-row {
    overflow: hidden; }
    .gallery-section .single-gallery-grid.three-images .gallery-row:first-child {
      margin-top: -1%; }
  .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
    height: 400px;
    margin-top: 2%;
    position: relative; }
    @media screen and (min-width: 600px) {
      .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
        float: left;
        display: block;
        margin-right: 2%;
        margin-top: 2%;
        width: 49%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(8) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+3) {
          margin-right: 0;
          width: 100%; } }
    @media screen and (min-width: 900px) {
      .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
        margin-top: 1%;
        float: left;
        display: block;
        margin-right: 1%;
        width: 32%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+3) {
          margin-right: 1%;
          width: 32%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(8) {
          margin-right: 1%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(4), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(9) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 43%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(7) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 23%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+1) {
          clear: left; } }
  .gallery-section .gallery-button {
    margin-top: 2.5em; }

.staff-cat-grid .staffArchBlock {
  margin-top: 3.125rem;
  text-align: center; }
  .staff-cat-grid .staffArchBlock .staffArchImgWrap {
    display: block;
    position: relative; }
    .staff-cat-grid .staffArchBlock .staffArchImgWrap:before {
      content: "";
      border: 1px solid #fff;
      opacity: .7;
      position: absolute;
      top: 12px;
      right: 12px;
      bottom: 12px;
      left: 12px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 10; }
  .staff-cat-grid .staffArchBlock img {
    display: block;
    margin-bottom: 1rem;
    width: 100%; }
  .staff-cat-grid .staffArchBlock:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 600px) {
    .staff-cat-grid .staffArchBlock {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .staff-cat-grid .staffArchBlock:last-child {
        margin-right: 0; }
      .staff-cat-grid .staffArchBlock:nth-child(4n) {
        margin-right: 2.35765%; }
      .staff-cat-grid .staffArchBlock:nth-child(4n+1) {
        clear: none; }
      .staff-cat-grid .staffArchBlock:nth-child(2n) {
        margin-right: 0; }
      .staff-cat-grid .staffArchBlock:nth-child(2n+1) {
        clear: left; }
      .staff-cat-grid .staffArchBlock:nth-child(1), .staff-cat-grid .staffArchBlock:nth-child(2) {
        margin-top: 0; } }
  @media screen and (min-width: 900px) {
    .staff-cat-grid .staffArchBlock {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .staff-cat-grid .staffArchBlock:last-child {
        margin-right: 0; }
      .staff-cat-grid .staffArchBlock:nth-child(2n) {
        margin-right: 2.35765%; }
      .staff-cat-grid .staffArchBlock:nth-child(2n+1) {
        clear: none; }
      .staff-cat-grid .staffArchBlock:nth-child(4n) {
        margin-right: 0; }
      .staff-cat-grid .staffArchBlock:nth-child(4n+1) {
        clear: left; }
      .staff-cat-grid .staffArchBlock:nth-child(1), .staff-cat-grid .staffArchBlock:nth-child(2), .staff-cat-grid .staffArchBlock:nth-child(3), .staff-cat-grid .staffArchBlock:nth-child(4) {
        margin-top: 0; } }

.staff-cat-grid .staffArchBlockName {
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 7px; }

.staff-cat-grid .staffArchBlockPosition {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0.75rem; }

.staff-cat-grid .postLink {
  display: block;
  margin-top: 0.75rem;
  color: #6A8E4C;
  font-weight: bold; }
  .staff-cat-grid .postLink:hover {
    color: #506b39; }

.events-feed {
  background: #eee;
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    .events-feed {
      padding: 6.25em 0; } }
  @media screen and (min-width: 900px) {
    .events-feed .events-title-wrap {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .events-feed .events-title-wrap:last-child {
        margin-right: 0; } }
  .events-feed .events-title-wrap .events-title {
    margin-bottom: 0.2em; }
  @media screen and (min-width: 900px) {
    .events-feed .events-list {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .events-feed .events-list:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 900px) {
    .events-feed .event-item-wrap {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .events-feed .event-item-wrap:last-child {
        margin-right: 0; } }
  .events-feed .event-item-wrap.featured-event .event-item {
    background-color: #777; }
    .events-feed .event-item-wrap.featured-event .event-item .event-title {
      color: #fff; }
    .events-feed .event-item-wrap.featured-event .event-item .event-link {
      color: #ccc; }
  .events-feed .event-item {
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: top;
    box-align: top;
    -moz-align-items: top;
    -ms-align-items: top;
    -o-align-items: top;
    align-items: top;
    -ms-flex-align: top;
    color: #222;
    margin-top: 0.75rem;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease; }
    .events-feed .event-item:hover .event-date {
      background-color: #46662E; }
    .events-feed .event-item:hover .event-title {
      color: #111; }
    .events-feed .event-item:hover .event-link {
      color: #333; }
  .events-feed .event-date {
    -webkit-backface-visibility: hidden;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #6A8E4C;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    max-height: 94px;
    min-width: 94px;
    padding: 1.5625rem 0.9375rem;
    text-transform: uppercase;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    position: relative; }
    .events-feed .event-date:before {
      content: "";
      border: 1px solid #fff;
      opacity: .5;
      position: absolute;
      top: 6px;
      right: 6px;
      bottom: 6px;
      left: 6px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 10; }
    .events-feed .event-date .event-date-up {
      font-size: 1.125em;
      font-weight: 300; }
    .events-feed .event-date .event-date-down {
      font-size: 1.875em;
      font-weight: 500; }
  .events-feed .event-details-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 1em;
    line-height: 1.25rem;
    margin: 0 0.875rem; }
    .events-feed .event-details-wrap .event-details {
      padding: 0.3em 0; }
    .events-feed .event-details-wrap .event-title {
      font-weight: bold;
      font-size: 1em;
      color: #777;
      font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .events-feed .event-details-wrap .event-link {
      margin-top: 0.625em;
      font-size: 0.75em;
      line-height: 1em;
      color: #777;
      font-weight: 400;
      display: block; }

.promo-section.in-product-promo {
  clear: both;
  margin: 3em 0;
  display: none; }
  @media screen and (min-width: 900px) {
    .promo-section.in-product-promo {
      display: block; } }
  .promo-section.in-product-promo.mobile-promo {
    display: block; }
    @media screen and (min-width: 900px) {
      .promo-section.in-product-promo.mobile-promo {
        display: none; } }
  .promo-section.in-product-promo .wrap {
    width: 100%; }

.promo-section .product-promo {
  background-color: #F9EFD6;
  padding: 2em; }
  @media screen and (min-width: 600px) {
    .promo-section .product-promo {
      padding: 3em; } }
  .promo-section .product-promo p:last-child {
    margin-bottom: 0; }
  .promo-section .product-promo .black-button,
  .promo-section .product-promo .blue-gray-button,
  .promo-section .product-promo .orange-button,
  .promo-section .product-promo .light-blue-button,
  .promo-section .product-promo .medium-gray-button,
  .promo-section .product-promo .dark-gray-button,
  .promo-section .product-promo .white-button {
    margin-bottom: 0.3em; }

.products-feed-section {
  overflow: hidden; }
  .products-feed-section .header-section {
    text-align: center; }
  .products-feed-section .products-feed-outer {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 600px) {
      .products-feed-section .products-feed-outer {
        margin-left: -1.5em;
        width: calc(100% + 3em); } }
    .products-feed-section .products-feed-outer .products-feed .product-feed-slide {
      padding: 0.5em 1.5em;
      display: block; }
      .products-feed-section .products-feed-outer .products-feed .product-feed-slide:focus {
        outline: none; }
    .products-feed-section .products-feed-outer .left-arrow,
    .products-feed-section .products-feed-outer .right-arrow {
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block !important;
      opacity: 0.5;
      position: absolute;
      top: 50%;
      z-index: 100; }
      .products-feed-section .products-feed-outer .left-arrow.slick-hidden,
      .products-feed-section .products-feed-outer .right-arrow.slick-hidden {
        display: none !important; }
      .products-feed-section .products-feed-outer .left-arrow svg,
      .products-feed-section .products-feed-outer .right-arrow svg {
        fill: #222;
        height: 40px;
        width: 50px; }
      .products-feed-section .products-feed-outer .left-arrow:hover,
      .products-feed-section .products-feed-outer .right-arrow:hover {
        cursor: pointer;
        opacity: 1; }
    .products-feed-section .products-feed-outer .left-arrow {
      left: -20px; }
      .products-feed-section .products-feed-outer .left-arrow svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .products-feed-section .products-feed-outer .right-arrow {
      right: -20px; }

.content-boxes-section .content-area {
  margin-bottom: 3em; }
  @media screen and (min-width: 900px) {
    .content-boxes-section .content-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 0; }
      .content-boxes-section .content-area:last-child {
        margin-right: 0; } }

.content-boxes-section .content-boxes {
  text-align: center; }
  @media screen and (min-width: 900px) {
    .content-boxes-section .content-boxes {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 44.55627%;
      float: right; }
      .content-boxes-section .content-boxes:last-child {
        margin-right: 0; } }

.content-boxes-section .box {
  background-color: #842323;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2.35765%;
  height: 150px; }
  @media screen and (min-width: 600px) {
    .content-boxes-section .box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      height: 260px; }
      .content-boxes-section .box:last-child {
        margin-right: 0; }
      .content-boxes-section .box:nth-child(2n) {
        margin-right: 0; }
      .content-boxes-section .box:nth-child(2n+1) {
        clear: left; }
      .content-boxes-section .box:nth-child(1), .content-boxes-section .box:nth-child(2) {
        margin-top: 0; } }
  .content-boxes-section .box:before {
    content: "";
    border: 1px solid #fff;
    opacity: .5;
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100; }
  .content-boxes-section .box:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .content-boxes-section .box .box-title {
    margin-bottom: 0;
    font-size: 1.375em;
    color: white;
    width: 100%;
    padding: 0 18px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 50; }
  .content-boxes-section .box .box-button {
    background: white;
    color: #333;
    font-size: 0.8125em;
    padding: 0.6em 1.5em;
    font-family: "EB Garamond", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    -webkit-font-smoothing: antialiased; }
  .content-boxes-section .box:hover:after {
    opacity: 0.8; }
  .content-boxes-section .box:hover .box-title {
    top: 45%; }
  .content-boxes-section .box:hover .box-button {
    top: 55%;
    opacity: 1;
    visibility: visible; }

.logos-feed-section {
  overflow: hidden; }
  .logos-feed-section .logos-feed-outer {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 600px) {
      .logos-feed-section .logos-feed-outer {
        margin-left: -1.5em;
        width: calc(100% + 3em); } }
    .logos-feed-section .logos-feed-outer .logos-feed .logo {
      padding: 0 1.5em;
      display: block;
      text-align: center; }
      .logos-feed-section .logos-feed-outer .logos-feed .logo:focus {
        outline: none; }
      .logos-feed-section .logos-feed-outer .logos-feed .logo .logo-image {
        display: inline-block; }
    .logos-feed-section .logos-feed-outer .left-arrow,
    .logos-feed-section .logos-feed-outer .right-arrow {
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block !important;
      opacity: 0.5;
      position: absolute;
      top: 50%;
      z-index: 100; }
      .logos-feed-section .logos-feed-outer .left-arrow.slick-hidden,
      .logos-feed-section .logos-feed-outer .right-arrow.slick-hidden {
        display: none !important; }
      .logos-feed-section .logos-feed-outer .left-arrow svg,
      .logos-feed-section .logos-feed-outer .right-arrow svg {
        fill: #222;
        height: 40px;
        width: 50px; }
      .logos-feed-section .logos-feed-outer .left-arrow:hover,
      .logos-feed-section .logos-feed-outer .right-arrow:hover {
        cursor: pointer;
        opacity: 1; }
    .logos-feed-section .logos-feed-outer .left-arrow {
      left: -20px; }
      .logos-feed-section .logos-feed-outer .left-arrow svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .logos-feed-section .logos-feed-outer .right-arrow {
      right: -20px; }

/**
* Utilities
*/
.bbr {
  border-radius: 3px; }

.bbrtl {
  border-top-left-radius: 3px; }

.bbrtr {
  border-top-right-radius: 3px; }

.bbrbr {
  border-bottom-right-radius: 3px; }

.bbrbl {
  border-bottom-right-radius: 3px; }

.br50 {
  border-radius: 50%; }

.base-border {
  border: 1px solid #eee; }

.base-border-top {
  border-top: 1px solid #eee; }

.base-border-bottom {
  border-bottom: 1px solid #eee; }

.base-border-left {
  border-left: 1px solid #eee; }

.base-border-right {
  border-right: 1px solid #eee; }

.bg-action {
  background-color: #6A8E4C; }

.bg-dark-gray {
  background-color: #222; }

.bg-light-gray {
  background-color: #eee; }

.bg-medium-gray {
  background-color: #777; }

.bg-primary {
  background-color: #842323; }

.bg-white {
  background-color: white; }

.f16 {
  font-size: 1em; }

.f18 {
  font-size: 1.125em; }

.f20 {
  font-size: 1.25em; }

.f22 {
  font-size: 1.375em; }

.f24 {
  font-size: 1.5em; }

.f26 {
  font-size: 1.625em; }

.f28 {
  font-size: 1.75em; }

.f30 {
  font-size: 1.875em; }

.f32 {
  font-size: 2em; }

.f34 {
  font-size: 2.125em; }

.f36 {
  font-size: 2.25em; }

.f38 {
  font-size: 2.375em; }

.f40 {
  font-size: 2.5em; }

.f42 {
  font-size: 2.625em; }

.f44 {
  font-size: 2.75em; }

.f46 {
  font-size: 2.875em; }

.f48 {
  font-size: 3em; }

.f60 {
  font-size: 3.75em; }

.f90 {
  font-size: 5.625em; }

.fwb {
  font-weight: bold; }

.one24grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one24grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one24grid > div,
  .one24grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one24grid > div:nth-child(1),
    .one24grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one24grid > div,
      .one24grid > a {
        width: 49%;
        margin-left: 2%; }
        .one24grid > div:nth-child(2),
        .one24grid > a:nth-child(2) {
          margin-top: 0; }
        .one24grid > div:nth-child(2n+1), .one24grid > div:nth-child(1),
        .one24grid > a:nth-child(2n+1),
        .one24grid > a:nth-child(1) {
          margin-left: 0; } }
    @media screen and (min-width: 900px) {
      .one24grid > div,
      .one24grid > a {
        width: 24%; }
        .one24grid > div:nth-child(3), .one24grid > div:nth-child(4),
        .one24grid > a:nth-child(3),
        .one24grid > a:nth-child(4) {
          margin-top: 0; }
        .one24grid > div:nth-child(2n+1), .one24grid > div:nth-child(3n+1),
        .one24grid > a:nth-child(2n+1),
        .one24grid > a:nth-child(3n+1) {
          margin-left: 2%; }
        .one24grid > div:nth-child(3n+1),
        .one24grid > a:nth-child(3n+1) {
          margin-left: 0; } }

.one23grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one23grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one23grid > div,
  .one23grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one23grid > div:nth-child(1),
    .one23grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one23grid > div,
      .one23grid > a {
        width: 49%;
        margin-left: 2%; }
        .one23grid > div:nth-child(2),
        .one23grid > a:nth-child(2) {
          margin-top: 0; }
        .one23grid > div:nth-child(2n+1), .one23grid > div:nth-child(1),
        .one23grid > a:nth-child(2n+1),
        .one23grid > a:nth-child(1) {
          margin-left: 0; } }
    @media screen and (min-width: 900px) {
      .one23grid > div,
      .one23grid > a {
        width: 32%; }
        .one23grid > div:nth-child(3),
        .one23grid > a:nth-child(3) {
          margin-top: 0; }
        .one23grid > div:nth-child(2n + 1),
        .one23grid > a:nth-child(2n + 1) {
          margin-left: 2%; }
        .one23grid > div:nth-child(3n+1),
        .one23grid > a:nth-child(3n+1) {
          margin-left: 0; } }

.one3grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 900px) {
    .one3grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one3grid > div,
  .one3grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one3grid > div:nth-child(1),
    .one3grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 900px) {
      .one3grid > div,
      .one3grid > a {
        width: 32%; }
        .one3grid > div:nth-child(3),
        .one3grid > a:nth-child(3) {
          margin-top: 0; }
        .one3grid > div:nth-child(2n + 1), .one3grid > div:nth-child(2n),
        .one3grid > a:nth-child(2n + 1),
        .one3grid > a:nth-child(2n) {
          margin-left: 2%; }
        .one3grid > div:nth-child(3n+1),
        .one3grid > a:nth-child(3n+1) {
          margin-left: 0; } }

.one2grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one2grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one2grid > div,
  .one2grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one2grid > div:nth-child(1),
    .one2grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one2grid > div,
      .one2grid > a {
        width: 49%;
        margin-left: 2%; }
        .one2grid > div:nth-child(2),
        .one2grid > a:nth-child(2) {
          margin-top: 0; }
        .one2grid > div:nth-child(2n+1), .one2grid > div:nth-child(1),
        .one2grid > a:nth-child(2n+1),
        .one2grid > a:nth-child(1) {
          margin-left: 0; } }

.one2gridlarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 900px) {
    .one2gridlarge {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one2gridlarge > div,
  .one2gridlarge > a {
    margin-top: 2.5em;
    width: 100%; }
    .one2gridlarge > div:nth-child(1),
    .one2gridlarge > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 900px) {
      .one2gridlarge > div,
      .one2gridlarge > a {
        width: 49%;
        margin-left: 2%; }
        .one2gridlarge > div:nth-child(2),
        .one2gridlarge > a:nth-child(2) {
          margin-top: 0; }
        .one2gridlarge > div:nth-child(2n+1), .one2gridlarge > div:nth-child(1),
        .one2gridlarge > a:nth-child(2n+1),
        .one2gridlarge > a:nth-child(1) {
          margin-left: 0; } }

.mb0 {
  margin-bottom: 0; }

.lmb0 > :last-child {
  margin-bottom: 0; }

.lotmb0:last-of-type {
  margin-bottom: 0; }

.mlra {
  margin-left: auto;
  margin-right: auto; }

.smallmt {
  margin-top: 0.5em; }

.basemt {
  margin-top: 1.5em; }

.basemt2 {
  margin-top: 3em; }

.basemt3 {
  margin-top: 4.5em; }

.sectionmt {
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmt {
      margin-top: 6.25em; } }

.smallml {
  margin-left: 0.5em; }

.baseml {
  margin-left: 1.5em; }

.baseml2 {
  margin-left: 3em; }

.baseml3 {
  margin-left: 4.5em; }

.sectionml {
  margin-left: 4em; }
  @media screen and (min-width: 900px) {
    .sectionml {
      margin-left: 6.25em; } }

.smallmr {
  margin-right: 0.5em; }

.basemr {
  margin-right: 1.5em; }

.basemr2 {
  margin-right: 3em; }

.basemr3 {
  margin-right: 4.5em; }

.sectionmr {
  margin-right: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmr {
      margin-right: 6.25em; } }

.smallmb {
  margin-bottom: 0.5em; }

.basemb {
  margin-bottom: 1.5em; }

.basemb2 {
  margin-bottom: 3em; }

.basemb3 {
  margin-bottom: 4.5em; }

.sectionmb {
  margin-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmb {
      margin-bottom: 6.25em; } }

.smallpt {
  padding-top: 0.5em; }

.basept {
  padding-top: 1.5em; }

.basept2 {
  padding-top: 3em; }

.basept3 {
  padding-top: 4.5em; }

.sectionpt {
  padding-top: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpt {
      padding-top: 6.25em; } }

.smallpr {
  padding-right: 0.5em; }

.basepr {
  padding-right: 1.5em; }

.basepr2 {
  padding-right: 3em; }

.basepr3 {
  padding-right: 4.5em; }

.sectionpr {
  padding-right: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpr {
      padding-right: 6.25em; } }

.smallpl {
  padding-left: 0.5em; }

.basepl {
  padding-left: 1.5em; }

.basepl2 {
  padding-left: 3em; }

.basepl3 {
  padding-left: 4.5em; }

.sectionpl {
  padding-left: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpl {
      padding-left: 6.25em; } }

.smallpb {
  padding-bottom: 0.5em; }

.basepb {
  padding-bottom: 1.5em; }

.basepb2 {
  padding-bottom: 3em; }

.basepb3 {
  padding-bottom: 4.5em; }

.sectionpb {
  padding-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpb {
      padding-bottom: 6.25em; } }

.smallpa {
  padding: 0.5em; }

.basepa {
  padding: 1.5em; }

.basepa2 {
  padding: 3em; }

.basepa3 {
  padding: 4.5em; }

.sectionpa {
  padding: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpa {
      padding: 6.25em; } }

.lh1 {
  line-height: 1; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.text-action {
  color: #6A8E4C; }

.text-dark-gray {
  color: #222; }

.text-light-gray {
  color: #eee; }

.text-medium-gray {
  color: #777; }

.text-primary {
  color: #842323; }

.text-white {
  color: white; }

.w100 {
  width: 100%; }

.max-width-1200 {
  max-width: 1200px; }

.max-width-960 {
  max-width: 960px; }

.max-width-760 {
  max-width: 760px; }

/*# sourceMappingURL=assets/maps/style.css.map */
