/*
 Theme Name: Know How
 Theme URI: http://newwhyweb.com
 Author: Chris Holder <chris@codemotel.com>
 Description: A know-it-all theme customized just for you.
 Version: 2.0.1
 Copyright Copyright 2015 — New Why Web
 Text Domain: Know-How-Theme
 */

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

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

/* #Reset
================================================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, #comments .comments-title, .cta-component.small .cta-headline, h4, h5, h6, p, .widget .textwidget, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Media - Fluid Images - Video
======================================================= */
figure {
  margin: 0;
}

img, object, embed, video {
  max-width: 100%;
  _width: 100%;
}

/* Fluid images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden;
}

/* Correct IE9 overflow */
img {
  height: auto;
}

/* Colors
================================================================================================= */
.row, body.single.single-registered-districts .feature-area .content-wrap {
  width: 85%;
  max-width: 1140px;
  max-width: 114rem;
  margin: 0 auto 70px;
  margin: 0 auto 7rem;
  *zoom: 1;
}
.row:after, body.single.single-registered-districts .feature-area .content-wrap:after {
  clear: both;
}
.row:after, body.single.single-registered-districts .feature-area .content-wrap:after, .row:before, body.single.single-registered-districts .feature-area .content-wrap:before {
  content: '';
  display: table;
}
@media (min-width: 1500px) {
  .row, body.single.single-registered-districts .feature-area .content-wrap {
    max-width: 1550px;
    max-width: 155rem;
  }
}

.wrapper {
  *zoom: 1;
}
.wrapper:after {
  clear: both;
}
.wrapper:after, .wrapper:before {
  content: '';
  display: table;
}

.column {
  float: left;
  padding: 0 0%;
  margin: 0 2% 0 0;
}
.column:first-of-type, .column:first-child {
  padding-left: 0;
}
.column:last-of-type, .column:last-child {
  padding-right: 0;
  margin-right: 0;
}
.column-12 {
  width: 6.5%;
}
@media (max-width: 680px) {
  .column-12 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-12:last-of-type, .column-12:last-child {
    margin-bottom: 0;
  }
}
.column-11 {
  width: 7.27273%;
}
@media (max-width: 680px) {
  .column-11 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-11:last-of-type, .column-11:last-child {
    margin-bottom: 0;
  }
}
.column-10 {
  width: 8.2%;
}
@media (max-width: 680px) {
  .column-10 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-10:last-of-type, .column-10:last-child {
    margin-bottom: 0;
  }
}
.column-9 {
  width: 9.33333%;
}
@media (max-width: 680px) {
  .column-9 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-9:last-of-type, .column-9:last-child {
    margin-bottom: 0;
  }
}
.column-8 {
  width: 10.75%;
}
@media (max-width: 680px) {
  .column-8 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-8:last-of-type, .column-8:last-child {
    margin-bottom: 0;
  }
}
.column-7 {
  width: 12.57143%;
}
@media (max-width: 680px) {
  .column-7 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-7:last-of-type, .column-7:last-child {
    margin-bottom: 0;
  }
}
.column-6, .column.sixth, .column.sixths, .column.one_sixth, .column.one_sixths, .column.one-sixth, .column.one-sixths {
  width: 15%;
}
@media (max-width: 680px) {
  .column-6, .column.sixth, .column.sixths, .column.one_sixth, .column.one_sixths, .column.one-sixth, .column.one-sixths {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-6:last-of-type, .column.sixth:last-of-type, .column.sixths:last-of-type, .column.one_sixth:last-of-type, .column.one_sixths:last-of-type, .column.one-sixth:last-of-type, .column.one-sixths:last-of-type, .column-6:last-child, .column.sixth:last-child, .column.sixths:last-child, .column.one_sixth:last-child, .column.one_sixths:last-child, .column.one-sixth:last-child, .column.one-sixths:last-child {
    margin-bottom: 0;
  }
}
.column-5 {
  width: 18.4%;
}
@media (max-width: 680px) {
  .column-5 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-5:last-of-type, .column-5:last-child {
    margin-bottom: 0;
  }
}
.column-4, .column.quarter, .column.quarters, .column.fourth, .column.fourths, .column.one-fourth, .column.one-fourths, .column.one_fourth, .column.one_fourths, .column.one_quarter, .column.one_quarters, .column.one-quarter, .column.one-quarters {
  width: 23.5%;
}
@media (max-width: 680px) {
  .column-4, .column.quarter, .column.quarters, .column.fourth, .column.fourths, .column.one-fourth, .column.one-fourths, .column.one_fourth, .column.one_fourths, .column.one_quarter, .column.one_quarters, .column.one-quarter, .column.one-quarters {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-4:last-of-type, .column.quarter:last-of-type, .column.quarters:last-of-type, .column.fourth:last-of-type, .column.fourths:last-of-type, .column.one-fourth:last-of-type, .column.one-fourths:last-of-type, .column.one_fourth:last-of-type, .column.one_fourths:last-of-type, .column.one_quarter:last-of-type, .column.one_quarters:last-of-type, .column.one-quarter:last-of-type, .column.one-quarters:last-of-type, .column-4:last-child, .column.quarter:last-child, .column.quarters:last-child, .column.fourth:last-child, .column.fourths:last-child, .column.one-fourth:last-child, .column.one-fourths:last-child, .column.one_fourth:last-child, .column.one_fourths:last-child, .column.one_quarter:last-child, .column.one_quarters:last-child, .column.one-quarter:last-child, .column.one-quarters:last-child {
    margin-bottom: 0;
  }
}
.column-3, .column.third, .column.thirds, .column.one_third, .column.one_thirds, .column.one-third, .column.one-thirds {
  width: 32%;
}
@media (max-width: 680px) {
  .column-3, .column.third, .column.thirds, .column.one_third, .column.one_thirds, .column.one-third, .column.one-thirds {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-3:last-of-type, .column.third:last-of-type, .column.thirds:last-of-type, .column.one_third:last-of-type, .column.one_thirds:last-of-type, .column.one-third:last-of-type, .column.one-thirds:last-of-type, .column-3:last-child, .column.third:last-child, .column.thirds:last-child, .column.one_third:last-child, .column.one_thirds:last-child, .column.one-third:last-child, .column.one-thirds:last-child {
    margin-bottom: 0;
  }
}
.column-2, .column.half, .column.halfs, .column.halve, .column.halves, .column.one_half, .column.one_halves, .column.one-half, .column.one-halves {
  width: 49%;
}
@media (max-width: 680px) {
  .column-2, .column.half, .column.halfs, .column.halve, .column.halves, .column.one_half, .column.one_halves, .column.one-half, .column.one-halves {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-2:last-of-type, .column.half:last-of-type, .column.halfs:last-of-type, .column.halve:last-of-type, .column.halves:last-of-type, .column.one_half:last-of-type, .column.one_halves:last-of-type, .column.one-half:last-of-type, .column.one-halves:last-of-type, .column-2:last-child, .column.half:last-child, .column.halfs:last-child, .column.halve:last-child, .column.halves:last-child, .column.one_half:last-child, .column.one_halves:last-child, .column.one-half:last-child, .column.one-halves:last-child {
    margin-bottom: 0;
  }
}
.column-1, .column.full, .column.full_width, .column.full-width, .column.whole {
  width: 100%;
}
@media (max-width: 680px) {
  .column-1, .column.full, .column.full_width, .column.full-width, .column.whole {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
  .column-1:last-of-type, .column.full:last-of-type, .column.full_width:last-of-type, .column.full-width:last-of-type, .column.whole:last-of-type, .column-1:last-child, .column.full:last-child, .column.full_width:last-child, .column.full-width:last-child, .column.whole:last-child {
    margin-bottom: 0;
  }
}
.column.fifth, .column.fifths, .column.one_fifth, .column.one_fifths, .column.one-fifth, .column.one-fifths {
  width: 18.4%;
}
@media (max-width: 680px) {
  .column.fifth, .column.fifths, .column.one_fifth, .column.one_fifths, .column.one-fifth, .column.one-fifths {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
}
.column.three_quarter, .column.three_quarters {
  width: 73.875%;
}
@media (max-width: 680px) {
  .column.three_quarter, .column.three_quarters {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
}
.column.two_third, .column.two_thirds, .column.two-third, .column.two-thirds {
  width: 65.77778%;
}
@media (max-width: 680px) {
  .column.two_third, .column.two_thirds, .column.two-third, .column.two-thirds {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
    margin-bottom: 7rem;
  }
}
.column.full, .column.full_width, .column.full-width, .column.whole {
  margin-right: 0;
  padding: 0;
}

a {
  color: #c3cf21;
  transition: all 333ms ease-in-out;
}
a.link-orange {
  color: #f28034;
}
a.link-purple {
  color: #a54399;
}
a:focus, a:hover, a:active {
  outline: 0;
}
a:hover {
  color: #a54399;
}
a:hover .genericon {
  color: #a54399;
}
a .genericon, .genericon a {
  color: #c3cf21;
  position: relative;
  text-decoration: none;
}

.continue-reading {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 17.5px;
  margin-top: 1.75rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.continue-reading .genericon {
  font-size: 12.5px;
  font-size: 1.25rem;
  top: 5px;
  top: 0.5rem;
  margin-left: 5px;
  margin-left: 0.5rem;
}
.continue-reading.button .genericon, input.continue-reading[type='submit'] .genericon, #comments .comment-list .comment-body .reply .continue-reading.comment-reply-link .genericon, body.login .continue-reading#wp-submit .genericon {
  margin-left: 7.5px;
  margin-left: 0.75rem;
}

h1, h2, h3, #comments .comments-title, .cta-component.small .cta-headline, h4, h5 {
  color: #424244;
  line-height: 1.3;
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
h1 a, a h1, h2 a, a h2, h3 a, #comments .comments-title a, .cta-component.small .cta-headline a, a h3, a #comments .comments-title, #comments a .comments-title, a .cta-component.small .cta-headline, .cta-component.small a .cta-headline, h4 a, a h4, h5 a, a h5 {
  color: #424244;
  text-decoration: none;
}
h1 a:hover, a h1:hover, h2 a:hover, a h2:hover, h3 a:hover, #comments .comments-title a:hover, .cta-component.small .cta-headline a:hover, a h3:hover, a #comments .comments-title:hover, #comments a .comments-title:hover, a .cta-component.small .cta-headline:hover, .cta-component.small a .cta-headline:hover, h4 a:hover, a h4:hover, h5 a:hover, a h5:hover {
  color: #c3cf21;
}
h1.underline, h2.underline, h3.underline, #comments .underline.comments-title, .cta-component.small .underline.cta-headline, h4.underline, h5.underline {
  border-bottom: 1px solid #424244;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

h1 {
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
}
h1.alternate {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2, h3, #comments .comments-title, .cta-component.small .cta-headline, h4, h5 {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
}
h1.alternate {
  font-size: 47.5px;
  font-size: 4.75rem;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
}

h3, #comments .comments-title, .cta-component.small .cta-headline {
  font-size: 26px;
  font-size: 2.6rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

* {
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  color: #424244;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p, .widget .textwidget {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
p.featured-text, .widget .featured-text.textwidget {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
}

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

blockquote {
  border-left: 4px solid #e2e2e2;
  margin: 20px 0;
  margin: 2rem 0;
  padding-left: 15px;
  padding-left: 1.5rem;
}

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

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

strong {
  font-weight: 600;
}

.entry-content {
  line-height: 1.6;
}

.screen-reader-text {
  display: none;
}

.txt-orange {
  color: #f28034;
}

.txt-purple {
  color: #a54399;
}

::-moz-selection {
  background: #c3cf21;
  color: #fff;
}

::selection {
  background: #c3cf21;
  color: #fff;
}

::-moz-selection {
  background: #c3cf21;
  color: #fff;
}

code, pre {
  background: #f8f8f8;
  font-family: Monospace, "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2;
  padding: 5px;
  padding: 0.5rem;
}

pre {
  max-width: 100%;
  overflow: auto;
}

.genericon {
  font-size: 16px;
  font-size: 1.6rem;
}

iframe {
  max-width: 100%;
}

img.alignleft, figure.alignleft {
  float: left;
  margin-right: 10px;
  margin-right: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
img.alignright, figure.alignright {
  float: right;
  margin-left: 10px;
  margin-left: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
img.aligncenter, figure.aligncenter {
  display: block;
  margin: 10px auto;
  margin: 1rem auto;
  *zoom: 1;
}
img.aligncenter:after, figure.aligncenter:after {
  clear: both;
}
img.aligncenter:after, img.aligncenter:before, figure.aligncenter:after, figure.aligncenter:before {
  content: '';
  display: table;
}

figure a, figure img {
  float: left;
}
figure figcaption {
  float: left;
  background: #ececec;
  line-height: 1.4;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 12.5px 15px 10px;
  padding: 1.25rem 1.5rem 1rem;
}

.feature-image {
  width: 100%;
  height: 285px;
  height: 28.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
html.touch .feature-image {
  background-attachment: scroll !important;
}
@media (max-width: 680px) {
  .feature-image {
    height: 250px !important;
    height: 25rem !important;
  }
}
@media (max-width: 900px) {
  .column.one_third .feature-image, .column.one_third .feature-image, .column.third .feature-image {
    height: 220px;
    height: 22rem;
  }
}
.column.one_quarter .feature-image, .column.one_fourth .feature-image, .column.one-quarter .feature-image, .column.one-fourth .feature-image, .column.quarter .feature-image, .column.fourth .feature-image {
  height: 200px;
  height: 20rem;
}
@media (max-width: 900px) {
  .column.one_quarter .feature-image, .column.one_fourth .feature-image, .column.one-quarter .feature-image, .column.one-fourth .feature-image, .column.quarter .feature-image, .column.fourth .feature-image {
    height: 140px;
    height: 14rem;
  }
}

.button, input[type='submit'], #comments .comment-list .comment-body .reply .comment-reply-link, body.login #wp-submit,
.button.default,
input.default[type='submit'],
#comments .comment-list .comment-body .reply .default.comment-reply-link,
body.login .default#wp-submit,
button
.woocommerce a.button,
button
.woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.comment-reply-link,
button
.woocommerce body.login a#wp-submit,
body.login button
.woocommerce a#wp-submit,
.woocommerce button.button,
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link,
.woocommerce body.login button#wp-submit,
body.login .woocommerce button#wp-submit,
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce input[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link,
.woocommerce body.login input#wp-submit,
body.login .woocommerce input#wp-submit {
  display: inline-block;
  background: #c3cf21;
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 10px 30px;
  padding: 1rem 3rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 333ms ease-in-out;
}
.button .genericon, input[type='submit'] .genericon, #comments .comment-list .comment-body .reply .comment-reply-link .genericon, body.login #wp-submit .genericon,
.button.default .genericon,
input.default[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.comment-reply-link .genericon,
body.login .default#wp-submit .genericon,
button
.woocommerce a.button .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.comment-reply-link .genericon,
button
.woocommerce body.login a#wp-submit .genericon,
body.login button
.woocommerce a#wp-submit .genericon,
.woocommerce button.button .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link .genericon,
.woocommerce body.login button#wp-submit .genericon,
body.login .woocommerce button#wp-submit .genericon,
.woocommerce #respond input#submit .genericon,
.woocommerce input.button .genericon,
.woocommerce input[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link .genericon,
.woocommerce body.login input#wp-submit .genericon,
body.login .woocommerce input#wp-submit .genericon {
  color: #fff;
  transition: all 333ms ease-in-out;
}
.button.outline, input.outline[type='submit'], #comments .comment-list .comment-body .reply .outline.comment-reply-link, body.login .outline#wp-submit,
.button.default.outline,
input.default.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.outline.comment-reply-link,
body.login .default.outline#wp-submit,
button
.woocommerce a.button.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.outline.comment-reply-link,
button
.woocommerce body.login a.outline#wp-submit,
body.login button
.woocommerce a.outline#wp-submit,
.woocommerce button.button.outline,
.woocommerce #comments .comment-list .comment-body .reply button.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.outline.comment-reply-link,
.woocommerce body.login button.outline#wp-submit,
body.login .woocommerce button.outline#wp-submit,
.woocommerce #respond input#submit.outline,
.woocommerce input.button.outline,
.woocommerce input.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.outline.comment-reply-link,
.woocommerce body.login input.outline#wp-submit,
body.login .woocommerce input.outline#wp-submit {
  background: none !important;
  border-color: #c3cf21;
  border: 1px solid !important;
  color: #c3cf21;
}
.button.outline:hover, input.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .outline.comment-reply-link:hover, body.login .outline#wp-submit:hover,
.button.default.outline:hover,
input.default.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.outline.comment-reply-link:hover,
body.login .default.outline#wp-submit:hover,
button
.woocommerce a.button.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.outline.comment-reply-link:hover,
button
.woocommerce body.login a.outline#wp-submit:hover,
body.login button
.woocommerce a.outline#wp-submit:hover,
.woocommerce button.button.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.outline.comment-reply-link:hover,
.woocommerce body.login button.outline#wp-submit:hover,
body.login .woocommerce button.outline#wp-submit:hover,
.woocommerce #respond input#submit.outline:hover,
.woocommerce input.button.outline:hover,
.woocommerce input.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.outline.comment-reply-link:hover,
.woocommerce body.login input.outline#wp-submit:hover,
body.login .woocommerce input.outline#wp-submit:hover {
  color: #fff !important;
}
.button.outline:hover .genericon, input.outline[type='submit']:hover .genericon, #comments .comment-list .comment-body .reply .outline.comment-reply-link:hover .genericon, body.login .outline#wp-submit:hover .genericon,
.button.default.outline:hover .genericon,
input.default.outline[type='submit']:hover .genericon,
#comments .comment-list .comment-body .reply .default.outline.comment-reply-link:hover .genericon,
body.login .default.outline#wp-submit:hover .genericon,
button
.woocommerce a.button.outline:hover .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.outline.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.outline.comment-reply-link:hover .genericon,
button
.woocommerce body.login a.outline#wp-submit:hover .genericon,
body.login button
.woocommerce a.outline#wp-submit:hover .genericon,
.woocommerce button.button.outline:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.outline.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.outline.comment-reply-link:hover .genericon,
.woocommerce body.login button.outline#wp-submit:hover .genericon,
body.login .woocommerce button.outline#wp-submit:hover .genericon,
.woocommerce #respond input#submit.outline:hover .genericon,
.woocommerce input.button.outline:hover .genericon,
.woocommerce input.outline[type='submit']:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.outline.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.outline.comment-reply-link:hover .genericon,
.woocommerce body.login input.outline#wp-submit:hover .genericon,
body.login .woocommerce input.outline#wp-submit:hover .genericon {
  color: #fff;
}
.button:hover, input[type='submit']:hover, #comments .comment-list .comment-body .reply .comment-reply-link:hover, body.login #wp-submit:hover,
.button.default:hover,
input.default[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.comment-reply-link:hover,
body.login .default#wp-submit:hover,
button
.woocommerce a.button:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.comment-reply-link:hover,
button
.woocommerce body.login a#wp-submit:hover,
body.login button
.woocommerce a#wp-submit:hover,
.woocommerce button.button:hover,
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link:hover,
.woocommerce body.login button#wp-submit:hover,
body.login .woocommerce button#wp-submit:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover,
.woocommerce input[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link:hover,
.woocommerce body.login input#wp-submit:hover,
body.login .woocommerce input#wp-submit:hover {
  background: #a54399;
  color: #fff;
}
.button:hover .genericon, input[type='submit']:hover .genericon, #comments .comment-list .comment-body .reply .comment-reply-link:hover .genericon, body.login #wp-submit:hover .genericon,
.button.default:hover .genericon,
input.default[type='submit']:hover .genericon,
#comments .comment-list .comment-body .reply .default.comment-reply-link:hover .genericon,
body.login .default#wp-submit:hover .genericon,
button
.woocommerce a.button:hover .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.comment-reply-link:hover .genericon,
button
.woocommerce body.login a#wp-submit:hover .genericon,
body.login button
.woocommerce a#wp-submit:hover .genericon,
.woocommerce button.button:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link:hover .genericon,
.woocommerce body.login button#wp-submit:hover .genericon,
body.login .woocommerce button#wp-submit:hover .genericon,
.woocommerce #respond input#submit:hover .genericon,
.woocommerce input.button:hover .genericon,
.woocommerce input[type='submit']:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link:hover .genericon,
.woocommerce body.login input#wp-submit:hover .genericon,
body.login .woocommerce input#wp-submit:hover .genericon {
  color: #fff;
}
.button.green, input.green[type='submit'], #comments .comment-list .comment-body .reply .green.comment-reply-link, body.login .green#wp-submit, .woocommerce.woocommerce-account .account-navigation .button.active, .woocommerce.woocommerce-account .account-navigation input.active[type='submit'], .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .active.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .active.comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login .active#wp-submit, body.login .woocommerce.woocommerce-account .account-navigation .active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation .button.active,
.woocommerce-page.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login .active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .active#wp-submit,
.button.default.green,
input.default.green[type='submit'],
#comments .comment-list .comment-body .reply .default.green.comment-reply-link,
body.login .default.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation .default.button.active,
.woocommerce.woocommerce-account .account-navigation input.default.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .default.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login .default.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .default.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation .default.button.active,
.woocommerce-page.woocommerce-account .account-navigation input.default.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .default.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login .default.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .default.active#wp-submit,
button
.woocommerce a.button.green,
button
.woocommerce #comments .comment-list .comment-body .reply a.green.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.green.comment-reply-link,
button
.woocommerce body.login a.green#wp-submit,
body.login button
.woocommerce a.green#wp-submit,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation a.button.active,
.woocommerce.woocommerce-account .account-navigation button
.woocommerce a.button.active,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.active.comment-reply-link,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.active.comment-reply-link,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login button
.woocommerce a.active#wp-submit,
button
.woocommerce body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.active#wp-submit,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.button.active,
.woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.button.active,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.active.comment-reply-link,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.active.comment-reply-link,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login button
.woocommerce a.active#wp-submit,
button
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.active#wp-submit,
.woocommerce button.button.green,
.woocommerce #comments .comment-list .comment-body .reply button.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.green.comment-reply-link,
.woocommerce body.login button.green#wp-submit,
body.login .woocommerce button.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation button.button.active,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active#wp-submit,
.woocommerce #respond input#submit.green,
.woocommerce input.button.green,
.woocommerce input.green[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.green.comment-reply-link,
.woocommerce body.login input.green#wp-submit,
body.login .woocommerce input.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation input.button.active,
.woocommerce.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active[type='submit'],
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active#wp-submit {
  background: #c3cf21;
}
.button.green:hover, input.green[type='submit']:hover, #comments .comment-list .comment-body .reply .green.comment-reply-link:hover, body.login .green#wp-submit:hover, .woocommerce.woocommerce-account .account-navigation .button.active:hover, .woocommerce.woocommerce-account .account-navigation input.active[type='submit']:hover, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .active.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .active.comment-reply-link:hover, .woocommerce.woocommerce-account .account-navigation body.login .active#wp-submit:hover, body.login .woocommerce.woocommerce-account .account-navigation .active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation .button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .active#wp-submit:hover,
.button.default.green:hover,
input.default.green[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.green.comment-reply-link:hover,
body.login .default.green#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation .default.button.active:hover,
.woocommerce.woocommerce-account .account-navigation input.default.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .default.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login .default.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation .default.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation .default.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation input.default.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .default.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .default.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .default.active#wp-submit:hover,
button
.woocommerce a.button.green:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.green.comment-reply-link:hover,
button
.woocommerce body.login a.green#wp-submit:hover,
body.login button
.woocommerce a.green#wp-submit:hover,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation a.button.active:hover,
.woocommerce.woocommerce-account .account-navigation button
.woocommerce a.button.active:hover,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.active.comment-reply-link:hover,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.active.comment-reply-link:hover,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation body.login button
.woocommerce a.active#wp-submit:hover,
button
.woocommerce body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.active#wp-submit:hover,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.button.active:hover,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.active.comment-reply-link:hover,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.active.comment-reply-link:hover,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login button
.woocommerce a.active#wp-submit:hover,
button
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.active#wp-submit:hover,
.woocommerce button.button.green:hover,
.woocommerce #comments .comment-list .comment-body .reply button.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.green.comment-reply-link:hover,
.woocommerce body.login button.green#wp-submit:hover,
body.login .woocommerce button.green#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation button.button.active:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active#wp-submit:hover,
.woocommerce #respond input#submit.green:hover,
.woocommerce input.button.green:hover,
.woocommerce input.green[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.green.comment-reply-link:hover,
.woocommerce body.login input.green#wp-submit:hover,
body.login .woocommerce input.green#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation input.button.active:hover,
.woocommerce.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active[type='submit']:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active#wp-submit:hover {
  background: #9aa31a;
}
.button.green.outline, input.green.outline[type='submit'], #comments .comment-list .comment-body .reply .green.outline.comment-reply-link, body.login .green.outline#wp-submit, .woocommerce.woocommerce-account .account-navigation .outline.button.active, .woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'], .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .outline.active.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .outline.active.comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login .outline.active#wp-submit, body.login .woocommerce.woocommerce-account .account-navigation .outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation .outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login .outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .outline.active#wp-submit,
.button.default.green.outline,
input.default.green.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.green.outline.comment-reply-link,
body.login .default.green.outline#wp-submit,
.woocommerce.woocommerce-account .account-navigation .default.outline.button.active,
.woocommerce.woocommerce-account .account-navigation input.default.outline.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .default.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login .default.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .default.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation .default.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation input.default.outline.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .default.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login .default.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .default.outline.active#wp-submit,
button
.woocommerce a.button.green.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.green.outline.comment-reply-link,
button
.woocommerce body.login a.green.outline#wp-submit,
body.login button
.woocommerce a.green.outline#wp-submit,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation a.outline.button.active,
.woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.button.active,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.outline.active.comment-reply-link,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.active.comment-reply-link,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login button
.woocommerce a.outline.active#wp-submit,
button
.woocommerce body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.active#wp-submit,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.button.active,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.outline.active.comment-reply-link,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.active.comment-reply-link,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login button
.woocommerce a.outline.active#wp-submit,
button
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.active#wp-submit,
.woocommerce button.button.green.outline,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link,
.woocommerce body.login button.green.outline#wp-submit,
body.login .woocommerce button.green.outline#wp-submit,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit,
.woocommerce #respond input#submit.green.outline,
.woocommerce input.button.green.outline,
.woocommerce input.green.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link,
.woocommerce body.login input.green.outline#wp-submit,
body.login .woocommerce input.green.outline#wp-submit,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit'],
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit {
  color: #c3cf21;
  border-color: #c3cf21;
}
.button.green.outline .genericon, input.green.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .green.outline.comment-reply-link .genericon, body.login .green.outline#wp-submit .genericon, .woocommerce.woocommerce-account .account-navigation .outline.button.active .genericon, .woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .outline.active.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .outline.active.comment-reply-link .genericon, .woocommerce.woocommerce-account .account-navigation body.login .outline.active#wp-submit .genericon, body.login .woocommerce.woocommerce-account .account-navigation .outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation .outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .outline.active#wp-submit .genericon,
.button.default.green.outline .genericon,
input.default.green.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.green.outline.comment-reply-link .genericon,
body.login .default.green.outline#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation .default.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation input.default.outline.active[type='submit'] .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .default.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation body.login .default.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation .default.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation .default.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation input.default.outline.active[type='submit'] .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .default.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .default.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .default.outline.active#wp-submit .genericon,
button
.woocommerce a.button.green.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.green.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.green.outline#wp-submit .genericon,
body.login button
.woocommerce a.green.outline#wp-submit .genericon,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation a.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.button.active .genericon,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.outline.active.comment-reply-link .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.active.comment-reply-link .genericon,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation body.login button
.woocommerce a.outline.active#wp-submit .genericon,
button
.woocommerce body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.active#wp-submit .genericon,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.button.active .genericon,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.outline.active.comment-reply-link .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.active.comment-reply-link .genericon,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login button
.woocommerce a.outline.active#wp-submit .genericon,
button
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.active#wp-submit .genericon,
.woocommerce button.button.green.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link .genericon,
.woocommerce body.login button.green.outline#wp-submit .genericon,
body.login .woocommerce button.green.outline#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link .genericon,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit .genericon,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit .genericon,
.woocommerce #respond input#submit.green.outline .genericon,
.woocommerce input.button.green.outline .genericon,
.woocommerce input.green.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link .genericon,
.woocommerce body.login input.green.outline#wp-submit .genericon,
body.login .woocommerce input.green.outline#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit'] .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link .genericon,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit .genericon,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit .genericon {
  color: #c3cf21;
}
.button.green.outline:hover, input.green.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .green.outline.comment-reply-link:hover, body.login .green.outline#wp-submit:hover, .woocommerce.woocommerce-account .account-navigation .outline.button.active:hover, .woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit']:hover, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .outline.active.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .outline.active.comment-reply-link:hover, .woocommerce.woocommerce-account .account-navigation body.login .outline.active#wp-submit:hover, body.login .woocommerce.woocommerce-account .account-navigation .outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation .outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .outline.active#wp-submit:hover,
.button.default.green.outline:hover,
input.default.green.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.green.outline.comment-reply-link:hover,
body.login .default.green.outline#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation .default.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation input.default.outline.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .default.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login .default.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation .default.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation .default.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation input.default.outline.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .default.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .default.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .default.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .default.outline.active#wp-submit:hover,
button
.woocommerce a.button.green.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.green.outline.comment-reply-link:hover,
button
.woocommerce body.login a.green.outline#wp-submit:hover,
body.login button
.woocommerce a.green.outline#wp-submit:hover,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation a.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.button.active:hover,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.outline.active.comment-reply-link:hover,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.active.comment-reply-link:hover,
button
.woocommerce .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation body.login button
.woocommerce a.outline.active#wp-submit:hover,
button
.woocommerce body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation button
.woocommerce a.outline.active#wp-submit:hover,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.button.active:hover,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button
.woocommerce a.outline.active.comment-reply-link:hover,
button
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.active.comment-reply-link:hover,
button
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login button
.woocommerce a.outline.active#wp-submit:hover,
button
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation button
.woocommerce a.outline.active#wp-submit:hover,
.woocommerce button.button.green.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link:hover,
.woocommerce body.login button.green.outline#wp-submit:hover,
body.login .woocommerce button.green.outline#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit:hover,
.woocommerce #respond input#submit.green.outline:hover,
.woocommerce input.button.green.outline:hover,
.woocommerce input.green.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link:hover,
.woocommerce body.login input.green.outline#wp-submit:hover,
body.login .woocommerce input.green.outline#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit']:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit:hover {
  background: #c3cf21 !important;
}
.button.blue, input.blue[type='submit'], #comments .comment-list .comment-body .reply .blue.comment-reply-link, body.login .blue#wp-submit,
.button.default.blue,
input.default.blue[type='submit'],
#comments .comment-list .comment-body .reply .default.blue.comment-reply-link,
body.login .default.blue#wp-submit,
button
.woocommerce a.button.blue,
button
.woocommerce #comments .comment-list .comment-body .reply a.blue.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.blue.comment-reply-link,
button
.woocommerce body.login a.blue#wp-submit,
body.login button
.woocommerce a.blue#wp-submit,
.woocommerce button.button.blue,
.woocommerce #comments .comment-list .comment-body .reply button.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.blue.comment-reply-link,
.woocommerce body.login button.blue#wp-submit,
body.login .woocommerce button.blue#wp-submit,
.woocommerce #respond input#submit.blue,
.woocommerce input.button.blue,
.woocommerce input.blue[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.blue.comment-reply-link,
.woocommerce body.login input.blue#wp-submit,
body.login .woocommerce input.blue#wp-submit {
  background: #0c87a8;
}
.button.blue:hover, input.blue[type='submit']:hover, #comments .comment-list .comment-body .reply .blue.comment-reply-link:hover, body.login .blue#wp-submit:hover,
.button.default.blue:hover,
input.default.blue[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.blue.comment-reply-link:hover,
body.login .default.blue#wp-submit:hover,
button
.woocommerce a.button.blue:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.blue.comment-reply-link:hover,
button
.woocommerce body.login a.blue#wp-submit:hover,
body.login button
.woocommerce a.blue#wp-submit:hover,
.woocommerce button.button.blue:hover,
.woocommerce #comments .comment-list .comment-body .reply button.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.blue.comment-reply-link:hover,
.woocommerce body.login button.blue#wp-submit:hover,
body.login .woocommerce button.blue#wp-submit:hover,
.woocommerce #respond input#submit.blue:hover,
.woocommerce input.button.blue:hover,
.woocommerce input.blue[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.blue.comment-reply-link:hover,
.woocommerce body.login input.blue#wp-submit:hover,
body.login .woocommerce input.blue#wp-submit:hover {
  background: #096178;
}
.button.blue.outline, input.blue.outline[type='submit'], #comments .comment-list .comment-body .reply .blue.outline.comment-reply-link, body.login .blue.outline#wp-submit,
.button.default.blue.outline,
input.default.blue.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.blue.outline.comment-reply-link,
body.login .default.blue.outline#wp-submit,
button
.woocommerce a.button.blue.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.blue.outline.comment-reply-link,
button
.woocommerce body.login a.blue.outline#wp-submit,
body.login button
.woocommerce a.blue.outline#wp-submit,
.woocommerce button.button.blue.outline,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link,
.woocommerce body.login button.blue.outline#wp-submit,
body.login .woocommerce button.blue.outline#wp-submit,
.woocommerce #respond input#submit.blue.outline,
.woocommerce input.button.blue.outline,
.woocommerce input.blue.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link,
.woocommerce body.login input.blue.outline#wp-submit,
body.login .woocommerce input.blue.outline#wp-submit {
  color: #0c87a8;
  border-color: #0c87a8;
}
.button.blue.outline .genericon, input.blue.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .blue.outline.comment-reply-link .genericon, body.login .blue.outline#wp-submit .genericon,
.button.default.blue.outline .genericon,
input.default.blue.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.blue.outline.comment-reply-link .genericon,
body.login .default.blue.outline#wp-submit .genericon,
button
.woocommerce a.button.blue.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.blue.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.blue.outline#wp-submit .genericon,
body.login button
.woocommerce a.blue.outline#wp-submit .genericon,
.woocommerce button.button.blue.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link .genericon,
.woocommerce body.login button.blue.outline#wp-submit .genericon,
body.login .woocommerce button.blue.outline#wp-submit .genericon,
.woocommerce #respond input#submit.blue.outline .genericon,
.woocommerce input.button.blue.outline .genericon,
.woocommerce input.blue.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link .genericon,
.woocommerce body.login input.blue.outline#wp-submit .genericon,
body.login .woocommerce input.blue.outline#wp-submit .genericon {
  color: #0c87a8;
}
.button.blue.outline:hover, input.blue.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .blue.outline.comment-reply-link:hover, body.login .blue.outline#wp-submit:hover,
.button.default.blue.outline:hover,
input.default.blue.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.blue.outline.comment-reply-link:hover,
body.login .default.blue.outline#wp-submit:hover,
button
.woocommerce a.button.blue.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.blue.outline.comment-reply-link:hover,
button
.woocommerce body.login a.blue.outline#wp-submit:hover,
body.login button
.woocommerce a.blue.outline#wp-submit:hover,
.woocommerce button.button.blue.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link:hover,
.woocommerce body.login button.blue.outline#wp-submit:hover,
body.login .woocommerce button.blue.outline#wp-submit:hover,
.woocommerce #respond input#submit.blue.outline:hover,
.woocommerce input.button.blue.outline:hover,
.woocommerce input.blue.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link:hover,
.woocommerce body.login input.blue.outline#wp-submit:hover,
body.login .woocommerce input.blue.outline#wp-submit:hover {
  background: #0c87a8 !important;
}
.button.purple, input.purple[type='submit'], #comments .comment-list .comment-body .reply .purple.comment-reply-link, body.login .purple#wp-submit,
.button.default.purple,
input.default.purple[type='submit'],
#comments .comment-list .comment-body .reply .default.purple.comment-reply-link,
body.login .default.purple#wp-submit,
button
.woocommerce a.button.purple,
button
.woocommerce #comments .comment-list .comment-body .reply a.purple.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.purple.comment-reply-link,
button
.woocommerce body.login a.purple#wp-submit,
body.login button
.woocommerce a.purple#wp-submit,
.woocommerce button.button.purple,
.woocommerce #comments .comment-list .comment-body .reply button.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.purple.comment-reply-link,
.woocommerce body.login button.purple#wp-submit,
body.login .woocommerce button.purple#wp-submit,
.woocommerce #respond input#submit.purple,
.woocommerce input.button.purple,
.woocommerce input.purple[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.purple.comment-reply-link,
.woocommerce body.login input.purple#wp-submit,
body.login .woocommerce input.purple#wp-submit {
  background: #a54399;
}
.button.purple:hover, input.purple[type='submit']:hover, #comments .comment-list .comment-body .reply .purple.comment-reply-link:hover, body.login .purple#wp-submit:hover,
.button.default.purple:hover,
input.default.purple[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.purple.comment-reply-link:hover,
body.login .default.purple#wp-submit:hover,
button
.woocommerce a.button.purple:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.purple.comment-reply-link:hover,
button
.woocommerce body.login a.purple#wp-submit:hover,
body.login button
.woocommerce a.purple#wp-submit:hover,
.woocommerce button.button.purple:hover,
.woocommerce #comments .comment-list .comment-body .reply button.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.purple.comment-reply-link:hover,
.woocommerce body.login button.purple#wp-submit:hover,
body.login .woocommerce button.purple#wp-submit:hover,
.woocommerce #respond input#submit.purple:hover,
.woocommerce input.button.purple:hover,
.woocommerce input.purple[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.purple.comment-reply-link:hover,
.woocommerce body.login input.purple#wp-submit:hover,
body.login .woocommerce input.purple#wp-submit:hover {
  background: #813477;
}
.button.purple.outline, input.purple.outline[type='submit'], #comments .comment-list .comment-body .reply .purple.outline.comment-reply-link, body.login .purple.outline#wp-submit,
.button.default.purple.outline,
input.default.purple.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.purple.outline.comment-reply-link,
body.login .default.purple.outline#wp-submit,
button
.woocommerce a.button.purple.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.purple.outline.comment-reply-link,
button
.woocommerce body.login a.purple.outline#wp-submit,
body.login button
.woocommerce a.purple.outline#wp-submit,
.woocommerce button.button.purple.outline,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link,
.woocommerce body.login button.purple.outline#wp-submit,
body.login .woocommerce button.purple.outline#wp-submit,
.woocommerce #respond input#submit.purple.outline,
.woocommerce input.button.purple.outline,
.woocommerce input.purple.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link,
.woocommerce body.login input.purple.outline#wp-submit,
body.login .woocommerce input.purple.outline#wp-submit {
  color: #a54399;
  border-color: #a54399;
}
.button.purple.outline .genericon, input.purple.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .purple.outline.comment-reply-link .genericon, body.login .purple.outline#wp-submit .genericon,
.button.default.purple.outline .genericon,
input.default.purple.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.purple.outline.comment-reply-link .genericon,
body.login .default.purple.outline#wp-submit .genericon,
button
.woocommerce a.button.purple.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.purple.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.purple.outline#wp-submit .genericon,
body.login button
.woocommerce a.purple.outline#wp-submit .genericon,
.woocommerce button.button.purple.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link .genericon,
.woocommerce body.login button.purple.outline#wp-submit .genericon,
body.login .woocommerce button.purple.outline#wp-submit .genericon,
.woocommerce #respond input#submit.purple.outline .genericon,
.woocommerce input.button.purple.outline .genericon,
.woocommerce input.purple.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link .genericon,
.woocommerce body.login input.purple.outline#wp-submit .genericon,
body.login .woocommerce input.purple.outline#wp-submit .genericon {
  color: #a54399;
}
.button.purple.outline:hover, input.purple.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .purple.outline.comment-reply-link:hover, body.login .purple.outline#wp-submit:hover,
.button.default.purple.outline:hover,
input.default.purple.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.purple.outline.comment-reply-link:hover,
body.login .default.purple.outline#wp-submit:hover,
button
.woocommerce a.button.purple.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.purple.outline.comment-reply-link:hover,
button
.woocommerce body.login a.purple.outline#wp-submit:hover,
body.login button
.woocommerce a.purple.outline#wp-submit:hover,
.woocommerce button.button.purple.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link:hover,
.woocommerce body.login button.purple.outline#wp-submit:hover,
body.login .woocommerce button.purple.outline#wp-submit:hover,
.woocommerce #respond input#submit.purple.outline:hover,
.woocommerce input.button.purple.outline:hover,
.woocommerce input.purple.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link:hover,
.woocommerce body.login input.purple.outline#wp-submit:hover,
body.login .woocommerce input.purple.outline#wp-submit:hover {
  background: #a54399 !important;
}
.button.red, input.red[type='submit'], #comments .comment-list .comment-body .reply .red.comment-reply-link, body.login .red#wp-submit,
.button.default.red,
input.default.red[type='submit'],
#comments .comment-list .comment-body .reply .default.red.comment-reply-link,
body.login .default.red#wp-submit,
button
.woocommerce a.button.red,
button
.woocommerce #comments .comment-list .comment-body .reply a.red.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.red.comment-reply-link,
button
.woocommerce body.login a.red#wp-submit,
body.login button
.woocommerce a.red#wp-submit,
.woocommerce button.button.red,
.woocommerce #comments .comment-list .comment-body .reply button.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.red.comment-reply-link,
.woocommerce body.login button.red#wp-submit,
body.login .woocommerce button.red#wp-submit,
.woocommerce #respond input#submit.red,
.woocommerce input.button.red,
.woocommerce input.red[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.red.comment-reply-link,
.woocommerce body.login input.red#wp-submit,
body.login .woocommerce input.red#wp-submit {
  background: #e74c3c;
}
.button.red:hover, input.red[type='submit']:hover, #comments .comment-list .comment-body .reply .red.comment-reply-link:hover, body.login .red#wp-submit:hover,
.button.default.red:hover,
input.default.red[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.red.comment-reply-link:hover,
body.login .default.red#wp-submit:hover,
button
.woocommerce a.button.red:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.red.comment-reply-link:hover,
button
.woocommerce body.login a.red#wp-submit:hover,
body.login button
.woocommerce a.red#wp-submit:hover,
.woocommerce button.button.red:hover,
.woocommerce #comments .comment-list .comment-body .reply button.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.red.comment-reply-link:hover,
.woocommerce body.login button.red#wp-submit:hover,
body.login .woocommerce button.red#wp-submit:hover,
.woocommerce #respond input#submit.red:hover,
.woocommerce input.button.red:hover,
.woocommerce input.red[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.red.comment-reply-link:hover,
.woocommerce body.login input.red#wp-submit:hover,
body.login .woocommerce input.red#wp-submit:hover {
  background: #d62c1a;
}
.button.red.outline, input.red.outline[type='submit'], #comments .comment-list .comment-body .reply .red.outline.comment-reply-link, body.login .red.outline#wp-submit,
.button.default.red.outline,
input.default.red.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.red.outline.comment-reply-link,
body.login .default.red.outline#wp-submit,
button
.woocommerce a.button.red.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.red.outline.comment-reply-link,
button
.woocommerce body.login a.red.outline#wp-submit,
body.login button
.woocommerce a.red.outline#wp-submit,
.woocommerce button.button.red.outline,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link,
.woocommerce body.login button.red.outline#wp-submit,
body.login .woocommerce button.red.outline#wp-submit,
.woocommerce #respond input#submit.red.outline,
.woocommerce input.button.red.outline,
.woocommerce input.red.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link,
.woocommerce body.login input.red.outline#wp-submit,
body.login .woocommerce input.red.outline#wp-submit {
  color: #e74c3c;
  border-color: #e74c3c;
}
.button.red.outline .genericon, input.red.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .red.outline.comment-reply-link .genericon, body.login .red.outline#wp-submit .genericon,
.button.default.red.outline .genericon,
input.default.red.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.red.outline.comment-reply-link .genericon,
body.login .default.red.outline#wp-submit .genericon,
button
.woocommerce a.button.red.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.red.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.red.outline#wp-submit .genericon,
body.login button
.woocommerce a.red.outline#wp-submit .genericon,
.woocommerce button.button.red.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link .genericon,
.woocommerce body.login button.red.outline#wp-submit .genericon,
body.login .woocommerce button.red.outline#wp-submit .genericon,
.woocommerce #respond input#submit.red.outline .genericon,
.woocommerce input.button.red.outline .genericon,
.woocommerce input.red.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link .genericon,
.woocommerce body.login input.red.outline#wp-submit .genericon,
body.login .woocommerce input.red.outline#wp-submit .genericon {
  color: #e74c3c;
}
.button.red.outline:hover, input.red.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .red.outline.comment-reply-link:hover, body.login .red.outline#wp-submit:hover,
.button.default.red.outline:hover,
input.default.red.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.red.outline.comment-reply-link:hover,
body.login .default.red.outline#wp-submit:hover,
button
.woocommerce a.button.red.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.red.outline.comment-reply-link:hover,
button
.woocommerce body.login a.red.outline#wp-submit:hover,
body.login button
.woocommerce a.red.outline#wp-submit:hover,
.woocommerce button.button.red.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link:hover,
.woocommerce body.login button.red.outline#wp-submit:hover,
body.login .woocommerce button.red.outline#wp-submit:hover,
.woocommerce #respond input#submit.red.outline:hover,
.woocommerce input.button.red.outline:hover,
.woocommerce input.red.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link:hover,
.woocommerce body.login input.red.outline#wp-submit:hover,
body.login .woocommerce input.red.outline#wp-submit:hover {
  background: #e74c3c !important;
}
.button.orange, input.orange[type='submit'], #comments .comment-list .comment-body .reply .orange.comment-reply-link, body.login .orange#wp-submit,
.button.default.orange,
input.default.orange[type='submit'],
#comments .comment-list .comment-body .reply .default.orange.comment-reply-link,
body.login .default.orange#wp-submit,
button
.woocommerce a.button.orange,
button
.woocommerce #comments .comment-list .comment-body .reply a.orange.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.orange.comment-reply-link,
button
.woocommerce body.login a.orange#wp-submit,
body.login button
.woocommerce a.orange#wp-submit,
.woocommerce button.button.orange,
.woocommerce #comments .comment-list .comment-body .reply button.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.orange.comment-reply-link,
.woocommerce body.login button.orange#wp-submit,
body.login .woocommerce button.orange#wp-submit,
.woocommerce #respond input#submit.orange,
.woocommerce input.button.orange,
.woocommerce input.orange[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.orange.comment-reply-link,
.woocommerce body.login input.orange#wp-submit,
body.login .woocommerce input.orange#wp-submit {
  background: #f28034;
}
.button.orange:hover, input.orange[type='submit']:hover, #comments .comment-list .comment-body .reply .orange.comment-reply-link:hover, body.login .orange#wp-submit:hover,
.button.default.orange:hover,
input.default.orange[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.orange.comment-reply-link:hover,
body.login .default.orange#wp-submit:hover,
button
.woocommerce a.button.orange:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.orange.comment-reply-link:hover,
button
.woocommerce body.login a.orange#wp-submit:hover,
body.login button
.woocommerce a.orange#wp-submit:hover,
.woocommerce button.button.orange:hover,
.woocommerce #comments .comment-list .comment-body .reply button.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.orange.comment-reply-link:hover,
.woocommerce body.login button.orange#wp-submit:hover,
body.login .woocommerce button.orange#wp-submit:hover,
.woocommerce #respond input#submit.orange:hover,
.woocommerce input.button.orange:hover,
.woocommerce input.orange[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.orange.comment-reply-link:hover,
.woocommerce body.login input.orange#wp-submit:hover,
body.login .woocommerce input.orange#wp-submit:hover {
  background: #e4640f;
}
.button.orange.outline, input.orange.outline[type='submit'], #comments .comment-list .comment-body .reply .orange.outline.comment-reply-link, body.login .orange.outline#wp-submit,
.button.default.orange.outline,
input.default.orange.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.orange.outline.comment-reply-link,
body.login .default.orange.outline#wp-submit,
button
.woocommerce a.button.orange.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.orange.outline.comment-reply-link,
button
.woocommerce body.login a.orange.outline#wp-submit,
body.login button
.woocommerce a.orange.outline#wp-submit,
.woocommerce button.button.orange.outline,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link,
.woocommerce body.login button.orange.outline#wp-submit,
body.login .woocommerce button.orange.outline#wp-submit,
.woocommerce #respond input#submit.orange.outline,
.woocommerce input.button.orange.outline,
.woocommerce input.orange.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link,
.woocommerce body.login input.orange.outline#wp-submit,
body.login .woocommerce input.orange.outline#wp-submit {
  color: #f28034;
  border-color: #f28034;
}
.button.orange.outline .genericon, input.orange.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .orange.outline.comment-reply-link .genericon, body.login .orange.outline#wp-submit .genericon,
.button.default.orange.outline .genericon,
input.default.orange.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.orange.outline.comment-reply-link .genericon,
body.login .default.orange.outline#wp-submit .genericon,
button
.woocommerce a.button.orange.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.orange.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.orange.outline#wp-submit .genericon,
body.login button
.woocommerce a.orange.outline#wp-submit .genericon,
.woocommerce button.button.orange.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link .genericon,
.woocommerce body.login button.orange.outline#wp-submit .genericon,
body.login .woocommerce button.orange.outline#wp-submit .genericon,
.woocommerce #respond input#submit.orange.outline .genericon,
.woocommerce input.button.orange.outline .genericon,
.woocommerce input.orange.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link .genericon,
.woocommerce body.login input.orange.outline#wp-submit .genericon,
body.login .woocommerce input.orange.outline#wp-submit .genericon {
  color: #f28034;
}
.button.orange.outline:hover, input.orange.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .orange.outline.comment-reply-link:hover, body.login .orange.outline#wp-submit:hover,
.button.default.orange.outline:hover,
input.default.orange.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.orange.outline.comment-reply-link:hover,
body.login .default.orange.outline#wp-submit:hover,
button
.woocommerce a.button.orange.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.orange.outline.comment-reply-link:hover,
button
.woocommerce body.login a.orange.outline#wp-submit:hover,
body.login button
.woocommerce a.orange.outline#wp-submit:hover,
.woocommerce button.button.orange.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link:hover,
.woocommerce body.login button.orange.outline#wp-submit:hover,
body.login .woocommerce button.orange.outline#wp-submit:hover,
.woocommerce #respond input#submit.orange.outline:hover,
.woocommerce input.button.orange.outline:hover,
.woocommerce input.orange.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link:hover,
.woocommerce body.login input.orange.outline#wp-submit:hover,
body.login .woocommerce input.orange.outline#wp-submit:hover {
  background: #f28034 !important;
}
.button.yellow, input.yellow[type='submit'], #comments .comment-list .comment-body .reply .yellow.comment-reply-link, body.login .yellow#wp-submit,
.button.default.yellow,
input.default.yellow[type='submit'],
#comments .comment-list .comment-body .reply .default.yellow.comment-reply-link,
body.login .default.yellow#wp-submit,
button
.woocommerce a.button.yellow,
button
.woocommerce #comments .comment-list .comment-body .reply a.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.yellow.comment-reply-link,
button
.woocommerce body.login a.yellow#wp-submit,
body.login button
.woocommerce a.yellow#wp-submit,
.woocommerce button.button.yellow,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.comment-reply-link,
.woocommerce body.login button.yellow#wp-submit,
body.login .woocommerce button.yellow#wp-submit,
.woocommerce #respond input#submit.yellow,
.woocommerce input.button.yellow,
.woocommerce input.yellow[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.comment-reply-link,
.woocommerce body.login input.yellow#wp-submit,
body.login .woocommerce input.yellow#wp-submit {
  background: #eae827;
}
.button.yellow:hover, input.yellow[type='submit']:hover, #comments .comment-list .comment-body .reply .yellow.comment-reply-link:hover, body.login .yellow#wp-submit:hover,
.button.default.yellow:hover,
input.default.yellow[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.yellow.comment-reply-link:hover,
body.login .default.yellow#wp-submit:hover,
button
.woocommerce a.button.yellow:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.yellow.comment-reply-link:hover,
button
.woocommerce body.login a.yellow#wp-submit:hover,
body.login button
.woocommerce a.yellow#wp-submit:hover,
.woocommerce button.button.yellow:hover,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.comment-reply-link:hover,
.woocommerce body.login button.yellow#wp-submit:hover,
body.login .woocommerce button.yellow#wp-submit:hover,
.woocommerce #respond input#submit.yellow:hover,
.woocommerce input.button.yellow:hover,
.woocommerce input.yellow[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.comment-reply-link:hover,
.woocommerce body.login input.yellow#wp-submit:hover,
body.login .woocommerce input.yellow#wp-submit:hover {
  background: #cac814;
}
.button.yellow.outline, input.yellow.outline[type='submit'], #comments .comment-list .comment-body .reply .yellow.outline.comment-reply-link, body.login .yellow.outline#wp-submit,
.button.default.yellow.outline,
input.default.yellow.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.yellow.outline.comment-reply-link,
body.login .default.yellow.outline#wp-submit,
button
.woocommerce a.button.yellow.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.yellow.outline.comment-reply-link,
button
.woocommerce body.login a.yellow.outline#wp-submit,
body.login button
.woocommerce a.yellow.outline#wp-submit,
.woocommerce button.button.yellow.outline,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link,
.woocommerce body.login button.yellow.outline#wp-submit,
body.login .woocommerce button.yellow.outline#wp-submit,
.woocommerce #respond input#submit.yellow.outline,
.woocommerce input.button.yellow.outline,
.woocommerce input.yellow.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link,
.woocommerce body.login input.yellow.outline#wp-submit,
body.login .woocommerce input.yellow.outline#wp-submit {
  color: #eae827;
  border-color: #eae827;
}
.button.yellow.outline .genericon, input.yellow.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .yellow.outline.comment-reply-link .genericon, body.login .yellow.outline#wp-submit .genericon,
.button.default.yellow.outline .genericon,
input.default.yellow.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.yellow.outline.comment-reply-link .genericon,
body.login .default.yellow.outline#wp-submit .genericon,
button
.woocommerce a.button.yellow.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.yellow.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.yellow.outline#wp-submit .genericon,
body.login button
.woocommerce a.yellow.outline#wp-submit .genericon,
.woocommerce button.button.yellow.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link .genericon,
.woocommerce body.login button.yellow.outline#wp-submit .genericon,
body.login .woocommerce button.yellow.outline#wp-submit .genericon,
.woocommerce #respond input#submit.yellow.outline .genericon,
.woocommerce input.button.yellow.outline .genericon,
.woocommerce input.yellow.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link .genericon,
.woocommerce body.login input.yellow.outline#wp-submit .genericon,
body.login .woocommerce input.yellow.outline#wp-submit .genericon {
  color: #eae827;
}
.button.yellow.outline:hover, input.yellow.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .yellow.outline.comment-reply-link:hover, body.login .yellow.outline#wp-submit:hover,
.button.default.yellow.outline:hover,
input.default.yellow.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.yellow.outline.comment-reply-link:hover,
body.login .default.yellow.outline#wp-submit:hover,
button
.woocommerce a.button.yellow.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.yellow.outline.comment-reply-link:hover,
button
.woocommerce body.login a.yellow.outline#wp-submit:hover,
body.login button
.woocommerce a.yellow.outline#wp-submit:hover,
.woocommerce button.button.yellow.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link:hover,
.woocommerce body.login button.yellow.outline#wp-submit:hover,
body.login .woocommerce button.yellow.outline#wp-submit:hover,
.woocommerce #respond input#submit.yellow.outline:hover,
.woocommerce input.button.yellow.outline:hover,
.woocommerce input.yellow.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link:hover,
.woocommerce body.login input.yellow.outline#wp-submit:hover,
body.login .woocommerce input.yellow.outline#wp-submit:hover {
  background: #eae827 !important;
}
.button.gray, input.gray[type='submit'], #comments .comment-list .comment-body .reply .gray.comment-reply-link, body.login .gray#wp-submit,
.button.default.gray,
input.default.gray[type='submit'],
#comments .comment-list .comment-body .reply .default.gray.comment-reply-link,
body.login .default.gray#wp-submit,
button
.woocommerce a.button.gray,
button
.woocommerce #comments .comment-list .comment-body .reply a.gray.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.gray.comment-reply-link,
button
.woocommerce body.login a.gray#wp-submit,
body.login button
.woocommerce a.gray#wp-submit,
.woocommerce button.button.gray,
.woocommerce #comments .comment-list .comment-body .reply button.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.gray.comment-reply-link,
.woocommerce body.login button.gray#wp-submit,
body.login .woocommerce button.gray#wp-submit,
.woocommerce #respond input#submit.gray,
.woocommerce input.button.gray,
.woocommerce input.gray[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.gray.comment-reply-link,
.woocommerce body.login input.gray#wp-submit,
body.login .woocommerce input.gray#wp-submit {
  background: #424244;
}
.button.gray:hover, input.gray[type='submit']:hover, #comments .comment-list .comment-body .reply .gray.comment-reply-link:hover, body.login .gray#wp-submit:hover,
.button.default.gray:hover,
input.default.gray[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.gray.comment-reply-link:hover,
body.login .default.gray#wp-submit:hover,
button
.woocommerce a.button.gray:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.gray.comment-reply-link:hover,
button
.woocommerce body.login a.gray#wp-submit:hover,
body.login button
.woocommerce a.gray#wp-submit:hover,
.woocommerce button.button.gray:hover,
.woocommerce #comments .comment-list .comment-body .reply button.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.gray.comment-reply-link:hover,
.woocommerce body.login button.gray#wp-submit:hover,
body.login .woocommerce button.gray#wp-submit:hover,
.woocommerce #respond input#submit.gray:hover,
.woocommerce input.button.gray:hover,
.woocommerce input.gray[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.gray.comment-reply-link:hover,
.woocommerce body.login input.gray#wp-submit:hover,
body.login .woocommerce input.gray#wp-submit:hover {
  background: #29292a;
}
.button.gray.outline, input.gray.outline[type='submit'], #comments .comment-list .comment-body .reply .gray.outline.comment-reply-link, body.login .gray.outline#wp-submit,
.button.default.gray.outline,
input.default.gray.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.gray.outline.comment-reply-link,
body.login .default.gray.outline#wp-submit,
button
.woocommerce a.button.gray.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.gray.outline.comment-reply-link,
button
.woocommerce body.login a.gray.outline#wp-submit,
body.login button
.woocommerce a.gray.outline#wp-submit,
.woocommerce button.button.gray.outline,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link,
.woocommerce body.login button.gray.outline#wp-submit,
body.login .woocommerce button.gray.outline#wp-submit,
.woocommerce #respond input#submit.gray.outline,
.woocommerce input.button.gray.outline,
.woocommerce input.gray.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link,
.woocommerce body.login input.gray.outline#wp-submit,
body.login .woocommerce input.gray.outline#wp-submit {
  color: #424244;
  border-color: #424244;
}
.button.gray.outline .genericon, input.gray.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .gray.outline.comment-reply-link .genericon, body.login .gray.outline#wp-submit .genericon,
.button.default.gray.outline .genericon,
input.default.gray.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.gray.outline.comment-reply-link .genericon,
body.login .default.gray.outline#wp-submit .genericon,
button
.woocommerce a.button.gray.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.gray.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.gray.outline#wp-submit .genericon,
body.login button
.woocommerce a.gray.outline#wp-submit .genericon,
.woocommerce button.button.gray.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link .genericon,
.woocommerce body.login button.gray.outline#wp-submit .genericon,
body.login .woocommerce button.gray.outline#wp-submit .genericon,
.woocommerce #respond input#submit.gray.outline .genericon,
.woocommerce input.button.gray.outline .genericon,
.woocommerce input.gray.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link .genericon,
.woocommerce body.login input.gray.outline#wp-submit .genericon,
body.login .woocommerce input.gray.outline#wp-submit .genericon {
  color: #424244;
}
.button.gray.outline:hover, input.gray.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .gray.outline.comment-reply-link:hover, body.login .gray.outline#wp-submit:hover,
.button.default.gray.outline:hover,
input.default.gray.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.gray.outline.comment-reply-link:hover,
body.login .default.gray.outline#wp-submit:hover,
button
.woocommerce a.button.gray.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.gray.outline.comment-reply-link:hover,
button
.woocommerce body.login a.gray.outline#wp-submit:hover,
body.login button
.woocommerce a.gray.outline#wp-submit:hover,
.woocommerce button.button.gray.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link:hover,
.woocommerce body.login button.gray.outline#wp-submit:hover,
body.login .woocommerce button.gray.outline#wp-submit:hover,
.woocommerce #respond input#submit.gray.outline:hover,
.woocommerce input.button.gray.outline:hover,
.woocommerce input.gray.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link:hover,
.woocommerce body.login input.gray.outline#wp-submit:hover,
body.login .woocommerce input.gray.outline#wp-submit:hover {
  background: #424244 !important;
}
.button.white, input.white[type='submit'], #comments .comment-list .comment-body .reply .white.comment-reply-link, body.login .white#wp-submit,
.button.default.white,
input.default.white[type='submit'],
#comments .comment-list .comment-body .reply .default.white.comment-reply-link,
body.login .default.white#wp-submit,
button
.woocommerce a.button.white,
button
.woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.white.comment-reply-link,
button
.woocommerce body.login a.white#wp-submit,
body.login button
.woocommerce a.white#wp-submit,
.woocommerce button.button.white,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link,
.woocommerce body.login button.white#wp-submit,
body.login .woocommerce button.white#wp-submit,
.woocommerce #respond input#submit.white,
.woocommerce input.button.white,
.woocommerce input.white[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link,
.woocommerce body.login input.white#wp-submit,
body.login .woocommerce input.white#wp-submit {
  background: #fff;
  color: #424244;
}
.button.white:hover, input.white[type='submit']:hover, #comments .comment-list .comment-body .reply .white.comment-reply-link:hover, body.login .white#wp-submit:hover,
.button.default.white:hover,
input.default.white[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.white.comment-reply-link:hover,
body.login .default.white#wp-submit:hover,
button
.woocommerce a.button.white:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.white.comment-reply-link:hover,
button
.woocommerce body.login a.white#wp-submit:hover,
body.login button
.woocommerce a.white#wp-submit:hover,
.woocommerce button.button.white:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover,
.woocommerce body.login button.white#wp-submit:hover,
body.login .woocommerce button.white#wp-submit:hover,
.woocommerce #respond input#submit.white:hover,
.woocommerce input.button.white:hover,
.woocommerce input.white[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover,
.woocommerce body.login input.white#wp-submit:hover,
body.login .woocommerce input.white#wp-submit:hover {
  background: #e6e6e6;
}
.button.white.outline, input.white.outline[type='submit'], #comments .comment-list .comment-body .reply .white.outline.comment-reply-link, body.login .white.outline#wp-submit,
.button.default.white.outline,
input.default.white.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.white.outline.comment-reply-link,
body.login .default.white.outline#wp-submit,
button
.woocommerce a.button.white.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.white.outline.comment-reply-link,
button
.woocommerce body.login a.white.outline#wp-submit,
body.login button
.woocommerce a.white.outline#wp-submit,
.woocommerce button.button.white.outline,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link,
.woocommerce body.login button.white.outline#wp-submit,
body.login .woocommerce button.white.outline#wp-submit,
.woocommerce #respond input#submit.white.outline,
.woocommerce input.button.white.outline,
.woocommerce input.white.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link,
.woocommerce body.login input.white.outline#wp-submit,
body.login .woocommerce input.white.outline#wp-submit {
  color: #fff;
  border-color: #fff;
}
.button.white.outline .genericon, input.white.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .white.outline.comment-reply-link .genericon, body.login .white.outline#wp-submit .genericon,
.button.default.white.outline .genericon,
input.default.white.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.white.outline.comment-reply-link .genericon,
body.login .default.white.outline#wp-submit .genericon,
button
.woocommerce a.button.white.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.white.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.white.outline#wp-submit .genericon,
body.login button
.woocommerce a.white.outline#wp-submit .genericon,
.woocommerce button.button.white.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link .genericon,
.woocommerce body.login button.white.outline#wp-submit .genericon,
body.login .woocommerce button.white.outline#wp-submit .genericon,
.woocommerce #respond input#submit.white.outline .genericon,
.woocommerce input.button.white.outline .genericon,
.woocommerce input.white.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link .genericon,
.woocommerce body.login input.white.outline#wp-submit .genericon,
body.login .woocommerce input.white.outline#wp-submit .genericon {
  color: #fff;
}
.button.white.outline:hover, input.white.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .white.outline.comment-reply-link:hover, body.login .white.outline#wp-submit:hover,
.button.default.white.outline:hover,
input.default.white.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.white.outline.comment-reply-link:hover,
body.login .default.white.outline#wp-submit:hover,
button
.woocommerce a.button.white.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.white.outline.comment-reply-link:hover,
button
.woocommerce body.login a.white.outline#wp-submit:hover,
body.login button
.woocommerce a.white.outline#wp-submit:hover,
.woocommerce button.button.white.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link:hover,
.woocommerce body.login button.white.outline#wp-submit:hover,
body.login .woocommerce button.white.outline#wp-submit:hover,
.woocommerce #respond input#submit.white.outline:hover,
.woocommerce input.button.white.outline:hover,
.woocommerce input.white.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link:hover,
.woocommerce body.login input.white.outline#wp-submit:hover,
body.login .woocommerce input.white.outline#wp-submit:hover {
  background: #fff !important;
}
.button.white .genericon, input.white[type='submit'] .genericon, #comments .comment-list .comment-body .reply .white.comment-reply-link .genericon, body.login .white#wp-submit .genericon,
.button.default.white .genericon,
input.default.white[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.white.comment-reply-link .genericon,
body.login .default.white#wp-submit .genericon,
button
.woocommerce a.button.white .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.white.comment-reply-link .genericon,
button
.woocommerce body.login a.white#wp-submit .genericon,
body.login button
.woocommerce a.white#wp-submit .genericon,
.woocommerce button.button.white .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link .genericon,
.woocommerce body.login button.white#wp-submit .genericon,
body.login .woocommerce button.white#wp-submit .genericon,
.woocommerce #respond input#submit.white .genericon,
.woocommerce input.button.white .genericon,
.woocommerce input.white[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link .genericon,
.woocommerce body.login input.white#wp-submit .genericon,
body.login .woocommerce input.white#wp-submit .genericon {
  color: #424244;
}
.button.white:hover, input.white[type='submit']:hover, #comments .comment-list .comment-body .reply .white.comment-reply-link:hover, body.login .white#wp-submit:hover,
.button.default.white:hover,
input.default.white[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.white.comment-reply-link:hover,
body.login .default.white#wp-submit:hover,
button
.woocommerce a.button.white:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.white.comment-reply-link:hover,
button
.woocommerce body.login a.white#wp-submit:hover,
body.login button
.woocommerce a.white#wp-submit:hover,
.woocommerce button.button.white:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover,
.woocommerce body.login button.white#wp-submit:hover,
body.login .woocommerce button.white#wp-submit:hover,
.woocommerce #respond input#submit.white:hover,
.woocommerce input.button.white:hover,
.woocommerce input.white[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover,
.woocommerce body.login input.white#wp-submit:hover,
body.login .woocommerce input.white#wp-submit:hover {
  color: #424244;
}
.button.white:hover .genericon, input.white[type='submit']:hover .genericon, #comments .comment-list .comment-body .reply .white.comment-reply-link:hover .genericon, body.login .white#wp-submit:hover .genericon,
.button.default.white:hover .genericon,
input.default.white[type='submit']:hover .genericon,
#comments .comment-list .comment-body .reply .default.white.comment-reply-link:hover .genericon,
body.login .default.white#wp-submit:hover .genericon,
button
.woocommerce a.button.white:hover .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.white.comment-reply-link:hover .genericon,
button
.woocommerce body.login a.white#wp-submit:hover .genericon,
body.login button
.woocommerce a.white#wp-submit:hover .genericon,
.woocommerce button.button.white:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover .genericon,
.woocommerce body.login button.white#wp-submit:hover .genericon,
body.login .woocommerce button.white#wp-submit:hover .genericon,
.woocommerce #respond input#submit.white:hover .genericon,
.woocommerce input.button.white:hover .genericon,
.woocommerce input.white[type='submit']:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover .genericon,
.woocommerce body.login input.white#wp-submit:hover .genericon,
body.login .woocommerce input.white#wp-submit:hover .genericon {
  color: #424244;
}
.button.teal, input.teal[type='submit'], #comments .comment-list .comment-body .reply .teal.comment-reply-link, body.login .teal#wp-submit,
.button.default.teal,
input.default.teal[type='submit'],
#comments .comment-list .comment-body .reply .default.teal.comment-reply-link,
body.login .default.teal#wp-submit,
button
.woocommerce a.button.teal,
button
.woocommerce #comments .comment-list .comment-body .reply a.teal.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.teal.comment-reply-link,
button
.woocommerce body.login a.teal#wp-submit,
body.login button
.woocommerce a.teal#wp-submit,
.woocommerce button.button.teal,
.woocommerce #comments .comment-list .comment-body .reply button.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.teal.comment-reply-link,
.woocommerce body.login button.teal#wp-submit,
body.login .woocommerce button.teal#wp-submit,
.woocommerce #respond input#submit.teal,
.woocommerce input.button.teal,
.woocommerce input.teal[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.teal.comment-reply-link,
.woocommerce body.login input.teal#wp-submit,
body.login .woocommerce input.teal#wp-submit {
  background: #00b1b0;
}
.button.teal:hover, input.teal[type='submit']:hover, #comments .comment-list .comment-body .reply .teal.comment-reply-link:hover, body.login .teal#wp-submit:hover,
.button.default.teal:hover,
input.default.teal[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.teal.comment-reply-link:hover,
body.login .default.teal#wp-submit:hover,
button
.woocommerce a.button.teal:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.teal.comment-reply-link:hover,
button
.woocommerce body.login a.teal#wp-submit:hover,
body.login button
.woocommerce a.teal#wp-submit:hover,
.woocommerce button.button.teal:hover,
.woocommerce #comments .comment-list .comment-body .reply button.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.teal.comment-reply-link:hover,
.woocommerce body.login button.teal#wp-submit:hover,
body.login .woocommerce button.teal#wp-submit:hover,
.woocommerce #respond input#submit.teal:hover,
.woocommerce input.button.teal:hover,
.woocommerce input.teal[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.teal.comment-reply-link:hover,
.woocommerce body.login input.teal#wp-submit:hover,
body.login .woocommerce input.teal#wp-submit:hover {
  background: #007e7d;
}
.button.teal.outline, input.teal.outline[type='submit'], #comments .comment-list .comment-body .reply .teal.outline.comment-reply-link, body.login .teal.outline#wp-submit,
.button.default.teal.outline,
input.default.teal.outline[type='submit'],
#comments .comment-list .comment-body .reply .default.teal.outline.comment-reply-link,
body.login .default.teal.outline#wp-submit,
button
.woocommerce a.button.teal.outline,
button
.woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.teal.outline.comment-reply-link,
button
.woocommerce body.login a.teal.outline#wp-submit,
body.login button
.woocommerce a.teal.outline#wp-submit,
.woocommerce button.button.teal.outline,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link,
.woocommerce body.login button.teal.outline#wp-submit,
body.login .woocommerce button.teal.outline#wp-submit,
.woocommerce #respond input#submit.teal.outline,
.woocommerce input.button.teal.outline,
.woocommerce input.teal.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link,
.woocommerce body.login input.teal.outline#wp-submit,
body.login .woocommerce input.teal.outline#wp-submit {
  color: #00b1b0;
  border-color: #00b1b0;
}
.button.teal.outline .genericon, input.teal.outline[type='submit'] .genericon, #comments .comment-list .comment-body .reply .teal.outline.comment-reply-link .genericon, body.login .teal.outline#wp-submit .genericon,
.button.default.teal.outline .genericon,
input.default.teal.outline[type='submit'] .genericon,
#comments .comment-list .comment-body .reply .default.teal.outline.comment-reply-link .genericon,
body.login .default.teal.outline#wp-submit .genericon,
button
.woocommerce a.button.teal.outline .genericon,
button
.woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply button
.woocommerce a.teal.outline.comment-reply-link .genericon,
button
.woocommerce body.login a.teal.outline#wp-submit .genericon,
body.login button
.woocommerce a.teal.outline#wp-submit .genericon,
.woocommerce button.button.teal.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link .genericon,
.woocommerce body.login button.teal.outline#wp-submit .genericon,
body.login .woocommerce button.teal.outline#wp-submit .genericon,
.woocommerce #respond input#submit.teal.outline .genericon,
.woocommerce input.button.teal.outline .genericon,
.woocommerce input.teal.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link .genericon,
.woocommerce body.login input.teal.outline#wp-submit .genericon,
body.login .woocommerce input.teal.outline#wp-submit .genericon {
  color: #00b1b0;
}
.button.teal.outline:hover, input.teal.outline[type='submit']:hover, #comments .comment-list .comment-body .reply .teal.outline.comment-reply-link:hover, body.login .teal.outline#wp-submit:hover,
.button.default.teal.outline:hover,
input.default.teal.outline[type='submit']:hover,
#comments .comment-list .comment-body .reply .default.teal.outline.comment-reply-link:hover,
body.login .default.teal.outline#wp-submit:hover,
button
.woocommerce a.button.teal.outline:hover,
button
.woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply button
.woocommerce a.teal.outline.comment-reply-link:hover,
button
.woocommerce body.login a.teal.outline#wp-submit:hover,
body.login button
.woocommerce a.teal.outline#wp-submit:hover,
.woocommerce button.button.teal.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link:hover,
.woocommerce body.login button.teal.outline#wp-submit:hover,
body.login .woocommerce button.teal.outline#wp-submit:hover,
.woocommerce #respond input#submit.teal.outline:hover,
.woocommerce input.button.teal.outline:hover,
.woocommerce input.teal.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link:hover,
.woocommerce body.login input.teal.outline#wp-submit:hover,
body.login .woocommerce input.teal.outline#wp-submit:hover {
  background: #00b1b0 !important;
}
.button + .button, input[type='submit'] + .button, #comments .comment-list .comment-body .reply .comment-reply-link + .button, body.login #wp-submit + .button, .button + input[type='submit'], input[type='submit'] + input[type='submit'], #comments .comment-list .comment-body .reply .comment-reply-link + input[type='submit'], body.login #wp-submit + input[type='submit'], #comments .comment-list .comment-body .reply .button + .comment-reply-link, #comments .comment-list .comment-body .reply input[type='submit'] + .comment-reply-link, #comments .comment-list .comment-body .reply .comment-reply-link + .comment-reply-link, body.login #comments .comment-list .comment-body .reply #wp-submit + .comment-reply-link, #comments .comment-list .comment-body .reply body.login #wp-submit + .comment-reply-link, body.login .button + #wp-submit, body.login input[type='submit'] + #wp-submit, #comments .comment-list .comment-body .reply body.login .comment-reply-link + #wp-submit, body.login #comments .comment-list .comment-body .reply .comment-reply-link + #wp-submit, body.login #wp-submit + #wp-submit,
.button.default + .button,
input.default[type='submit'] + .button,
#comments .comment-list .comment-body .reply .default.comment-reply-link + .button,
body.login .default#wp-submit + .button,
.button.default + input[type='submit'],
input.default[type='submit'] + input[type='submit'],
#comments .comment-list .comment-body .reply .default.comment-reply-link + input[type='submit'],
body.login .default#wp-submit + input[type='submit'],
#comments .comment-list .comment-body .reply .button.default + .comment-reply-link,
#comments .comment-list .comment-body .reply input.default[type='submit'] + .comment-reply-link,
#comments .comment-list .comment-body .reply .default.comment-reply-link + .comment-reply-link,
body.login #comments .comment-list .comment-body .reply .default#wp-submit + .comment-reply-link,
#comments .comment-list .comment-body .reply body.login .default#wp-submit + .comment-reply-link,
body.login .button.default + #wp-submit,
body.login input.default[type='submit'] + #wp-submit,
#comments .comment-list .comment-body .reply body.login .default.comment-reply-link + #wp-submit,
body.login #comments .comment-list .comment-body .reply .default.comment-reply-link + #wp-submit,
body.login .default#wp-submit + #wp-submit,
button
.woocommerce a.button + .button,
button
.woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link + .button,
#comments .comment-list .comment-body .reply button
.woocommerce a.comment-reply-link + .button,
button
.woocommerce body.login a#wp-submit + .button,
body.login button
.woocommerce a#wp-submit + .button,
button
.woocommerce a.button + input[type='submit'],
button
.woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link + input[type='submit'],
#comments .comment-list .comment-body .reply button
.woocommerce a.comment-reply-link + input[type='submit'],
button
.woocommerce body.login a#wp-submit + input[type='submit'],
body.login button
.woocommerce a#wp-submit + input[type='submit'],
button
.woocommerce #comments .comment-list .comment-body .reply a.button + .comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.button + .comment-reply-link,
button
.woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link + .comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce a.comment-reply-link + .comment-reply-link,
button
.woocommerce body.login #comments .comment-list .comment-body .reply a#wp-submit + .comment-reply-link,
#comments .comment-list .comment-body .reply button
.woocommerce body.login a#wp-submit + .comment-reply-link,
body.login button
.woocommerce #comments .comment-list .comment-body .reply a#wp-submit + .comment-reply-link,
#comments .comment-list .comment-body .reply body.login button
.woocommerce a#wp-submit + .comment-reply-link,
button
.woocommerce body.login a.button + #wp-submit,
body.login button
.woocommerce a.button + #wp-submit,
button
.woocommerce #comments .comment-list .comment-body .reply body.login a.comment-reply-link + #wp-submit,
body.login button
.woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link + #wp-submit,
#comments .comment-list .comment-body .reply button
.woocommerce body.login a.comment-reply-link + #wp-submit,
body.login #comments .comment-list .comment-body .reply button
.woocommerce a.comment-reply-link + #wp-submit,
button
.woocommerce body.login a#wp-submit + #wp-submit,
body.login button
.woocommerce a#wp-submit + #wp-submit,
.woocommerce button.button + .button,
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link + .button,
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link + .button,
.woocommerce body.login button#wp-submit + .button,
body.login .woocommerce button#wp-submit + .button,
.woocommerce button.button + input[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link + input[type='submit'],
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link + input[type='submit'],
.woocommerce body.login button#wp-submit + input[type='submit'],
body.login .woocommerce button#wp-submit + input[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply button.button + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.button + .comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link + .comment-reply-link,
.woocommerce body.login #comments .comment-list .comment-body .reply button#wp-submit + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce body.login button#wp-submit + .comment-reply-link,
body.login .woocommerce #comments .comment-list .comment-body .reply button#wp-submit + .comment-reply-link,
#comments .comment-list .comment-body .reply body.login .woocommerce button#wp-submit + .comment-reply-link,
.woocommerce body.login button.button + #wp-submit,
body.login .woocommerce button.button + #wp-submit,
.woocommerce #comments .comment-list .comment-body .reply body.login button.comment-reply-link + #wp-submit,
body.login .woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link + #wp-submit,
#comments .comment-list .comment-body .reply .woocommerce body.login button.comment-reply-link + #wp-submit,
body.login #comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link + #wp-submit,
.woocommerce body.login button#wp-submit + #wp-submit,
body.login .woocommerce button#wp-submit + #wp-submit,
.woocommerce #respond input#submit + .button,
.woocommerce #respond input#submit + input[type='submit'],
.woocommerce #respond #comments .comment-list .comment-body .reply input#submit + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce #respond input#submit + .comment-reply-link,
.woocommerce #respond body.login input#submit + #wp-submit,
body.login .woocommerce #respond input#submit + #wp-submit,
.woocommerce input.button + .button,
.woocommerce input[type='submit'] + .button,
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link + .button,
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link + .button,
.woocommerce body.login input#wp-submit + .button,
body.login .woocommerce input#wp-submit + .button,
.woocommerce input.button + input[type='submit'],
.woocommerce input[type='submit'] + input[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link + input[type='submit'],
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link + input[type='submit'],
.woocommerce body.login input#wp-submit + input[type='submit'],
body.login .woocommerce input#wp-submit + input[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.button + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.button + .comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply input[type='submit'] + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input[type='submit'] + .comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link + .comment-reply-link,
.woocommerce body.login #comments .comment-list .comment-body .reply input#wp-submit + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce body.login input#wp-submit + .comment-reply-link,
body.login .woocommerce #comments .comment-list .comment-body .reply input#wp-submit + .comment-reply-link,
#comments .comment-list .comment-body .reply body.login .woocommerce input#wp-submit + .comment-reply-link,
.woocommerce body.login input.button + #wp-submit,
body.login .woocommerce input.button + #wp-submit,
.woocommerce body.login input[type='submit'] + #wp-submit,
body.login .woocommerce input[type='submit'] + #wp-submit,
.woocommerce #comments .comment-list .comment-body .reply body.login input.comment-reply-link + #wp-submit,
body.login .woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link + #wp-submit,
#comments .comment-list .comment-body .reply .woocommerce body.login input.comment-reply-link + #wp-submit,
body.login #comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link + #wp-submit,
.woocommerce body.login input#wp-submit + #wp-submit,
body.login .woocommerce input#wp-submit + #wp-submit {
  margin-left: 1rem;
}

.button-wrap {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.woocommerce a.button, .woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.comment-reply-link, .woocommerce body.login a#wp-submit, body.login .woocommerce a#wp-submit,
.woocommerce button.button,
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link,
.woocommerce body.login button#wp-submit,
body.login .woocommerce button#wp-submit,
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce input[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link,
.woocommerce body.login input#wp-submit,
body.login .woocommerce input#wp-submit {
  font-weight: 400;
  border-radius: 0;
  color: #424244;
  background: #e2e2e2;
}
.woocommerce a.button:hover, .woocommerce #comments .comment-list .comment-body .reply a.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.comment-reply-link:hover, .woocommerce body.login a#wp-submit:hover, body.login .woocommerce a#wp-submit:hover,
.woocommerce button.button:hover,
.woocommerce #comments .comment-list .comment-body .reply button.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.comment-reply-link:hover,
.woocommerce body.login button#wp-submit:hover,
body.login .woocommerce button#wp-submit:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover,
.woocommerce input[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.comment-reply-link:hover,
.woocommerce body.login input#wp-submit:hover,
body.login .woocommerce input#wp-submit:hover {
  background: #c3cf21;
}
.woocommerce a.button.green, .woocommerce #comments .comment-list .comment-body .reply a.green.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.green.comment-reply-link, .woocommerce body.login a.green#wp-submit, body.login .woocommerce a.green#wp-submit, .woocommerce.woocommerce-account .account-navigation a.button.active, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit, body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active#wp-submit, .woocommerce a.button.blue, .woocommerce #comments .comment-list .comment-body .reply a.blue.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.blue.comment-reply-link, .woocommerce body.login a.blue#wp-submit, body.login .woocommerce a.blue#wp-submit, .woocommerce a.button.purple, .woocommerce #comments .comment-list .comment-body .reply a.purple.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.purple.comment-reply-link, .woocommerce body.login a.purple#wp-submit, body.login .woocommerce a.purple#wp-submit, .woocommerce a.button.red, .woocommerce #comments .comment-list .comment-body .reply a.red.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.red.comment-reply-link, .woocommerce body.login a.red#wp-submit, body.login .woocommerce a.red#wp-submit, .woocommerce a.button.orange, .woocommerce #comments .comment-list .comment-body .reply a.orange.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.orange.comment-reply-link, .woocommerce body.login a.orange#wp-submit, body.login .woocommerce a.orange#wp-submit, .woocommerce a.button.yellow, .woocommerce #comments .comment-list .comment-body .reply a.yellow.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.yellow.comment-reply-link, .woocommerce body.login a.yellow#wp-submit, body.login .woocommerce a.yellow#wp-submit, .woocommerce a.button.gray, .woocommerce #comments .comment-list .comment-body .reply a.gray.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.gray.comment-reply-link, .woocommerce body.login a.gray#wp-submit, body.login .woocommerce a.gray#wp-submit, .woocommerce a.button.white, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link, .woocommerce body.login a.white#wp-submit, body.login .woocommerce a.white#wp-submit, .woocommerce a.button.teal, .woocommerce #comments .comment-list .comment-body .reply a.teal.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.teal.comment-reply-link, .woocommerce body.login a.teal#wp-submit, body.login .woocommerce a.teal#wp-submit,
.woocommerce button.button.green,
.woocommerce #comments .comment-list .comment-body .reply button.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.green.comment-reply-link,
.woocommerce body.login button.green#wp-submit,
body.login .woocommerce button.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation button.button.active,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active#wp-submit,
.woocommerce button.button.blue,
.woocommerce #comments .comment-list .comment-body .reply button.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.blue.comment-reply-link,
.woocommerce body.login button.blue#wp-submit,
body.login .woocommerce button.blue#wp-submit,
.woocommerce button.button.purple,
.woocommerce #comments .comment-list .comment-body .reply button.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.purple.comment-reply-link,
.woocommerce body.login button.purple#wp-submit,
body.login .woocommerce button.purple#wp-submit,
.woocommerce button.button.red,
.woocommerce #comments .comment-list .comment-body .reply button.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.red.comment-reply-link,
.woocommerce body.login button.red#wp-submit,
body.login .woocommerce button.red#wp-submit,
.woocommerce button.button.orange,
.woocommerce #comments .comment-list .comment-body .reply button.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.orange.comment-reply-link,
.woocommerce body.login button.orange#wp-submit,
body.login .woocommerce button.orange#wp-submit,
.woocommerce button.button.yellow,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.comment-reply-link,
.woocommerce body.login button.yellow#wp-submit,
body.login .woocommerce button.yellow#wp-submit,
.woocommerce button.button.gray,
.woocommerce #comments .comment-list .comment-body .reply button.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.gray.comment-reply-link,
.woocommerce body.login button.gray#wp-submit,
body.login .woocommerce button.gray#wp-submit,
.woocommerce button.button.white,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link,
.woocommerce body.login button.white#wp-submit,
body.login .woocommerce button.white#wp-submit,
.woocommerce button.button.teal,
.woocommerce #comments .comment-list .comment-body .reply button.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.teal.comment-reply-link,
.woocommerce body.login button.teal#wp-submit,
body.login .woocommerce button.teal#wp-submit,
.woocommerce #respond input#submit.green,
.woocommerce #respond input#submit.blue,
.woocommerce #respond input#submit.purple,
.woocommerce #respond input#submit.red,
.woocommerce #respond input#submit.orange,
.woocommerce #respond input#submit.yellow,
.woocommerce #respond input#submit.gray,
.woocommerce #respond input#submit.white,
.woocommerce #respond input#submit.teal,
.woocommerce input.button.green,
.woocommerce input.green[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.green.comment-reply-link,
.woocommerce body.login input.green#wp-submit,
body.login .woocommerce input.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation input.button.active,
.woocommerce.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active[type='submit'],
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active#wp-submit,
.woocommerce input.button.blue,
.woocommerce input.blue[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.blue.comment-reply-link,
.woocommerce body.login input.blue#wp-submit,
body.login .woocommerce input.blue#wp-submit,
.woocommerce input.button.purple,
.woocommerce input.purple[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.purple.comment-reply-link,
.woocommerce body.login input.purple#wp-submit,
body.login .woocommerce input.purple#wp-submit,
.woocommerce input.button.red,
.woocommerce input.red[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.red.comment-reply-link,
.woocommerce body.login input.red#wp-submit,
body.login .woocommerce input.red#wp-submit,
.woocommerce input.button.orange,
.woocommerce input.orange[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.orange.comment-reply-link,
.woocommerce body.login input.orange#wp-submit,
body.login .woocommerce input.orange#wp-submit,
.woocommerce input.button.yellow,
.woocommerce input.yellow[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.comment-reply-link,
.woocommerce body.login input.yellow#wp-submit,
body.login .woocommerce input.yellow#wp-submit,
.woocommerce input.button.gray,
.woocommerce input.gray[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.gray.comment-reply-link,
.woocommerce body.login input.gray#wp-submit,
body.login .woocommerce input.gray#wp-submit,
.woocommerce input.button.white,
.woocommerce input.white[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link,
.woocommerce body.login input.white#wp-submit,
body.login .woocommerce input.white#wp-submit,
.woocommerce input.button.teal,
.woocommerce input.teal[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.teal.comment-reply-link,
.woocommerce body.login input.teal#wp-submit,
body.login .woocommerce input.teal#wp-submit {
  color: #fff;
}
.woocommerce a.button.green, .woocommerce #comments .comment-list .comment-body .reply a.green.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.green.comment-reply-link, .woocommerce body.login a.green#wp-submit, body.login .woocommerce a.green#wp-submit, .woocommerce.woocommerce-account .account-navigation a.button.active, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit, body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active#wp-submit,
.woocommerce button.button.green,
.woocommerce #comments .comment-list .comment-body .reply button.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.green.comment-reply-link,
.woocommerce body.login button.green#wp-submit,
body.login .woocommerce button.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation button.button.active,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active#wp-submit,
.woocommerce #respond input#submit.green,
.woocommerce input.button.green,
.woocommerce input.green[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.green.comment-reply-link,
.woocommerce body.login input.green#wp-submit,
body.login .woocommerce input.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation input.button.active,
.woocommerce.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active[type='submit'],
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active#wp-submit {
  background: #c3cf21;
}
.woocommerce a.button.green:hover, .woocommerce #comments .comment-list .comment-body .reply a.green.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.green.comment-reply-link:hover, .woocommerce body.login a.green#wp-submit:hover, body.login .woocommerce a.green#wp-submit:hover, .woocommerce.woocommerce-account .account-navigation a.button.active:hover, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link:hover, .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit:hover, body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active#wp-submit:hover,
.woocommerce button.button.green:hover,
.woocommerce #comments .comment-list .comment-body .reply button.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.green.comment-reply-link:hover,
.woocommerce body.login button.green#wp-submit:hover,
body.login .woocommerce button.green#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation button.button.active:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active#wp-submit:hover,
.woocommerce #respond input#submit.green:hover,
.woocommerce input.button.green:hover,
.woocommerce input.green[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.green.comment-reply-link:hover,
.woocommerce body.login input.green#wp-submit:hover,
body.login .woocommerce input.green#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation input.button.active:hover,
.woocommerce.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active[type='submit']:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active#wp-submit:hover {
  background: #9aa31a;
}
.woocommerce a.button.green.outline, .woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.green.outline.comment-reply-link, .woocommerce body.login a.green.outline#wp-submit, body.login .woocommerce a.green.outline#wp-submit, .woocommerce.woocommerce-account .account-navigation a.outline.button.active, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit, body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.outline.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.outline.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active#wp-submit,
.woocommerce button.button.green.outline,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link,
.woocommerce body.login button.green.outline#wp-submit,
body.login .woocommerce button.green.outline#wp-submit,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit,
.woocommerce #respond input#submit.green.outline,
.woocommerce input.button.green.outline,
.woocommerce input.green.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link,
.woocommerce body.login input.green.outline#wp-submit,
body.login .woocommerce input.green.outline#wp-submit,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit'],
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit {
  color: #c3cf21;
  border-color: #c3cf21;
}
.woocommerce a.button.green.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.green.outline.comment-reply-link .genericon, .woocommerce body.login a.green.outline#wp-submit .genericon, body.login .woocommerce a.green.outline#wp-submit .genericon, .woocommerce.woocommerce-account .account-navigation a.outline.button.active .genericon, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link .genericon, .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit .genericon, body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.button.active .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.outline.active.comment-reply-link .genericon,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active.comment-reply-link .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.outline.active#wp-submit .genericon,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active#wp-submit .genericon,
.woocommerce button.button.green.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link .genericon,
.woocommerce body.login button.green.outline#wp-submit .genericon,
body.login .woocommerce button.green.outline#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link .genericon,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit .genericon,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit .genericon,
.woocommerce #respond input#submit.green.outline .genericon,
.woocommerce input.button.green.outline .genericon,
.woocommerce input.green.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link .genericon,
.woocommerce body.login input.green.outline#wp-submit .genericon,
body.login .woocommerce input.green.outline#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit'] .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link .genericon,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit .genericon,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit .genericon {
  color: #c3cf21;
}
.woocommerce a.button.green.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.green.outline.comment-reply-link:hover, .woocommerce body.login a.green.outline#wp-submit:hover, body.login .woocommerce a.green.outline#wp-submit:hover, .woocommerce.woocommerce-account .account-navigation a.outline.button.active:hover, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link:hover, .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit:hover, body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.outline.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.outline.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active#wp-submit:hover,
.woocommerce button.button.green.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link:hover,
.woocommerce body.login button.green.outline#wp-submit:hover,
body.login .woocommerce button.green.outline#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit:hover,
.woocommerce #respond input#submit.green.outline:hover,
.woocommerce input.button.green.outline:hover,
.woocommerce input.green.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link:hover,
.woocommerce body.login input.green.outline#wp-submit:hover,
body.login .woocommerce input.green.outline#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit']:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit:hover {
  background: #c3cf21 !important;
}
.woocommerce a.button.blue, .woocommerce #comments .comment-list .comment-body .reply a.blue.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.blue.comment-reply-link, .woocommerce body.login a.blue#wp-submit, body.login .woocommerce a.blue#wp-submit,
.woocommerce button.button.blue,
.woocommerce #comments .comment-list .comment-body .reply button.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.blue.comment-reply-link,
.woocommerce body.login button.blue#wp-submit,
body.login .woocommerce button.blue#wp-submit,
.woocommerce #respond input#submit.blue,
.woocommerce input.button.blue,
.woocommerce input.blue[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.blue.comment-reply-link,
.woocommerce body.login input.blue#wp-submit,
body.login .woocommerce input.blue#wp-submit {
  background: #0c87a8;
}
.woocommerce a.button.blue:hover, .woocommerce #comments .comment-list .comment-body .reply a.blue.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.blue.comment-reply-link:hover, .woocommerce body.login a.blue#wp-submit:hover, body.login .woocommerce a.blue#wp-submit:hover,
.woocommerce button.button.blue:hover,
.woocommerce #comments .comment-list .comment-body .reply button.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.blue.comment-reply-link:hover,
.woocommerce body.login button.blue#wp-submit:hover,
body.login .woocommerce button.blue#wp-submit:hover,
.woocommerce #respond input#submit.blue:hover,
.woocommerce input.button.blue:hover,
.woocommerce input.blue[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.blue.comment-reply-link:hover,
.woocommerce body.login input.blue#wp-submit:hover,
body.login .woocommerce input.blue#wp-submit:hover {
  background: #096178;
}
.woocommerce a.button.blue.outline, .woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.blue.outline.comment-reply-link, .woocommerce body.login a.blue.outline#wp-submit, body.login .woocommerce a.blue.outline#wp-submit,
.woocommerce button.button.blue.outline,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link,
.woocommerce body.login button.blue.outline#wp-submit,
body.login .woocommerce button.blue.outline#wp-submit,
.woocommerce #respond input#submit.blue.outline,
.woocommerce input.button.blue.outline,
.woocommerce input.blue.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link,
.woocommerce body.login input.blue.outline#wp-submit,
body.login .woocommerce input.blue.outline#wp-submit {
  color: #0c87a8;
  border-color: #0c87a8;
}
.woocommerce a.button.blue.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.blue.outline.comment-reply-link .genericon, .woocommerce body.login a.blue.outline#wp-submit .genericon, body.login .woocommerce a.blue.outline#wp-submit .genericon,
.woocommerce button.button.blue.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link .genericon,
.woocommerce body.login button.blue.outline#wp-submit .genericon,
body.login .woocommerce button.blue.outline#wp-submit .genericon,
.woocommerce #respond input#submit.blue.outline .genericon,
.woocommerce input.button.blue.outline .genericon,
.woocommerce input.blue.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link .genericon,
.woocommerce body.login input.blue.outline#wp-submit .genericon,
body.login .woocommerce input.blue.outline#wp-submit .genericon {
  color: #0c87a8;
}
.woocommerce a.button.blue.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.blue.outline.comment-reply-link:hover, .woocommerce body.login a.blue.outline#wp-submit:hover, body.login .woocommerce a.blue.outline#wp-submit:hover,
.woocommerce button.button.blue.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link:hover,
.woocommerce body.login button.blue.outline#wp-submit:hover,
body.login .woocommerce button.blue.outline#wp-submit:hover,
.woocommerce #respond input#submit.blue.outline:hover,
.woocommerce input.button.blue.outline:hover,
.woocommerce input.blue.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link:hover,
.woocommerce body.login input.blue.outline#wp-submit:hover,
body.login .woocommerce input.blue.outline#wp-submit:hover {
  background: #0c87a8 !important;
}
.woocommerce a.button.purple, .woocommerce #comments .comment-list .comment-body .reply a.purple.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.purple.comment-reply-link, .woocommerce body.login a.purple#wp-submit, body.login .woocommerce a.purple#wp-submit,
.woocommerce button.button.purple,
.woocommerce #comments .comment-list .comment-body .reply button.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.purple.comment-reply-link,
.woocommerce body.login button.purple#wp-submit,
body.login .woocommerce button.purple#wp-submit,
.woocommerce #respond input#submit.purple,
.woocommerce input.button.purple,
.woocommerce input.purple[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.purple.comment-reply-link,
.woocommerce body.login input.purple#wp-submit,
body.login .woocommerce input.purple#wp-submit {
  background: #a54399;
}
.woocommerce a.button.purple:hover, .woocommerce #comments .comment-list .comment-body .reply a.purple.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.purple.comment-reply-link:hover, .woocommerce body.login a.purple#wp-submit:hover, body.login .woocommerce a.purple#wp-submit:hover,
.woocommerce button.button.purple:hover,
.woocommerce #comments .comment-list .comment-body .reply button.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.purple.comment-reply-link:hover,
.woocommerce body.login button.purple#wp-submit:hover,
body.login .woocommerce button.purple#wp-submit:hover,
.woocommerce #respond input#submit.purple:hover,
.woocommerce input.button.purple:hover,
.woocommerce input.purple[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.purple.comment-reply-link:hover,
.woocommerce body.login input.purple#wp-submit:hover,
body.login .woocommerce input.purple#wp-submit:hover {
  background: #813477;
}
.woocommerce a.button.purple.outline, .woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.purple.outline.comment-reply-link, .woocommerce body.login a.purple.outline#wp-submit, body.login .woocommerce a.purple.outline#wp-submit,
.woocommerce button.button.purple.outline,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link,
.woocommerce body.login button.purple.outline#wp-submit,
body.login .woocommerce button.purple.outline#wp-submit,
.woocommerce #respond input#submit.purple.outline,
.woocommerce input.button.purple.outline,
.woocommerce input.purple.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link,
.woocommerce body.login input.purple.outline#wp-submit,
body.login .woocommerce input.purple.outline#wp-submit {
  color: #a54399;
  border-color: #a54399;
}
.woocommerce a.button.purple.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.purple.outline.comment-reply-link .genericon, .woocommerce body.login a.purple.outline#wp-submit .genericon, body.login .woocommerce a.purple.outline#wp-submit .genericon,
.woocommerce button.button.purple.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link .genericon,
.woocommerce body.login button.purple.outline#wp-submit .genericon,
body.login .woocommerce button.purple.outline#wp-submit .genericon,
.woocommerce #respond input#submit.purple.outline .genericon,
.woocommerce input.button.purple.outline .genericon,
.woocommerce input.purple.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link .genericon,
.woocommerce body.login input.purple.outline#wp-submit .genericon,
body.login .woocommerce input.purple.outline#wp-submit .genericon {
  color: #a54399;
}
.woocommerce a.button.purple.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.purple.outline.comment-reply-link:hover, .woocommerce body.login a.purple.outline#wp-submit:hover, body.login .woocommerce a.purple.outline#wp-submit:hover,
.woocommerce button.button.purple.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link:hover,
.woocommerce body.login button.purple.outline#wp-submit:hover,
body.login .woocommerce button.purple.outline#wp-submit:hover,
.woocommerce #respond input#submit.purple.outline:hover,
.woocommerce input.button.purple.outline:hover,
.woocommerce input.purple.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link:hover,
.woocommerce body.login input.purple.outline#wp-submit:hover,
body.login .woocommerce input.purple.outline#wp-submit:hover {
  background: #a54399 !important;
}
.woocommerce a.button.red, .woocommerce #comments .comment-list .comment-body .reply a.red.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.red.comment-reply-link, .woocommerce body.login a.red#wp-submit, body.login .woocommerce a.red#wp-submit,
.woocommerce button.button.red,
.woocommerce #comments .comment-list .comment-body .reply button.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.red.comment-reply-link,
.woocommerce body.login button.red#wp-submit,
body.login .woocommerce button.red#wp-submit,
.woocommerce #respond input#submit.red,
.woocommerce input.button.red,
.woocommerce input.red[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.red.comment-reply-link,
.woocommerce body.login input.red#wp-submit,
body.login .woocommerce input.red#wp-submit {
  background: #e74c3c;
}
.woocommerce a.button.red:hover, .woocommerce #comments .comment-list .comment-body .reply a.red.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.red.comment-reply-link:hover, .woocommerce body.login a.red#wp-submit:hover, body.login .woocommerce a.red#wp-submit:hover,
.woocommerce button.button.red:hover,
.woocommerce #comments .comment-list .comment-body .reply button.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.red.comment-reply-link:hover,
.woocommerce body.login button.red#wp-submit:hover,
body.login .woocommerce button.red#wp-submit:hover,
.woocommerce #respond input#submit.red:hover,
.woocommerce input.button.red:hover,
.woocommerce input.red[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.red.comment-reply-link:hover,
.woocommerce body.login input.red#wp-submit:hover,
body.login .woocommerce input.red#wp-submit:hover {
  background: #d62c1a;
}
.woocommerce a.button.red.outline, .woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.red.outline.comment-reply-link, .woocommerce body.login a.red.outline#wp-submit, body.login .woocommerce a.red.outline#wp-submit,
.woocommerce button.button.red.outline,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link,
.woocommerce body.login button.red.outline#wp-submit,
body.login .woocommerce button.red.outline#wp-submit,
.woocommerce #respond input#submit.red.outline,
.woocommerce input.button.red.outline,
.woocommerce input.red.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link,
.woocommerce body.login input.red.outline#wp-submit,
body.login .woocommerce input.red.outline#wp-submit {
  color: #e74c3c;
  border-color: #e74c3c;
}
.woocommerce a.button.red.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.red.outline.comment-reply-link .genericon, .woocommerce body.login a.red.outline#wp-submit .genericon, body.login .woocommerce a.red.outline#wp-submit .genericon,
.woocommerce button.button.red.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link .genericon,
.woocommerce body.login button.red.outline#wp-submit .genericon,
body.login .woocommerce button.red.outline#wp-submit .genericon,
.woocommerce #respond input#submit.red.outline .genericon,
.woocommerce input.button.red.outline .genericon,
.woocommerce input.red.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link .genericon,
.woocommerce body.login input.red.outline#wp-submit .genericon,
body.login .woocommerce input.red.outline#wp-submit .genericon {
  color: #e74c3c;
}
.woocommerce a.button.red.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.red.outline.comment-reply-link:hover, .woocommerce body.login a.red.outline#wp-submit:hover, body.login .woocommerce a.red.outline#wp-submit:hover,
.woocommerce button.button.red.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link:hover,
.woocommerce body.login button.red.outline#wp-submit:hover,
body.login .woocommerce button.red.outline#wp-submit:hover,
.woocommerce #respond input#submit.red.outline:hover,
.woocommerce input.button.red.outline:hover,
.woocommerce input.red.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link:hover,
.woocommerce body.login input.red.outline#wp-submit:hover,
body.login .woocommerce input.red.outline#wp-submit:hover {
  background: #e74c3c !important;
}
.woocommerce a.button.orange, .woocommerce #comments .comment-list .comment-body .reply a.orange.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.orange.comment-reply-link, .woocommerce body.login a.orange#wp-submit, body.login .woocommerce a.orange#wp-submit,
.woocommerce button.button.orange,
.woocommerce #comments .comment-list .comment-body .reply button.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.orange.comment-reply-link,
.woocommerce body.login button.orange#wp-submit,
body.login .woocommerce button.orange#wp-submit,
.woocommerce #respond input#submit.orange,
.woocommerce input.button.orange,
.woocommerce input.orange[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.orange.comment-reply-link,
.woocommerce body.login input.orange#wp-submit,
body.login .woocommerce input.orange#wp-submit {
  background: #f28034;
}
.woocommerce a.button.orange:hover, .woocommerce #comments .comment-list .comment-body .reply a.orange.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.orange.comment-reply-link:hover, .woocommerce body.login a.orange#wp-submit:hover, body.login .woocommerce a.orange#wp-submit:hover,
.woocommerce button.button.orange:hover,
.woocommerce #comments .comment-list .comment-body .reply button.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.orange.comment-reply-link:hover,
.woocommerce body.login button.orange#wp-submit:hover,
body.login .woocommerce button.orange#wp-submit:hover,
.woocommerce #respond input#submit.orange:hover,
.woocommerce input.button.orange:hover,
.woocommerce input.orange[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.orange.comment-reply-link:hover,
.woocommerce body.login input.orange#wp-submit:hover,
body.login .woocommerce input.orange#wp-submit:hover {
  background: #e4640f;
}
.woocommerce a.button.orange.outline, .woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.orange.outline.comment-reply-link, .woocommerce body.login a.orange.outline#wp-submit, body.login .woocommerce a.orange.outline#wp-submit,
.woocommerce button.button.orange.outline,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link,
.woocommerce body.login button.orange.outline#wp-submit,
body.login .woocommerce button.orange.outline#wp-submit,
.woocommerce #respond input#submit.orange.outline,
.woocommerce input.button.orange.outline,
.woocommerce input.orange.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link,
.woocommerce body.login input.orange.outline#wp-submit,
body.login .woocommerce input.orange.outline#wp-submit {
  color: #f28034;
  border-color: #f28034;
}
.woocommerce a.button.orange.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.orange.outline.comment-reply-link .genericon, .woocommerce body.login a.orange.outline#wp-submit .genericon, body.login .woocommerce a.orange.outline#wp-submit .genericon,
.woocommerce button.button.orange.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link .genericon,
.woocommerce body.login button.orange.outline#wp-submit .genericon,
body.login .woocommerce button.orange.outline#wp-submit .genericon,
.woocommerce #respond input#submit.orange.outline .genericon,
.woocommerce input.button.orange.outline .genericon,
.woocommerce input.orange.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link .genericon,
.woocommerce body.login input.orange.outline#wp-submit .genericon,
body.login .woocommerce input.orange.outline#wp-submit .genericon {
  color: #f28034;
}
.woocommerce a.button.orange.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.orange.outline.comment-reply-link:hover, .woocommerce body.login a.orange.outline#wp-submit:hover, body.login .woocommerce a.orange.outline#wp-submit:hover,
.woocommerce button.button.orange.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link:hover,
.woocommerce body.login button.orange.outline#wp-submit:hover,
body.login .woocommerce button.orange.outline#wp-submit:hover,
.woocommerce #respond input#submit.orange.outline:hover,
.woocommerce input.button.orange.outline:hover,
.woocommerce input.orange.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link:hover,
.woocommerce body.login input.orange.outline#wp-submit:hover,
body.login .woocommerce input.orange.outline#wp-submit:hover {
  background: #f28034 !important;
}
.woocommerce a.button.yellow, .woocommerce #comments .comment-list .comment-body .reply a.yellow.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.yellow.comment-reply-link, .woocommerce body.login a.yellow#wp-submit, body.login .woocommerce a.yellow#wp-submit,
.woocommerce button.button.yellow,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.comment-reply-link,
.woocommerce body.login button.yellow#wp-submit,
body.login .woocommerce button.yellow#wp-submit,
.woocommerce #respond input#submit.yellow,
.woocommerce input.button.yellow,
.woocommerce input.yellow[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.comment-reply-link,
.woocommerce body.login input.yellow#wp-submit,
body.login .woocommerce input.yellow#wp-submit {
  background: #eae827;
}
.woocommerce a.button.yellow:hover, .woocommerce #comments .comment-list .comment-body .reply a.yellow.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.yellow.comment-reply-link:hover, .woocommerce body.login a.yellow#wp-submit:hover, body.login .woocommerce a.yellow#wp-submit:hover,
.woocommerce button.button.yellow:hover,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.comment-reply-link:hover,
.woocommerce body.login button.yellow#wp-submit:hover,
body.login .woocommerce button.yellow#wp-submit:hover,
.woocommerce #respond input#submit.yellow:hover,
.woocommerce input.button.yellow:hover,
.woocommerce input.yellow[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.comment-reply-link:hover,
.woocommerce body.login input.yellow#wp-submit:hover,
body.login .woocommerce input.yellow#wp-submit:hover {
  background: #cac814;
}
.woocommerce a.button.yellow.outline, .woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.yellow.outline.comment-reply-link, .woocommerce body.login a.yellow.outline#wp-submit, body.login .woocommerce a.yellow.outline#wp-submit,
.woocommerce button.button.yellow.outline,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link,
.woocommerce body.login button.yellow.outline#wp-submit,
body.login .woocommerce button.yellow.outline#wp-submit,
.woocommerce #respond input#submit.yellow.outline,
.woocommerce input.button.yellow.outline,
.woocommerce input.yellow.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link,
.woocommerce body.login input.yellow.outline#wp-submit,
body.login .woocommerce input.yellow.outline#wp-submit {
  color: #eae827;
  border-color: #eae827;
}
.woocommerce a.button.yellow.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.yellow.outline.comment-reply-link .genericon, .woocommerce body.login a.yellow.outline#wp-submit .genericon, body.login .woocommerce a.yellow.outline#wp-submit .genericon,
.woocommerce button.button.yellow.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link .genericon,
.woocommerce body.login button.yellow.outline#wp-submit .genericon,
body.login .woocommerce button.yellow.outline#wp-submit .genericon,
.woocommerce #respond input#submit.yellow.outline .genericon,
.woocommerce input.button.yellow.outline .genericon,
.woocommerce input.yellow.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link .genericon,
.woocommerce body.login input.yellow.outline#wp-submit .genericon,
body.login .woocommerce input.yellow.outline#wp-submit .genericon {
  color: #eae827;
}
.woocommerce a.button.yellow.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.yellow.outline.comment-reply-link:hover, .woocommerce body.login a.yellow.outline#wp-submit:hover, body.login .woocommerce a.yellow.outline#wp-submit:hover,
.woocommerce button.button.yellow.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link:hover,
.woocommerce body.login button.yellow.outline#wp-submit:hover,
body.login .woocommerce button.yellow.outline#wp-submit:hover,
.woocommerce #respond input#submit.yellow.outline:hover,
.woocommerce input.button.yellow.outline:hover,
.woocommerce input.yellow.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link:hover,
.woocommerce body.login input.yellow.outline#wp-submit:hover,
body.login .woocommerce input.yellow.outline#wp-submit:hover {
  background: #eae827 !important;
}
.woocommerce a.button.gray, .woocommerce #comments .comment-list .comment-body .reply a.gray.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.gray.comment-reply-link, .woocommerce body.login a.gray#wp-submit, body.login .woocommerce a.gray#wp-submit,
.woocommerce button.button.gray,
.woocommerce #comments .comment-list .comment-body .reply button.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.gray.comment-reply-link,
.woocommerce body.login button.gray#wp-submit,
body.login .woocommerce button.gray#wp-submit,
.woocommerce #respond input#submit.gray,
.woocommerce input.button.gray,
.woocommerce input.gray[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.gray.comment-reply-link,
.woocommerce body.login input.gray#wp-submit,
body.login .woocommerce input.gray#wp-submit {
  background: #424244;
}
.woocommerce a.button.gray:hover, .woocommerce #comments .comment-list .comment-body .reply a.gray.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.gray.comment-reply-link:hover, .woocommerce body.login a.gray#wp-submit:hover, body.login .woocommerce a.gray#wp-submit:hover,
.woocommerce button.button.gray:hover,
.woocommerce #comments .comment-list .comment-body .reply button.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.gray.comment-reply-link:hover,
.woocommerce body.login button.gray#wp-submit:hover,
body.login .woocommerce button.gray#wp-submit:hover,
.woocommerce #respond input#submit.gray:hover,
.woocommerce input.button.gray:hover,
.woocommerce input.gray[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.gray.comment-reply-link:hover,
.woocommerce body.login input.gray#wp-submit:hover,
body.login .woocommerce input.gray#wp-submit:hover {
  background: #29292a;
}
.woocommerce a.button.gray.outline, .woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.gray.outline.comment-reply-link, .woocommerce body.login a.gray.outline#wp-submit, body.login .woocommerce a.gray.outline#wp-submit,
.woocommerce button.button.gray.outline,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link,
.woocommerce body.login button.gray.outline#wp-submit,
body.login .woocommerce button.gray.outline#wp-submit,
.woocommerce #respond input#submit.gray.outline,
.woocommerce input.button.gray.outline,
.woocommerce input.gray.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link,
.woocommerce body.login input.gray.outline#wp-submit,
body.login .woocommerce input.gray.outline#wp-submit {
  color: #424244;
  border-color: #424244;
}
.woocommerce a.button.gray.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.gray.outline.comment-reply-link .genericon, .woocommerce body.login a.gray.outline#wp-submit .genericon, body.login .woocommerce a.gray.outline#wp-submit .genericon,
.woocommerce button.button.gray.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link .genericon,
.woocommerce body.login button.gray.outline#wp-submit .genericon,
body.login .woocommerce button.gray.outline#wp-submit .genericon,
.woocommerce #respond input#submit.gray.outline .genericon,
.woocommerce input.button.gray.outline .genericon,
.woocommerce input.gray.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link .genericon,
.woocommerce body.login input.gray.outline#wp-submit .genericon,
body.login .woocommerce input.gray.outline#wp-submit .genericon {
  color: #424244;
}
.woocommerce a.button.gray.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.gray.outline.comment-reply-link:hover, .woocommerce body.login a.gray.outline#wp-submit:hover, body.login .woocommerce a.gray.outline#wp-submit:hover,
.woocommerce button.button.gray.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link:hover,
.woocommerce body.login button.gray.outline#wp-submit:hover,
body.login .woocommerce button.gray.outline#wp-submit:hover,
.woocommerce #respond input#submit.gray.outline:hover,
.woocommerce input.button.gray.outline:hover,
.woocommerce input.gray.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link:hover,
.woocommerce body.login input.gray.outline#wp-submit:hover,
body.login .woocommerce input.gray.outline#wp-submit:hover {
  background: #424244 !important;
}
.woocommerce a.button.white, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link, .woocommerce body.login a.white#wp-submit, body.login .woocommerce a.white#wp-submit,
.woocommerce button.button.white,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link,
.woocommerce body.login button.white#wp-submit,
body.login .woocommerce button.white#wp-submit,
.woocommerce #respond input#submit.white,
.woocommerce input.button.white,
.woocommerce input.white[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link,
.woocommerce body.login input.white#wp-submit,
body.login .woocommerce input.white#wp-submit {
  background: #fff;
  color: #424244;
}
.woocommerce a.button.white:hover, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link:hover, .woocommerce body.login a.white#wp-submit:hover, body.login .woocommerce a.white#wp-submit:hover,
.woocommerce button.button.white:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover,
.woocommerce body.login button.white#wp-submit:hover,
body.login .woocommerce button.white#wp-submit:hover,
.woocommerce #respond input#submit.white:hover,
.woocommerce input.button.white:hover,
.woocommerce input.white[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover,
.woocommerce body.login input.white#wp-submit:hover,
body.login .woocommerce input.white#wp-submit:hover {
  background: #e6e6e6;
}
.woocommerce a.button.white.outline, .woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.white.outline.comment-reply-link, .woocommerce body.login a.white.outline#wp-submit, body.login .woocommerce a.white.outline#wp-submit,
.woocommerce button.button.white.outline,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link,
.woocommerce body.login button.white.outline#wp-submit,
body.login .woocommerce button.white.outline#wp-submit,
.woocommerce #respond input#submit.white.outline,
.woocommerce input.button.white.outline,
.woocommerce input.white.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link,
.woocommerce body.login input.white.outline#wp-submit,
body.login .woocommerce input.white.outline#wp-submit {
  color: #fff;
  border-color: #fff;
}
.woocommerce a.button.white.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.white.outline.comment-reply-link .genericon, .woocommerce body.login a.white.outline#wp-submit .genericon, body.login .woocommerce a.white.outline#wp-submit .genericon,
.woocommerce button.button.white.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link .genericon,
.woocommerce body.login button.white.outline#wp-submit .genericon,
body.login .woocommerce button.white.outline#wp-submit .genericon,
.woocommerce #respond input#submit.white.outline .genericon,
.woocommerce input.button.white.outline .genericon,
.woocommerce input.white.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link .genericon,
.woocommerce body.login input.white.outline#wp-submit .genericon,
body.login .woocommerce input.white.outline#wp-submit .genericon {
  color: #fff;
}
.woocommerce a.button.white.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.white.outline.comment-reply-link:hover, .woocommerce body.login a.white.outline#wp-submit:hover, body.login .woocommerce a.white.outline#wp-submit:hover,
.woocommerce button.button.white.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link:hover,
.woocommerce body.login button.white.outline#wp-submit:hover,
body.login .woocommerce button.white.outline#wp-submit:hover,
.woocommerce #respond input#submit.white.outline:hover,
.woocommerce input.button.white.outline:hover,
.woocommerce input.white.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link:hover,
.woocommerce body.login input.white.outline#wp-submit:hover,
body.login .woocommerce input.white.outline#wp-submit:hover {
  background: #fff !important;
}
.woocommerce a.button.white .genericon, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link .genericon, .woocommerce body.login a.white#wp-submit .genericon, body.login .woocommerce a.white#wp-submit .genericon,
.woocommerce button.button.white .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link .genericon,
.woocommerce body.login button.white#wp-submit .genericon,
body.login .woocommerce button.white#wp-submit .genericon,
.woocommerce #respond input#submit.white .genericon,
.woocommerce input.button.white .genericon,
.woocommerce input.white[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link .genericon,
.woocommerce body.login input.white#wp-submit .genericon,
body.login .woocommerce input.white#wp-submit .genericon {
  color: #424244;
}
.woocommerce a.button.white:hover, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link:hover, .woocommerce body.login a.white#wp-submit:hover, body.login .woocommerce a.white#wp-submit:hover,
.woocommerce button.button.white:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover,
.woocommerce body.login button.white#wp-submit:hover,
body.login .woocommerce button.white#wp-submit:hover,
.woocommerce #respond input#submit.white:hover,
.woocommerce input.button.white:hover,
.woocommerce input.white[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover,
.woocommerce body.login input.white#wp-submit:hover,
body.login .woocommerce input.white#wp-submit:hover {
  color: #424244;
}
.woocommerce a.button.white:hover .genericon, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover .genericon, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link:hover .genericon, .woocommerce body.login a.white#wp-submit:hover .genericon, body.login .woocommerce a.white#wp-submit:hover .genericon,
.woocommerce button.button.white:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover .genericon,
.woocommerce body.login button.white#wp-submit:hover .genericon,
body.login .woocommerce button.white#wp-submit:hover .genericon,
.woocommerce #respond input#submit.white:hover .genericon,
.woocommerce input.button.white:hover .genericon,
.woocommerce input.white[type='submit']:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover .genericon,
.woocommerce body.login input.white#wp-submit:hover .genericon,
body.login .woocommerce input.white#wp-submit:hover .genericon {
  color: #424244;
}
.woocommerce a.button.teal, .woocommerce #comments .comment-list .comment-body .reply a.teal.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.teal.comment-reply-link, .woocommerce body.login a.teal#wp-submit, body.login .woocommerce a.teal#wp-submit,
.woocommerce button.button.teal,
.woocommerce #comments .comment-list .comment-body .reply button.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.teal.comment-reply-link,
.woocommerce body.login button.teal#wp-submit,
body.login .woocommerce button.teal#wp-submit,
.woocommerce #respond input#submit.teal,
.woocommerce input.button.teal,
.woocommerce input.teal[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.teal.comment-reply-link,
.woocommerce body.login input.teal#wp-submit,
body.login .woocommerce input.teal#wp-submit {
  background: #00b1b0;
}
.woocommerce a.button.teal:hover, .woocommerce #comments .comment-list .comment-body .reply a.teal.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.teal.comment-reply-link:hover, .woocommerce body.login a.teal#wp-submit:hover, body.login .woocommerce a.teal#wp-submit:hover,
.woocommerce button.button.teal:hover,
.woocommerce #comments .comment-list .comment-body .reply button.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.teal.comment-reply-link:hover,
.woocommerce body.login button.teal#wp-submit:hover,
body.login .woocommerce button.teal#wp-submit:hover,
.woocommerce #respond input#submit.teal:hover,
.woocommerce input.button.teal:hover,
.woocommerce input.teal[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.teal.comment-reply-link:hover,
.woocommerce body.login input.teal#wp-submit:hover,
body.login .woocommerce input.teal#wp-submit:hover {
  background: #007e7d;
}
.woocommerce a.button.teal.outline, .woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.teal.outline.comment-reply-link, .woocommerce body.login a.teal.outline#wp-submit, body.login .woocommerce a.teal.outline#wp-submit,
.woocommerce button.button.teal.outline,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link,
.woocommerce body.login button.teal.outline#wp-submit,
body.login .woocommerce button.teal.outline#wp-submit,
.woocommerce #respond input#submit.teal.outline,
.woocommerce input.button.teal.outline,
.woocommerce input.teal.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link,
.woocommerce body.login input.teal.outline#wp-submit,
body.login .woocommerce input.teal.outline#wp-submit {
  color: #00b1b0;
  border-color: #00b1b0;
}
.woocommerce a.button.teal.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.teal.outline.comment-reply-link .genericon, .woocommerce body.login a.teal.outline#wp-submit .genericon, body.login .woocommerce a.teal.outline#wp-submit .genericon,
.woocommerce button.button.teal.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link .genericon,
.woocommerce body.login button.teal.outline#wp-submit .genericon,
body.login .woocommerce button.teal.outline#wp-submit .genericon,
.woocommerce #respond input#submit.teal.outline .genericon,
.woocommerce input.button.teal.outline .genericon,
.woocommerce input.teal.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link .genericon,
.woocommerce body.login input.teal.outline#wp-submit .genericon,
body.login .woocommerce input.teal.outline#wp-submit .genericon {
  color: #00b1b0;
}
.woocommerce a.button.teal.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.teal.outline.comment-reply-link:hover, .woocommerce body.login a.teal.outline#wp-submit:hover, body.login .woocommerce a.teal.outline#wp-submit:hover,
.woocommerce button.button.teal.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link:hover,
.woocommerce body.login button.teal.outline#wp-submit:hover,
body.login .woocommerce button.teal.outline#wp-submit:hover,
.woocommerce #respond input#submit.teal.outline:hover,
.woocommerce input.button.teal.outline:hover,
.woocommerce input.teal.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link:hover,
.woocommerce body.login input.teal.outline#wp-submit:hover,
body.login .woocommerce input.teal.outline#wp-submit:hover {
  background: #00b1b0 !important;
}

.ninja-forms-required-items {
  display: none;
}

.ninja-forms-response-msg div {
  background: #f8f8f8;
  padding: 7.5px 12.5px;
  padding: 0.75rem 1.25rem;
}
.ninja-forms-response-msg div p, .ninja-forms-response-msg div .widget .textwidget, .widget .ninja-forms-response-msg div .textwidget {
  text-align: center;
  margin-bottom: 0;
}
footer .ninja-forms-response-msg div {
  background: #efefef;
}
footer .ninja-forms-response-msg div p, footer .ninja-forms-response-msg div .widget .textwidget, .widget footer .ninja-forms-response-msg div .textwidget {
  text-align: left;
}
.ninja-forms-response-msg.ninja-forms-success-msg {
  color: #c3cf21;
}

.gform_wrapper .validation_error {
  background: #f8f8f8;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.gform_wrapper .validation_message {
  color: #e74c3c;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border-color: #e74c3c;
}

.gform_body {
  *zoom: 1;
}
.gform_body:after {
  clear: both;
}
.gform_body:after, .gform_body:before {
  content: '';
  display: table;
}

.gform_footer {
  float: left;
}

.gform_fields,
.ginput_container ul {
  margin-left: 0 !important;
}

.gfield {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.gfield li {
  list-style: none;
}
.gfield label {
  display: block;
  font-weight: 700;
  margin-bottom: 2.5px;
  margin-bottom: 0.25rem;
}
.gfield .gfield_description {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0 10px;
  margin: 0.5rem 0 1rem;
}
.gfield input:not([type='checkbox']),
.gfield select,
.gfield textarea {
  width: 100% !important;
}
.gfield .gfield_required {
  color: #e74c3c;
  margin-left: 5px;
  margin-left: 0.5rem;
}
.gfield#field_1_10 .gfield_required {
  display: none;
}
.gfield .gfield_radio {
  margin-left: 0;
}
.gfield .gfield_radio li {
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-right: 10px;
  margin-right: 1rem;
}
.gfield .gfield_radio li input {
  width: auto !important;
  margin-right: 10px;
  margin-right: 1rem;
}
.gfield .gfield_radio li label {
  display: inline-block;
}
.gfield .gfield_checkbox {
  margin-left: 0;
}
.gfield .gfield_checkbox input,
.gfield .gfield_checkbox label,
.gfield .gfield_checkbox li {
  display: inline-block;
}
.gfield .gfield_checkbox label {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.gfield .gfield_checkbox li {
  margin-right: 10px;
  margin-right: 1rem;
}
.gfield .gfield_checkbox label {
  position: relative;
  top: -8px;
  top: -0.8rem;
  margin-left: 5px;
  margin-left: 0.5rem;
}
@media (max-width: 900px) {
  .gfield .gfield_checkbox li {
    display: block;
  }
  .gfield .gfield_checkbox input {
    float: left;
    margin-right: 10px;
    margin-right: 1rem;
  }
  .gfield .gfield_checkbox label {
    display: block;
    top: 0;
    margin-left: 0;
  }
}
.gfield.gform_validation_container {
  display: none;
}
.gfield.half {
  width: 49%;
  margin-right: 2%;
  clear: none !important;
}
.gfield.half.half-right {
  margin-right: 0;
}
.gfield .ginput_complex .ginput_full,
.gfield .ginput_complex .ginput_left,
.gfield .ginput_complex .ginput_right,
.gfield .ginput_complex .name_first,
.gfield .ginput_complex .name_last {
  float: left;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.gfield .ginput_complex .ginput_full label,
.gfield .ginput_complex .ginput_left label,
.gfield .ginput_complex .ginput_right label,
.gfield .ginput_complex .name_first label,
.gfield .ginput_complex .name_last label {
  font-weight: 400;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.gfield .ginput_complex .ginput_full {
  width: 100%;
  margin-right: 0;
}
.gfield .ginput_complex .ginput_left,
.gfield .ginput_complex .ginput_right,
.gfield .ginput_complex .name_first,
.gfield .ginput_complex .name_last {
  width: 49%;
  margin-right: 2%;
  clear: none !important;
}
.gfield .ginput_complex .ginput_right,
.gfield .ginput_complex .name_last {
  margin-right: 0;
}

#gform_39 .dvrecurtyp,
#gform_39 .gform_card_icon_container {
  display: none !important;
}
#gform_39 table td {
  font-weight: 400;
  margin-top: 5px;
  margin-top: 0.5rem;
  padding: 0 1em 0 0;
}
#gform_39 .gsection_title {
  margin: 0.5em 0 0;
}

label {
  color: #424244;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
label .required {
  color: #e74c3c;
}

textarea {
  resize: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
textarea:focus, textarea:active {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
}
textarea:focus, textarea:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
textarea ::-webkit-input-placeholder {
  color: #0c87a8;
}
textarea :-moz-placeholder {
  color: #0c87a8;
}
textarea ::-moz-placeholder {
  color: #0c87a8;
}
textarea :-ms-input-placeholder {
  color: #0c87a8;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100% !important;
}
select:focus, select:active {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
}
select:focus, select:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
select + .genericon {
  float: right;
  position: relative;
  color: #e2e2e2;
  pointer-events: none;
  top: -23px;
  top: -2.3rem;
  right: 10px;
  right: 1rem;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], input[type='number'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
input[type='text']:focus, input[type='text']:active, input[type='email']:focus, input[type='email']:active, input[type='tel']:focus, input[type='tel']:active, input[type='url']:focus, input[type='url']:active, input[type='password']:focus, input[type='password']:active, input[type='search']:focus, input[type='search']:active, input[type='number']:focus, input[type='number']:active {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
}
input[type='text']:focus, input[type='text']:active, input[type='email']:focus, input[type='email']:active, input[type='tel']:focus, input[type='tel']:active, input[type='url']:focus, input[type='url']:active, input[type='password']:focus, input[type='password']:active, input[type='search']:focus, input[type='search']:active, input[type='number']:focus, input[type='number']:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
input[type='text'] ::-webkit-input-placeholder, input[type='email'] ::-webkit-input-placeholder, input[type='tel'] ::-webkit-input-placeholder, input[type='url'] ::-webkit-input-placeholder, input[type='password'] ::-webkit-input-placeholder, input[type='search'] ::-webkit-input-placeholder, input[type='number'] ::-webkit-input-placeholder {
  color: #0c87a8;
}
input[type='text'] :-moz-placeholder, input[type='email'] :-moz-placeholder, input[type='tel'] :-moz-placeholder, input[type='url'] :-moz-placeholder, input[type='password'] :-moz-placeholder, input[type='search'] :-moz-placeholder, input[type='number'] :-moz-placeholder {
  color: #0c87a8;
}
input[type='text'] ::-moz-placeholder, input[type='email'] ::-moz-placeholder, input[type='tel'] ::-moz-placeholder, input[type='url'] ::-moz-placeholder, input[type='password'] ::-moz-placeholder, input[type='search'] ::-moz-placeholder, input[type='number'] ::-moz-placeholder {
  color: #0c87a8;
}
input[type='text'] :-ms-input-placeholder, input[type='email'] :-ms-input-placeholder, input[type='tel'] :-ms-input-placeholder, input[type='url'] :-ms-input-placeholder, input[type='password'] :-ms-input-placeholder, input[type='search'] :-ms-input-placeholder, input[type='number'] :-ms-input-placeholder {
  color: #0c87a8;
}
input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
input[type='checkbox']:focus, input[type='checkbox']:active {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
}
input[type='checkbox']:focus, input[type='checkbox']:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
input[type='checkbox']:checked {
  position: relative;
  background: #c3cf21;
  border-color: #c3cf21;
}
input[type='checkbox']:checked:after {
  content: '\f418';
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: 'Genericons';
  font-size: 18px;
  font-size: 1.8rem;
}
input[type='submit'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
input[type='submit']:focus, input[type='submit']:active {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
}
body.error404 .page-content input[type='search'] {
  width: 100%;
  margin: 10px 0;
  margin: 1rem 0;
}

body.single .entry-content ul:not(.tab-shortcode-labels), body.single .entry-content
ol:not(.tab-shortcode-labels) {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
body.single .entry-content ul:not(.tab-shortcode-labels) li, body.single .entry-content
ol:not(.tab-shortcode-labels) li {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.wysiwyg-component ul.two-columns.fancy {
  -moz-columns: 2;
  columns: 2;
  margin: 3em auto;
  max-width: 1200px;
  list-style: none;
}
@media (max-width: 680px) {
  .wysiwyg-component ul.two-columns.fancy {
    -moz-columns: auto;
    columns: auto;
  }
}
.wysiwyg-component ul.two-columns.fancy li {
  position: relative;
  margin: 0 0 1.5em 0;
  padding-left: 1em;
  font-weight: bold;
}
.wysiwyg-component ul.two-columns.fancy li:before {
  content: '';
  display: block;
  border: 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0.45em;
}

hr {
  border: none;
  border-top: 1px solid #bdc3c7;
  margin: 55px 0 50px;
  margin: 5.5rem 0 5rem;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.bkgd-green {
  background: #c3cf21;
}

.bkgd-blue {
  background: #0c87a8;
}

.bkgd-purple {
  background: #a54399;
}

.bkgd-red {
  background: #e74c3c;
}

.bkgd-orange {
  background: #f28034;
}

.bkgd-yellow {
  background: #eae827;
}

.bkgd-gray {
  background: #646466;
}

.bkgd-teal {
  background: #00b1b0;
}

.bkgd-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: top center !important;
}
html.touch .bkgd-image {
  background-attachment: scroll !important;
}
.bkgd-image.fixed-bkgd {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
html.touch .bkgd-image.fixed-bkgd {
  background-attachment: scroll !important;
}

.sharedaddy {
  margin-top: 30px;
  margin-top: 3rem;
}
body.page-template-default .sharedaddy {
  display: none;
}
#sharing-shortcode .sharedaddy {
  display: block;
  text-align: center;
}

.mc-rate-box {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
.mc-rate-box .rate-star {
  background: none !important;
  font-family: 'Genericons';
  color: #bdc3c7;
  font-size: 25px;
  font-size: 2.5rem;
  margin-right: 5px;
  margin-right: 0.5rem;
}
.mc-rate-box .rate-star:before, .mc-rate-box .rate-star.rate-star-0:before {
  color: #bdc3c7;
  content: "\f511";
}
.mc-rate-box .rate-star.rate-star-100:before {
  content: "\f512";
  color: #c3cf21;
}
.mc-rate-box .rate-star:hover:before {
  color: #c3cf21;
  content: "\f512";
}
.mc-rate-box .votes,
.mc-rate-box .microrate-values,
.mc-rate-box .lb_popup {
  display: none !important;
}
.mc-rate-box:hover .rate-star-100:before {
  color: #c3cf21;
}

.menu li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-right: 1rem;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li a {
  text-decoration: none;
  color: #fff;
}
html.safari .menu li a {
  -webkit-font-smoothing: antialiased;
}
.menu li .sub-menu {
  display: none;
  position: absolute;
  text-align: left;
  margin-left: -10px;
  margin-left: -1rem;
  padding-top: 16px;
  padding-top: 1.6rem;
  width: 160px;
  width: 16rem;
}
html.safari .menu li .sub-menu {
  padding-top: 15px;
  padding-top: 1.5rem;
}
.no-utility .menu li .sub-menu {
  padding-top: 17px;
  padding-top: 1.7rem;
}
.menu li .sub-menu li {
  position: relative;
  width: 100%;
}
.menu li .sub-menu li a {
  display: block;
  width: 100%;
  background: rgba(66, 66, 68, 0.8);
  line-height: 1.2;
  padding: 10px;
  padding: 1rem;
}
.menu li .sub-menu li:nth-child(even) a {
  background: rgba(58, 58, 60, 0.8);
}
.menu li .sub-menu li .sub-menu {
  opacity: 0;
  position: absolute;
  left: 10px;
  z-index: -1;
  pointer-events: none;
  top: -16px;
  top: -1.6rem;
  transition: all 333ms ease-in-out;
}
.menu li .sub-menu li:hover > a {
  color: #c3cf21;
}
.menu li .sub-menu li:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  left: 170px;
  left: 17rem;
}
.menu li:hover > a {
  color: #c3cf21;
}
.menu li:hover .sub-menu {
  display: block;
}
.menu#menu-main-navigation {
  text-align: center;
  width: 100%;
}
@media (max-width: 900px) {
  .menu#menu-main-navigation {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
.menu#menu-main-navigation li:last-child,
.menu#menu-main-navigation li .sub-menu li {
  margin-right: 0;
}
.menu#menu-main-navigation li .sub-menu li a {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 900px) {
  .menu#menu-main-navigation li {
    display: block;
    margin-right: 0;
    text-align: left;
    padding-bottom: 0;
  }
  .menu#menu-main-navigation li a {
    display: block;
    padding: 7.5px 20px;
    padding: 0.75rem 2rem;
  }
  .menu#menu-main-navigation li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .menu#menu-main-navigation li .sub-menu li:nth-child(even) a {
    background: rgba(66, 66, 68, 0.8);
  }
  .menu#menu-main-navigation li .sub-menu li a {
    padding-left: 30px;
    padding-left: 3rem;
  }
  .menu#menu-main-navigation li .sub-menu li.current_page_item > a {
    background: #c3cf21;
  }
  .menu#menu-main-navigation li .sub-menu .sub-menu {
    display: none;
  }
  .menu#menu-main-navigation li.current_page_item > a {
    background: #c3cf21;
  }
}
.menu#menu-main-navigation > li {
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  margin-right: 25px;
  margin-right: 2.5rem;
}
.menu#menu-main-navigation > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1024px) {
  .menu#menu-main-navigation > li {
    margin-right: 20px;
    margin-right: 2rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 900px) {
  .menu#menu-main-navigation > li {
    margin-right: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.menu#menu-utility-navigation {
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
  top: 1rem;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
}
.menu#menu-utility-navigation li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.menu#menu-utility-navigation li a .genericon {
  color: #fff;
}
.menu#menu-utility-navigation li a:hover {
  color: #c3cf21;
}
.menu#menu-utility-navigation li a:hover .genericon {
  color: #c3cf21;
}
body.logged-in .menu#menu-utility-navigation li {
  display: none;
}
.menu#menu-utility-navigation li.my-account-link {
  display: none;
}
body.logged-in .menu#menu-utility-navigation li.my-account-link {
  display: inline-block;
}
.menu#menu-utility-navigation li.my-cart-link {
  display: none;
}
.menu#menu-utility-navigation li.my-cart-link a {
  color: #c3cf21;
}
.menu#menu-utility-navigation li.my-cart-link a:hover {
  color: #a54399;
}
body.items-in-cart .menu#menu-utility-navigation li.my-cart-link {
  display: inline-block;
}
@media (max-width: 900px) {
  .menu#menu-utility-navigation {
    position: relative;
    text-align: left;
    background: rgba(58, 58, 60, 0.8);
    top: 0;
    padding: 10px 0;
    padding: 1rem 0;
  }
  .menu#menu-utility-navigation li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .menu#menu-utility-navigation li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px;
    padding: 1rem 2rem;
  }
  .menu#menu-utility-navigation li .sub-menu {
    display: none;
  }
  .menu#menu-utility-navigation li:hover a {
    color: white;
    background: #c3cf21;
  }
}
.menu#menu-footer-navigation li {
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 900px) {
  #site-navigation {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    right: -25rem;
    height: 100vh;
    -ms-transform: none;
    transform: none;
    background: #424244;
    z-index: 9999;
    width: 250px;
    width: 25rem;
  }
  #site-navigation li a {
    color: #fff;
  }
  #site-navigation li:hover a {
    color: #fff;
  }
  #site-navigation #menu-main-navigation .sub-menu {
    display: none;
  }
  #site-navigation #menu-main-navigation .menu-item.open .sub-menu {
    display: block;
  }
}

.menu-toggle {
  display: none;
  float: right;
  position: absolute;
  top: 18.5px;
  top: 1.85rem;
  right: -10px;
  right: -1rem;
}
.menu-toggle .genericon {
  font-size: 22.5px;
  font-size: 2.25rem;
}
@media (max-width: 900px) {
  .menu-toggle {
    display: inline-block;
  }
}

.nav-links {
  *zoom: 1;
}
.nav-links:after {
  clear: both;
}
.nav-links:after, .nav-links:before {
  content: '';
  display: table;
}
.nav-links .nav-previous:before, .nav-links .nav-previous:after,
.nav-links .nav-next:before,
.nav-links .nav-next:after {
  position: relative;
  color: #c3cf21;
  font-family: 'Genericons';
  font-size: 20px;
  font-size: 2rem;
  top: 4px;
  top: 0.4rem;
  transition: all 333ms ease-in-out;
}
.nav-links .nav-previous:hover:before, .nav-links .nav-previous:hover:after,
.nav-links .nav-next:hover:before,
.nav-links .nav-next:hover:after {
  color: #a54399;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-previous:before {
  content: '\f430';
}
.nav-links .nav-next {
  float: right;
}
.nav-links .nav-next:after {
  content: '\f429';
}

body {
  background: #fff;
}

#page {
  position: relative;
  transition: transform 333ms ease-in-out;
}
#page.nav-active {
  -ms-transform: translateX(-25rem);
  transform: translateX(-25rem);
}

.post .entry-header,
.event .entry-header {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.post .entry-header .entry-title,
.event .entry-header .entry-title {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.post .entry-header .byline,
.event .entry-header .byline {
  text-transform: none;
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.post .entry-header .posted-on,
.event .entry-header .posted-on {
  font-size: 16px;
  font-size: 1.6rem;
}
.post .entry-header .sharedaddy,
.event .entry-header .sharedaddy {
  margin: 22.5px 0 17.5px;
  margin: 2.25rem 0 1.75rem;
}
.post .entry-content,
.event .entry-content {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.post .entry-content ul, .post .entry-content ol,
.event .entry-content ul,
.event .entry-content ol {
  margin-left: 20px;
  margin-left: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
}
.post .cat-links,
.event .cat-links {
  display: block;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

#comments {
  margin-top: 40px;
  margin-top: 4rem;
}
#comments .comment-list {
  list-style: none;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#comments .comment-list li {
  list-style: none;
}
#comments .comment-list .comment-body {
  background: #f8f8f8;
  padding: 30px 40px;
  padding: 3rem 4rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
#comments .comment-list .comment-body .comment-meta {
  border-bottom: 1px solid #bdc3c7;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  *zoom: 1;
}
#comments .comment-list .comment-body .comment-meta:after {
  clear: both;
}
#comments .comment-list .comment-body .comment-meta:after, #comments .comment-list .comment-body .comment-meta:before {
  content: '';
  display: table;
}
#comments .comment-list .comment-body .comment-meta .comment-author {
  float: left;
}
#comments .comment-list .comment-body .comment-meta .comment-author img {
  margin-right: 10px;
  margin-right: 1rem;
}
#comments .comment-list .comment-body .comment-meta .comment-metadata {
  float: right;
  position: relative;
  top: 21px;
  top: 2.1rem;
  font-size: 12px;
  font-size: 1.2rem;
}
#comments .comment-list .comment-body .comment-content {
  line-height: 1.6;
}
#comments .comment-list .comment-body .reply {
  *zoom: 1;
}
#comments .comment-list .comment-body .reply:after {
  clear: both;
}
#comments .comment-list .comment-body .reply:after, #comments .comment-list .comment-body .reply:before {
  content: '';
  display: table;
}
#comments .comment-list .comment-body .reply .comment-reply-link {
  float: right;
}
#comments .comment-list .comment-body .comment-respond {
  border-top: 1px solid #bdc3c7;
  margin-top: 20px;
  margin-top: 2rem;
  padding-top: 20px;
  padding-top: 2rem;
}
#comments .comment-list .comment-body + .children {
  margin-left: 40px;
  margin-left: 4rem;
}
#comments .comment-awaiting-moderation {
  display: none;
}
#comments #respond {
  margin-top: 50px;
  margin-top: 5rem;
}
#comments .comment-form {
  margin-top: 20px;
  margin-top: 2rem;
}
#comments .comment-notes {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#comments .comment-form-comment {
  margin-right: 2%;
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url,
#comments .comment-form-comment {
  float: left;
  width: 49%;
}
@media (max-width: 680px) {
  #comments .comment-form-author,
  #comments .comment-form-email,
  #comments .comment-form-url,
  #comments .comment-form-comment {
    width: 100%;
    margin-right: 0;
  }
}
#comments .comment-form-author label,
#comments .comment-form-author input,
#comments .comment-form-author textarea,
#comments .comment-form-email label,
#comments .comment-form-email input,
#comments .comment-form-email textarea,
#comments .comment-form-url label,
#comments .comment-form-url input,
#comments .comment-form-url textarea,
#comments .comment-form-comment label,
#comments .comment-form-comment input,
#comments .comment-form-comment textarea {
  display: block;
  width: 100%;
}
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label,
#comments .comment-form-comment label {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .form-submit {
  float: right;
}
body.logged-in #comments .comment-form-comment {
  width: 100%;
}

.site-header {
  background: #646466;
  z-index: 9999;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  transition: all 333ms ease-in-out;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body.admin-bar .site-header.fixed {
  top: 32px;
}
.site-header.slim {
  padding-bottom: 0;
}
.site-header.slim #site-navigation {
  display: none;
}
.site-header.nav-active {
  -ms-transform: translateX(-25rem);
  transform: translateX(-25rem);
}
@media (max-width: 900px) {
  .site-header {
    padding-bottom: 0;
  }
}
.site-header .row, .site-header body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .site-header .content-wrap {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.site-header #donate-button {
  position: absolute;
  top: 1em;
  left: 0;
}
@media (max-width: 900px) {
  .site-header #donate-button {
    position: relative;
    top: 0;
    margin: 1em 1.4em;
  }
}
.site-header .site-branding {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.site-header .site-branding h1 {
  margin-bottom: 0;
}
.site-header .site-branding .site-logo {
  opacity: 1;
}
.site-header .site-branding .site-logo img {
  width: auto;
  height: 35px;
  height: 3.5rem;
  margin: 15px 0;
  margin: 1.5rem 0;
}
.site-header .site-branding .site-logo:hover {
  opacity: 0.75;
}
.site-header .site-branding .site-logo.no-utility img {
  margin: 3.75px 0;
  margin: 0.375rem 0;
}
@media (max-width: 900px) {
  .site-header .site-branding .site-logo img {
    height: 35px;
    height: 3.5rem;
    margin: 6.42949px 0;
    margin: 0.64295rem 0;
  }
}
@media (max-width: 900px) {
  .site-header .site-branding {
    margin-top: 5px;
    margin-top: 0.5rem;
  }
}

.header-spacer {
  display: block;
  height: 65px;
  height: 6.5rem;
}

.site-footer {
  text-align: center;
}
.site-footer .row, .site-footer body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .site-footer .content-wrap {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.site-footer .row:last-child, .site-footer body.single.single-registered-districts .feature-area .content-wrap:last-child, body.single.single-registered-districts .feature-area .site-footer .content-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .site-footer .row, .site-footer body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .site-footer .content-wrap {
    height: auto !important;
  }
}
.site-footer .column.one_quarter {
  padding-top: 50px;
  padding-top: 5rem;
}
@media (max-width: 900px) {
  .site-footer .column.one_quarter {
    width: 49%;
    padding-top: 0;
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
  .site-footer .column.one_quarter:first-of-type, .site-footer .column.one_quarter:nth-child(2) {
    margin-top: 40px;
    margin-top: 4rem;
  }
  .site-footer .column.one_quarter:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .site-footer .column.one_quarter {
    width: 100%;
  }
  .site-footer .column.one_quarter:nth-child(2) {
    margin-top: 0;
  }
}
.site-footer .widget {
  text-align: left;
}
@media (max-width: 900px) {
  .site-footer .widget {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}
.site-footer .site-info-wrapper {
  position: relative;
  text-align: center;
  background: #646466;
  padding: 20px 0;
  padding: 2rem 0;
}
.site-footer .site-info-wrapper .column {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-footer .site-info-wrapper .column:first-of-type {
  text-align: left;
}
.site-footer .site-info-wrapper .column a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .site-footer .site-info-wrapper .column {
    top: 0 !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  .site-footer .site-info-wrapper .column:first-of-type {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  .site-footer .site-info-wrapper .column:nth-child(2) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .site-footer .site-info-wrapper .column:last-of-type {
    width: 49%;
    text-align: right;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-top: 12.5px;
    margin-top: 1.25rem;
  }
}
@media (max-width: 680px) {
  .site-footer .site-info-wrapper .column {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    margin-bottom: 3rem !important;
  }
  .site-footer .site-info-wrapper .column:last-child {
    margin-bottom: 10px !important;
    margin-bottom: 1rem !important;
  }
  .site-footer .site-info-wrapper .column label {
    text-align: center !important;
  }
}
.site-footer .site-info-wrapper .menu-footer-navigation-container a {
  color: #bdc3c7;
}
@media (max-width: 900px) {
  .site-footer .site-info-wrapper .menu-footer-navigation-container {
    text-align: center;
  }
}
.site-footer .site-info-wrapper .menu-footer-social-navigation-container a {
  font-size: 30px;
  font-size: 3rem;
}
.site-footer .site-info-wrapper .menu-footer-social-navigation-container a .genericon {
  color: #bdc3c7;
}
.site-footer .site-info-wrapper .menu-footer-social-navigation-container a:hover .genericon {
  color: #c3cf21;
}
.site-footer .site-info-wrapper .footer-message {
  color: #bdc3c7;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.site-footer .site-info-wrapper .copyright {
  display: none;
  margin-bottom: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.site-footer .site-info-wrapper #mc_embed_signup label {
  display: block;
  text-align: left;
  color: #bdc3c7;
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 10px;
  padding-left: 1rem;
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
.site-footer .site-info-wrapper #mc_embed_signup input {
  margin: 0;
  float: left;
  padding: 15px 10px;
  padding: 1.5rem 1rem;
}
.site-footer .site-info-wrapper #mc_embed_signup input[type="email"] {
  border: none;
  width: 66.66%;
}
.site-footer .site-info-wrapper #mc_embed_signup input[type="email"] + div {
  display: none;
}
.site-footer .site-info-wrapper #mc_embed_signup input[type="submit"] {
  width: 33.33%;
  padding-left: 0;
  padding-right: 0;
  background: #00b1b0;
  transition: all 333ms ease-in-out;
}
.site-footer .site-info-wrapper #mc_embed_signup input[type="submit"]:hover {
  background: #007e7d;
}

.accordion-shortcode {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.accordion-shortcode .accordion-header {
  cursor: pointer;
  transition: all 333ms ease-in-out;
}
.accordion-shortcode .accordion-header .genericon {
  position: relative;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  top: -0.4rem;
  left: -10px;
  left: -1rem;
  font-size: 27.5px;
  font-size: 2.75rem;
  transition: all 333ms ease-in-out;
}
.accordion-shortcode .accordion-header:hover {
  color: #a54399;
}
.accordion-shortcode .accordion-header:hover .genericon {
  color: #c3cf21;
}
.accordion-shortcode .accordion-item {
  display: none;
}
.accordion-shortcode.open .accordion-header {
  color: #a54399;
}
.accordion-shortcode.open .accordion-header .genericon {
  color: #c3cf21;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -2.5px;
  top: -0.25rem;
}
.accordion-shortcode.open .accordion-item {
  display: block;
}

.blockquote {
  width: 75%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.blockquote.right {
  text-align: right;
  margin-left: 25%;
}
.blockquote.center {
  text-align: center;
  margin-right: 12.5%;
  margin-left: 12.5%;
}
.blockquote.center p, .blockquote.center .widget .textwidget, .widget .blockquote.center .textwidget {
  padding-left: 0;
  padding-right: 0;
}
.blockquote.left {
  text-align: left;
  margin-right: 25%;
}
.blockquote .blockquote-source {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.tab-shortcode .tab-shortcode-labels-wrap {
  *zoom: 1;
}
.tab-shortcode .tab-shortcode-labels-wrap:after {
  clear: both;
}
.tab-shortcode .tab-shortcode-labels-wrap:after, .tab-shortcode .tab-shortcode-labels-wrap:before {
  content: '';
  display: table;
}
.tab-shortcode .tab-shortcode-labels {
  float: left;
  margin-left: 0 !important;
  *zoom: 1;
}
.tab-shortcode .tab-shortcode-labels:after {
  clear: both;
}
.tab-shortcode .tab-shortcode-labels:after, .tab-shortcode .tab-shortcode-labels:before {
  content: '';
  display: table;
}
.tab-shortcode .tab-shortcode-labels li {
  list-style: none;
  float: left;
}
.tab-shortcode .tab-shortcode-labels li a {
  float: left;
  text-decoration: none;
  color: #424244;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-right: 0;
  padding: 10px 20px;
  padding: 1rem 2rem;
}
.tab-shortcode .tab-shortcode-labels li:last-of-type a {
  border-right: 1px solid #e2e2e2;
}
.tab-shortcode .tab-shortcode-labels li:hover a {
  background: #c3cf21;
  color: #fff;
}
.tab-shortcode .tab-shortcode-labels li.open a {
  background: #a54399;
  color: #fff;
}
.tab-shortcode .tab-shortcode-content-wrap {
  position: relative;
  top: -1px;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.tab-shortcode .tab-shortcode-content-wrap .tab-shortcode-content {
  display: none;
  border: 1px solid #e2e2e2;
  padding: 35px 30px 30px;
  padding: 3.5rem 3rem 3rem;
}
.tab-shortcode .tab-shortcode-content-wrap .tab-shortcode-content.open {
  display: block;
}

.row-shortcode {
  width: 100%;
  margin-bottom: 3.5rem;
  *zoom: 1;
}
.row-shortcode:after {
  clear: both;
}
.row-shortcode:after, .row-shortcode:before {
  content: '';
  display: table;
}

.tweet-shortcode {
  margin-top: 12.5px;
  margin-top: 1.25rem;
}
.tweet-shortcode li {
  list-style: none;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.tweet-shortcode h5 {
  text-transform: none;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.column-component .tweet-shortcode li {
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
}
.txt-green .tweet-shortcode li, .txt-green .tweet-shortcode h5 a {
  color: #c3cf21;
}
.txt-blue .tweet-shortcode li, .txt-blue .tweet-shortcode h5 a {
  color: #0c87a8;
}
.txt-purple .tweet-shortcode li, .txt-purple .tweet-shortcode h5 a {
  color: #a54399;
}
.txt-red .tweet-shortcode li, .txt-red .tweet-shortcode h5 a {
  color: #e74c3c;
}
.txt-orange .tweet-shortcode li, .txt-orange .tweet-shortcode h5 a {
  color: #f28034;
}
.txt-yellow .tweet-shortcode li, .txt-yellow .tweet-shortcode h5 a {
  color: #eae827;
}
.txt-gray .tweet-shortcode li, .txt-gray .tweet-shortcode h5 a {
  color: #424244;
}
.txt-white .tweet-shortcode li, .txt-white .tweet-shortcode h5 a {
  color: #fff;
}
.txt-teal .tweet-shortcode li, .txt-teal .tweet-shortcode h5 a {
  color: #00b1b0;
}

.team-card-shortcode {
  float: none;
}

.social-shortcode {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  margin: 2rem 0;
}
.social-shortcode .menu li {
  margin-right: 15px;
  margin-right: 1.5rem;
}
.social-shortcode .menu-item i._mi {
  font-size: 30px;
  font-size: 3rem;
}

.widget {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
@media (max-width: 900px) {
  .widget {
    margin-top: 30px;
    margin-top: 3rem;
  }
}
@media (max-width: 680px) {
  .widget {
    margin-bottom: 0;
  }
}
.widget .widget-title {
  text-transform: none;
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
.widget ul li, .widget ol li {
  list-style: none;
  line-height: 1.3;
  margin-bottom: 7.5px;
  margin-bottom: 0.75rem;
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
}
.widget ul li a, .widget ol li a {
  text-decoration: none;
}
.widget ul li ul, .widget ul li ol, .widget ol li ul, .widget ol li ol {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.widget ul li ul li, .widget ul li ol li, .widget ol li ul li, .widget ol li ol li {
  margin-left: 0;
}
.widget.widget_recent_entries ul li {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
.widget.widget_search {
  *zoom: 1;
}
.widget.widget_search:after {
  clear: both;
}
.widget.widget_search:after, .widget.widget_search:before {
  content: '';
  display: table;
}
.widget.widget_search form {
  border: 1px solid #bdc3c7;
  padding: 1.5px 3.5px 1.5px 1.5px;
  padding: 0.15rem 0.35rem 0.15rem 0.15rem;
  *zoom: 1;
}
.widget.widget_search form:after {
  clear: both;
}
.widget.widget_search form:after, .widget.widget_search form:before {
  content: '';
  display: table;
}
.widget.widget_search .search-field {
  float: left;
  width: 50%;
  border: none;
  padding-left: 0;
  text-transform: uppercase;
  text-indent: 0;
}
@media (max-width: 1024px) {
  .widget.widget_search .search-field {
    padding-left: 10px;
    padding-left: 1rem;
  }
}
.widget.widget_search .search-submit {
  width: 50%;
  float: left;
  text-align: left;
  background: #0c87a8;
  padding-left: 10px;
  padding-left: 1rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.widget.widget_kh_card_widget .card-widget {
  height: 325px;
  height: 32.5rem;
  padding: 40px 10px;
  padding: 4rem 1rem;
}
.widget.widget_kh_card_widget .card-widget .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.widget_kh_card_widget .card-widget h4.txt-green, .widget.widget_kh_card_widget .card-widget h5.txt-green, .widget.widget_kh_card_widget .card-widget p.txt-green, .widget.widget_kh_card_widget .card-widget .txt-green.textwidget {
  color: #c3cf21;
}
.widget.widget_kh_card_widget .card-widget h4.txt-green p, .widget.widget_kh_card_widget .card-widget h4.txt-green .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-green p, .widget.widget_kh_card_widget .card-widget h5.txt-green .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-green p, .widget.widget_kh_card_widget .card-widget .txt-green.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-green .textwidget, .widget.widget_kh_card_widget .card-widget .txt-green.textwidget .textwidget {
  color: #c3cf21;
}
.widget.widget_kh_card_widget .card-widget h4.txt-blue, .widget.widget_kh_card_widget .card-widget h5.txt-blue, .widget.widget_kh_card_widget .card-widget p.txt-blue, .widget.widget_kh_card_widget .card-widget .txt-blue.textwidget {
  color: #0c87a8;
}
.widget.widget_kh_card_widget .card-widget h4.txt-blue p, .widget.widget_kh_card_widget .card-widget h4.txt-blue .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-blue p, .widget.widget_kh_card_widget .card-widget h5.txt-blue .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-blue p, .widget.widget_kh_card_widget .card-widget .txt-blue.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-blue .textwidget, .widget.widget_kh_card_widget .card-widget .txt-blue.textwidget .textwidget {
  color: #0c87a8;
}
.widget.widget_kh_card_widget .card-widget h4.txt-purple, .widget.widget_kh_card_widget .card-widget h5.txt-purple, .widget.widget_kh_card_widget .card-widget p.txt-purple, .widget.widget_kh_card_widget .card-widget .txt-purple.textwidget {
  color: #a54399;
}
.widget.widget_kh_card_widget .card-widget h4.txt-purple p, .widget.widget_kh_card_widget .card-widget h4.txt-purple .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-purple p, .widget.widget_kh_card_widget .card-widget h5.txt-purple .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-purple p, .widget.widget_kh_card_widget .card-widget .txt-purple.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-purple .textwidget, .widget.widget_kh_card_widget .card-widget .txt-purple.textwidget .textwidget {
  color: #a54399;
}
.widget.widget_kh_card_widget .card-widget h4.txt-red, .widget.widget_kh_card_widget .card-widget h5.txt-red, .widget.widget_kh_card_widget .card-widget p.txt-red, .widget.widget_kh_card_widget .card-widget .txt-red.textwidget {
  color: #e74c3c;
}
.widget.widget_kh_card_widget .card-widget h4.txt-red p, .widget.widget_kh_card_widget .card-widget h4.txt-red .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-red p, .widget.widget_kh_card_widget .card-widget h5.txt-red .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-red p, .widget.widget_kh_card_widget .card-widget .txt-red.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-red .textwidget, .widget.widget_kh_card_widget .card-widget .txt-red.textwidget .textwidget {
  color: #e74c3c;
}
.widget.widget_kh_card_widget .card-widget h4.txt-orange, .widget.widget_kh_card_widget .card-widget h5.txt-orange, .widget.widget_kh_card_widget .card-widget p.txt-orange, .widget.widget_kh_card_widget .card-widget .txt-orange.textwidget {
  color: #f28034;
}
.widget.widget_kh_card_widget .card-widget h4.txt-orange p, .widget.widget_kh_card_widget .card-widget h4.txt-orange .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-orange p, .widget.widget_kh_card_widget .card-widget h5.txt-orange .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-orange p, .widget.widget_kh_card_widget .card-widget .txt-orange.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-orange .textwidget, .widget.widget_kh_card_widget .card-widget .txt-orange.textwidget .textwidget {
  color: #f28034;
}
.widget.widget_kh_card_widget .card-widget h4.txt-yellow, .widget.widget_kh_card_widget .card-widget h5.txt-yellow, .widget.widget_kh_card_widget .card-widget p.txt-yellow, .widget.widget_kh_card_widget .card-widget .txt-yellow.textwidget {
  color: #eae827;
}
.widget.widget_kh_card_widget .card-widget h4.txt-yellow p, .widget.widget_kh_card_widget .card-widget h4.txt-yellow .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-yellow p, .widget.widget_kh_card_widget .card-widget h5.txt-yellow .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-yellow p, .widget.widget_kh_card_widget .card-widget .txt-yellow.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-yellow .textwidget, .widget.widget_kh_card_widget .card-widget .txt-yellow.textwidget .textwidget {
  color: #eae827;
}
.widget.widget_kh_card_widget .card-widget h4.txt-gray, .widget.widget_kh_card_widget .card-widget h5.txt-gray, .widget.widget_kh_card_widget .card-widget p.txt-gray, .widget.widget_kh_card_widget .card-widget .txt-gray.textwidget {
  color: #424244;
}
.widget.widget_kh_card_widget .card-widget h4.txt-gray p, .widget.widget_kh_card_widget .card-widget h4.txt-gray .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-gray p, .widget.widget_kh_card_widget .card-widget h5.txt-gray .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-gray p, .widget.widget_kh_card_widget .card-widget .txt-gray.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-gray .textwidget, .widget.widget_kh_card_widget .card-widget .txt-gray.textwidget .textwidget {
  color: #424244;
}
.widget.widget_kh_card_widget .card-widget h4.txt-white, .widget.widget_kh_card_widget .card-widget h5.txt-white, .widget.widget_kh_card_widget .card-widget p.txt-white, .widget.widget_kh_card_widget .card-widget .txt-white.textwidget {
  color: #fff;
}
.widget.widget_kh_card_widget .card-widget h4.txt-white p, .widget.widget_kh_card_widget .card-widget h4.txt-white .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-white p, .widget.widget_kh_card_widget .card-widget h5.txt-white .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-white p, .widget.widget_kh_card_widget .card-widget .txt-white.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-white .textwidget, .widget.widget_kh_card_widget .card-widget .txt-white.textwidget .textwidget {
  color: #fff;
}
.widget.widget_kh_card_widget .card-widget h4.txt-teal, .widget.widget_kh_card_widget .card-widget h5.txt-teal, .widget.widget_kh_card_widget .card-widget p.txt-teal, .widget.widget_kh_card_widget .card-widget .txt-teal.textwidget {
  color: #00b1b0;
}
.widget.widget_kh_card_widget .card-widget h4.txt-teal p, .widget.widget_kh_card_widget .card-widget h4.txt-teal .textwidget, .widget.widget_kh_card_widget .card-widget h5.txt-teal p, .widget.widget_kh_card_widget .card-widget h5.txt-teal .textwidget, .widget.widget_kh_card_widget .card-widget p.txt-teal p, .widget.widget_kh_card_widget .card-widget .txt-teal.textwidget p, .widget.widget_kh_card_widget .card-widget p.txt-teal .textwidget, .widget.widget_kh_card_widget .card-widget .txt-teal.textwidget .textwidget {
  color: #00b1b0;
}
.widget.widget_kh_card_widget .card-widget h4, .widget.widget_kh_card_widget .card-widget h5 {
  text-transform: none;
  font-weight: 700;
}
.widget.widget_kh_card_widget .card-widget h4 {
  margin-bottom: 2.5px;
  margin-bottom: 0.25rem;
  font-size: 25px;
  font-size: 2.5rem;
}
.widget.widget_kh_card_widget .card-widget h5 {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.widget.widget_kh_card_widget .card-widget .button-wrap {
  text-align: center;
}

.breadcrumbs {
  position: relative;
  z-index: 100;
  padding: 25px 0 20px;
  padding: 2.5rem 0 2rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 680px) {
  .breadcrumbs {
    padding: 15px 0 20px;
    padding: 1.5rem 0 2rem;
  }
}
body.blog:not(.paged) .breadcrumbs, body.archive:not(.post-type-archive-member) .breadcrumbs, body.search:not(.post-type-archive-member) .breadcrumbs {
  display: none;
}
.breadcrumbs .row, .breadcrumbs body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .breadcrumbs .content-wrap {
  margin-bottom: 0;
}
.breadcrumbs li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}
.breadcrumbs li.separator {
  margin: 0 10px;
  margin: 0 1rem;
}
.breadcrumbs li:first-child a {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumbs a {
  color: #424244;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs a:hover {
  color: #c3cf21;
}
.breadcrumbs.has-hero, body.single-team .breadcrumbs, body.single-client .breadcrumbs {
  position: absolute;
  background: none;
  left: 0;
  right: 0;
}
.breadcrumbs.has-hero li, .breadcrumbs.has-hero li a, body.single-team .breadcrumbs li, body.single-team .breadcrumbs li a, body.single-client .breadcrumbs li, body.single-client .breadcrumbs li a {
  color: #fff !important;
}
.breadcrumbs.has-hero li a:hover, body.single-team .breadcrumbs li a:hover, body.single-client .breadcrumbs li a:hover {
  color: #c3cf21 !important;
}

.icon-showoff {
  color: #bdc3c7;
  font-size: 12px;
  font-size: 1.2rem;
}
.icon-showoff .genericon {
  color: #646466;
  margin-right: 5px;
  margin-right: 0.5rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}

body.page-template-default #page.header-fixed,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) #page.header-fixed,
body.blog #page.header-fixed,
body.search #page.header-fixed,
body.archive #page.header-fixed,
body.error404 #page.header-fixed {
  padding-top: 95px;
  padding-top: 9.5rem;
}
@media (max-width: 680px) {
  body.page-template-default #page.header-fixed,
  body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) #page.header-fixed,
  body.blog #page.header-fixed,
  body.search #page.header-fixed,
  body.archive #page.header-fixed,
  body.error404 #page.header-fixed {
    padding-top: 65px;
    padding-top: 6.5rem;
  }
}
body.page-template-default .site-header.fixed.slim + #page,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) .site-header.fixed.slim + #page,
body.blog .site-header.fixed.slim + #page,
body.search .site-header.fixed.slim + #page,
body.archive .site-header.fixed.slim + #page,
body.error404 .site-header.fixed.slim + #page {
  padding-top: 65px;
  padding-top: 6.5rem;
}
body.page-template-default #primary,
body.page-template-default #secondary,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) #primary,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) #secondary,
body.blog #primary,
body.blog #secondary,
body.search #primary,
body.search #secondary,
body.archive #primary,
body.archive #secondary,
body.error404 #primary,
body.error404 #secondary {
  float: left;
}
body.page-template-default #primary,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) #primary,
body.blog #primary,
body.search #primary,
body.archive #primary,
body.error404 #primary {
  width: 72%;
  margin-right: 3%;
}
@media (max-width: 900px) {
  body.page-template-default #primary,
  body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) #primary,
  body.blog #primary,
  body.search #primary,
  body.archive #primary,
  body.error404 #primary {
    width: 100%;
    margin-right: 0;
  }
}
body.page-template-default #secondary,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) #secondary,
body.blog #secondary,
body.search #secondary,
body.archive #secondary,
body.error404 #secondary {
  width: 25%;
}
@media (max-width: 900px) {
  body.page-template-default #secondary,
  body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) #secondary,
  body.blog #secondary,
  body.search #secondary,
  body.archive #secondary,
  body.error404 #secondary {
    width: 100%;
  }
}
body.page-template-default .post-feature-image,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) .post-feature-image,
body.blog .post-feature-image,
body.search .post-feature-image,
body.archive .post-feature-image,
body.error404 .post-feature-image {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
body.page-template-default .entry-title,
body.page-template-default .page-title,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) .entry-title,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) .page-title,
body.blog .entry-title,
body.blog .page-title,
body.search .entry-title,
body.search .page-title,
body.archive .entry-title,
body.archive .page-title,
body.error404 .entry-title,
body.error404 .page-title {
  color: #f28034;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
body.page-template-default .site-footer,
body.single:not(.single-project):not(.single-team):not(.single-district-profile):not(.single-information-exchange) .site-footer,
body.blog .site-footer,
body.search .site-footer,
body.archive .site-footer,
body.error404 .site-footer {
  margin-top: 70px;
  margin-top: 7rem;
}

.page-header-row {
  margin-bottom: 2rem;
}

body.archive article.post:nth-child(2n + 1),
body.archive article.event:nth-child(2n + 1),
body.search article.post:nth-child(2n + 1),
body.search article.event:nth-child(2n + 1) {
  margin-right: 0;
}

body.blog article.post:nth-child(2n),
body.blog article.event:nth-child(2n) {
  margin-right: 0;
}

body.group-blog .entry-title {
  color: #646466 !important;
}

body.blog:not(.paged) #content,
body.archive:not(.paged) #content,
body.search:not(.paged) #content {
  padding-top: 37.5px;
  padding-top: 3.75rem;
}
body.blog article.post,
body.blog article.event,
body.archive article.post,
body.archive article.event,
body.search article.post,
body.search article.event {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  float: left;
  width: 48.5%;
  margin-right: 3%;
}
@media (max-width: 680px) {
  body.blog article.post,
  body.blog article.event,
  body.archive article.post,
  body.archive article.event,
  body.search article.post,
  body.search article.event {
    width: 100%;
    margin-right: 0;
  }
}
body.blog article.post .post-preview-feature-image,
body.blog article.event .post-preview-feature-image,
body.archive article.post .post-preview-feature-image,
body.archive article.event .post-preview-feature-image,
body.search article.post .post-preview-feature-image,
body.search article.event .post-preview-feature-image {
  display: block;
  margin-bottom: 17.5px;
  margin-bottom: 1.75rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
html.touch body.blog article.post .post-preview-feature-image, html.touch
body.blog article.event .post-preview-feature-image, html.touch
body.archive article.post .post-preview-feature-image, html.touch
body.archive article.event .post-preview-feature-image, html.touch
body.search article.post .post-preview-feature-image, html.touch
body.search article.event .post-preview-feature-image {
  background-attachment: scroll !important;
}
body.blog article.post .entry-title,
body.blog article.event .entry-title,
body.archive article.post .entry-title,
body.archive article.event .entry-title,
body.search article.post .entry-title,
body.search article.event .entry-title {
  text-transform: none;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
body.blog article.post .byline,
body.blog article.event .byline,
body.archive article.post .byline,
body.archive article.event .byline,
body.search article.post .byline,
body.search article.event .byline {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
body.blog article.post .posted-on,
body.blog article.event .posted-on,
body.archive article.post .posted-on,
body.archive article.event .posted-on,
body.search article.post .posted-on,
body.search article.event .posted-on {
  margin-bottom: 7.5px;
  margin-bottom: 0.75rem;
}
body.blog .comments-link,
body.archive .comments-link,
body.search .comments-link {
  display: none;
}

.wp-pagenavi {
  text-align: right;
  *zoom: 1;
}
.wp-pagenavi:after {
  clear: both;
}
.wp-pagenavi:after, .wp-pagenavi:before {
  content: '';
  display: table;
}
@media (max-width: 900px) {
  .wp-pagenavi {
    text-align: center;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  border-color: #c3cf21;
  display: inline-block;
  vertical-align: top;
  padding: 7px 7.5px 5px;
  padding: 0.7rem 0.75rem 0.5rem;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  padding: 6px 7.5px 6px;
  padding: 0.6rem 0.75rem 0.6rem;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .last, .wp-pagenavi .first {
  display: none;
}

body.single-team .site-header,
body.single-client .site-header,
body.single-district-profile .site-header {
  margin-bottom: 0;
}
body.single-team #primary,
body.single-client #primary,
body.single-district-profile #primary {
  float: none;
  width: 100%;
}
body.single-team .team-sidebar,
body.single-client .team-sidebar,
body.single-district-profile .team-sidebar {
  margin-top: 25px;
  margin-top: 2.5rem;
}
body.single-team .hero .content-wrap,
body.single-client .hero .content-wrap,
body.single-district-profile .hero .content-wrap {
  width: 100%;
}
body.single-team .hero.align-top,
body.single-client .hero.align-top,
body.single-district-profile .hero.align-top {
  background-position: top center !important;
}
body.single-team .hero.align-bottom,
body.single-client .hero.align-bottom,
body.single-district-profile .hero.align-bottom {
  background-position: bottom center !important;
}
body.single-team .hero.pos-top .row, body.single-team .hero.pos-top body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area body.single-team .hero.pos-top .content-wrap,
body.single-client .hero.pos-top .row,
body.single-client .hero.pos-top body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area body.single-client .hero.pos-top .content-wrap,
body.single-district-profile .hero.pos-top .row,
body.single-district-profile .hero.pos-top body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area body.single-district-profile .hero.pos-top .content-wrap {
  position: relative;
}
body.single-team .hero.pos-top .content-wrap,
body.single-client .hero.pos-top .content-wrap,
body.single-district-profile .hero.pos-top .content-wrap {
  position: absolute;
  top: 60px;
  top: 6rem;
}
body.single-team .hero.pos-bottom .row, body.single-team .hero.pos-bottom body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area body.single-team .hero.pos-bottom .content-wrap,
body.single-client .hero.pos-bottom .row,
body.single-client .hero.pos-bottom body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area body.single-client .hero.pos-bottom .content-wrap,
body.single-district-profile .hero.pos-bottom .row,
body.single-district-profile .hero.pos-bottom body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area body.single-district-profile .hero.pos-bottom .content-wrap {
  position: relative;
}
body.single-team .hero.pos-bottom .content-wrap,
body.single-client .hero.pos-bottom .content-wrap,
body.single-district-profile .hero.pos-bottom .content-wrap {
  position: absolute;
  bottom: 40px;
  bottom: 4rem;
}
body.single-team .hero.pos-middle .content-wrap,
body.single-client .hero.pos-middle .content-wrap,
body.single-district-profile .hero.pos-middle .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.single-team .name.txt-green, body.single-team .position.txt-green, body.single-team .sector.txt-green,
body.single-client .name.txt-green,
body.single-client .position.txt-green,
body.single-client .sector.txt-green,
body.single-district-profile .name.txt-green,
body.single-district-profile .position.txt-green,
body.single-district-profile .sector.txt-green {
  color: #c3cf21;
}
body.single-team .name.txt-green p, body.single-team .name.txt-green .widget .textwidget, .widget body.single-team .name.txt-green .textwidget, body.single-team .position.txt-green p, body.single-team .position.txt-green .widget .textwidget, .widget body.single-team .position.txt-green .textwidget, body.single-team .sector.txt-green p, body.single-team .sector.txt-green .widget .textwidget, .widget body.single-team .sector.txt-green .textwidget,
body.single-client .name.txt-green p,
body.single-client .name.txt-green .widget .textwidget,
.widget body.single-client .name.txt-green .textwidget,
body.single-client .position.txt-green p,
body.single-client .position.txt-green .widget .textwidget,
.widget body.single-client .position.txt-green .textwidget,
body.single-client .sector.txt-green p,
body.single-client .sector.txt-green .widget .textwidget,
.widget body.single-client .sector.txt-green .textwidget,
body.single-district-profile .name.txt-green p,
body.single-district-profile .name.txt-green .widget .textwidget,
.widget body.single-district-profile .name.txt-green .textwidget,
body.single-district-profile .position.txt-green p,
body.single-district-profile .position.txt-green .widget .textwidget,
.widget body.single-district-profile .position.txt-green .textwidget,
body.single-district-profile .sector.txt-green p,
body.single-district-profile .sector.txt-green .widget .textwidget,
.widget body.single-district-profile .sector.txt-green .textwidget {
  color: #c3cf21;
}
body.single-team .name.txt-blue, body.single-team .position.txt-blue, body.single-team .sector.txt-blue,
body.single-client .name.txt-blue,
body.single-client .position.txt-blue,
body.single-client .sector.txt-blue,
body.single-district-profile .name.txt-blue,
body.single-district-profile .position.txt-blue,
body.single-district-profile .sector.txt-blue {
  color: #0c87a8;
}
body.single-team .name.txt-blue p, body.single-team .name.txt-blue .widget .textwidget, .widget body.single-team .name.txt-blue .textwidget, body.single-team .position.txt-blue p, body.single-team .position.txt-blue .widget .textwidget, .widget body.single-team .position.txt-blue .textwidget, body.single-team .sector.txt-blue p, body.single-team .sector.txt-blue .widget .textwidget, .widget body.single-team .sector.txt-blue .textwidget,
body.single-client .name.txt-blue p,
body.single-client .name.txt-blue .widget .textwidget,
.widget body.single-client .name.txt-blue .textwidget,
body.single-client .position.txt-blue p,
body.single-client .position.txt-blue .widget .textwidget,
.widget body.single-client .position.txt-blue .textwidget,
body.single-client .sector.txt-blue p,
body.single-client .sector.txt-blue .widget .textwidget,
.widget body.single-client .sector.txt-blue .textwidget,
body.single-district-profile .name.txt-blue p,
body.single-district-profile .name.txt-blue .widget .textwidget,
.widget body.single-district-profile .name.txt-blue .textwidget,
body.single-district-profile .position.txt-blue p,
body.single-district-profile .position.txt-blue .widget .textwidget,
.widget body.single-district-profile .position.txt-blue .textwidget,
body.single-district-profile .sector.txt-blue p,
body.single-district-profile .sector.txt-blue .widget .textwidget,
.widget body.single-district-profile .sector.txt-blue .textwidget {
  color: #0c87a8;
}
body.single-team .name.txt-purple, body.single-team .position.txt-purple, body.single-team .sector.txt-purple,
body.single-client .name.txt-purple,
body.single-client .position.txt-purple,
body.single-client .sector.txt-purple,
body.single-district-profile .name.txt-purple,
body.single-district-profile .position.txt-purple,
body.single-district-profile .sector.txt-purple {
  color: #a54399;
}
body.single-team .name.txt-purple p, body.single-team .name.txt-purple .widget .textwidget, .widget body.single-team .name.txt-purple .textwidget, body.single-team .position.txt-purple p, body.single-team .position.txt-purple .widget .textwidget, .widget body.single-team .position.txt-purple .textwidget, body.single-team .sector.txt-purple p, body.single-team .sector.txt-purple .widget .textwidget, .widget body.single-team .sector.txt-purple .textwidget,
body.single-client .name.txt-purple p,
body.single-client .name.txt-purple .widget .textwidget,
.widget body.single-client .name.txt-purple .textwidget,
body.single-client .position.txt-purple p,
body.single-client .position.txt-purple .widget .textwidget,
.widget body.single-client .position.txt-purple .textwidget,
body.single-client .sector.txt-purple p,
body.single-client .sector.txt-purple .widget .textwidget,
.widget body.single-client .sector.txt-purple .textwidget,
body.single-district-profile .name.txt-purple p,
body.single-district-profile .name.txt-purple .widget .textwidget,
.widget body.single-district-profile .name.txt-purple .textwidget,
body.single-district-profile .position.txt-purple p,
body.single-district-profile .position.txt-purple .widget .textwidget,
.widget body.single-district-profile .position.txt-purple .textwidget,
body.single-district-profile .sector.txt-purple p,
body.single-district-profile .sector.txt-purple .widget .textwidget,
.widget body.single-district-profile .sector.txt-purple .textwidget {
  color: #a54399;
}
body.single-team .name.txt-red, body.single-team .position.txt-red, body.single-team .sector.txt-red,
body.single-client .name.txt-red,
body.single-client .position.txt-red,
body.single-client .sector.txt-red,
body.single-district-profile .name.txt-red,
body.single-district-profile .position.txt-red,
body.single-district-profile .sector.txt-red {
  color: #e74c3c;
}
body.single-team .name.txt-red p, body.single-team .name.txt-red .widget .textwidget, .widget body.single-team .name.txt-red .textwidget, body.single-team .position.txt-red p, body.single-team .position.txt-red .widget .textwidget, .widget body.single-team .position.txt-red .textwidget, body.single-team .sector.txt-red p, body.single-team .sector.txt-red .widget .textwidget, .widget body.single-team .sector.txt-red .textwidget,
body.single-client .name.txt-red p,
body.single-client .name.txt-red .widget .textwidget,
.widget body.single-client .name.txt-red .textwidget,
body.single-client .position.txt-red p,
body.single-client .position.txt-red .widget .textwidget,
.widget body.single-client .position.txt-red .textwidget,
body.single-client .sector.txt-red p,
body.single-client .sector.txt-red .widget .textwidget,
.widget body.single-client .sector.txt-red .textwidget,
body.single-district-profile .name.txt-red p,
body.single-district-profile .name.txt-red .widget .textwidget,
.widget body.single-district-profile .name.txt-red .textwidget,
body.single-district-profile .position.txt-red p,
body.single-district-profile .position.txt-red .widget .textwidget,
.widget body.single-district-profile .position.txt-red .textwidget,
body.single-district-profile .sector.txt-red p,
body.single-district-profile .sector.txt-red .widget .textwidget,
.widget body.single-district-profile .sector.txt-red .textwidget {
  color: #e74c3c;
}
body.single-team .name.txt-orange, body.single-team .position.txt-orange, body.single-team .sector.txt-orange,
body.single-client .name.txt-orange,
body.single-client .position.txt-orange,
body.single-client .sector.txt-orange,
body.single-district-profile .name.txt-orange,
body.single-district-profile .position.txt-orange,
body.single-district-profile .sector.txt-orange {
  color: #f28034;
}
body.single-team .name.txt-orange p, body.single-team .name.txt-orange .widget .textwidget, .widget body.single-team .name.txt-orange .textwidget, body.single-team .position.txt-orange p, body.single-team .position.txt-orange .widget .textwidget, .widget body.single-team .position.txt-orange .textwidget, body.single-team .sector.txt-orange p, body.single-team .sector.txt-orange .widget .textwidget, .widget body.single-team .sector.txt-orange .textwidget,
body.single-client .name.txt-orange p,
body.single-client .name.txt-orange .widget .textwidget,
.widget body.single-client .name.txt-orange .textwidget,
body.single-client .position.txt-orange p,
body.single-client .position.txt-orange .widget .textwidget,
.widget body.single-client .position.txt-orange .textwidget,
body.single-client .sector.txt-orange p,
body.single-client .sector.txt-orange .widget .textwidget,
.widget body.single-client .sector.txt-orange .textwidget,
body.single-district-profile .name.txt-orange p,
body.single-district-profile .name.txt-orange .widget .textwidget,
.widget body.single-district-profile .name.txt-orange .textwidget,
body.single-district-profile .position.txt-orange p,
body.single-district-profile .position.txt-orange .widget .textwidget,
.widget body.single-district-profile .position.txt-orange .textwidget,
body.single-district-profile .sector.txt-orange p,
body.single-district-profile .sector.txt-orange .widget .textwidget,
.widget body.single-district-profile .sector.txt-orange .textwidget {
  color: #f28034;
}
body.single-team .name.txt-yellow, body.single-team .position.txt-yellow, body.single-team .sector.txt-yellow,
body.single-client .name.txt-yellow,
body.single-client .position.txt-yellow,
body.single-client .sector.txt-yellow,
body.single-district-profile .name.txt-yellow,
body.single-district-profile .position.txt-yellow,
body.single-district-profile .sector.txt-yellow {
  color: #eae827;
}
body.single-team .name.txt-yellow p, body.single-team .name.txt-yellow .widget .textwidget, .widget body.single-team .name.txt-yellow .textwidget, body.single-team .position.txt-yellow p, body.single-team .position.txt-yellow .widget .textwidget, .widget body.single-team .position.txt-yellow .textwidget, body.single-team .sector.txt-yellow p, body.single-team .sector.txt-yellow .widget .textwidget, .widget body.single-team .sector.txt-yellow .textwidget,
body.single-client .name.txt-yellow p,
body.single-client .name.txt-yellow .widget .textwidget,
.widget body.single-client .name.txt-yellow .textwidget,
body.single-client .position.txt-yellow p,
body.single-client .position.txt-yellow .widget .textwidget,
.widget body.single-client .position.txt-yellow .textwidget,
body.single-client .sector.txt-yellow p,
body.single-client .sector.txt-yellow .widget .textwidget,
.widget body.single-client .sector.txt-yellow .textwidget,
body.single-district-profile .name.txt-yellow p,
body.single-district-profile .name.txt-yellow .widget .textwidget,
.widget body.single-district-profile .name.txt-yellow .textwidget,
body.single-district-profile .position.txt-yellow p,
body.single-district-profile .position.txt-yellow .widget .textwidget,
.widget body.single-district-profile .position.txt-yellow .textwidget,
body.single-district-profile .sector.txt-yellow p,
body.single-district-profile .sector.txt-yellow .widget .textwidget,
.widget body.single-district-profile .sector.txt-yellow .textwidget {
  color: #eae827;
}
body.single-team .name.txt-gray, body.single-team .position.txt-gray, body.single-team .sector.txt-gray,
body.single-client .name.txt-gray,
body.single-client .position.txt-gray,
body.single-client .sector.txt-gray,
body.single-district-profile .name.txt-gray,
body.single-district-profile .position.txt-gray,
body.single-district-profile .sector.txt-gray {
  color: #424244;
}
body.single-team .name.txt-gray p, body.single-team .name.txt-gray .widget .textwidget, .widget body.single-team .name.txt-gray .textwidget, body.single-team .position.txt-gray p, body.single-team .position.txt-gray .widget .textwidget, .widget body.single-team .position.txt-gray .textwidget, body.single-team .sector.txt-gray p, body.single-team .sector.txt-gray .widget .textwidget, .widget body.single-team .sector.txt-gray .textwidget,
body.single-client .name.txt-gray p,
body.single-client .name.txt-gray .widget .textwidget,
.widget body.single-client .name.txt-gray .textwidget,
body.single-client .position.txt-gray p,
body.single-client .position.txt-gray .widget .textwidget,
.widget body.single-client .position.txt-gray .textwidget,
body.single-client .sector.txt-gray p,
body.single-client .sector.txt-gray .widget .textwidget,
.widget body.single-client .sector.txt-gray .textwidget,
body.single-district-profile .name.txt-gray p,
body.single-district-profile .name.txt-gray .widget .textwidget,
.widget body.single-district-profile .name.txt-gray .textwidget,
body.single-district-profile .position.txt-gray p,
body.single-district-profile .position.txt-gray .widget .textwidget,
.widget body.single-district-profile .position.txt-gray .textwidget,
body.single-district-profile .sector.txt-gray p,
body.single-district-profile .sector.txt-gray .widget .textwidget,
.widget body.single-district-profile .sector.txt-gray .textwidget {
  color: #424244;
}
body.single-team .name.txt-white, body.single-team .position.txt-white, body.single-team .sector.txt-white,
body.single-client .name.txt-white,
body.single-client .position.txt-white,
body.single-client .sector.txt-white,
body.single-district-profile .name.txt-white,
body.single-district-profile .position.txt-white,
body.single-district-profile .sector.txt-white {
  color: #fff;
}
body.single-team .name.txt-white p, body.single-team .name.txt-white .widget .textwidget, .widget body.single-team .name.txt-white .textwidget, body.single-team .position.txt-white p, body.single-team .position.txt-white .widget .textwidget, .widget body.single-team .position.txt-white .textwidget, body.single-team .sector.txt-white p, body.single-team .sector.txt-white .widget .textwidget, .widget body.single-team .sector.txt-white .textwidget,
body.single-client .name.txt-white p,
body.single-client .name.txt-white .widget .textwidget,
.widget body.single-client .name.txt-white .textwidget,
body.single-client .position.txt-white p,
body.single-client .position.txt-white .widget .textwidget,
.widget body.single-client .position.txt-white .textwidget,
body.single-client .sector.txt-white p,
body.single-client .sector.txt-white .widget .textwidget,
.widget body.single-client .sector.txt-white .textwidget,
body.single-district-profile .name.txt-white p,
body.single-district-profile .name.txt-white .widget .textwidget,
.widget body.single-district-profile .name.txt-white .textwidget,
body.single-district-profile .position.txt-white p,
body.single-district-profile .position.txt-white .widget .textwidget,
.widget body.single-district-profile .position.txt-white .textwidget,
body.single-district-profile .sector.txt-white p,
body.single-district-profile .sector.txt-white .widget .textwidget,
.widget body.single-district-profile .sector.txt-white .textwidget {
  color: #fff;
}
body.single-team .name.txt-teal, body.single-team .position.txt-teal, body.single-team .sector.txt-teal,
body.single-client .name.txt-teal,
body.single-client .position.txt-teal,
body.single-client .sector.txt-teal,
body.single-district-profile .name.txt-teal,
body.single-district-profile .position.txt-teal,
body.single-district-profile .sector.txt-teal {
  color: #00b1b0;
}
body.single-team .name.txt-teal p, body.single-team .name.txt-teal .widget .textwidget, .widget body.single-team .name.txt-teal .textwidget, body.single-team .position.txt-teal p, body.single-team .position.txt-teal .widget .textwidget, .widget body.single-team .position.txt-teal .textwidget, body.single-team .sector.txt-teal p, body.single-team .sector.txt-teal .widget .textwidget, .widget body.single-team .sector.txt-teal .textwidget,
body.single-client .name.txt-teal p,
body.single-client .name.txt-teal .widget .textwidget,
.widget body.single-client .name.txt-teal .textwidget,
body.single-client .position.txt-teal p,
body.single-client .position.txt-teal .widget .textwidget,
.widget body.single-client .position.txt-teal .textwidget,
body.single-client .sector.txt-teal p,
body.single-client .sector.txt-teal .widget .textwidget,
.widget body.single-client .sector.txt-teal .textwidget,
body.single-district-profile .name.txt-teal p,
body.single-district-profile .name.txt-teal .widget .textwidget,
.widget body.single-district-profile .name.txt-teal .textwidget,
body.single-district-profile .position.txt-teal p,
body.single-district-profile .position.txt-teal .widget .textwidget,
.widget body.single-district-profile .position.txt-teal .textwidget,
body.single-district-profile .sector.txt-teal p,
body.single-district-profile .sector.txt-teal .widget .textwidget,
.widget body.single-district-profile .sector.txt-teal .textwidget {
  color: #00b1b0;
}
body.single-team .name,
body.single-client .name,
body.single-district-profile .name {
  text-transform: none;
  margin-bottom: 0;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 680px) {
  body.single-team .name,
  body.single-client .name,
  body.single-district-profile .name {
    font-size: 150%;
  }
}
body.single-team .position,
body.single-team .sector,
body.single-client .position,
body.single-client .sector,
body.single-district-profile .position,
body.single-district-profile .sector {
  text-transform: none;
}
@media (max-width: 680px) {
  body.single-team .position,
  body.single-team .sector,
  body.single-client .position,
  body.single-client .sector,
  body.single-district-profile .position,
  body.single-district-profile .sector {
    font-size: 110%;
  }
}
body.single-team .featured-text,
body.single-client .featured-text,
body.single-district-profile .featured-text {
  border-bottom: 1px solid #424244;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  padding-top: 30px;
  padding-top: 3rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-size: 22.5px;
  font-size: 2.25rem;
}
body.single-team .bio-spacer,
body.single-client .bio-spacer,
body.single-district-profile .bio-spacer {
  display: block;
  height: 2rem;
}
body.single-team .publication-headline,
body.single-client .publication-headline,
body.single-district-profile .publication-headline {
  text-transform: none;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
body.single-team .publications,
body.single-client .publications,
body.single-district-profile .publications {
  *zoom: 1;
}
body.single-team .publications:after,
body.single-client .publications:after,
body.single-district-profile .publications:after {
  clear: both;
}
body.single-team .publications:after, body.single-team .publications:before,
body.single-client .publications:after,
body.single-client .publications:before,
body.single-district-profile .publications:after,
body.single-district-profile .publications:before {
  content: '';
  display: table;
}
body.single-team .publications .column,
body.single-client .publications .column,
body.single-district-profile .publications .column {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
body.single-team .publications .column:nth-child(3n),
body.single-client .publications .column:nth-child(3n),
body.single-district-profile .publications .column:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 900px) {
  body.single-team .publications .column,
  body.single-client .publications .column,
  body.single-district-profile .publications .column {
    width: 100%;
    margin-right: 0;
  }
}
body.single-team .publications h4,
body.single-client .publications h4,
body.single-district-profile .publications h4 {
  text-transform: none;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
body.single-team .publications p, body.single-team .publications .widget .textwidget, .widget body.single-team .publications .textwidget,
body.single-client .publications p,
body.single-client .publications .widget .textwidget,
.widget body.single-client .publications .textwidget,
body.single-district-profile .publications p,
body.single-district-profile .publications .widget .textwidget,
.widget body.single-district-profile .publications .textwidget {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  body.single-team .publications .button, body.single-team .publications input[type='submit'], body.single-team .publications #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply body.single-team .publications .comment-reply-link, body.single-team .publications body.login #wp-submit, body.login body.single-team .publications #wp-submit,
  body.single-client .publications .button,
  body.single-client .publications input[type='submit'],
  body.single-client .publications #comments .comment-list .comment-body .reply .comment-reply-link,
  #comments .comment-list .comment-body .reply body.single-client .publications .comment-reply-link,
  body.single-client .publications body.login #wp-submit,
  body.login body.single-client .publications #wp-submit,
  body.single-district-profile .publications .button,
  body.single-district-profile .publications input[type='submit'],
  body.single-district-profile .publications #comments .comment-list .comment-body .reply .comment-reply-link,
  #comments .comment-list .comment-body .reply body.single-district-profile .publications .comment-reply-link,
  body.single-district-profile .publications body.login #wp-submit,
  body.login body.single-district-profile .publications #wp-submit {
    margin-top: 10px;
    margin-top: 1rem;
    padding: 5px 30px;
    padding: 0.5rem 3rem;
  }
}
body.single-team .headshot-small,
body.single-client .headshot-small,
body.single-district-profile .headshot-small {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
body.single-team .two_third,
body.single-client .two_third,
body.single-district-profile .two_third {
  margin-right: 9%;
}
@media (max-width: 680px) {
  body.single-team .two_third,
  body.single-client .two_third,
  body.single-district-profile .two_third {
    margin-right: 0;
    margin-bottom: 0;
  }
}
body.single-team .one_third,
body.single-client .one_third,
body.single-district-profile .one_third {
  width: 25%;
  padding-top: 10px;
  padding-top: 1rem;
}
@media (max-width: 680px) {
  body.single-team .one_third,
  body.single-client .one_third,
  body.single-district-profile .one_third {
    width: 100%;
    padding-top: 0;
  }
}
body.single-team .widgets img,
body.single-client .widgets img,
body.single-district-profile .widgets img {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
body.single-team .widgets h3, body.single-team .widgets #comments .comments-title, #comments body.single-team .widgets .comments-title, body.single-team .widgets .cta-component.small .cta-headline, .cta-component.small body.single-team .widgets .cta-headline,
body.single-client .widgets h3,
body.single-client .widgets #comments .comments-title,
#comments body.single-client .widgets .comments-title,
body.single-client .widgets .cta-component.small .cta-headline,
.cta-component.small body.single-client .widgets .cta-headline,
body.single-district-profile .widgets h3,
body.single-district-profile .widgets #comments .comments-title,
#comments body.single-district-profile .widgets .comments-title,
body.single-district-profile .widgets .cta-component.small .cta-headline,
.cta-component.small body.single-district-profile .widgets .cta-headline {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
body.single-team .widgets .attribution,
body.single-client .widgets .attribution,
body.single-district-profile .widgets .attribution {
  text-align: right;
}
body.single-team .social-headline,
body.single-client .social-headline,
body.single-district-profile .social-headline {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
body.single-team .contact-title,
body.single-client .contact-title,
body.single-district-profile .contact-title {
  font-size: 15px;
  font-size: 1.5rem;
}
body.single-team .contact-title .contact-link,
body.single-client .contact-title .contact-link,
body.single-district-profile .contact-title .contact-link {
  margin-left: 7.5px;
  margin-left: 0.75rem;
}
body.single-team .contact-title .contact-link a,
body.single-client .contact-title .contact-link a,
body.single-district-profile .contact-title .contact-link a {
  color: #c3cf21;
}
body.single-team .contact-title .contact-link a:hover,
body.single-client .contact-title .contact-link a:hover,
body.single-district-profile .contact-title .contact-link a:hover {
  color: #a54399;
}
body.single-team .contact-title:last-of-type,
body.single-client .contact-title:last-of-type,
body.single-district-profile .contact-title:last-of-type {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
body.single-team .contact-title .genericon,
body.single-client .contact-title .genericon,
body.single-district-profile .contact-title .genericon {
  display: none;
  position: relative;
  top: 2px;
  top: 0.2rem;
  margin-right: 2.5px;
  margin-right: 0.25rem;
  font-size: 20px;
  font-size: 2rem;
}
body.single-team .social-widgets .social-link,
body.single-client .social-widgets .social-link,
body.single-district-profile .social-widgets .social-link {
  float: left;
  margin-right: 2%;
  margin-left: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
body.single-team .social-widgets .social-link .genericon,
body.single-client .social-widgets .social-link .genericon,
body.single-district-profile .social-widgets .social-link .genericon {
  color: #646466;
  top: 2.45px;
  top: 0.245rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  font-size: 40px;
  font-size: 4rem;
  transition: all 333ms ease-in-out;
}
body.single-team .social-widgets .social-link:hover .genericon,
body.single-client .social-widgets .social-link:hover .genericon,
body.single-district-profile .social-widgets .social-link:hover .genericon {
  color: #c3cf21;
}

body.login h1 a {
  background-image: url("assets/img/brand/logo.svg");
  background-size: 100%;
  width: 80%;
}
body.login a {
  color: #c3cf21 !important;
}
body.login .message {
  border-color: #c3cf21;
}
body.login #login-error {
  line-height: 1.2;
  border-color: #e74c3c;
  font-size: 13px;
  font-size: 1.3rem;
}
body.login #backtoblog,
body.login #nav {
  text-align: center;
}
body.login #backtoblog {
  margin-top: 30px;
  margin-top: 3rem;
}
body.login input[type=checkbox]:checked:before {
  color: #c3cf21;
}
body.login #wp-submit {
  border: none;
  line-height: 0.4;
  padding: 12.5px 17.5px;
  padding: 1.25rem 1.75rem;
}

body.single-event .event-details {
  background: #f8f8f8;
  padding: 20px;
  padding: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  *zoom: 1;
}
body.single-event .event-details:after {
  clear: both;
}
body.single-event .event-details:after, body.single-event .event-details:before {
  content: '';
  display: table;
}
body.single-event .event-details h5 {
  font-size: 95%;
  margin-bottom: 3.5px;
  margin-bottom: 0.35rem;
}
body.single-event .event-details p, body.single-event .event-details .widget .textwidget, .widget body.single-event .event-details .textwidget {
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
}
body.single-event .event-details .venue {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

body.single-district-profile .position {
  color: #fff;
}
body.single-district-profile .column.two_third {
  margin-top: 35px;
  margin-top: 3.5rem;
}
body.single-district-profile .publications h3, body.single-district-profile .publications #comments .comments-title, #comments body.single-district-profile .publications .comments-title, body.single-district-profile .publications .cta-component.small .cta-headline, .cta-component.small body.single-district-profile .publications .cta-headline {
  border-bottom: 1px solid #bdc3c7;
  font-size: 105%;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

body.post-type-archive-event.paged #content {
  padding-top: 37.5px;
  padding-top: 3.75rem;
}
body.post-type-archive-event #primary {
  width: 100%;
  margin-right: 0;
}
body.post-type-archive-event #primary .row, body.post-type-archive-event #primary body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area body.post-type-archive-event #primary .content-wrap {
  width: 100%;
  max-width: 99999px;
  margin-bottom: 0;
}
body.post-type-archive-event #primary .row article, body.post-type-archive-event #primary body.single.single-registered-districts .feature-area .content-wrap article, body.single.single-registered-districts .feature-area body.post-type-archive-event #primary .content-wrap article {
  width: 100% !important;
  margin-right: 0 !important;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
body.post-type-archive-event #primary .row article:last-of-type, body.post-type-archive-event #primary body.single.single-registered-districts .feature-area .content-wrap article:last-of-type, body.single.single-registered-districts .feature-area body.post-type-archive-event #primary .content-wrap article:last-of-type {
  border: 0;
  padding-bottom: 0;
}
@media (max-width: 680px) {
  body.post-type-archive-event #primary .row article .column, body.post-type-archive-event #primary body.single.single-registered-districts .feature-area .content-wrap article .column, body.single.single-registered-districts .feature-area body.post-type-archive-event #primary .content-wrap article .column {
    margin-bottom: 0;
  }
}
body.post-type-archive-event .page-title {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
body.post-type-archive-event #event-filters {
  border: 1px solid #e2e2e2;
  padding: 15px 10px 0;
  padding: 1.5rem 1rem 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  *zoom: 1;
}
body.post-type-archive-event #event-filters:after {
  clear: both;
}
body.post-type-archive-event #event-filters:after, body.post-type-archive-event #event-filters:before {
  content: '';
  display: table;
}
body.post-type-archive-event #event-filters .filter, body.post-type-archive-event #event-filters .button, body.post-type-archive-event #event-filters input[type='submit'], body.post-type-archive-event #event-filters #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply body.post-type-archive-event #event-filters .comment-reply-link, body.post-type-archive-event #event-filters body.login #wp-submit, body.login body.post-type-archive-event #event-filters #wp-submit {
  float: right;
}
body.post-type-archive-event #event-filters .filter {
  width: 30%;
  margin-right: 2%;
}
@media (max-width: 680px) {
  body.post-type-archive-event #event-filters .filter {
    width: 100%;
    margin-right: 0;
  }
}
body.post-type-archive-event #event-filters #filter-button {
  cursor: pointer;
}
@media (max-width: 680px) {
  body.post-type-archive-event #event-filters #filter-button {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}
body.post-type-archive-event .event-divider {
  display: block;
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 15px;
  padding: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
body.post-type-archive-event .entry-header {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
body.post-type-archive-event .entry-title {
  cursor: pointer;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
body.post-type-archive-event .entry-meta .byline {
  margin-bottom: 7.5px;
  margin-bottom: 0.75rem;
}
body.post-type-archive-event .entry-content .button-wrap {
  display: none;
}

body.single-information-exchange #page.header-fixed {
  padding-top: 95px;
  padding-top: 9.5rem;
}
@media (max-width: 680px) {
  body.single-information-exchange #page.header-fixed {
    padding-top: 65px;
    padding-top: 6.5rem;
  }
}
body.single-information-exchange article {
  float: left;
}
body.single-information-exchange .feature-wrap {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 16px solid;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
body.single-information-exchange .feature-wrap .ie-feature-image {
  width: 100%;
  margin: 0;
  float: left;
}
body.single-information-exchange .feature-wrap iframe {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
body.single-information-exchange .feature-wrap iframe + p, body.single-information-exchange .feature-wrap .widget iframe + .textwidget, .widget body.single-information-exchange .feature-wrap iframe + .textwidget {
  display: none;
}
body.single-information-exchange .resource-type-name {
  margin-top: 20px;
  margin-top: 2rem;
}
body.single-information-exchange .resource-type-name::first-letter {
  text-transform: uppercase;
}
body.single-information-exchange .entry-title {
  color: #424244 !important;
  margin-bottom: 10px !important;
  margin-bottom: 1rem !important;
}
body.single-information-exchange .ie-categories {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
body.single-information-exchange .ie-author {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
body.single-information-exchange .button.download, body.single-information-exchange input.download[type='submit'], body.single-information-exchange #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange .download.comment-reply-link, body.single-information-exchange body.login .download#wp-submit, body.login body.single-information-exchange .download#wp-submit {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}
body.single-information-exchange .button.download span, body.single-information-exchange input.download[type='submit'] span, body.single-information-exchange #comments .comment-list .comment-body .reply .download.comment-reply-link span, #comments .comment-list .comment-body .reply body.single-information-exchange .download.comment-reply-link span, body.single-information-exchange body.login .download#wp-submit span, body.login body.single-information-exchange .download#wp-submit span {
  font-size: 20px;
  font-size: 2rem;
}
body.single-information-exchange audio {
  display: none;
}
body.single-information-exchange .audio-player {
  background: #f8f8f8;
  color: #bdc3c7;
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
body.single-information-exchange .audio-player > span {
  display: inline-block;
  margin: 7.5px 0 0 10px;
  margin: 0.75rem 0 0 1rem;
}
body.single-information-exchange .audio-player #audio-play span {
  color: #424244;
  font-size: 40px;
  font-size: 4rem;
}
body.single-information-exchange .audio-player #audio-play:hover span {
  color: #c3cf21;
}
body.single-information-exchange .audio-player #audio-play.playing span {
  color: #c3cf21;
}
body.single-information-exchange .audio-player #audio-play.playing span:before {
  content: '\f448';
}
body.single-information-exchange article.resource-type-article .feature-wrap, body.single-information-exchange article.resource-type-toolkit .feature-wrap, body.single-information-exchange article.resource-type-toolkits-and-guides .feature-wrap {
  border-bottom-color: #0c87a8;
}
body.single-information-exchange article.resource-type-article .resource-type-name, body.single-information-exchange article.resource-type-toolkit .resource-type-name, body.single-information-exchange article.resource-type-toolkits-and-guides .resource-type-name {
  color: #0c87a8;
}
body.single-information-exchange article.resource-type-article .button.download, body.single-information-exchange article.resource-type-article input.download[type='submit'], body.single-information-exchange article.resource-type-article #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-article .download.comment-reply-link, body.single-information-exchange article.resource-type-article body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-article .download#wp-submit, body.single-information-exchange article.resource-type-toolkit .button.download, body.single-information-exchange article.resource-type-toolkit input.download[type='submit'], body.single-information-exchange article.resource-type-toolkit #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-toolkit .download.comment-reply-link, body.single-information-exchange article.resource-type-toolkit body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-toolkit .download#wp-submit, body.single-information-exchange article.resource-type-toolkits-and-guides .button.download, body.single-information-exchange article.resource-type-toolkits-and-guides input.download[type='submit'], body.single-information-exchange article.resource-type-toolkits-and-guides #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-toolkits-and-guides .download.comment-reply-link, body.single-information-exchange article.resource-type-toolkits-and-guides body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-toolkits-and-guides .download#wp-submit {
  background: #0c87a8;
}
body.single-information-exchange article.resource-type-audio .feature-wrap, body.single-information-exchange article.resource-type-technical-paper .feature-wrap {
  border-bottom-color: #c3cf21;
}
body.single-information-exchange article.resource-type-audio .resource-type-name, body.single-information-exchange article.resource-type-technical-paper .resource-type-name {
  color: #c3cf21;
}
body.single-information-exchange article.resource-type-audio .button.download, body.single-information-exchange article.resource-type-audio input.download[type='submit'], body.single-information-exchange article.resource-type-audio #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-audio .download.comment-reply-link, body.single-information-exchange article.resource-type-audio body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-audio .download#wp-submit, body.single-information-exchange article.resource-type-technical-paper .button.download, body.single-information-exchange article.resource-type-technical-paper input.download[type='submit'], body.single-information-exchange article.resource-type-technical-paper #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-technical-paper .download.comment-reply-link, body.single-information-exchange article.resource-type-technical-paper body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-technical-paper .download#wp-submit {
  background: #c3cf21;
}
body.single-information-exchange article.resource-type-blog .feature-wrap, body.single-information-exchange article.resource-type-certification-work-product .feature-wrap, body.single-information-exchange article.resource-type-reports-and-master-plans .feature-wrap {
  border-bottom-color: #00b1b0;
}
body.single-information-exchange article.resource-type-blog .resource-type-name, body.single-information-exchange article.resource-type-certification-work-product .resource-type-name, body.single-information-exchange article.resource-type-reports-and-master-plans .resource-type-name {
  color: #00b1b0;
}
body.single-information-exchange article.resource-type-blog .button.download, body.single-information-exchange article.resource-type-blog input.download[type='submit'], body.single-information-exchange article.resource-type-blog #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-blog .download.comment-reply-link, body.single-information-exchange article.resource-type-blog body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-blog .download#wp-submit, body.single-information-exchange article.resource-type-certification-work-product .button.download, body.single-information-exchange article.resource-type-certification-work-product input.download[type='submit'], body.single-information-exchange article.resource-type-certification-work-product #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-certification-work-product .download.comment-reply-link, body.single-information-exchange article.resource-type-certification-work-product body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-certification-work-product .download#wp-submit, body.single-information-exchange article.resource-type-reports-and-master-plans .button.download, body.single-information-exchange article.resource-type-reports-and-master-plans input.download[type='submit'], body.single-information-exchange article.resource-type-reports-and-master-plans #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-reports-and-master-plans .download.comment-reply-link, body.single-information-exchange article.resource-type-reports-and-master-plans body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-reports-and-master-plans .download#wp-submit {
  background: #00b1b0;
}
body.single-information-exchange article.resource-type-case-study .feature-wrap, body.single-information-exchange article.resource-type-case-studies .feature-wrap {
  border-bottom-color: #eae827;
}
body.single-information-exchange article.resource-type-case-study .resource-type-name, body.single-information-exchange article.resource-type-case-studies .resource-type-name {
  color: #eae827;
}
body.single-information-exchange article.resource-type-case-study .button.download, body.single-information-exchange article.resource-type-case-study input.download[type='submit'], body.single-information-exchange article.resource-type-case-study #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-case-study .download.comment-reply-link, body.single-information-exchange article.resource-type-case-study body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-case-study .download#wp-submit, body.single-information-exchange article.resource-type-case-studies .button.download, body.single-information-exchange article.resource-type-case-studies input.download[type='submit'], body.single-information-exchange article.resource-type-case-studies #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-case-studies .download.comment-reply-link, body.single-information-exchange article.resource-type-case-studies body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-case-studies .download#wp-submit {
  background: #eae827;
}
body.single-information-exchange article.resource-type-guide .feature-wrap, body.single-information-exchange article.resource-type-data-tools .feature-wrap {
  border-bottom-color: #e74c3c;
}
body.single-information-exchange article.resource-type-guide .resource-type-name, body.single-information-exchange article.resource-type-data-tools .resource-type-name {
  color: #e74c3c;
}
body.single-information-exchange article.resource-type-guide .button.download, body.single-information-exchange article.resource-type-guide input.download[type='submit'], body.single-information-exchange article.resource-type-guide #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-guide .download.comment-reply-link, body.single-information-exchange article.resource-type-guide body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-guide .download#wp-submit, body.single-information-exchange article.resource-type-data-tools .button.download, body.single-information-exchange article.resource-type-data-tools input.download[type='submit'], body.single-information-exchange article.resource-type-data-tools #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-data-tools .download.comment-reply-link, body.single-information-exchange article.resource-type-data-tools body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-data-tools .download#wp-submit {
  background: #e74c3c;
}
body.single-information-exchange article.resource-type-image .feature-wrap {
  border-bottom-color: #a54399;
}
body.single-information-exchange article.resource-type-image .resource-type-name {
  color: #a54399;
}
body.single-information-exchange article.resource-type-image .button.download, body.single-information-exchange article.resource-type-image input.download[type='submit'], body.single-information-exchange article.resource-type-image #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-image .download.comment-reply-link, body.single-information-exchange article.resource-type-image body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-image .download#wp-submit {
  background: #a54399;
}
body.single-information-exchange article.resource-type-template .feature-wrap {
  border-bottom-color: #424244;
}
body.single-information-exchange article.resource-type-template .resource-type-name {
  color: #424244;
}
body.single-information-exchange article.resource-type-template .button.download, body.single-information-exchange article.resource-type-template input.download[type='submit'], body.single-information-exchange article.resource-type-template #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-template .download.comment-reply-link, body.single-information-exchange article.resource-type-template body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-template .download#wp-submit {
  background: #424244;
}
body.single-information-exchange article.resource-type-video .feature-wrap {
  border-bottom-color: #f28034;
}
body.single-information-exchange article.resource-type-video .resource-type-name {
  color: #f28034;
}
body.single-information-exchange article.resource-type-video .button.download, body.single-information-exchange article.resource-type-video input.download[type='submit'], body.single-information-exchange article.resource-type-video #comments .comment-list .comment-body .reply .download.comment-reply-link, #comments .comment-list .comment-body .reply body.single-information-exchange article.resource-type-video .download.comment-reply-link, body.single-information-exchange article.resource-type-video body.login .download#wp-submit, body.login body.single-information-exchange article.resource-type-video .download#wp-submit {
  background: #f28034;
}
body.single-information-exchange .premium-notification {
  display: block;
  width: 100%;
  background: #f8f8f8;
  padding: 20px 20px 25px;
  padding: 2rem 2rem 2.5rem;
  margin: 20px 0;
  margin: 2rem 0;
}
body.single-information-exchange .premium-notification p, body.single-information-exchange .premium-notification .widget .textwidget, .widget body.single-information-exchange .premium-notification .textwidget {
  margin-bottom: 0;
}

.woocommerce a.button.green, .woocommerce #comments .comment-list .comment-body .reply a.green.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.green.comment-reply-link, .woocommerce body.login a.green#wp-submit, body.login .woocommerce a.green#wp-submit, .woocommerce.woocommerce-account .account-navigation a.button.active, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit, body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active#wp-submit, .woocommerce a.button.blue, .woocommerce #comments .comment-list .comment-body .reply a.blue.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.blue.comment-reply-link, .woocommerce body.login a.blue#wp-submit, body.login .woocommerce a.blue#wp-submit, .woocommerce a.button.purple, .woocommerce #comments .comment-list .comment-body .reply a.purple.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.purple.comment-reply-link, .woocommerce body.login a.purple#wp-submit, body.login .woocommerce a.purple#wp-submit, .woocommerce a.button.red, .woocommerce #comments .comment-list .comment-body .reply a.red.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.red.comment-reply-link, .woocommerce body.login a.red#wp-submit, body.login .woocommerce a.red#wp-submit, .woocommerce a.button.orange, .woocommerce #comments .comment-list .comment-body .reply a.orange.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.orange.comment-reply-link, .woocommerce body.login a.orange#wp-submit, body.login .woocommerce a.orange#wp-submit, .woocommerce a.button.yellow, .woocommerce #comments .comment-list .comment-body .reply a.yellow.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.yellow.comment-reply-link, .woocommerce body.login a.yellow#wp-submit, body.login .woocommerce a.yellow#wp-submit, .woocommerce a.button.gray, .woocommerce #comments .comment-list .comment-body .reply a.gray.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.gray.comment-reply-link, .woocommerce body.login a.gray#wp-submit, body.login .woocommerce a.gray#wp-submit, .woocommerce a.button.white, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link, .woocommerce body.login a.white#wp-submit, body.login .woocommerce a.white#wp-submit, .woocommerce a.button.teal, .woocommerce #comments .comment-list .comment-body .reply a.teal.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.teal.comment-reply-link, .woocommerce body.login a.teal#wp-submit, body.login .woocommerce a.teal#wp-submit,
.woocommerce button.button.green,
.woocommerce #comments .comment-list .comment-body .reply button.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.green.comment-reply-link,
.woocommerce body.login button.green#wp-submit,
body.login .woocommerce button.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation button.button.active,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active#wp-submit,
.woocommerce button.button.blue,
.woocommerce #comments .comment-list .comment-body .reply button.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.blue.comment-reply-link,
.woocommerce body.login button.blue#wp-submit,
body.login .woocommerce button.blue#wp-submit,
.woocommerce button.button.purple,
.woocommerce #comments .comment-list .comment-body .reply button.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.purple.comment-reply-link,
.woocommerce body.login button.purple#wp-submit,
body.login .woocommerce button.purple#wp-submit,
.woocommerce button.button.red,
.woocommerce #comments .comment-list .comment-body .reply button.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.red.comment-reply-link,
.woocommerce body.login button.red#wp-submit,
body.login .woocommerce button.red#wp-submit,
.woocommerce button.button.orange,
.woocommerce #comments .comment-list .comment-body .reply button.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.orange.comment-reply-link,
.woocommerce body.login button.orange#wp-submit,
body.login .woocommerce button.orange#wp-submit,
.woocommerce button.button.yellow,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.comment-reply-link,
.woocommerce body.login button.yellow#wp-submit,
body.login .woocommerce button.yellow#wp-submit,
.woocommerce button.button.gray,
.woocommerce #comments .comment-list .comment-body .reply button.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.gray.comment-reply-link,
.woocommerce body.login button.gray#wp-submit,
body.login .woocommerce button.gray#wp-submit,
.woocommerce button.button.white,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link,
.woocommerce body.login button.white#wp-submit,
body.login .woocommerce button.white#wp-submit,
.woocommerce button.button.teal,
.woocommerce #comments .comment-list .comment-body .reply button.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.teal.comment-reply-link,
.woocommerce body.login button.teal#wp-submit,
body.login .woocommerce button.teal#wp-submit,
.woocommerce #respond input#submit.green,
.woocommerce #respond input#submit.blue,
.woocommerce #respond input#submit.purple,
.woocommerce #respond input#submit.red,
.woocommerce #respond input#submit.orange,
.woocommerce #respond input#submit.yellow,
.woocommerce #respond input#submit.gray,
.woocommerce #respond input#submit.white,
.woocommerce #respond input#submit.teal,
.woocommerce input.button.green,
.woocommerce input.green[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.green.comment-reply-link,
.woocommerce body.login input.green#wp-submit,
body.login .woocommerce input.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation input.button.active,
.woocommerce.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active[type='submit'],
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active#wp-submit,
.woocommerce input.button.blue,
.woocommerce input.blue[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.blue.comment-reply-link,
.woocommerce body.login input.blue#wp-submit,
body.login .woocommerce input.blue#wp-submit,
.woocommerce input.button.purple,
.woocommerce input.purple[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.purple.comment-reply-link,
.woocommerce body.login input.purple#wp-submit,
body.login .woocommerce input.purple#wp-submit,
.woocommerce input.button.red,
.woocommerce input.red[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.red.comment-reply-link,
.woocommerce body.login input.red#wp-submit,
body.login .woocommerce input.red#wp-submit,
.woocommerce input.button.orange,
.woocommerce input.orange[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.orange.comment-reply-link,
.woocommerce body.login input.orange#wp-submit,
body.login .woocommerce input.orange#wp-submit,
.woocommerce input.button.yellow,
.woocommerce input.yellow[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.comment-reply-link,
.woocommerce body.login input.yellow#wp-submit,
body.login .woocommerce input.yellow#wp-submit,
.woocommerce input.button.gray,
.woocommerce input.gray[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.gray.comment-reply-link,
.woocommerce body.login input.gray#wp-submit,
body.login .woocommerce input.gray#wp-submit,
.woocommerce input.button.white,
.woocommerce input.white[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link,
.woocommerce body.login input.white#wp-submit,
body.login .woocommerce input.white#wp-submit,
.woocommerce input.button.teal,
.woocommerce input.teal[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.teal.comment-reply-link,
.woocommerce body.login input.teal#wp-submit,
body.login .woocommerce input.teal#wp-submit,
.woocommerce-page a.button.green,
.woocommerce-page #comments .comment-list .comment-body .reply a.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.green.comment-reply-link,
.woocommerce-page body.login a.green#wp-submit,
body.login .woocommerce-page a.green#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation a.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page a.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page a.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page a.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation a.button.active,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit,
.woocommerce-page a.button.blue,
.woocommerce-page #comments .comment-list .comment-body .reply a.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.blue.comment-reply-link,
.woocommerce-page body.login a.blue#wp-submit,
body.login .woocommerce-page a.blue#wp-submit,
.woocommerce-page a.button.purple,
.woocommerce-page #comments .comment-list .comment-body .reply a.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.purple.comment-reply-link,
.woocommerce-page body.login a.purple#wp-submit,
body.login .woocommerce-page a.purple#wp-submit,
.woocommerce-page a.button.red,
.woocommerce-page #comments .comment-list .comment-body .reply a.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.red.comment-reply-link,
.woocommerce-page body.login a.red#wp-submit,
body.login .woocommerce-page a.red#wp-submit,
.woocommerce-page a.button.orange,
.woocommerce-page #comments .comment-list .comment-body .reply a.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.orange.comment-reply-link,
.woocommerce-page body.login a.orange#wp-submit,
body.login .woocommerce-page a.orange#wp-submit,
.woocommerce-page a.button.yellow,
.woocommerce-page #comments .comment-list .comment-body .reply a.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.yellow.comment-reply-link,
.woocommerce-page body.login a.yellow#wp-submit,
body.login .woocommerce-page a.yellow#wp-submit,
.woocommerce-page a.button.gray,
.woocommerce-page #comments .comment-list .comment-body .reply a.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.gray.comment-reply-link,
.woocommerce-page body.login a.gray#wp-submit,
body.login .woocommerce-page a.gray#wp-submit,
.woocommerce-page a.button.white,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.comment-reply-link,
.woocommerce-page body.login a.white#wp-submit,
body.login .woocommerce-page a.white#wp-submit,
.woocommerce-page a.button.teal,
.woocommerce-page #comments .comment-list .comment-body .reply a.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.teal.comment-reply-link,
.woocommerce-page body.login a.teal#wp-submit,
body.login .woocommerce-page a.teal#wp-submit,
.woocommerce-page button.button.green,
.woocommerce-page #comments .comment-list .comment-body .reply button.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.green.comment-reply-link,
.woocommerce-page body.login button.green#wp-submit,
body.login .woocommerce-page button.green#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation button.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page button.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page button.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page button.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation button.button.active,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit,
.woocommerce-page button.button.blue,
.woocommerce-page #comments .comment-list .comment-body .reply button.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.blue.comment-reply-link,
.woocommerce-page body.login button.blue#wp-submit,
body.login .woocommerce-page button.blue#wp-submit,
.woocommerce-page button.button.purple,
.woocommerce-page #comments .comment-list .comment-body .reply button.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.purple.comment-reply-link,
.woocommerce-page body.login button.purple#wp-submit,
body.login .woocommerce-page button.purple#wp-submit,
.woocommerce-page button.button.red,
.woocommerce-page #comments .comment-list .comment-body .reply button.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.red.comment-reply-link,
.woocommerce-page body.login button.red#wp-submit,
body.login .woocommerce-page button.red#wp-submit,
.woocommerce-page button.button.orange,
.woocommerce-page #comments .comment-list .comment-body .reply button.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.orange.comment-reply-link,
.woocommerce-page body.login button.orange#wp-submit,
body.login .woocommerce-page button.orange#wp-submit,
.woocommerce-page button.button.yellow,
.woocommerce-page #comments .comment-list .comment-body .reply button.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.yellow.comment-reply-link,
.woocommerce-page body.login button.yellow#wp-submit,
body.login .woocommerce-page button.yellow#wp-submit,
.woocommerce-page button.button.gray,
.woocommerce-page #comments .comment-list .comment-body .reply button.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.gray.comment-reply-link,
.woocommerce-page body.login button.gray#wp-submit,
body.login .woocommerce-page button.gray#wp-submit,
.woocommerce-page button.button.white,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.comment-reply-link,
.woocommerce-page body.login button.white#wp-submit,
body.login .woocommerce-page button.white#wp-submit,
.woocommerce-page button.button.teal,
.woocommerce-page #comments .comment-list .comment-body .reply button.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.teal.comment-reply-link,
.woocommerce-page body.login button.teal#wp-submit,
body.login .woocommerce-page button.teal#wp-submit,
.woocommerce-page #respond input#submit.green,
.woocommerce-page #respond input#submit.blue,
.woocommerce-page #respond input#submit.purple,
.woocommerce-page #respond input#submit.red,
.woocommerce-page #respond input#submit.orange,
.woocommerce-page #respond input#submit.yellow,
.woocommerce-page #respond input#submit.gray,
.woocommerce-page #respond input#submit.white,
.woocommerce-page #respond input#submit.teal,
.woocommerce-page input.button.green,
.woocommerce-page input.green[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.green.comment-reply-link,
.woocommerce-page body.login input.green#wp-submit,
body.login .woocommerce-page input.green#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active[type='submit'],
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page input.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page input.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation input.button.active,
.woocommerce-page.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit,
.woocommerce-page input.button.blue,
.woocommerce-page input.blue[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.blue.comment-reply-link,
.woocommerce-page body.login input.blue#wp-submit,
body.login .woocommerce-page input.blue#wp-submit,
.woocommerce-page input.button.purple,
.woocommerce-page input.purple[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.purple.comment-reply-link,
.woocommerce-page body.login input.purple#wp-submit,
body.login .woocommerce-page input.purple#wp-submit,
.woocommerce-page input.button.red,
.woocommerce-page input.red[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.red.comment-reply-link,
.woocommerce-page body.login input.red#wp-submit,
body.login .woocommerce-page input.red#wp-submit,
.woocommerce-page input.button.orange,
.woocommerce-page input.orange[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.orange.comment-reply-link,
.woocommerce-page body.login input.orange#wp-submit,
body.login .woocommerce-page input.orange#wp-submit,
.woocommerce-page input.button.yellow,
.woocommerce-page input.yellow[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.yellow.comment-reply-link,
.woocommerce-page body.login input.yellow#wp-submit,
body.login .woocommerce-page input.yellow#wp-submit,
.woocommerce-page input.button.gray,
.woocommerce-page input.gray[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.gray.comment-reply-link,
.woocommerce-page body.login input.gray#wp-submit,
body.login .woocommerce-page input.gray#wp-submit,
.woocommerce-page input.button.white,
.woocommerce-page input.white[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.comment-reply-link,
.woocommerce-page body.login input.white#wp-submit,
body.login .woocommerce-page input.white#wp-submit,
.woocommerce-page input.button.teal,
.woocommerce-page input.teal[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.teal.comment-reply-link,
.woocommerce-page body.login input.teal#wp-submit,
body.login .woocommerce-page input.teal#wp-submit {
  color: #fff;
}
.woocommerce a.button.green, .woocommerce #comments .comment-list .comment-body .reply a.green.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.green.comment-reply-link, .woocommerce body.login a.green#wp-submit, body.login .woocommerce a.green#wp-submit, .woocommerce.woocommerce-account .account-navigation a.button.active, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit, body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active#wp-submit,
.woocommerce button.button.green,
.woocommerce #comments .comment-list .comment-body .reply button.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.green.comment-reply-link,
.woocommerce body.login button.green#wp-submit,
body.login .woocommerce button.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation button.button.active,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active#wp-submit,
.woocommerce #respond input#submit.green,
.woocommerce input.button.green,
.woocommerce input.green[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.green.comment-reply-link,
.woocommerce body.login input.green#wp-submit,
body.login .woocommerce input.green#wp-submit,
.woocommerce.woocommerce-account .account-navigation input.button.active,
.woocommerce.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active[type='submit'],
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active#wp-submit,
.woocommerce-page a.button.green,
.woocommerce-page #comments .comment-list .comment-body .reply a.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.green.comment-reply-link,
.woocommerce-page body.login a.green#wp-submit,
body.login .woocommerce-page a.green#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation a.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page a.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page a.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page a.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation a.button.active,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit,
.woocommerce-page button.button.green,
.woocommerce-page #comments .comment-list .comment-body .reply button.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.green.comment-reply-link,
.woocommerce-page body.login button.green#wp-submit,
body.login .woocommerce-page button.green#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation button.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page button.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page button.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page button.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation button.button.active,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit,
.woocommerce-page #respond input#submit.green,
.woocommerce-page input.button.green,
.woocommerce-page input.green[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.green.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.green.comment-reply-link,
.woocommerce-page body.login input.green#wp-submit,
body.login .woocommerce-page input.green#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active[type='submit'],
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page input.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page input.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation input.button.active,
.woocommerce-page.woocommerce-account .account-navigation input.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit {
  background: #c3cf21;
}
.woocommerce a.button.green:hover, .woocommerce #comments .comment-list .comment-body .reply a.green.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.green.comment-reply-link:hover, .woocommerce body.login a.green#wp-submit:hover, body.login .woocommerce a.green#wp-submit:hover, .woocommerce.woocommerce-account .account-navigation a.button.active:hover, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link:hover, .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit:hover, body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.active#wp-submit:hover,
.woocommerce button.button.green:hover,
.woocommerce #comments .comment-list .comment-body .reply button.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.green.comment-reply-link:hover,
.woocommerce body.login button.green#wp-submit:hover,
body.login .woocommerce button.green#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation button.button.active:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.active#wp-submit:hover,
.woocommerce #respond input#submit.green:hover,
.woocommerce input.button.green:hover,
.woocommerce input.green[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.green.comment-reply-link:hover,
.woocommerce body.login input.green#wp-submit:hover,
body.login .woocommerce input.green#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation input.button.active:hover,
.woocommerce.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active[type='submit']:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.active#wp-submit:hover,
.woocommerce-page a.button.green:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.green.comment-reply-link:hover,
.woocommerce-page body.login a.green#wp-submit:hover,
body.login .woocommerce-page a.green#wp-submit:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation a.button.active:hover,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page a.button.active:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page a.active.comment-reply-link:hover,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.active.comment-reply-link:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login a.active#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page a.active#wp-submit:hover,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation a.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation a.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login a.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation a.active#wp-submit:hover,
.woocommerce-page button.button.green:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.green.comment-reply-link:hover,
.woocommerce-page body.login button.green#wp-submit:hover,
body.login .woocommerce-page button.green#wp-submit:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation button.button.active:hover,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page button.button.active:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page button.active.comment-reply-link:hover,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.active.comment-reply-link:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login button.active#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page button.active#wp-submit:hover,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation button.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation button.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login button.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation button.active#wp-submit:hover,
.woocommerce-page #respond input#submit.green:hover,
.woocommerce-page input.button.green:hover,
.woocommerce-page input.green[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.green.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.green.comment-reply-link:hover,
.woocommerce-page body.login input.green#wp-submit:hover,
body.login .woocommerce-page input.green#wp-submit:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.button.active:hover,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.button.active:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active[type='submit']:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page input.active.comment-reply-link:hover,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active.comment-reply-link:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login input.active#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page input.active#wp-submit:hover,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation input.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation input.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation input.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login input.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation input.active#wp-submit:hover {
  background: #9aa31a;
}
.woocommerce a.button.green.outline, .woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.green.outline.comment-reply-link, .woocommerce body.login a.green.outline#wp-submit, body.login .woocommerce a.green.outline#wp-submit, .woocommerce.woocommerce-account .account-navigation a.outline.button.active, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit, body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.outline.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.outline.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active#wp-submit,
.woocommerce button.button.green.outline,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link,
.woocommerce body.login button.green.outline#wp-submit,
body.login .woocommerce button.green.outline#wp-submit,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit,
.woocommerce #respond input#submit.green.outline,
.woocommerce input.button.green.outline,
.woocommerce input.green.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link,
.woocommerce body.login input.green.outline#wp-submit,
body.login .woocommerce input.green.outline#wp-submit,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit'],
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit,
.woocommerce-page a.button.green.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.green.outline.comment-reply-link,
.woocommerce-page body.login a.green.outline#wp-submit,
body.login .woocommerce-page a.green.outline#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation a.outline.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page a.outline.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page a.outline.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation a.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit,
.woocommerce-page button.button.green.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.green.outline.comment-reply-link,
.woocommerce-page body.login button.green.outline#wp-submit,
body.login .woocommerce-page button.green.outline#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation button.outline.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page button.outline.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page button.outline.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation button.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit,
.woocommerce-page #respond input#submit.green.outline,
.woocommerce-page input.button.green.outline,
.woocommerce-page input.green.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.green.outline.comment-reply-link,
.woocommerce-page body.login input.green.outline#wp-submit,
body.login .woocommerce-page input.green.outline#wp-submit,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.outline.button.active,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.button.active,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active[type='submit'],
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page input.outline.active.comment-reply-link,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active.comment-reply-link,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page input.outline.active#wp-submit,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active#wp-submit,
.woocommerce-page.woocommerce-account .account-navigation input.outline.button.active,
.woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit {
  color: #c3cf21;
  border-color: #c3cf21;
}
.woocommerce a.button.green.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.green.outline.comment-reply-link .genericon, .woocommerce body.login a.green.outline#wp-submit .genericon, body.login .woocommerce a.green.outline#wp-submit .genericon, .woocommerce.woocommerce-account .account-navigation a.outline.button.active .genericon, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link .genericon, .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit .genericon, body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.button.active .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.outline.active.comment-reply-link .genericon,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active.comment-reply-link .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.outline.active#wp-submit .genericon,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active#wp-submit .genericon,
.woocommerce button.button.green.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link .genericon,
.woocommerce body.login button.green.outline#wp-submit .genericon,
body.login .woocommerce button.green.outline#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link .genericon,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit .genericon,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit .genericon,
.woocommerce #respond input#submit.green.outline .genericon,
.woocommerce input.button.green.outline .genericon,
.woocommerce input.green.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link .genericon,
.woocommerce body.login input.green.outline#wp-submit .genericon,
body.login .woocommerce input.green.outline#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit'] .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link .genericon,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link .genericon,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit .genericon,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit .genericon,
.woocommerce-page a.button.green.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.green.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.green.outline#wp-submit .genericon,
body.login .woocommerce-page a.green.outline#wp-submit .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation a.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.button.active .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page a.outline.active.comment-reply-link .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.active.comment-reply-link .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page a.outline.active#wp-submit .genericon,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation a.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit .genericon,
.woocommerce-page button.button.green.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.green.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.green.outline#wp-submit .genericon,
body.login .woocommerce-page button.green.outline#wp-submit .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation button.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.button.active .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page button.outline.active.comment-reply-link .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.active.comment-reply-link .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page button.outline.active#wp-submit .genericon,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation button.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit .genericon,
.woocommerce-page #respond input#submit.green.outline .genericon,
.woocommerce-page input.button.green.outline .genericon,
.woocommerce-page input.green.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.green.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.green.outline#wp-submit .genericon,
body.login .woocommerce-page input.green.outline#wp-submit .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.outline.button.active .genericon,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.button.active .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active[type='submit'] .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link .genericon,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page input.outline.active.comment-reply-link .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active.comment-reply-link .genericon,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit .genericon,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page input.outline.active#wp-submit .genericon,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit .genericon,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active#wp-submit .genericon,
.woocommerce-page.woocommerce-account .account-navigation input.outline.button.active .genericon,
.woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit'] .genericon,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link .genericon,
.woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit .genericon,
body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit .genericon {
  color: #c3cf21;
}
.woocommerce a.button.green.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.green.outline.comment-reply-link:hover, .woocommerce body.login a.green.outline#wp-submit:hover, body.login .woocommerce a.green.outline#wp-submit:hover, .woocommerce.woocommerce-account .account-navigation a.outline.button.active:hover, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link:hover, .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit:hover, body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation a.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce a.outline.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce a.outline.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce a.outline.active#wp-submit:hover,
.woocommerce button.button.green.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.green.outline.comment-reply-link:hover,
.woocommerce body.login button.green.outline#wp-submit:hover,
body.login .woocommerce button.green.outline#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation button.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation button.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce button.outline.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce button.outline.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce button.outline.active#wp-submit:hover,
.woocommerce #respond input#submit.green.outline:hover,
.woocommerce input.button.green.outline:hover,
.woocommerce input.green.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.green.outline.comment-reply-link:hover,
.woocommerce body.login input.green.outline#wp-submit:hover,
body.login .woocommerce input.green.outline#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation input.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.button.active:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active[type='submit']:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce input.outline.active.comment-reply-link:hover,
.woocommerce #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active.comment-reply-link:hover,
.woocommerce .woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login .woocommerce input.outline.active#wp-submit:hover,
.woocommerce body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation .woocommerce input.outline.active#wp-submit:hover,
.woocommerce-page a.button.green.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.green.outline.comment-reply-link:hover,
.woocommerce-page body.login a.green.outline#wp-submit:hover,
body.login .woocommerce-page a.green.outline#wp-submit:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation a.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.button.active:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page a.outline.active.comment-reply-link:hover,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation a.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.active.comment-reply-link:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login a.outline.active#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page a.outline.active#wp-submit:hover,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation a.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page a.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation a.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply a.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation a.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login a.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation a.outline.active#wp-submit:hover,
.woocommerce-page button.button.green.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.green.outline.comment-reply-link:hover,
.woocommerce-page body.login button.green.outline#wp-submit:hover,
body.login .woocommerce-page button.green.outline#wp-submit:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation button.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.button.active:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page button.outline.active.comment-reply-link:hover,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation button.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.active.comment-reply-link:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login button.outline.active#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page button.outline.active#wp-submit:hover,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation button.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page button.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation button.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply button.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation button.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login button.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation button.outline.active#wp-submit:hover,
.woocommerce-page #respond input#submit.green.outline:hover,
.woocommerce-page input.button.green.outline:hover,
.woocommerce-page input.green.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.green.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.green.outline.comment-reply-link:hover,
.woocommerce-page body.login input.green.outline#wp-submit:hover,
body.login .woocommerce-page input.green.outline#wp-submit:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.outline.button.active:hover,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.button.active:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active[type='submit']:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link:hover,
.woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .woocommerce-page input.outline.active.comment-reply-link:hover,
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation input.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active.comment-reply-link:hover,
.woocommerce-page .woocommerce.woocommerce-account .account-navigation body.login input.outline.active#wp-submit:hover,
.woocommerce.woocommerce-account .account-navigation body.login .woocommerce-page input.outline.active#wp-submit:hover,
.woocommerce-page body.login .woocommerce.woocommerce-account .account-navigation input.outline.active#wp-submit:hover,
body.login .woocommerce.woocommerce-account .account-navigation .woocommerce-page input.outline.active#wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation input.outline.button.active:hover,
.woocommerce-page.woocommerce-account .account-navigation input.outline.active[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply input.outline.active.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation input.outline.active.comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login input.outline.active#wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation input.outline.active#wp-submit:hover {
  background: #c3cf21 !important;
}
.woocommerce a.button.blue, .woocommerce #comments .comment-list .comment-body .reply a.blue.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.blue.comment-reply-link, .woocommerce body.login a.blue#wp-submit, body.login .woocommerce a.blue#wp-submit,
.woocommerce button.button.blue,
.woocommerce #comments .comment-list .comment-body .reply button.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.blue.comment-reply-link,
.woocommerce body.login button.blue#wp-submit,
body.login .woocommerce button.blue#wp-submit,
.woocommerce #respond input#submit.blue,
.woocommerce input.button.blue,
.woocommerce input.blue[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.blue.comment-reply-link,
.woocommerce body.login input.blue#wp-submit,
body.login .woocommerce input.blue#wp-submit,
.woocommerce-page a.button.blue,
.woocommerce-page #comments .comment-list .comment-body .reply a.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.blue.comment-reply-link,
.woocommerce-page body.login a.blue#wp-submit,
body.login .woocommerce-page a.blue#wp-submit,
.woocommerce-page button.button.blue,
.woocommerce-page #comments .comment-list .comment-body .reply button.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.blue.comment-reply-link,
.woocommerce-page body.login button.blue#wp-submit,
body.login .woocommerce-page button.blue#wp-submit,
.woocommerce-page #respond input#submit.blue,
.woocommerce-page input.button.blue,
.woocommerce-page input.blue[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.blue.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.blue.comment-reply-link,
.woocommerce-page body.login input.blue#wp-submit,
body.login .woocommerce-page input.blue#wp-submit {
  background: #0c87a8;
}
.woocommerce a.button.blue:hover, .woocommerce #comments .comment-list .comment-body .reply a.blue.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.blue.comment-reply-link:hover, .woocommerce body.login a.blue#wp-submit:hover, body.login .woocommerce a.blue#wp-submit:hover,
.woocommerce button.button.blue:hover,
.woocommerce #comments .comment-list .comment-body .reply button.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.blue.comment-reply-link:hover,
.woocommerce body.login button.blue#wp-submit:hover,
body.login .woocommerce button.blue#wp-submit:hover,
.woocommerce #respond input#submit.blue:hover,
.woocommerce input.button.blue:hover,
.woocommerce input.blue[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.blue.comment-reply-link:hover,
.woocommerce body.login input.blue#wp-submit:hover,
body.login .woocommerce input.blue#wp-submit:hover,
.woocommerce-page a.button.blue:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.blue.comment-reply-link:hover,
.woocommerce-page body.login a.blue#wp-submit:hover,
body.login .woocommerce-page a.blue#wp-submit:hover,
.woocommerce-page button.button.blue:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.blue.comment-reply-link:hover,
.woocommerce-page body.login button.blue#wp-submit:hover,
body.login .woocommerce-page button.blue#wp-submit:hover,
.woocommerce-page #respond input#submit.blue:hover,
.woocommerce-page input.button.blue:hover,
.woocommerce-page input.blue[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.blue.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.blue.comment-reply-link:hover,
.woocommerce-page body.login input.blue#wp-submit:hover,
body.login .woocommerce-page input.blue#wp-submit:hover {
  background: #096178;
}
.woocommerce a.button.blue.outline, .woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.blue.outline.comment-reply-link, .woocommerce body.login a.blue.outline#wp-submit, body.login .woocommerce a.blue.outline#wp-submit,
.woocommerce button.button.blue.outline,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link,
.woocommerce body.login button.blue.outline#wp-submit,
body.login .woocommerce button.blue.outline#wp-submit,
.woocommerce #respond input#submit.blue.outline,
.woocommerce input.button.blue.outline,
.woocommerce input.blue.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link,
.woocommerce body.login input.blue.outline#wp-submit,
body.login .woocommerce input.blue.outline#wp-submit,
.woocommerce-page a.button.blue.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.blue.outline.comment-reply-link,
.woocommerce-page body.login a.blue.outline#wp-submit,
body.login .woocommerce-page a.blue.outline#wp-submit,
.woocommerce-page button.button.blue.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.blue.outline.comment-reply-link,
.woocommerce-page body.login button.blue.outline#wp-submit,
body.login .woocommerce-page button.blue.outline#wp-submit,
.woocommerce-page #respond input#submit.blue.outline,
.woocommerce-page input.button.blue.outline,
.woocommerce-page input.blue.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.blue.outline.comment-reply-link,
.woocommerce-page body.login input.blue.outline#wp-submit,
body.login .woocommerce-page input.blue.outline#wp-submit {
  color: #0c87a8;
  border-color: #0c87a8;
}
.woocommerce a.button.blue.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.blue.outline.comment-reply-link .genericon, .woocommerce body.login a.blue.outline#wp-submit .genericon, body.login .woocommerce a.blue.outline#wp-submit .genericon,
.woocommerce button.button.blue.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link .genericon,
.woocommerce body.login button.blue.outline#wp-submit .genericon,
body.login .woocommerce button.blue.outline#wp-submit .genericon,
.woocommerce #respond input#submit.blue.outline .genericon,
.woocommerce input.button.blue.outline .genericon,
.woocommerce input.blue.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link .genericon,
.woocommerce body.login input.blue.outline#wp-submit .genericon,
body.login .woocommerce input.blue.outline#wp-submit .genericon,
.woocommerce-page a.button.blue.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.blue.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.blue.outline#wp-submit .genericon,
body.login .woocommerce-page a.blue.outline#wp-submit .genericon,
.woocommerce-page button.button.blue.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.blue.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.blue.outline#wp-submit .genericon,
body.login .woocommerce-page button.blue.outline#wp-submit .genericon,
.woocommerce-page #respond input#submit.blue.outline .genericon,
.woocommerce-page input.button.blue.outline .genericon,
.woocommerce-page input.blue.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.blue.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.blue.outline#wp-submit .genericon,
body.login .woocommerce-page input.blue.outline#wp-submit .genericon {
  color: #0c87a8;
}
.woocommerce a.button.blue.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.blue.outline.comment-reply-link:hover, .woocommerce body.login a.blue.outline#wp-submit:hover, body.login .woocommerce a.blue.outline#wp-submit:hover,
.woocommerce button.button.blue.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.blue.outline.comment-reply-link:hover,
.woocommerce body.login button.blue.outline#wp-submit:hover,
body.login .woocommerce button.blue.outline#wp-submit:hover,
.woocommerce #respond input#submit.blue.outline:hover,
.woocommerce input.button.blue.outline:hover,
.woocommerce input.blue.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.blue.outline.comment-reply-link:hover,
.woocommerce body.login input.blue.outline#wp-submit:hover,
body.login .woocommerce input.blue.outline#wp-submit:hover,
.woocommerce-page a.button.blue.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.blue.outline.comment-reply-link:hover,
.woocommerce-page body.login a.blue.outline#wp-submit:hover,
body.login .woocommerce-page a.blue.outline#wp-submit:hover,
.woocommerce-page button.button.blue.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.blue.outline.comment-reply-link:hover,
.woocommerce-page body.login button.blue.outline#wp-submit:hover,
body.login .woocommerce-page button.blue.outline#wp-submit:hover,
.woocommerce-page #respond input#submit.blue.outline:hover,
.woocommerce-page input.button.blue.outline:hover,
.woocommerce-page input.blue.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.blue.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.blue.outline.comment-reply-link:hover,
.woocommerce-page body.login input.blue.outline#wp-submit:hover,
body.login .woocommerce-page input.blue.outline#wp-submit:hover {
  background: #0c87a8 !important;
}
.woocommerce a.button.purple, .woocommerce #comments .comment-list .comment-body .reply a.purple.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.purple.comment-reply-link, .woocommerce body.login a.purple#wp-submit, body.login .woocommerce a.purple#wp-submit,
.woocommerce button.button.purple,
.woocommerce #comments .comment-list .comment-body .reply button.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.purple.comment-reply-link,
.woocommerce body.login button.purple#wp-submit,
body.login .woocommerce button.purple#wp-submit,
.woocommerce #respond input#submit.purple,
.woocommerce input.button.purple,
.woocommerce input.purple[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.purple.comment-reply-link,
.woocommerce body.login input.purple#wp-submit,
body.login .woocommerce input.purple#wp-submit,
.woocommerce-page a.button.purple,
.woocommerce-page #comments .comment-list .comment-body .reply a.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.purple.comment-reply-link,
.woocommerce-page body.login a.purple#wp-submit,
body.login .woocommerce-page a.purple#wp-submit,
.woocommerce-page button.button.purple,
.woocommerce-page #comments .comment-list .comment-body .reply button.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.purple.comment-reply-link,
.woocommerce-page body.login button.purple#wp-submit,
body.login .woocommerce-page button.purple#wp-submit,
.woocommerce-page #respond input#submit.purple,
.woocommerce-page input.button.purple,
.woocommerce-page input.purple[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.purple.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.purple.comment-reply-link,
.woocommerce-page body.login input.purple#wp-submit,
body.login .woocommerce-page input.purple#wp-submit {
  background: #a54399;
}
.woocommerce a.button.purple:hover, .woocommerce #comments .comment-list .comment-body .reply a.purple.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.purple.comment-reply-link:hover, .woocommerce body.login a.purple#wp-submit:hover, body.login .woocommerce a.purple#wp-submit:hover,
.woocommerce button.button.purple:hover,
.woocommerce #comments .comment-list .comment-body .reply button.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.purple.comment-reply-link:hover,
.woocommerce body.login button.purple#wp-submit:hover,
body.login .woocommerce button.purple#wp-submit:hover,
.woocommerce #respond input#submit.purple:hover,
.woocommerce input.button.purple:hover,
.woocommerce input.purple[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.purple.comment-reply-link:hover,
.woocommerce body.login input.purple#wp-submit:hover,
body.login .woocommerce input.purple#wp-submit:hover,
.woocommerce-page a.button.purple:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.purple.comment-reply-link:hover,
.woocommerce-page body.login a.purple#wp-submit:hover,
body.login .woocommerce-page a.purple#wp-submit:hover,
.woocommerce-page button.button.purple:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.purple.comment-reply-link:hover,
.woocommerce-page body.login button.purple#wp-submit:hover,
body.login .woocommerce-page button.purple#wp-submit:hover,
.woocommerce-page #respond input#submit.purple:hover,
.woocommerce-page input.button.purple:hover,
.woocommerce-page input.purple[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.purple.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.purple.comment-reply-link:hover,
.woocommerce-page body.login input.purple#wp-submit:hover,
body.login .woocommerce-page input.purple#wp-submit:hover {
  background: #813477;
}
.woocommerce a.button.purple.outline, .woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.purple.outline.comment-reply-link, .woocommerce body.login a.purple.outline#wp-submit, body.login .woocommerce a.purple.outline#wp-submit,
.woocommerce button.button.purple.outline,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link,
.woocommerce body.login button.purple.outline#wp-submit,
body.login .woocommerce button.purple.outline#wp-submit,
.woocommerce #respond input#submit.purple.outline,
.woocommerce input.button.purple.outline,
.woocommerce input.purple.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link,
.woocommerce body.login input.purple.outline#wp-submit,
body.login .woocommerce input.purple.outline#wp-submit,
.woocommerce-page a.button.purple.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.purple.outline.comment-reply-link,
.woocommerce-page body.login a.purple.outline#wp-submit,
body.login .woocommerce-page a.purple.outline#wp-submit,
.woocommerce-page button.button.purple.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.purple.outline.comment-reply-link,
.woocommerce-page body.login button.purple.outline#wp-submit,
body.login .woocommerce-page button.purple.outline#wp-submit,
.woocommerce-page #respond input#submit.purple.outline,
.woocommerce-page input.button.purple.outline,
.woocommerce-page input.purple.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.purple.outline.comment-reply-link,
.woocommerce-page body.login input.purple.outline#wp-submit,
body.login .woocommerce-page input.purple.outline#wp-submit {
  color: #a54399;
  border-color: #a54399;
}
.woocommerce a.button.purple.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.purple.outline.comment-reply-link .genericon, .woocommerce body.login a.purple.outline#wp-submit .genericon, body.login .woocommerce a.purple.outline#wp-submit .genericon,
.woocommerce button.button.purple.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link .genericon,
.woocommerce body.login button.purple.outline#wp-submit .genericon,
body.login .woocommerce button.purple.outline#wp-submit .genericon,
.woocommerce #respond input#submit.purple.outline .genericon,
.woocommerce input.button.purple.outline .genericon,
.woocommerce input.purple.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link .genericon,
.woocommerce body.login input.purple.outline#wp-submit .genericon,
body.login .woocommerce input.purple.outline#wp-submit .genericon,
.woocommerce-page a.button.purple.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.purple.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.purple.outline#wp-submit .genericon,
body.login .woocommerce-page a.purple.outline#wp-submit .genericon,
.woocommerce-page button.button.purple.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.purple.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.purple.outline#wp-submit .genericon,
body.login .woocommerce-page button.purple.outline#wp-submit .genericon,
.woocommerce-page #respond input#submit.purple.outline .genericon,
.woocommerce-page input.button.purple.outline .genericon,
.woocommerce-page input.purple.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.purple.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.purple.outline#wp-submit .genericon,
body.login .woocommerce-page input.purple.outline#wp-submit .genericon {
  color: #a54399;
}
.woocommerce a.button.purple.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.purple.outline.comment-reply-link:hover, .woocommerce body.login a.purple.outline#wp-submit:hover, body.login .woocommerce a.purple.outline#wp-submit:hover,
.woocommerce button.button.purple.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.purple.outline.comment-reply-link:hover,
.woocommerce body.login button.purple.outline#wp-submit:hover,
body.login .woocommerce button.purple.outline#wp-submit:hover,
.woocommerce #respond input#submit.purple.outline:hover,
.woocommerce input.button.purple.outline:hover,
.woocommerce input.purple.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.purple.outline.comment-reply-link:hover,
.woocommerce body.login input.purple.outline#wp-submit:hover,
body.login .woocommerce input.purple.outline#wp-submit:hover,
.woocommerce-page a.button.purple.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.purple.outline.comment-reply-link:hover,
.woocommerce-page body.login a.purple.outline#wp-submit:hover,
body.login .woocommerce-page a.purple.outline#wp-submit:hover,
.woocommerce-page button.button.purple.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.purple.outline.comment-reply-link:hover,
.woocommerce-page body.login button.purple.outline#wp-submit:hover,
body.login .woocommerce-page button.purple.outline#wp-submit:hover,
.woocommerce-page #respond input#submit.purple.outline:hover,
.woocommerce-page input.button.purple.outline:hover,
.woocommerce-page input.purple.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.purple.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.purple.outline.comment-reply-link:hover,
.woocommerce-page body.login input.purple.outline#wp-submit:hover,
body.login .woocommerce-page input.purple.outline#wp-submit:hover {
  background: #a54399 !important;
}
.woocommerce a.button.red, .woocommerce #comments .comment-list .comment-body .reply a.red.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.red.comment-reply-link, .woocommerce body.login a.red#wp-submit, body.login .woocommerce a.red#wp-submit,
.woocommerce button.button.red,
.woocommerce #comments .comment-list .comment-body .reply button.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.red.comment-reply-link,
.woocommerce body.login button.red#wp-submit,
body.login .woocommerce button.red#wp-submit,
.woocommerce #respond input#submit.red,
.woocommerce input.button.red,
.woocommerce input.red[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.red.comment-reply-link,
.woocommerce body.login input.red#wp-submit,
body.login .woocommerce input.red#wp-submit,
.woocommerce-page a.button.red,
.woocommerce-page #comments .comment-list .comment-body .reply a.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.red.comment-reply-link,
.woocommerce-page body.login a.red#wp-submit,
body.login .woocommerce-page a.red#wp-submit,
.woocommerce-page button.button.red,
.woocommerce-page #comments .comment-list .comment-body .reply button.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.red.comment-reply-link,
.woocommerce-page body.login button.red#wp-submit,
body.login .woocommerce-page button.red#wp-submit,
.woocommerce-page #respond input#submit.red,
.woocommerce-page input.button.red,
.woocommerce-page input.red[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.red.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.red.comment-reply-link,
.woocommerce-page body.login input.red#wp-submit,
body.login .woocommerce-page input.red#wp-submit {
  background: #e74c3c;
}
.woocommerce a.button.red:hover, .woocommerce #comments .comment-list .comment-body .reply a.red.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.red.comment-reply-link:hover, .woocommerce body.login a.red#wp-submit:hover, body.login .woocommerce a.red#wp-submit:hover,
.woocommerce button.button.red:hover,
.woocommerce #comments .comment-list .comment-body .reply button.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.red.comment-reply-link:hover,
.woocommerce body.login button.red#wp-submit:hover,
body.login .woocommerce button.red#wp-submit:hover,
.woocommerce #respond input#submit.red:hover,
.woocommerce input.button.red:hover,
.woocommerce input.red[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.red.comment-reply-link:hover,
.woocommerce body.login input.red#wp-submit:hover,
body.login .woocommerce input.red#wp-submit:hover,
.woocommerce-page a.button.red:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.red.comment-reply-link:hover,
.woocommerce-page body.login a.red#wp-submit:hover,
body.login .woocommerce-page a.red#wp-submit:hover,
.woocommerce-page button.button.red:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.red.comment-reply-link:hover,
.woocommerce-page body.login button.red#wp-submit:hover,
body.login .woocommerce-page button.red#wp-submit:hover,
.woocommerce-page #respond input#submit.red:hover,
.woocommerce-page input.button.red:hover,
.woocommerce-page input.red[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.red.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.red.comment-reply-link:hover,
.woocommerce-page body.login input.red#wp-submit:hover,
body.login .woocommerce-page input.red#wp-submit:hover {
  background: #d62c1a;
}
.woocommerce a.button.red.outline, .woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.red.outline.comment-reply-link, .woocommerce body.login a.red.outline#wp-submit, body.login .woocommerce a.red.outline#wp-submit,
.woocommerce button.button.red.outline,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link,
.woocommerce body.login button.red.outline#wp-submit,
body.login .woocommerce button.red.outline#wp-submit,
.woocommerce #respond input#submit.red.outline,
.woocommerce input.button.red.outline,
.woocommerce input.red.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link,
.woocommerce body.login input.red.outline#wp-submit,
body.login .woocommerce input.red.outline#wp-submit,
.woocommerce-page a.button.red.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.red.outline.comment-reply-link,
.woocommerce-page body.login a.red.outline#wp-submit,
body.login .woocommerce-page a.red.outline#wp-submit,
.woocommerce-page button.button.red.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.red.outline.comment-reply-link,
.woocommerce-page body.login button.red.outline#wp-submit,
body.login .woocommerce-page button.red.outline#wp-submit,
.woocommerce-page #respond input#submit.red.outline,
.woocommerce-page input.button.red.outline,
.woocommerce-page input.red.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.red.outline.comment-reply-link,
.woocommerce-page body.login input.red.outline#wp-submit,
body.login .woocommerce-page input.red.outline#wp-submit {
  color: #e74c3c;
  border-color: #e74c3c;
}
.woocommerce a.button.red.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.red.outline.comment-reply-link .genericon, .woocommerce body.login a.red.outline#wp-submit .genericon, body.login .woocommerce a.red.outline#wp-submit .genericon,
.woocommerce button.button.red.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link .genericon,
.woocommerce body.login button.red.outline#wp-submit .genericon,
body.login .woocommerce button.red.outline#wp-submit .genericon,
.woocommerce #respond input#submit.red.outline .genericon,
.woocommerce input.button.red.outline .genericon,
.woocommerce input.red.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link .genericon,
.woocommerce body.login input.red.outline#wp-submit .genericon,
body.login .woocommerce input.red.outline#wp-submit .genericon,
.woocommerce-page a.button.red.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.red.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.red.outline#wp-submit .genericon,
body.login .woocommerce-page a.red.outline#wp-submit .genericon,
.woocommerce-page button.button.red.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.red.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.red.outline#wp-submit .genericon,
body.login .woocommerce-page button.red.outline#wp-submit .genericon,
.woocommerce-page #respond input#submit.red.outline .genericon,
.woocommerce-page input.button.red.outline .genericon,
.woocommerce-page input.red.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.red.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.red.outline#wp-submit .genericon,
body.login .woocommerce-page input.red.outline#wp-submit .genericon {
  color: #e74c3c;
}
.woocommerce a.button.red.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.red.outline.comment-reply-link:hover, .woocommerce body.login a.red.outline#wp-submit:hover, body.login .woocommerce a.red.outline#wp-submit:hover,
.woocommerce button.button.red.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.red.outline.comment-reply-link:hover,
.woocommerce body.login button.red.outline#wp-submit:hover,
body.login .woocommerce button.red.outline#wp-submit:hover,
.woocommerce #respond input#submit.red.outline:hover,
.woocommerce input.button.red.outline:hover,
.woocommerce input.red.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.red.outline.comment-reply-link:hover,
.woocommerce body.login input.red.outline#wp-submit:hover,
body.login .woocommerce input.red.outline#wp-submit:hover,
.woocommerce-page a.button.red.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.red.outline.comment-reply-link:hover,
.woocommerce-page body.login a.red.outline#wp-submit:hover,
body.login .woocommerce-page a.red.outline#wp-submit:hover,
.woocommerce-page button.button.red.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.red.outline.comment-reply-link:hover,
.woocommerce-page body.login button.red.outline#wp-submit:hover,
body.login .woocommerce-page button.red.outline#wp-submit:hover,
.woocommerce-page #respond input#submit.red.outline:hover,
.woocommerce-page input.button.red.outline:hover,
.woocommerce-page input.red.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.red.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.red.outline.comment-reply-link:hover,
.woocommerce-page body.login input.red.outline#wp-submit:hover,
body.login .woocommerce-page input.red.outline#wp-submit:hover {
  background: #e74c3c !important;
}
.woocommerce a.button.orange, .woocommerce #comments .comment-list .comment-body .reply a.orange.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.orange.comment-reply-link, .woocommerce body.login a.orange#wp-submit, body.login .woocommerce a.orange#wp-submit,
.woocommerce button.button.orange,
.woocommerce #comments .comment-list .comment-body .reply button.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.orange.comment-reply-link,
.woocommerce body.login button.orange#wp-submit,
body.login .woocommerce button.orange#wp-submit,
.woocommerce #respond input#submit.orange,
.woocommerce input.button.orange,
.woocommerce input.orange[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.orange.comment-reply-link,
.woocommerce body.login input.orange#wp-submit,
body.login .woocommerce input.orange#wp-submit,
.woocommerce-page a.button.orange,
.woocommerce-page #comments .comment-list .comment-body .reply a.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.orange.comment-reply-link,
.woocommerce-page body.login a.orange#wp-submit,
body.login .woocommerce-page a.orange#wp-submit,
.woocommerce-page button.button.orange,
.woocommerce-page #comments .comment-list .comment-body .reply button.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.orange.comment-reply-link,
.woocommerce-page body.login button.orange#wp-submit,
body.login .woocommerce-page button.orange#wp-submit,
.woocommerce-page #respond input#submit.orange,
.woocommerce-page input.button.orange,
.woocommerce-page input.orange[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.orange.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.orange.comment-reply-link,
.woocommerce-page body.login input.orange#wp-submit,
body.login .woocommerce-page input.orange#wp-submit {
  background: #f28034;
}
.woocommerce a.button.orange:hover, .woocommerce #comments .comment-list .comment-body .reply a.orange.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.orange.comment-reply-link:hover, .woocommerce body.login a.orange#wp-submit:hover, body.login .woocommerce a.orange#wp-submit:hover,
.woocommerce button.button.orange:hover,
.woocommerce #comments .comment-list .comment-body .reply button.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.orange.comment-reply-link:hover,
.woocommerce body.login button.orange#wp-submit:hover,
body.login .woocommerce button.orange#wp-submit:hover,
.woocommerce #respond input#submit.orange:hover,
.woocommerce input.button.orange:hover,
.woocommerce input.orange[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.orange.comment-reply-link:hover,
.woocommerce body.login input.orange#wp-submit:hover,
body.login .woocommerce input.orange#wp-submit:hover,
.woocommerce-page a.button.orange:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.orange.comment-reply-link:hover,
.woocommerce-page body.login a.orange#wp-submit:hover,
body.login .woocommerce-page a.orange#wp-submit:hover,
.woocommerce-page button.button.orange:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.orange.comment-reply-link:hover,
.woocommerce-page body.login button.orange#wp-submit:hover,
body.login .woocommerce-page button.orange#wp-submit:hover,
.woocommerce-page #respond input#submit.orange:hover,
.woocommerce-page input.button.orange:hover,
.woocommerce-page input.orange[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.orange.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.orange.comment-reply-link:hover,
.woocommerce-page body.login input.orange#wp-submit:hover,
body.login .woocommerce-page input.orange#wp-submit:hover {
  background: #e4640f;
}
.woocommerce a.button.orange.outline, .woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.orange.outline.comment-reply-link, .woocommerce body.login a.orange.outline#wp-submit, body.login .woocommerce a.orange.outline#wp-submit,
.woocommerce button.button.orange.outline,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link,
.woocommerce body.login button.orange.outline#wp-submit,
body.login .woocommerce button.orange.outline#wp-submit,
.woocommerce #respond input#submit.orange.outline,
.woocommerce input.button.orange.outline,
.woocommerce input.orange.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link,
.woocommerce body.login input.orange.outline#wp-submit,
body.login .woocommerce input.orange.outline#wp-submit,
.woocommerce-page a.button.orange.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.orange.outline.comment-reply-link,
.woocommerce-page body.login a.orange.outline#wp-submit,
body.login .woocommerce-page a.orange.outline#wp-submit,
.woocommerce-page button.button.orange.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.orange.outline.comment-reply-link,
.woocommerce-page body.login button.orange.outline#wp-submit,
body.login .woocommerce-page button.orange.outline#wp-submit,
.woocommerce-page #respond input#submit.orange.outline,
.woocommerce-page input.button.orange.outline,
.woocommerce-page input.orange.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.orange.outline.comment-reply-link,
.woocommerce-page body.login input.orange.outline#wp-submit,
body.login .woocommerce-page input.orange.outline#wp-submit {
  color: #f28034;
  border-color: #f28034;
}
.woocommerce a.button.orange.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.orange.outline.comment-reply-link .genericon, .woocommerce body.login a.orange.outline#wp-submit .genericon, body.login .woocommerce a.orange.outline#wp-submit .genericon,
.woocommerce button.button.orange.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link .genericon,
.woocommerce body.login button.orange.outline#wp-submit .genericon,
body.login .woocommerce button.orange.outline#wp-submit .genericon,
.woocommerce #respond input#submit.orange.outline .genericon,
.woocommerce input.button.orange.outline .genericon,
.woocommerce input.orange.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link .genericon,
.woocommerce body.login input.orange.outline#wp-submit .genericon,
body.login .woocommerce input.orange.outline#wp-submit .genericon,
.woocommerce-page a.button.orange.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.orange.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.orange.outline#wp-submit .genericon,
body.login .woocommerce-page a.orange.outline#wp-submit .genericon,
.woocommerce-page button.button.orange.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.orange.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.orange.outline#wp-submit .genericon,
body.login .woocommerce-page button.orange.outline#wp-submit .genericon,
.woocommerce-page #respond input#submit.orange.outline .genericon,
.woocommerce-page input.button.orange.outline .genericon,
.woocommerce-page input.orange.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.orange.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.orange.outline#wp-submit .genericon,
body.login .woocommerce-page input.orange.outline#wp-submit .genericon {
  color: #f28034;
}
.woocommerce a.button.orange.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.orange.outline.comment-reply-link:hover, .woocommerce body.login a.orange.outline#wp-submit:hover, body.login .woocommerce a.orange.outline#wp-submit:hover,
.woocommerce button.button.orange.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.orange.outline.comment-reply-link:hover,
.woocommerce body.login button.orange.outline#wp-submit:hover,
body.login .woocommerce button.orange.outline#wp-submit:hover,
.woocommerce #respond input#submit.orange.outline:hover,
.woocommerce input.button.orange.outline:hover,
.woocommerce input.orange.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.orange.outline.comment-reply-link:hover,
.woocommerce body.login input.orange.outline#wp-submit:hover,
body.login .woocommerce input.orange.outline#wp-submit:hover,
.woocommerce-page a.button.orange.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.orange.outline.comment-reply-link:hover,
.woocommerce-page body.login a.orange.outline#wp-submit:hover,
body.login .woocommerce-page a.orange.outline#wp-submit:hover,
.woocommerce-page button.button.orange.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.orange.outline.comment-reply-link:hover,
.woocommerce-page body.login button.orange.outline#wp-submit:hover,
body.login .woocommerce-page button.orange.outline#wp-submit:hover,
.woocommerce-page #respond input#submit.orange.outline:hover,
.woocommerce-page input.button.orange.outline:hover,
.woocommerce-page input.orange.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.orange.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.orange.outline.comment-reply-link:hover,
.woocommerce-page body.login input.orange.outline#wp-submit:hover,
body.login .woocommerce-page input.orange.outline#wp-submit:hover {
  background: #f28034 !important;
}
.woocommerce a.button.yellow, .woocommerce #comments .comment-list .comment-body .reply a.yellow.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.yellow.comment-reply-link, .woocommerce body.login a.yellow#wp-submit, body.login .woocommerce a.yellow#wp-submit,
.woocommerce button.button.yellow,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.comment-reply-link,
.woocommerce body.login button.yellow#wp-submit,
body.login .woocommerce button.yellow#wp-submit,
.woocommerce #respond input#submit.yellow,
.woocommerce input.button.yellow,
.woocommerce input.yellow[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.comment-reply-link,
.woocommerce body.login input.yellow#wp-submit,
body.login .woocommerce input.yellow#wp-submit,
.woocommerce-page a.button.yellow,
.woocommerce-page #comments .comment-list .comment-body .reply a.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.yellow.comment-reply-link,
.woocommerce-page body.login a.yellow#wp-submit,
body.login .woocommerce-page a.yellow#wp-submit,
.woocommerce-page button.button.yellow,
.woocommerce-page #comments .comment-list .comment-body .reply button.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.yellow.comment-reply-link,
.woocommerce-page body.login button.yellow#wp-submit,
body.login .woocommerce-page button.yellow#wp-submit,
.woocommerce-page #respond input#submit.yellow,
.woocommerce-page input.button.yellow,
.woocommerce-page input.yellow[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.yellow.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.yellow.comment-reply-link,
.woocommerce-page body.login input.yellow#wp-submit,
body.login .woocommerce-page input.yellow#wp-submit {
  background: #eae827;
}
.woocommerce a.button.yellow:hover, .woocommerce #comments .comment-list .comment-body .reply a.yellow.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.yellow.comment-reply-link:hover, .woocommerce body.login a.yellow#wp-submit:hover, body.login .woocommerce a.yellow#wp-submit:hover,
.woocommerce button.button.yellow:hover,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.comment-reply-link:hover,
.woocommerce body.login button.yellow#wp-submit:hover,
body.login .woocommerce button.yellow#wp-submit:hover,
.woocommerce #respond input#submit.yellow:hover,
.woocommerce input.button.yellow:hover,
.woocommerce input.yellow[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.comment-reply-link:hover,
.woocommerce body.login input.yellow#wp-submit:hover,
body.login .woocommerce input.yellow#wp-submit:hover,
.woocommerce-page a.button.yellow:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.yellow.comment-reply-link:hover,
.woocommerce-page body.login a.yellow#wp-submit:hover,
body.login .woocommerce-page a.yellow#wp-submit:hover,
.woocommerce-page button.button.yellow:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.yellow.comment-reply-link:hover,
.woocommerce-page body.login button.yellow#wp-submit:hover,
body.login .woocommerce-page button.yellow#wp-submit:hover,
.woocommerce-page #respond input#submit.yellow:hover,
.woocommerce-page input.button.yellow:hover,
.woocommerce-page input.yellow[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.yellow.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.yellow.comment-reply-link:hover,
.woocommerce-page body.login input.yellow#wp-submit:hover,
body.login .woocommerce-page input.yellow#wp-submit:hover {
  background: #cac814;
}
.woocommerce a.button.yellow.outline, .woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.yellow.outline.comment-reply-link, .woocommerce body.login a.yellow.outline#wp-submit, body.login .woocommerce a.yellow.outline#wp-submit,
.woocommerce button.button.yellow.outline,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link,
.woocommerce body.login button.yellow.outline#wp-submit,
body.login .woocommerce button.yellow.outline#wp-submit,
.woocommerce #respond input#submit.yellow.outline,
.woocommerce input.button.yellow.outline,
.woocommerce input.yellow.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link,
.woocommerce body.login input.yellow.outline#wp-submit,
body.login .woocommerce input.yellow.outline#wp-submit,
.woocommerce-page a.button.yellow.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.yellow.outline.comment-reply-link,
.woocommerce-page body.login a.yellow.outline#wp-submit,
body.login .woocommerce-page a.yellow.outline#wp-submit,
.woocommerce-page button.button.yellow.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.yellow.outline.comment-reply-link,
.woocommerce-page body.login button.yellow.outline#wp-submit,
body.login .woocommerce-page button.yellow.outline#wp-submit,
.woocommerce-page #respond input#submit.yellow.outline,
.woocommerce-page input.button.yellow.outline,
.woocommerce-page input.yellow.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.yellow.outline.comment-reply-link,
.woocommerce-page body.login input.yellow.outline#wp-submit,
body.login .woocommerce-page input.yellow.outline#wp-submit {
  color: #eae827;
  border-color: #eae827;
}
.woocommerce a.button.yellow.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.yellow.outline.comment-reply-link .genericon, .woocommerce body.login a.yellow.outline#wp-submit .genericon, body.login .woocommerce a.yellow.outline#wp-submit .genericon,
.woocommerce button.button.yellow.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link .genericon,
.woocommerce body.login button.yellow.outline#wp-submit .genericon,
body.login .woocommerce button.yellow.outline#wp-submit .genericon,
.woocommerce #respond input#submit.yellow.outline .genericon,
.woocommerce input.button.yellow.outline .genericon,
.woocommerce input.yellow.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link .genericon,
.woocommerce body.login input.yellow.outline#wp-submit .genericon,
body.login .woocommerce input.yellow.outline#wp-submit .genericon,
.woocommerce-page a.button.yellow.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.yellow.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.yellow.outline#wp-submit .genericon,
body.login .woocommerce-page a.yellow.outline#wp-submit .genericon,
.woocommerce-page button.button.yellow.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.yellow.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.yellow.outline#wp-submit .genericon,
body.login .woocommerce-page button.yellow.outline#wp-submit .genericon,
.woocommerce-page #respond input#submit.yellow.outline .genericon,
.woocommerce-page input.button.yellow.outline .genericon,
.woocommerce-page input.yellow.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.yellow.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.yellow.outline#wp-submit .genericon,
body.login .woocommerce-page input.yellow.outline#wp-submit .genericon {
  color: #eae827;
}
.woocommerce a.button.yellow.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.yellow.outline.comment-reply-link:hover, .woocommerce body.login a.yellow.outline#wp-submit:hover, body.login .woocommerce a.yellow.outline#wp-submit:hover,
.woocommerce button.button.yellow.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.yellow.outline.comment-reply-link:hover,
.woocommerce body.login button.yellow.outline#wp-submit:hover,
body.login .woocommerce button.yellow.outline#wp-submit:hover,
.woocommerce #respond input#submit.yellow.outline:hover,
.woocommerce input.button.yellow.outline:hover,
.woocommerce input.yellow.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.yellow.outline.comment-reply-link:hover,
.woocommerce body.login input.yellow.outline#wp-submit:hover,
body.login .woocommerce input.yellow.outline#wp-submit:hover,
.woocommerce-page a.button.yellow.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.yellow.outline.comment-reply-link:hover,
.woocommerce-page body.login a.yellow.outline#wp-submit:hover,
body.login .woocommerce-page a.yellow.outline#wp-submit:hover,
.woocommerce-page button.button.yellow.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.yellow.outline.comment-reply-link:hover,
.woocommerce-page body.login button.yellow.outline#wp-submit:hover,
body.login .woocommerce-page button.yellow.outline#wp-submit:hover,
.woocommerce-page #respond input#submit.yellow.outline:hover,
.woocommerce-page input.button.yellow.outline:hover,
.woocommerce-page input.yellow.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.yellow.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.yellow.outline.comment-reply-link:hover,
.woocommerce-page body.login input.yellow.outline#wp-submit:hover,
body.login .woocommerce-page input.yellow.outline#wp-submit:hover {
  background: #eae827 !important;
}
.woocommerce a.button.gray, .woocommerce #comments .comment-list .comment-body .reply a.gray.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.gray.comment-reply-link, .woocommerce body.login a.gray#wp-submit, body.login .woocommerce a.gray#wp-submit,
.woocommerce button.button.gray,
.woocommerce #comments .comment-list .comment-body .reply button.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.gray.comment-reply-link,
.woocommerce body.login button.gray#wp-submit,
body.login .woocommerce button.gray#wp-submit,
.woocommerce #respond input#submit.gray,
.woocommerce input.button.gray,
.woocommerce input.gray[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.gray.comment-reply-link,
.woocommerce body.login input.gray#wp-submit,
body.login .woocommerce input.gray#wp-submit,
.woocommerce-page a.button.gray,
.woocommerce-page #comments .comment-list .comment-body .reply a.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.gray.comment-reply-link,
.woocommerce-page body.login a.gray#wp-submit,
body.login .woocommerce-page a.gray#wp-submit,
.woocommerce-page button.button.gray,
.woocommerce-page #comments .comment-list .comment-body .reply button.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.gray.comment-reply-link,
.woocommerce-page body.login button.gray#wp-submit,
body.login .woocommerce-page button.gray#wp-submit,
.woocommerce-page #respond input#submit.gray,
.woocommerce-page input.button.gray,
.woocommerce-page input.gray[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.gray.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.gray.comment-reply-link,
.woocommerce-page body.login input.gray#wp-submit,
body.login .woocommerce-page input.gray#wp-submit {
  background: #424244;
}
.woocommerce a.button.gray:hover, .woocommerce #comments .comment-list .comment-body .reply a.gray.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.gray.comment-reply-link:hover, .woocommerce body.login a.gray#wp-submit:hover, body.login .woocommerce a.gray#wp-submit:hover,
.woocommerce button.button.gray:hover,
.woocommerce #comments .comment-list .comment-body .reply button.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.gray.comment-reply-link:hover,
.woocommerce body.login button.gray#wp-submit:hover,
body.login .woocommerce button.gray#wp-submit:hover,
.woocommerce #respond input#submit.gray:hover,
.woocommerce input.button.gray:hover,
.woocommerce input.gray[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.gray.comment-reply-link:hover,
.woocommerce body.login input.gray#wp-submit:hover,
body.login .woocommerce input.gray#wp-submit:hover,
.woocommerce-page a.button.gray:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.gray.comment-reply-link:hover,
.woocommerce-page body.login a.gray#wp-submit:hover,
body.login .woocommerce-page a.gray#wp-submit:hover,
.woocommerce-page button.button.gray:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.gray.comment-reply-link:hover,
.woocommerce-page body.login button.gray#wp-submit:hover,
body.login .woocommerce-page button.gray#wp-submit:hover,
.woocommerce-page #respond input#submit.gray:hover,
.woocommerce-page input.button.gray:hover,
.woocommerce-page input.gray[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.gray.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.gray.comment-reply-link:hover,
.woocommerce-page body.login input.gray#wp-submit:hover,
body.login .woocommerce-page input.gray#wp-submit:hover {
  background: #29292a;
}
.woocommerce a.button.gray.outline, .woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.gray.outline.comment-reply-link, .woocommerce body.login a.gray.outline#wp-submit, body.login .woocommerce a.gray.outline#wp-submit,
.woocommerce button.button.gray.outline,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link,
.woocommerce body.login button.gray.outline#wp-submit,
body.login .woocommerce button.gray.outline#wp-submit,
.woocommerce #respond input#submit.gray.outline,
.woocommerce input.button.gray.outline,
.woocommerce input.gray.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link,
.woocommerce body.login input.gray.outline#wp-submit,
body.login .woocommerce input.gray.outline#wp-submit,
.woocommerce-page a.button.gray.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.gray.outline.comment-reply-link,
.woocommerce-page body.login a.gray.outline#wp-submit,
body.login .woocommerce-page a.gray.outline#wp-submit,
.woocommerce-page button.button.gray.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.gray.outline.comment-reply-link,
.woocommerce-page body.login button.gray.outline#wp-submit,
body.login .woocommerce-page button.gray.outline#wp-submit,
.woocommerce-page #respond input#submit.gray.outline,
.woocommerce-page input.button.gray.outline,
.woocommerce-page input.gray.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.gray.outline.comment-reply-link,
.woocommerce-page body.login input.gray.outline#wp-submit,
body.login .woocommerce-page input.gray.outline#wp-submit {
  color: #424244;
  border-color: #424244;
}
.woocommerce a.button.gray.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.gray.outline.comment-reply-link .genericon, .woocommerce body.login a.gray.outline#wp-submit .genericon, body.login .woocommerce a.gray.outline#wp-submit .genericon,
.woocommerce button.button.gray.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link .genericon,
.woocommerce body.login button.gray.outline#wp-submit .genericon,
body.login .woocommerce button.gray.outline#wp-submit .genericon,
.woocommerce #respond input#submit.gray.outline .genericon,
.woocommerce input.button.gray.outline .genericon,
.woocommerce input.gray.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link .genericon,
.woocommerce body.login input.gray.outline#wp-submit .genericon,
body.login .woocommerce input.gray.outline#wp-submit .genericon,
.woocommerce-page a.button.gray.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.gray.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.gray.outline#wp-submit .genericon,
body.login .woocommerce-page a.gray.outline#wp-submit .genericon,
.woocommerce-page button.button.gray.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.gray.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.gray.outline#wp-submit .genericon,
body.login .woocommerce-page button.gray.outline#wp-submit .genericon,
.woocommerce-page #respond input#submit.gray.outline .genericon,
.woocommerce-page input.button.gray.outline .genericon,
.woocommerce-page input.gray.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.gray.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.gray.outline#wp-submit .genericon,
body.login .woocommerce-page input.gray.outline#wp-submit .genericon {
  color: #424244;
}
.woocommerce a.button.gray.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.gray.outline.comment-reply-link:hover, .woocommerce body.login a.gray.outline#wp-submit:hover, body.login .woocommerce a.gray.outline#wp-submit:hover,
.woocommerce button.button.gray.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.gray.outline.comment-reply-link:hover,
.woocommerce body.login button.gray.outline#wp-submit:hover,
body.login .woocommerce button.gray.outline#wp-submit:hover,
.woocommerce #respond input#submit.gray.outline:hover,
.woocommerce input.button.gray.outline:hover,
.woocommerce input.gray.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.gray.outline.comment-reply-link:hover,
.woocommerce body.login input.gray.outline#wp-submit:hover,
body.login .woocommerce input.gray.outline#wp-submit:hover,
.woocommerce-page a.button.gray.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.gray.outline.comment-reply-link:hover,
.woocommerce-page body.login a.gray.outline#wp-submit:hover,
body.login .woocommerce-page a.gray.outline#wp-submit:hover,
.woocommerce-page button.button.gray.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.gray.outline.comment-reply-link:hover,
.woocommerce-page body.login button.gray.outline#wp-submit:hover,
body.login .woocommerce-page button.gray.outline#wp-submit:hover,
.woocommerce-page #respond input#submit.gray.outline:hover,
.woocommerce-page input.button.gray.outline:hover,
.woocommerce-page input.gray.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.gray.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.gray.outline.comment-reply-link:hover,
.woocommerce-page body.login input.gray.outline#wp-submit:hover,
body.login .woocommerce-page input.gray.outline#wp-submit:hover {
  background: #424244 !important;
}
.woocommerce a.button.white, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link, .woocommerce body.login a.white#wp-submit, body.login .woocommerce a.white#wp-submit,
.woocommerce button.button.white,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link,
.woocommerce body.login button.white#wp-submit,
body.login .woocommerce button.white#wp-submit,
.woocommerce #respond input#submit.white,
.woocommerce input.button.white,
.woocommerce input.white[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link,
.woocommerce body.login input.white#wp-submit,
body.login .woocommerce input.white#wp-submit,
.woocommerce-page a.button.white,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.comment-reply-link,
.woocommerce-page body.login a.white#wp-submit,
body.login .woocommerce-page a.white#wp-submit,
.woocommerce-page button.button.white,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.comment-reply-link,
.woocommerce-page body.login button.white#wp-submit,
body.login .woocommerce-page button.white#wp-submit,
.woocommerce-page #respond input#submit.white,
.woocommerce-page input.button.white,
.woocommerce-page input.white[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.white.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.comment-reply-link,
.woocommerce-page body.login input.white#wp-submit,
body.login .woocommerce-page input.white#wp-submit {
  background: #fff;
  color: #424244;
}
.woocommerce a.button.white:hover, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link:hover, .woocommerce body.login a.white#wp-submit:hover, body.login .woocommerce a.white#wp-submit:hover,
.woocommerce button.button.white:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover,
.woocommerce body.login button.white#wp-submit:hover,
body.login .woocommerce button.white#wp-submit:hover,
.woocommerce #respond input#submit.white:hover,
.woocommerce input.button.white:hover,
.woocommerce input.white[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover,
.woocommerce body.login input.white#wp-submit:hover,
body.login .woocommerce input.white#wp-submit:hover,
.woocommerce-page a.button.white:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.comment-reply-link:hover,
.woocommerce-page body.login a.white#wp-submit:hover,
body.login .woocommerce-page a.white#wp-submit:hover,
.woocommerce-page button.button.white:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.comment-reply-link:hover,
.woocommerce-page body.login button.white#wp-submit:hover,
body.login .woocommerce-page button.white#wp-submit:hover,
.woocommerce-page #respond input#submit.white:hover,
.woocommerce-page input.button.white:hover,
.woocommerce-page input.white[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.comment-reply-link:hover,
.woocommerce-page body.login input.white#wp-submit:hover,
body.login .woocommerce-page input.white#wp-submit:hover {
  background: #e6e6e6;
}
.woocommerce a.button.white.outline, .woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.white.outline.comment-reply-link, .woocommerce body.login a.white.outline#wp-submit, body.login .woocommerce a.white.outline#wp-submit,
.woocommerce button.button.white.outline,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link,
.woocommerce body.login button.white.outline#wp-submit,
body.login .woocommerce button.white.outline#wp-submit,
.woocommerce #respond input#submit.white.outline,
.woocommerce input.button.white.outline,
.woocommerce input.white.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link,
.woocommerce body.login input.white.outline#wp-submit,
body.login .woocommerce input.white.outline#wp-submit,
.woocommerce-page a.button.white.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.outline.comment-reply-link,
.woocommerce-page body.login a.white.outline#wp-submit,
body.login .woocommerce-page a.white.outline#wp-submit,
.woocommerce-page button.button.white.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.outline.comment-reply-link,
.woocommerce-page body.login button.white.outline#wp-submit,
body.login .woocommerce-page button.white.outline#wp-submit,
.woocommerce-page #respond input#submit.white.outline,
.woocommerce-page input.button.white.outline,
.woocommerce-page input.white.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.outline.comment-reply-link,
.woocommerce-page body.login input.white.outline#wp-submit,
body.login .woocommerce-page input.white.outline#wp-submit {
  color: #fff;
  border-color: #fff;
}
.woocommerce a.button.white.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.white.outline.comment-reply-link .genericon, .woocommerce body.login a.white.outline#wp-submit .genericon, body.login .woocommerce a.white.outline#wp-submit .genericon,
.woocommerce button.button.white.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link .genericon,
.woocommerce body.login button.white.outline#wp-submit .genericon,
body.login .woocommerce button.white.outline#wp-submit .genericon,
.woocommerce #respond input#submit.white.outline .genericon,
.woocommerce input.button.white.outline .genericon,
.woocommerce input.white.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link .genericon,
.woocommerce body.login input.white.outline#wp-submit .genericon,
body.login .woocommerce input.white.outline#wp-submit .genericon,
.woocommerce-page a.button.white.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.white.outline#wp-submit .genericon,
body.login .woocommerce-page a.white.outline#wp-submit .genericon,
.woocommerce-page button.button.white.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.white.outline#wp-submit .genericon,
body.login .woocommerce-page button.white.outline#wp-submit .genericon,
.woocommerce-page #respond input#submit.white.outline .genericon,
.woocommerce-page input.button.white.outline .genericon,
.woocommerce-page input.white.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.white.outline#wp-submit .genericon,
body.login .woocommerce-page input.white.outline#wp-submit .genericon {
  color: #fff;
}
.woocommerce a.button.white.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.white.outline.comment-reply-link:hover, .woocommerce body.login a.white.outline#wp-submit:hover, body.login .woocommerce a.white.outline#wp-submit:hover,
.woocommerce button.button.white.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.outline.comment-reply-link:hover,
.woocommerce body.login button.white.outline#wp-submit:hover,
body.login .woocommerce button.white.outline#wp-submit:hover,
.woocommerce #respond input#submit.white.outline:hover,
.woocommerce input.button.white.outline:hover,
.woocommerce input.white.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.outline.comment-reply-link:hover,
.woocommerce body.login input.white.outline#wp-submit:hover,
body.login .woocommerce input.white.outline#wp-submit:hover,
.woocommerce-page a.button.white.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.outline.comment-reply-link:hover,
.woocommerce-page body.login a.white.outline#wp-submit:hover,
body.login .woocommerce-page a.white.outline#wp-submit:hover,
.woocommerce-page button.button.white.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.outline.comment-reply-link:hover,
.woocommerce-page body.login button.white.outline#wp-submit:hover,
body.login .woocommerce-page button.white.outline#wp-submit:hover,
.woocommerce-page #respond input#submit.white.outline:hover,
.woocommerce-page input.button.white.outline:hover,
.woocommerce-page input.white.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.white.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.outline.comment-reply-link:hover,
.woocommerce-page body.login input.white.outline#wp-submit:hover,
body.login .woocommerce-page input.white.outline#wp-submit:hover {
  background: #fff !important;
}
.woocommerce a.button.white .genericon, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link .genericon, .woocommerce body.login a.white#wp-submit .genericon, body.login .woocommerce a.white#wp-submit .genericon,
.woocommerce button.button.white .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link .genericon,
.woocommerce body.login button.white#wp-submit .genericon,
body.login .woocommerce button.white#wp-submit .genericon,
.woocommerce #respond input#submit.white .genericon,
.woocommerce input.button.white .genericon,
.woocommerce input.white[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link .genericon,
.woocommerce body.login input.white#wp-submit .genericon,
body.login .woocommerce input.white#wp-submit .genericon,
.woocommerce-page a.button.white .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.comment-reply-link .genericon,
.woocommerce-page body.login a.white#wp-submit .genericon,
body.login .woocommerce-page a.white#wp-submit .genericon,
.woocommerce-page button.button.white .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.comment-reply-link .genericon,
.woocommerce-page body.login button.white#wp-submit .genericon,
body.login .woocommerce-page button.white#wp-submit .genericon,
.woocommerce-page #respond input#submit.white .genericon,
.woocommerce-page input.button.white .genericon,
.woocommerce-page input.white[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.white.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.comment-reply-link .genericon,
.woocommerce-page body.login input.white#wp-submit .genericon,
body.login .woocommerce-page input.white#wp-submit .genericon {
  color: #424244;
}
.woocommerce a.button.white:hover, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link:hover, .woocommerce body.login a.white#wp-submit:hover, body.login .woocommerce a.white#wp-submit:hover,
.woocommerce button.button.white:hover,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover,
.woocommerce body.login button.white#wp-submit:hover,
body.login .woocommerce button.white#wp-submit:hover,
.woocommerce #respond input#submit.white:hover,
.woocommerce input.button.white:hover,
.woocommerce input.white[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover,
.woocommerce body.login input.white#wp-submit:hover,
body.login .woocommerce input.white#wp-submit:hover,
.woocommerce-page a.button.white:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.comment-reply-link:hover,
.woocommerce-page body.login a.white#wp-submit:hover,
body.login .woocommerce-page a.white#wp-submit:hover,
.woocommerce-page button.button.white:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.comment-reply-link:hover,
.woocommerce-page body.login button.white#wp-submit:hover,
body.login .woocommerce-page button.white#wp-submit:hover,
.woocommerce-page #respond input#submit.white:hover,
.woocommerce-page input.button.white:hover,
.woocommerce-page input.white[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.comment-reply-link:hover,
.woocommerce-page body.login input.white#wp-submit:hover,
body.login .woocommerce-page input.white#wp-submit:hover {
  color: #424244;
}
.woocommerce a.button.white:hover .genericon, .woocommerce #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover .genericon, #comments .comment-list .comment-body .reply .woocommerce a.white.comment-reply-link:hover .genericon, .woocommerce body.login a.white#wp-submit:hover .genericon, body.login .woocommerce a.white#wp-submit:hover .genericon,
.woocommerce button.button.white:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.white.comment-reply-link:hover .genericon,
.woocommerce body.login button.white#wp-submit:hover .genericon,
body.login .woocommerce button.white#wp-submit:hover .genericon,
.woocommerce #respond input#submit.white:hover .genericon,
.woocommerce input.button.white:hover .genericon,
.woocommerce input.white[type='submit']:hover .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.white.comment-reply-link:hover .genericon,
.woocommerce body.login input.white#wp-submit:hover .genericon,
body.login .woocommerce input.white#wp-submit:hover .genericon,
.woocommerce-page a.button.white:hover .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.white.comment-reply-link:hover .genericon,
.woocommerce-page body.login a.white#wp-submit:hover .genericon,
body.login .woocommerce-page a.white#wp-submit:hover .genericon,
.woocommerce-page button.button.white:hover .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.white.comment-reply-link:hover .genericon,
.woocommerce-page body.login button.white#wp-submit:hover .genericon,
body.login .woocommerce-page button.white#wp-submit:hover .genericon,
.woocommerce-page #respond input#submit.white:hover .genericon,
.woocommerce-page input.button.white:hover .genericon,
.woocommerce-page input.white[type='submit']:hover .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.white.comment-reply-link:hover .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.white.comment-reply-link:hover .genericon,
.woocommerce-page body.login input.white#wp-submit:hover .genericon,
body.login .woocommerce-page input.white#wp-submit:hover .genericon {
  color: #424244;
}
.woocommerce a.button.teal, .woocommerce #comments .comment-list .comment-body .reply a.teal.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.teal.comment-reply-link, .woocommerce body.login a.teal#wp-submit, body.login .woocommerce a.teal#wp-submit,
.woocommerce button.button.teal,
.woocommerce #comments .comment-list .comment-body .reply button.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.teal.comment-reply-link,
.woocommerce body.login button.teal#wp-submit,
body.login .woocommerce button.teal#wp-submit,
.woocommerce #respond input#submit.teal,
.woocommerce input.button.teal,
.woocommerce input.teal[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.teal.comment-reply-link,
.woocommerce body.login input.teal#wp-submit,
body.login .woocommerce input.teal#wp-submit,
.woocommerce-page a.button.teal,
.woocommerce-page #comments .comment-list .comment-body .reply a.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.teal.comment-reply-link,
.woocommerce-page body.login a.teal#wp-submit,
body.login .woocommerce-page a.teal#wp-submit,
.woocommerce-page button.button.teal,
.woocommerce-page #comments .comment-list .comment-body .reply button.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.teal.comment-reply-link,
.woocommerce-page body.login button.teal#wp-submit,
body.login .woocommerce-page button.teal#wp-submit,
.woocommerce-page #respond input#submit.teal,
.woocommerce-page input.button.teal,
.woocommerce-page input.teal[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.teal.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.teal.comment-reply-link,
.woocommerce-page body.login input.teal#wp-submit,
body.login .woocommerce-page input.teal#wp-submit {
  background: #00b1b0;
}
.woocommerce a.button.teal:hover, .woocommerce #comments .comment-list .comment-body .reply a.teal.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.teal.comment-reply-link:hover, .woocommerce body.login a.teal#wp-submit:hover, body.login .woocommerce a.teal#wp-submit:hover,
.woocommerce button.button.teal:hover,
.woocommerce #comments .comment-list .comment-body .reply button.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.teal.comment-reply-link:hover,
.woocommerce body.login button.teal#wp-submit:hover,
body.login .woocommerce button.teal#wp-submit:hover,
.woocommerce #respond input#submit.teal:hover,
.woocommerce input.button.teal:hover,
.woocommerce input.teal[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.teal.comment-reply-link:hover,
.woocommerce body.login input.teal#wp-submit:hover,
body.login .woocommerce input.teal#wp-submit:hover,
.woocommerce-page a.button.teal:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.teal.comment-reply-link:hover,
.woocommerce-page body.login a.teal#wp-submit:hover,
body.login .woocommerce-page a.teal#wp-submit:hover,
.woocommerce-page button.button.teal:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.teal.comment-reply-link:hover,
.woocommerce-page body.login button.teal#wp-submit:hover,
body.login .woocommerce-page button.teal#wp-submit:hover,
.woocommerce-page #respond input#submit.teal:hover,
.woocommerce-page input.button.teal:hover,
.woocommerce-page input.teal[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.teal.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.teal.comment-reply-link:hover,
.woocommerce-page body.login input.teal#wp-submit:hover,
body.login .woocommerce-page input.teal#wp-submit:hover {
  background: #007e7d;
}
.woocommerce a.button.teal.outline, .woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce a.teal.outline.comment-reply-link, .woocommerce body.login a.teal.outline#wp-submit, body.login .woocommerce a.teal.outline#wp-submit,
.woocommerce button.button.teal.outline,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link,
.woocommerce body.login button.teal.outline#wp-submit,
body.login .woocommerce button.teal.outline#wp-submit,
.woocommerce #respond input#submit.teal.outline,
.woocommerce input.button.teal.outline,
.woocommerce input.teal.outline[type='submit'],
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link,
.woocommerce body.login input.teal.outline#wp-submit,
body.login .woocommerce input.teal.outline#wp-submit,
.woocommerce-page a.button.teal.outline,
.woocommerce-page #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page a.teal.outline.comment-reply-link,
.woocommerce-page body.login a.teal.outline#wp-submit,
body.login .woocommerce-page a.teal.outline#wp-submit,
.woocommerce-page button.button.teal.outline,
.woocommerce-page #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page button.teal.outline.comment-reply-link,
.woocommerce-page body.login button.teal.outline#wp-submit,
body.login .woocommerce-page button.teal.outline#wp-submit,
.woocommerce-page #respond input#submit.teal.outline,
.woocommerce-page input.button.teal.outline,
.woocommerce-page input.teal.outline[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page input.teal.outline.comment-reply-link,
.woocommerce-page body.login input.teal.outline#wp-submit,
body.login .woocommerce-page input.teal.outline#wp-submit {
  color: #00b1b0;
  border-color: #00b1b0;
}
.woocommerce a.button.teal.outline .genericon, .woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link .genericon, #comments .comment-list .comment-body .reply .woocommerce a.teal.outline.comment-reply-link .genericon, .woocommerce body.login a.teal.outline#wp-submit .genericon, body.login .woocommerce a.teal.outline#wp-submit .genericon,
.woocommerce button.button.teal.outline .genericon,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link .genericon,
.woocommerce body.login button.teal.outline#wp-submit .genericon,
body.login .woocommerce button.teal.outline#wp-submit .genericon,
.woocommerce #respond input#submit.teal.outline .genericon,
.woocommerce input.button.teal.outline .genericon,
.woocommerce input.teal.outline[type='submit'] .genericon,
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link .genericon,
.woocommerce body.login input.teal.outline#wp-submit .genericon,
body.login .woocommerce input.teal.outline#wp-submit .genericon,
.woocommerce-page a.button.teal.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page a.teal.outline.comment-reply-link .genericon,
.woocommerce-page body.login a.teal.outline#wp-submit .genericon,
body.login .woocommerce-page a.teal.outline#wp-submit .genericon,
.woocommerce-page button.button.teal.outline .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page button.teal.outline.comment-reply-link .genericon,
.woocommerce-page body.login button.teal.outline#wp-submit .genericon,
body.login .woocommerce-page button.teal.outline#wp-submit .genericon,
.woocommerce-page #respond input#submit.teal.outline .genericon,
.woocommerce-page input.button.teal.outline .genericon,
.woocommerce-page input.teal.outline[type='submit'] .genericon,
.woocommerce-page #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link .genericon,
#comments .comment-list .comment-body .reply .woocommerce-page input.teal.outline.comment-reply-link .genericon,
.woocommerce-page body.login input.teal.outline#wp-submit .genericon,
body.login .woocommerce-page input.teal.outline#wp-submit .genericon {
  color: #00b1b0;
}
.woocommerce a.button.teal.outline:hover, .woocommerce #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce a.teal.outline.comment-reply-link:hover, .woocommerce body.login a.teal.outline#wp-submit:hover, body.login .woocommerce a.teal.outline#wp-submit:hover,
.woocommerce button.button.teal.outline:hover,
.woocommerce #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce button.teal.outline.comment-reply-link:hover,
.woocommerce body.login button.teal.outline#wp-submit:hover,
body.login .woocommerce button.teal.outline#wp-submit:hover,
.woocommerce #respond input#submit.teal.outline:hover,
.woocommerce input.button.teal.outline:hover,
.woocommerce input.teal.outline[type='submit']:hover,
.woocommerce #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce input.teal.outline.comment-reply-link:hover,
.woocommerce body.login input.teal.outline#wp-submit:hover,
body.login .woocommerce input.teal.outline#wp-submit:hover,
.woocommerce-page a.button.teal.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply a.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page a.teal.outline.comment-reply-link:hover,
.woocommerce-page body.login a.teal.outline#wp-submit:hover,
body.login .woocommerce-page a.teal.outline#wp-submit:hover,
.woocommerce-page button.button.teal.outline:hover,
.woocommerce-page #comments .comment-list .comment-body .reply button.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page button.teal.outline.comment-reply-link:hover,
.woocommerce-page body.login button.teal.outline#wp-submit:hover,
body.login .woocommerce-page button.teal.outline#wp-submit:hover,
.woocommerce-page #respond input#submit.teal.outline:hover,
.woocommerce-page input.button.teal.outline:hover,
.woocommerce-page input.teal.outline[type='submit']:hover,
.woocommerce-page #comments .comment-list .comment-body .reply input.teal.outline.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page input.teal.outline.comment-reply-link:hover,
.woocommerce-page body.login input.teal.outline#wp-submit:hover,
body.login .woocommerce-page input.teal.outline#wp-submit:hover {
  background: #00b1b0 !important;
}
.woocommerce.page-template-default .entry-title,
.woocommerce-page.page-template-default .entry-title {
  color: #646466;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  padding: 10px 12px;
  padding: 1rem 1.2rem;
}
.woocommerce table.shop_table a.button, .woocommerce table.shop_table #comments .comment-list .comment-body .reply a.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce table.shop_table a.comment-reply-link, .woocommerce table.shop_table body.login a#wp-submit, body.login .woocommerce table.shop_table a#wp-submit,
.woocommerce table.shop_table button.button,
.woocommerce table.shop_table #comments .comment-list .comment-body .reply button.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce table.shop_table button.comment-reply-link,
.woocommerce table.shop_table body.login button#wp-submit,
body.login .woocommerce table.shop_table button#wp-submit,
.woocommerce table.shop_table #respond input#submit,
.woocommerce table.shop_table input.button,
.woocommerce table.shop_table input[type='submit'],
.woocommerce table.shop_table #comments .comment-list .comment-body .reply input.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce table.shop_table input.comment-reply-link,
.woocommerce table.shop_table body.login input#wp-submit,
body.login .woocommerce table.shop_table input#wp-submit,
.woocommerce-page table.shop_table a.button,
.woocommerce-page table.shop_table #comments .comment-list .comment-body .reply a.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page table.shop_table a.comment-reply-link,
.woocommerce-page table.shop_table body.login a#wp-submit,
body.login .woocommerce-page table.shop_table a#wp-submit,
.woocommerce-page table.shop_table button.button,
.woocommerce-page table.shop_table #comments .comment-list .comment-body .reply button.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page table.shop_table button.comment-reply-link,
.woocommerce-page table.shop_table body.login button#wp-submit,
body.login .woocommerce-page table.shop_table button#wp-submit,
.woocommerce-page table.shop_table #respond input#submit,
.woocommerce-page table.shop_table input.button,
.woocommerce-page table.shop_table input[type='submit'],
.woocommerce-page table.shop_table #comments .comment-list .comment-body .reply input.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page table.shop_table input.comment-reply-link,
.woocommerce-page table.shop_table body.login input#wp-submit,
body.login .woocommerce-page table.shop_table input#wp-submit {
  font-weight: 400;
  border-radius: 0;
  color: #424244;
  background: #e2e2e2;
}
.woocommerce table.shop_table a.button:hover, .woocommerce table.shop_table #comments .comment-list .comment-body .reply a.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce table.shop_table a.comment-reply-link:hover, .woocommerce table.shop_table body.login a#wp-submit:hover, body.login .woocommerce table.shop_table a#wp-submit:hover,
.woocommerce table.shop_table button.button:hover,
.woocommerce table.shop_table #comments .comment-list .comment-body .reply button.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce table.shop_table button.comment-reply-link:hover,
.woocommerce table.shop_table body.login button#wp-submit:hover,
body.login .woocommerce table.shop_table button#wp-submit:hover,
.woocommerce table.shop_table #respond input#submit:hover,
.woocommerce table.shop_table input.button:hover,
.woocommerce table.shop_table input[type='submit']:hover,
.woocommerce table.shop_table #comments .comment-list .comment-body .reply input.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce table.shop_table input.comment-reply-link:hover,
.woocommerce table.shop_table body.login input#wp-submit:hover,
body.login .woocommerce table.shop_table input#wp-submit:hover,
.woocommerce-page table.shop_table a.button:hover,
.woocommerce-page table.shop_table #comments .comment-list .comment-body .reply a.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page table.shop_table a.comment-reply-link:hover,
.woocommerce-page table.shop_table body.login a#wp-submit:hover,
body.login .woocommerce-page table.shop_table a#wp-submit:hover,
.woocommerce-page table.shop_table button.button:hover,
.woocommerce-page table.shop_table #comments .comment-list .comment-body .reply button.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page table.shop_table button.comment-reply-link:hover,
.woocommerce-page table.shop_table body.login button#wp-submit:hover,
body.login .woocommerce-page table.shop_table button#wp-submit:hover,
.woocommerce-page table.shop_table #respond input#submit:hover,
.woocommerce-page table.shop_table input.button:hover,
.woocommerce-page table.shop_table input[type='submit']:hover,
.woocommerce-page table.shop_table #comments .comment-list .comment-body .reply input.comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page table.shop_table input.comment-reply-link:hover,
.woocommerce-page table.shop_table body.login input#wp-submit:hover,
body.login .woocommerce-page table.shop_table input#wp-submit:hover {
  background: #c3cf21;
  color: #fff;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  border-top-color: #c3cf21;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  background: #f8f8f8;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  color: #c3cf21;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top-color: #e74c3c;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  color: #e74c3c;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top-color: #0c87a8;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  color: #0c87a8;
}
.woocommerce.woocommerce-cart .woocommerce-message,
.woocommerce-page.woocommerce-cart .woocommerce-message {
  padding: 10px;
  padding: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.woocommerce.woocommerce-cart .woocommerce-message .button, .woocommerce.woocommerce-cart .woocommerce-message input[type='submit'], .woocommerce.woocommerce-cart .woocommerce-message #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-cart .woocommerce-message .comment-reply-link, .woocommerce.woocommerce-cart .woocommerce-message body.login #wp-submit, body.login .woocommerce.woocommerce-cart .woocommerce-message #wp-submit,
.woocommerce-page.woocommerce-cart .woocommerce-message .button,
.woocommerce-page.woocommerce-cart .woocommerce-message input[type='submit'],
.woocommerce-page.woocommerce-cart .woocommerce-message #comments .comment-list .comment-body .reply .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-cart .woocommerce-message .comment-reply-link,
.woocommerce-page.woocommerce-cart .woocommerce-message body.login #wp-submit,
body.login .woocommerce-page.woocommerce-cart .woocommerce-message #wp-submit {
  display: none;
}
.woocommerce.woocommerce-cart .return-to-shop,
.woocommerce-page.woocommerce-cart .return-to-shop {
  display: none;
}
.woocommerce .cart_item .product-remove a.remove,
.woocommerce .order_item .product-remove a.remove,
.woocommerce-page .cart_item .product-remove a.remove,
.woocommerce-page .order_item .product-remove a.remove {
  color: #e74c3c !important;
  line-height: 1.1;
}
.woocommerce .cart_item .product-remove a.remove:hover,
.woocommerce .order_item .product-remove a.remove:hover,
.woocommerce-page .cart_item .product-remove a.remove:hover,
.woocommerce-page .order_item .product-remove a.remove:hover {
  color: #fff !important;
  background: #e74c3c !important;
}
.woocommerce .cart_item .product-name a,
.woocommerce .order_item .product-name a,
.woocommerce-page .cart_item .product-name a,
.woocommerce-page .order_item .product-name a {
  text-decoration: none;
  font-weight: 700;
  color: #424244;
}
.woocommerce .cart_item .product-name dl.variation,
.woocommerce .order_item .product-name dl.variation,
.woocommerce-page .cart_item .product-name dl.variation,
.woocommerce-page .order_item .product-name dl.variation {
  margin: 0 0 2.5px;
  margin: 0 0 0.25rem;
}
.woocommerce .cart_item .product-name dl.variation dd,
.woocommerce .order_item .product-name dl.variation dd,
.woocommerce-page .cart_item .product-name dl.variation dd,
.woocommerce-page .order_item .product-name dl.variation dd {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.woocommerce .cart_item .product-name dl.variation dd p, .woocommerce .cart_item .product-name dl.variation dd .widget .textwidget, .widget .woocommerce .cart_item .product-name dl.variation dd .textwidget,
.woocommerce .order_item .product-name dl.variation dd p,
.woocommerce .order_item .product-name dl.variation dd .widget .textwidget,
.widget .woocommerce .order_item .product-name dl.variation dd .textwidget,
.woocommerce-page .cart_item .product-name dl.variation dd p,
.woocommerce-page .cart_item .product-name dl.variation dd .widget .textwidget,
.widget .woocommerce-page .cart_item .product-name dl.variation dd .textwidget,
.woocommerce-page .order_item .product-name dl.variation dd p,
.woocommerce-page .order_item .product-name dl.variation dd .widget .textwidget,
.widget .woocommerce-page .order_item .product-name dl.variation dd .textwidget {
  line-height: 1;
}
@media (max-width: 680px) {
  .woocommerce .cart_item .product-name dl.variation,
  .woocommerce .order_item .product-name dl.variation,
  .woocommerce-page .cart_item .product-name dl.variation,
  .woocommerce-page .order_item .product-name dl.variation {
    text-align: right;
  }
  .woocommerce .cart_item .product-name dl.variation dd,
  .woocommerce .order_item .product-name dl.variation dd,
  .woocommerce-page .cart_item .product-name dl.variation dd,
  .woocommerce-page .order_item .product-name dl.variation dd {
    float: none;
  }
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.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,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
  width: 20rem;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 9px;
  padding: 0.9rem;
}
@media (max-width: 680px) {
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .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,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 680px) and (max-width: 680px) {
  .woocommerce #content table.cart td.actions .input-text + input,
  .woocommerce table.cart td.actions .input-text + input,
  .woocommerce #content table.cart td.actions .input-text + input,
  .woocommerce table.cart td.actions .input-text + input,
  .woocommerce-page #content table.cart td.actions .input-text + input,
  .woocommerce-page table.cart td.actions .input-text + input,
  .woocommerce-page #content table.cart td.actions .input-text + input,
  .woocommerce-page table.cart td.actions .input-text + input {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .woocommerce #content table.cart td.actions .coupon + input[type="submit"],
  .woocommerce table.cart td.actions .coupon + input[type="submit"],
  .woocommerce #content table.cart td.actions .coupon + input[type="submit"],
  .woocommerce table.cart td.actions .coupon + input[type="submit"],
  .woocommerce-page #content table.cart td.actions .coupon + input[type="submit"],
  .woocommerce-page table.cart td.actions .coupon + input[type="submit"],
  .woocommerce-page #content table.cart td.actions .coupon + input[type="submit"],
  .woocommerce-page table.cart td.actions .coupon + input[type="submit"] {
    width: 100%;
  }
}
.woocommerce.woocommerce-checkout .woocommerce-info,
.woocommerce-page.woocommerce-checkout .woocommerce-info {
  display: none;
}
.woocommerce.woocommerce-checkout .login,
.woocommerce-page.woocommerce-checkout .login {
  display: block !important;
  border-radius: 0;
}
.woocommerce.woocommerce-checkout .login label[for="rememberme"],
.woocommerce-page.woocommerce-checkout .login label[for="rememberme"] {
  display: none;
}
.woocommerce.woocommerce-checkout .login p.lost_password, .woocommerce.woocommerce-checkout .login .widget .lost_password.textwidget, .widget .woocommerce.woocommerce-checkout .login .lost_password.textwidget,
.woocommerce-page.woocommerce-checkout .login p.lost_password,
.woocommerce-page.woocommerce-checkout .login .widget .lost_password.textwidget,
.widget .woocommerce-page.woocommerce-checkout .login .lost_password.textwidget {
  float: right;
  position: relative;
  top: -35px;
  top: -3.5rem;
}
.woocommerce.woocommerce-checkout .login p.lost_password + .clear, .woocommerce.woocommerce-checkout .login .widget .lost_password.textwidget + .clear, .widget .woocommerce.woocommerce-checkout .login .lost_password.textwidget + .clear,
.woocommerce-page.woocommerce-checkout .login p.lost_password + .clear,
.woocommerce-page.woocommerce-checkout .login .widget .lost_password.textwidget + .clear,
.widget .woocommerce-page.woocommerce-checkout .login .lost_password.textwidget + .clear {
  display: none;
}
@media (max-width: 680px) {
  .woocommerce.woocommerce-checkout .variation,
  .woocommerce-page.woocommerce-checkout .variation {
    text-align: left !important;
  }
}
@media (max-width: 680px) {
  .woocommerce.woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-page.woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}
.woocommerce .woocommerce-billing-fields .validate-required.woocommerce-invalid label,
.woocommerce-page .woocommerce-billing-fields .validate-required.woocommerce-invalid label {
  color: #424244;
}
.woocommerce .woocommerce-billing-fields .validate-required.woocommerce-invalid .required,
.woocommerce-page .woocommerce-billing-fields .validate-required.woocommerce-invalid .required {
  color: #e74c3c;
}
.woocommerce .woocommerce-billing-fields .validate-required.woocommerce-invalid .input-text,
.woocommerce-page .woocommerce-billing-fields .validate-required.woocommerce-invalid .input-text {
  border-color: #e74c3c;
}
.woocommerce .woocommerce-billing-fields .form-row .genericon,
.woocommerce-page .woocommerce-billing-fields .form-row .genericon {
  display: none;
}
.woocommerce .create-account,
.woocommerce-page .create-account {
  margin-top: 30px;
  margin-top: 3rem;
}
.woocommerce .create-account p:first-of-type, .woocommerce .create-account .widget .textwidget:first-of-type, .widget .woocommerce .create-account .textwidget:first-of-type,
.woocommerce-page .create-account p:first-of-type,
.woocommerce-page .create-account .widget .textwidget:first-of-type,
.widget .woocommerce-page .create-account .textwidget:first-of-type {
  margin-bottom: 7.5px;
  margin-bottom: 0.75rem;
}
.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading {
  margin-top: 30px;
  margin-top: 3rem;
}
.woocommerce #order_review dl.variation dd,
.woocommerce-page #order_review dl.variation dd {
  font-weight: 400;
  color: #424244;
}
.woocommerce .woocommerce-checkout-review-order-table,
.woocommerce-page .woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: #f8f8f8;
  border-radius: 0;
}
.woocommerce #payment .payment-header,
.woocommerce-page #payment .payment-header {
  background: #fff;
  padding: 10px 0 15px;
  padding: 1rem 0 1.5rem;
}
.woocommerce #payment .payment_box,
.woocommerce-page #payment .payment_box {
  background-color: #f0f0f0 !important;
}
.woocommerce #payment .payment_box:before,
.woocommerce-page #payment .payment_box:before {
  border-bottom-color: #f0f0f0 !important;
}
.woocommerce #payment .payment_box .form-row,
.woocommerce-page #payment .payment_box .form-row {
  width: 49%;
}
.woocommerce #payment .payment_box .form-row:last-of-type,
.woocommerce-page #payment .payment_box .form-row:last-of-type {
  width: 100% !important;
}
@media (max-width: 680px) {
  .woocommerce #payment .payment_box .form-row,
  .woocommerce-page #payment .payment_box .form-row {
    width: 100% !important;
  }
}
.woocommerce #payment .payment_box #clickandpledge_RecurringMethod_p,
.woocommerce-page #payment .payment_box #clickandpledge_RecurringMethod_p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.woocommerce #payment .payment_box #clickandpledge_RecurringMethod_p + script + p, .woocommerce #payment .payment_box .widget #clickandpledge_RecurringMethod_p + script + .textwidget, .widget .woocommerce #payment .payment_box #clickandpledge_RecurringMethod_p + script + .textwidget,
.woocommerce-page #payment .payment_box #clickandpledge_RecurringMethod_p + script + p,
.woocommerce-page #payment .payment_box .widget #clickandpledge_RecurringMethod_p + script + .textwidget,
.widget .woocommerce-page #payment .payment_box #clickandpledge_RecurringMethod_p + script + .textwidget {
  margin-bottom: 0;
}
.woocommerce #payment .payment_box #clickandpledge_isRecurring,
.woocommerce-page #payment .payment_box #clickandpledge_isRecurring {
  position: relative;
  top: 5px;
  top: 0.5rem;
}
.woocommerce #payment .payment_box #clickandpledge_Periodicity_p,
.woocommerce-page #payment .payment_box #clickandpledge_Periodicity_p {
  border-bottom: 1px solid #bdc3c7;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.woocommerce #payment .payment_box #clickandpledge_Periodicity,
.woocommerce-page #payment .payment_box #clickandpledge_Periodicity {
  width: 30% !important;
  margin-right: 1%;
  margin-left: 1%;
}
.woocommerce #payment .payment_box #clickandpledge_Installment,
.woocommerce-page #payment .payment_box #clickandpledge_Installment {
  margin-left: 1% !important;
}
.woocommerce #payment .payment_box #clickandpledge_Installment + font,
.woocommerce-page #payment .payment_box #clickandpledge_Installment + font {
  margin-right: 1% !important;
}
.woocommerce #payment .payment_box label[for="clickandpledge_cart_type"],
.woocommerce-page #payment .payment_box label[for="clickandpledge_cart_type"] {
  display: none;
}
.woocommerce #payment .payment_box input[name="clickandpledge_name_on_card"],
.woocommerce-page #payment .payment_box input[name="clickandpledge_name_on_card"] {
  display: block;
  width: 100%;
}
.woocommerce #payment .payment_box input[name="clickandpledge_card_number"],
.woocommerce-page #payment .payment_box input[name="clickandpledge_card_number"] {
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin-right: 0;
}
.woocommerce #payment .payment_box input[name="clickandpledge_card_number"]:focus, .woocommerce #payment .payment_box input[name="clickandpledge_card_number"]:active,
.woocommerce-page #payment .payment_box input[name="clickandpledge_card_number"]:focus,
.woocommerce-page #payment .payment_box input[name="clickandpledge_card_number"]:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
.woocommerce #payment .payment_box input[name="clickandpledge_card_csc"],
.woocommerce-page #payment .payment_box input[name="clickandpledge_card_csc"] {
  width: 100% !important;
}
.woocommerce #payment .payment_box select[name="clickandpledge_card_expiration_month"], .woocommerce #payment .payment_box select[name="clickandpledge_card_expiration_year"],
.woocommerce-page #payment .payment_box select[name="clickandpledge_card_expiration_month"],
.woocommerce-page #payment .payment_box select[name="clickandpledge_card_expiration_year"] {
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  float: left;
  width: 49% !important;
}
.woocommerce #payment .payment_box select[name="clickandpledge_card_expiration_month"]:focus, .woocommerce #payment .payment_box select[name="clickandpledge_card_expiration_month"]:active, .woocommerce #payment .payment_box select[name="clickandpledge_card_expiration_year"]:focus, .woocommerce #payment .payment_box select[name="clickandpledge_card_expiration_year"]:active,
.woocommerce-page #payment .payment_box select[name="clickandpledge_card_expiration_month"]:focus,
.woocommerce-page #payment .payment_box select[name="clickandpledge_card_expiration_month"]:active,
.woocommerce-page #payment .payment_box select[name="clickandpledge_card_expiration_year"]:focus,
.woocommerce-page #payment .payment_box select[name="clickandpledge_card_expiration_year"]:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
.woocommerce #payment .payment_box select[name="clickandpledge_card_expiration_month"],
.woocommerce-page #payment .payment_box select[name="clickandpledge_card_expiration_month"] {
  margin-right: 2%;
}
.woocommerce #payment .wc-terms-and-conditions .input-checkbox,
.woocommerce-page #payment .wc-terms-and-conditions .input-checkbox {
  padding: 3px 10px;
  padding: 0.3rem 1rem;
}
.woocommerce #order-details-account,
.woocommerce-page #order-details-account {
  display: none;
}
.woocommerce #membership-form,
.woocommerce-page #membership-form {
  padding-top: 20px;
  padding-top: 2rem;
}
.woocommerce #membership-form.organization .acf-field-56fd87e5ab416,
.woocommerce-page #membership-form.organization .acf-field-56fd87e5ab416 {
  display: none;
}
.woocommerce #membership-form.individual .acf-field-56fd87f9ab417,
.woocommerce-page #membership-form.individual .acf-field-56fd87f9ab417 {
  display: none;
}
.woocommerce #membership-form #message,
.woocommerce-page #membership-form #message {
  background: #f8f8f8;
  padding: 15px;
  padding: 1.5rem;
  margin-top: 20px;
  margin-top: 2rem;
}
.woocommerce #membership-form #message.updated,
.woocommerce-page #membership-form #message.updated {
  border-top: 4px solid #c3cf21;
  color: #c3cf21;
}
.woocommerce #membership-form #message p, .woocommerce #membership-form #message .widget .textwidget, .widget .woocommerce #membership-form #message .textwidget,
.woocommerce-page #membership-form #message p,
.woocommerce-page #membership-form #message .widget .textwidget,
.widget .woocommerce-page #membership-form #message .textwidget {
  margin-bottom: 0;
}
.woocommerce #membership-form h1,
.woocommerce-page #membership-form h1 {
  color: #646466;
  font-size: 35px;
  font-size: 3.5rem;
}
.woocommerce #membership-form p, .woocommerce #membership-form .widget .textwidget, .widget .woocommerce #membership-form .textwidget,
.woocommerce-page #membership-form p,
.woocommerce-page #membership-form .widget .textwidget,
.widget .woocommerce-page #membership-form .textwidget {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.woocommerce #membership-form .membership-label,
.woocommerce-page #membership-form .membership-label {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.woocommerce #membership-form .membership-label span,
.woocommerce-page #membership-form .membership-label span {
  font-weight: 600;
}
.woocommerce #membership-form .acf-fields,
.woocommerce-page #membership-form .acf-fields {
  margin-top: 30px;
  margin-top: 3rem;
}
.woocommerce #membership-form .acf-field,
.woocommerce-page #membership-form .acf-field {
  padding-top: 0;
  border: 0 !important;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.woocommerce #membership-form .acf-field input, .woocommerce #membership-form .acf-field textarea, .woocommerce #membership-form .acf-field select,
.woocommerce-page #membership-form .acf-field input,
.woocommerce-page #membership-form .acf-field textarea,
.woocommerce-page #membership-form .acf-field select {
  height: auto;
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.woocommerce #membership-form .acf-field input:focus, .woocommerce #membership-form .acf-field input:active, .woocommerce #membership-form .acf-field textarea:focus, .woocommerce #membership-form .acf-field textarea:active, .woocommerce #membership-form .acf-field select:focus, .woocommerce #membership-form .acf-field select:active,
.woocommerce-page #membership-form .acf-field input:focus,
.woocommerce-page #membership-form .acf-field input:active,
.woocommerce-page #membership-form .acf-field textarea:focus,
.woocommerce-page #membership-form .acf-field textarea:active,
.woocommerce-page #membership-form .acf-field select:focus,
.woocommerce-page #membership-form .acf-field select:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
.woocommerce #membership-form .acf-field input[type="file"],
.woocommerce-page #membership-form .acf-field input[type="file"] {
  border: 0;
  padding: 0;
}
@media (max-width: 680px) {
  .woocommerce #membership-form .acf-field,
  .woocommerce-page #membership-form .acf-field {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.woocommerce #membership-form .acf-field-572404becc66c,
.woocommerce #membership-form .acf-field-56fd875eab411,
.woocommerce #membership-form .acf-field-56fd873bab410,
.woocommerce #membership-form .acf-field-574175be14de9,
.woocommerce #membership-form .acf-field-57609304deedf,
.woocommerce #membership-form .acf-field-577df7efce021,
.woocommerce-page #membership-form .acf-field-572404becc66c,
.woocommerce-page #membership-form .acf-field-56fd875eab411,
.woocommerce-page #membership-form .acf-field-56fd873bab410,
.woocommerce-page #membership-form .acf-field-574175be14de9,
.woocommerce-page #membership-form .acf-field-57609304deedf,
.woocommerce-page #membership-form .acf-field-577df7efce021 {
  display: none;
}
.woocommerce #membership-form .acf-field-56fd87f9ab417,
.woocommerce #membership-form .acf-field-56fd87e5ab416,
.woocommerce #membership-form .acf-field-56fd878dab412,
.woocommerce #membership-form .acf-field-56fd883bab41a,
.woocommerce #membership-form .acf-field-577dee45d094b,
.woocommerce #membership-form .acf-field-577dee21d094a,
.woocommerce-page #membership-form .acf-field-56fd87f9ab417,
.woocommerce-page #membership-form .acf-field-56fd87e5ab416,
.woocommerce-page #membership-form .acf-field-56fd878dab412,
.woocommerce-page #membership-form .acf-field-56fd883bab41a,
.woocommerce-page #membership-form .acf-field-577dee45d094b,
.woocommerce-page #membership-form .acf-field-577dee21d094a {
  padding-left: 0;
}
.woocommerce #membership-form .acf-field-56fd87c8ab415,
.woocommerce #membership-form .acf-field-56fd87bdab414,
.woocommerce #membership-form .acf-field-56fd8832ab419,
.woocommerce #membership-form .acf-field-56fd883bab41a,
.woocommerce #membership-form .acf-field-56fd8827ab418,
.woocommerce-page #membership-form .acf-field-56fd87c8ab415,
.woocommerce-page #membership-form .acf-field-56fd87bdab414,
.woocommerce-page #membership-form .acf-field-56fd8832ab419,
.woocommerce-page #membership-form .acf-field-56fd883bab41a,
.woocommerce-page #membership-form .acf-field-56fd8827ab418 {
  padding-right: 0;
}
.woocommerce .woocommerce-thankyou-order-received + .button, .woocommerce .woocommerce-thankyou-order-received + input[type='submit'], .woocommerce #comments .comment-list .comment-body .reply .woocommerce-thankyou-order-received + .comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce .woocommerce-thankyou-order-received + .comment-reply-link, .woocommerce body.login .woocommerce-thankyou-order-received + #wp-submit, body.login .woocommerce .woocommerce-thankyou-order-received + #wp-submit,
.woocommerce-page .woocommerce-thankyou-order-received + .button,
.woocommerce-page .woocommerce-thankyou-order-received + input[type='submit'],
.woocommerce-page #comments .comment-list .comment-body .reply .woocommerce-thankyou-order-received + .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page .woocommerce-thankyou-order-received + .comment-reply-link,
.woocommerce-page body.login .woocommerce-thankyou-order-received + #wp-submit,
body.login .woocommerce-page .woocommerce-thankyou-order-received + #wp-submit {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.woocommerce .woocommerce-thankyou-order-details,
.woocommerce-page .woocommerce-thankyou-order-details {
  border: 1px solid #bdc3c7;
}
.woocommerce .woocommerce-thankyou-order-details li,
.woocommerce-page .woocommerce-thankyou-order-details li {
  width: 16.66667%;
  margin: 0 !important;
  padding: 0 !important;
  border-right: 1px solid #bdc3c7;
}
.woocommerce .woocommerce-thankyou-order-details li:first-of-type,
.woocommerce-page .woocommerce-thankyou-order-details li:first-of-type {
  width: 13.66667%;
}
.woocommerce .woocommerce-thankyou-order-details li:nth-child(3), .woocommerce .woocommerce-thankyou-order-details li:nth-child(4),
.woocommerce-page .woocommerce-thankyou-order-details li:nth-child(3),
.woocommerce-page .woocommerce-thankyou-order-details li:nth-child(4) {
  width: 19.16667%;
}
.woocommerce .woocommerce-thankyou-order-details li:last-of-type,
.woocommerce-page .woocommerce-thankyou-order-details li:last-of-type {
  width: 14.66667%;
  border: none;
}
.woocommerce .woocommerce-thankyou-order-details li .cell-headline,
.woocommerce .woocommerce-thankyou-order-details li .cell-content,
.woocommerce-page .woocommerce-thankyou-order-details li .cell-headline,
.woocommerce-page .woocommerce-thankyou-order-details li .cell-content {
  text-transform: none;
}
.woocommerce .woocommerce-thankyou-order-details li .cell-headline,
.woocommerce-page .woocommerce-thankyou-order-details li .cell-headline {
  border-bottom: 1px solid #bdc3c7;
  font-weight: 700;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 50px;
  min-height: 5rem;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
}
.woocommerce .woocommerce-thankyou-order-details li .cell-content,
.woocommerce-page .woocommerce-thankyou-order-details li .cell-content {
  display: block;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 20px 15px;
  padding: 2rem 1.5rem;
  min-height: 70px;
  min-height: 7rem;
}
.woocommerce .woocommerce-thankyou-order-details li .cell-content dt,
.woocommerce-page .woocommerce-thankyou-order-details li .cell-content dt {
  display: none;
}
.woocommerce .woocommerce-thankyou-order-details li .cell-content p, .woocommerce .woocommerce-thankyou-order-details li .cell-content .widget .textwidget, .widget .woocommerce .woocommerce-thankyou-order-details li .cell-content .textwidget,
.woocommerce-page .woocommerce-thankyou-order-details li .cell-content p,
.woocommerce-page .woocommerce-thankyou-order-details li .cell-content .widget .textwidget,
.widget .woocommerce-page .woocommerce-thankyou-order-details li .cell-content .textwidget {
  margin-bottom: 0;
}
@media (max-width: 680px) {
  .woocommerce .woocommerce-thankyou-order-details,
  .woocommerce-page .woocommerce-thankyou-order-details {
    width: 100% !important;
    border-right: 0;
    border-bottom: 1px solid #bdc3c7;
  }
  .woocommerce .woocommerce-thankyou-order-details .cell-content,
  .woocommerce-page .woocommerce-thankyou-order-details .cell-content {
    min-height: 0;
    height: auto !important;
  }
}
.woocommerce #district-registration-form,
.woocommerce-page #district-registration-form {
  border-top: 1px solid #bdc3c7;
  padding-top: 30px;
  padding-top: 3rem;
  margin-top: 40px;
  margin-top: 4rem;
}
.woocommerce #district-registration-form form .acf-field,
.woocommerce-page #district-registration-form form .acf-field {
  padding: 0;
}
.woocommerce #district-registration-form form .acf-label,
.woocommerce-page #district-registration-form form .acf-label {
  display: none;
}
.woocommerce #district-registration-form form .acf-input input,
.woocommerce-page #district-registration-form form .acf-input input {
  height: 35px;
}
.woocommerce #district-registration-form form .acf-form-submit,
.woocommerce-page #district-registration-form form .acf-form-submit {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.woocommerce.woocommerce-account #order-details-account,
.woocommerce-page.woocommerce-account #order-details-account {
  display: block;
}
.woocommerce.woocommerce-account .account-navigation,
.woocommerce-page.woocommerce-account .account-navigation {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  *zoom: 1;
}
.woocommerce.woocommerce-account .account-navigation:after,
.woocommerce-page.woocommerce-account .account-navigation:after {
  clear: both;
}
.woocommerce.woocommerce-account .account-navigation:after, .woocommerce.woocommerce-account .account-navigation:before,
.woocommerce-page.woocommerce-account .account-navigation:after,
.woocommerce-page.woocommerce-account .account-navigation:before {
  content: '';
  display: table;
}
.woocommerce.woocommerce-account .account-navigation .button, .woocommerce.woocommerce-account .account-navigation input[type='submit'], .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login #wp-submit, body.login .woocommerce.woocommerce-account .account-navigation #wp-submit,
.woocommerce-page.woocommerce-account .account-navigation .button,
.woocommerce-page.woocommerce-account .account-navigation input[type='submit'],
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .comment-reply-link,
.woocommerce-page.woocommerce-account .account-navigation body.login #wp-submit,
body.login .woocommerce-page.woocommerce-account .account-navigation #wp-submit {
  float: left;
  width: 15%;
  margin-right: 2%;
  text-align: center;
  padding: 11px 0 10px;
  padding: 1.1rem 0 1rem;
  font-size: 13px;
  font-size: 1.3rem;
}
.woocommerce.woocommerce-account .account-navigation .button:last-of-type, .woocommerce.woocommerce-account .account-navigation input[type='submit']:last-of-type, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link:last-of-type, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .comment-reply-link:last-of-type, .woocommerce.woocommerce-account .account-navigation body.login #wp-submit:last-of-type, body.login .woocommerce.woocommerce-account .account-navigation #wp-submit:last-of-type,
.woocommerce-page.woocommerce-account .account-navigation .button:last-of-type,
.woocommerce-page.woocommerce-account .account-navigation input[type='submit']:last-of-type,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link:last-of-type,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .comment-reply-link:last-of-type,
.woocommerce-page.woocommerce-account .account-navigation body.login #wp-submit:last-of-type,
body.login .woocommerce-page.woocommerce-account .account-navigation #wp-submit:last-of-type {
  margin-right: 0;
}
.woocommerce.woocommerce-account .account-navigation .button:hover, .woocommerce.woocommerce-account .account-navigation input[type='submit']:hover, .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .comment-reply-link:hover, .woocommerce.woocommerce-account .account-navigation body.login #wp-submit:hover, body.login .woocommerce.woocommerce-account .account-navigation #wp-submit:hover,
.woocommerce-page.woocommerce-account .account-navigation .button:hover,
.woocommerce-page.woocommerce-account .account-navigation input[type='submit']:hover,
.woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link:hover,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .comment-reply-link:hover,
.woocommerce-page.woocommerce-account .account-navigation body.login #wp-submit:hover,
body.login .woocommerce-page.woocommerce-account .account-navigation #wp-submit:hover {
  color: #fff;
}
@media (max-width: 680px) {
  .woocommerce.woocommerce-account .account-navigation .button, .woocommerce.woocommerce-account .account-navigation input[type='submit'], .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .comment-reply-link, .woocommerce.woocommerce-account .account-navigation body.login #wp-submit, body.login .woocommerce.woocommerce-account .account-navigation #wp-submit,
  .woocommerce-page.woocommerce-account .account-navigation .button,
  .woocommerce-page.woocommerce-account .account-navigation input[type='submit'],
  .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link,
  #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .comment-reply-link,
  .woocommerce-page.woocommerce-account .account-navigation body.login #wp-submit,
  body.login .woocommerce-page.woocommerce-account .account-navigation #wp-submit {
    width: 49%;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
  }
  .woocommerce.woocommerce-account .account-navigation .button:nth-child(2n), .woocommerce.woocommerce-account .account-navigation input[type='submit']:nth-child(2n), .woocommerce.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link:nth-child(2n), #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-navigation .comment-reply-link:nth-child(2n), .woocommerce.woocommerce-account .account-navigation body.login #wp-submit:nth-child(2n), body.login .woocommerce.woocommerce-account .account-navigation #wp-submit:nth-child(2n),
  .woocommerce-page.woocommerce-account .account-navigation .button:nth-child(2n),
  .woocommerce-page.woocommerce-account .account-navigation input[type='submit']:nth-child(2n),
  .woocommerce-page.woocommerce-account .account-navigation #comments .comment-list .comment-body .reply .comment-reply-link:nth-child(2n),
  #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-navigation .comment-reply-link:nth-child(2n),
  .woocommerce-page.woocommerce-account .account-navigation body.login #wp-submit:nth-child(2n),
  body.login .woocommerce-page.woocommerce-account .account-navigation #wp-submit:nth-child(2n) {
    margin-right: 0;
  }
}
.woocommerce.woocommerce-account .account-section,
.woocommerce-page.woocommerce-account .account-section {
  display: none;
  outline: none !important;
}
.woocommerce.woocommerce-account .account-section .module,
.woocommerce-page.woocommerce-account .account-section .module {
  display: block;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.woocommerce.woocommerce-account .account-section.active,
.woocommerce-page.woocommerce-account .account-section.active {
  display: block;
}
.woocommerce.woocommerce-account .account-section h2,
.woocommerce-page.woocommerce-account .account-section h2 {
  display: none;
}
.woocommerce.woocommerce-account .account-section ul,
.woocommerce-page.woocommerce-account .account-section ul {
  margin-left: 16px;
  margin-left: 1.6rem;
}
.woocommerce.woocommerce-account .account-section ul li,
.woocommerce-page.woocommerce-account .account-section ul li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.woocommerce.woocommerce-account .account-section .edit-account,
.woocommerce-page.woocommerce-account .account-section .edit-account {
  border: 1px solid #e2e2e2;
  padding: 15px;
  padding: 1.5rem;
}
@media (max-width: 680px) {
  .woocommerce.woocommerce-account .account-section .edit-account .form-row,
  .woocommerce-page.woocommerce-account .account-section .edit-account .form-row {
    width: 100% !important;
  }
}
.woocommerce.woocommerce-account .account-section .password-toggle,
.woocommerce-page.woocommerce-account .account-section .password-toggle {
  display: block;
  text-decoration: none;
  margin: 20px 0;
  margin: 2rem 0;
}
.woocommerce.woocommerce-account .account-section #password-info-area,
.woocommerce-page.woocommerce-account .account-section #password-info-area {
  display: none;
  margin: 20px 0;
  margin: 2rem 0;
}
.woocommerce.woocommerce-account .account-section #password-info-area.active,
.woocommerce-page.woocommerce-account .account-section #password-info-area.active {
  display: block;
}
.woocommerce.woocommerce-account .account-section .col-1.address header,
.woocommerce.woocommerce-account .account-section .myaccount_address,
.woocommerce-page.woocommerce-account .account-section .col-1.address header,
.woocommerce-page.woocommerce-account .account-section .myaccount_address {
  display: none;
}
.woocommerce.woocommerce-account .account-section#billing .address address,
.woocommerce-page.woocommerce-account .account-section#billing .address address {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.woocommerce.woocommerce-account .account-section #account-membership-wrap,
.woocommerce-page.woocommerce-account .account-section #account-membership-wrap {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  border: 1px solid #e2e2e2;
}
.woocommerce.woocommerce-account .account-section #account-membership-wrap .form-row,
.woocommerce-page.woocommerce-account .account-section #account-membership-wrap .form-row {
  display: none;
}
.woocommerce.woocommerce-account .account-section #membership-form,
.woocommerce-page.woocommerce-account .account-section #membership-form {
  padding-top: 0;
}
.woocommerce.woocommerce-account .account-section #membership-form .acf-field-56fd87c8ab415,
.woocommerce-page.woocommerce-account .account-section #membership-form .acf-field-56fd87c8ab415 {
  height: 250px;
}
.woocommerce.woocommerce-account .account-section#membership .edit-account,
.woocommerce-page.woocommerce-account .account-section#membership .edit-account {
  border: none;
  padding: 0;
}
.woocommerce.woocommerce-account .account-section#resources h4,
.woocommerce-page.woocommerce-account .account-section#resources h4 {
  margin-bottom: -10px;
  margin-bottom: -1rem;
}
.woocommerce.woocommerce-account .account-section#resources .resource-list,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list {
  margin-left: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.woocommerce.woocommerce-account .account-section#resources .resource-list li,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list li {
  list-style: none;
  margin-bottom: 0;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  padding: 10px;
  padding: 1rem;
}
.woocommerce.woocommerce-account .account-section#resources .resource-list li span.resource-title,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list li span.resource-title {
  margin-right: 10px;
  margin-right: 1rem;
}
.woocommerce.woocommerce-account .account-section#resources .resource-list li span.resource-link,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list li span.resource-link {
  float: right;
}
.woocommerce.woocommerce-account .account-section#resources .resource-list li span.resource-link .button, .woocommerce.woocommerce-account .account-section#resources .resource-list li span.resource-link input[type='submit'], .woocommerce.woocommerce-account .account-section#resources .resource-list li span.resource-link #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-section#resources .resource-list li span.resource-link .comment-reply-link, .woocommerce.woocommerce-account .account-section#resources .resource-list li span.resource-link body.login #wp-submit, body.login .woocommerce.woocommerce-account .account-section#resources .resource-list li span.resource-link #wp-submit,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list li span.resource-link .button,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list li span.resource-link input[type='submit'],
.woocommerce-page.woocommerce-account .account-section#resources .resource-list li span.resource-link #comments .comment-list .comment-body .reply .comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-section#resources .resource-list li span.resource-link .comment-reply-link,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list li span.resource-link body.login #wp-submit,
body.login .woocommerce-page.woocommerce-account .account-section#resources .resource-list li span.resource-link #wp-submit {
  position: relative;
  top: -2.5px;
  top: -0.25rem;
  font-size: 13px;
  font-size: 1.3rem;
}
.woocommerce.woocommerce-account .account-section#resources .resource-list li:last-of-type,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list li:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce.woocommerce-account .account-section#resources .resource-list + p + h3, .woocommerce.woocommerce-account .account-section#resources .widget .resource-list + .textwidget + h3, .widget .woocommerce.woocommerce-account .account-section#resources .resource-list + .textwidget + h3, .woocommerce.woocommerce-account .account-section#resources #comments .resource-list + p + .comments-title, #comments .woocommerce.woocommerce-account .account-section#resources .resource-list + p + .comments-title, .woocommerce.woocommerce-account .account-section#resources .widget #comments .resource-list + .textwidget + .comments-title, #comments .woocommerce.woocommerce-account .account-section#resources .widget .resource-list + .textwidget + .comments-title, .widget .woocommerce.woocommerce-account .account-section#resources #comments .resource-list + .textwidget + .comments-title, #comments .widget .woocommerce.woocommerce-account .account-section#resources .resource-list + .textwidget + .comments-title, .woocommerce.woocommerce-account .account-section#resources .cta-component.small .resource-list + p + .cta-headline, .cta-component.small .woocommerce.woocommerce-account .account-section#resources .resource-list + p + .cta-headline, .woocommerce.woocommerce-account .account-section#resources .widget .cta-component.small .resource-list + .textwidget + .cta-headline, .cta-component.small .woocommerce.woocommerce-account .account-section#resources .widget .resource-list + .textwidget + .cta-headline, .widget .woocommerce.woocommerce-account .account-section#resources .cta-component.small .resource-list + .textwidget + .cta-headline, .cta-component.small .widget .woocommerce.woocommerce-account .account-section#resources .resource-list + .textwidget + .cta-headline,
.woocommerce-page.woocommerce-account .account-section#resources .resource-list + p + h3,
.woocommerce-page.woocommerce-account .account-section#resources .widget .resource-list + .textwidget + h3,
.widget .woocommerce-page.woocommerce-account .account-section#resources .resource-list + .textwidget + h3,
.woocommerce-page.woocommerce-account .account-section#resources #comments .resource-list + p + .comments-title,
#comments .woocommerce-page.woocommerce-account .account-section#resources .resource-list + p + .comments-title,
.woocommerce-page.woocommerce-account .account-section#resources .widget #comments .resource-list + .textwidget + .comments-title,
#comments .woocommerce-page.woocommerce-account .account-section#resources .widget .resource-list + .textwidget + .comments-title,
.widget .woocommerce-page.woocommerce-account .account-section#resources #comments .resource-list + .textwidget + .comments-title,
#comments .widget .woocommerce-page.woocommerce-account .account-section#resources .resource-list + .textwidget + .comments-title,
.woocommerce-page.woocommerce-account .account-section#resources .cta-component.small .resource-list + p + .cta-headline,
.cta-component.small .woocommerce-page.woocommerce-account .account-section#resources .resource-list + p + .cta-headline,
.woocommerce-page.woocommerce-account .account-section#resources .widget .cta-component.small .resource-list + .textwidget + .cta-headline,
.cta-component.small .woocommerce-page.woocommerce-account .account-section#resources .widget .resource-list + .textwidget + .cta-headline,
.widget .woocommerce-page.woocommerce-account .account-section#resources .cta-component.small .resource-list + .textwidget + .cta-headline,
.cta-component.small .widget .woocommerce-page.woocommerce-account .account-section#resources .resource-list + .textwidget + .cta-headline {
  margin-top: 50px;
  margin-top: 5rem;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap:last-of-type,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap:last-of-type {
  border: none;
  padding-bottom: 0;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap .snippet-only,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap .snippet-only {
  display: none;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view *,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view * {
  display: none;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-visible,
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-only,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-visible,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-only {
  display: block;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-visible *,
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-only *,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-visible *,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-only * {
  display: inline-block;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view h3, .woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view #comments .comments-title, #comments .woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .comments-title, .woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .cta-component.small .cta-headline, .cta-component.small .woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .cta-headline,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view h3,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view #comments .comments-title,
#comments .woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .comments-title,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .cta-component.small .cta-headline,
.cta-component.small .woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .cta-headline {
  color: #c3cf21;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view p.snippet-visible, .woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .widget .snippet-visible.textwidget, .widget .woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-visible.textwidget,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view p.snippet-visible,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .widget .snippet-visible.textwidget,
.widget .woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .snippet-visible.textwidget {
  margin-bottom: 0;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap.snippet-view .continue-reading,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap.snippet-view .continue-reading {
  display: block;
  margin-top: 7.5px;
  margin-top: 0.75rem;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap h3, .woocommerce.woocommerce-account .account-section#certification .district-wrap #comments .comments-title, #comments .woocommerce.woocommerce-account .account-section#certification .district-wrap .comments-title, .woocommerce.woocommerce-account .account-section#certification .district-wrap .cta-component.small .cta-headline, .cta-component.small .woocommerce.woocommerce-account .account-section#certification .district-wrap .cta-headline,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap h3,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap #comments .comments-title,
#comments .woocommerce-page.woocommerce-account .account-section#certification .district-wrap .comments-title,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap .cta-component.small .cta-headline,
.cta-component.small .woocommerce-page.woocommerce-account .account-section#certification .district-wrap .cta-headline {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.woocommerce.woocommerce-account .account-section#certification .district-wrap > a,
.woocommerce-page.woocommerce-account .account-section#certification .district-wrap > a {
  text-decoration: none;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table {
  margin-top: 30px;
  margin-top: 3rem;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-header,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-header {
  background: #424244;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7.5px 10px;
  padding: 0.75rem 1rem;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  *zoom: 1;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row:after,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row:after {
  clear: both;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row:after, .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row:before,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row:after,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row:before {
  content: '';
  display: table;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row p, .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row .widget .textwidget, .widget .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row .textwidget,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row p,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row .widget .textwidget,
.widget .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row .textwidget {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row.column-headers,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row.column-headers {
  background: #e2e2e2;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row.column-headers span,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row.column-headers span {
  padding: 7.5px 10px;
  padding: 0.75rem 1rem;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span {
  float: left;
  width: 30%;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #bdc3c7;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span .txt-orange,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span .txt-orange {
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span a,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span a.button, .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span #comments .comment-list .comment-body .reply a.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span a.comment-reply-link, .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span body.login a#wp-submit, body.login .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span a#wp-submit,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span a.button,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span #comments .comment-list .comment-body .reply a.comment-reply-link,
#comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span a.comment-reply-link,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span body.login a#wp-submit,
body.login .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span a#wp-submit {
  width: auto;
  display: inline;
  white-space: normal;
  line-height: 1.3;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span.rowspan,
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span.rowspan {
  border-bottom: none;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span:nth-child(2),
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span:nth-child(2) {
  width: 50%;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
}
.woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span:nth-child(3),
.woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span:nth-child(3) {
  width: 20%;
}
@media (max-width: 680px) {
  .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span,
  .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span {
    width: 33%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span .button, .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span input[type='submit'], .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span .comment-reply-link, .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span body.login #wp-submit, body.login .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span #wp-submit, .woocommerce.woocommerce-account .account-section#certification .cert-table .table-row > span a,
  .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span .button,
  .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span input[type='submit'],
  .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span #comments .comment-list .comment-body .reply .comment-reply-link,
  #comments .comment-list .comment-body .reply .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span .comment-reply-link,
  .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span body.login #wp-submit,
  body.login .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span #wp-submit,
  .woocommerce-page.woocommerce-account .account-section#certification .cert-table .table-row > span a {
    word-wrap: break-word;
  }
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(66, 66, 68, 0.9);
  z-index: 99999;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window h3, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window #comments .comments-title, #comments .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .comments-title, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .cta-component.small .cta-headline, .cta-component.small .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .cta-headline, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window p, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .widget .textwidget, .widget .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .textwidget,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window h3,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window #comments .comments-title,
#comments .woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .comments-title,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .cta-component.small .cta-headline,
.cta-component.small .woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .cta-headline,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window p,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .widget .textwidget,
.widget .woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .textwidget {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper {
  background: #fff;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form {
  padding: 0;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field {
  padding-top: 0;
  border: 0 !important;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field input, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field textarea, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field select,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field input,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field textarea,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field select {
  height: auto;
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field input:focus, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field input:active, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field textarea:focus, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field textarea:active, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field select:focus, .woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field select:active,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field input:focus,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field input:active,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field textarea:focus,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field textarea:active,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field select:focus,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field select:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field input[type="file"],
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field input[type="file"] {
  border: 0;
  padding: 0;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .close-toggle,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .close-toggle {
  position: absolute;
  color: #424244;
  font-weight: bold;
  text-decoration: none;
  top: 7.5px;
  top: 0.75rem;
  right: 15px;
  right: 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .close-toggle span,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .close-toggle span {
  font-weight: normal;
  margin-right: 7.5px;
  margin-right: 0.75rem;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window.active,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window.active {
  display: block;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper {
  width: 50%;
  margin-left: 25%;
  padding: 30px 20px;
  padding: 3rem 2rem;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field {
  padding: 3px;
  padding: 0.3rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field.acf-field-gallery,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-field.acf-field-gallery {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.woocommerce.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-gallery-toolbar,
.woocommerce-page.woocommerce-account .account-section#certification .account-district-popup-window .form-wrapper form .acf-gallery-toolbar {
  bottom: 30px;
}
.woocommerce.woocommerce-account .account-section#certification .district-profile-updater-window .form-wrapper,
.woocommerce-page.woocommerce-account .account-section#certification .district-profile-updater-window .form-wrapper {
  position: relative;
  height: 90vh;
  margin-top: 5vh;
  width: 65%;
  margin-left: 17.5%;
  overflow-y: scroll;
  padding: 50px 20px 30px;
  padding: 5rem 2rem 3rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table {
  margin-top: 30px;
  margin-top: 3rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-header,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-header {
  background: #424244;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7.5px 10px;
  padding: 0.75rem 1rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row {
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
  *zoom: 1;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row:after,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row:after {
  clear: both;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row:after, .woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row:before,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row:after,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row:before {
  content: '';
  display: table;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row.column-headers,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row.column-headers {
  background: #e2e2e2;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row.column-headers span,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row.column-headers span {
  padding: 7.5px 10px;
  padding: 0.75rem 1rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row span,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row span {
  float: left;
  width: 30%;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row span a,
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row span a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row span:nth-child(2),
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row span:nth-child(2) {
  width: 20%;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
}
.woocommerce.woocommerce-account .account-section#accreditation .exam-table .table-row span:nth-child(3),
.woocommerce-page.woocommerce-account .account-section#accreditation .exam-table .table-row span:nth-child(3) {
  width: 20%;
  border-right: 1px solid #bdc3c7;
}
.woocommerce.woocommerce-account .account-section#accreditation #accreditation-profile-updater-window .form-wrapper,
.woocommerce-page.woocommerce-account .account-section#accreditation #accreditation-profile-updater-window .form-wrapper {
  position: relative;
  height: 90vh;
  margin-top: 5vh;
  width: 65%;
  margin-left: 17.5%;
  overflow-y: scroll;
  padding: 50px 20px 30px;
  padding: 5rem 2rem 3rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(66, 66, 68, 0.9);
  z-index: 99999;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window h3, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window #comments .comments-title, #comments .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .comments-title, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .cta-component.small .cta-headline, .cta-component.small .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .cta-headline, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window p, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .widget .textwidget, .widget .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .textwidget,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window h3,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window #comments .comments-title,
#comments .woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .comments-title,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .cta-component.small .cta-headline,
.cta-component.small .woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .cta-headline,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window p,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .widget .textwidget,
.widget .woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .textwidget {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper {
  background: #fff;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form {
  padding: 0;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field {
  padding-top: 0;
  border: 0 !important;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field input, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field textarea, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field select,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field input,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field textarea,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field select {
  height: auto;
  background: #fff;
  color: #424244;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field input:focus, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field input:active, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field textarea:focus, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field textarea:active, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field select:focus, .woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field select:active,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field input:focus,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field input:active,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field textarea:focus,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field textarea:active,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field select:focus,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field select:active {
  background: #fff;
  border: 1px solid #bdc3c7;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field input[type="file"],
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .form-wrapper form .acf-field input[type="file"] {
  border: 0;
  padding: 0;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .close-toggle,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .close-toggle {
  position: absolute;
  color: #424244;
  font-weight: bold;
  text-decoration: none;
  top: 7.5px;
  top: 0.75rem;
  right: 15px;
  right: 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .close-toggle span,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window .close-toggle span {
  font-weight: normal;
  margin-right: 7.5px;
  margin-right: 0.75rem;
}
.woocommerce.woocommerce-account .account-section#accreditation .account-accreditation-popup-window.active,
.woocommerce-page.woocommerce-account .account-section#accreditation .account-accreditation-popup-window.active {
  display: block;
}
.woocommerce.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93c5a81372,
.woocommerce.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93eae48abb,
.woocommerce.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b9415618cf8,
.woocommerce.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93c3ea7965,
.woocommerce.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93c3ea7942,
.woocommerce-page.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93c5a81372,
.woocommerce-page.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93eae48abb,
.woocommerce-page.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b9415618cf8,
.woocommerce-page.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93c3ea7965,
.woocommerce-page.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93c3ea7942 {
  display: none;
}
.woocommerce.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93c3ea79ba,
.woocommerce-page.woocommerce-account .account-section#accreditation .acf-form .acf-field-57b93c3ea79ba {
  height: 92px;
}
.woocommerce.woocommerce-view-order #membership-form,
.woocommerce.woocommerce-view-order #district-registration-form,
.woocommerce-page.woocommerce-view-order #membership-form,
.woocommerce-page.woocommerce-view-order #district-registration-form {
  display: none;
}
.woocommerce.woocommerce-view-order .product-name a,
.woocommerce-page.woocommerce-view-order .product-name a {
  color: #424244;
  text-decoration: none;
}
.woocommerce.page-id-2123 input#rememberme,
.woocommerce-page.page-id-2123 input#rememberme {
  position: relative;
  top: 7.5px;
  top: 0.75rem;
  margin-left: 15px;
  margin-left: 1.5rem;
}

body.single.single-registered-districts {
  /*
  #feature-area-button {
  	position: absolute;
  	left: 20px;
  	bottom: 20px;
  }
  */
}
body.single.single-registered-districts #page.header-fixed {
  padding-top: 120px;
  padding-top: 12rem;
}
@media (max-width: 900px) {
  body.single.single-registered-districts #page.header-fixed {
    padding-top: 45px !important;
    padding-top: 4.5rem !important;
  }
}
body.single.single-registered-districts .breadcrumbs {
  position: absolute;
  background: none;
  left: 0;
  right: 0;
  top: 120px;
}
@media (max-width: 900px) {
  body.single.single-registered-districts .breadcrumbs {
    top: 50px;
  }
}
body.single.single-registered-districts .breadcrumbs li, body.single.single-registered-districts .breadcrumbs li a {
  color: #fff !important;
}
body.single.single-registered-districts .breadcrumbs li a:hover {
  color: #c3cf21 !important;
}
body.single.single-registered-districts .breadcrumbs + .row, body.single.single-registered-districts .feature-area .breadcrumbs + .content-wrap {
  width: 100%;
  max-width: 999999px;
}
body.single.single-registered-districts #primary {
  width: 100% !important;
  margin: 0;
}
body.single.single-registered-districts .feature-area {
  margin-bottom: 3rem;
  position: relative;
  height: 450px;
  height: 45rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
html.touch body.single.single-registered-districts .feature-area {
  background-attachment: scroll !important;
}
body.single.single-registered-districts .feature-area .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.single.single-registered-districts .feature-area .content-wrap h1 {
  color: white;
}
body.single.single-registered-districts .feature-area .content-wrap h4 {
  color: white;
}
body.single.single-registered-districts .feature-area .content-wrap a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17.5px;
  font-size: 1.75rem;
}
body.single.single-registered-districts .feature-area .content-wrap a img {
  position: relative;
  height: 20px;
  height: 2rem;
  bottom: -2.5px;
  bottom: -0.25rem;
  margin-right: 10px;
  margin-right: 1rem;
}
body.single.single-registered-districts .dist-documents {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-top: 2rem;
  margin-top: 40px;
  margin-top: 4rem;
  *zoom: 1;
}
body.single.single-registered-districts .dist-documents:after {
  clear: both;
}
body.single.single-registered-districts .dist-documents:after, body.single.single-registered-districts .dist-documents:before {
  content: '';
  display: table;
}
body.single.single-registered-districts .dist-documents h3, body.single.single-registered-districts .dist-documents #comments .comments-title, #comments body.single.single-registered-districts .dist-documents .comments-title, body.single.single-registered-districts .dist-documents .cta-component.small .cta-headline, .cta-component.small body.single.single-registered-districts .dist-documents .cta-headline {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
body.single.single-registered-districts .dist-documents h6 {
  line-height: 1.1;
  margin-bottom: 7.5px;
  margin-bottom: 0.75rem;
  display: inline-block;
}
body.single.single-registered-districts .dist-documents img {
  float: left;
  width: 75px;
  vertical-align: middle;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
}
body.single.single-registered-districts .dist-documents .dist-doc-wrapper {
  margin-bottom: 7.5px;
  margin-bottom: 0.75rem;
}
body.single.single-registered-districts .dist-documents .dist-doc-wrapper a:hover {
  color: #c3cf21 !important;
}
body.single.single-registered-districts .dist-documents .dist-doc-wrapper span {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.single.single-registered-districts .dist-documents .dist-doc-wrapper p, body.single.single-registered-districts .dist-documents .dist-doc-wrapper .widget .textwidget, .widget body.single.single-registered-districts .dist-documents .dist-doc-wrapper .textwidget {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.15;
}
body.single.single-registered-districts .dist-documents .dist-doc-wrapper h3, body.single.single-registered-districts .dist-documents .dist-doc-wrapper #comments .comments-title, #comments body.single.single-registered-districts .dist-documents .dist-doc-wrapper .comments-title, body.single.single-registered-districts .dist-documents .dist-doc-wrapper .cta-component.small .cta-headline, .cta-component.small body.single.single-registered-districts .dist-documents .dist-doc-wrapper .cta-headline, body.single.single-registered-districts .dist-documents .dist-doc-wrapper p, body.single.single-registered-districts .dist-documents .dist-doc-wrapper .widget .textwidget, .widget body.single.single-registered-districts .dist-documents .dist-doc-wrapper .textwidget {
  margin-bottom: 0;
  margin-left: 7.5px;
  margin-left: 0.75rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body.single.single-registered-districts .dist-documents .dist-doc-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
body.single.single-registered-districts .dist-documents a {
  display: block;
}
body.single.single-registered-districts .dist-documents h3, body.single.single-registered-districts .dist-documents #comments .comments-title, #comments body.single.single-registered-districts .dist-documents .comments-title, body.single.single-registered-districts .dist-documents .cta-component.small .cta-headline, .cta-component.small body.single.single-registered-districts .dist-documents .cta-headline {
  color: #a54399;
  font-size: 16px;
  font-size: 1.6rem;
}
body.single.single-registered-districts .dist-documents a {
  color: #a54399;
  text-decoration: none;
}
body.single.single-registered-districts .dist-icon {
  display: block;
  background: #eee;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  margin: 0 auto 2rem;
}
body.single.single-registered-districts .cert-status {
  color: #c3cf21;
}
body.single.single-registered-districts .cert-status-full {
  text-align: center;
  color: #c3cf21;
}
body.single.single-registered-districts a.map-link {
  text-decoration: none;
}
body.single.single-registered-districts #dist-map {
  width: 100%;
  height: 200px;
  height: 20rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
body.single.single-registered-districts .dist-info {
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #646466;
}
body.single.single-registered-districts .dist-meta {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
body.single.single-registered-districts .dist-description {
  margin-top: 20px;
  margin-top: 2rem;
}
body.single.single-registered-districts .dist-status {
  background-color: #a54399;
  text-align: center;
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}
body.single.single-registered-districts .dist-status h3, body.single.single-registered-districts .dist-status #comments .comments-title, #comments body.single.single-registered-districts .dist-status .comments-title, body.single.single-registered-districts .dist-status .cta-component.small .cta-headline, .cta-component.small body.single.single-registered-districts .dist-status .cta-headline {
  color: #fff;
  margin-bottom: 0;
  font-family: "Trocchi", "Times New Roman", serif;
}
body.single.single-registered-districts .gallery {
  display: none;
}

.sotm17 {
  color: #646466;
  background-image: url("http://ecodistricts.staging.wpengine.com/wp-content/uploads/2017/10/bg-hexes.jpg");
  background-repeat: repeat-y;
  background-size: 85%;
  font-size: 16px;
}
@media only screen and (min-width: 480px) {
  .sotm17 {
    font-size: calc( 16px + 16 * (100vw - 480px) / (1841 - 480) );
  }
}
@media only screen and (min-width: 1841px) {
  .sotm17 {
    font-size: 32px;
  }
}
body > .sotm17 {
  padding-bottom: 4em;
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  body > .sotm17 {
    max-width: 1550px;
  }
}
.sotm17 section {
  padding-bottom: 4em;
}
.sotm17 p, .sotm17 .widget .textwidget, .widget .sotm17 .textwidget {
  font-size: 15px;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  color: #646466;
}
@media only screen and (min-width: 480px) {
  .sotm17 p, .sotm17 .widget .textwidget, .widget .sotm17 .textwidget {
    font-size: calc( 15px + 9 * (100vw - 480px) / (1841 - 480) );
  }
}
@media only screen and (min-width: 1841px) {
  .sotm17 p, .sotm17 .widget .textwidget, .widget .sotm17 .textwidget {
    font-size: 24px;
  }
}
.sotm17 p.large, .sotm17 .widget .large.textwidget, .widget .sotm17 .large.textwidget {
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (min-width: 480px) {
  .sotm17 p.large, .sotm17 .widget .large.textwidget, .widget .sotm17 .large.textwidget {
    font-size: calc( 22px + 12 * (100vw - 480px) / (1841 - 480) );
  }
}
@media only screen and (min-width: 1841px) {
  .sotm17 p.large, .sotm17 .widget .large.textwidget, .widget .sotm17 .large.textwidget {
    font-size: 34px;
  }
}
.sotm17 a.jump-link {
  position: relative;
  top: -61px;
  display: block;
}
@media only screen and (min-width: 901px) {
  .sotm17 a.jump-link {
    top: -120px;
  }
}
@media only screen and (min-width: 1360px) {
  .sotm17 a.jump-link {
    top: -105px;
  }
}
.sotm17 .title-banner {
  margin: 0;
}
.sotm17 .title-banner img {
  display: block;
}
.sotm17 .title-short {
  position: relative;
  padding-left: 8%;
  margin-top: 3.7em;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.396em;
  line-height: 1.2;
  color: #646466;
}
.sotm17 .title-short:before {
  content: '';
  display: block;
  width: 0.9em;
  padding-top: 0.7em;
  /* allows it to scale with the page and maintain aspect ratio */
  height: 0;
  background-color: #646466;
  position: absolute;
  left: 0;
  top: 0.15em;
}
.sotm17 .title-subsection {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6875em;
  font-weight: 700;
  color: #646466;
  text-transform: uppercase;
}
.sotm17 .hero-banner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .sotm17 .top-section {
    background-color: #fff;
    background-image: url("http://ecodistricts.staging.wpengine.com/wp-content/uploads/2017/10/bg-top-section.jpg");
    background-size: 98%;
    background-position: 0.3em 5.4em;
    background-repeat: no-repeat;
  }
}
.sotm17 .nav {
  padding-top: 1px;
}
@media only screen and (min-width: 768px) {
  .sotm17 .nav .title-short {
    padding-right: 35%;
  }
}
.sotm17 .nav ul {
  margin: 1.2em 0 0 0;
  padding: 0 8%;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .sotm17 .nav ul {
    padding: 0 35% 0 8%;
  }
}
.sotm17 .nav li {
  padding: 1.2em 0;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sotm17 .nav li span {
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 700;
}
.sotm17 .nav li a {
  border-bottom: 1px solid #bebebf;
  line-height: 1.2;
  text-decoration: none;
  color: #646466;
}
.sotm17 .nav li a:focus, .sotm17 .nav li a:hover {
  border-bottom: 1px solid #646466;
}
.sotm17 .text-box {
  border: 0.1em solid #646466;
  padding: 6.8% 8%;
  margin-top: 3.9em;
}
.sotm17 .text-box p, .sotm17 .text-box .widget .textwidget, .widget .sotm17 .text-box .textwidget {
  font-size: 1.0625em;
  line-height: 1.58;
  margin: 0;
}
.sotm17 .video {
  margin: 4em 8% 0;
}
@media only screen and (min-width: 768px) {
  .sotm17 .video {
    margin: 4em 16% 0;
  }
}
.sotm17 .video .video-content {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.2%;
}
.sotm17 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sotm17 .sotm-row {
  padding: 5% 8% 1%;
}
@media only screen and (min-width: 768px) {
  .sotm17 .sotm-row {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sotm17 .title-short + .sotm-row {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .sotm17 .sotm-col-50 {
    display: block;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 48.5%;
  }
}
@media only screen and (min-width: 768px) {
  .sotm17 .sotm-col-100 {
    display: block;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}
.sotm17 .stories {
  margin-top: 3.9em;
}
.sotm17 .stories > .sotm-row:first-child {
  padding-top: 0;
}
.sotm17 .story-list {
  padding: 0 6%;
}
@media only screen and (min-width: 768px) {
  .sotm17 .story-list {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sotm17 .story-list .story {
  position: relative;
  background: #ebebeb;
  border-top: 0.375em solid #646466;
  padding-bottom: 2em;
  margin-bottom: 0.7em;
  min-height: 11em;
}
@media only screen and (min-width: 768px) {
  .sotm17 .story-list .story {
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 48.5%;
  }
}
.sotm17 .story-list .story.story-img-bg {
  background-size: cover;
  background-position: 50% 50%;
}
.sotm17 .story-list .story.story-img-bg .title-story-large,
.sotm17 .story-list .story.story-img-bg p,
.sotm17 .story-list .story.story-img-bg .widget .textwidget,
.widget .sotm17 .story-list .story.story-img-bg .textwidget {
  color: #fff;
}
.sotm17 .story-list .story .content-wrap {
  padding: 3% 6% 0;
}
.sotm17 .story-list .story p, .sotm17 .story-list .story .widget .textwidget, .widget .sotm17 .story-list .story .textwidget {
  line-height: 1.4;
}
.sotm17 .story-list .title-story {
  color: #646466;
  font-size: 1.0625em;
  font-weight: 700;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sotm17 .story-list .title-story-large {
  color: #646466;
  font-size: 2em;
  font-weight: 700;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.sotm17 .story-list .title-story-large span {
  display: block;
  font-size: 0.53125em;
  text-transform: none;
}
.sotm17 .story-list p, .sotm17 .story-list .widget .textwidget, .widget .sotm17 .story-list .textwidget {
  font-weight: 400;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sotm17 .story-list .btn-learn-more {
  padding: 0.6em 1.2em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #c3cf21;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  .sotm17 .story-list .btn-learn-more {
    font-size: calc( 16px + 8 * (100vw - 480px) / (1841 - 480) );
  }
}
@media only screen and (min-width: 1841px) {
  .sotm17 .story-list .btn-learn-more {
    font-size: 24px;
  }
}
.sotm17 .story-list .btn-learn-more:focus, .sotm17 .story-list .btn-learn-more:hover {
  background-color: #9aa31a;
}
.sotm17 .btn {
  padding: 0.2em 1em;
  display: inline-block;
  background: #c3cf21;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  .sotm17 .btn {
    font-size: calc( 22px + 18 * (100vw - 480px) / (1841 - 480) );
  }
}
@media only screen and (min-width: 1841px) {
  .sotm17 .btn {
    font-size: 40px;
  }
}
.sotm17 .btn:focus, .sotm17 .btn:hover {
  background-color: #9aa31a;
}
.sotm17 .trend-1 .story-list .story {
  border-color: #00b1b0;
}
.sotm17 .trend-2 .story-list .story {
  border-color: #c3cf21;
}
.sotm17 .trend-3 .story-list .story {
  border-color: #0c87a8;
}
.sotm17 .trend-4 .story-list .story {
  border-color: #a54399;
}
.sotm17 .trend-5 .story-list .story {
  border-color: #f28034;
}
.sotm17 .trend-6 .story-list .story {
  border-color: #cdcb23;
}
@media only screen and (min-width: 768px) {
  .sotm17 .numbers-3 {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .sotm17 .numbers-3 .content-img,
  .sotm17 .numbers-3 .content-text {
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sotm17 .numbers-3 .content-img {
    width: 40%;
  }
}
.sotm17 .numbers-3 .content-text {
  padding-top: 1em;
}
@media only screen and (min-width: 768px) {
  .sotm17 .numbers-3 .content-text {
    width: 40%;
  }
}
.sotm17 .numbers-3 .title-subsection {
  font-size: 14px;
}
@media only screen and (min-width: 480px) {
  .sotm17 .numbers-3 .title-subsection {
    font-size: calc( 14px + 26 * (100vw - 480px) / (1841 - 480) );
  }
}
@media only screen and (min-width: 1841px) {
  .sotm17 .numbers-3 .title-subsection {
    font-size: 40px;
  }
}
.sotm17 .numbers-3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sotm17 .numbers-3 li {
  padding-bottom: 1em;
  line-height: 1.2;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .sotm17 .numbers-3 li {
    font-size: calc( 14px + 4 * (100vw - 480px) / (1841 - 480) );
  }
}
@media only screen and (min-width: 1841px) {
  .sotm17 .numbers-3 li {
    font-size: 18px;
  }
}
.sotm17 .numbers-3 a {
  display: block;
  text-decoration: none;
  text-transform: none;
}
.sotm17 .sponsor-list {
  padding: 0 8%;
}
@media only screen and (min-width: 320px) {
  .sotm17 .sponsor-list {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sotm17 .sponsor-list .sponsor {
  margin: 0 1% 1em;
}
@media only screen and (min-width: 320px) {
  .sotm17 .sponsor-list .sponsor {
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .sotm17 .sponsor-list .sponsor {
    width: 23%;
  }
}
.sotm17 .sponsor-list .sponsor a,
.sotm17 .sponsor-list .sponsor img {
  display: block;
  margin: 0 auto;
}

.client-component .logo-feature {
  width: 100%;
  opacity: 0.75;
  filter: grayscale(100%);
  margin-bottom: 20px;
  margin-bottom: 2rem;
  transition: all 333ms ease-in-out;
}
.client-component .logo-feature:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.client-component .attribution {
  text-align: right;
}
.client-component.solo-logo {
  margin: 35px auto;
  margin: 3.5rem auto;
}
.client-component.solo-logo img {
  margin-bottom: 0;
}
@media (max-width: 680px) {
  .client-component.solo-logo img {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    -ms-transform: none;
    transform: none;
    top: auto;
  }
}

.column-component + .column-component {
  padding-top: 0;
}
.column-component.row, body.single.single-registered-districts .feature-area .column-component.content-wrap {
  width: 96%;
  max-width: 99999px;
}
@media (max-width: 680px) {
  .column-component {
    padding: 20px 0 !important;
    padding: 2rem 0 !important;
  }
}
.column-component .column {
  position: relative;
  padding: 20px;
  padding: 2rem;
  min-height: 300px;
  min-height: 30rem;
}
.column-component .column.bkgd-none {
  min-height: none;
  padding: 20px 0;
  padding: 2rem 0;
}
.column-component .column.pos-middle .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
}
.column-component .column.pos-bottom {
  position: relative;
}
.column-component .column.pos-bottom .content-wrap {
  position: absolute;
  left: 20px;
  left: 2rem;
  right: 20px;
  right: 2rem;
  bottom: 20px;
  bottom: 2rem;
}
@media (max-width: 680px) {
  .column-component .column {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  .column-component .column:last-child {
    margin-bottom: 0;
  }
}
.column-component .triangle-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  opacity: 0;
  transition: all 333ms ease-in-out;
}
.column-component .triangle-wrap .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 3rem solid #EAE640;
}
.column-component .triangle-wrap .triangle.green {
  border-top-color: #c3cf21;
}
.column-component .triangle-wrap .triangle.blue {
  border-top-color: #0c87a8;
}
.column-component .triangle-wrap .triangle.teal {
  border-top-color: #00b1b0;
}
.column-component .triangle-wrap .triangle.purple {
  border-top-color: #a54399;
}
.column-component .triangle-wrap .triangle.red {
  border-top-color: #e74c3c;
}
.column-component .triangle-wrap .triangle.orange {
  border-top-color: #f28034;
}
.column-component .triangle-wrap .triangle.yellow {
  border-top-color: #eae827;
}
.column-component .triangle-wrap .triangle.gray {
  border-top-color: #646466;
}
.column-component .triangle-wrap .triangle.white {
  border-top-color: #fff;
}
.column-component h3.txt-green, .column-component #comments .txt-green.comments-title, #comments .column-component .txt-green.comments-title, .column-component .cta-component.small .txt-green.cta-headline, .cta-component.small .column-component .txt-green.cta-headline, .column-component h5.txt-green, .column-component p.txt-green, .column-component .widget .txt-green.textwidget, .widget .column-component .txt-green.textwidget {
  color: #c3cf21;
}
.column-component h3.txt-green p, .column-component #comments .txt-green.comments-title p, #comments .column-component .txt-green.comments-title p, .column-component .cta-component.small .txt-green.cta-headline p, .cta-component.small .column-component .txt-green.cta-headline p, .column-component h3.txt-green .widget .textwidget, .widget .column-component h3.txt-green .textwidget, .column-component #comments .txt-green.comments-title .widget .textwidget, .widget .column-component #comments .txt-green.comments-title .textwidget, #comments .column-component .txt-green.comments-title .widget .textwidget, .widget #comments .column-component .txt-green.comments-title .textwidget, .column-component .cta-component.small .txt-green.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-green.cta-headline .textwidget, .cta-component.small .column-component .txt-green.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-green.cta-headline .textwidget, .column-component h5.txt-green p, .column-component h5.txt-green .widget .textwidget, .widget .column-component h5.txt-green .textwidget, .column-component p.txt-green p, .column-component .widget .txt-green.textwidget p, .widget .column-component .txt-green.textwidget p, .column-component p.txt-green .widget .textwidget, .widget .column-component p.txt-green .textwidget, .column-component .widget .txt-green.textwidget .textwidget, .widget .column-component .txt-green.textwidget .textwidget {
  color: #c3cf21;
}
.column-component h3.txt-blue, .column-component #comments .txt-blue.comments-title, #comments .column-component .txt-blue.comments-title, .column-component .cta-component.small .txt-blue.cta-headline, .cta-component.small .column-component .txt-blue.cta-headline, .column-component h5.txt-blue, .column-component p.txt-blue, .column-component .widget .txt-blue.textwidget, .widget .column-component .txt-blue.textwidget {
  color: #0c87a8;
}
.column-component h3.txt-blue p, .column-component #comments .txt-blue.comments-title p, #comments .column-component .txt-blue.comments-title p, .column-component .cta-component.small .txt-blue.cta-headline p, .cta-component.small .column-component .txt-blue.cta-headline p, .column-component h3.txt-blue .widget .textwidget, .widget .column-component h3.txt-blue .textwidget, .column-component #comments .txt-blue.comments-title .widget .textwidget, .widget .column-component #comments .txt-blue.comments-title .textwidget, #comments .column-component .txt-blue.comments-title .widget .textwidget, .widget #comments .column-component .txt-blue.comments-title .textwidget, .column-component .cta-component.small .txt-blue.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-blue.cta-headline .textwidget, .cta-component.small .column-component .txt-blue.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-blue.cta-headline .textwidget, .column-component h5.txt-blue p, .column-component h5.txt-blue .widget .textwidget, .widget .column-component h5.txt-blue .textwidget, .column-component p.txt-blue p, .column-component .widget .txt-blue.textwidget p, .widget .column-component .txt-blue.textwidget p, .column-component p.txt-blue .widget .textwidget, .widget .column-component p.txt-blue .textwidget, .column-component .widget .txt-blue.textwidget .textwidget, .widget .column-component .txt-blue.textwidget .textwidget {
  color: #0c87a8;
}
.column-component h3.txt-purple, .column-component #comments .txt-purple.comments-title, #comments .column-component .txt-purple.comments-title, .column-component .cta-component.small .txt-purple.cta-headline, .cta-component.small .column-component .txt-purple.cta-headline, .column-component h5.txt-purple, .column-component p.txt-purple, .column-component .widget .txt-purple.textwidget, .widget .column-component .txt-purple.textwidget {
  color: #a54399;
}
.column-component h3.txt-purple p, .column-component #comments .txt-purple.comments-title p, #comments .column-component .txt-purple.comments-title p, .column-component .cta-component.small .txt-purple.cta-headline p, .cta-component.small .column-component .txt-purple.cta-headline p, .column-component h3.txt-purple .widget .textwidget, .widget .column-component h3.txt-purple .textwidget, .column-component #comments .txt-purple.comments-title .widget .textwidget, .widget .column-component #comments .txt-purple.comments-title .textwidget, #comments .column-component .txt-purple.comments-title .widget .textwidget, .widget #comments .column-component .txt-purple.comments-title .textwidget, .column-component .cta-component.small .txt-purple.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-purple.cta-headline .textwidget, .cta-component.small .column-component .txt-purple.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-purple.cta-headline .textwidget, .column-component h5.txt-purple p, .column-component h5.txt-purple .widget .textwidget, .widget .column-component h5.txt-purple .textwidget, .column-component p.txt-purple p, .column-component .widget .txt-purple.textwidget p, .widget .column-component .txt-purple.textwidget p, .column-component p.txt-purple .widget .textwidget, .widget .column-component p.txt-purple .textwidget, .column-component .widget .txt-purple.textwidget .textwidget, .widget .column-component .txt-purple.textwidget .textwidget {
  color: #a54399;
}
.column-component h3.txt-red, .column-component #comments .txt-red.comments-title, #comments .column-component .txt-red.comments-title, .column-component .cta-component.small .txt-red.cta-headline, .cta-component.small .column-component .txt-red.cta-headline, .column-component h5.txt-red, .column-component p.txt-red, .column-component .widget .txt-red.textwidget, .widget .column-component .txt-red.textwidget {
  color: #e74c3c;
}
.column-component h3.txt-red p, .column-component #comments .txt-red.comments-title p, #comments .column-component .txt-red.comments-title p, .column-component .cta-component.small .txt-red.cta-headline p, .cta-component.small .column-component .txt-red.cta-headline p, .column-component h3.txt-red .widget .textwidget, .widget .column-component h3.txt-red .textwidget, .column-component #comments .txt-red.comments-title .widget .textwidget, .widget .column-component #comments .txt-red.comments-title .textwidget, #comments .column-component .txt-red.comments-title .widget .textwidget, .widget #comments .column-component .txt-red.comments-title .textwidget, .column-component .cta-component.small .txt-red.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-red.cta-headline .textwidget, .cta-component.small .column-component .txt-red.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-red.cta-headline .textwidget, .column-component h5.txt-red p, .column-component h5.txt-red .widget .textwidget, .widget .column-component h5.txt-red .textwidget, .column-component p.txt-red p, .column-component .widget .txt-red.textwidget p, .widget .column-component .txt-red.textwidget p, .column-component p.txt-red .widget .textwidget, .widget .column-component p.txt-red .textwidget, .column-component .widget .txt-red.textwidget .textwidget, .widget .column-component .txt-red.textwidget .textwidget {
  color: #e74c3c;
}
.column-component h3.txt-orange, .column-component #comments .txt-orange.comments-title, #comments .column-component .txt-orange.comments-title, .column-component .cta-component.small .txt-orange.cta-headline, .cta-component.small .column-component .txt-orange.cta-headline, .column-component h5.txt-orange, .column-component p.txt-orange, .column-component .widget .txt-orange.textwidget, .widget .column-component .txt-orange.textwidget {
  color: #f28034;
}
.column-component h3.txt-orange p, .column-component #comments .txt-orange.comments-title p, #comments .column-component .txt-orange.comments-title p, .column-component .cta-component.small .txt-orange.cta-headline p, .cta-component.small .column-component .txt-orange.cta-headline p, .column-component h3.txt-orange .widget .textwidget, .widget .column-component h3.txt-orange .textwidget, .column-component #comments .txt-orange.comments-title .widget .textwidget, .widget .column-component #comments .txt-orange.comments-title .textwidget, #comments .column-component .txt-orange.comments-title .widget .textwidget, .widget #comments .column-component .txt-orange.comments-title .textwidget, .column-component .cta-component.small .txt-orange.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-orange.cta-headline .textwidget, .cta-component.small .column-component .txt-orange.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-orange.cta-headline .textwidget, .column-component h5.txt-orange p, .column-component h5.txt-orange .widget .textwidget, .widget .column-component h5.txt-orange .textwidget, .column-component p.txt-orange p, .column-component .widget .txt-orange.textwidget p, .widget .column-component .txt-orange.textwidget p, .column-component p.txt-orange .widget .textwidget, .widget .column-component p.txt-orange .textwidget, .column-component .widget .txt-orange.textwidget .textwidget, .widget .column-component .txt-orange.textwidget .textwidget {
  color: #f28034;
}
.column-component h3.txt-yellow, .column-component #comments .txt-yellow.comments-title, #comments .column-component .txt-yellow.comments-title, .column-component .cta-component.small .txt-yellow.cta-headline, .cta-component.small .column-component .txt-yellow.cta-headline, .column-component h5.txt-yellow, .column-component p.txt-yellow, .column-component .widget .txt-yellow.textwidget, .widget .column-component .txt-yellow.textwidget {
  color: #eae827;
}
.column-component h3.txt-yellow p, .column-component #comments .txt-yellow.comments-title p, #comments .column-component .txt-yellow.comments-title p, .column-component .cta-component.small .txt-yellow.cta-headline p, .cta-component.small .column-component .txt-yellow.cta-headline p, .column-component h3.txt-yellow .widget .textwidget, .widget .column-component h3.txt-yellow .textwidget, .column-component #comments .txt-yellow.comments-title .widget .textwidget, .widget .column-component #comments .txt-yellow.comments-title .textwidget, #comments .column-component .txt-yellow.comments-title .widget .textwidget, .widget #comments .column-component .txt-yellow.comments-title .textwidget, .column-component .cta-component.small .txt-yellow.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-yellow.cta-headline .textwidget, .cta-component.small .column-component .txt-yellow.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-yellow.cta-headline .textwidget, .column-component h5.txt-yellow p, .column-component h5.txt-yellow .widget .textwidget, .widget .column-component h5.txt-yellow .textwidget, .column-component p.txt-yellow p, .column-component .widget .txt-yellow.textwidget p, .widget .column-component .txt-yellow.textwidget p, .column-component p.txt-yellow .widget .textwidget, .widget .column-component p.txt-yellow .textwidget, .column-component .widget .txt-yellow.textwidget .textwidget, .widget .column-component .txt-yellow.textwidget .textwidget {
  color: #eae827;
}
.column-component h3.txt-gray, .column-component #comments .txt-gray.comments-title, #comments .column-component .txt-gray.comments-title, .column-component .cta-component.small .txt-gray.cta-headline, .cta-component.small .column-component .txt-gray.cta-headline, .column-component h5.txt-gray, .column-component p.txt-gray, .column-component .widget .txt-gray.textwidget, .widget .column-component .txt-gray.textwidget {
  color: #424244;
}
.column-component h3.txt-gray p, .column-component #comments .txt-gray.comments-title p, #comments .column-component .txt-gray.comments-title p, .column-component .cta-component.small .txt-gray.cta-headline p, .cta-component.small .column-component .txt-gray.cta-headline p, .column-component h3.txt-gray .widget .textwidget, .widget .column-component h3.txt-gray .textwidget, .column-component #comments .txt-gray.comments-title .widget .textwidget, .widget .column-component #comments .txt-gray.comments-title .textwidget, #comments .column-component .txt-gray.comments-title .widget .textwidget, .widget #comments .column-component .txt-gray.comments-title .textwidget, .column-component .cta-component.small .txt-gray.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-gray.cta-headline .textwidget, .cta-component.small .column-component .txt-gray.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-gray.cta-headline .textwidget, .column-component h5.txt-gray p, .column-component h5.txt-gray .widget .textwidget, .widget .column-component h5.txt-gray .textwidget, .column-component p.txt-gray p, .column-component .widget .txt-gray.textwidget p, .widget .column-component .txt-gray.textwidget p, .column-component p.txt-gray .widget .textwidget, .widget .column-component p.txt-gray .textwidget, .column-component .widget .txt-gray.textwidget .textwidget, .widget .column-component .txt-gray.textwidget .textwidget {
  color: #424244;
}
.column-component h3.txt-white, .column-component #comments .txt-white.comments-title, #comments .column-component .txt-white.comments-title, .column-component .cta-component.small .txt-white.cta-headline, .cta-component.small .column-component .txt-white.cta-headline, .column-component h5.txt-white, .column-component p.txt-white, .column-component .widget .txt-white.textwidget, .widget .column-component .txt-white.textwidget {
  color: #fff;
}
.column-component h3.txt-white p, .column-component #comments .txt-white.comments-title p, #comments .column-component .txt-white.comments-title p, .column-component .cta-component.small .txt-white.cta-headline p, .cta-component.small .column-component .txt-white.cta-headline p, .column-component h3.txt-white .widget .textwidget, .widget .column-component h3.txt-white .textwidget, .column-component #comments .txt-white.comments-title .widget .textwidget, .widget .column-component #comments .txt-white.comments-title .textwidget, #comments .column-component .txt-white.comments-title .widget .textwidget, .widget #comments .column-component .txt-white.comments-title .textwidget, .column-component .cta-component.small .txt-white.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-white.cta-headline .textwidget, .cta-component.small .column-component .txt-white.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-white.cta-headline .textwidget, .column-component h5.txt-white p, .column-component h5.txt-white .widget .textwidget, .widget .column-component h5.txt-white .textwidget, .column-component p.txt-white p, .column-component .widget .txt-white.textwidget p, .widget .column-component .txt-white.textwidget p, .column-component p.txt-white .widget .textwidget, .widget .column-component p.txt-white .textwidget, .column-component .widget .txt-white.textwidget .textwidget, .widget .column-component .txt-white.textwidget .textwidget {
  color: #fff;
}
.column-component h3.txt-teal, .column-component #comments .txt-teal.comments-title, #comments .column-component .txt-teal.comments-title, .column-component .cta-component.small .txt-teal.cta-headline, .cta-component.small .column-component .txt-teal.cta-headline, .column-component h5.txt-teal, .column-component p.txt-teal, .column-component .widget .txt-teal.textwidget, .widget .column-component .txt-teal.textwidget {
  color: #00b1b0;
}
.column-component h3.txt-teal p, .column-component #comments .txt-teal.comments-title p, #comments .column-component .txt-teal.comments-title p, .column-component .cta-component.small .txt-teal.cta-headline p, .cta-component.small .column-component .txt-teal.cta-headline p, .column-component h3.txt-teal .widget .textwidget, .widget .column-component h3.txt-teal .textwidget, .column-component #comments .txt-teal.comments-title .widget .textwidget, .widget .column-component #comments .txt-teal.comments-title .textwidget, #comments .column-component .txt-teal.comments-title .widget .textwidget, .widget #comments .column-component .txt-teal.comments-title .textwidget, .column-component .cta-component.small .txt-teal.cta-headline .widget .textwidget, .widget .column-component .cta-component.small .txt-teal.cta-headline .textwidget, .cta-component.small .column-component .txt-teal.cta-headline .widget .textwidget, .widget .cta-component.small .column-component .txt-teal.cta-headline .textwidget, .column-component h5.txt-teal p, .column-component h5.txt-teal .widget .textwidget, .widget .column-component h5.txt-teal .textwidget, .column-component p.txt-teal p, .column-component .widget .txt-teal.textwidget p, .widget .column-component .txt-teal.textwidget p, .column-component p.txt-teal .widget .textwidget, .widget .column-component p.txt-teal .textwidget, .column-component .widget .txt-teal.textwidget .textwidget, .widget .column-component .txt-teal.textwidget .textwidget {
  color: #00b1b0;
}
.column-component h3, .column-component #comments .comments-title, #comments .column-component .comments-title, .column-component .cta-component.small .cta-headline, .cta-component.small .column-component .cta-headline {
  text-transform: none;
  margin-bottom: 2.5px;
  margin-bottom: 0.25rem;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.column-component .button, .column-component input[type='submit'], .column-component #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .column-component .comment-reply-link, .column-component body.login #wp-submit, body.login .column-component #wp-submit {
  margin-top: 5px;
  margin-top: 0.5rem;
}
.column-component h3 + .button, .column-component #comments .comments-title + .button, #comments .column-component .comments-title + .button, .column-component .cta-component.small .cta-headline + .button, .cta-component.small .column-component .cta-headline + .button, .column-component h3 + input[type='submit'], .column-component #comments .comments-title + input[type='submit'], #comments .column-component .comments-title + input[type='submit'], .column-component .cta-component.small .cta-headline + input[type='submit'], .cta-component.small .column-component .cta-headline + input[type='submit'], .column-component #comments .comment-list .comment-body .reply h3 + .comment-reply-link, #comments .comment-list .comment-body .reply .column-component h3 + .comment-reply-link, .column-component #comments .comment-list .comment-body .reply .comments-title + .comment-reply-link, #comments .column-component .comment-list .comment-body .reply .comments-title + .comment-reply-link, #comments .comment-list .comment-body .reply .column-component .comments-title + .comment-reply-link, .column-component .cta-component.small #comments .comment-list .comment-body .reply .cta-headline + .comment-reply-link, #comments .comment-list .comment-body .reply .column-component .cta-component.small .cta-headline + .comment-reply-link, .cta-component.small .column-component #comments .comment-list .comment-body .reply .cta-headline + .comment-reply-link, #comments .comment-list .comment-body .reply .cta-component.small .column-component .cta-headline + .comment-reply-link, .column-component body.login h3 + #wp-submit, body.login .column-component h3 + #wp-submit, .column-component #comments body.login .comments-title + #wp-submit, body.login .column-component #comments .comments-title + #wp-submit, #comments .column-component body.login .comments-title + #wp-submit, body.login #comments .column-component .comments-title + #wp-submit, .column-component .cta-component.small body.login .cta-headline + #wp-submit, body.login .column-component .cta-component.small .cta-headline + #wp-submit, .cta-component.small .column-component body.login .cta-headline + #wp-submit, body.login .cta-component.small .column-component .cta-headline + #wp-submit {
  margin-top: 20px;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .column-component.normal p, .column-component.normal .widget .textwidget, .widget .column-component.normal .textwidget {
    font-size: 90%;
  }
}
.column-component.full-width {
  width: 100%;
  padding: 0 !important;
}
.column-component.full-width .column {
  display: block;
  margin-right: 0;
  text-decoration: none;
  cursor: pointer;
  min-height: 400px;
  min-height: 40rem;
}
.column-component.full-width .column.one_fifth {
  width: 20%;
}
.column-component.full-width .column.two_fifth {
  width: 40%;
}
.column-component.full-width .column.one_quarter {
  width: 25%;
}
.column-component.full-width .column.one_third {
  width: 33.33333%;
}
.column-component.full-width .column.one_half {
  width: 50%;
  min-height: 450px;
  min-height: 45rem;
}
.column-component.full-width .column.two_third {
  width: 66.66667%;
}
.column-component.full-width .column.three_quarter {
  width: 75%;
}
.column-component.full-width .column.one_third .content-wrap, .column-component.full-width .column.one_quarter .content-wrap, .column-component.full-width .column.two_fifth .content-wrap, .column-component.full-width .column.one_fifth .content-wrap {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  padding: 20px 30px;
  padding: 2rem 3rem;
}
.column-component.full-width .column.one_half .content-wrap, .column-component.full-width .column.two_third .content-wrap, .column-component.full-width .column.three_quarter .content-wrap {
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  padding: 20px 40px;
  padding: 2rem 4rem;
}
@media (max-width: 680px) {
  .column-component.full-width .column {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.column-component.full-width .column .zoom-bkgd-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 333ms ease-in-out;
}
.column-component.full-width .column.bkgd-image {
  overflow: hidden;
}
.column-component.full-width .column.bkgd-image:hover .zoom-bkgd-img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.column-component.full-width .column h2, .column-component.full-width .column h3, .column-component.full-width .column #comments .comments-title, #comments .column-component.full-width .column .comments-title, .column-component.full-width .column .cta-component.small .cta-headline, .cta-component.small .column-component.full-width .column .cta-headline, .column-component.full-width .column h5, .column-component.full-width .column p, .column-component.full-width .column .widget .textwidget, .widget .column-component.full-width .column .textwidget {
  -webkit-font-smoothing: antialiased;
  transition: all 333ms ease-in-out;
}
.column-component.full-width .column h5 {
  position: absolute;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  top: 40px;
  top: 4rem;
  left: 20px;
  left: 2rem;
  right: 20px;
  right: 2rem;
}
.column-component.full-width .column h2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
  bottom: 90px;
  bottom: 9rem;
}
.column-component.full-width .column h2 span {
  text-transform: none;
  font-size: 20px;
  font-size: 2rem;
}
.column-component.full-width .column .content-wrap {
  border: 1px solid white;
  transition: all 333ms ease-in-out;
}
.column-component.full-width .column .content-wrap h3, .column-component.full-width .column .content-wrap #comments .comments-title, #comments .column-component.full-width .column .content-wrap .comments-title, .column-component.full-width .column .content-wrap .cta-component.small .cta-headline, .cta-component.small .column-component.full-width .column .content-wrap .cta-headline {
  font-size: 21px;
  font-size: 2.1rem;
}
.column-component.full-width .column .content-wrap p, .column-component.full-width .column .content-wrap .widget .textwidget, .widget .column-component.full-width .column .content-wrap .textwidget {
  margin-bottom: 0;
  font-size: 19px;
  font-size: 1.9rem;
}
.column-component.full-width .column .content-wrap.txt-green {
  border-color: #c3cf21;
}
.column-component.full-width .column .content-wrap.txt-blue {
  border-color: #0c87a8;
}
.column-component.full-width .column .content-wrap.txt-purple {
  border-color: #a54399;
}
.column-component.full-width .column .content-wrap.txt-red {
  border-color: #e74c3c;
}
.column-component.full-width .column .content-wrap.txt-orange {
  border-color: #f28034;
}
.column-component.full-width .column .content-wrap.txt-yellow {
  border-color: #eae827;
}
.column-component.full-width .column .content-wrap.txt-gray {
  border-color: #424244;
}
.column-component.full-width .column .content-wrap.txt-white {
  border-color: #fff;
}
.column-component.full-width .column .content-wrap.txt-teal {
  border-color: #00b1b0;
}
.column-component.full-width .column.pos-top .content-wrap {
  position: relative;
  top: 50px;
  top: 5rem;
}
.column-component.full-width .column.pos-bottom .content-wrap {
  left: 3%;
  right: 3%;
}
.column-component.full-width .column.pos-bottom.one_third .content-wrap, .column-component.full-width .column.pos-bottom.one_quarter .content-wrap, .column-component.full-width .column.pos-bottom.two_fifth .content-wrap, .column-component.full-width .column.pos-bottom.one_fifth .content-wrap {
  margin-right: 7%;
  margin-left: 7%;
}
.column-component.full-width .column.pos-bottom.one_half .content-wrap, .column-component.full-width .column.pos-bottom.two_third .content-wrap, .column-component.full-width .column.pos-bottom.three_quarter .content-wrap {
  margin-left: 17%;
  margin-right: 17%;
}
.column-component.full-width .column:hover .triangle-wrap {
  opacity: 1;
}
.column-component.full-width .column:hover h3, .column-component.full-width .column:hover #comments .comments-title, #comments .column-component.full-width .column:hover .comments-title, .column-component.full-width .column:hover .cta-component.small .cta-headline, .cta-component.small .column-component.full-width .column:hover .cta-headline, .column-component.full-width .column:hover h5, .column-component.full-width .column:hover p, .column-component.full-width .column:hover .widget .textwidget, .widget .column-component.full-width .column:hover .textwidget {
  color: #fff;
}
.column-component.full-width .column:hover .content-wrap {
  border-color: #fff;
}

.contact-component h3, .contact-component #comments .comments-title, #comments .contact-component .comments-title, .contact-component .cta-component.small .cta-headline, .cta-component.small .contact-component .cta-headline {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.contact-component p, .contact-component .widget .textwidget, .widget .contact-component .textwidget {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.contact-component .ninja-forms-required-items {
  display: none;
}
.contact-component .hours {
  display: block;
  width: 100%;
  border-bottom: 1px solid #bdc3c7;
  border-top: 1px solid #bdc3c7;
  padding: 17.5px 0 5px;
  padding: 1.75rem 0 0.5rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  *zoom: 1;
}
.contact-component .hours:after {
  clear: both;
}
.contact-component .hours:after, .contact-component .hours:before {
  content: '';
  display: table;
}
.contact-component .hours span {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.contact-component .hours span.date-range {
  width: 55%;
  font-weight: 400;
}
.contact-component .hours span.open-hours {
  width: 45%;
}
.contact-component .phone-number {
  margin: 25px 0;
  margin: 2.5rem 0;
}
.contact-component .phone-number a {
  float: right;
  color: #c3cf21;
}
.contact-component .phone-number a:hover {
  color: #a54399;
}
.contact-component #contactcanvas {
  height: 380px;
}

.cta-component .row, .cta-component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .cta-component .content-wrap {
  margin-bottom: 0;
  height: 380px;
  height: 38rem;
}
.cta-component .content-wrap {
  display: block;
}
.cta-component .cta-headline.txt-green, .cta-component p.txt-green, .cta-component .widget .txt-green.textwidget, .widget .cta-component .txt-green.textwidget {
  color: #c3cf21;
}
.cta-component .cta-headline.txt-green p, .cta-component .cta-headline.txt-green .widget .textwidget, .widget .cta-component .cta-headline.txt-green .textwidget, .cta-component p.txt-green p, .cta-component .widget .txt-green.textwidget p, .widget .cta-component .txt-green.textwidget p, .cta-component p.txt-green .widget .textwidget, .widget .cta-component p.txt-green .textwidget, .cta-component .widget .txt-green.textwidget .textwidget, .widget .cta-component .txt-green.textwidget .textwidget {
  color: #c3cf21;
}
.cta-component .cta-headline.txt-blue, .cta-component p.txt-blue, .cta-component .widget .txt-blue.textwidget, .widget .cta-component .txt-blue.textwidget {
  color: #0c87a8;
}
.cta-component .cta-headline.txt-blue p, .cta-component .cta-headline.txt-blue .widget .textwidget, .widget .cta-component .cta-headline.txt-blue .textwidget, .cta-component p.txt-blue p, .cta-component .widget .txt-blue.textwidget p, .widget .cta-component .txt-blue.textwidget p, .cta-component p.txt-blue .widget .textwidget, .widget .cta-component p.txt-blue .textwidget, .cta-component .widget .txt-blue.textwidget .textwidget, .widget .cta-component .txt-blue.textwidget .textwidget {
  color: #0c87a8;
}
.cta-component .cta-headline.txt-purple, .cta-component p.txt-purple, .cta-component .widget .txt-purple.textwidget, .widget .cta-component .txt-purple.textwidget {
  color: #a54399;
}
.cta-component .cta-headline.txt-purple p, .cta-component .cta-headline.txt-purple .widget .textwidget, .widget .cta-component .cta-headline.txt-purple .textwidget, .cta-component p.txt-purple p, .cta-component .widget .txt-purple.textwidget p, .widget .cta-component .txt-purple.textwidget p, .cta-component p.txt-purple .widget .textwidget, .widget .cta-component p.txt-purple .textwidget, .cta-component .widget .txt-purple.textwidget .textwidget, .widget .cta-component .txt-purple.textwidget .textwidget {
  color: #a54399;
}
.cta-component .cta-headline.txt-red, .cta-component p.txt-red, .cta-component .widget .txt-red.textwidget, .widget .cta-component .txt-red.textwidget {
  color: #e74c3c;
}
.cta-component .cta-headline.txt-red p, .cta-component .cta-headline.txt-red .widget .textwidget, .widget .cta-component .cta-headline.txt-red .textwidget, .cta-component p.txt-red p, .cta-component .widget .txt-red.textwidget p, .widget .cta-component .txt-red.textwidget p, .cta-component p.txt-red .widget .textwidget, .widget .cta-component p.txt-red .textwidget, .cta-component .widget .txt-red.textwidget .textwidget, .widget .cta-component .txt-red.textwidget .textwidget {
  color: #e74c3c;
}
.cta-component .cta-headline.txt-orange, .cta-component p.txt-orange, .cta-component .widget .txt-orange.textwidget, .widget .cta-component .txt-orange.textwidget {
  color: #f28034;
}
.cta-component .cta-headline.txt-orange p, .cta-component .cta-headline.txt-orange .widget .textwidget, .widget .cta-component .cta-headline.txt-orange .textwidget, .cta-component p.txt-orange p, .cta-component .widget .txt-orange.textwidget p, .widget .cta-component .txt-orange.textwidget p, .cta-component p.txt-orange .widget .textwidget, .widget .cta-component p.txt-orange .textwidget, .cta-component .widget .txt-orange.textwidget .textwidget, .widget .cta-component .txt-orange.textwidget .textwidget {
  color: #f28034;
}
.cta-component .cta-headline.txt-yellow, .cta-component p.txt-yellow, .cta-component .widget .txt-yellow.textwidget, .widget .cta-component .txt-yellow.textwidget {
  color: #eae827;
}
.cta-component .cta-headline.txt-yellow p, .cta-component .cta-headline.txt-yellow .widget .textwidget, .widget .cta-component .cta-headline.txt-yellow .textwidget, .cta-component p.txt-yellow p, .cta-component .widget .txt-yellow.textwidget p, .widget .cta-component .txt-yellow.textwidget p, .cta-component p.txt-yellow .widget .textwidget, .widget .cta-component p.txt-yellow .textwidget, .cta-component .widget .txt-yellow.textwidget .textwidget, .widget .cta-component .txt-yellow.textwidget .textwidget {
  color: #eae827;
}
.cta-component .cta-headline.txt-gray, .cta-component p.txt-gray, .cta-component .widget .txt-gray.textwidget, .widget .cta-component .txt-gray.textwidget {
  color: #424244;
}
.cta-component .cta-headline.txt-gray p, .cta-component .cta-headline.txt-gray .widget .textwidget, .widget .cta-component .cta-headline.txt-gray .textwidget, .cta-component p.txt-gray p, .cta-component .widget .txt-gray.textwidget p, .widget .cta-component .txt-gray.textwidget p, .cta-component p.txt-gray .widget .textwidget, .widget .cta-component p.txt-gray .textwidget, .cta-component .widget .txt-gray.textwidget .textwidget, .widget .cta-component .txt-gray.textwidget .textwidget {
  color: #424244;
}
.cta-component .cta-headline.txt-white, .cta-component p.txt-white, .cta-component .widget .txt-white.textwidget, .widget .cta-component .txt-white.textwidget {
  color: #fff;
}
.cta-component .cta-headline.txt-white p, .cta-component .cta-headline.txt-white .widget .textwidget, .widget .cta-component .cta-headline.txt-white .textwidget, .cta-component p.txt-white p, .cta-component .widget .txt-white.textwidget p, .widget .cta-component .txt-white.textwidget p, .cta-component p.txt-white .widget .textwidget, .widget .cta-component p.txt-white .textwidget, .cta-component .widget .txt-white.textwidget .textwidget, .widget .cta-component .txt-white.textwidget .textwidget {
  color: #fff;
}
.cta-component .cta-headline.txt-teal, .cta-component p.txt-teal, .cta-component .widget .txt-teal.textwidget, .widget .cta-component .txt-teal.textwidget {
  color: #00b1b0;
}
.cta-component .cta-headline.txt-teal p, .cta-component .cta-headline.txt-teal .widget .textwidget, .widget .cta-component .cta-headline.txt-teal .textwidget, .cta-component p.txt-teal p, .cta-component .widget .txt-teal.textwidget p, .widget .cta-component .txt-teal.textwidget p, .cta-component p.txt-teal .widget .textwidget, .widget .cta-component p.txt-teal .textwidget, .cta-component .widget .txt-teal.textwidget .textwidget, .widget .cta-component .txt-teal.textwidget .textwidget {
  color: #00b1b0;
}
.cta-component.small {
  padding: 15px 0;
  padding: 1.5rem 0;
}
.cta-component.small .row, .cta-component.small body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .cta-component.small .content-wrap {
  height: auto;
}
.cta-component.small .cta-headline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
  margin-bottom: 2.5px;
  margin-bottom: 0.25rem;
  color: #fff;
}
@media (max-width: 680px) {
  .cta-component.small .cta-headline {
    margin-right: 3%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.cta-component.small .button, .cta-component.small input[type='submit'], .cta-component.small #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .cta-component.small .comment-reply-link, .cta-component.small body.login #wp-submit, body.login .cta-component.small #wp-submit {
  display: inline-block;
}
.cta-component.large, .cta-component.x-large {
  padding: 0;
}
.cta-component.large .content-wrap, .cta-component.x-large .content-wrap {
  width: 40%;
}
@media (max-width: 680px) {
  .cta-component.large .content-wrap, .cta-component.x-large .content-wrap {
    width: 100%;
  }
}
.cta-component.large h2, .cta-component.x-large h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
.cta-component.large p, .cta-component.large .widget .textwidget, .widget .cta-component.large .textwidget, .cta-component.x-large p, .cta-component.x-large .widget .textwidget, .widget .cta-component.x-large .textwidget {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.cta-component.large.pos-center .content-wrap, .cta-component.x-large.pos-center .content-wrap {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}
.cta-component.large.pos-right .content-wrap, .cta-component.x-large.pos-right .content-wrap {
  margin-left: 60%;
}
@media (max-width: 680px) {
  .cta-component.large.pos-right .content-wrap, .cta-component.x-large.pos-right .content-wrap {
    margin-left: 0;
  }
}
.cta-component.large.pos-left .content-wrap, .cta-component.x-large.pos-left .content-wrap {
  margin-right: 60%;
}
@media (max-width: 680px) {
  .cta-component.large.pos-left .content-wrap, .cta-component.x-large.pos-left .content-wrap {
    margin-right: 0;
  }
}
.cta-component.large.pos-top, .cta-component.x-large.pos-top {
  padding-top: 40px;
  padding-top: 4rem;
}
.cta-component.large.pos-bottom, .cta-component.x-large.pos-bottom {
  position: relative;
}
.cta-component.large.pos-bottom .content-wrap, .cta-component.x-large.pos-bottom .content-wrap {
  position: absolute;
  bottom: 40px;
  bottom: 4rem;
}
.cta-component.large.pos-middle .content-wrap, .cta-component.x-large.pos-middle .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  .cta-component.large, .cta-component.x-large {
    height: auto !important;
    padding: 30px 0;
    padding: 3rem 0;
  }
  .cta-component.large .content-wrap, .cta-component.x-large .content-wrap {
    top: 0 !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    width: 100% !important;
  }
}
.cta-component.x-large .row, .cta-component.x-large body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .cta-component.x-large .content-wrap {
  height: 500px;
  height: 50rem;
}
.cta-component.txt-right {
  text-align: right;
}
.cta-component.txt-center {
  text-align: center;
}
.cta-component.txt-left {
  text-align: left;
}

.district-registry-component {
  position: relative;
  top: -55px;
  top: -5.5rem;
}
.district-registry-component .map-wrapper {
  background-color: #ddd;
}
.district-registry-component #district-map {
  height: 70vh;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  /*
  
  		.map-location {
  			display: block;
  			background: $green;
  			color: $white;
  			text-transform: uppercase;
  			font-weight: bold;
  			font-size: 90%;
  			@include rem(width, 20rem);
  			@include rem(padding, 0.5rem);
  			@include rem(margin-bottom, 0.75rem);
  		}
  		*/
}
.district-registry-component #district-map .map-feature-image {
  display: block;
  width: 200px;
  width: 20rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.district-registry-component #district-map .map-district-status {
  display: block;
  background: #c3cf21;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 90%;
  width: 200px;
  width: 20rem;
  padding: 5px;
  padding: 0.5rem;
  margin-bottom: 7.5px;
  margin-bottom: 0.75rem;
}
.district-registry-component #district-map .map-location {
  display: none;
}
.district-registry-component #district-map .map-location-name {
  margin-bottom: 0;
}
.district-registry-component #district-map .map-location-name a {
  color: #424244;
  text-decoration: none;
}
.district-registry-component #district-map .map-location-details {
  margin-bottom: 0;
  width: 200px;
  width: 20rem;
}
.district-registry-component #dist-filters {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  *zoom: 1;
}
.district-registry-component #dist-filters:after {
  clear: both;
}
.district-registry-component #dist-filters:after, .district-registry-component #dist-filters:before {
  content: '';
  display: table;
}
.district-registry-component #dist-filters .dist-search {
  width: 100%;
  border: 1px solid #bdc3c7;
  padding: 1.5px 3.5px 1.5px 10px;
  padding: 0.15rem 0.35rem 0.15rem 1rem;
  margin: 5px 0 10px;
  margin: 0.5rem 0 1rem;
  *zoom: 1;
}
.district-registry-component #dist-filters .dist-search:after {
  clear: both;
}
.district-registry-component #dist-filters .dist-search:after, .district-registry-component #dist-filters .dist-search:before {
  content: '';
  display: table;
}
@media (max-width: 680px) {
  .district-registry-component #dist-filters .dist-search {
    padding: 10px;
    padding: 1rem;
  }
}
.district-registry-component #dist-filters .dist-search input {
  float: left;
}
.district-registry-component #dist-filters .dist-search input[type="text"] {
  width: 73%;
  margin-right: 2%;
  border: none;
  padding: 12px 10px 12px 0;
  padding: 1.2rem 1rem 1.2rem 0;
}
@media (max-width: 680px) {
  .district-registry-component #dist-filters .dist-search input[type="text"] {
    width: 100%;
    margin-right: 0;
  }
}
.district-registry-component #dist-filters .dist-search input[type="submit"] {
  width: 25%;
  background: #0c87a8;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 10px 12px 17.5px;
  padding: 1.2rem 1rem 1.2rem 1.75rem;
}
@media (max-width: 680px) {
  .district-registry-component #dist-filters .dist-search input[type="submit"] {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.district-registry-component #dist-filters #dist-certification-status {
  clear: both;
  width: 100%;
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.district-registry-component #dist-filters #dist-certification-status label.column {
  font-weight: bold;
  width: auto;
  line-height: 2;
  padding-right: 3%;
}
.district-registry-component #dist-filters #dist-certification-status label.dist-cert-label {
  line-height: 2;
}
@media (max-width: 900px) {
  .district-registry-component #dist-filters #dist-certification-status span {
    display: block;
  }
}
.district-registry-component #dist-filters .filter-wrap {
  float: left;
  width: 100%;
  background: #e2e2e2;
  padding: 5px;
  padding: 0.5rem;
  *zoom: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.district-registry-component #dist-filters .filter-wrap:after {
  clear: both;
}
.district-registry-component #dist-filters .filter-wrap:after, .district-registry-component #dist-filters .filter-wrap:before {
  content: '';
  display: table;
}
@media (max-width: 900px) {
  .district-registry-component #dist-filters .filter-wrap {
    padding: 10px;
    padding: 1rem;
    display: block;
  }
}
.district-registry-component #dist-filters .filter-wrap .filter-left {
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.district-registry-component #dist-filters .filter {
  position: relative;
  float: left;
  width: 40%;
  margin-right: 2%;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.district-registry-component #dist-filters .filter .genericon {
  position: absolute;
  top: 17.5px;
  top: 1.75rem;
}
@media (max-width: 900px) {
  .district-registry-component #dist-filters .filter {
    width: 32%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  .district-registry-component #dist-filters .filter:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .district-registry-component #dist-filters .filter {
    width: 100%;
    margin-right: 0;
  }
}
.district-registry-component #dist-filters .filter.row, .district-registry-component #dist-filters body.single.single-registered-districts .feature-area .filter.content-wrap, body.single.single-registered-districts .feature-area .district-registry-component #dist-filters .filter.content-wrap {
  width: 64%;
  display: block;
}
.district-registry-component #dist-filters .filter.row .column > span, .district-registry-component #dist-filters body.single.single-registered-districts .feature-area .filter.content-wrap .column > span, body.single.single-registered-districts .feature-area .district-registry-component #dist-filters .filter.content-wrap .column > span {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  display: block;
  float: left;
  white-space: nowrap;
}
.district-registry-component #dist-filters .filter.row .column > span input, .district-registry-component #dist-filters body.single.single-registered-districts .feature-area .filter.content-wrap .column > span input, body.single.single-registered-districts .feature-area .district-registry-component #dist-filters .filter.content-wrap .column > span input,
.district-registry-component #dist-filters .filter.row .column > span span,
.district-registry-component #dist-filters body.single.single-registered-districts .feature-area .filter.content-wrap .column > span span,
body.single.single-registered-districts .feature-area .district-registry-component #dist-filters .filter.content-wrap .column > span span {
  vertical-align: middle;
}
.district-registry-component #dist-filters #filter-buttons {
  width: 25%;
  float: right;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .district-registry-component #dist-filters #filter-buttons {
    width: 100%;
    display: block;
  }
}
.district-registry-component #dist-filters #filter-button, .district-registry-component #dist-filters #clear-filter-button {
  float: right;
  background: #0c87a8;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  height: 40px;
  padding: 12px 10px 12px 17.5px;
  padding: 1.2rem 1rem 1.2rem 1.75rem;
}
.district-registry-component #dist-filters #filter-button:hover, .district-registry-component #dist-filters #clear-filter-button:hover {
  background: #096178;
}
@media (max-width: 900px) {
  .district-registry-component #dist-filters #filter-button, .district-registry-component #dist-filters #clear-filter-button {
    width: 100%;
    margin-top: 10px;
    margin-top: 1rem;
    text-align: center;
  }
}
.district-registry-component #dist-filters #clear-filter-button {
  margin-right: 10px;
  margin-right: 1rem;
}
.district-registry-component #dist-list {
  width: 100%;
}
.district-registry-component #dist-list .column {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.district-registry-component #dist-list .column:nth-child(3n) {
  margin-right: 0;
}
.district-registry-component #dist-list .column .ie-preview-feature-image {
  display: block;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
html.touch .district-registry-component #dist-list .column .ie-preview-feature-image {
  background-attachment: scroll !important;
}
.district-registry-component #dist-list .column .dist-location {
  background: #c3cf21;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
  padding: 5px;
  padding: 0.5rem;
}
.district-registry-component #dist-list .column .dist-blurb .continue-reading {
  display: none;
}
.district-registry-component #dist-list .column .entry-title {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.district-registry-component #dist-list .column .entry-title a {
  color: #c3cf21;
}
.district-registry-component #dist-list .column .entry-title a:hover {
  color: #a54399;
}
.district-registry-component #dist-list .column .dist-meta {
  margin-bottom: 0rem;
  font-weight: bold;
}
.district-registry-component #dist-list .column p:not(.dist-meta), .district-registry-component #dist-list .column .widget .textwidget:not(.dist-meta), .widget .district-registry-component #dist-list .column .textwidget:not(.dist-meta) {
  margin-top: 10px;
  margin-top: 1rem;
}
@media (max-width: 680px) {
  .district-registry-component #dist-list .column {
    height: auto !important;
  }
}

#district-registration-form .acf-label {
  display: none;
}
#district-registration-form #acf-_post_title {
  padding-left: 15px;
  padding-left: 1.5rem;
  width: 400px;
  max-width: 100%;
}

.woocommerce .certification-table .dist-doc-wrapper {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce .certification-table .dist-doc-wrapper img {
  width: 50px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.woocommerce .certification-table .dist-doc-wrapper h3, .woocommerce .certification-table .dist-doc-wrapper #comments .comments-title, #comments .woocommerce .certification-table .dist-doc-wrapper .comments-title, .woocommerce .certification-table .dist-doc-wrapper .cta-component.small .cta-headline, .cta-component.small .woocommerce .certification-table .dist-doc-wrapper .cta-headline {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.75rem;
}
.woocommerce .certification-table .dist-doc-wrapper a.button.light-gray, .woocommerce .certification-table .dist-doc-wrapper #comments .comment-list .comment-body .reply a.light-gray.comment-reply-link, #comments .comment-list .comment-body .reply .woocommerce .certification-table .dist-doc-wrapper a.light-gray.comment-reply-link, .woocommerce .certification-table .dist-doc-wrapper body.login a.light-gray#wp-submit, body.login .woocommerce .certification-table .dist-doc-wrapper a.light-gray#wp-submit {
  color: white;
}
.woocommerce .certification-table .dist-doc-wrapper a.button.light-gray:hover, .woocommerce .certification-table .dist-doc-wrapper #comments .comment-list .comment-body .reply a.light-gray.comment-reply-link:hover, #comments .comment-list .comment-body .reply .woocommerce .certification-table .dist-doc-wrapper a.light-gray.comment-reply-link:hover, .woocommerce .certification-table .dist-doc-wrapper body.login a.light-gray#wp-submit:hover, body.login .woocommerce .certification-table .dist-doc-wrapper a.light-gray#wp-submit:hover {
  background-color: #bdc3c7;
}

.account-district-popup-window .acf-field {
  margin: 20px;
}

.page-id-11177 h2 {
  font-size: 16px;
  font-size: 1.6rem;
}

.divider-component {
  border-bottom: 1px solid #424244;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin-top: 52.5px;
  margin-top: 5.25rem;
  margin-bottom: 17.5px;
  margin-bottom: 1.75rem;
}
.divider-component p, .divider-component .widget .textwidget, .widget .divider-component .textwidget {
  width: 65%;
}
@media (max-width: 680px) {
  .divider-component p, .divider-component .widget .textwidget, .widget .divider-component .textwidget {
    width: 100%;
  }
}
.divider-component.txt-center p, .divider-component.txt-center .widget .textwidget, .widget .divider-component.txt-center .textwidget {
  margin-right: auto;
  margin-left: auto;
}
.divider-component.txt-right p, .divider-component.txt-right .widget .textwidget, .widget .divider-component.txt-right .textwidget {
  margin-left: 35%;
}

.featured-posts-component h3, .featured-posts-component #comments .comments-title, #comments .featured-posts-component .comments-title, .featured-posts-component .cta-component.small .cta-headline, .cta-component.small .featured-posts-component .cta-headline {
  margin-top: 10px;
  margin-top: 1rem;
}
.featured-posts-component img {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

#gform_wrapper_15 {
  display: block !important;
}

.form-component h3, .form-component #comments .comments-title, #comments .form-component .comments-title, .form-component .cta-component.small .cta-headline, .cta-component.small .form-component .cta-headline {
  border-bottom: 1px solid #bdc3c7;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.form-component p, .form-component .widget .textwidget, .widget .form-component .textwidget {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.form-component .column {
  width: 65%;
  margin-right: 0;
  margin-left: 17.5%;
}
@media (max-width: 900px) {
  .form-component .column {
    width: 75%;
    margin-left: 12.5%;
  }
}
@media (max-width: 680px) {
  .form-component .column {
    width: 100%;
    margin-left: 0;
  }
}

.gallery {
  *zoom: 1;
}
.gallery:after {
  clear: both;
}
.gallery:after, .gallery:before {
  content: '';
  display: table;
}
.gallery .column {
  margin-bottom: 31.11111px;
  margin-bottom: 3.11111rem;
}
.gallery .column.one_half:nth-child(2n), .gallery .column.half:nth-child(2n), .gallery .column.one_halve:nth-child(2n), .gallery .column.halve:nth-child(2n) {
  margin-right: 0;
}
.gallery .column.one_third:nth-child(3n), .gallery .column.third:nth-child(3n) {
  margin-right: 0;
}
.gallery .column.one_quarter:nth-child(4n), .gallery .column.quarter:nth-child(4n), .gallery .column.one_fourth:nth-child(4n), .gallery .column.fourth:nth-child(4n) {
  margin-right: 0;
}
.gallery .column.one_fifth:nth-child(4n), .gallery .column.fifth:nth-child(4n) {
  margin-right: 0;
}

.gallery-image {
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
html.touch .gallery-image {
  background-attachment: scroll !important;
}
.full_width .gallery-image {
  height: 500px;
}
@media (max-width: 900px) {
  .gallery-image {
    height: 187.5px;
  }
  .full_width .gallery-image {
    height: 187.5px;
  }
}
@media (max-width: 680px) {
  .gallery-image {
    height: 250px;
  }
  .full_width .gallery-image {
    height: 250px;
  }
}

.gallery-video iframe {
  width: 100%;
  height: 250px;
}
@media (max-width: 900px) {
  .gallery-video iframe {
    height: 187.5px;
  }
}
@media (max-width: 680px) {
  .gallery-video iframe {
    height: 250px;
  }
}
.gallery-video p, .gallery-video .widget .textwidget, .widget .gallery-video .textwidget {
  display: none;
}

.gallery-blurb {
  border-top: 10px solid #c3cf21;
  background: #f8f8f8;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-top: 2rem;
  padding: 35px 55px 50px;
  padding: 3.5rem 5.5rem 5rem;
}
@media (max-width: 900px) {
  .gallery-blurb {
    width: 100%;
    padding: 35px 35px 50px;
    padding: 3.5rem 3.5rem 5rem;
  }
}

#swipebox-bottom-bar {
  background: rgba(0, 0, 0, 0.5);
}

.hero,
.slider-shortcode {
  padding: 0 !important;
}
.hero .row, .hero body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero .content-wrap,
.slider-shortcode .row,
.slider-shortcode body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area .slider-shortcode .content-wrap {
  height: 50vh;
  margin-bottom: 0;
}
body.home .hero, body.home
.slider-shortcode {
  margin-bottom: 0;
}
body.home .hero .row, body.home .hero body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area body.home .hero .content-wrap, body.home
.slider-shortcode .row, body.home
.slider-shortcode body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area body.home
.slider-shortcode .content-wrap {
  height: 66vh;
}
body.blog .hero, body.blog
.slider-shortcode {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
@media (max-width: 680px) {
  .hero .row, .hero body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero .content-wrap,
  .slider-shortcode .row,
  .slider-shortcode body.single.single-registered-districts .feature-area .content-wrap,
  body.single.single-registered-districts .feature-area .slider-shortcode .content-wrap {
    height: 100vh;
  }
}
.hero.full-height .row, .hero.full-height body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero.full-height .content-wrap,
.slider-shortcode.full-height .row,
.slider-shortcode.full-height body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area .slider-shortcode.full-height .content-wrap {
  height: 100vh;
}
.hero.bkgd-image,
.slider-shortcode.bkgd-image {
  background-position: top center !important;
}
.hero.bkgd-video.darken:after,
.slider-shortcode.bkgd-video.darken:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 2px, transparent 2px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 2px, transparent 2px, transparent 100%);
  background-size: 6px 6px;
}
.hero.bkgd-video .row, .hero.bkgd-video body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero.bkgd-video .content-wrap,
.slider-shortcode.bkgd-video .row,
.slider-shortcode.bkgd-video body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area .slider-shortcode.bkgd-video .content-wrap {
  z-index: 100;
}
.hero .content-wrap,
.slider-shortcode .content-wrap {
  width: 45%;
}
.hero.pos-center .content-wrap,
.slider-shortcode.pos-center .content-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.hero.pos-center .content-wrap p, .hero.pos-center .content-wrap .widget .textwidget, .widget .hero.pos-center .content-wrap .textwidget,
.slider-shortcode.pos-center .content-wrap p,
.slider-shortcode.pos-center .content-wrap .widget .textwidget,
.widget .slider-shortcode.pos-center .content-wrap .textwidget {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.hero.pos-right .content-wrap,
.slider-shortcode.pos-right .content-wrap {
  margin-left: 55%;
}
@media (max-width: 680px) {
  .hero.pos-right .content-wrap,
  .slider-shortcode.pos-right .content-wrap {
    margin-left: 0;
  }
}
.hero.pos-left .content-wrap,
.slider-shortcode.pos-left .content-wrap {
  margin-right: 55%;
}
@media (max-width: 680px) {
  .hero.pos-left .content-wrap,
  .slider-shortcode.pos-left .content-wrap {
    margin-right: 0;
  }
}
.hero.pos-top,
.slider-shortcode.pos-top {
  padding-top: 40px;
  padding-top: 4rem;
}
.hero.pos-bottom .row, .hero.pos-bottom body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero.pos-bottom .content-wrap,
.slider-shortcode.pos-bottom .row,
.slider-shortcode.pos-bottom body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area .slider-shortcode.pos-bottom .content-wrap {
  position: relative;
}
.hero.pos-bottom .content-wrap,
.slider-shortcode.pos-bottom .content-wrap {
  position: absolute;
  bottom: 40px;
  bottom: 4rem;
}
@media (max-width: 680px) {
  .hero.pos-bottom .content-wrap,
  .slider-shortcode.pos-bottom .content-wrap {
    position: relative;
    bottom: 0;
  }
}
.hero.pos-bottom.pos-center .content-wrap,
.slider-shortcode.pos-bottom.pos-center .content-wrap {
  left: 10%;
}
@media (max-width: 680px) {
  .hero.pos-bottom.pos-center .content-wrap,
  .slider-shortcode.pos-bottom.pos-center .content-wrap {
    left: 0;
  }
}
.hero.pos-middle .content-wrap,
.slider-shortcode.pos-middle .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero.txt-left,
.slider-shortcode.txt-left {
  text-align: left;
}
.hero.txt-center,
.slider-shortcode.txt-center {
  text-align: center;
}
.hero.txt-right,
.slider-shortcode.txt-right {
  text-align: right;
}
.hero h1, .hero h2, .hero p, .hero .widget .textwidget, .widget .hero .textwidget,
.slider-shortcode h1,
.slider-shortcode h2,
.slider-shortcode p,
.slider-shortcode .widget .textwidget,
.widget .slider-shortcode .textwidget {
  color: #fff;
}
.hero h1.txt-green, .hero h2.txt-green, .hero p.txt-green, .hero .widget .txt-green.textwidget, .widget .hero .txt-green.textwidget,
.slider-shortcode h1.txt-green,
.slider-shortcode h2.txt-green,
.slider-shortcode p.txt-green,
.slider-shortcode .widget .txt-green.textwidget,
.widget .slider-shortcode .txt-green.textwidget {
  color: #c3cf21;
}
.hero h1.txt-green p, .hero h1.txt-green .widget .textwidget, .widget .hero h1.txt-green .textwidget, .hero h2.txt-green p, .hero h2.txt-green .widget .textwidget, .widget .hero h2.txt-green .textwidget, .hero p.txt-green p, .hero .widget .txt-green.textwidget p, .widget .hero .txt-green.textwidget p, .hero p.txt-green .widget .textwidget, .widget .hero p.txt-green .textwidget, .hero .widget .txt-green.textwidget .textwidget, .widget .hero .txt-green.textwidget .textwidget,
.slider-shortcode h1.txt-green p,
.slider-shortcode h1.txt-green .widget .textwidget,
.widget .slider-shortcode h1.txt-green .textwidget,
.slider-shortcode h2.txt-green p,
.slider-shortcode h2.txt-green .widget .textwidget,
.widget .slider-shortcode h2.txt-green .textwidget,
.slider-shortcode p.txt-green p,
.slider-shortcode .widget .txt-green.textwidget p,
.widget .slider-shortcode .txt-green.textwidget p,
.slider-shortcode p.txt-green .widget .textwidget,
.widget .slider-shortcode p.txt-green .textwidget,
.slider-shortcode .widget .txt-green.textwidget .textwidget,
.widget .slider-shortcode .txt-green.textwidget .textwidget {
  color: #c3cf21;
}
.hero h1.txt-blue, .hero h2.txt-blue, .hero p.txt-blue, .hero .widget .txt-blue.textwidget, .widget .hero .txt-blue.textwidget,
.slider-shortcode h1.txt-blue,
.slider-shortcode h2.txt-blue,
.slider-shortcode p.txt-blue,
.slider-shortcode .widget .txt-blue.textwidget,
.widget .slider-shortcode .txt-blue.textwidget {
  color: #0c87a8;
}
.hero h1.txt-blue p, .hero h1.txt-blue .widget .textwidget, .widget .hero h1.txt-blue .textwidget, .hero h2.txt-blue p, .hero h2.txt-blue .widget .textwidget, .widget .hero h2.txt-blue .textwidget, .hero p.txt-blue p, .hero .widget .txt-blue.textwidget p, .widget .hero .txt-blue.textwidget p, .hero p.txt-blue .widget .textwidget, .widget .hero p.txt-blue .textwidget, .hero .widget .txt-blue.textwidget .textwidget, .widget .hero .txt-blue.textwidget .textwidget,
.slider-shortcode h1.txt-blue p,
.slider-shortcode h1.txt-blue .widget .textwidget,
.widget .slider-shortcode h1.txt-blue .textwidget,
.slider-shortcode h2.txt-blue p,
.slider-shortcode h2.txt-blue .widget .textwidget,
.widget .slider-shortcode h2.txt-blue .textwidget,
.slider-shortcode p.txt-blue p,
.slider-shortcode .widget .txt-blue.textwidget p,
.widget .slider-shortcode .txt-blue.textwidget p,
.slider-shortcode p.txt-blue .widget .textwidget,
.widget .slider-shortcode p.txt-blue .textwidget,
.slider-shortcode .widget .txt-blue.textwidget .textwidget,
.widget .slider-shortcode .txt-blue.textwidget .textwidget {
  color: #0c87a8;
}
.hero h1.txt-purple, .hero h2.txt-purple, .hero p.txt-purple, .hero .widget .txt-purple.textwidget, .widget .hero .txt-purple.textwidget,
.slider-shortcode h1.txt-purple,
.slider-shortcode h2.txt-purple,
.slider-shortcode p.txt-purple,
.slider-shortcode .widget .txt-purple.textwidget,
.widget .slider-shortcode .txt-purple.textwidget {
  color: #a54399;
}
.hero h1.txt-purple p, .hero h1.txt-purple .widget .textwidget, .widget .hero h1.txt-purple .textwidget, .hero h2.txt-purple p, .hero h2.txt-purple .widget .textwidget, .widget .hero h2.txt-purple .textwidget, .hero p.txt-purple p, .hero .widget .txt-purple.textwidget p, .widget .hero .txt-purple.textwidget p, .hero p.txt-purple .widget .textwidget, .widget .hero p.txt-purple .textwidget, .hero .widget .txt-purple.textwidget .textwidget, .widget .hero .txt-purple.textwidget .textwidget,
.slider-shortcode h1.txt-purple p,
.slider-shortcode h1.txt-purple .widget .textwidget,
.widget .slider-shortcode h1.txt-purple .textwidget,
.slider-shortcode h2.txt-purple p,
.slider-shortcode h2.txt-purple .widget .textwidget,
.widget .slider-shortcode h2.txt-purple .textwidget,
.slider-shortcode p.txt-purple p,
.slider-shortcode .widget .txt-purple.textwidget p,
.widget .slider-shortcode .txt-purple.textwidget p,
.slider-shortcode p.txt-purple .widget .textwidget,
.widget .slider-shortcode p.txt-purple .textwidget,
.slider-shortcode .widget .txt-purple.textwidget .textwidget,
.widget .slider-shortcode .txt-purple.textwidget .textwidget {
  color: #a54399;
}
.hero h1.txt-red, .hero h2.txt-red, .hero p.txt-red, .hero .widget .txt-red.textwidget, .widget .hero .txt-red.textwidget,
.slider-shortcode h1.txt-red,
.slider-shortcode h2.txt-red,
.slider-shortcode p.txt-red,
.slider-shortcode .widget .txt-red.textwidget,
.widget .slider-shortcode .txt-red.textwidget {
  color: #e74c3c;
}
.hero h1.txt-red p, .hero h1.txt-red .widget .textwidget, .widget .hero h1.txt-red .textwidget, .hero h2.txt-red p, .hero h2.txt-red .widget .textwidget, .widget .hero h2.txt-red .textwidget, .hero p.txt-red p, .hero .widget .txt-red.textwidget p, .widget .hero .txt-red.textwidget p, .hero p.txt-red .widget .textwidget, .widget .hero p.txt-red .textwidget, .hero .widget .txt-red.textwidget .textwidget, .widget .hero .txt-red.textwidget .textwidget,
.slider-shortcode h1.txt-red p,
.slider-shortcode h1.txt-red .widget .textwidget,
.widget .slider-shortcode h1.txt-red .textwidget,
.slider-shortcode h2.txt-red p,
.slider-shortcode h2.txt-red .widget .textwidget,
.widget .slider-shortcode h2.txt-red .textwidget,
.slider-shortcode p.txt-red p,
.slider-shortcode .widget .txt-red.textwidget p,
.widget .slider-shortcode .txt-red.textwidget p,
.slider-shortcode p.txt-red .widget .textwidget,
.widget .slider-shortcode p.txt-red .textwidget,
.slider-shortcode .widget .txt-red.textwidget .textwidget,
.widget .slider-shortcode .txt-red.textwidget .textwidget {
  color: #e74c3c;
}
.hero h1.txt-orange, .hero h2.txt-orange, .hero p.txt-orange, .hero .widget .txt-orange.textwidget, .widget .hero .txt-orange.textwidget,
.slider-shortcode h1.txt-orange,
.slider-shortcode h2.txt-orange,
.slider-shortcode p.txt-orange,
.slider-shortcode .widget .txt-orange.textwidget,
.widget .slider-shortcode .txt-orange.textwidget {
  color: #f28034;
}
.hero h1.txt-orange p, .hero h1.txt-orange .widget .textwidget, .widget .hero h1.txt-orange .textwidget, .hero h2.txt-orange p, .hero h2.txt-orange .widget .textwidget, .widget .hero h2.txt-orange .textwidget, .hero p.txt-orange p, .hero .widget .txt-orange.textwidget p, .widget .hero .txt-orange.textwidget p, .hero p.txt-orange .widget .textwidget, .widget .hero p.txt-orange .textwidget, .hero .widget .txt-orange.textwidget .textwidget, .widget .hero .txt-orange.textwidget .textwidget,
.slider-shortcode h1.txt-orange p,
.slider-shortcode h1.txt-orange .widget .textwidget,
.widget .slider-shortcode h1.txt-orange .textwidget,
.slider-shortcode h2.txt-orange p,
.slider-shortcode h2.txt-orange .widget .textwidget,
.widget .slider-shortcode h2.txt-orange .textwidget,
.slider-shortcode p.txt-orange p,
.slider-shortcode .widget .txt-orange.textwidget p,
.widget .slider-shortcode .txt-orange.textwidget p,
.slider-shortcode p.txt-orange .widget .textwidget,
.widget .slider-shortcode p.txt-orange .textwidget,
.slider-shortcode .widget .txt-orange.textwidget .textwidget,
.widget .slider-shortcode .txt-orange.textwidget .textwidget {
  color: #f28034;
}
.hero h1.txt-yellow, .hero h2.txt-yellow, .hero p.txt-yellow, .hero .widget .txt-yellow.textwidget, .widget .hero .txt-yellow.textwidget,
.slider-shortcode h1.txt-yellow,
.slider-shortcode h2.txt-yellow,
.slider-shortcode p.txt-yellow,
.slider-shortcode .widget .txt-yellow.textwidget,
.widget .slider-shortcode .txt-yellow.textwidget {
  color: #eae827;
}
.hero h1.txt-yellow p, .hero h1.txt-yellow .widget .textwidget, .widget .hero h1.txt-yellow .textwidget, .hero h2.txt-yellow p, .hero h2.txt-yellow .widget .textwidget, .widget .hero h2.txt-yellow .textwidget, .hero p.txt-yellow p, .hero .widget .txt-yellow.textwidget p, .widget .hero .txt-yellow.textwidget p, .hero p.txt-yellow .widget .textwidget, .widget .hero p.txt-yellow .textwidget, .hero .widget .txt-yellow.textwidget .textwidget, .widget .hero .txt-yellow.textwidget .textwidget,
.slider-shortcode h1.txt-yellow p,
.slider-shortcode h1.txt-yellow .widget .textwidget,
.widget .slider-shortcode h1.txt-yellow .textwidget,
.slider-shortcode h2.txt-yellow p,
.slider-shortcode h2.txt-yellow .widget .textwidget,
.widget .slider-shortcode h2.txt-yellow .textwidget,
.slider-shortcode p.txt-yellow p,
.slider-shortcode .widget .txt-yellow.textwidget p,
.widget .slider-shortcode .txt-yellow.textwidget p,
.slider-shortcode p.txt-yellow .widget .textwidget,
.widget .slider-shortcode p.txt-yellow .textwidget,
.slider-shortcode .widget .txt-yellow.textwidget .textwidget,
.widget .slider-shortcode .txt-yellow.textwidget .textwidget {
  color: #eae827;
}
.hero h1.txt-gray, .hero h2.txt-gray, .hero p.txt-gray, .hero .widget .txt-gray.textwidget, .widget .hero .txt-gray.textwidget,
.slider-shortcode h1.txt-gray,
.slider-shortcode h2.txt-gray,
.slider-shortcode p.txt-gray,
.slider-shortcode .widget .txt-gray.textwidget,
.widget .slider-shortcode .txt-gray.textwidget {
  color: #424244;
}
.hero h1.txt-gray p, .hero h1.txt-gray .widget .textwidget, .widget .hero h1.txt-gray .textwidget, .hero h2.txt-gray p, .hero h2.txt-gray .widget .textwidget, .widget .hero h2.txt-gray .textwidget, .hero p.txt-gray p, .hero .widget .txt-gray.textwidget p, .widget .hero .txt-gray.textwidget p, .hero p.txt-gray .widget .textwidget, .widget .hero p.txt-gray .textwidget, .hero .widget .txt-gray.textwidget .textwidget, .widget .hero .txt-gray.textwidget .textwidget,
.slider-shortcode h1.txt-gray p,
.slider-shortcode h1.txt-gray .widget .textwidget,
.widget .slider-shortcode h1.txt-gray .textwidget,
.slider-shortcode h2.txt-gray p,
.slider-shortcode h2.txt-gray .widget .textwidget,
.widget .slider-shortcode h2.txt-gray .textwidget,
.slider-shortcode p.txt-gray p,
.slider-shortcode .widget .txt-gray.textwidget p,
.widget .slider-shortcode .txt-gray.textwidget p,
.slider-shortcode p.txt-gray .widget .textwidget,
.widget .slider-shortcode p.txt-gray .textwidget,
.slider-shortcode .widget .txt-gray.textwidget .textwidget,
.widget .slider-shortcode .txt-gray.textwidget .textwidget {
  color: #424244;
}
.hero h1.txt-white, .hero h2.txt-white, .hero p.txt-white, .hero .widget .txt-white.textwidget, .widget .hero .txt-white.textwidget,
.slider-shortcode h1.txt-white,
.slider-shortcode h2.txt-white,
.slider-shortcode p.txt-white,
.slider-shortcode .widget .txt-white.textwidget,
.widget .slider-shortcode .txt-white.textwidget {
  color: #fff;
}
.hero h1.txt-white p, .hero h1.txt-white .widget .textwidget, .widget .hero h1.txt-white .textwidget, .hero h2.txt-white p, .hero h2.txt-white .widget .textwidget, .widget .hero h2.txt-white .textwidget, .hero p.txt-white p, .hero .widget .txt-white.textwidget p, .widget .hero .txt-white.textwidget p, .hero p.txt-white .widget .textwidget, .widget .hero p.txt-white .textwidget, .hero .widget .txt-white.textwidget .textwidget, .widget .hero .txt-white.textwidget .textwidget,
.slider-shortcode h1.txt-white p,
.slider-shortcode h1.txt-white .widget .textwidget,
.widget .slider-shortcode h1.txt-white .textwidget,
.slider-shortcode h2.txt-white p,
.slider-shortcode h2.txt-white .widget .textwidget,
.widget .slider-shortcode h2.txt-white .textwidget,
.slider-shortcode p.txt-white p,
.slider-shortcode .widget .txt-white.textwidget p,
.widget .slider-shortcode .txt-white.textwidget p,
.slider-shortcode p.txt-white .widget .textwidget,
.widget .slider-shortcode p.txt-white .textwidget,
.slider-shortcode .widget .txt-white.textwidget .textwidget,
.widget .slider-shortcode .txt-white.textwidget .textwidget {
  color: #fff;
}
.hero h1.txt-teal, .hero h2.txt-teal, .hero p.txt-teal, .hero .widget .txt-teal.textwidget, .widget .hero .txt-teal.textwidget,
.slider-shortcode h1.txt-teal,
.slider-shortcode h2.txt-teal,
.slider-shortcode p.txt-teal,
.slider-shortcode .widget .txt-teal.textwidget,
.widget .slider-shortcode .txt-teal.textwidget {
  color: #00b1b0;
}
.hero h1.txt-teal p, .hero h1.txt-teal .widget .textwidget, .widget .hero h1.txt-teal .textwidget, .hero h2.txt-teal p, .hero h2.txt-teal .widget .textwidget, .widget .hero h2.txt-teal .textwidget, .hero p.txt-teal p, .hero .widget .txt-teal.textwidget p, .widget .hero .txt-teal.textwidget p, .hero p.txt-teal .widget .textwidget, .widget .hero p.txt-teal .textwidget, .hero .widget .txt-teal.textwidget .textwidget, .widget .hero .txt-teal.textwidget .textwidget,
.slider-shortcode h1.txt-teal p,
.slider-shortcode h1.txt-teal .widget .textwidget,
.widget .slider-shortcode h1.txt-teal .textwidget,
.slider-shortcode h2.txt-teal p,
.slider-shortcode h2.txt-teal .widget .textwidget,
.widget .slider-shortcode h2.txt-teal .textwidget,
.slider-shortcode p.txt-teal p,
.slider-shortcode .widget .txt-teal.textwidget p,
.widget .slider-shortcode .txt-teal.textwidget p,
.slider-shortcode p.txt-teal .widget .textwidget,
.widget .slider-shortcode p.txt-teal .textwidget,
.slider-shortcode .widget .txt-teal.textwidget .textwidget,
.widget .slider-shortcode .txt-teal.textwidget .textwidget {
  color: #00b1b0;
}
.hero h1.alternate,
.slider-shortcode h1.alternate {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
@media (max-width: 680px) {
  .hero h1,
  .slider-shortcode h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 680px) {
  .hero h2,
  .slider-shortcode h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.hero .button, .hero input[type='submit'], .hero #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .hero .comment-reply-link, .hero body.login #wp-submit, body.login .hero #wp-submit,
.slider-shortcode .button,
.slider-shortcode input[type='submit'],
.slider-shortcode #comments .comment-list .comment-body .reply .comment-reply-link,
#comments .comment-list .comment-body .reply .slider-shortcode .comment-reply-link,
.slider-shortcode body.login #wp-submit,
body.login .slider-shortcode #wp-submit {
  margin-top: 20px;
  margin-top: 2rem;
}
@media (max-width: 680px) {
  .hero,
  .slider-shortcode {
    height: auto !important;
    min-height: 230px;
    min-height: 23rem;
    padding: 70px 0 !important;
    padding: 7rem 0 !important;
  }
  .hero .row, .hero body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero .content-wrap,
  .slider-shortcode .row,
  .slider-shortcode body.single.single-registered-districts .feature-area .content-wrap,
  body.single.single-registered-districts .feature-area .slider-shortcode .content-wrap {
    height: auto !important;
  }
  .hero .content-wrap,
  .slider-shortcode .content-wrap {
    top: 0 !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    width: 100% !important;
  }
}

.hero.bkgd-slider,
.slider-shortcode {
  position: relative;
}
.hero.bkgd-slider .row, .hero.bkgd-slider body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero.bkgd-slider .content-wrap,
.slider-shortcode .row,
.slider-shortcode body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area .slider-shortcode .content-wrap {
  z-index: 2;
}
@media (max-width: 900px) {
  .hero.bkgd-slider .row, .hero.bkgd-slider body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero.bkgd-slider .content-wrap,
  .slider-shortcode .row,
  .slider-shortcode body.single.single-registered-districts .feature-area .content-wrap,
  body.single.single-registered-districts .feature-area .slider-shortcode .content-wrap {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .hero.bkgd-slider .row, .hero.bkgd-slider body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero.bkgd-slider .content-wrap,
  .slider-shortcode .row,
  .slider-shortcode body.single.single-registered-districts .feature-area .content-wrap,
  body.single.single-registered-districts .feature-area .slider-shortcode .content-wrap {
    width: 65%;
  }
}
.hero.bkgd-slider .slider,
.slider-shortcode .slider {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
}
.hero.bkgd-slider ul,
.slider-shortcode ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.hero.bkgd-slider li,
.slider-shortcode li {
  list-style: none;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.hero.bkgd-slider li .content-wrap,
.slider-shortcode li .content-wrap {
  width: 45%;
}
.hero.bkgd-slider li.pos-center .content-wrap,
.slider-shortcode li.pos-center .content-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.hero.bkgd-slider li.pos-center .content-wrap p, .hero.bkgd-slider li.pos-center .content-wrap .widget .textwidget, .widget .hero.bkgd-slider li.pos-center .content-wrap .textwidget,
.slider-shortcode li.pos-center .content-wrap p,
.slider-shortcode li.pos-center .content-wrap .widget .textwidget,
.widget .slider-shortcode li.pos-center .content-wrap .textwidget {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.hero.bkgd-slider li.pos-right .content-wrap,
.slider-shortcode li.pos-right .content-wrap {
  margin-left: 55%;
}
@media (max-width: 680px) {
  .hero.bkgd-slider li.pos-right .content-wrap,
  .slider-shortcode li.pos-right .content-wrap {
    margin-left: 0;
  }
}
.hero.bkgd-slider li.pos-left .content-wrap,
.slider-shortcode li.pos-left .content-wrap {
  margin-right: 55%;
}
@media (max-width: 680px) {
  .hero.bkgd-slider li.pos-left .content-wrap,
  .slider-shortcode li.pos-left .content-wrap {
    margin-right: 0;
  }
}
.hero.bkgd-slider li.pos-top,
.slider-shortcode li.pos-top {
  padding-top: 40px;
  padding-top: 4rem;
}
.hero.bkgd-slider li.pos-bottom .row, .hero.bkgd-slider li.pos-bottom body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .hero.bkgd-slider li.pos-bottom .content-wrap,
.slider-shortcode li.pos-bottom .row,
.slider-shortcode li.pos-bottom body.single.single-registered-districts .feature-area .content-wrap,
body.single.single-registered-districts .feature-area .slider-shortcode li.pos-bottom .content-wrap {
  position: relative;
}
.hero.bkgd-slider li.pos-bottom .content-wrap,
.slider-shortcode li.pos-bottom .content-wrap {
  position: absolute;
  bottom: 40px;
  bottom: 4rem;
}
@media (max-width: 680px) {
  .hero.bkgd-slider li.pos-bottom .content-wrap,
  .slider-shortcode li.pos-bottom .content-wrap {
    position: relative;
    bottom: 0;
  }
}
.hero.bkgd-slider li.pos-bottom.pos-center .content-wrap,
.slider-shortcode li.pos-bottom.pos-center .content-wrap {
  left: 10%;
}
@media (max-width: 680px) {
  .hero.bkgd-slider li.pos-bottom.pos-center .content-wrap,
  .slider-shortcode li.pos-bottom.pos-center .content-wrap {
    left: 0;
  }
}
.hero.bkgd-slider li.pos-middle .content-wrap,
.slider-shortcode li.pos-middle .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero.bkgd-slider li.txt-left,
.slider-shortcode li.txt-left {
  text-align: left;
}
.hero.bkgd-slider li.txt-center,
.slider-shortcode li.txt-center {
  text-align: center;
}
.hero.bkgd-slider li.txt-right,
.slider-shortcode li.txt-right {
  text-align: right;
}
.hero.bkgd-slider li.bkgd-image,
.slider-shortcode li.bkgd-image {
  background-position: top center !important;
}
.hero.bkgd-slider .control_next,
.hero.bkgd-slider .control_prev,
.slider-shortcode .control_next,
.slider-shortcode .control_prev {
  position: absolute;
  top: 48%;
  z-index: 999;
}
.hero.bkgd-slider .control_next .genericon,
.hero.bkgd-slider .control_prev .genericon,
.slider-shortcode .control_next .genericon,
.slider-shortcode .control_prev .genericon {
  font-size: 50px;
  font-size: 5rem;
}
.hero.bkgd-slider .control_next,
.slider-shortcode .control_next {
  right: 10px;
  right: 1rem;
}
@media (max-width: 680px) {
  .hero.bkgd-slider .control_next,
  .slider-shortcode .control_next {
    right: 0;
  }
}
.hero.bkgd-slider .control_prev,
.slider-shortcode .control_prev {
  left: 10px;
  left: 1rem;
}
@media (max-width: 680px) {
  .hero.bkgd-slider .control_prev,
  .slider-shortcode .control_prev {
    left: 0;
  }
}

.slider-shortcode {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.icon-list-component .row, .icon-list-component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .icon-list-component .content-wrap {
  margin-bottom: 0;
}
.icon-list-component h3, .icon-list-component #comments .comments-title, #comments .icon-list-component .comments-title, .icon-list-component .cta-component.small .cta-headline, .cta-component.small .icon-list-component .cta-headline {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.icon-list-component h3.txt-green, .icon-list-component #comments .txt-green.comments-title, #comments .icon-list-component .txt-green.comments-title, .icon-list-component .cta-component.small .txt-green.cta-headline, .cta-component.small .icon-list-component .txt-green.cta-headline {
  color: #c3cf21;
}
.icon-list-component h3.txt-green p, .icon-list-component #comments .txt-green.comments-title p, #comments .icon-list-component .txt-green.comments-title p, .icon-list-component .cta-component.small .txt-green.cta-headline p, .cta-component.small .icon-list-component .txt-green.cta-headline p, .icon-list-component h3.txt-green .widget .textwidget, .widget .icon-list-component h3.txt-green .textwidget, .icon-list-component #comments .txt-green.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-green.comments-title .textwidget, #comments .icon-list-component .txt-green.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-green.comments-title .textwidget, .icon-list-component .cta-component.small .txt-green.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-green.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-green.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-green.cta-headline .textwidget {
  color: #c3cf21;
}
.icon-list-component h3.txt-blue, .icon-list-component #comments .txt-blue.comments-title, #comments .icon-list-component .txt-blue.comments-title, .icon-list-component .cta-component.small .txt-blue.cta-headline, .cta-component.small .icon-list-component .txt-blue.cta-headline {
  color: #0c87a8;
}
.icon-list-component h3.txt-blue p, .icon-list-component #comments .txt-blue.comments-title p, #comments .icon-list-component .txt-blue.comments-title p, .icon-list-component .cta-component.small .txt-blue.cta-headline p, .cta-component.small .icon-list-component .txt-blue.cta-headline p, .icon-list-component h3.txt-blue .widget .textwidget, .widget .icon-list-component h3.txt-blue .textwidget, .icon-list-component #comments .txt-blue.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-blue.comments-title .textwidget, #comments .icon-list-component .txt-blue.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-blue.comments-title .textwidget, .icon-list-component .cta-component.small .txt-blue.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-blue.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-blue.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-blue.cta-headline .textwidget {
  color: #0c87a8;
}
.icon-list-component h3.txt-purple, .icon-list-component #comments .txt-purple.comments-title, #comments .icon-list-component .txt-purple.comments-title, .icon-list-component .cta-component.small .txt-purple.cta-headline, .cta-component.small .icon-list-component .txt-purple.cta-headline {
  color: #a54399;
}
.icon-list-component h3.txt-purple p, .icon-list-component #comments .txt-purple.comments-title p, #comments .icon-list-component .txt-purple.comments-title p, .icon-list-component .cta-component.small .txt-purple.cta-headline p, .cta-component.small .icon-list-component .txt-purple.cta-headline p, .icon-list-component h3.txt-purple .widget .textwidget, .widget .icon-list-component h3.txt-purple .textwidget, .icon-list-component #comments .txt-purple.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-purple.comments-title .textwidget, #comments .icon-list-component .txt-purple.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-purple.comments-title .textwidget, .icon-list-component .cta-component.small .txt-purple.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-purple.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-purple.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-purple.cta-headline .textwidget {
  color: #a54399;
}
.icon-list-component h3.txt-red, .icon-list-component #comments .txt-red.comments-title, #comments .icon-list-component .txt-red.comments-title, .icon-list-component .cta-component.small .txt-red.cta-headline, .cta-component.small .icon-list-component .txt-red.cta-headline {
  color: #e74c3c;
}
.icon-list-component h3.txt-red p, .icon-list-component #comments .txt-red.comments-title p, #comments .icon-list-component .txt-red.comments-title p, .icon-list-component .cta-component.small .txt-red.cta-headline p, .cta-component.small .icon-list-component .txt-red.cta-headline p, .icon-list-component h3.txt-red .widget .textwidget, .widget .icon-list-component h3.txt-red .textwidget, .icon-list-component #comments .txt-red.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-red.comments-title .textwidget, #comments .icon-list-component .txt-red.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-red.comments-title .textwidget, .icon-list-component .cta-component.small .txt-red.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-red.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-red.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-red.cta-headline .textwidget {
  color: #e74c3c;
}
.icon-list-component h3.txt-orange, .icon-list-component #comments .txt-orange.comments-title, #comments .icon-list-component .txt-orange.comments-title, .icon-list-component .cta-component.small .txt-orange.cta-headline, .cta-component.small .icon-list-component .txt-orange.cta-headline {
  color: #f28034;
}
.icon-list-component h3.txt-orange p, .icon-list-component #comments .txt-orange.comments-title p, #comments .icon-list-component .txt-orange.comments-title p, .icon-list-component .cta-component.small .txt-orange.cta-headline p, .cta-component.small .icon-list-component .txt-orange.cta-headline p, .icon-list-component h3.txt-orange .widget .textwidget, .widget .icon-list-component h3.txt-orange .textwidget, .icon-list-component #comments .txt-orange.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-orange.comments-title .textwidget, #comments .icon-list-component .txt-orange.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-orange.comments-title .textwidget, .icon-list-component .cta-component.small .txt-orange.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-orange.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-orange.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-orange.cta-headline .textwidget {
  color: #f28034;
}
.icon-list-component h3.txt-yellow, .icon-list-component #comments .txt-yellow.comments-title, #comments .icon-list-component .txt-yellow.comments-title, .icon-list-component .cta-component.small .txt-yellow.cta-headline, .cta-component.small .icon-list-component .txt-yellow.cta-headline {
  color: #eae827;
}
.icon-list-component h3.txt-yellow p, .icon-list-component #comments .txt-yellow.comments-title p, #comments .icon-list-component .txt-yellow.comments-title p, .icon-list-component .cta-component.small .txt-yellow.cta-headline p, .cta-component.small .icon-list-component .txt-yellow.cta-headline p, .icon-list-component h3.txt-yellow .widget .textwidget, .widget .icon-list-component h3.txt-yellow .textwidget, .icon-list-component #comments .txt-yellow.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-yellow.comments-title .textwidget, #comments .icon-list-component .txt-yellow.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-yellow.comments-title .textwidget, .icon-list-component .cta-component.small .txt-yellow.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-yellow.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-yellow.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-yellow.cta-headline .textwidget {
  color: #eae827;
}
.icon-list-component h3.txt-gray, .icon-list-component #comments .txt-gray.comments-title, #comments .icon-list-component .txt-gray.comments-title, .icon-list-component .cta-component.small .txt-gray.cta-headline, .cta-component.small .icon-list-component .txt-gray.cta-headline {
  color: #424244;
}
.icon-list-component h3.txt-gray p, .icon-list-component #comments .txt-gray.comments-title p, #comments .icon-list-component .txt-gray.comments-title p, .icon-list-component .cta-component.small .txt-gray.cta-headline p, .cta-component.small .icon-list-component .txt-gray.cta-headline p, .icon-list-component h3.txt-gray .widget .textwidget, .widget .icon-list-component h3.txt-gray .textwidget, .icon-list-component #comments .txt-gray.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-gray.comments-title .textwidget, #comments .icon-list-component .txt-gray.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-gray.comments-title .textwidget, .icon-list-component .cta-component.small .txt-gray.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-gray.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-gray.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-gray.cta-headline .textwidget {
  color: #424244;
}
.icon-list-component h3.txt-white, .icon-list-component #comments .txt-white.comments-title, #comments .icon-list-component .txt-white.comments-title, .icon-list-component .cta-component.small .txt-white.cta-headline, .cta-component.small .icon-list-component .txt-white.cta-headline {
  color: #fff;
}
.icon-list-component h3.txt-white p, .icon-list-component #comments .txt-white.comments-title p, #comments .icon-list-component .txt-white.comments-title p, .icon-list-component .cta-component.small .txt-white.cta-headline p, .cta-component.small .icon-list-component .txt-white.cta-headline p, .icon-list-component h3.txt-white .widget .textwidget, .widget .icon-list-component h3.txt-white .textwidget, .icon-list-component #comments .txt-white.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-white.comments-title .textwidget, #comments .icon-list-component .txt-white.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-white.comments-title .textwidget, .icon-list-component .cta-component.small .txt-white.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-white.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-white.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-white.cta-headline .textwidget {
  color: #fff;
}
.icon-list-component h3.txt-teal, .icon-list-component #comments .txt-teal.comments-title, #comments .icon-list-component .txt-teal.comments-title, .icon-list-component .cta-component.small .txt-teal.cta-headline, .cta-component.small .icon-list-component .txt-teal.cta-headline {
  color: #00b1b0;
}
.icon-list-component h3.txt-teal p, .icon-list-component #comments .txt-teal.comments-title p, #comments .icon-list-component .txt-teal.comments-title p, .icon-list-component .cta-component.small .txt-teal.cta-headline p, .cta-component.small .icon-list-component .txt-teal.cta-headline p, .icon-list-component h3.txt-teal .widget .textwidget, .widget .icon-list-component h3.txt-teal .textwidget, .icon-list-component #comments .txt-teal.comments-title .widget .textwidget, .widget .icon-list-component #comments .txt-teal.comments-title .textwidget, #comments .icon-list-component .txt-teal.comments-title .widget .textwidget, .widget #comments .icon-list-component .txt-teal.comments-title .textwidget, .icon-list-component .cta-component.small .txt-teal.cta-headline .widget .textwidget, .widget .icon-list-component .cta-component.small .txt-teal.cta-headline .textwidget, .cta-component.small .icon-list-component .txt-teal.cta-headline .widget .textwidget, .widget .cta-component.small .icon-list-component .txt-teal.cta-headline .textwidget {
  color: #00b1b0;
}
.icon-list-component .list-item {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  *zoom: 1;
}
.icon-list-component .list-item:after {
  clear: both;
}
.icon-list-component .list-item:after, .icon-list-component .list-item:before {
  content: '';
  display: table;
}
.icon-list-component .list-item:last-of-type {
  margin-bottom: 0;
}
.icon-list-component .list-item i {
  float: left;
  margin-right: 40px;
  margin-right: 4rem;
  font-size: 80px;
  font-size: 8rem;
}
.icon-list-component .list-item i.txt-green {
  color: #c3cf21;
}
.icon-list-component .list-item i.txt-green p, .icon-list-component .list-item i.txt-green .widget .textwidget, .widget .icon-list-component .list-item i.txt-green .textwidget {
  color: #c3cf21;
}
.icon-list-component .list-item i.txt-blue {
  color: #0c87a8;
}
.icon-list-component .list-item i.txt-blue p, .icon-list-component .list-item i.txt-blue .widget .textwidget, .widget .icon-list-component .list-item i.txt-blue .textwidget {
  color: #0c87a8;
}
.icon-list-component .list-item i.txt-purple {
  color: #a54399;
}
.icon-list-component .list-item i.txt-purple p, .icon-list-component .list-item i.txt-purple .widget .textwidget, .widget .icon-list-component .list-item i.txt-purple .textwidget {
  color: #a54399;
}
.icon-list-component .list-item i.txt-red {
  color: #e74c3c;
}
.icon-list-component .list-item i.txt-red p, .icon-list-component .list-item i.txt-red .widget .textwidget, .widget .icon-list-component .list-item i.txt-red .textwidget {
  color: #e74c3c;
}
.icon-list-component .list-item i.txt-orange {
  color: #f28034;
}
.icon-list-component .list-item i.txt-orange p, .icon-list-component .list-item i.txt-orange .widget .textwidget, .widget .icon-list-component .list-item i.txt-orange .textwidget {
  color: #f28034;
}
.icon-list-component .list-item i.txt-yellow {
  color: #eae827;
}
.icon-list-component .list-item i.txt-yellow p, .icon-list-component .list-item i.txt-yellow .widget .textwidget, .widget .icon-list-component .list-item i.txt-yellow .textwidget {
  color: #eae827;
}
.icon-list-component .list-item i.txt-gray {
  color: #424244;
}
.icon-list-component .list-item i.txt-gray p, .icon-list-component .list-item i.txt-gray .widget .textwidget, .widget .icon-list-component .list-item i.txt-gray .textwidget {
  color: #424244;
}
.icon-list-component .list-item i.txt-white {
  color: #fff;
}
.icon-list-component .list-item i.txt-white p, .icon-list-component .list-item i.txt-white .widget .textwidget, .widget .icon-list-component .list-item i.txt-white .textwidget {
  color: #fff;
}
.icon-list-component .list-item i.txt-teal {
  color: #00b1b0;
}
.icon-list-component .list-item i.txt-teal p, .icon-list-component .list-item i.txt-teal .widget .textwidget, .widget .icon-list-component .list-item i.txt-teal .textwidget {
  color: #00b1b0;
}
.icon-list-component .list-item .item-content-wrap {
  display: inline;
  padding-top: 15px;
  padding-top: 1.5rem;
}
.icon-list-component .list-item .item-content-wrap p, .icon-list-component .list-item .item-content-wrap .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget {
  font-size: 110%;
}
.icon-list-component .list-item .item-content-wrap p.txt-green, .icon-list-component .list-item .item-content-wrap .widget .txt-green.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-green.textwidget {
  color: #c3cf21;
}
.icon-list-component .list-item .item-content-wrap p.txt-green p, .icon-list-component .list-item .item-content-wrap .widget .txt-green.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-green.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-green .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-green .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-green.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-green.textwidget .textwidget {
  color: #c3cf21;
}
.icon-list-component .list-item .item-content-wrap p.txt-blue, .icon-list-component .list-item .item-content-wrap .widget .txt-blue.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-blue.textwidget {
  color: #0c87a8;
}
.icon-list-component .list-item .item-content-wrap p.txt-blue p, .icon-list-component .list-item .item-content-wrap .widget .txt-blue.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-blue.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-blue .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-blue .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-blue.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-blue.textwidget .textwidget {
  color: #0c87a8;
}
.icon-list-component .list-item .item-content-wrap p.txt-purple, .icon-list-component .list-item .item-content-wrap .widget .txt-purple.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-purple.textwidget {
  color: #a54399;
}
.icon-list-component .list-item .item-content-wrap p.txt-purple p, .icon-list-component .list-item .item-content-wrap .widget .txt-purple.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-purple.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-purple .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-purple .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-purple.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-purple.textwidget .textwidget {
  color: #a54399;
}
.icon-list-component .list-item .item-content-wrap p.txt-red, .icon-list-component .list-item .item-content-wrap .widget .txt-red.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-red.textwidget {
  color: #e74c3c;
}
.icon-list-component .list-item .item-content-wrap p.txt-red p, .icon-list-component .list-item .item-content-wrap .widget .txt-red.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-red.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-red .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-red .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-red.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-red.textwidget .textwidget {
  color: #e74c3c;
}
.icon-list-component .list-item .item-content-wrap p.txt-orange, .icon-list-component .list-item .item-content-wrap .widget .txt-orange.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-orange.textwidget {
  color: #f28034;
}
.icon-list-component .list-item .item-content-wrap p.txt-orange p, .icon-list-component .list-item .item-content-wrap .widget .txt-orange.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-orange.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-orange .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-orange .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-orange.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-orange.textwidget .textwidget {
  color: #f28034;
}
.icon-list-component .list-item .item-content-wrap p.txt-yellow, .icon-list-component .list-item .item-content-wrap .widget .txt-yellow.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-yellow.textwidget {
  color: #eae827;
}
.icon-list-component .list-item .item-content-wrap p.txt-yellow p, .icon-list-component .list-item .item-content-wrap .widget .txt-yellow.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-yellow.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-yellow .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-yellow .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-yellow.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-yellow.textwidget .textwidget {
  color: #eae827;
}
.icon-list-component .list-item .item-content-wrap p.txt-gray, .icon-list-component .list-item .item-content-wrap .widget .txt-gray.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-gray.textwidget {
  color: #424244;
}
.icon-list-component .list-item .item-content-wrap p.txt-gray p, .icon-list-component .list-item .item-content-wrap .widget .txt-gray.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-gray.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-gray .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-gray .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-gray.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-gray.textwidget .textwidget {
  color: #424244;
}
.icon-list-component .list-item .item-content-wrap p.txt-white, .icon-list-component .list-item .item-content-wrap .widget .txt-white.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-white.textwidget {
  color: #fff;
}
.icon-list-component .list-item .item-content-wrap p.txt-white p, .icon-list-component .list-item .item-content-wrap .widget .txt-white.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-white.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-white .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-white .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-white.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-white.textwidget .textwidget {
  color: #fff;
}
.icon-list-component .list-item .item-content-wrap p.txt-teal, .icon-list-component .list-item .item-content-wrap .widget .txt-teal.textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-teal.textwidget {
  color: #00b1b0;
}
.icon-list-component .list-item .item-content-wrap p.txt-teal p, .icon-list-component .list-item .item-content-wrap .widget .txt-teal.textwidget p, .widget .icon-list-component .list-item .item-content-wrap .txt-teal.textwidget p, .icon-list-component .list-item .item-content-wrap p.txt-teal .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p.txt-teal .textwidget, .icon-list-component .list-item .item-content-wrap .widget .txt-teal.textwidget .textwidget, .widget .icon-list-component .list-item .item-content-wrap .txt-teal.textwidget .textwidget {
  color: #00b1b0;
}
.icon-list-component .list-item .item-content-wrap p span, .icon-list-component .list-item .item-content-wrap .widget .textwidget span, .widget .icon-list-component .list-item .item-content-wrap .textwidget span {
  font-weight: 700;
}
.icon-list-component .list-item .item-content-wrap p span.txt-green, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-green, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-green {
  color: #c3cf21;
}
.icon-list-component .list-item .item-content-wrap p span.txt-green p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-green p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-green p, .icon-list-component .list-item .item-content-wrap p span.txt-green .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-green .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-green .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-green .textwidget {
  color: #c3cf21;
}
.icon-list-component .list-item .item-content-wrap p span.txt-blue, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-blue, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-blue {
  color: #0c87a8;
}
.icon-list-component .list-item .item-content-wrap p span.txt-blue p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-blue p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-blue p, .icon-list-component .list-item .item-content-wrap p span.txt-blue .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-blue .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-blue .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-blue .textwidget {
  color: #0c87a8;
}
.icon-list-component .list-item .item-content-wrap p span.txt-purple, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-purple, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-purple {
  color: #a54399;
}
.icon-list-component .list-item .item-content-wrap p span.txt-purple p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-purple p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-purple p, .icon-list-component .list-item .item-content-wrap p span.txt-purple .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-purple .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-purple .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-purple .textwidget {
  color: #a54399;
}
.icon-list-component .list-item .item-content-wrap p span.txt-red, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-red, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-red {
  color: #e74c3c;
}
.icon-list-component .list-item .item-content-wrap p span.txt-red p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-red p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-red p, .icon-list-component .list-item .item-content-wrap p span.txt-red .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-red .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-red .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-red .textwidget {
  color: #e74c3c;
}
.icon-list-component .list-item .item-content-wrap p span.txt-orange, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-orange, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-orange {
  color: #f28034;
}
.icon-list-component .list-item .item-content-wrap p span.txt-orange p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-orange p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-orange p, .icon-list-component .list-item .item-content-wrap p span.txt-orange .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-orange .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-orange .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-orange .textwidget {
  color: #f28034;
}
.icon-list-component .list-item .item-content-wrap p span.txt-yellow, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-yellow, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-yellow {
  color: #eae827;
}
.icon-list-component .list-item .item-content-wrap p span.txt-yellow p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-yellow p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-yellow p, .icon-list-component .list-item .item-content-wrap p span.txt-yellow .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-yellow .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-yellow .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-yellow .textwidget {
  color: #eae827;
}
.icon-list-component .list-item .item-content-wrap p span.txt-gray, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-gray, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-gray {
  color: #424244;
}
.icon-list-component .list-item .item-content-wrap p span.txt-gray p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-gray p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-gray p, .icon-list-component .list-item .item-content-wrap p span.txt-gray .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-gray .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-gray .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-gray .textwidget {
  color: #424244;
}
.icon-list-component .list-item .item-content-wrap p span.txt-white, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-white, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-white {
  color: #fff;
}
.icon-list-component .list-item .item-content-wrap p span.txt-white p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-white p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-white p, .icon-list-component .list-item .item-content-wrap p span.txt-white .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-white .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-white .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-white .textwidget {
  color: #fff;
}
.icon-list-component .list-item .item-content-wrap p span.txt-teal, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-teal, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-teal {
  color: #00b1b0;
}
.icon-list-component .list-item .item-content-wrap p span.txt-teal p, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-teal p, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-teal p, .icon-list-component .list-item .item-content-wrap p span.txt-teal .widget .textwidget, .widget .icon-list-component .list-item .item-content-wrap p span.txt-teal .textwidget, .icon-list-component .list-item .item-content-wrap .widget .textwidget span.txt-teal .textwidget, .widget .icon-list-component .list-item .item-content-wrap .textwidget span.txt-teal .textwidget {
  color: #00b1b0;
}

.ie-component {
  padding-top: 0 !important;
}
.ie-component #ie-filters {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  *zoom: 1;
}
.ie-component #ie-filters:after {
  clear: both;
}
.ie-component #ie-filters:after, .ie-component #ie-filters:before {
  content: '';
  display: table;
}
.ie-component #ie-filters .ie-search {
  width: 100%;
  border: 1px solid #bdc3c7;
  padding: 1.5px 3.5px 1.5px 10px;
  padding: 0.15rem 0.35rem 0.15rem 1rem;
  margin: 5px 0 10px;
  margin: 0.5rem 0 1rem;
  *zoom: 1;
}
.ie-component #ie-filters .ie-search:after {
  clear: both;
}
.ie-component #ie-filters .ie-search:after, .ie-component #ie-filters .ie-search:before {
  content: '';
  display: table;
}
@media (max-width: 680px) {
  .ie-component #ie-filters .ie-search {
    padding: 10px;
    padding: 1rem;
  }
}
.ie-component #ie-filters .ie-search input {
  float: left;
}
.ie-component #ie-filters .ie-search input[type="text"] {
  width: 73%;
  margin-right: 2%;
  border: none;
  padding: 12px 10px 12px 0;
  padding: 1.2rem 1rem 1.2rem 0;
}
@media (max-width: 680px) {
  .ie-component #ie-filters .ie-search input[type="text"] {
    width: 100%;
    margin-right: 0;
  }
}
.ie-component #ie-filters .ie-search input[type="submit"] {
  width: 25%;
  background: #0c87a8;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 10px 12px 17.5px;
  padding: 1.2rem 1rem 1.2rem 1.75rem;
}
.ie-component #ie-filters .ie-search input[type="submit"]:hover {
  background: #096178;
}
@media (max-width: 680px) {
  .ie-component #ie-filters .ie-search input[type="submit"] {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.ie-component #ie-filters .filter-wrap {
  float: left;
  width: 100%;
  background: #e2e2e2;
  padding: 5px;
  padding: 0.5rem;
  *zoom: 1;
}
.ie-component #ie-filters .filter-wrap:after {
  clear: both;
}
.ie-component #ie-filters .filter-wrap:after, .ie-component #ie-filters .filter-wrap:before {
  content: '';
  display: table;
}
@media (max-width: 900px) {
  .ie-component #ie-filters .filter-wrap {
    padding: 10px;
    padding: 1rem;
  }
}
.ie-component #ie-filters .filter {
  position: relative;
  float: left;
  width: 20%;
  margin-right: 2%;
}
.ie-component #ie-filters .filter .genericon {
  position: absolute;
  top: 17.5px;
  top: 1.75rem;
}
@media (max-width: 900px) {
  .ie-component #ie-filters .filter {
    width: 32%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  .ie-component #ie-filters .filter:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .ie-component #ie-filters .filter {
    width: 100%;
    margin-right: 0;
  }
}
.ie-component #ie-filters #filter-button {
  float: right;
  width: 24.8%;
  text-align: left;
  background: #0c87a8;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 10px 12px 17.5px;
  padding: 1.2rem 1rem 1.2rem 1.75rem;
}
.ie-component #ie-filters #filter-button:hover {
  background: #096178;
}
@media (max-width: 680px) {
  .ie-component #ie-filters #filter-button {
    width: 100%;
  }
}
.ie-component #ie-list {
  width: 100%;
}
.ie-component #ie-list .column {
  border-top: 12px solid;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.ie-component #ie-list .column:nth-child(3n) {
  margin-right: 0;
}
.ie-component #ie-list .column .ie-preview-feature-image {
  display: block;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
html.touch .ie-component #ie-list .column .ie-preview-feature-image {
  background-attachment: scroll !important;
}
.ie-component #ie-list .column .resource-type-name {
  margin-top: 20px;
  margin-top: 2rem;
}
.ie-component #ie-list .column .resource-type-name::first-letter {
  text-transform: uppercase;
}
.ie-component #ie-list .column .entry-title {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.ie-component #ie-list .column .ie-categories {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
.ie-component #ie-list .column .ie-author {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
.ie-component #ie-list .column.resource-type-article, .ie-component #ie-list .column.resource-type-toolkit, .ie-component #ie-list .column.resource-type-toolkits-and-guides {
  border-top-color: #0c87a8;
}
.ie-component #ie-list .column.resource-type-article .resource-type-name, .ie-component #ie-list .column.resource-type-toolkit .resource-type-name, .ie-component #ie-list .column.resource-type-toolkits-and-guides .resource-type-name {
  color: #0c87a8;
}
.ie-component #ie-list .column.resource-type-audio, .ie-component #ie-list .column.resource-type-technical-paper {
  border-top-color: #c3cf21;
}
.ie-component #ie-list .column.resource-type-audio .resource-type-name, .ie-component #ie-list .column.resource-type-technical-paper .resource-type-name {
  color: #c3cf21;
}
.ie-component #ie-list .column.resource-type-blog, .ie-component #ie-list .column.resource-type-certification-work-product, .ie-component #ie-list .column.resource-type-reports-and-master-plans {
  border-top-color: #00b1b0;
}
.ie-component #ie-list .column.resource-type-blog .resource-type-name, .ie-component #ie-list .column.resource-type-certification-work-product .resource-type-name, .ie-component #ie-list .column.resource-type-reports-and-master-plans .resource-type-name {
  color: #00b1b0;
}
.ie-component #ie-list .column.resource-type-case-study, .ie-component #ie-list .column.resource-type-case-studies {
  border-top-color: #eae827;
}
.ie-component #ie-list .column.resource-type-case-study .resource-type-name, .ie-component #ie-list .column.resource-type-case-studies .resource-type-name {
  color: #eae827;
}
.ie-component #ie-list .column.resource-type-guide, .ie-component #ie-list .column.resource-type-data-tools {
  border-top-color: #e74c3c;
}
.ie-component #ie-list .column.resource-type-guide .resource-type-name, .ie-component #ie-list .column.resource-type-data-tools .resource-type-name {
  color: #e74c3c;
}
.ie-component #ie-list .column.resource-type-image {
  border-top-color: #a54399;
}
.ie-component #ie-list .column.resource-type-image .resource-type-name {
  color: #a54399;
}
.ie-component #ie-list .column.resource-type-template {
  border-top-color: #424244;
}
.ie-component #ie-list .column.resource-type-template .resource-type-name {
  color: #424244;
}
.ie-component #ie-list .column.resource-type-video {
  border-top-color: #f28034;
}
.ie-component #ie-list .column.resource-type-video .resource-type-name {
  color: #f28034;
}
@media (max-width: 680px) {
  .ie-component #ie-list .column {
    height: auto !important;
  }
}
.ie-component .wp-pagenavi {
  text-align: center;
}

#mapcanvas {
  width: 100%;
  height: 500px;
}
#mapcanvas img {
  max-width: none;
}

#marker-content {
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
}

.pricing-table-component .column {
  border: 1px solid #e2e2e2;
  padding: 30px 20px;
  padding: 3rem 2rem;
  transition: all 333ms ease-in-out;
}
.pricing-table-component .column:hover {
  border-color: #c3cf21;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (max-width: 900px) {
  .pricing-table-component .column {
    width: 49%;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
  .pricing-table-component .column:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .pricing-table-component .column {
    width: 100%;
  }
}
.pricing-table-component h1 {
  font-size: 55px;
  font-size: 5.5rem;
}
.pricing-table-component h3, .pricing-table-component #comments .comments-title, #comments .pricing-table-component .comments-title, .pricing-table-component .cta-component.small .cta-headline, .cta-component.small .pricing-table-component .cta-headline {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.pricing-table-component h4 {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}
.pricing-table-component h5.price-label {
  color: #bdc3c7;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.pricing-table-component h5.price-details {
  color: #c3cf21;
  font-size: 10px;
  font-size: 1rem;
}
.pricing-table-component p, .pricing-table-component .widget .textwidget, .widget .pricing-table-component .textwidget {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.pricing-table-component ul {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pricing-table-component ul li {
  list-style: none;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.pricing-table-component ul li .genericon {
  position: relative;
  top: -3.5px;
  top: -0.35rem;
  left: -5px;
  left: -0.5rem;
  font-size: 22.5px;
  font-size: 2.25rem;
}

.team-component {
  margin-bottom: 90px;
  margin-bottom: 9rem;
}
.team-component.every-2 .column:nth-child(2n - 1) {
  margin-right: 0;
}
.team-component.every-3 .column:nth-child(3n + 1) {
  margin-right: 0;
}
.team-component.every-4 .column:nth-child(4n + 1) {
  margin-right: 0;
}
.team-component.every-5 .column:nth-child(5n + 1) {
  margin-right: 0;
}

.team-component .column,
.team-card-shortcode {
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.team-component .column.pos-top,
.team-card-shortcode.pos-top {
  position: relative;
}
.team-component .column.pos-top .content-wrap,
.team-card-shortcode.pos-top .content-wrap {
  position: absolute;
  left: 20px;
  left: 2rem;
  right: 20px;
  right: 2rem;
  top: 20px;
  top: 2rem;
}
.team-component .column.pos-middle .content-wrap,
.team-card-shortcode.pos-middle .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team-component .column.pos-bottom,
.team-card-shortcode.pos-bottom {
  position: relative;
}
.team-component .column.pos-bottom .content-wrap,
.team-card-shortcode.pos-bottom .content-wrap {
  position: absolute;
  left: 20px;
  left: 2rem;
  right: 20px;
  right: 2rem;
  bottom: 20px;
  bottom: 2rem;
}
.team-component .column .team-name.txt-green, .team-component .column h5.txt-green,
.team-card-shortcode .team-name.txt-green,
.team-card-shortcode h5.txt-green {
  color: #c3cf21;
}
.team-component .column .team-name.txt-green p, .team-component .column .team-name.txt-green .widget .textwidget, .widget .team-component .column .team-name.txt-green .textwidget, .team-component .column h5.txt-green p, .team-component .column h5.txt-green .widget .textwidget, .widget .team-component .column h5.txt-green .textwidget,
.team-card-shortcode .team-name.txt-green p,
.team-card-shortcode .team-name.txt-green .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-green .textwidget,
.team-card-shortcode h5.txt-green p,
.team-card-shortcode h5.txt-green .widget .textwidget,
.widget .team-card-shortcode h5.txt-green .textwidget {
  color: #c3cf21;
}
.team-component .column .team-name.txt-blue, .team-component .column h5.txt-blue,
.team-card-shortcode .team-name.txt-blue,
.team-card-shortcode h5.txt-blue {
  color: #0c87a8;
}
.team-component .column .team-name.txt-blue p, .team-component .column .team-name.txt-blue .widget .textwidget, .widget .team-component .column .team-name.txt-blue .textwidget, .team-component .column h5.txt-blue p, .team-component .column h5.txt-blue .widget .textwidget, .widget .team-component .column h5.txt-blue .textwidget,
.team-card-shortcode .team-name.txt-blue p,
.team-card-shortcode .team-name.txt-blue .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-blue .textwidget,
.team-card-shortcode h5.txt-blue p,
.team-card-shortcode h5.txt-blue .widget .textwidget,
.widget .team-card-shortcode h5.txt-blue .textwidget {
  color: #0c87a8;
}
.team-component .column .team-name.txt-purple, .team-component .column h5.txt-purple,
.team-card-shortcode .team-name.txt-purple,
.team-card-shortcode h5.txt-purple {
  color: #a54399;
}
.team-component .column .team-name.txt-purple p, .team-component .column .team-name.txt-purple .widget .textwidget, .widget .team-component .column .team-name.txt-purple .textwidget, .team-component .column h5.txt-purple p, .team-component .column h5.txt-purple .widget .textwidget, .widget .team-component .column h5.txt-purple .textwidget,
.team-card-shortcode .team-name.txt-purple p,
.team-card-shortcode .team-name.txt-purple .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-purple .textwidget,
.team-card-shortcode h5.txt-purple p,
.team-card-shortcode h5.txt-purple .widget .textwidget,
.widget .team-card-shortcode h5.txt-purple .textwidget {
  color: #a54399;
}
.team-component .column .team-name.txt-red, .team-component .column h5.txt-red,
.team-card-shortcode .team-name.txt-red,
.team-card-shortcode h5.txt-red {
  color: #e74c3c;
}
.team-component .column .team-name.txt-red p, .team-component .column .team-name.txt-red .widget .textwidget, .widget .team-component .column .team-name.txt-red .textwidget, .team-component .column h5.txt-red p, .team-component .column h5.txt-red .widget .textwidget, .widget .team-component .column h5.txt-red .textwidget,
.team-card-shortcode .team-name.txt-red p,
.team-card-shortcode .team-name.txt-red .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-red .textwidget,
.team-card-shortcode h5.txt-red p,
.team-card-shortcode h5.txt-red .widget .textwidget,
.widget .team-card-shortcode h5.txt-red .textwidget {
  color: #e74c3c;
}
.team-component .column .team-name.txt-orange, .team-component .column h5.txt-orange,
.team-card-shortcode .team-name.txt-orange,
.team-card-shortcode h5.txt-orange {
  color: #f28034;
}
.team-component .column .team-name.txt-orange p, .team-component .column .team-name.txt-orange .widget .textwidget, .widget .team-component .column .team-name.txt-orange .textwidget, .team-component .column h5.txt-orange p, .team-component .column h5.txt-orange .widget .textwidget, .widget .team-component .column h5.txt-orange .textwidget,
.team-card-shortcode .team-name.txt-orange p,
.team-card-shortcode .team-name.txt-orange .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-orange .textwidget,
.team-card-shortcode h5.txt-orange p,
.team-card-shortcode h5.txt-orange .widget .textwidget,
.widget .team-card-shortcode h5.txt-orange .textwidget {
  color: #f28034;
}
.team-component .column .team-name.txt-yellow, .team-component .column h5.txt-yellow,
.team-card-shortcode .team-name.txt-yellow,
.team-card-shortcode h5.txt-yellow {
  color: #eae827;
}
.team-component .column .team-name.txt-yellow p, .team-component .column .team-name.txt-yellow .widget .textwidget, .widget .team-component .column .team-name.txt-yellow .textwidget, .team-component .column h5.txt-yellow p, .team-component .column h5.txt-yellow .widget .textwidget, .widget .team-component .column h5.txt-yellow .textwidget,
.team-card-shortcode .team-name.txt-yellow p,
.team-card-shortcode .team-name.txt-yellow .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-yellow .textwidget,
.team-card-shortcode h5.txt-yellow p,
.team-card-shortcode h5.txt-yellow .widget .textwidget,
.widget .team-card-shortcode h5.txt-yellow .textwidget {
  color: #eae827;
}
.team-component .column .team-name.txt-gray, .team-component .column h5.txt-gray,
.team-card-shortcode .team-name.txt-gray,
.team-card-shortcode h5.txt-gray {
  color: #424244;
}
.team-component .column .team-name.txt-gray p, .team-component .column .team-name.txt-gray .widget .textwidget, .widget .team-component .column .team-name.txt-gray .textwidget, .team-component .column h5.txt-gray p, .team-component .column h5.txt-gray .widget .textwidget, .widget .team-component .column h5.txt-gray .textwidget,
.team-card-shortcode .team-name.txt-gray p,
.team-card-shortcode .team-name.txt-gray .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-gray .textwidget,
.team-card-shortcode h5.txt-gray p,
.team-card-shortcode h5.txt-gray .widget .textwidget,
.widget .team-card-shortcode h5.txt-gray .textwidget {
  color: #424244;
}
.team-component .column .team-name.txt-white, .team-component .column h5.txt-white,
.team-card-shortcode .team-name.txt-white,
.team-card-shortcode h5.txt-white {
  color: #fff;
}
.team-component .column .team-name.txt-white p, .team-component .column .team-name.txt-white .widget .textwidget, .widget .team-component .column .team-name.txt-white .textwidget, .team-component .column h5.txt-white p, .team-component .column h5.txt-white .widget .textwidget, .widget .team-component .column h5.txt-white .textwidget,
.team-card-shortcode .team-name.txt-white p,
.team-card-shortcode .team-name.txt-white .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-white .textwidget,
.team-card-shortcode h5.txt-white p,
.team-card-shortcode h5.txt-white .widget .textwidget,
.widget .team-card-shortcode h5.txt-white .textwidget {
  color: #fff;
}
.team-component .column .team-name.txt-teal, .team-component .column h5.txt-teal,
.team-card-shortcode .team-name.txt-teal,
.team-card-shortcode h5.txt-teal {
  color: #00b1b0;
}
.team-component .column .team-name.txt-teal p, .team-component .column .team-name.txt-teal .widget .textwidget, .widget .team-component .column .team-name.txt-teal .textwidget, .team-component .column h5.txt-teal p, .team-component .column h5.txt-teal .widget .textwidget, .widget .team-component .column h5.txt-teal .textwidget,
.team-card-shortcode .team-name.txt-teal p,
.team-card-shortcode .team-name.txt-teal .widget .textwidget,
.widget .team-card-shortcode .team-name.txt-teal .textwidget,
.team-card-shortcode h5.txt-teal p,
.team-card-shortcode h5.txt-teal .widget .textwidget,
.widget .team-card-shortcode h5.txt-teal .textwidget {
  color: #00b1b0;
}
.team-component .column .team-name,
.team-card-shortcode .team-name {
  text-transform: none;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.team-component .column h5,
.team-card-shortcode h5 {
  text-transform: none;
}
.team-component .column .button, .team-component .column input[type='submit'], .team-component .column #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .team-component .column .comment-reply-link, .team-component .column body.login #wp-submit, body.login .team-component .column #wp-submit,
.team-card-shortcode .button,
.team-card-shortcode input[type='submit'],
.team-card-shortcode #comments .comment-list .comment-body .reply .comment-reply-link,
#comments .comment-list .comment-body .reply .team-card-shortcode .comment-reply-link,
.team-card-shortcode body.login #wp-submit,
body.login .team-card-shortcode #wp-submit {
  margin-top: 5px;
  margin-top: 0.5rem;
}
@media (max-width: 900px) {
  .team-component .column.one_quarter,
  .team-card-shortcode.one_quarter {
    width: 49%;
  }
  .team-component .column.one_quarter:nth-child(2n + 1),
  .team-card-shortcode.one_quarter:nth-child(2n + 1) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .team-component .column.one_quarter,
  .team-card-shortcode.one_quarter {
    width: 100%;
    margin-right: 0;
  }
}

.wysiwyg-component ul, .wysiwyg-component ol {
  line-height: 1.5;
  margin-left: 20px;
  margin-left: 2rem;
}

.testimonial-component {
  margin-bottom: 90px;
  margin-bottom: 9rem;
}
.testimonial-component.every-2 .column:nth-child(1), .testimonial-component.every-2 .column:nth-child(2) {
  padding-top: 0;
}
.testimonial-component.every-2 .column:nth-child(1):before, .testimonial-component.every-2 .column:nth-child(2):before {
  content: none;
}
.testimonial-component.every-2 .column:nth-child(2n) {
  margin-right: 0;
}
.testimonial-component.every-3 .column:nth-child(1), .testimonial-component.every-3 .column:nth-child(2), .testimonial-component.every-3 .column:nth-child(3) {
  padding-top: 0;
}
.testimonial-component.every-3 .column:nth-child(1):before, .testimonial-component.every-3 .column:nth-child(2):before, .testimonial-component.every-3 .column:nth-child(3):before {
  content: none;
}
.testimonial-component.every-3 .column:nth-child(3n) {
  margin-right: 0;
}
.testimonial-component.every-4 .column:nth-child(1), .testimonial-component.every-4 .column:nth-child(2), .testimonial-component.every-4 .column:nth-child(3), .testimonial-component.every-4 .column:nth-child(4) {
  padding-top: 0;
}
.testimonial-component.every-4 .column:nth-child(1):before, .testimonial-component.every-4 .column:nth-child(2):before, .testimonial-component.every-4 .column:nth-child(3):before, .testimonial-component.every-4 .column:nth-child(4):before {
  content: none;
}
.testimonial-component.every-4 .column:nth-child(4n) {
  margin-right: 0;
}
.testimonial-component.every-5 .column:nth-child(1), .testimonial-component.every-5 .column:nth-child(2), .testimonial-component.every-5 .column:nth-child(3), .testimonial-component.every-5 .column:nth-child(4), .testimonial-component.every-5 .column:nth-child(5) {
  padding-top: 0;
}
.testimonial-component.every-5 .column:nth-child(1):before, .testimonial-component.every-5 .column:nth-child(2):before, .testimonial-component.every-5 .column:nth-child(3):before, .testimonial-component.every-5 .column:nth-child(4):before, .testimonial-component.every-5 .column:nth-child(5):before {
  content: none;
}
.testimonial-component.every-5 .column:nth-child(5n) {
  margin-right: 0;
}
.testimonial-component .column {
  position: relative;
  text-align: center;
  padding-top: 25px;
  padding-top: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.testimonial-component .column:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  background: #424244;
  width: 50%;
  margin-left: 25%;
}
.testimonial-component p, .testimonial-component .widget .textwidget, .widget .testimonial-component .textwidget {
  color: #0c87a8;
  font-size: 20px;
  font-size: 2rem;
}
.testimonial-component h5 {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.testimonial-component h5.txt-green {
  color: #c3cf21;
}
.testimonial-component h5.txt-green p, .testimonial-component h5.txt-green .widget .textwidget, .widget .testimonial-component h5.txt-green .textwidget {
  color: #c3cf21;
}
.testimonial-component h5.txt-blue {
  color: #0c87a8;
}
.testimonial-component h5.txt-blue p, .testimonial-component h5.txt-blue .widget .textwidget, .widget .testimonial-component h5.txt-blue .textwidget {
  color: #0c87a8;
}
.testimonial-component h5.txt-purple {
  color: #a54399;
}
.testimonial-component h5.txt-purple p, .testimonial-component h5.txt-purple .widget .textwidget, .widget .testimonial-component h5.txt-purple .textwidget {
  color: #a54399;
}
.testimonial-component h5.txt-red {
  color: #e74c3c;
}
.testimonial-component h5.txt-red p, .testimonial-component h5.txt-red .widget .textwidget, .widget .testimonial-component h5.txt-red .textwidget {
  color: #e74c3c;
}
.testimonial-component h5.txt-orange {
  color: #f28034;
}
.testimonial-component h5.txt-orange p, .testimonial-component h5.txt-orange .widget .textwidget, .widget .testimonial-component h5.txt-orange .textwidget {
  color: #f28034;
}
.testimonial-component h5.txt-yellow {
  color: #eae827;
}
.testimonial-component h5.txt-yellow p, .testimonial-component h5.txt-yellow .widget .textwidget, .widget .testimonial-component h5.txt-yellow .textwidget {
  color: #eae827;
}
.testimonial-component h5.txt-gray {
  color: #424244;
}
.testimonial-component h5.txt-gray p, .testimonial-component h5.txt-gray .widget .textwidget, .widget .testimonial-component h5.txt-gray .textwidget {
  color: #424244;
}
.testimonial-component h5.txt-white {
  color: #fff;
}
.testimonial-component h5.txt-white p, .testimonial-component h5.txt-white .widget .textwidget, .widget .testimonial-component h5.txt-white .textwidget {
  color: #fff;
}
.testimonial-component h5.txt-teal {
  color: #00b1b0;
}
.testimonial-component h5.txt-teal p, .testimonial-component h5.txt-teal .widget .textwidget, .widget .testimonial-component h5.txt-teal .textwidget {
  color: #00b1b0;
}

.member-directory-component {
  position: relative;
  padding-top: 20px !important;
  padding-top: 2rem !important;
}
.member-directory-component .hidden-query-result {
  display: none;
}
.member-directory-component .member-nav-wrap {
  display: block;
  width: 100%;
  border-bottom: 1px solid #646466;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  margin-top: 20px;
  margin-top: 2rem;
}
.member-directory-component .member-nav-wrap a {
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
.member-directory-component #member-archive-toggle.hidden {
  display: none;
}
.member-directory-component #member-archive-toggle a {
  display: inline-block;
  background: #424244;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 50px;
  padding: 1.5rem 5rem;
}
.member-directory-component #member-archive-toggle a:first-of-type {
  margin-right: 5px;
  margin-right: 0.5rem;
}
.member-directory-component #member-archive-toggle a.toggled {
  background: #0c87a8;
}
@media (max-width: 680px) {
  .member-directory-component #member-archive-toggle a {
    text-align: center;
    width: 48%;
    text-align: center;
    margin-right: 2%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
  }
  .member-directory-component #member-archive-toggle a:last-of-type {
    margin-right: 0;
  }
}
.member-directory-component #archive-filters {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  *zoom: 1;
}
.member-directory-component #archive-filters:after {
  clear: both;
}
.member-directory-component #archive-filters:after, .member-directory-component #archive-filters:before {
  content: '';
  display: table;
}
.member-directory-component #archive-filters.hidden {
  display: none;
}
.member-directory-component #archive-filters .filter-wrap {
  float: left;
  width: 100%;
  background: #e2e2e2;
  padding: 5px;
  padding: 0.5rem;
  *zoom: 1;
}
.member-directory-component #archive-filters .filter-wrap:after {
  clear: both;
}
.member-directory-component #archive-filters .filter-wrap:after, .member-directory-component #archive-filters .filter-wrap:before {
  content: '';
  display: table;
}
@media (max-width: 900px) {
  .member-directory-component #archive-filters .filter-wrap {
    padding: 10px;
    padding: 1rem;
  }
}
.member-directory-component #archive-filters .member-search {
  width: 100%;
  border: 1px solid #bdc3c7;
  padding: 1.5px 3.5px 1.5px 10px;
  padding: 0.15rem 0.35rem 0.15rem 1rem;
  margin: 5px 0 10px;
  margin: 0.5rem 0 1rem;
  *zoom: 1;
}
.member-directory-component #archive-filters .member-search:after {
  clear: both;
}
.member-directory-component #archive-filters .member-search:after, .member-directory-component #archive-filters .member-search:before {
  content: '';
  display: table;
}
@media (max-width: 680px) {
  .member-directory-component #archive-filters .member-search {
    padding: 10px;
    padding: 1rem;
  }
}
.member-directory-component #archive-filters .member-search input {
  float: left;
}
.member-directory-component #archive-filters .member-search input[type="text"] {
  width: 73%;
  margin-right: 2%;
  border: none;
  padding: 12px 10px 12px 0;
  padding: 1.2rem 1rem 1.2rem 0;
}
@media (max-width: 680px) {
  .member-directory-component #archive-filters .member-search input[type="text"] {
    width: 100%;
    margin-right: 0;
  }
}
.member-directory-component #archive-filters .member-search input[type="submit"] {
  width: 25%;
  background: #0c87a8;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 10px 12px 17.5px;
  padding: 1.2rem 1rem 1.2rem 1.75rem;
}
.member-directory-component #archive-filters .member-search input[type="submit"]:hover {
  background: #096178;
}
@media (max-width: 680px) {
  .member-directory-component #archive-filters .member-search input[type="submit"] {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.member-directory-component #archive-filters .filter {
  position: relative;
  float: left;
  width: 20%;
  margin-right: 2%;
}
.member-directory-component #archive-filters .filter.filter-checkbox {
  display: block;
  float: left;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  line-height: 2;
}
.member-directory-component #archive-filters .filter.filter-checkbox input, .member-directory-component #archive-filters .filter.filter-checkbox label {
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .member-directory-component #archive-filters .filter.filter-checkbox {
    clear: both;
  }
  .member-directory-component #archive-filters .filter.filter-checkbox:last-of-type {
    clear: none;
  }
}
.member-directory-component #archive-filters .filter .genericon {
  position: absolute;
  top: 17.5px;
  top: 1.75rem;
}
@media (max-width: 680px) {
  .member-directory-component #archive-filters .filter {
    width: 23%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  .member-directory-component #archive-filters .filter.filter-checkbox {
    padding-top: 10px;
    padding-top: 1rem;
    width: 40%;
    line-height: auto;
    text-align: center;
  }
  .member-directory-component #archive-filters .filter:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .member-directory-component #archive-filters .filter {
    width: 100%;
    margin-right: 0;
  }
}
.member-directory-component #archive-filters #filter-buttons {
  width: 24.8%;
  float: right;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.member-directory-component #archive-filters #filter-button, .member-directory-component #archive-filters #clear-filter-button {
  float: right;
  background: #0c87a8;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  padding: 12px 10px 12px 17.5px;
  padding: 1.2rem 1rem 1.2rem 1.75rem;
}
.member-directory-component #archive-filters #filter-button:hover, .member-directory-component #archive-filters #clear-filter-button:hover {
  background: #096178;
}
@media (max-width: 680px) {
  .member-directory-component #archive-filters #filter-button, .member-directory-component #archive-filters #clear-filter-button {
    width: 100%;
  }
}
.member-directory-component #archive-filters #filter-button {
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.member-directory-component #archive-filters #clear-filter-button {
  padding-right: 10px;
  padding-right: 1rem;
}
.member-directory-component #organization-results,
.member-directory-component #individual-results {
  display: none;
}
.member-directory-component #organization-results.visible,
.member-directory-component #individual-results.visible {
  display: block;
}
.member-directory-component article.type-member {
  width: 100%;
  position: relative;
  min-height: 150px;
  min-height: 15rem;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  *zoom: 1;
}
.member-directory-component article.type-member:after {
  clear: both;
}
.member-directory-component article.type-member:after, .member-directory-component article.type-member:before {
  content: '';
  display: table;
}
.member-directory-component article.type-member.hidden {
  display: none;
}
.member-directory-component article.type-member .member-spacer {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #bdc3c7;
  bottom: -30px;
  bottom: -3rem;
}
.member-directory-component article.type-member:last-of-type .member-spacer {
  display: none;
}
.member-directory-component article.type-member .member-title {
  text-decoration: none;
}
.member-directory-component article.type-member h3, .member-directory-component article.type-member #comments .comments-title, #comments .member-directory-component article.type-member .comments-title, .member-directory-component article.type-member .cta-component.small .cta-headline, .cta-component.small .member-directory-component article.type-member .cta-headline {
  color: #c3cf21;
  text-transform: none;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  transition: all 333ms ease-in-out;
}
.member-directory-component article.type-member h3:hover, .member-directory-component article.type-member #comments .comments-title:hover, #comments .member-directory-component article.type-member .comments-title:hover, .member-directory-component article.type-member .cta-component.small .cta-headline:hover, .cta-component.small .member-directory-component article.type-member .cta-headline:hover {
  color: #a54399;
}
.member-directory-component article.type-member h4 {
  color: #646466;
  text-transform: none;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
.member-directory-component article.type-member h4.member-org {
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
}
.member-directory-component .member-level {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #0c87a8;
  float: left;
  width: 50px;
  width: 5rem;
}
.member-directory-component .member-level.champion, .member-directory-component .member-level.sustainer {
  display: block;
}
.member-directory-component .member-level.sustainer {
  background: #00b1b0;
}
.member-directory-component .member-level-title {
  position: absolute;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.member-directory-component .member-headshot,
.member-directory-component .member-logo {
  display: block;
  float: left;
  width: 15%;
  margin-right: 2%;
}
@media (max-width: 680px) {
  .member-directory-component .member-headshot {
    width: 20%;
  }
}
@media (max-width: 680px) {
  .member-directory-component .member-logo {
    width: 30%;
  }
}
@media (max-width: 680px) {
  .member-directory-component .member-logo {
    margin-left: 30%;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}
.member-directory-component .member-headshot img {
  width: 100%;
}
.member-directory-component .member-headshot + .member-content {
  width: 80%;
}
.member-directory-component .member-headshot + .member-content .member-top-wrap {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  margin-top: 20px;
  margin-top: 2rem;
}
.member-directory-component .member-headshot + .member-content .member-top-wrap:after {
  content: '';
  clear: both;
  display: block;
}
.member-directory-component .member-headshot + .member-content .member-bio-wrap {
  width: 58%;
  float: left;
}
.member-directory-component .member-headshot + .member-content .member-recognition {
  width: 19%;
  float: left;
}
@media (max-width: 680px) {
  .member-directory-component .member-headshot + .member-content {
    width: 70%;
  }
}
.member-directory-component .member-content {
  float: right;
  width: 70%;
  width: 80%;
}
.member-directory-component .member-bio-full,
.member-directory-component .member-bio-short {
  line-height: 1.2;
}
.member-directory-component .member-twitter-link,
.member-directory-component .member-facebook-link,
.member-directory-component .member-linkedin-link {
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-right: 10px;
  margin-right: 1rem;
}
.member-directory-component .member-twitter-link .genericon,
.member-directory-component .member-facebook-link .genericon,
.member-directory-component .member-linkedin-link .genericon {
  font-size: 25px;
  font-size: 2.5rem;
}
.member-directory-component .member-website-link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}
.member-directory-component .member-twitter-link {
  color: #0c87a8;
}
.member-directory-component .continue-reading {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
  margin-left: 1rem;
}
.member-directory-component .associated-projects {
  margin-top: 30px;
  margin-top: 3rem;
}
.member-directory-component .associated-projects .projects-headline {
  text-transform: uppercase;
  color: #0c87a8;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.member-directory-component .associated-projects a {
  font-weight: 700;
  text-decoration: none;
}
.member-directory-component .member-bio-full,
.member-directory-component .member-links,
.member-directory-component .associated-projects {
  display: none;
}

.member-single {
  display: none;
}
.member-single .member-title {
  cursor: default;
}
.member-single:focus {
  outline: none;
}
.member-single.visible {
  display: block;
}
.member-single.visible article.type-member,
.member-single.visible .associated-projects {
  display: block;
}
.member-single .member-level {
  max-height: 163px;
}
.member-single article.type-member h3, .member-single article.type-member #comments .comments-title, #comments .member-single article.type-member .comments-title, .member-single article.type-member .cta-component.small .cta-headline, .cta-component.small .member-single article.type-member .cta-headline {
  color: #646466;
}
.member-single article.type-member h3:hover, .member-single article.type-member #comments .comments-title:hover, #comments .member-single article.type-member .comments-title:hover, .member-single article.type-member .cta-component.small .cta-headline:hover, .cta-component.small .member-single article.type-member .cta-headline:hover {
  color: #646466;
}
.member-single .member-bio-short {
  display: none;
}
.member-single .member-bio-full,
.member-single .member-links {
  display: block;
}
.member-single .member-links {
  padding-bottom: 30px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #646466;
}

.ecodistrictsAPImg {
  width: 125px;
}

.member-types h4 {
  line-height: 1;
}

.membership-chart-component {
  position: relative;
}
.membership-chart-component .row, .membership-chart-component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .membership-chart-component .content-wrap {
  width: 100%;
  margin-bottom: 0;
}
.membership-chart-component .column .column {
  margin-right: 0;
  *zoom: 1;
}
.membership-chart-component .column .column:after {
  clear: both;
}
.membership-chart-component .column .column:after, .membership-chart-component .column .column:before {
  content: '';
  display: table;
}
.membership-chart-component .column .column.one_sixth {
  width: 16.66667%;
}
.membership-chart-component .column .column.one_fifth {
  width: 20%;
}
.membership-chart-component .column .column.two_fifth {
  width: 40%;
}
.membership-chart-component .column .column.one_quarter {
  width: 25%;
}
.membership-chart-component .column .column.one_third {
  width: 33.33333%;
}
.membership-chart-component .column .column.one_half {
  width: 50%;
}
.membership-chart-component .column .column.two_third {
  width: 66.66667%;
}
.membership-chart-component .column .column.three_quarter {
  width: 75%;
}
.membership-chart-component .column .column.five_sixth {
  width: 83.33333%;
}
.membership-chart-component .cell {
  vertical-align: middle;
  border-bottom: 1px solid #b1b1b2;
  height: 80px;
  height: 8rem;
}
@media (max-width: 900px) {
  .membership-chart-component .cell {
    height: 150px;
    height: 15rem;
  }
}
@media (max-width: 680px) {
  .membership-chart-component .cell {
    height: 80px;
    height: 8rem;
  }
}
.membership-chart-component .cell:first-of-type {
  border-top: 1px solid #b1b1b2;
}
.membership-chart-component .cell.divider {
  height: 40px;
  height: 4rem;
}
.membership-chart-component .cell.mobile-header {
  height: 50px;
  height: 5rem;
}
.membership-chart-component #membership-table-header.stuck {
  position: fixed;
  top: 0;
  width: 85%;
  max-width: 1550px;
  z-index: 9998;
}
.membership-chart-component #membership-table-header.stuck + .row, .membership-chart-component body.single.single-registered-districts .feature-area #membership-table-header.stuck + .content-wrap, body.single.single-registered-districts .feature-area .membership-chart-component #membership-table-header.stuck + .content-wrap {
  padding-top: 40px;
  padding-top: 4rem;
}
.membership-chart-component #membership-table-header.stuck .table-header h3, .membership-chart-component #membership-table-header.stuck .table-header #comments .comments-title, #comments .membership-chart-component #membership-table-header.stuck .table-header .comments-title, .membership-chart-component #membership-table-header.stuck .table-header .cta-component.small .cta-headline, .cta-component.small .membership-chart-component #membership-table-header.stuck .table-header .cta-headline {
  border-bottom: 1px solid #b1b1b2;
}
.membership-chart-component .table-header {
  position: relative;
    /*
		width: 34%;
		width: 25%;
		*/
  margin-right: 0;
  background: #fff;
  height: 40px;
  height: 4rem;
}
.membership-chart-component .table-header h3, .membership-chart-component .table-header #comments .comments-title, #comments .membership-chart-component .table-header .comments-title, .membership-chart-component .table-header .cta-component.small .cta-headline, .cta-component.small .membership-chart-component .table-header .cta-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  border-top: 1px solid #b1b1b2;
  border-left: 1px solid #b1b1b2;
  margin-bottom: 0;
  padding: 10px;
  padding: 1rem;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 680px) {
  .membership-chart-component .table-header {
    display: none;
  }
}
.membership-chart-component .table-footer {
  margin-right: 0;
}
.membership-chart-component .table-footer span {
  opacity: 0;
}
@media (max-width: 680px) {
  .membership-chart-component .table-footer {
    display: none;
  }
}
.membership-chart-component .chart-header .column,
.membership-chart-component .chart-footer .column {
  background: #00b1b0;
  text-align: center;
}
.membership-chart-component .chart-header .column:nth-child(even),
.membership-chart-component .chart-footer .column:nth-child(even) {
  background: #009897;
}
.membership-chart-component .chart-header .column.table-ind-annual-plus-student,
.membership-chart-component .chart-footer .column.table-ind-annual-plus-student {
  background: #0c87a8;
}
.membership-chart-component .chart-header .column.table-ind-annual-plus-student h5,
.membership-chart-component .chart-footer .column.table-ind-annual-plus-student h5 {
  color: white;
}
.membership-chart-component .chart-header .column.chart-spacer,
.membership-chart-component .chart-footer .column.chart-spacer {
  background: white;
}
.membership-chart-component .chart-header .column h5,
.membership-chart-component .chart-header .column h4,
.membership-chart-component .chart-footer .column h5,
.membership-chart-component .chart-footer .column h4 {
  margin-bottom: 2.5px;
  margin-bottom: 0.25rem;
}
.membership-chart-component .chart-header .column h5,
.membership-chart-component .chart-footer .column h5 {
  color: #eae827;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 680px) {
  .membership-chart-component .chart-header .column h5,
  .membership-chart-component .chart-footer .column h5 {
    font-size: 10px;
    font-size: 1rem;
  }
}
.membership-chart-component .chart-header .column h4,
.membership-chart-component .chart-footer .column h4 {
  color: #fff;
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  font-size: 2.3rem;
}
@media (max-width: 900px) {
  .membership-chart-component .chart-header .column .price-amount,
  .membership-chart-component .chart-footer .column .price-amount {
    font-size: 17.5px;
    font-size: 1.75rem;
  }
}
@media (max-width: 680px) {
  .membership-chart-component .chart-header .column .price-amount,
  .membership-chart-component .chart-footer .column .price-amount {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.membership-chart-component .chart-header .column .price-details,
.membership-chart-component .chart-footer .column .price-details {
  text-transform: none;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.membership-chart-component .chart-header .column .button, .membership-chart-component .chart-header .column input[type='submit'], .membership-chart-component .chart-header .column #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .membership-chart-component .chart-header .column .comment-reply-link, .membership-chart-component .chart-header .column body.login #wp-submit, body.login .membership-chart-component .chart-header .column #wp-submit,
.membership-chart-component .chart-footer .column .button,
.membership-chart-component .chart-footer .column input[type='submit'],
.membership-chart-component .chart-footer .column #comments .comment-list .comment-body .reply .comment-reply-link,
#comments .comment-list .comment-body .reply .membership-chart-component .chart-footer .column .comment-reply-link,
.membership-chart-component .chart-footer .column body.login #wp-submit,
body.login .membership-chart-component .chart-footer .column #wp-submit {
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 27.5px;
  margin-top: 2.75rem;
  padding: 15px 10px;
  padding: 1.5rem 1rem;
}
@media (max-width: 900px) {
  .membership-chart-component .chart-header .column .button, .membership-chart-component .chart-header .column input[type='submit'], .membership-chart-component .chart-header .column #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .membership-chart-component .chart-header .column .comment-reply-link, .membership-chart-component .chart-header .column body.login #wp-submit, body.login .membership-chart-component .chart-header .column #wp-submit,
  .membership-chart-component .chart-footer .column .button,
  .membership-chart-component .chart-footer .column input[type='submit'],
  .membership-chart-component .chart-footer .column #comments .comment-list .comment-body .reply .comment-reply-link,
  #comments .comment-list .comment-body .reply .membership-chart-component .chart-footer .column .comment-reply-link,
  .membership-chart-component .chart-footer .column body.login #wp-submit,
  body.login .membership-chart-component .chart-footer .column #wp-submit {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px;
    padding: 1rem;
    margin-top: 20px;
    margin-top: 2rem;
  }
}
@media (max-width: 680px) {
  .membership-chart-component .chart-header .column .button, .membership-chart-component .chart-header .column input[type='submit'], .membership-chart-component .chart-header .column #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .membership-chart-component .chart-header .column .comment-reply-link, .membership-chart-component .chart-header .column body.login #wp-submit, body.login .membership-chart-component .chart-header .column #wp-submit,
  .membership-chart-component .chart-footer .column .button,
  .membership-chart-component .chart-footer .column input[type='submit'],
  .membership-chart-component .chart-footer .column #comments .comment-list .comment-body .reply .comment-reply-link,
  #comments .comment-list .comment-body .reply .membership-chart-component .chart-footer .column .comment-reply-link,
  .membership-chart-component .chart-footer .column body.login #wp-submit,
  body.login .membership-chart-component .chart-footer .column #wp-submit {
    padding: 10px 5px;
    padding: 1rem 0.5rem;
  }
}
.membership-chart-component .chart-header .column .arrow-wrap,
.membership-chart-component .chart-footer .column .arrow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.membership-chart-component .chart-header .column .arrow,
.membership-chart-component .chart-footer .column .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.membership-chart-component #chart-organization-set {
  background: #00a4a3;
}
.membership-chart-component #chart-organization-set h5 {
  color: white;
}
.membership-chart-component .chart-header .column {
  height: 40px;
  height: 4rem;
}
.membership-chart-component .chart-header .column .content-wrapper {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  .membership-chart-component .chart-header {
    margin-bottom: 0;
  }
  .membership-chart-component .chart-header .column {
    margin-bottom: 0;
  }
}
.membership-chart-component .chart-footer .column {
  position: relative;
  padding: 40px 10px 10px;
  padding: 4rem 1rem 1rem;
}
.membership-chart-component .chart-footer .column.table-ind-annual-plus-student h5 {
  color: #eae827;
}
.membership-chart-component .chart-footer .second-membership-detail {
  margin-top: 30px;
  margin-top: 3rem;
}
.membership-chart-component .chart-footer .second-membership-detail .button, .membership-chart-component .chart-footer .second-membership-detail input[type='submit'], .membership-chart-component .chart-footer .second-membership-detail #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .membership-chart-component .chart-footer .second-membership-detail .comment-reply-link, .membership-chart-component .chart-footer .second-membership-detail body.login #wp-submit, body.login .membership-chart-component .chart-footer .second-membership-detail #wp-submit {
  margin-left: 0;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
}
.membership-chart-component .chart-benefits .column {
  border-right: 1px solid #b1b1b2;
  background: #dbf4f2;
}
.membership-chart-component .chart-benefits .column .cell.divider {
  background: #bbd0d0;
}
.membership-chart-component .chart-benefits .column .cell.divider span {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #bbd0d0;
  color: #0c87a8;
  height: 60px;
  height: 6rem;
  padding-top: 15px;
  padding-top: 1.5rem;
}
@media (max-width: 680px) {
  .membership-chart-component .chart-benefits .column .cell.divider span {
    display: block;
  }
}
.membership-chart-component .chart-benefits .column:nth-child(even) {
  background: #c2e3e2;
}
.membership-chart-component .chart-benefits .column:nth-child(even) .cell.divider {
  background: #a5c2c0;
}
.membership-chart-component .chart-benefits .column .cell {
  text-align: center;
  color: #0fadd8;
  font-weight: 600;
  padding: 0 10px;
  padding: 0 1rem;
  font-size: 13px;
  font-size: 1.3rem;
}
.membership-chart-component .chart-benefits .column .cell .genericon {
  font-size: 27.5px;
  font-size: 2.75rem;
}
.membership-chart-component .chart-benefits .column .cell .cell-content {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  .membership-chart-component .chart-benefits .column .cell .cell-content {
    font-size: 10px;
    font-size: 1rem;
  }
}
.membership-chart-component .chart-benefits .column .cell.mobile-header {
  display: none;
  background: #00b1b0;
  color: #fff;
}
.membership-chart-component .chart-benefits .column .cell.mobile-header .mobile-header-title {
  position: absolute;
  left: 0;
  right: 0;
  background: #00b1b0;
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  height: 60px;
  height: 6rem;
}
@media (max-width: 680px) {
  .membership-chart-component .chart-benefits .column .cell.mobile-header {
    display: block;
  }
}
@media (max-width: 680px) {
  .membership-chart-component .chart-benefits {
    margin-bottom: 0;
  }
  .membership-chart-component .chart-benefits .column {
    margin-bottom: 0;
  }
}
.membership-chart-component .chart-benefit-list {
    /*
		width: 34%;
		width: 25%;
		*/
  margin-right: 0;
}
.membership-chart-component .chart-benefit-list .column .cell {
  border-left: 1px solid #b1b1b2;
  line-height: 1.35;
  padding: 0 10px;
  padding: 0 1rem;
  font-size: 13px;
  font-size: 1.3rem;
}
.membership-chart-component .chart-benefit-list .column .cell span {
  float: left;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.membership-chart-component .chart-benefit-list .column .cell.divider {
  background: #dadada;
  color: #0c87a8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 680px) {
  .membership-chart-component .chart-benefit-list {
    display: none;
  }
}

.member-signup-banner {
  position: relative;
  background-color: #0c87a8;
  width: 100%;
  padding: 32px 40px 32px;
  max-width: 600px;
  margin: 0 auto;
}
.member-signup-banner:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}
.member-signup-banner .membership-type {
  position: relative;
  top: -3px;
  margin-right: 20px;
  color: #eae827;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 680px) {
  .member-signup-banner .membership-type {
    top: 0;
    display: block;
    margin-bottom: 10px;
  }
}
.member-signup-banner .membership-price {
  position: relative;
  top: -3px;
  color: #fff;
  font-family: 'Trocchi', 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.7rem;
}
@media (max-width: 680px) {
  .member-signup-banner .membership-price {
    top: 0;
    display: block;
    margin-bottom: 20px;
  }
}
.member-signup-banner .button, .member-signup-banner input[type='submit'], .member-signup-banner #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .member-signup-banner .comment-reply-link, .member-signup-banner body.login #wp-submit, body.login .member-signup-banner #wp-submit {
  display: inline-block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}
@media (max-width: 680px) {
  .member-signup-banner .button, .member-signup-banner input[type='submit'], .member-signup-banner #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .member-signup-banner .comment-reply-link, .member-signup-banner body.login #wp-submit, body.login .member-signup-banner #wp-submit {
    position: relative;
    top: 0;
    right: auto;
    display: block;
    -ms-transform: none;
    transform: none;
  }
}

.district-profiles-component {
  margin-bottom: 90px;
  margin-bottom: 9rem;
}
.district-profiles-component.every-2 .column:nth-child(2n + 1) {
  margin-right: 0;
}
.district-profiles-component.every-3 .column:nth-child(3n + 1) {
  margin-right: 0;
}
.district-profiles-component.every-4 .column:nth-child(4n + 1) {
  margin-right: 0;
}
.district-profiles-component.every-5 .column:nth-child(5n + 1) {
  margin-right: 0;
}
.district-profiles-component .column {
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.district-profiles-component .column.pos-top {
  position: relative;
}
.district-profiles-component .column.pos-top .content-wrap {
  position: absolute;
  left: 20px;
  left: 2rem;
  right: 20px;
  right: 2rem;
  top: 20px;
  top: 2rem;
}
.district-profiles-component .column.pos-middle .content-wrap {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.district-profiles-component .column.pos-bottom {
  position: relative;
}
.district-profiles-component .column.pos-bottom .content-wrap {
  position: absolute;
  left: 20px;
  left: 2rem;
  right: 20px;
  right: 2rem;
  bottom: 20px;
  bottom: 2rem;
}
.district-profiles-component .project-name.txt-green, .district-profiles-component h5.txt-green {
  color: #c3cf21;
}
.district-profiles-component .project-name.txt-green p, .district-profiles-component .project-name.txt-green .widget .textwidget, .widget .district-profiles-component .project-name.txt-green .textwidget, .district-profiles-component h5.txt-green p, .district-profiles-component h5.txt-green .widget .textwidget, .widget .district-profiles-component h5.txt-green .textwidget {
  color: #c3cf21;
}
.district-profiles-component .project-name.txt-blue, .district-profiles-component h5.txt-blue {
  color: #0c87a8;
}
.district-profiles-component .project-name.txt-blue p, .district-profiles-component .project-name.txt-blue .widget .textwidget, .widget .district-profiles-component .project-name.txt-blue .textwidget, .district-profiles-component h5.txt-blue p, .district-profiles-component h5.txt-blue .widget .textwidget, .widget .district-profiles-component h5.txt-blue .textwidget {
  color: #0c87a8;
}
.district-profiles-component .project-name.txt-purple, .district-profiles-component h5.txt-purple {
  color: #a54399;
}
.district-profiles-component .project-name.txt-purple p, .district-profiles-component .project-name.txt-purple .widget .textwidget, .widget .district-profiles-component .project-name.txt-purple .textwidget, .district-profiles-component h5.txt-purple p, .district-profiles-component h5.txt-purple .widget .textwidget, .widget .district-profiles-component h5.txt-purple .textwidget {
  color: #a54399;
}
.district-profiles-component .project-name.txt-red, .district-profiles-component h5.txt-red {
  color: #e74c3c;
}
.district-profiles-component .project-name.txt-red p, .district-profiles-component .project-name.txt-red .widget .textwidget, .widget .district-profiles-component .project-name.txt-red .textwidget, .district-profiles-component h5.txt-red p, .district-profiles-component h5.txt-red .widget .textwidget, .widget .district-profiles-component h5.txt-red .textwidget {
  color: #e74c3c;
}
.district-profiles-component .project-name.txt-orange, .district-profiles-component h5.txt-orange {
  color: #f28034;
}
.district-profiles-component .project-name.txt-orange p, .district-profiles-component .project-name.txt-orange .widget .textwidget, .widget .district-profiles-component .project-name.txt-orange .textwidget, .district-profiles-component h5.txt-orange p, .district-profiles-component h5.txt-orange .widget .textwidget, .widget .district-profiles-component h5.txt-orange .textwidget {
  color: #f28034;
}
.district-profiles-component .project-name.txt-yellow, .district-profiles-component h5.txt-yellow {
  color: #eae827;
}
.district-profiles-component .project-name.txt-yellow p, .district-profiles-component .project-name.txt-yellow .widget .textwidget, .widget .district-profiles-component .project-name.txt-yellow .textwidget, .district-profiles-component h5.txt-yellow p, .district-profiles-component h5.txt-yellow .widget .textwidget, .widget .district-profiles-component h5.txt-yellow .textwidget {
  color: #eae827;
}
.district-profiles-component .project-name.txt-gray, .district-profiles-component h5.txt-gray {
  color: #424244;
}
.district-profiles-component .project-name.txt-gray p, .district-profiles-component .project-name.txt-gray .widget .textwidget, .widget .district-profiles-component .project-name.txt-gray .textwidget, .district-profiles-component h5.txt-gray p, .district-profiles-component h5.txt-gray .widget .textwidget, .widget .district-profiles-component h5.txt-gray .textwidget {
  color: #424244;
}
.district-profiles-component .project-name.txt-white, .district-profiles-component h5.txt-white {
  color: #fff;
}
.district-profiles-component .project-name.txt-white p, .district-profiles-component .project-name.txt-white .widget .textwidget, .widget .district-profiles-component .project-name.txt-white .textwidget, .district-profiles-component h5.txt-white p, .district-profiles-component h5.txt-white .widget .textwidget, .widget .district-profiles-component h5.txt-white .textwidget {
  color: #fff;
}
.district-profiles-component .project-name.txt-teal, .district-profiles-component h5.txt-teal {
  color: #00b1b0;
}
.district-profiles-component .project-name.txt-teal p, .district-profiles-component .project-name.txt-teal .widget .textwidget, .widget .district-profiles-component .project-name.txt-teal .textwidget, .district-profiles-component h5.txt-teal p, .district-profiles-component h5.txt-teal .widget .textwidget, .widget .district-profiles-component h5.txt-teal .textwidget {
  color: #00b1b0;
}
.district-profiles-component .project-name {
  text-transform: none;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.district-profiles-component h5 {
  text-transform: none;
}
.district-profiles-component .button, .district-profiles-component input[type='submit'], .district-profiles-component #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .district-profiles-component .comment-reply-link, .district-profiles-component body.login #wp-submit, body.login .district-profiles-component #wp-submit {
  margin-top: 5px;
  margin-top: 0.5rem;
}

.district-toggle h3, .district-toggle #comments .comments-title, #comments .district-toggle .comments-title, .district-toggle .cta-component.small .cta-headline, .cta-component.small .district-toggle .cta-headline {
  transition: all 333ms ease-in-out;
}
.district-toggle h3:hover, .district-toggle #comments .comments-title:hover, #comments .district-toggle .comments-title:hover, .district-toggle .cta-component.small .cta-headline:hover, .cta-component.small .district-toggle .cta-headline:hover {
  color: #a54399 !important;
}

.paragraph-separate-before {
  padding-top: 20px;
  padding-top: 2rem;
  border-top: 1px solid #424244;
}

@media (max-width: 680px) {
  .page-id-2123 .woocommerce .certification-table .dist-doc-wrapper {
    display: block;
  }
  .page-id-2123 .woocommerce .certification-table .dist-doc-wrapper h3, .page-id-2123 .woocommerce .certification-table .dist-doc-wrapper #comments .comments-title, #comments .page-id-2123 .woocommerce .certification-table .dist-doc-wrapper .comments-title, .page-id-2123 .woocommerce .certification-table .dist-doc-wrapper .cta-component.small .cta-headline, .cta-component.small .page-id-2123 .woocommerce .certification-table .dist-doc-wrapper .cta-headline {
    margin-left: 2.5px;
    margin-left: 0.25rem;
    font-size: 10px;
    font-size: 1rem;
  }
  .page-id-2123.woocommerce-page.woocommerce-account #certification.account-section .cert-table .table-row > span {
    padding-left: 2.5px;
    padding-left: 0.25rem;
    padding-right: 2.5px;
    padding-right: 0.25rem;
  }
  .page-id-2123.woocommerce-page.woocommerce-account #certification.account-section .cert-table .table-row > span:nth-child(2) {
    width: 45%;
  }
  .page-id-2123.woocommerce-page.woocommerce-account #certification.account-section .cert-table .table-row > span:nth-child(3) {
    width: 30%;
  }
}
@media (max-width: 680px) and (max-width: 680px) {
  a.showPhone {
    display: inline !important;
  }
}

@media (max-width: 680px) {
  .hidePhone {
    display: inline !important;
  }
}
@media (max-width: 680px) and (max-width: 680px) {
  .hidePhone {
    display: none !important;
  }
}

.summit-recap-component.component {
  padding: 4rem 4rem;
}
.summit-recap-component.component h3.txt-green, .summit-recap-component.component #comments .txt-green.comments-title, #comments .summit-recap-component.component .txt-green.comments-title, .summit-recap-component.component .cta-component.small .txt-green.cta-headline, .cta-component.small .summit-recap-component.component .txt-green.cta-headline, .summit-recap-component.component h3 span.txt-green, .summit-recap-component.component #comments .comments-title span.txt-green, #comments .summit-recap-component.component .comments-title span.txt-green, .summit-recap-component.component .cta-component.small .cta-headline span.txt-green, .cta-component.small .summit-recap-component.component .cta-headline span.txt-green, .summit-recap-component.component p.txt-green, .summit-recap-component.component .widget .txt-green.textwidget, .widget .summit-recap-component.component .txt-green.textwidget, .summit-recap-component.component div.txt-green {
  color: #c3cf21;
}
.summit-recap-component.component h3.txt-green p, .summit-recap-component.component #comments .txt-green.comments-title p, #comments .summit-recap-component.component .txt-green.comments-title p, .summit-recap-component.component .cta-component.small .txt-green.cta-headline p, .cta-component.small .summit-recap-component.component .txt-green.cta-headline p, .summit-recap-component.component h3.txt-green .widget .textwidget, .widget .summit-recap-component.component h3.txt-green .textwidget, .summit-recap-component.component #comments .txt-green.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-green.comments-title .textwidget, #comments .summit-recap-component.component .txt-green.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-green.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-green.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-green.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-green.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-green.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-green p, .summit-recap-component.component #comments .comments-title span.txt-green p, #comments .summit-recap-component.component .comments-title span.txt-green p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-green p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-green p, .summit-recap-component.component h3 span.txt-green .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-green .textwidget, .summit-recap-component.component #comments .comments-title span.txt-green .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-green .textwidget, #comments .summit-recap-component.component .comments-title span.txt-green .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-green .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-green .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-green .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-green .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-green .textwidget, .summit-recap-component.component p.txt-green p, .summit-recap-component.component .widget .txt-green.textwidget p, .widget .summit-recap-component.component .txt-green.textwidget p, .summit-recap-component.component p.txt-green .widget .textwidget, .widget .summit-recap-component.component p.txt-green .textwidget, .summit-recap-component.component .widget .txt-green.textwidget .textwidget, .widget .summit-recap-component.component .txt-green.textwidget .textwidget, .summit-recap-component.component div.txt-green p, .summit-recap-component.component div.txt-green .widget .textwidget, .widget .summit-recap-component.component div.txt-green .textwidget {
  color: #c3cf21;
}
.summit-recap-component.component h3.txt-blue, .summit-recap-component.component #comments .txt-blue.comments-title, #comments .summit-recap-component.component .txt-blue.comments-title, .summit-recap-component.component .cta-component.small .txt-blue.cta-headline, .cta-component.small .summit-recap-component.component .txt-blue.cta-headline, .summit-recap-component.component h3 span.txt-blue, .summit-recap-component.component #comments .comments-title span.txt-blue, #comments .summit-recap-component.component .comments-title span.txt-blue, .summit-recap-component.component .cta-component.small .cta-headline span.txt-blue, .cta-component.small .summit-recap-component.component .cta-headline span.txt-blue, .summit-recap-component.component p.txt-blue, .summit-recap-component.component .widget .txt-blue.textwidget, .widget .summit-recap-component.component .txt-blue.textwidget, .summit-recap-component.component div.txt-blue {
  color: #0c87a8;
}
.summit-recap-component.component h3.txt-blue p, .summit-recap-component.component #comments .txt-blue.comments-title p, #comments .summit-recap-component.component .txt-blue.comments-title p, .summit-recap-component.component .cta-component.small .txt-blue.cta-headline p, .cta-component.small .summit-recap-component.component .txt-blue.cta-headline p, .summit-recap-component.component h3.txt-blue .widget .textwidget, .widget .summit-recap-component.component h3.txt-blue .textwidget, .summit-recap-component.component #comments .txt-blue.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-blue.comments-title .textwidget, #comments .summit-recap-component.component .txt-blue.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-blue.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-blue.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-blue.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-blue.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-blue.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-blue p, .summit-recap-component.component #comments .comments-title span.txt-blue p, #comments .summit-recap-component.component .comments-title span.txt-blue p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-blue p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-blue p, .summit-recap-component.component h3 span.txt-blue .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-blue .textwidget, .summit-recap-component.component #comments .comments-title span.txt-blue .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-blue .textwidget, #comments .summit-recap-component.component .comments-title span.txt-blue .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-blue .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-blue .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-blue .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-blue .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-blue .textwidget, .summit-recap-component.component p.txt-blue p, .summit-recap-component.component .widget .txt-blue.textwidget p, .widget .summit-recap-component.component .txt-blue.textwidget p, .summit-recap-component.component p.txt-blue .widget .textwidget, .widget .summit-recap-component.component p.txt-blue .textwidget, .summit-recap-component.component .widget .txt-blue.textwidget .textwidget, .widget .summit-recap-component.component .txt-blue.textwidget .textwidget, .summit-recap-component.component div.txt-blue p, .summit-recap-component.component div.txt-blue .widget .textwidget, .widget .summit-recap-component.component div.txt-blue .textwidget {
  color: #0c87a8;
}
.summit-recap-component.component h3.txt-purple, .summit-recap-component.component #comments .txt-purple.comments-title, #comments .summit-recap-component.component .txt-purple.comments-title, .summit-recap-component.component .cta-component.small .txt-purple.cta-headline, .cta-component.small .summit-recap-component.component .txt-purple.cta-headline, .summit-recap-component.component h3 span.txt-purple, .summit-recap-component.component #comments .comments-title span.txt-purple, #comments .summit-recap-component.component .comments-title span.txt-purple, .summit-recap-component.component .cta-component.small .cta-headline span.txt-purple, .cta-component.small .summit-recap-component.component .cta-headline span.txt-purple, .summit-recap-component.component p.txt-purple, .summit-recap-component.component .widget .txt-purple.textwidget, .widget .summit-recap-component.component .txt-purple.textwidget, .summit-recap-component.component div.txt-purple {
  color: #a54399;
}
.summit-recap-component.component h3.txt-purple p, .summit-recap-component.component #comments .txt-purple.comments-title p, #comments .summit-recap-component.component .txt-purple.comments-title p, .summit-recap-component.component .cta-component.small .txt-purple.cta-headline p, .cta-component.small .summit-recap-component.component .txt-purple.cta-headline p, .summit-recap-component.component h3.txt-purple .widget .textwidget, .widget .summit-recap-component.component h3.txt-purple .textwidget, .summit-recap-component.component #comments .txt-purple.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-purple.comments-title .textwidget, #comments .summit-recap-component.component .txt-purple.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-purple.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-purple.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-purple.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-purple.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-purple.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-purple p, .summit-recap-component.component #comments .comments-title span.txt-purple p, #comments .summit-recap-component.component .comments-title span.txt-purple p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-purple p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-purple p, .summit-recap-component.component h3 span.txt-purple .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-purple .textwidget, .summit-recap-component.component #comments .comments-title span.txt-purple .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-purple .textwidget, #comments .summit-recap-component.component .comments-title span.txt-purple .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-purple .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-purple .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-purple .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-purple .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-purple .textwidget, .summit-recap-component.component p.txt-purple p, .summit-recap-component.component .widget .txt-purple.textwidget p, .widget .summit-recap-component.component .txt-purple.textwidget p, .summit-recap-component.component p.txt-purple .widget .textwidget, .widget .summit-recap-component.component p.txt-purple .textwidget, .summit-recap-component.component .widget .txt-purple.textwidget .textwidget, .widget .summit-recap-component.component .txt-purple.textwidget .textwidget, .summit-recap-component.component div.txt-purple p, .summit-recap-component.component div.txt-purple .widget .textwidget, .widget .summit-recap-component.component div.txt-purple .textwidget {
  color: #a54399;
}
.summit-recap-component.component h3.txt-red, .summit-recap-component.component #comments .txt-red.comments-title, #comments .summit-recap-component.component .txt-red.comments-title, .summit-recap-component.component .cta-component.small .txt-red.cta-headline, .cta-component.small .summit-recap-component.component .txt-red.cta-headline, .summit-recap-component.component h3 span.txt-red, .summit-recap-component.component #comments .comments-title span.txt-red, #comments .summit-recap-component.component .comments-title span.txt-red, .summit-recap-component.component .cta-component.small .cta-headline span.txt-red, .cta-component.small .summit-recap-component.component .cta-headline span.txt-red, .summit-recap-component.component p.txt-red, .summit-recap-component.component .widget .txt-red.textwidget, .widget .summit-recap-component.component .txt-red.textwidget, .summit-recap-component.component div.txt-red {
  color: #e74c3c;
}
.summit-recap-component.component h3.txt-red p, .summit-recap-component.component #comments .txt-red.comments-title p, #comments .summit-recap-component.component .txt-red.comments-title p, .summit-recap-component.component .cta-component.small .txt-red.cta-headline p, .cta-component.small .summit-recap-component.component .txt-red.cta-headline p, .summit-recap-component.component h3.txt-red .widget .textwidget, .widget .summit-recap-component.component h3.txt-red .textwidget, .summit-recap-component.component #comments .txt-red.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-red.comments-title .textwidget, #comments .summit-recap-component.component .txt-red.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-red.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-red.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-red.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-red.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-red.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-red p, .summit-recap-component.component #comments .comments-title span.txt-red p, #comments .summit-recap-component.component .comments-title span.txt-red p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-red p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-red p, .summit-recap-component.component h3 span.txt-red .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-red .textwidget, .summit-recap-component.component #comments .comments-title span.txt-red .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-red .textwidget, #comments .summit-recap-component.component .comments-title span.txt-red .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-red .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-red .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-red .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-red .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-red .textwidget, .summit-recap-component.component p.txt-red p, .summit-recap-component.component .widget .txt-red.textwidget p, .widget .summit-recap-component.component .txt-red.textwidget p, .summit-recap-component.component p.txt-red .widget .textwidget, .widget .summit-recap-component.component p.txt-red .textwidget, .summit-recap-component.component .widget .txt-red.textwidget .textwidget, .widget .summit-recap-component.component .txt-red.textwidget .textwidget, .summit-recap-component.component div.txt-red p, .summit-recap-component.component div.txt-red .widget .textwidget, .widget .summit-recap-component.component div.txt-red .textwidget {
  color: #e74c3c;
}
.summit-recap-component.component h3.txt-orange, .summit-recap-component.component #comments .txt-orange.comments-title, #comments .summit-recap-component.component .txt-orange.comments-title, .summit-recap-component.component .cta-component.small .txt-orange.cta-headline, .cta-component.small .summit-recap-component.component .txt-orange.cta-headline, .summit-recap-component.component h3 span.txt-orange, .summit-recap-component.component #comments .comments-title span.txt-orange, #comments .summit-recap-component.component .comments-title span.txt-orange, .summit-recap-component.component .cta-component.small .cta-headline span.txt-orange, .cta-component.small .summit-recap-component.component .cta-headline span.txt-orange, .summit-recap-component.component p.txt-orange, .summit-recap-component.component .widget .txt-orange.textwidget, .widget .summit-recap-component.component .txt-orange.textwidget, .summit-recap-component.component div.txt-orange {
  color: #f28034;
}
.summit-recap-component.component h3.txt-orange p, .summit-recap-component.component #comments .txt-orange.comments-title p, #comments .summit-recap-component.component .txt-orange.comments-title p, .summit-recap-component.component .cta-component.small .txt-orange.cta-headline p, .cta-component.small .summit-recap-component.component .txt-orange.cta-headline p, .summit-recap-component.component h3.txt-orange .widget .textwidget, .widget .summit-recap-component.component h3.txt-orange .textwidget, .summit-recap-component.component #comments .txt-orange.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-orange.comments-title .textwidget, #comments .summit-recap-component.component .txt-orange.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-orange.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-orange.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-orange.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-orange.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-orange.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-orange p, .summit-recap-component.component #comments .comments-title span.txt-orange p, #comments .summit-recap-component.component .comments-title span.txt-orange p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-orange p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-orange p, .summit-recap-component.component h3 span.txt-orange .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-orange .textwidget, .summit-recap-component.component #comments .comments-title span.txt-orange .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-orange .textwidget, #comments .summit-recap-component.component .comments-title span.txt-orange .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-orange .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-orange .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-orange .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-orange .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-orange .textwidget, .summit-recap-component.component p.txt-orange p, .summit-recap-component.component .widget .txt-orange.textwidget p, .widget .summit-recap-component.component .txt-orange.textwidget p, .summit-recap-component.component p.txt-orange .widget .textwidget, .widget .summit-recap-component.component p.txt-orange .textwidget, .summit-recap-component.component .widget .txt-orange.textwidget .textwidget, .widget .summit-recap-component.component .txt-orange.textwidget .textwidget, .summit-recap-component.component div.txt-orange p, .summit-recap-component.component div.txt-orange .widget .textwidget, .widget .summit-recap-component.component div.txt-orange .textwidget {
  color: #f28034;
}
.summit-recap-component.component h3.txt-yellow, .summit-recap-component.component #comments .txt-yellow.comments-title, #comments .summit-recap-component.component .txt-yellow.comments-title, .summit-recap-component.component .cta-component.small .txt-yellow.cta-headline, .cta-component.small .summit-recap-component.component .txt-yellow.cta-headline, .summit-recap-component.component h3 span.txt-yellow, .summit-recap-component.component #comments .comments-title span.txt-yellow, #comments .summit-recap-component.component .comments-title span.txt-yellow, .summit-recap-component.component .cta-component.small .cta-headline span.txt-yellow, .cta-component.small .summit-recap-component.component .cta-headline span.txt-yellow, .summit-recap-component.component p.txt-yellow, .summit-recap-component.component .widget .txt-yellow.textwidget, .widget .summit-recap-component.component .txt-yellow.textwidget, .summit-recap-component.component div.txt-yellow {
  color: #eae827;
}
.summit-recap-component.component h3.txt-yellow p, .summit-recap-component.component #comments .txt-yellow.comments-title p, #comments .summit-recap-component.component .txt-yellow.comments-title p, .summit-recap-component.component .cta-component.small .txt-yellow.cta-headline p, .cta-component.small .summit-recap-component.component .txt-yellow.cta-headline p, .summit-recap-component.component h3.txt-yellow .widget .textwidget, .widget .summit-recap-component.component h3.txt-yellow .textwidget, .summit-recap-component.component #comments .txt-yellow.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-yellow.comments-title .textwidget, #comments .summit-recap-component.component .txt-yellow.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-yellow.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-yellow.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-yellow.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-yellow.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-yellow.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-yellow p, .summit-recap-component.component #comments .comments-title span.txt-yellow p, #comments .summit-recap-component.component .comments-title span.txt-yellow p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-yellow p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-yellow p, .summit-recap-component.component h3 span.txt-yellow .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-yellow .textwidget, .summit-recap-component.component #comments .comments-title span.txt-yellow .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-yellow .textwidget, #comments .summit-recap-component.component .comments-title span.txt-yellow .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-yellow .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-yellow .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-yellow .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-yellow .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-yellow .textwidget, .summit-recap-component.component p.txt-yellow p, .summit-recap-component.component .widget .txt-yellow.textwidget p, .widget .summit-recap-component.component .txt-yellow.textwidget p, .summit-recap-component.component p.txt-yellow .widget .textwidget, .widget .summit-recap-component.component p.txt-yellow .textwidget, .summit-recap-component.component .widget .txt-yellow.textwidget .textwidget, .widget .summit-recap-component.component .txt-yellow.textwidget .textwidget, .summit-recap-component.component div.txt-yellow p, .summit-recap-component.component div.txt-yellow .widget .textwidget, .widget .summit-recap-component.component div.txt-yellow .textwidget {
  color: #eae827;
}
.summit-recap-component.component h3.txt-gray, .summit-recap-component.component #comments .txt-gray.comments-title, #comments .summit-recap-component.component .txt-gray.comments-title, .summit-recap-component.component .cta-component.small .txt-gray.cta-headline, .cta-component.small .summit-recap-component.component .txt-gray.cta-headline, .summit-recap-component.component h3 span.txt-gray, .summit-recap-component.component #comments .comments-title span.txt-gray, #comments .summit-recap-component.component .comments-title span.txt-gray, .summit-recap-component.component .cta-component.small .cta-headline span.txt-gray, .cta-component.small .summit-recap-component.component .cta-headline span.txt-gray, .summit-recap-component.component p.txt-gray, .summit-recap-component.component .widget .txt-gray.textwidget, .widget .summit-recap-component.component .txt-gray.textwidget, .summit-recap-component.component div.txt-gray {
  color: #424244;
}
.summit-recap-component.component h3.txt-gray p, .summit-recap-component.component #comments .txt-gray.comments-title p, #comments .summit-recap-component.component .txt-gray.comments-title p, .summit-recap-component.component .cta-component.small .txt-gray.cta-headline p, .cta-component.small .summit-recap-component.component .txt-gray.cta-headline p, .summit-recap-component.component h3.txt-gray .widget .textwidget, .widget .summit-recap-component.component h3.txt-gray .textwidget, .summit-recap-component.component #comments .txt-gray.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-gray.comments-title .textwidget, #comments .summit-recap-component.component .txt-gray.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-gray.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-gray.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-gray.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-gray.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-gray.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-gray p, .summit-recap-component.component #comments .comments-title span.txt-gray p, #comments .summit-recap-component.component .comments-title span.txt-gray p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-gray p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-gray p, .summit-recap-component.component h3 span.txt-gray .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-gray .textwidget, .summit-recap-component.component #comments .comments-title span.txt-gray .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-gray .textwidget, #comments .summit-recap-component.component .comments-title span.txt-gray .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-gray .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-gray .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-gray .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-gray .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-gray .textwidget, .summit-recap-component.component p.txt-gray p, .summit-recap-component.component .widget .txt-gray.textwidget p, .widget .summit-recap-component.component .txt-gray.textwidget p, .summit-recap-component.component p.txt-gray .widget .textwidget, .widget .summit-recap-component.component p.txt-gray .textwidget, .summit-recap-component.component .widget .txt-gray.textwidget .textwidget, .widget .summit-recap-component.component .txt-gray.textwidget .textwidget, .summit-recap-component.component div.txt-gray p, .summit-recap-component.component div.txt-gray .widget .textwidget, .widget .summit-recap-component.component div.txt-gray .textwidget {
  color: #424244;
}
.summit-recap-component.component h3.txt-white, .summit-recap-component.component #comments .txt-white.comments-title, #comments .summit-recap-component.component .txt-white.comments-title, .summit-recap-component.component .cta-component.small .txt-white.cta-headline, .cta-component.small .summit-recap-component.component .txt-white.cta-headline, .summit-recap-component.component h3 span.txt-white, .summit-recap-component.component #comments .comments-title span.txt-white, #comments .summit-recap-component.component .comments-title span.txt-white, .summit-recap-component.component .cta-component.small .cta-headline span.txt-white, .cta-component.small .summit-recap-component.component .cta-headline span.txt-white, .summit-recap-component.component p.txt-white, .summit-recap-component.component .widget .txt-white.textwidget, .widget .summit-recap-component.component .txt-white.textwidget, .summit-recap-component.component div.txt-white {
  color: #fff;
}
.summit-recap-component.component h3.txt-white p, .summit-recap-component.component #comments .txt-white.comments-title p, #comments .summit-recap-component.component .txt-white.comments-title p, .summit-recap-component.component .cta-component.small .txt-white.cta-headline p, .cta-component.small .summit-recap-component.component .txt-white.cta-headline p, .summit-recap-component.component h3.txt-white .widget .textwidget, .widget .summit-recap-component.component h3.txt-white .textwidget, .summit-recap-component.component #comments .txt-white.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-white.comments-title .textwidget, #comments .summit-recap-component.component .txt-white.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-white.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-white.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-white.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-white.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-white.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-white p, .summit-recap-component.component #comments .comments-title span.txt-white p, #comments .summit-recap-component.component .comments-title span.txt-white p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-white p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-white p, .summit-recap-component.component h3 span.txt-white .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-white .textwidget, .summit-recap-component.component #comments .comments-title span.txt-white .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-white .textwidget, #comments .summit-recap-component.component .comments-title span.txt-white .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-white .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-white .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-white .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-white .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-white .textwidget, .summit-recap-component.component p.txt-white p, .summit-recap-component.component .widget .txt-white.textwidget p, .widget .summit-recap-component.component .txt-white.textwidget p, .summit-recap-component.component p.txt-white .widget .textwidget, .widget .summit-recap-component.component p.txt-white .textwidget, .summit-recap-component.component .widget .txt-white.textwidget .textwidget, .widget .summit-recap-component.component .txt-white.textwidget .textwidget, .summit-recap-component.component div.txt-white p, .summit-recap-component.component div.txt-white .widget .textwidget, .widget .summit-recap-component.component div.txt-white .textwidget {
  color: #fff;
}
.summit-recap-component.component h3.txt-teal, .summit-recap-component.component #comments .txt-teal.comments-title, #comments .summit-recap-component.component .txt-teal.comments-title, .summit-recap-component.component .cta-component.small .txt-teal.cta-headline, .cta-component.small .summit-recap-component.component .txt-teal.cta-headline, .summit-recap-component.component h3 span.txt-teal, .summit-recap-component.component #comments .comments-title span.txt-teal, #comments .summit-recap-component.component .comments-title span.txt-teal, .summit-recap-component.component .cta-component.small .cta-headline span.txt-teal, .cta-component.small .summit-recap-component.component .cta-headline span.txt-teal, .summit-recap-component.component p.txt-teal, .summit-recap-component.component .widget .txt-teal.textwidget, .widget .summit-recap-component.component .txt-teal.textwidget, .summit-recap-component.component div.txt-teal {
  color: #00b1b0;
}
.summit-recap-component.component h3.txt-teal p, .summit-recap-component.component #comments .txt-teal.comments-title p, #comments .summit-recap-component.component .txt-teal.comments-title p, .summit-recap-component.component .cta-component.small .txt-teal.cta-headline p, .cta-component.small .summit-recap-component.component .txt-teal.cta-headline p, .summit-recap-component.component h3.txt-teal .widget .textwidget, .widget .summit-recap-component.component h3.txt-teal .textwidget, .summit-recap-component.component #comments .txt-teal.comments-title .widget .textwidget, .widget .summit-recap-component.component #comments .txt-teal.comments-title .textwidget, #comments .summit-recap-component.component .txt-teal.comments-title .widget .textwidget, .widget #comments .summit-recap-component.component .txt-teal.comments-title .textwidget, .summit-recap-component.component .cta-component.small .txt-teal.cta-headline .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .txt-teal.cta-headline .textwidget, .cta-component.small .summit-recap-component.component .txt-teal.cta-headline .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .txt-teal.cta-headline .textwidget, .summit-recap-component.component h3 span.txt-teal p, .summit-recap-component.component #comments .comments-title span.txt-teal p, #comments .summit-recap-component.component .comments-title span.txt-teal p, .summit-recap-component.component .cta-component.small .cta-headline span.txt-teal p, .cta-component.small .summit-recap-component.component .cta-headline span.txt-teal p, .summit-recap-component.component h3 span.txt-teal .widget .textwidget, .widget .summit-recap-component.component h3 span.txt-teal .textwidget, .summit-recap-component.component #comments .comments-title span.txt-teal .widget .textwidget, .widget .summit-recap-component.component #comments .comments-title span.txt-teal .textwidget, #comments .summit-recap-component.component .comments-title span.txt-teal .widget .textwidget, .widget #comments .summit-recap-component.component .comments-title span.txt-teal .textwidget, .summit-recap-component.component .cta-component.small .cta-headline span.txt-teal .widget .textwidget, .widget .summit-recap-component.component .cta-component.small .cta-headline span.txt-teal .textwidget, .cta-component.small .summit-recap-component.component .cta-headline span.txt-teal .widget .textwidget, .widget .cta-component.small .summit-recap-component.component .cta-headline span.txt-teal .textwidget, .summit-recap-component.component p.txt-teal p, .summit-recap-component.component .widget .txt-teal.textwidget p, .widget .summit-recap-component.component .txt-teal.textwidget p, .summit-recap-component.component p.txt-teal .widget .textwidget, .widget .summit-recap-component.component p.txt-teal .textwidget, .summit-recap-component.component .widget .txt-teal.textwidget .textwidget, .widget .summit-recap-component.component .txt-teal.textwidget .textwidget, .summit-recap-component.component div.txt-teal p, .summit-recap-component.component div.txt-teal .widget .textwidget, .widget .summit-recap-component.component div.txt-teal .textwidget {
  color: #00b1b0;
}
.summit-recap-component.component h3, .summit-recap-component.component #comments .comments-title, #comments .summit-recap-component.component .comments-title, .summit-recap-component.component .cta-component.small .cta-headline, .cta-component.small .summit-recap-component.component .cta-headline {
  font-family: "Trocchi", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
}
.summit-recap-component.component h3 span, .summit-recap-component.component #comments .comments-title span, #comments .summit-recap-component.component .comments-title span, .summit-recap-component.component .cta-component.small .cta-headline span, .cta-component.small .summit-recap-component.component .cta-headline span {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 1rem;
}

.summit-recap-buttons.component {
  margin-bottom: 6rem;
}
.summit-recap-buttons.component .column:nth-child(2) {
  text-align: center;
}
.summit-recap-buttons.component .column:last-of-type {
  text-align: right;
}
.summit-recap-buttons.component .button, .summit-recap-buttons.component input[type='submit'], .summit-recap-buttons.component #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .summit-recap-buttons.component .comment-reply-link, .summit-recap-buttons.component body.login #wp-submit, body.login .summit-recap-buttons.component #wp-submit {
  padding: 1.5rem 6rem;
  line-height: 1.3;
}
@media (max-width: 680px) {
  .summit-recap-buttons.component .column {
    margin-bottom: 2rem;
  }
  .summit-recap-buttons.component .button, .summit-recap-buttons.component input[type='submit'], .summit-recap-buttons.component #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .summit-recap-buttons.component .comment-reply-link, .summit-recap-buttons.component body.login #wp-submit, body.login .summit-recap-buttons.component #wp-submit {
    display: block;
  }
}

.component:first-of-type.summit-intro-component {
  padding-top: 1rem;
}

.summit-intro-component.component {
  padding-bottom: 2rem;
}
.summit-intro-component.component img {
  width: 100%;
}
.summit-intro-component.component .row, .summit-intro-component.component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .summit-intro-component.component .content-wrap {
  margin: 4rem 0 0;
  width: 100%;
  max-width: 100%;
}
.summit-intro-component.component .row div, .summit-intro-component.component body.single.single-registered-districts .feature-area .content-wrap div, body.single.single-registered-districts .feature-area .summit-intro-component.component .content-wrap div {
  float: left;
  width: 50%;
  padding: 0;
  text-align: center;
}
.summit-intro-component.component .row div.column1, .summit-intro-component.component body.single.single-registered-districts .feature-area .content-wrap div.column1, body.single.single-registered-districts .feature-area .summit-intro-component.component .content-wrap div.column1 {
  padding: 0 4rem;
  border-style: dotted;
  border-color: #817b77;
  border-image-source: url("assets/img/summit/dots.svg");
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-width: 0 8px 0 0;
}
.summit-intro-component.component .row div h2, .summit-intro-component.component body.single.single-registered-districts .feature-area .content-wrap div h2, body.single.single-registered-districts .feature-area .summit-intro-component.component .content-wrap div h2 {
  margin-bottom: 0;
}
@media (max-width: 680px) {
  .summit-intro-component.component .row div, .summit-intro-component.component body.single.single-registered-districts .feature-area .content-wrap div, body.single.single-registered-districts .feature-area .summit-intro-component.component .content-wrap div {
    width: 100%;
    border: none !important;
  }
  .summit-intro-component.component .row div.column1, .summit-intro-component.component body.single.single-registered-districts .feature-area .content-wrap div.column1, body.single.single-registered-districts .feature-area .summit-intro-component.component .content-wrap div.column1 {
    margin-bottom: 2rem;
  }
}
.summit-intro-component.component .button, .summit-intro-component.component input[type='submit'], .summit-intro-component.component #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .summit-intro-component.component .comment-reply-link, .summit-intro-component.component body.login #wp-submit, body.login .summit-intro-component.component #wp-submit {
  margin-top: 0.75rem;
  padding: 1.5rem 6rem;
  font-size: 2rem;
}

.summit-blocks-component.component {
  padding: 2rem 0 4rem;
}
.summit-blocks-component.component .row, .summit-blocks-component.component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .summit-blocks-component.component .content-wrap {
  margin: 4rem 0 0;
  width: 100%;
  max-width: 100%;
}
.summit-blocks-component.component h3, .summit-blocks-component.component #comments .comments-title, #comments .summit-blocks-component.component .comments-title, .summit-blocks-component.component .cta-component.small .cta-headline, .cta-component.small .summit-blocks-component.component .cta-headline {
  margin-bottom: 3rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.summit-blocks-component.component .block {
  float: left;
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
}
.summit-blocks-component.component .block:nth-child(2n) {
  margin-left: 1rem;
  margin-right: 0;
}
.summit-blocks-component.component .block.bkgd-purple {
  background: #93488F;
}
.summit-blocks-component.component .block.bkgd-orange {
  background: #DD8046;
}
.summit-blocks-component.component .block.bkgd-gray {
  background: #787979;
}
.summit-blocks-component.component .block.bkgd-teal {
  background: #00B1AF;
}
.summit-blocks-component.component .block.bkgd-blue {
  background: #2D7B94;
}
.summit-blocks-component.component .block.bkgd-green {
  background: #AFB53E;
}
.summit-blocks-component.component .block h4, .summit-blocks-component.component .block p, .summit-blocks-component.component .block .widget .textwidget, .widget .summit-blocks-component.component .block .textwidget {
  color: white;
}
.summit-blocks-component.component .block h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1.2rem;
}
.summit-blocks-component.component .block p, .summit-blocks-component.component .block .widget .textwidget, .widget .summit-blocks-component.component .block .textwidget {
  margin-bottom: 0;
}
.summit-blocks-component.component .block img {
  float: left;
  height: 7rem;
  margin-right: 2rem;
}
@media (max-width: 1150px) {
  .summit-blocks-component.component .block {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 680px) {
  .summit-blocks-component.component .block {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.summit-sponsors-component.component {
  text-align: center;
}
.summit-sponsors-component.component .row, .summit-sponsors-component.component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .summit-sponsors-component.component .content-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.summit-sponsors-component.component h3, .summit-sponsors-component.component #comments .comments-title, #comments .summit-sponsors-component.component .comments-title, .summit-sponsors-component.component .cta-component.small .cta-headline, .cta-component.small .summit-sponsors-component.component .cta-headline {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.summit-sponsors-component.component .sponsor {
  float: left;
  width: 100%;
  margin-bottom: 4rem;
  padding: 0 3rem;
  text-align: center;
}
@media (max-width: 680px) {
  .summit-sponsors-component.component .sponsor {
    width: 100%;
    height: auto !important;
    margin-bottom: 2rem;
  }
}
.summit-sponsors-component.component .button, .summit-sponsors-component.component input[type='submit'], .summit-sponsors-component.component #comments .comment-list .comment-body .reply .comment-reply-link, #comments .comment-list .comment-body .reply .summit-sponsors-component.component .comment-reply-link, .summit-sponsors-component.component body.login #wp-submit, body.login .summit-sponsors-component.component #wp-submit {
  padding: 2rem 4rem;
  font-size: 1.5rem;
}

.summit-program-nav-component.component {
  padding-top: 6rem;
}
.summit-program-nav-component.component .program-day > h3, .summit-program-nav-component.component #comments .program-day > .comments-title, #comments .summit-program-nav-component.component .program-day > .comments-title, .summit-program-nav-component.component .cta-component.small .program-day > .cta-headline, .cta-component.small .summit-program-nav-component.component .program-day > .cta-headline {
  background: #00b1b0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1rem 3rem;
  cursor: pointer;
  text-transform: uppercase;
}
.summit-program-nav-component.component .program-day > h3 .genericon, .summit-program-nav-component.component #comments .program-day > .comments-title .genericon, #comments .summit-program-nav-component.component .program-day > .comments-title .genericon, .summit-program-nav-component.component .cta-component.small .program-day > .cta-headline .genericon, .cta-component.small .summit-program-nav-component.component .program-day > .cta-headline .genericon {
  float: right;
  position: relative;
  top: 1.2rem;
  font-size: 2.25rem;
  color: white;
}
.summit-program-nav-component.component .program-day > h3.open + ul, .summit-program-nav-component.component #comments .program-day > .open.comments-title + ul, #comments .summit-program-nav-component.component .program-day > .open.comments-title + ul, .summit-program-nav-component.component .cta-component.small .program-day > .open.cta-headline + ul, .cta-component.small .summit-program-nav-component.component .program-day > .open.cta-headline + ul {
  display: block;
}
.summit-program-nav-component.component .program-day > h3.open .genericon, .summit-program-nav-component.component #comments .program-day > .open.comments-title .genericon, #comments .summit-program-nav-component.component .program-day > .open.comments-title .genericon, .summit-program-nav-component.component .cta-component.small .program-day > .open.cta-headline .genericon, .cta-component.small .summit-program-nav-component.component .program-day > .open.cta-headline .genericon {
  top: -0.2rem;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 680px) {
  .summit-program-nav-component.component .program-day > h3, .summit-program-nav-component.component #comments .program-day > .comments-title, #comments .summit-program-nav-component.component .program-day > .comments-title, .summit-program-nav-component.component .cta-component.small .program-day > .cta-headline, .cta-component.small .summit-program-nav-component.component .program-day > .cta-headline {
    font-size: 1.75rem;
    padding-right: 6rem;
    padding-left: 2rem;
  }
  .summit-program-nav-component.component .program-day > h3 .genericon, .summit-program-nav-component.component #comments .program-day > .comments-title .genericon, #comments .summit-program-nav-component.component .program-day > .comments-title .genericon, .summit-program-nav-component.component .cta-component.small .program-day > .cta-headline .genericon, .cta-component.small .summit-program-nav-component.component .program-day > .cta-headline .genericon {
    color: white;
    right: -4rem;
    top: -0.5rem;
  }
  .summit-program-nav-component.component .program-day > h3.open .genericon, .summit-program-nav-component.component #comments .program-day > .open.comments-title .genericon, #comments .summit-program-nav-component.component .program-day > .open.comments-title .genericon, .summit-program-nav-component.component .cta-component.small .program-day > .open.cta-headline .genericon, .cta-component.small .summit-program-nav-component.component .program-day > .open.cta-headline .genericon {
    top: -1.5rem;
  }
}
.summit-program-nav-component.component .program-day ul {
  display: none;
  list-style: none;
  margin-left: 3rem;
}
.summit-program-nav-component.component .program-day ul ul {
  display: block;
  margin: 2rem 0;
}
@media (max-width: 680px) {
  .summit-program-nav-component.component .program-day ul {
    margin-left: 2rem;
  }
}
.summit-program-nav-component.component .program-day .program-session {
  margin-bottom: 2rem;
}
.summit-program-nav-component.component .program-day .program-session h5 {
  font-size: 1.8rem;
  cursor: pointer;
}
.summit-program-nav-component.component .program-day .program-session h5.no-content .genericon {
  display: none;
}
.summit-program-nav-component.component .program-day .program-session h5 .genericon {
  float: right;
  position: relative;
  font-size: 2rem;
  top: 0.15rem;
  right: 3.2rem;
}
@media (max-width: 680px) {
  .summit-program-nav-component.component .program-day .program-session h5 {
    padding-right: 4rem;
  }
  .summit-program-nav-component.component .program-day .program-session h5 .genericon {
    right: -2rem;
    top: 0rem;
  }
}
.summit-program-nav-component.component .program-day .program-session .program-content {
  *zoom: 1;
  display: none;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
  -moz-column-count: 2;
  column-count: 2;
}
.summit-program-nav-component.component .program-day .program-session .program-content:after {
  clear: both;
}
.summit-program-nav-component.component .program-day .program-session .program-content:after, .summit-program-nav-component.component .program-day .program-session .program-content:before {
  content: '';
  display: table;
}
@media (max-width: 680px) {
  .summit-program-nav-component.component .program-day .program-session .program-content {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout,
.summit-program-nav-component.component .program-day .program-session .summit-tour {
  margin: 0;
  border-bottom: 1.5em solid white;
  page-break-inside: avoid;
  break-inside: avoid;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout:nth-child(2n),
.summit-program-nav-component.component .program-day .program-session .summit-tour:nth-child(2n) {
  margin-right: 0;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout {
  padding: 5rem 3rem 4rem;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout .row, .summit-program-nav-component.component .program-day .program-session .summit-breakout body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .summit-program-nav-component.component .program-day .program-session .summit-breakout .content-wrap {
  margin-bottom: 0;
  margin-top: 3rem;
  width: 100%;
  max-width: 100%;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-green, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-green.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-green.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-green, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-green, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-green.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.textwidget {
  color: #c3cf21;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-green p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-green.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-green.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-green .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-green .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-green.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-green.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-green.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-green.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-green p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-green .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-green .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-green p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-green.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-green .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-green .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-green.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-green.textwidget .textwidget {
  color: #c3cf21;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-blue, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-blue.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-blue.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-blue, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-blue, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-blue.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.textwidget {
  color: #0c87a8;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-blue p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-blue.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-blue.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-blue .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-blue .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-blue.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-blue.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-blue.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-blue.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-blue p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-blue .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-blue .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-blue p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-blue.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-blue .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-blue .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-blue.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-blue.textwidget .textwidget {
  color: #0c87a8;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-purple, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-purple.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-purple.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-purple, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-purple, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-purple.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.textwidget {
  color: #a54399;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-purple p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-purple.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-purple.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-purple .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-purple .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-purple.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-purple.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-purple.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-purple.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-purple p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-purple .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-purple .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-purple p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-purple.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-purple .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-purple .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-purple.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-purple.textwidget .textwidget {
  color: #a54399;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-red, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-red.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-red.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-red, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-red, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-red.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.textwidget {
  color: #e74c3c;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-red p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-red.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-red.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-red .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-red .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-red.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-red.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-red.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-red.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-red p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-red .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-red .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-red p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-red.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-red .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-red .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-red.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-red.textwidget .textwidget {
  color: #e74c3c;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-orange, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-orange.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-orange.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-orange, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-orange, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-orange.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.textwidget {
  color: #f28034;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-orange p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-orange.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-orange.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-orange .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-orange .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-orange.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-orange.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-orange.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-orange.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-orange p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-orange .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-orange .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-orange p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-orange.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-orange .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-orange .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-orange.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-orange.textwidget .textwidget {
  color: #f28034;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-yellow, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-yellow.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-yellow.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-yellow, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-yellow, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-yellow.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.textwidget {
  color: #eae827;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-yellow p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-yellow.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-yellow.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-yellow .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-yellow .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-yellow.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-yellow.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-yellow.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-yellow.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-yellow p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-yellow .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-yellow .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-yellow p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-yellow.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-yellow .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-yellow .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-yellow.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-yellow.textwidget .textwidget {
  color: #eae827;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-gray, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-gray.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-gray.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-gray, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-gray, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-gray.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.textwidget {
  color: #424244;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-gray p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-gray.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-gray.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-gray .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-gray .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-gray.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-gray.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-gray.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-gray.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-gray p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-gray .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-gray .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-gray p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-gray.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-gray .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-gray .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-gray.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-gray.textwidget .textwidget {
  color: #424244;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-white, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-white.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-white.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-white, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-white, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-white.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.textwidget {
  color: #fff;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-white p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-white.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-white.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-white .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-white .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-white.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-white.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-white.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-white.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-white p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-white .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-white .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-white p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-white.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-white .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-white .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-white.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-white.textwidget .textwidget {
  color: #fff;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-teal, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-teal.comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-teal.cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-teal, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-teal, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-teal.textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.textwidget {
  color: #00b1b0;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-teal p, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-teal.comments-title p, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.comments-title p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-teal.cta-headline p, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.cta-headline p, .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-teal .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout h3.txt-teal .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-teal.comments-title .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .txt-teal.comments-title .textwidget, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.comments-title .widget .textwidget, .widget #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.comments-title .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-teal.cta-headline .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .txt-teal.cta-headline .textwidget, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.cta-headline .widget .textwidget, .widget .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.cta-headline .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-teal p, .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-teal .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout div.txt-teal .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-teal p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-teal.textwidget p, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.textwidget p, .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-teal .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout p.txt-teal .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .widget .txt-teal.textwidget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .txt-teal.textwidget .textwidget {
  color: #00b1b0;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-breakout .breakout-content, .summit-program-nav-component.component .program-day .program-session .summit-breakout .breakout-content p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .breakout-content .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .breakout-content .textwidget, .summit-program-nav-component.component .program-day .program-session .summit-breakout .speaker p, .summit-program-nav-component.component .program-day .program-session .summit-breakout .speaker .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-breakout .speaker .textwidget {
  color: white;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout h3, .summit-program-nav-component.component .program-day .program-session .summit-breakout #comments .comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-breakout .comments-title, .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-component.small .cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-breakout .cta-headline {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.summit-program-nav-component.component .program-day .program-session .summit-breakout .speaker {
  float: left;
  width: calc(33% - 1rem);
  margin-right: 1rem;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 680px) {
  .summit-program-nav-component.component .program-day .program-session .summit-breakout .speaker {
    width: calc(50% - 1rem);
  }
}
.summit-program-nav-component.component .program-day .program-session .summit-tour img {
  margin-bottom: 1.5rem;
}
.summit-program-nav-component.component .program-day .program-session .summit-tour h3, .summit-program-nav-component.component .program-day .program-session .summit-tour #comments .comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-tour .comments-title, .summit-program-nav-component.component .program-day .program-session .summit-tour .cta-component.small .cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-tour .cta-headline, .summit-program-nav-component.component .program-day .program-session .summit-tour p, .summit-program-nav-component.component .program-day .program-session .summit-tour .widget .textwidget, .widget .summit-program-nav-component.component .program-day .program-session .summit-tour .textwidget {
  padding: 0 2rem;
}
.summit-program-nav-component.component .program-day .program-session .summit-tour h3, .summit-program-nav-component.component .program-day .program-session .summit-tour #comments .comments-title, #comments .summit-program-nav-component.component .program-day .program-session .summit-tour .comments-title, .summit-program-nav-component.component .program-day .program-session .summit-tour .cta-component.small .cta-headline, .cta-component.small .summit-program-nav-component.component .program-day .program-session .summit-tour .cta-headline {
  text-transform: uppercase;
  font-weight: bold;
}
.summit-program-nav-component.component .program-day .program-session.open .program-content {
  display: block;
}
.summit-program-nav-component.component .program-day .program-session.open h5 .genericon {
  top: 0rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.summit-program-nav-component.component .program-day .program-speaker {
  display: inline-block;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  font-size: 1.3rem;
  vertical-align: top;
}

.summit-breakout-component.component {
  padding: 5rem 3rem 4rem;
  margin-bottom: 4rem;
}
.summit-breakout-component.component .row, .summit-breakout-component.component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .summit-breakout-component.component .content-wrap {
  margin-bottom: 0;
  margin-top: 3rem;
  width: 100%;
  max-width: 100%;
}
.summit-breakout-component.component h3, .summit-breakout-component.component #comments .comments-title, #comments .summit-breakout-component.component .comments-title, .summit-breakout-component.component .cta-component.small .cta-headline, .cta-component.small .summit-breakout-component.component .cta-headline, .summit-breakout-component.component div, .summit-breakout-component.component p, .summit-breakout-component.component .widget .textwidget, .widget .summit-breakout-component.component .textwidget, .summit-breakout-component.component span {
  color: white;
}
.summit-breakout-component.component h3.txt-green, .summit-breakout-component.component #comments .txt-green.comments-title, #comments .summit-breakout-component.component .txt-green.comments-title, .summit-breakout-component.component .cta-component.small .txt-green.cta-headline, .cta-component.small .summit-breakout-component.component .txt-green.cta-headline, .summit-breakout-component.component div.txt-green, .summit-breakout-component.component p.txt-green, .summit-breakout-component.component .widget .txt-green.textwidget, .widget .summit-breakout-component.component .txt-green.textwidget, .summit-breakout-component.component span.txt-green {
  color: #c3cf21;
}
.summit-breakout-component.component h3.txt-green p, .summit-breakout-component.component #comments .txt-green.comments-title p, #comments .summit-breakout-component.component .txt-green.comments-title p, .summit-breakout-component.component .cta-component.small .txt-green.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-green.cta-headline p, .summit-breakout-component.component h3.txt-green .widget .textwidget, .widget .summit-breakout-component.component h3.txt-green .textwidget, .summit-breakout-component.component #comments .txt-green.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-green.comments-title .textwidget, #comments .summit-breakout-component.component .txt-green.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-green.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-green.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-green.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-green.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-green.cta-headline .textwidget, .summit-breakout-component.component div.txt-green p, .summit-breakout-component.component div.txt-green .widget .textwidget, .widget .summit-breakout-component.component div.txt-green .textwidget, .summit-breakout-component.component p.txt-green p, .summit-breakout-component.component .widget .txt-green.textwidget p, .widget .summit-breakout-component.component .txt-green.textwidget p, .summit-breakout-component.component p.txt-green .widget .textwidget, .widget .summit-breakout-component.component p.txt-green .textwidget, .summit-breakout-component.component .widget .txt-green.textwidget .textwidget, .widget .summit-breakout-component.component .txt-green.textwidget .textwidget, .summit-breakout-component.component span.txt-green p, .summit-breakout-component.component span.txt-green .widget .textwidget, .widget .summit-breakout-component.component span.txt-green .textwidget {
  color: #c3cf21;
}
.summit-breakout-component.component h3.txt-blue, .summit-breakout-component.component #comments .txt-blue.comments-title, #comments .summit-breakout-component.component .txt-blue.comments-title, .summit-breakout-component.component .cta-component.small .txt-blue.cta-headline, .cta-component.small .summit-breakout-component.component .txt-blue.cta-headline, .summit-breakout-component.component div.txt-blue, .summit-breakout-component.component p.txt-blue, .summit-breakout-component.component .widget .txt-blue.textwidget, .widget .summit-breakout-component.component .txt-blue.textwidget, .summit-breakout-component.component span.txt-blue {
  color: #0c87a8;
}
.summit-breakout-component.component h3.txt-blue p, .summit-breakout-component.component #comments .txt-blue.comments-title p, #comments .summit-breakout-component.component .txt-blue.comments-title p, .summit-breakout-component.component .cta-component.small .txt-blue.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-blue.cta-headline p, .summit-breakout-component.component h3.txt-blue .widget .textwidget, .widget .summit-breakout-component.component h3.txt-blue .textwidget, .summit-breakout-component.component #comments .txt-blue.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-blue.comments-title .textwidget, #comments .summit-breakout-component.component .txt-blue.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-blue.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-blue.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-blue.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-blue.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-blue.cta-headline .textwidget, .summit-breakout-component.component div.txt-blue p, .summit-breakout-component.component div.txt-blue .widget .textwidget, .widget .summit-breakout-component.component div.txt-blue .textwidget, .summit-breakout-component.component p.txt-blue p, .summit-breakout-component.component .widget .txt-blue.textwidget p, .widget .summit-breakout-component.component .txt-blue.textwidget p, .summit-breakout-component.component p.txt-blue .widget .textwidget, .widget .summit-breakout-component.component p.txt-blue .textwidget, .summit-breakout-component.component .widget .txt-blue.textwidget .textwidget, .widget .summit-breakout-component.component .txt-blue.textwidget .textwidget, .summit-breakout-component.component span.txt-blue p, .summit-breakout-component.component span.txt-blue .widget .textwidget, .widget .summit-breakout-component.component span.txt-blue .textwidget {
  color: #0c87a8;
}
.summit-breakout-component.component h3.txt-purple, .summit-breakout-component.component #comments .txt-purple.comments-title, #comments .summit-breakout-component.component .txt-purple.comments-title, .summit-breakout-component.component .cta-component.small .txt-purple.cta-headline, .cta-component.small .summit-breakout-component.component .txt-purple.cta-headline, .summit-breakout-component.component div.txt-purple, .summit-breakout-component.component p.txt-purple, .summit-breakout-component.component .widget .txt-purple.textwidget, .widget .summit-breakout-component.component .txt-purple.textwidget, .summit-breakout-component.component span.txt-purple {
  color: #a54399;
}
.summit-breakout-component.component h3.txt-purple p, .summit-breakout-component.component #comments .txt-purple.comments-title p, #comments .summit-breakout-component.component .txt-purple.comments-title p, .summit-breakout-component.component .cta-component.small .txt-purple.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-purple.cta-headline p, .summit-breakout-component.component h3.txt-purple .widget .textwidget, .widget .summit-breakout-component.component h3.txt-purple .textwidget, .summit-breakout-component.component #comments .txt-purple.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-purple.comments-title .textwidget, #comments .summit-breakout-component.component .txt-purple.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-purple.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-purple.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-purple.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-purple.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-purple.cta-headline .textwidget, .summit-breakout-component.component div.txt-purple p, .summit-breakout-component.component div.txt-purple .widget .textwidget, .widget .summit-breakout-component.component div.txt-purple .textwidget, .summit-breakout-component.component p.txt-purple p, .summit-breakout-component.component .widget .txt-purple.textwidget p, .widget .summit-breakout-component.component .txt-purple.textwidget p, .summit-breakout-component.component p.txt-purple .widget .textwidget, .widget .summit-breakout-component.component p.txt-purple .textwidget, .summit-breakout-component.component .widget .txt-purple.textwidget .textwidget, .widget .summit-breakout-component.component .txt-purple.textwidget .textwidget, .summit-breakout-component.component span.txt-purple p, .summit-breakout-component.component span.txt-purple .widget .textwidget, .widget .summit-breakout-component.component span.txt-purple .textwidget {
  color: #a54399;
}
.summit-breakout-component.component h3.txt-red, .summit-breakout-component.component #comments .txt-red.comments-title, #comments .summit-breakout-component.component .txt-red.comments-title, .summit-breakout-component.component .cta-component.small .txt-red.cta-headline, .cta-component.small .summit-breakout-component.component .txt-red.cta-headline, .summit-breakout-component.component div.txt-red, .summit-breakout-component.component p.txt-red, .summit-breakout-component.component .widget .txt-red.textwidget, .widget .summit-breakout-component.component .txt-red.textwidget, .summit-breakout-component.component span.txt-red {
  color: #e74c3c;
}
.summit-breakout-component.component h3.txt-red p, .summit-breakout-component.component #comments .txt-red.comments-title p, #comments .summit-breakout-component.component .txt-red.comments-title p, .summit-breakout-component.component .cta-component.small .txt-red.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-red.cta-headline p, .summit-breakout-component.component h3.txt-red .widget .textwidget, .widget .summit-breakout-component.component h3.txt-red .textwidget, .summit-breakout-component.component #comments .txt-red.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-red.comments-title .textwidget, #comments .summit-breakout-component.component .txt-red.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-red.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-red.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-red.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-red.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-red.cta-headline .textwidget, .summit-breakout-component.component div.txt-red p, .summit-breakout-component.component div.txt-red .widget .textwidget, .widget .summit-breakout-component.component div.txt-red .textwidget, .summit-breakout-component.component p.txt-red p, .summit-breakout-component.component .widget .txt-red.textwidget p, .widget .summit-breakout-component.component .txt-red.textwidget p, .summit-breakout-component.component p.txt-red .widget .textwidget, .widget .summit-breakout-component.component p.txt-red .textwidget, .summit-breakout-component.component .widget .txt-red.textwidget .textwidget, .widget .summit-breakout-component.component .txt-red.textwidget .textwidget, .summit-breakout-component.component span.txt-red p, .summit-breakout-component.component span.txt-red .widget .textwidget, .widget .summit-breakout-component.component span.txt-red .textwidget {
  color: #e74c3c;
}
.summit-breakout-component.component h3.txt-orange, .summit-breakout-component.component #comments .txt-orange.comments-title, #comments .summit-breakout-component.component .txt-orange.comments-title, .summit-breakout-component.component .cta-component.small .txt-orange.cta-headline, .cta-component.small .summit-breakout-component.component .txt-orange.cta-headline, .summit-breakout-component.component div.txt-orange, .summit-breakout-component.component p.txt-orange, .summit-breakout-component.component .widget .txt-orange.textwidget, .widget .summit-breakout-component.component .txt-orange.textwidget, .summit-breakout-component.component span.txt-orange {
  color: #f28034;
}
.summit-breakout-component.component h3.txt-orange p, .summit-breakout-component.component #comments .txt-orange.comments-title p, #comments .summit-breakout-component.component .txt-orange.comments-title p, .summit-breakout-component.component .cta-component.small .txt-orange.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-orange.cta-headline p, .summit-breakout-component.component h3.txt-orange .widget .textwidget, .widget .summit-breakout-component.component h3.txt-orange .textwidget, .summit-breakout-component.component #comments .txt-orange.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-orange.comments-title .textwidget, #comments .summit-breakout-component.component .txt-orange.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-orange.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-orange.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-orange.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-orange.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-orange.cta-headline .textwidget, .summit-breakout-component.component div.txt-orange p, .summit-breakout-component.component div.txt-orange .widget .textwidget, .widget .summit-breakout-component.component div.txt-orange .textwidget, .summit-breakout-component.component p.txt-orange p, .summit-breakout-component.component .widget .txt-orange.textwidget p, .widget .summit-breakout-component.component .txt-orange.textwidget p, .summit-breakout-component.component p.txt-orange .widget .textwidget, .widget .summit-breakout-component.component p.txt-orange .textwidget, .summit-breakout-component.component .widget .txt-orange.textwidget .textwidget, .widget .summit-breakout-component.component .txt-orange.textwidget .textwidget, .summit-breakout-component.component span.txt-orange p, .summit-breakout-component.component span.txt-orange .widget .textwidget, .widget .summit-breakout-component.component span.txt-orange .textwidget {
  color: #f28034;
}
.summit-breakout-component.component h3.txt-yellow, .summit-breakout-component.component #comments .txt-yellow.comments-title, #comments .summit-breakout-component.component .txt-yellow.comments-title, .summit-breakout-component.component .cta-component.small .txt-yellow.cta-headline, .cta-component.small .summit-breakout-component.component .txt-yellow.cta-headline, .summit-breakout-component.component div.txt-yellow, .summit-breakout-component.component p.txt-yellow, .summit-breakout-component.component .widget .txt-yellow.textwidget, .widget .summit-breakout-component.component .txt-yellow.textwidget, .summit-breakout-component.component span.txt-yellow {
  color: #eae827;
}
.summit-breakout-component.component h3.txt-yellow p, .summit-breakout-component.component #comments .txt-yellow.comments-title p, #comments .summit-breakout-component.component .txt-yellow.comments-title p, .summit-breakout-component.component .cta-component.small .txt-yellow.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-yellow.cta-headline p, .summit-breakout-component.component h3.txt-yellow .widget .textwidget, .widget .summit-breakout-component.component h3.txt-yellow .textwidget, .summit-breakout-component.component #comments .txt-yellow.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-yellow.comments-title .textwidget, #comments .summit-breakout-component.component .txt-yellow.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-yellow.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-yellow.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-yellow.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-yellow.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-yellow.cta-headline .textwidget, .summit-breakout-component.component div.txt-yellow p, .summit-breakout-component.component div.txt-yellow .widget .textwidget, .widget .summit-breakout-component.component div.txt-yellow .textwidget, .summit-breakout-component.component p.txt-yellow p, .summit-breakout-component.component .widget .txt-yellow.textwidget p, .widget .summit-breakout-component.component .txt-yellow.textwidget p, .summit-breakout-component.component p.txt-yellow .widget .textwidget, .widget .summit-breakout-component.component p.txt-yellow .textwidget, .summit-breakout-component.component .widget .txt-yellow.textwidget .textwidget, .widget .summit-breakout-component.component .txt-yellow.textwidget .textwidget, .summit-breakout-component.component span.txt-yellow p, .summit-breakout-component.component span.txt-yellow .widget .textwidget, .widget .summit-breakout-component.component span.txt-yellow .textwidget {
  color: #eae827;
}
.summit-breakout-component.component h3.txt-gray, .summit-breakout-component.component #comments .txt-gray.comments-title, #comments .summit-breakout-component.component .txt-gray.comments-title, .summit-breakout-component.component .cta-component.small .txt-gray.cta-headline, .cta-component.small .summit-breakout-component.component .txt-gray.cta-headline, .summit-breakout-component.component div.txt-gray, .summit-breakout-component.component p.txt-gray, .summit-breakout-component.component .widget .txt-gray.textwidget, .widget .summit-breakout-component.component .txt-gray.textwidget, .summit-breakout-component.component span.txt-gray {
  color: #424244;
}
.summit-breakout-component.component h3.txt-gray p, .summit-breakout-component.component #comments .txt-gray.comments-title p, #comments .summit-breakout-component.component .txt-gray.comments-title p, .summit-breakout-component.component .cta-component.small .txt-gray.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-gray.cta-headline p, .summit-breakout-component.component h3.txt-gray .widget .textwidget, .widget .summit-breakout-component.component h3.txt-gray .textwidget, .summit-breakout-component.component #comments .txt-gray.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-gray.comments-title .textwidget, #comments .summit-breakout-component.component .txt-gray.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-gray.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-gray.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-gray.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-gray.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-gray.cta-headline .textwidget, .summit-breakout-component.component div.txt-gray p, .summit-breakout-component.component div.txt-gray .widget .textwidget, .widget .summit-breakout-component.component div.txt-gray .textwidget, .summit-breakout-component.component p.txt-gray p, .summit-breakout-component.component .widget .txt-gray.textwidget p, .widget .summit-breakout-component.component .txt-gray.textwidget p, .summit-breakout-component.component p.txt-gray .widget .textwidget, .widget .summit-breakout-component.component p.txt-gray .textwidget, .summit-breakout-component.component .widget .txt-gray.textwidget .textwidget, .widget .summit-breakout-component.component .txt-gray.textwidget .textwidget, .summit-breakout-component.component span.txt-gray p, .summit-breakout-component.component span.txt-gray .widget .textwidget, .widget .summit-breakout-component.component span.txt-gray .textwidget {
  color: #424244;
}
.summit-breakout-component.component h3.txt-white, .summit-breakout-component.component #comments .txt-white.comments-title, #comments .summit-breakout-component.component .txt-white.comments-title, .summit-breakout-component.component .cta-component.small .txt-white.cta-headline, .cta-component.small .summit-breakout-component.component .txt-white.cta-headline, .summit-breakout-component.component div.txt-white, .summit-breakout-component.component p.txt-white, .summit-breakout-component.component .widget .txt-white.textwidget, .widget .summit-breakout-component.component .txt-white.textwidget, .summit-breakout-component.component span.txt-white {
  color: #fff;
}
.summit-breakout-component.component h3.txt-white p, .summit-breakout-component.component #comments .txt-white.comments-title p, #comments .summit-breakout-component.component .txt-white.comments-title p, .summit-breakout-component.component .cta-component.small .txt-white.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-white.cta-headline p, .summit-breakout-component.component h3.txt-white .widget .textwidget, .widget .summit-breakout-component.component h3.txt-white .textwidget, .summit-breakout-component.component #comments .txt-white.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-white.comments-title .textwidget, #comments .summit-breakout-component.component .txt-white.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-white.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-white.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-white.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-white.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-white.cta-headline .textwidget, .summit-breakout-component.component div.txt-white p, .summit-breakout-component.component div.txt-white .widget .textwidget, .widget .summit-breakout-component.component div.txt-white .textwidget, .summit-breakout-component.component p.txt-white p, .summit-breakout-component.component .widget .txt-white.textwidget p, .widget .summit-breakout-component.component .txt-white.textwidget p, .summit-breakout-component.component p.txt-white .widget .textwidget, .widget .summit-breakout-component.component p.txt-white .textwidget, .summit-breakout-component.component .widget .txt-white.textwidget .textwidget, .widget .summit-breakout-component.component .txt-white.textwidget .textwidget, .summit-breakout-component.component span.txt-white p, .summit-breakout-component.component span.txt-white .widget .textwidget, .widget .summit-breakout-component.component span.txt-white .textwidget {
  color: #fff;
}
.summit-breakout-component.component h3.txt-teal, .summit-breakout-component.component #comments .txt-teal.comments-title, #comments .summit-breakout-component.component .txt-teal.comments-title, .summit-breakout-component.component .cta-component.small .txt-teal.cta-headline, .cta-component.small .summit-breakout-component.component .txt-teal.cta-headline, .summit-breakout-component.component div.txt-teal, .summit-breakout-component.component p.txt-teal, .summit-breakout-component.component .widget .txt-teal.textwidget, .widget .summit-breakout-component.component .txt-teal.textwidget, .summit-breakout-component.component span.txt-teal {
  color: #00b1b0;
}
.summit-breakout-component.component h3.txt-teal p, .summit-breakout-component.component #comments .txt-teal.comments-title p, #comments .summit-breakout-component.component .txt-teal.comments-title p, .summit-breakout-component.component .cta-component.small .txt-teal.cta-headline p, .cta-component.small .summit-breakout-component.component .txt-teal.cta-headline p, .summit-breakout-component.component h3.txt-teal .widget .textwidget, .widget .summit-breakout-component.component h3.txt-teal .textwidget, .summit-breakout-component.component #comments .txt-teal.comments-title .widget .textwidget, .widget .summit-breakout-component.component #comments .txt-teal.comments-title .textwidget, #comments .summit-breakout-component.component .txt-teal.comments-title .widget .textwidget, .widget #comments .summit-breakout-component.component .txt-teal.comments-title .textwidget, .summit-breakout-component.component .cta-component.small .txt-teal.cta-headline .widget .textwidget, .widget .summit-breakout-component.component .cta-component.small .txt-teal.cta-headline .textwidget, .cta-component.small .summit-breakout-component.component .txt-teal.cta-headline .widget .textwidget, .widget .cta-component.small .summit-breakout-component.component .txt-teal.cta-headline .textwidget, .summit-breakout-component.component div.txt-teal p, .summit-breakout-component.component div.txt-teal .widget .textwidget, .widget .summit-breakout-component.component div.txt-teal .textwidget, .summit-breakout-component.component p.txt-teal p, .summit-breakout-component.component .widget .txt-teal.textwidget p, .widget .summit-breakout-component.component .txt-teal.textwidget p, .summit-breakout-component.component p.txt-teal .widget .textwidget, .widget .summit-breakout-component.component p.txt-teal .textwidget, .summit-breakout-component.component .widget .txt-teal.textwidget .textwidget, .widget .summit-breakout-component.component .txt-teal.textwidget .textwidget, .summit-breakout-component.component span.txt-teal p, .summit-breakout-component.component span.txt-teal .widget .textwidget, .widget .summit-breakout-component.component span.txt-teal .textwidget {
  color: #00b1b0;
}
.summit-breakout-component.component h3, .summit-breakout-component.component #comments .comments-title, #comments .summit-breakout-component.component .comments-title, .summit-breakout-component.component .cta-component.small .cta-headline, .cta-component.small .summit-breakout-component.component .cta-headline, .summit-breakout-component.component .breakout-content {
  padding-right: 20%;
}
@media (max-width: 680px) {
  .summit-breakout-component.component h3, .summit-breakout-component.component #comments .comments-title, #comments .summit-breakout-component.component .comments-title, .summit-breakout-component.component .cta-component.small .cta-headline, .cta-component.small .summit-breakout-component.component .cta-headline, .summit-breakout-component.component .breakout-content {
    padding-right: 0;
  }
}
.summit-breakout-component.component h3, .summit-breakout-component.component #comments .comments-title, #comments .summit-breakout-component.component .comments-title, .summit-breakout-component.component .cta-component.small .cta-headline, .cta-component.small .summit-breakout-component.component .cta-headline {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.summit-breakout-component.component .speaker {
  float: left;
  width: 20%;
  margin-right: 3rem;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 680px) {
  .summit-breakout-component.component .speaker {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
}

.summit-slider-component.component {
  padding: 1rem 0;
}
.summit-slider-component.component .row, .summit-slider-component.component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .summit-slider-component.component .content-wrap {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.summit-slider-component.component .summit-slider {
  position: relative;
  overflow: hidden;
}
.summit-slider-component.component li {
  list-style: none;
  float: left;
}
.summit-slider-component.component .control_next,
.summit-slider-component.component .control_prev {
  position: absolute;
  top: 45%;
  z-index: 999;
}
.summit-slider-component.component .control_next .genericon,
.summit-slider-component.component .control_prev .genericon {
  font-size: 50px;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.8);
}
.summit-slider-component.component .control_next:hover .genericon,
.summit-slider-component.component .control_prev:hover .genericon {
  color: #00b1b0;
}
@media (max-width: 680px) {
  .summit-slider-component.component .control_next,
  .summit-slider-component.component .control_prev {
    top: 35%;
  }
}
.summit-slider-component.component .control_next {
  right: 10px;
  right: 1rem;
}
@media (max-width: 680px) {
  .summit-slider-component.component .control_next {
    right: 0;
  }
}
.summit-slider-component.component .control_prev {
  left: 10px;
  left: 1rem;
}
@media (max-width: 680px) {
  .summit-slider-component.component .control_prev {
    left: 0;
  }
}
.summit-slider-component.component + .summit-intro-component {
  padding-top: 0rem;
}
@media (max-width: 680px) {
  .summit-slider-component.component + .summit-intro-component {
    padding-top: 0;
  }
}
.summit-slider-component.component + .summit-intro-component + .wysiwyg-component {
  padding: 1rem 0;
}

.summit-speaker-component.component {
  overflow: hidden;
}
.summit-speaker-component.component .row, .summit-speaker-component.component body.single.single-registered-districts .feature-area .content-wrap, body.single.single-registered-districts .feature-area .summit-speaker-component.component .content-wrap {
  position: relative;
  width: 100%;
  max-width: 999999px;
}
.summit-speaker-component.component .speaker-row {
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 680px) {
  .summit-speaker-component.component .speaker-row {
    height: auto !important;
  }
}
.summit-speaker-component.component .speaker {
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 4rem;
}
.summit-speaker-component.component .speaker img {
  width: 60%;
  max-width: 400px;
  margin-bottom: 1rem;
}
.summit-speaker-component.component .speaker h4 {
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.summit-speaker-component.component .speaker h6 {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 0.5rem;
  color: black;
}
.summit-speaker-component.component .speaker a.open-button {
  display: block;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
  text-decoration: none;
  color: #c3cf21;
  font-weight: bold;
}
.summit-speaker-component.component .speaker .bio-content {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  float: left;
  background: #ede845;
  text-align: left;
  padding: 7rem;
  margin-top: 5rem;
}
.summit-speaker-component.component .speaker .bio-content:before {
  content: '';
  position: absolute;
  top: -3rem;
  left: 12%;
  width: 0;
  height: 0;
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  border-bottom: 5rem solid #ede845;
}
.summit-speaker-component.component .speaker .bio-content.middle-speaker:before {
  left: calc(50% - 5rem);
}
.summit-speaker-component.component .speaker .bio-content.right-speaker:before {
  left: auto;
  right: 12%;
}
.summit-speaker-component.component .speaker .bio-content img {
  float: left;
  width: 25%;
  max-width: 100%;
}
.summit-speaker-component.component .speaker .bio-content .bio-wrapper {
  float: left;
  width: 70%;
  margin-left: 5%;
}
.summit-speaker-component.component .speaker .bio-content .bio-wrapper h3 span, .summit-speaker-component.component .speaker .bio-content .bio-wrapper #comments .comments-title span, #comments .summit-speaker-component.component .speaker .bio-content .bio-wrapper .comments-title span, .summit-speaker-component.component .speaker .bio-content .bio-wrapper .cta-component.small .cta-headline span, .cta-component.small .summit-speaker-component.component .speaker .bio-content .bio-wrapper .cta-headline span {
  font-weight: bold;
}
.summit-speaker-component.component .speaker .bio-content a.close-button {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  font-size: 2.5rem;
  text-decoration: none;
  color: #817b77;
}
.summit-speaker-component.component .speaker.active .bio-content {
  opacity: 1;
  z-index: 2;
}
@media (max-width: 680px) {
  .summit-speaker-component.component .speaker {
    width: 100%;
    height: auto !important;
  }
  .summit-speaker-component.component .speaker .bio-content:before {
    left: calc(50% - 5rem) !important;
  }
  .summit-speaker-component.component .speaker .bio-content img {
    width: 100%;
    margin-left: 0;
  }
  .summit-speaker-component.component .speaker .bio-content .bio-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .summit-speaker-component.component .speaker .bio-content a.close-button {
    top: 2.5rem;
    right: 2.5rem;
  }
  .summit-speaker-component.component .speaker.active .bio-content {
    position: relative;
  }
}

.component {
  margin-bottom: 0;
  padding: 40px 0;
  padding: 4rem 0;
}
.component:last-child.hero, .component:last-child.cta {
  margin-bottom: 0;
}
.component .component-headline {
  text-transform: none;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

/*
    pesticide v0.1.0 . @mrmrs . MIT
*/

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