@charset "UTF-8";
/*!
Theme Name: Cota
Theme URI: https://cota.org.au/
Author: Deej
Author URI: http://codeandvisual.com/
Description: Custom theme for COTA.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cota
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* IcoMoon Font Face Definition
================================================================================================= */
@import url(jquery.datetimepicker.css);
@import url("https://fonts.googleapis.com/css?family=Yantramanav:300,400,500,700,900");
@font-face {
  font-family: 'icomoon';
  src: url("icomoon/icomoon.eot");
  src: url("icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("icomoon/icomoon.woff") format("woff"), url("icomoon/icomoon.ttf") format("truetype"), url("icomoon/icomoon.svg?#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* IcoMoon Font Face Definition
================================================================================================= */
/* jQuery date/time picked
================================================================================================= */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*$font__main: Calibri, "Calibri", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
/*
$size_10: 0.625em;
$size_11: 0.688em;
$size_12: 0.750em;
$size_13: 0.813em;
$size_14: 0.875em;
$size_15: 0.938em;
$size_16: 1.000em;
$size_17: 1.063em;
$size_18: 1.125em;
$size_19: 1.188em;
$size_20: 1.25em;
$size_21: 1.313em;
$size_22: 1.375em;
$size_23: 0.813em;
$size_24: 1.5em;
$size_25: 1.563em;
$size_26: 1.625em;
$size_28: 1.750em;
$size_30: 1.875em;
$size_32: 2.000em;
$size_34: 2.125em;
$size_36: 2.250em;
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  /*You just need this if you are only concerned with android and not desktop browsers.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #272727;
  font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #272727;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #FFF;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  max-height: 500px;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/**
 *
 * General layout
 *
 */
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 16px;
  z-index: 1;
  position: relative;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased; }
  body #page {
    margin: 0 auto;
    padding: 0; }

#msg-legacy-browser {
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }

.gdpr-wrapper header {
  float: none; }

.eckb-breadcrumb li {
  padding-left: 10px !important; }
  .eckb-breadcrumb li:before {
    display: none !important; }

.epkb-section-body li:before,
.epkb-articles li:before {
  display: none !important; }

#eckb-article-page-container .eckb-breadcrumb .eckb-breadcrumb-link-icon {
  padding-left: 10px; }

.sr {
  display: none !important; }

.row {
  float: left;
  width: 100%; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

#header-top,
nav,
#content .inner,
.footer-bottom .inner,
#breadcrumbs .inner,
footer {
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
  overflow: hidden;
  /* Debug guides
  border-left: 1px dashed #EFEFEF;
  border-right: 1px dashed #EFEFEF;*/ }

#content {
  float: left;
  width: 100%; }

.footer-bottom .inner {
  padding: 0 65px; }

.site-3 header #logo img.svg,
.site-3 #masthead #logo img.svg {
  width: 185px; }

header, #masthead {
  float: left;
  width: 100%; }
  header #mobile-nav-button, #masthead #mobile-nav-button {
    display: none; }
  header #logo, #masthead #logo {
    text-decoration: none;
    margin-left: 65px;
    margin-top: 20px;
    float: left; }
    header #logo img, #masthead #logo img {
      max-width: 246px;
      width: auto;
      height: auto;
      max-height: 90px; }
      header #logo img.svg, #masthead #logo img.svg {
        width: 246px;
        height: auto;
        max-width: 100%;
        max-height: unset; }
  header #header-left, #masthead #header-left {
    float: right;
    text-align: right;
    padding-right: 65px; }
    header #header-left .top-row, #masthead #header-left .top-row {
      margin-top: 20px; }
      header #header-left .top-row .fa-shopping-cart, #masthead #header-left .top-row .fa-shopping-cart {
        display: inline-block;
        width: 22px;
        height: 22px;
        font-size: 22px;
        margin-right: 8px;
        position: relative;
        top: 3px;
        margin-left: 15px; }
    header #header-left .bottom-row, #masthead #header-left .bottom-row {
      margin-top: 20px; }
      header #header-left .bottom-row a, #masthead #header-left .bottom-row a {
        margin-right: 24px;
        background-image: url("images/icons/Icon_GetInvolved_White.svg");
        background-repeat: no-repeat;
        background-size: 33px;
        background-position: 15px 10px;
        font-size: 24px;
        padding: 6px 16px 6px 60px; }
      header #header-left .bottom-row #search-form, #masthead #header-left .bottom-row #search-form {
        display: table;
        border: 1px solid #272727;
        border-radius: 4px;
        width: 235px;
        max-width: 100%;
        float: right;
        position: relative;
        box-sizing: border-box;
        height: 48px;
        padding: 1px 1px; }
        header #header-left .bottom-row #search-form input, #masthead #header-left .bottom-row #search-form input {
          width: 180px;
          display: table-cell;
          background: none;
          border: none;
          color: #272727;
          font-size: 20px;
          height: 44px;
          outline: none !important;
          padding: 5px 10px 5px 0; }
        header #header-left .bottom-row #search-form button, #masthead #header-left .bottom-row #search-form button {
          width: 50px;
          display: table-cell;
          border: none;
          text-align: center;
          color: #272727;
          border: none;
          background: none;
          font-size: 20px;
          float: left;
          padding-top: 8px; }
        header #header-left .bottom-row #search-form button:hover, #masthead #header-left .bottom-row #search-form button:hover {
          color: #78a540; }
        header #header-left .bottom-row #search-form.active, #masthead #header-left .bottom-row #search-form.active {
          border-color: #78a540;
          border-width: 2px;
          height: 48px;
          padding: 0; }

#content .inner {
  padding: 0 65px; }

a:hover {
  color: #4a6518; }

/**
 * Breadcrumbs
 */
#breadcrumbs {
  float: left;
  width: 100%;
  background: #edeeef; }
  #breadcrumbs .inner {
    padding: 12px 65px;
    font-size: 18px;
    color: #272727; }
    #breadcrumbs .inner span {
      font-weight: bold; }
      #breadcrumbs .inner span a,
      #breadcrumbs .inner span a:visited {
        color: #272727;
        padding-left: 5px;
        padding-right: 5px; }
      #breadcrumbs .inner span .breadcrumb_last {
        padding-left: 5px; }

/**
 * Banners
 */
.banners {
  padding-bottom: 50px;
  text-align: center;
  position: relative; }

.some-banners .inner {
  position: relative; }
.some-banners .inner-height {
  height: 174px;
  position: relative; }
.some-banners .inner-banner-row {
  display: none;
  position: absolute;
  float: left;
  width: 100%; }
  .some-banners .inner-banner-row.row-1 {
    display: block; }

div.banner-outer {
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top; }
  div.banner-outer.no-pad-left {
    padding-left: 0; }
  div.banner-outer:first-child {
    padding-left: 0; }
  div.banner-outer:last-child {
    padding-right: 0; }
  div.banner-outer.single {
    padding-left: 8px;
    padding-right: 7px; }
  div.banner-outer div.banner, div.banner-outer a.banner {
    display: table;
    margin: 0 auto;
    border-width: 4px;
    border-style: solid;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    position: relative;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    border-collapse: collapse; }
    div.banner-outer div.banner.extended, div.banner-outer a.banner.extended {
      height: 240px; }
    div.banner-outer div.banner .banner-inner, div.banner-outer a.banner .banner-inner {
      padding: 0 30px;
      width: 100%;
      min-width: 100%;
      display: table-cell;
      vertical-align: middle;
      box-sizing: border-box;
      height: 171px; }
    div.banner-outer div.banner.text-dark span.title, div.banner-outer a.banner.text-dark span.title {
      color: #272727;
      border-bottom: 2px solid #3f591c; }
    div.banner-outer div.banner.text-dark span.text, div.banner-outer a.banner.text-dark span.text {
      color: #272727; }
    div.banner-outer div.banner.text-dark span.banner-button, div.banner-outer a.banner.text-dark span.banner-button {
      color: #3f591c; }
    div.banner-outer div.banner.has_image span.title,
    div.banner-outer div.banner.has_image span.text, div.banner-outer a.banner.has_image span.title,
    div.banner-outer a.banner.has_image span.text {
      max-width: 70%; }
    div.banner-outer div.banner span.title, div.banner-outer a.banner span.title {
      font-size: 26px;
      border-bottom: 2px solid #FFFFFF;
      font-weight: bold; }
    div.banner-outer div.banner span.text, div.banner-outer a.banner span.text {
      padding-top: 5px;
      text-decoration: none;
      display: block;
      font-size: 19px;
      line-height: 21px;
      max-width: 85%; }
    div.banner-outer div.banner span.banner-button, div.banner-outer a.banner span.banner-button {
      position: absolute;
      display: block;
      right: 15px;
      bottom: 15px;
      width: 30px;
      height: 30px;
      font-size: 30px; }
    div.banner-outer div.banner.color-green, div.banner-outer a.banner.color-green {
      border-color: #48611d;
      background-color: #48611d; }
    div.banner-outer div.banner:hover, div.banner-outer div.banner:focus, div.banner-outer a.banner:hover, div.banner-outer a.banner:focus {
      border-color: #608e14;
      background-color: #608e14;
      /*span.banner-button {
          font-size: $size_32;
          right: 16px;
          bottom: 16px;
      }*/ }
      div.banner-outer div.banner:hover span.title, div.banner-outer div.banner:focus span.title, div.banner-outer a.banner:hover span.title, div.banner-outer a.banner:focus span.title {
        border-bottom: 2px solid transparent; }
      div.banner-outer div.banner:hover.blackout .banner-inner, div.banner-outer div.banner:focus.blackout .banner-inner, div.banner-outer a.banner:hover.blackout .banner-inner, div.banner-outer a.banner:focus.blackout .banner-inner {
        background-color: rgba(0, 0, 0, 0.8); }
      div.banner-outer div.banner:hover.text-dark span.banner-button, div.banner-outer div.banner:focus.text-dark span.banner-button, div.banner-outer a.banner:hover.text-dark span.banner-button, div.banner-outer a.banner:focus.text-dark span.banner-button {
        color: #608e14; }
    div.banner-outer div.banner.blackout .banner-inner, div.banner-outer a.banner.blackout .banner-inner {
      background-color: rgba(0, 0, 0, 0.6); }

.banner-row {
  float: left;
  width: 100%;
  padding: 0 0 30px 0;
  text-align: center; }
  .banner-row.home-banners {
    background: #f3f4f4;
    padding-top: 30px; }

#content .banner-row .inner {
  background: inherit; }

/**
 * Footer
 */
div.footer-row {
  float: left;
  width: 100%;
  background: url("images/layout/footer-bg.png");
  background-size: cover; }
  div.footer-row footer {
    padding: 0; }
    div.footer-row footer .footer-col {
      float: left;
      width: 33.3%;
      box-sizing: border-box;
      padding: 50px 65px;
      background: #FFFFFF;
      text-align: left; }
      div.footer-row footer .footer-col .logo {
        width: 100%; }
      div.footer-row footer .footer-col h5 {
        font-size: 16px; }
      div.footer-row footer .footer-col #socal-links a {
        font-weight: bold;
        /*font-size: $size_18;*/ }
        div.footer-row footer .footer-col #socal-links a:hover, div.footer-row footer .footer-col #socal-links a:focus {
          color: #608d13; }
        div.footer-row footer .footer-col #socal-links a span {
          display: inline-block;
          position: relative;
          font-size: 20px;
          top: 3px;
          margin-right: 12px;
          width: 22px; }
      div.footer-row footer .footer-col .charity-logo {
        width: 133px; }
      div.footer-row footer .footer-col #image-map {
        width: 170px;
        max-width: 100%;
        margin-bottom: 10px; }
      div.footer-row footer .footer-col a {
        text-decoration: none;
        color: #272727;
        font-size: 18px;
        padding-bottom: 5px;
        display: inline-block; }
        div.footer-row footer .footer-col a .underline {
          border-bottom: 2px solid #ffc61f;
          display: inline-block;
          line-height: 1em; }
        div.footer-row footer .footer-col a:hover, div.footer-row footer .footer-col a:focus {
          color: #272727; }
          div.footer-row footer .footer-col a:hover .underline, div.footer-row footer .footer-col a:focus .underline {
            border-bottom: 2px solid #272727; }
        div.footer-row footer .footer-col a.mobile-social {
          display: none;
          text-align: left;
          font-weight: bold;
          line-height: 1.2em;
          font-size: 1.3em; }
          div.footer-row footer .footer-col a.mobile-social:hover, div.footer-row footer .footer-col a.mobile-social:focus {
            color: #608d13; }
          div.footer-row footer .footer-col a.mobile-social .fa {
            float: left;
            font-size: 1.7em;
            padding-top: 0.2em;
            padding-right: 0.4em; }
      div.footer-row footer .footer-col ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0; }
      div.footer-row footer .footer-col:first-child {
        background: #f8f8f8;
        min-height: 620px; }
        div.footer-row footer .footer-col:first-child a {
          font-weight: bold;
          font-size: 20px;
          padding-bottom: 14px; }
      div.footer-row footer .footer-col:last-child a.charity {
        display: none; }

#back-to-top {
  display: none;
  text-align: center;
  background: #FFF;
  padding: 25px;
  float: left;
  width: 100%; }
  #back-to-top a {
    font-size: 32px;
    padding: 5px 25px; }

.footer-bottom {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 40px 0; }
  .footer-bottom .left {
    float: left; }
    .footer-bottom .left a {
      text-decoration: none;
      font-weight: bold;
      color: #272727;
      display: inline-block;
      margin-right: 15px; }
      .footer-bottom .left a:visited {
        color: #272727; }
      .footer-bottom .left a:hover, .footer-bottom .left a:focus {
        color: #608e14; }
  .footer-bottom .right {
    float: right;
    color: #272727;
    font-size: 14px; }
    .footer-bottom .right #site-by {
      margin-left: 20px;
      display: inline-block; }
    .footer-bottom .right a {
      color: #272727;
      text-decoration: none; }
      .footer-bottom .right a:hover, .footer-bottom .right a:focus {
        color: #4a6518;
        text-decoration: underline; }

.mobile-900,
.mobile-710 {
  display: none !important; }

.page-template-home .home-inner article {
  float: none; }

p {
  margin-top: 0; }

/**
 * Sitemap
 */
.page-id-322 #post-322 ul {
  display: block;
  padding-top: 10px; }
  .page-id-322 #post-322 ul li {
    display: block; }
    .page-id-322 #post-322 ul li.page_item_has_children {
      padding-bottom: 0; }

/**
 * Search
 */
body div#___gcse_0 table {
  margin-bottom: 0.5em; }
body div#___gcse_0 .gsc-control-cse,
body div#___gcse_0 .gsc-control-cse .gsc-table-result {
  font-family: inherit;
  font-size: inherit; }
body div#___gcse_0 .cse .gsc-control-cse, body div#___gcse_0 .gsc-control-cse {
  padding: 0; }
body div#___gcse_0 .gsc-table-result, body div#___gcse_0 .gsc-thumbnail-inside, body div#___gcse_0 .gsc-url-top {
  padding: 0; }
body div#___gcse_0 .gsc-result-info {
  padding-left: 0; }
body div#___gcse_0 .gsc-result-info,
body div#___gcse_0 .gsc-control-cse, body div#___gcse_0 .gsc-control-cse .gsc-table-result,
body div#___gcse_0 .gsc-control-cse .gs-spelling, body div#___gcse_0 .gsc-control-cse .gs-result .gs-title *,
body div#___gcse_0 .gsc-selected-option-container {
  font-size: inherit; }
body div#___gcse_0 .gsc-control-cse .gs-result .gs-title {
  font-size: 1.1em;
  height: auto; }
body div#___gcse_0 div.gsc-branding-img, body div#___gcse_0 div.gsc-branding-img-noclear, body div#___gcse_0 img.gsc-branding-img, body div#___gcse_0 img.gsc-branding-img-noclear, body div#___gcse_0 div.gcsc-branding-img, body div#___gcse_0 div.gcsc-branding-img-noclear, body div#___gcse_0 img.gcsc-branding-img, body div#___gcse_0 img.gcsc-branding-img-noclear {
  top: -0.7em; }

body.page-id-322 #page-subnav.empty {
  display: none !important; }

ul.simple-sitemap-page ul,
ul.simple-sitemap-page .page_item {
  float: left;
  width: 100%; }

/**
 * Comments
 */
#comments {
  border-top: 1px solid #CCC;
  margin-top: 40px; }
  #comments .comments-title {
    margin-bottom: 2em;
    margin-top: 1em; }
  #comments ol.comment-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-size: 20px; }
    #comments ol.comment-list li {
      padding-left: 0;
      position: relative;
      float: left;
      list-style: none;
      text-indent: 0; }
      #comments ol.comment-list li:before {
        display: none; }
      #comments ol.comment-list li ul.children {
        padding-left: 84px; }
      #comments ol.comment-list li article.comment-body {
        padding-left: 84px !important;
        width: 100%;
        border-bottom: 1px solid #CCC;
        margin-bottom: 1em; }
        #comments ol.comment-list li article.comment-body .avatar {
          position: absolute;
          top: 0;
          left: 0; }
        #comments ol.comment-list li article.comment-body .comment-metadata {
          color: #48611c;
          font-size: 16px; }
          #comments ol.comment-list li article.comment-body .comment-metadata a {
            color: inherit; }
        #comments ol.comment-list li article.comment-body .comment-content {
          padding-top: 1em; }
        #comments ol.comment-list li article.comment-body .reply {
          padding-bottom: 1em; }

#reply-title {
  font-size: 24px; }

.comment-notes {
  font-size: 20px; }

@media screen and (max-width: 1100px) {
  header #header-left, #masthead #header-left {
    padding-right: 30px; }

  header #logo, #masthead #logo {
    margin-left: 30px; }

  #content .inner {
    padding: 0 30px;
    background: #FFF; }

  div.footer-row footer .footer-col {
    padding: 40px 30px; }

  div.footer-row {
    background: #FFF; }

  .footer-bottom .inner {
    padding: 0 30px; }

  #breadcrumbs .inner {
    padding: 12px 30px; } }
@media screen and (max-width: 900px) {
  .desktop-900 {
    display: none !important; }

  .mobile-900 {
    display: block !important; }

  body {
    margin-top: 100px; }
    body.admin-bar header #header-top,
    body.admin-bar #masthead #header-top {
      margin-top: 32px; }
    body.admin-bar #nav-container {
      margin-top: 32px; }

  .site-3 header #header-top .site-branding a#logo img.svg,
  .site-3 #masthead #header-top .site-branding a#logo img.svg {
    width: 145px; }

  header,
  #masthead {
    background: #FFF; }
    header #header-top,
    #masthead #header-top {
      position: fixed;
      top: 0;
      left: 0;
      background: #FFF;
      z-index: 99;
      transition: left 0.3s ease-in-out;
      display: table;
      width: 100%; }
      header #header-top .site-branding,
      #masthead #header-top .site-branding {
        display: table-cell;
        text-align: center;
        padding-top: 0;
        vertical-align: top;
        width: 100%;
        height: 100px; }
        header #header-top .site-branding a#logo,
        #masthead #header-top .site-branding a#logo {
          display: inline-block;
          float: none;
          margin: 15px 15px 5px 15px; }
          header #header-top .site-branding a#logo img,
          #masthead #header-top .site-branding a#logo img {
            max-width: 180px;
            width: auto;
            max-height: 70px; }
            header #header-top .site-branding a#logo img.svg,
            #masthead #header-top .site-branding a#logo img.svg {
              width: 180px;
              max-height: unset; }
    header #mobile-nav-button,
    #masthead #mobile-nav-button {
      vertical-align: top;
      display: table-cell;
      width: 100px;
      height: 100px;
      background: #272727;
      float: left;
      text-align: center;
      box-sizing: border-box;
      overflow: hidden; }
      header #mobile-nav-button a,
      #masthead #mobile-nav-button a {
        color: #FFF;
        text-decoration: none;
        font-size: 20px;
        padding: 15px;
        display: block;
        box-sizing: border-box; }
        header #mobile-nav-button a span,
        #masthead #mobile-nav-button a span {
          display: block;
          clear: both;
          font-size: 42px; }
        header #mobile-nav-button a:hover,
        #masthead #mobile-nav-button a:hover {
          background: #608e14; }
    header #header-left,
    #masthead #header-left {
      padding-right: 0;
      width: 167px;
      display: table-cell;
      height: 100px; }
      header #header-left .top-row,
      #masthead #header-left .top-row {
        display: none; }
      header #header-left .bottom-row,
      #masthead #header-left .bottom-row {
        margin-top: 0; }
        header #header-left .bottom-row a,
        #masthead #header-left .bottom-row a {
          width: 100%;
          margin-right: 0;
          height: 100px;
          border-radius: 0;
          font-size: 26px;
          padding: 50px 0 15px 0;
          background-size: 43px;
          background-position: 65px 15px;
          text-align: center; }
        header #header-left .bottom-row #search-form,
        #masthead #header-left .bottom-row #search-form {
          display: none; }

  div.banner-outer.single {
    padding-left: 0;
    padding-right: 0; }

  .banner-row .banner-outer {
    display: block;
    padding-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .banner-row .banner-outer:first-child {
      padding-top: 0; }

  .some-banners.rotate .inner-banner-row {
    position: relative;
    display: block; }
    .some-banners.rotate .inner-banner-row:first-child .banner-outer:first-child {
      display: block; }
  .some-banners.rotate .banner-outer {
    position: absolute;
    display: none; } }
@media screen and (max-width: 782px) {
  body.admin-bar header #header-top,
  body.admin-bar #masthead #header-top {
    margin-top: 46px; }
  body.admin-bar #nav-container {
    margin-top: 46px; } }
@media screen and (max-width: 850px) {
  div.footer-row footer .footer-col {
    width: 50%;
    text-align: center; }
    div.footer-row footer .footer-col h5 {
      margin-top: 30px;
      margin-bottom: 15px; }
    div.footer-row footer .footer-col a.mobile-social {
      display: inline-block; }
    div.footer-row footer .footer-col #image-map,
    div.footer-row footer .footer-col #socal-links {
      display: none; }
    div.footer-row footer .footer-col:first-child {
      display: none; }
    div.footer-row footer .footer-col:last-child a.charity {
      display: block; }

  .footer-bottom {
    background: #272727;
    color: #FFFFFF; }
    .footer-bottom .left,
    .footer-bottom .right {
      width: 100%;
      text-align: center;
      color: #FFFFFF; }
      .footer-bottom .left a,
      .footer-bottom .left a:visited,
      .footer-bottom .right a,
      .footer-bottom .right a:visited {
        color: #FFFFFF; }
        .footer-bottom .left a:hover,
        .footer-bottom .left a:visited:hover,
        .footer-bottom .right a:hover,
        .footer-bottom .right a:visited:hover {
          text-decoration: underline;
          color: #FFFFFF; }
      .footer-bottom .left #site-by,
      .footer-bottom .right #site-by {
        display: block; }
    .footer-bottom .right {
      padding-top: 20px; }

  #back-to-top {
    display: block; } }
@media screen and (max-width: 710px) {
  .desktop-710 {
    display: none !important; }

  .mobile-710 {
    display: block !important; }

  .banner-row {
    padding-bottom: 30px; } }
@media screen and (max-width: 750px) {
  /**
   * Nav
   */
  body {
    margin-top: 64px; }

  .site-3 header #header-top .site-branding a#logo img.svg,
  .site-3 #masthead #header-top .site-branding a#logo img.svg {
    width: 100px; }

  header,
  #masthead {
    background: #FFF; }
    header #mobile-nav-button,
    #masthead #mobile-nav-button {
      width: 65px;
      height: 65px; }
      header #mobile-nav-button a,
      #masthead #mobile-nav-button a {
        font-size: 13px;
        padding: 10px; }
        header #mobile-nav-button a span,
        #masthead #mobile-nav-button a span {
          font-size: 26px; }
    header #header-top,
    #masthead #header-top {
      height: 65px; }
      header #header-top .site-branding,
      #masthead #header-top .site-branding {
        height: 65px; }
        header #header-top .site-branding a#logo,
        #masthead #header-top .site-branding a#logo {
          margin: 10px 10px 0 10px; }
          header #header-top .site-branding a#logo img,
          #masthead #header-top .site-branding a#logo img {
            max-width: 120px;
            width: auto;
            max-height: 45px; }
            header #header-top .site-branding a#logo img.svg,
            #masthead #header-top .site-branding a#logo img.svg {
              width: 120px;
              max-height: unset; }
    header #header-left,
    #masthead #header-left {
      height: 65px;
      width: 104px;
      vertical-align: top; }
      header #header-left .bottom-row a,
      #masthead #header-left .bottom-row a {
        height: 65px;
        font-size: 16px;
        padding: 32px 0 10px 0;
        background-size: 27px;
        background-position: 40px 9px;
        overflow: hidden; }

  /**
   * Comments
   **/
  #comments ol.comment-list li article {
    padding-left: 84px !important;
    padding-right: 0 !important; } }
@media screen and (max-width: 600px) {
  body #wpadminbar {
    position: fixed; }

  .page-template-top-level-page .banner-row {
    padding-bottom: 20px; }

  #comments ol.comment-list li ul.children {
    padding-left: 60px; }

  .banner-row {
    background: #FFFFFF;
    padding: 0; }
    .banner-row.home-banners {
      padding: 15px 0 0 0;
      background: #FFFFFF; }
    .banner-row .banner-outer {
      width: 100%;
      padding: 0; }
      .banner-row .banner-outer:first-child {
        padding-top: 0; }
      .banner-row .banner-outer div.banner, .banner-row .banner-outer a.banner {
        min-height: 100px;
        height: auto; }
        .banner-row .banner-outer div.banner.extended, .banner-row .banner-outer a.banner.extended {
          height: auto;
          min-height: 150px; }
        .banner-row .banner-outer div.banner .banner-inner, .banner-row .banner-outer a.banner .banner-inner {
          padding: 0 20px; }
        .banner-row .banner-outer div.banner span.title, .banner-row .banner-outer a.banner span.title {
          font-size: 18px; }
        .banner-row .banner-outer div.banner span.text, .banner-row .banner-outer a.banner span.text {
          font-size: 17px; }

  div.footer-row footer .footer-col {
    padding: 25px 15px; }
    div.footer-row footer .footer-col h5 {
      font-size: 13px;
      margin-top: 30px;
      margin-bottom: 15px; }
    div.footer-row footer .footer-col a {
      font-size: 15px; }
      div.footer-row footer .footer-col a.mobile-social {
        font-size: 18px; }
      div.footer-row footer .footer-col a .underline {
        display: inline; }
    div.footer-row footer .footer-col li a {
      line-height: 1.7em; }
    div.footer-row footer .footer-col .charity-logo {
      width: 100px; }

  .footer-bottom {
    padding: 30px 0; }
    .footer-bottom .inner {
      padding: 0 15px; }
      .footer-bottom .inner .left a {
        font-size: 16px; }
      .footer-bottom .inner .right {
        font-size: 13px; }

  #back-to-top a {
    font-size: 20px; }

  #content .inner {
    padding: 0 15px; }

  #breadcrumbs .inner {
    padding: 15px 15px;
    font-size: 16px; }

  /**
   * Comments
   */
  body #comments h2.comments-title {
    font-size: 22px; }
  body #comments ol.comment-list li article.comment-body {
    padding-left: 60px !important;
    padding-right: 0 !important;
    font-size: 19px; }
    body #comments ol.comment-list li article.comment-body .avatar {
      width: 40px; }
    body #comments ol.comment-list li article.comment-body .comment-author {
      font-size: 1em; }

  #reply-title {
    font-size: 22px; }

  .comment-notes {
    font-size: 19px; } }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: $color__border-button;
	border-radius: 3px;
	background: $color__background-button;
	color: rgba(0, 0, 0, .8);
	@include font-size(0.75);
	line-height: 1;
	padding: .6em 1em .4em;

	&:hover {
		border-color: $color__border-button-hover;
	}

	&:active,
	&:focus {
		border-color: $color__border-button-focus;
	}
}*/
.icon-left,
.icon-right {
  position: relative; }
  .icon-left span,
  .icon-right span {
    position: relative;
    top: 0.0em; }

.icon-left span {
  padding-right: 0.5em; }

.icon-right span {
  padding-left: 0.5em; }

.btn,
.btn:visited,
.button,
input[type="submit"]
input[type="submit"].button,
#wppb-submit,
.frm_style_formidable-style.with_frm_style .frm_button,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style {
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 20px;
  padding: 6px 15px;
  font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
  border: none !important;
  transition-property: background-color;
  transition-duration: 0.5s; }

.button,
input[type="submit"] {
  font-size: 24px;
  padding: 15px 30px;
  margin: 0; }

.woocommerce .button,
.woocommerce input[type="submit"] {
  font-size: 20px;
  color: #FFF !important;
  text-decoration: none;
  padding: 6px 15px; }
  .woocommerce .button:hover,
  .woocommerce input[type="submit"]:hover {
    color: #FFF; }

.btn-small, .btn-small:visited {
  color: #FFFFFF;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  transition-property: background-color;
  transition-duration: 0.5s; }

.btn-small:hover {
  background-color: #373e44; }

.comment-form input[type=submit],
.btn-medium, .btn-medium:visited {
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 18px 8px 18px;
  font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  border: none;
  transition-property: background-color;
  transition-duration: 0.5s; }

.btn-grey {
  color: #FFF;
  background-color: #4b575f; }
  .btn-grey:hover, .btn-grey:focus, .btn-grey:active {
    color: #FFF;
    background-color: #373e44; }

.btn-orange {
  color: #FFF;
  background-color: #e86d1f; }
  .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    color: #FFF;
    background-color: #c75018; }

.comment-form input[type=submit],
.btn-green,
.button,
.frm_style_formidable-style.with_frm_style .frm_button,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style {
  color: #FFF;
  background-color: #5d8e0e; }
  .comment-form input[type=submit]:hover, .comment-form input[type=submit]:focus,
  .btn-green:hover,
  .btn-green:focus,
  .button:hover,
  .button:focus,
  .frm_style_formidable-style.with_frm_style .frm_button:hover,
  .frm_style_formidable-style.with_frm_style .frm_button:focus,
  .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
  .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:focus, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:focus, .frm_form_submit_style:hover, .frm_form_submit_style:focus {
    color: #FFF;
    background-color: #42640d; }
  .comment-form input[type=submit]:active,
  .btn-green:active,
  .button:active,
  .frm_style_formidable-style.with_frm_style .frm_button:active,
  .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:active, .frm_style_formidable-style.with_frm_style input[type=submit]:active, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active, .frm_style_formidable-style.with_frm_style .frm_submit button:active, .frm_form_submit_style:active {
    color: #FFF;
    background-color: #354e0a; }

.comment-form input[type=submit] {
  font-size: 1em;
  width: 304px; }

@media screen and (max-width: 600px) {
  .btn {
    font-size: 18px; } }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  border-radius: 4px;
  border: 1px solid #272727;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  outline: none; }
  input[type="text"]:active, input[type="text"]:focus,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="url"]:active,
  input[type="url"]:focus,
  input[type="password"]:active,
  input[type="password"]:focus,
  input[type="search"]:active,
  input[type="search"]:focus,
  input[type="number"]:active,
  input[type="number"]:focus,
  input[type="tel"]:active,
  input[type="tel"]:focus,
  input[type="range"]:active,
  input[type="range"]:focus,
  input[type="date"]:active,
  input[type="date"]:focus,
  input[type="month"]:active,
  input[type="month"]:focus,
  input[type="week"]:active,
  input[type="week"]:focus,
  input[type="time"]:active,
  input[type="time"]:focus,
  input[type="datetime"]:active,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:focus,
  input[type="color"]:active,
  input[type="color"]:focus {
    border-color: #608e14; }

textarea {
  border-radius: 4px;
  border: 1px solid #272727;
  padding: 10px;
  outline: none; }
  textarea:active, textarea:focus {
    border-color: #608e14;
    border-width: 2px;
    padding: 9px; }

#search-form-mobile input[type="text"] {
  border-color: transparent !important; }
#search-form-mobile button {
  margin-top: 0 !important; }

#input_2_16 {
  width: 100%; }

/**
 * General forms
 */
body #content article form ul {
  list-style: none; }
  body #content article form ul li {
    padding-left: 0;
    text-indent: 0;
    padding-bottom: 0; }
    body #content article form ul li:before {
      display: none; }

/**
 * Share your story embeded form
 */
#can_embed_form .check_radio_field label input {
  position: absolute !important;
  left: 0 !important;
  top: 9px !important;
  z-index: 1 !important;
  opacity: 1 !important; }

#can_embed_form .check_radio_field label {
  display: block;
  width: auto;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  padding: 5px 0 0 34px !important;
  position: relative;
  float: none;
  margin: 0 20px 0 0; }

li.control-group {
  padding-left: 0px !important;
  text-indent: 0px !important;
  padding-bottom: 0px !important; }

li.control-group:before {
  padding-left: 0 !important;
  text-indent: 0 !important;
  padding-bottom: 0 !important;
  content: "" !important;
  color: black;
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Gravity forms
 */
.gform_confirmation_wrapper {
  margin-bottom: 30px; }

body .gform_wrapper {
  margin: 0; }

#gform_wrapper_1 {
  margin-bottom: 30px; }

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

body .gform_wrapper.gform_validation_error .top_label input.medium,
body .gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100%; }

body .gform_wrapper .top_label input.large.datepicker,
body .gform_wrapper .top_label input.medium.datepicker,
body .gform_wrapper .top_label input.small.datepicker {
  width: 100%; }

form,
.gform_wrapper form {
  /**
   * Errors
   */ }
  form ul,
  .gform_wrapper form ul {
    margin-bottom: 0; }
  form label,
  form label.gfield_label,
  .gform_wrapper form label,
  .gform_wrapper form label.gfield_label {
    font-size: 20px;
    font-weight: normal; }
  form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 4px;
    border: 1px solid #272727;
    padding: 9px 10px;
    font-size: 20px; }
    form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
    .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
    .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
      border-width: 2px;
      border-color: #608d13;
      padding: 8px 9px; }
  form .column-count-1-of-2,
  .gform_wrapper form .column-count-1-of-2 {
    padding-right: 15px; }
  form .column-count-2-of-2,
  .gform_wrapper form .column-count-2-of-2 {
    padding-left: 15px; }
    form .column-count-2-of-2 ul,
    .gform_wrapper form .column-count-2-of-2 ul {
      margin-left: 0;
      padding-left: 0; }
  form ul.gform_fields li.gfield,
  .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0; }
  form .gfield_required,
  .gform_wrapper form .gfield_required {
    color: #272727; }
  form .gform_footer:not(.top_label),
  .gform_wrapper form .gform_footer:not(.top_label) {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
    form .gform_footer:not(.top_label) input[type="submit"],
    .gform_wrapper form .gform_footer:not(.top_label) input[type="submit"] {
      margin-right: 0;
      width: 304px;
      max-width: 100%; }
  form .captcha,
  .gform_wrapper form .captcha {
    float: left;
    width: 100%; }
    form .captcha label,
    .gform_wrapper form .captcha label {
      display: none !important; }
    form .captcha .ginput_recaptcha,
    .gform_wrapper form .captcha .ginput_recaptcha {
      display: block !important;
      margin-left: 0 !important; }
    form .captcha.gfield_error .validation_message,
    .gform_wrapper form .captcha.gfield_error .validation_message {
      text-align: left;
      color: #F00;
      margin-left: 0;
      font-weight: normal; }
  form .gfield_time_ampm,
  .gform_wrapper form .gfield_time_ampm {
    max-width: 110px; }
  form .gfield_error .gfield_label,
  .gform_wrapper form .gfield_error .gfield_label {
    color: #272727; }
  form .left_label .gfield_error textarea.textarea,
  .gform_wrapper form .left_label .gfield_error textarea.textarea {
    width: 100%;
    border-color: #F00; }
  form li.gfield.gfield_error,
  .gform_wrapper form li.gfield.gfield_error {
    border: none;
    background: transparent;
    margin-bottom: 15px !important;
    padding-bottom: 0;
    padding-top: 0; }
    form li.gfield.gfield_error input,
    .gform_wrapper form li.gfield.gfield_error input {
      border-color: #F00; }
    form li.gfield.gfield_error.gfield_contains_required label.gfield_label,
    .gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
      margin-top: 0; }
    form li.gfield.gfield_error.gfield_contains_required div.gfield_description,
    .gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
      display: none; }
  form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  form li.gfield_error textarea,
  .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper form li.gfield_error textarea {
    border: 1px solid #F00; }
    form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    form li.gfield_error textarea:active,
    form li.gfield_error textarea:hover,
    form li.gfield_error textarea:focus,
    .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
    .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
    .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    .gform_wrapper form li.gfield_error textarea:active,
    .gform_wrapper form li.gfield_error textarea:hover,
    .gform_wrapper form li.gfield_error textarea:focus {
      border-width: 2px;
      border-color: #608d13;
      padding: 8px 9px; }

#newsletter-area form .captcha .ginput_recaptcha div {
  float: left; }

.gform_wrapper form .captcha .ginput_recaptcha div {
  margin: 0 auto; }

#gform_submit_button_1 {
  margin: 0 auto;
  display: block; }

#gform_submit_button_2 {
  margin: 0 auto;
  display: block; }

.gform_wrapper ul.gform_fields:not(.top_label) .captcha .ginput_container.ginput_recaptcha {
  margin-left: 0 !important; }

#select2-input_2_3-results li:first-child {
  display: none; }

#field_2_16 a {
  color: #272727;
  font-weight: bold; }
  #field_2_16 a:hover, #field_2_16 a:active {
    color: #608d13; }

.column-count-1-of-2,
.column-count-2-of-2 {
  width: 50%; }

body .gform_wrapper ul li.gfield {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-indent: 0; }
  body .gform_wrapper ul li.gfield:before {
    display: none; }
  body .gform_wrapper ul li.gfield.line-break {
    padding: 0 !important;
    margin: 0 !important;
    height: 1px;
    width: 100%;
    border: none;
    clear: both; }
  body .gform_wrapper ul li.gfield.gf_left_half, body .gform_wrapper ul li.gfield.gf_right_half {
    float: left;
    width: 50% !important;
    box-sizing: border-box;
    clear: none; }
  body .gform_wrapper ul li.gfield.gf_left_half, body .gform_wrapper ul li.gfield.gf_left_half.gfield_error {
    padding-right: 15px; }
    body .gform_wrapper ul li.gfield.gf_left_half input, body .gform_wrapper ul li.gfield.gf_left_half.gfield_error input {
      margin-bottom: 0; }
  body .gform_wrapper ul li.gfield.gf_right_half, body .gform_wrapper ul li.gfield.gf_right_half.gfield_error {
    padding-left: 15px; }
    body .gform_wrapper ul li.gfield.gf_right_half input, body .gform_wrapper ul li.gfield.gf_right_half.gfield_error input {
      margin-bottom: 0; }
  body .gform_wrapper ul li.gfield.terms-field label.gfield_label {
    display: none; }
  body .gform_wrapper ul li.gfield.terms-field li {
    text-indent: 0; }
    body .gform_wrapper ul li.gfield.terms-field li label {
      font-weight: normal !important; }
  body .gform_wrapper ul li.gfield.terms-field.gfield_error li label {
    color: #F00; }

body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above {
  display: block; }
  body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above label {
    display: block;
    width: 100%;
    font-weight: bold; }
  body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above .ginput_container {
    display: block;
    width: 100%;
    float: left; }
    body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above .ginput_container ul.gfield_checkbox li {
      text-indent: 0;
      float: left;
      width: 50%; }
      body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above .ginput_container ul.gfield_checkbox li:before {
        display: none; }
      body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above .ginput_container ul.gfield_checkbox li input {
        float: left; }
        body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above .ginput_container ul.gfield_checkbox li input:before {
          margin-top: -2px; }
      body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above .ginput_container ul.gfield_checkbox li label {
        display: inline-block;
        float: left;
        font-size: 18px;
        font-weight: normal !important;
        padding-left: 40px; }

/**
 * Changes after upgrading gravity forms
 */
html:not([dir=rtl]) div .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
  width: 100%;
  margin-left: 0; }

body .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox {
  width: 100%; }

/*
input[type='checkbox'] {
    height: 0;
    width: 0;
    margin-right: 20px;
    -webkit-appearance: none;
    outline: none;

    &:before {
        display: block;
        content: "";
        border: 2px solid #272727;
        border-radius: 4px;
        height: 20px;
        width: 20px;
        text-align: center;
        position: relative;
        margin-top: -12px;
        line-height: 1.0em;
    }
    &:checked {
        &:before {
            background: #608d13;
            border-color: #608d13;
            color: #FFFFFF;
            content: "\f00c";
            font-family: FontAwesome;
        }
    }
}
*/
input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  left: -99999999px;
  z-index: 0; }

body .gform_wrapper .gchoice_select_all,
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: normal; }
body .gform_wrapper ul.gfield_checkbox li {
  text-indent: 0 !important; }
body .gform_wrapper .top_label li ul.gfield_checkbox,
body .gform_wrapper .top_label li ul.gfield_radio {
  width: 100% !important; }

input[type='checkbox'] + label,
.woocommerce-form__label-for-checkbox input[type='checkbox'] + span:not(.required) {
  /*
  height: 0;
  width: 0;
  margin-right: 20px;
  -webkit-appearance: none;
  outline: none;
  */
  padding-left: 30px !important;
  text-indent: 0; }
  input[type='checkbox'] + label:before,
  .woocommerce-form__label-for-checkbox input[type='checkbox'] + span:not(.required):before {
    display: inline-block;
    content: "";
    border: 2px solid #272727;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    line-height: 1.0em;
    font-size: 16px;
    z-index: 1;
    margin-right: 20px;
    top: 4px;
    margin-left: -30px; }

input[type='checkbox']:checked + label:before,
.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:not(.required):before {
  background: #608d13;
  border-color: #608d13;
  color: #FFFFFF;
  content: "\f00c";
  font-family: FontAwesome; }

.woocommerce-form__label-for-checkbox span {
  position: relative; }

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
  max-width: 85%; }

body #label_2_21_1 {
  max-width: 100%; }

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

body .gform_wrapper form ul.gform_fields.left_label li.gfield {
  display: table;
  width: 100%;
  position: relative;
  vertical-align: top;
  margin-bottom: 15px; }
  body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-top {
    display: block; }

body .gform_wrapper form ul.gform_fields.top_label li.gfield {
  margin-bottom: 15px; }

body .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.label-top .gfield_label {
  display: block;
  width: 100%;
  margin-bottom: 26px; }

body .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.label-top .ginput_container {
  display: block;
  width: 100%; }

body .gform_wrapper .left_label textarea.medium {
  width: 100%;
  height: 309px;
  box-sizing: border-box;
  padding: 10px; }
  body .gform_wrapper .left_label textarea.medium:active, body .gform_wrapper .left_label textarea.medium:hover, body .gform_wrapper .left_label textarea.medium:focus {
    border-width: 2px;
    border-color: #608d13;
    padding: 9px; }

body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
  display: table-cell;
  width: 190px;
  vertical-align: middle;
  padding-top: 0.5em;
  margin-bottom: 0; }

body .with-side-nav .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
  width: 160px; }

body .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container {
  display: table-cell;
  width: 100%;
  vertical-align: top; }
  body .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.label-top {
    display: block;
    width: 100%; }

/**
 * Formidable forms
 */
body .ui-datepicker .ui-widget-header,
body .ui-datepicker .ui-datepicker-header,
body .ui-datepicker td.ui-datepicker-current-day,
body .ui-datepicker td .ui-state-hover,
body .ui-datepicker thead {
  background: #FFFFFF !important;
  color: #272727 !important; }
body .ui-datepicker td .ui-state-hover {
  border-color: #272727 !important;
  background: #272727 !important;
  color: #FFF !important; }
body .frm_forms {
  float: left;
  width: 100%;
  font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important; }
body .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
  border-width: unset;
  border: unset;
  float: left;
  width: 100%; }
body .frm_style_formidable-style.with_frm_style .frm_primary_label {
  font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  font-size: 20px;
  font-weight: normal; }
body .frm_style_formidable-style.with_frm_style input[type=text],
body .frm_style_formidable-style.with_frm_style input[type=password],
body .frm_style_formidable-style.with_frm_style input[type=email],
body .frm_style_formidable-style.with_frm_style input[type=number],
body .frm_style_formidable-style.with_frm_style input[type=url],
body .frm_style_formidable-style.with_frm_style input[type=tel],
body .frm_style_formidable-style.with_frm_style input[type=file],
body .frm_style_formidable-style.with_frm_style input[type=search],
body .frm_style_formidable-style.with_frm_style select {
  line-height: 1.5em;
  height: auto; }
body .frm_style_formidable-style.with_frm_style p.description,
body .frm_style_formidable-style.with_frm_style div.description,
body .frm_style_formidable-style.with_frm_style div.frm_description,
body .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
body .frm_style_formidable-style.with_frm_style .frm_error {
  font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  font-size: 20px; }
body .frm_style_formidable-style.with_frm_style div.frm_description {
  font-size: 18px; }
body .frm_style_formidable-style.with_frm_style input[type=text],
body .frm_style_formidable-style.with_frm_style input[type=password],
body .frm_style_formidable-style.with_frm_style input[type=email],
body .frm_style_formidable-style.with_frm_style input[type=number],
body .frm_style_formidable-style.with_frm_style input[type=url],
body .frm_style_formidable-style.with_frm_style input[type=tel],
body .frm_style_formidable-style.with_frm_style input[type=phone],
body .frm_style_formidable-style.with_frm_style input[type=search],
body .frm_style_formidable-style.with_frm_style select,
body .frm_style_formidable-style.with_frm_style textarea,
body .frm_form_fields_style,
body .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
body .frm_form_fields_active_style,
body .frm_form_fields_error_style,
body .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
body .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  outline: none !important;
  box-shadow: none !important; }
  body .frm_style_formidable-style.with_frm_style input[type=text]:active,
  body .frm_style_formidable-style.with_frm_style input[type=password]:active,
  body .frm_style_formidable-style.with_frm_style input[type=email]:active,
  body .frm_style_formidable-style.with_frm_style input[type=number]:active,
  body .frm_style_formidable-style.with_frm_style input[type=url]:active,
  body .frm_style_formidable-style.with_frm_style input[type=tel]:active,
  body .frm_style_formidable-style.with_frm_style input[type=phone]:active,
  body .frm_style_formidable-style.with_frm_style input[type=search]:active,
  body .frm_style_formidable-style.with_frm_style select:active,
  body .frm_style_formidable-style.with_frm_style textarea:active,
  body .frm_form_fields_style:active,
  body .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container:active,
  body .frm_form_fields_active_style:active,
  body .frm_form_fields_error_style:active,
  body .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices:active,
  body .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single:active {
    outline: none !important;
    box-shadow: none !important; }
body .frm_style_formidable-style.with_frm_style textarea {
  border-radius: 4px;
  border: 1px solid #272727;
  padding: 9px 10px;
  font-size: 20px; }
  body .frm_style_formidable-style.with_frm_style textarea:hover, body .frm_style_formidable-style.with_frm_style textarea:active, body .frm_style_formidable-style.with_frm_style textarea:focus {
    border-width: 2px;
    border-color: #608d13;
    padding: 8px 9px; }
body .frm_style_formidable-style.with_frm_style .frm_checkbox,
body .frm_style_formidable-style.with_frm_style .frm_radio,
body .horizontal_radio .frm_catlevel_1 {
  padding-left: 30px !important;
  position: relative;
  margin-bottom: 0.5em; }
  body .frm_style_formidable-style.with_frm_style .frm_checkbox label,
  body .frm_style_formidable-style.with_frm_style .frm_radio label,
  body .horizontal_radio .frm_catlevel_1 label {
    font-size: 20px;
    font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    cursor: pointer;
    padding-right: 1em; }
    body .frm_style_formidable-style.with_frm_style .frm_checkbox label:before,
    body .frm_style_formidable-style.with_frm_style .frm_radio label:before,
    body .horizontal_radio .frm_catlevel_1 label:before {
      display: inline-block;
      content: "";
      border: 2px solid #272727;
      border-radius: 10px;
      height: 20px;
      width: 20px;
      text-align: center;
      position: absolute;
      line-height: 1.0em;
      font-size: 16px;
      z-index: 1;
      margin-right: 20px;
      top: 5px;
      margin-left: -30px; }
    body .frm_style_formidable-style.with_frm_style .frm_checkbox label:checked:before,
    body .frm_style_formidable-style.with_frm_style .frm_radio label:checked:before,
    body .horizontal_radio .frm_catlevel_1 label:checked:before {
      background: #608d13;
      border-color: #608d13;
      color: #FFFFFF;
      content: "\f00c";
      font-family: FontAwesome !important; }
    body .frm_style_formidable-style.with_frm_style .frm_checkbox label.selected:before,
    body .frm_style_formidable-style.with_frm_style .frm_radio label.selected:before,
    body .horizontal_radio .frm_catlevel_1 label.selected:before {
      background: #608d13;
      border-color: #608d13;
      color: #FFFFFF;
      content: "\f00c";
      font-family: FontAwesome !important; }
  body .frm_style_formidable-style.with_frm_style .frm_checkbox input,
  body .frm_style_formidable-style.with_frm_style .frm_radio input,
  body .horizontal_radio .frm_catlevel_1 input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    margin: 0; }
body .frm_style_formidable-style.with_frm_style .frm_checkbox input:before {
  border-radius: 4px; }
body .frm_third .frm_time_wrap .select2-container {
  width: 30.1% !important; }
body .frm_third .frm_time_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 0; }
  body .frm_third .frm_time_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
body .frm_style_formidable-style.with_frm_style .frm_icon_font {
  color: #FFF;
  position: relative; }
  body .frm_style_formidable-style.with_frm_style .frm_icon_font:before {
    color: #FFF; }
body .frm_style_formidable-style.with_frm_style .frm_button .frm_icon_font:before {
  font-size: 1em;
  padding-right: 0.5em;
  top: 0.05em; }
body .frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before, body .frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {
  color: #FFF; }
body .frm_style_formidable-style.with_frm_style .frm_button {
  padding: 11px 15px; }
body .frm_style_formidable-style.with_frm_style .frm_submit button {
  min-width: 200px;
  padding: 18px 16px; }
body .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {
  border-bottom-color: #FFF;
  border-right-color: #FFF;
  border-width: 2px; }
body .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit, body .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover {
  color: #FFF;
  background-color: #5d8e0e; }
body .with_frm_style .vertical_radio .frm_checkbox label, body .with_frm_style .vertical_radio .frm_radio label {
  padding-left: 0px;
  text-indent: 0px; }

/**
 * Select 2

.select2-container {
    width: 100%;
}
 */
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-width: 2px;
  border-color: #608d13; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
  .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
    padding-top: 9px;
    padding-left: 9px; }

.select2-container--default .select2-selection--single {
  border-radius: 4px;
  border: 1px solid #272727;
  width: 100%;
  font-size: 20px;
  color: #272727;
  outline: none;
  height: 50px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 60px 10px 10px;
    font-size: inherit;
    color: inherit; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    background: #608d13;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #FFF transparent transparent transparent; }
  .select2-container--default .select2-selection--single:hover .select2-selection__arrow {
    background: #42640d; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFF transparent; }

/**
 * Errors
 */
.gfield_error .select2-container--default .select2-selection--single {
  border-color: #F00; }

/**
 * /login/
 */
#post-512 {
  width: 100%; }

#wppb-login-wrap {
  float: left;
  width: 50%; }

#loginform {
  float: left;
  width: 100%; }

.wppb-error {
  float: left; }

body .woocommerce-form-login.login {
  float: left;
  width: 50%; }
  body .woocommerce-form-login.login .form-row {
    float: none;
    padding: 0 0 10px 0;
    margin: 0; }
  body .woocommerce-form-login.login .button {
    float: right;
    margin-left: 0;
    padding: 6px 15px; }
  body .woocommerce-form-login.login .lost_password {
    clear: both; }

/**
 * Comments form
 */
.comment-form {
  font-size: inherit; }
  .comment-form .comment-form-comment,
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    float: left;
    width: 50%;
    display: table;
    margin-bottom: 15px; }
    .comment-form .comment-form-comment label,
    .comment-form .comment-form-author label,
    .comment-form .comment-form-email label {
      display: table-cell;
      width: 130px;
      font-size: 20px;
      font-weight: normal; }
      .comment-form .comment-form-comment label .required,
      .comment-form .comment-form-author label .required,
      .comment-form .comment-form-email label .required {
        color: inherit; }
    .comment-form .comment-form-comment input,
    .comment-form .comment-form-author input,
    .comment-form .comment-form-email input {
      display: table-cell;
      width: 100%; }
    .comment-form .comment-form-comment textarea,
    .comment-form .comment-form-author textarea,
    .comment-form .comment-form-email textarea {
      display: table-cell;
      width: 100%; }
  .comment-form .comment-form-comment {
    width: 100% !important; }
    .comment-form .comment-form-comment label {
      vertical-align: top; }
  .comment-form .comment-form-author {
    padding-right: 15px; }
  .comment-form .comment-form-email {
    padding-left: 15px; }
  .comment-form .google-recaptcha-container {
    margin-bottom: 10px;
    padding-left: 130px; }
  .comment-form .form-submit {
    padding-left: 130px; }
    .comment-form .form-submit input[type=submit] {
      font-size: 20px; }

@media screen and (max-width: 900px) {
  body .gform_wrapper form ul.gform_fields.left_label li.gfield {
    display: block; }

  body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    display: block;
    width: 100%;
    padding-top: 0; }

  body .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container {
    display: block;
    width: 100%; }

  body .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.label-top .gfield_label {
    margin-bottom: 0; }

  body .gform_wrapper .left_label textarea.medium {
    height: 150px; }

  .column-count-1-of-2,
  .column-count-2-of-2 {
    width: 100% !important;
    padding: 0 !important; }

  body .gform_wrapper ul li.gfield.gf_left_half, body .gform_wrapper ul li.gfield.gf_left_half.gfield_error, body .gform_wrapper ul li.gfield.gf_right_half, body .gform_wrapper ul li.gfield.gf_right_half.gfield_error {
    padding-right: 0;
    padding-left: 0;
    width: 100% !important; }

  body .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above .ginput_container ul.gfield_checkbox li {
    width: 100%; }

  .comment-form .comment-form-comment, .comment-form .comment-form-author, .comment-form .comment-form-email {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  body .frm_third .frm_time_wrap .select2-container {
    width: 30.1% !important; }
  body .frm_third .frm_time_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 0; }
    body .frm_third .frm_time_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; } }
@media screen and (max-width: 750px) {
  #search-form-mobile input[type="text"] {
    font-size: 17px;
    padding: 2px 10px;
    margin-top: 1px; }

  #wppb-login-wrap {
    float: left;
    width: 100%; }

  body .woocommerce-form-login.login {
    float: left;
    width: 100%; } }
@media screen and (max-width: 600px) {
  body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    font-size: 17px; }

  form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 17px;
    padding: 2px 10px;
    line-height: 2; }
    form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
    .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
    .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
      padding: 1px 9px; }

  form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
  form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
  form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
  form li.gfield_error textarea:active,
  form li.gfield_error textarea:hover,
  form li.gfield_error textarea:focus,
  .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
  .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
  .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
  .gform_wrapper form li.gfield_error textarea:active, .gform_wrapper form li.gfield_error textarea:hover, .gform_wrapper form li.gfield_error textarea:focus {
    padding: 1px 9px; }

  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0 !important; }

  form li.gfield.gfield_error, .gform_wrapper form li.gfield.gfield_error,
  body .gform_wrapper form ul.gform_fields.left_label li.gfield {
    margin-bottom: 5px !important; }

  body form .gform_footer:not(.top_label) input[type="submit"],
  .gform_wrapper form .gform_footer:not(.top_label) input[type="submit"] {
    width: auto;
    float: none;
    margin-top: 5px;
    padding: 1px 30px;
    margin-bottom: 0;
    font-size: 19px; }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
  .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
    padding-left: 9px;
    font-size: 17px; }

  .select2-container--default .select2-selection--single {
    height: 40px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 50px 5px 10px;
    font-size: 17px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 40px; }

  form .captcha .ginput_recaptcha div, .gform_wrapper form .captcha .ginput_recaptcha div {
    float: none; }

  form .captcha.gfield_error .validation_message, .gform_wrapper form .captcha.gfield_error .validation_message {
    text-align: left; }

  #gform_submit_button_1 {
    float: none; }

  #field_2_15 {
    padding-top: 20px; }

  .comment-form .comment-form-comment, .comment-form .comment-form-author, .comment-form .comment-form-email {
    display: block; }
    .comment-form .comment-form-comment label, .comment-form .comment-form-author label, .comment-form .comment-form-email label {
      display: block;
      width: auto; }
    .comment-form .comment-form-comment input, .comment-form .comment-form-author input, .comment-form .comment-form-email input {
      display: block; }

  .comment-form .google-recaptcha-container,
  .comment-form .form-submit {
    padding-left: 0;
    text-align: center; }

  body .frm_style_formidable-style.with_frm_style textarea {
    font-size: 17px; } }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#nav-container {
  float: left;
  width: 100%;
  background: #608d13;
  box-sizing: border-box;
  margin-top: 20px;
  background-image: url("images/layout/nav-border-bg.png");
  background-position: bottom;
  background-repeat: repeat-x; }
  #nav-container #mobile-nav-header {
    display: none; }

.mobile-nav-page {
  display: none; }

#mobile_nav {
  display: none; }

nav {
  overflow: visible; }

nav#site-navigation {
  clear: both;
  display: block;
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  max-width: 100%; }
  nav#site-navigation ul#main-nav {
    margin: 0 auto;
    padding: 0 65px;
    /*display: block;*/
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    list-style: none;
    z-index: 15;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    nav#site-navigation ul#main-nav.items-6 li.main-item > a {
      font-size: 20px; }
    nav#site-navigation ul#main-nav li.main-item {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      display: inline-block;
      margin: 0 auto;
      float: none;
      box-sizing: border-box;
      list-style: none;
      padding: 0;
      margin: 0;
      /* open state of first descendant link within a top level
         navigation item */ }
      nav#site-navigation ul#main-nav li.main-item > a {
        position: relative;
        display: inline-block;
        width: 100%;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 22px;
        border-left: 1px solid #48611c;
        border-right: none;
        padding: 12px 0 10px 0;
        box-sizing: border-box;
        border-bottom: 4px solid #48611c;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent; }
        nav#site-navigation ul#main-nav li.main-item > a.nav-more {
          display: none; }
        nav#site-navigation ul#main-nav li.main-item > a:hover {
          border-bottom: 4px solid #e86d1f; }
        nav#site-navigation ul#main-nav li.main-item > a.focus {
          border-top: 1px solid #e86d1f;
          border-right: 1px solid #e86d1f;
          border-color: #e86d1f; }
          nav#site-navigation ul#main-nav li.main-item > a.focus.open {
            border-color: transparent; }
          nav#site-navigation ul#main-nav li.main-item > a.focus.hover {
            border-top: 1px solid transparent;
            border-right: 1px solid transparent;
            border-left: 1px solid #48611c; }
      nav#site-navigation ul#main-nav li.main-item > a.open {
        background-color: #272727;
        border-bottom: 4px solid #272727;
        z-index: 1; }
    nav#site-navigation ul#main-nav li.main-item:last-child > a:first-child {
      border-right: 1px solid #48611c; }

/* Rudimentary mega menu CSS for demonstration */
/* mega menu list */
/* a top level navigation item in the mega menu */
/* first descendant link within a top level navigation item */
/* focus/open states of first descendant link within a top level
   navigation item */
.nav-item > a:focus,
.nav-item > a.open {
  /*border: 1px solid #dedede;*/ }

/* sub-navigation panel open state */
.sub-nav.open {
  display: block;
  /*max-height: 9999999px;*/
  visibility: visible;
  top: 3em;
  max-height: 1200px;
  opacity: 1;
  z-index: 1001;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; }

/* sub-navigation panel - Leaving this outside the above nested nav stuff because it breaks the megamenu JS from some bizarre reason :-S */
.sub-nav {
  position: absolute;
  top: 78px;
  margin-top: -1px;
  padding: 0 65px;
  border: none;
  background-color: #fff;
  text-align: left;
  left: 0;
  width: 100%;
  background: #272727;
  color: #FFFFFF;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  left: 0;
  margin: 0;
  cursor: default;
  visibility: hidden;
  top: -9999em;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  /*li.depth-1 {
      padding-left: 20px;
  }
  li.depth-2 {
      padding-left: 40px;
  }
  li.depth-3 {
      padding-left: 60px;
  }
  li.depth-4 {
      padding-left: 80px;
  }*/
  /* list of items within sub-navigation panel*/ }
  .sub-nav a {
    color: #FFFFFF; }
  .sub-nav .sub-nav-head {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: bottom; }
    .sub-nav .sub-nav-head div {
      display: inline-block; }
      .sub-nav .sub-nav-head div .btn {
        font-size: 22px;
        position: relative;
        top: -5px;
        padding: 7px 15px 7px 20px; }
        .sub-nav .sub-nav-head div .btn span {
          position: relative;
          top: 3px;
          padding-left: 5px;
          font-size: 26px; }
    .sub-nav .sub-nav-head div:first-child {
      float: left;
      font-size: 36px;
      font-weight: bold; }
      .sub-nav .sub-nav-head div:first-child a {
        text-decoration: none; }
        .sub-nav .sub-nav-head div:first-child a > .underline {
          border-bottom: 2px solid #FFF; }
        .sub-nav .sub-nav-head div:first-child a:hover {
          color: #c1d71d; }
          .sub-nav .sub-nav-head div:first-child a:hover > .underline {
            border-color: #c1d71d; }
    .sub-nav .sub-nav-head div:last-child {
      float: right;
      text-align: right; }
      .sub-nav .sub-nav-head div:last-child a {
        text-decoration: none;
        font-weight: bold; }
        .sub-nav .sub-nav-head div:last-child a .text {
          font-size: 18px;
          padding-right: 6px; }
        .sub-nav .sub-nav-head div:last-child a .fa {
          font-size: 30px;
          position: relative;
          top: 3px;
          height: 30px;
          width: 30px;
          text-align: center; }
      .sub-nav .sub-nav-head div:last-child a:hover .text {
        color: #c1d71d;
        text-decoration: underline; }
      .sub-nav .sub-nav-head div:last-child a:hover .fa {
        /*transform: rotate(90deg);*/
        color: #c1d71d;
        text-decoration: none; }
  .sub-nav ul {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0;
    padding: 0;
    box-sizing: border-box;
    margin-right: 0;
    padding-right: 20px;
    margin-bottom: 30px;
    /* list item within sub-navigation panel*/ }
    .sub-nav ul li {
      display: block;
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: left;
      margin-bottom: 15px; }
      .sub-nav ul li > a {
        font-weight: bold;
        font-size: 22px;
        text-decoration: none;
        padding-bottom: 8px;
        display: inline-block; }
        .sub-nav ul li > a > .underline {
          border-bottom: 1px solid #FFF; }
      .sub-nav ul li a:hover {
        color: #c1d71d; }
        .sub-nav ul li a:hover .underline {
          border-color: #c1d71d; }
      .sub-nav ul li ul {
        margin-bottom: 0;
        padding-right: 0; }
        .sub-nav ul li ul li {
          margin-bottom: 0;
          margin-top: 10px; }
          .sub-nav ul li ul li > a {
            text-decoration: none;
            font-weight: normal;
            font-size: 20px;
            padding-bottom: 12px; }
          .sub-nav ul li ul li a {
            line-height: 1.3em; }
          .sub-nav ul li ul li li {
            padding-left: 20px; }
          .sub-nav ul li ul li li:before {
            content: ">";
            /* FontAwesome Unicode */
            display: inline-block;
            margin-left: -20px;
            /* same as padding-left set on li */
            width: 20px;
            /* same as padding-left set on li */
            float: left;
            padding-top: 3px; }
    .sub-nav ul ul {
      display: block;
      padding-left: 0; }
      .sub-nav ul ul ul {
        padding-left: 15px; }

.sub-nav.cols-3 > ul {
  width: 32.5%; }

.sub-nav.cols-4 > ul {
  width: 24%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/**
 *
 * Internet explorer, the butthole of web browsers
 *
 */
.no-flexbox nav#site-navigation ul#main-nav li.main-item {
  width: 20%; }
.no-flexbox .mobile-nav-page li {
  display: table;
  vertical-align: top; }
  .no-flexbox .mobile-nav-page li a {
    display: table-cell;
    vertical-align: top;
    width: 100%; }
  .no-flexbox .mobile-nav-page li a.nav-more {
    vertical-align: top;
    display: table-cell;
    float: left; }
  .no-flexbox .mobile-nav-page li.links a {
    width: 50%; }

body.open-mobile-nav {
  background: #272727; }

@media screen and (max-width: 1100px) {
  nav#site-navigation ul#main-nav {
    padding: 0 30px; }

  .sub-nav {
    padding: 0 30px; } }
@media screen and (max-width: 900px) {
  /**
   *
   * Mobile nav
   *
   */
  #nav-container {
    margin-top: 0;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: -1;
    background: #272727;
    transition: left 0.3s ease-in-out;
    overflow: hidden; }
    #nav-container #mobile-nav-header {
      border-bottom: 4px solid #525252;
      display: block; }
      #nav-container #mobile-nav-header a {
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        box-sizing: border-box;
        height: 100px;
        padding: 29px 25px 21px 25px; }
        #nav-container #mobile-nav-header a:hover {
          color: #c1cd23; }
        #nav-container #mobile-nav-header a.home-link {
          font-size: 32px;
          position: relative; }
          #nav-container #mobile-nav-header a.home-link span {
            font-size: 42px;
            position: relative;
            margin-right: 10px; }
        #nav-container #mobile-nav-header a.nav-close {
          float: right;
          font-size: 20px;
          font-weight: bold;
          line-height: 1em;
          padding-top: 32px; }
          #nav-container #mobile-nav-header a.nav-close span {
            float: right;
            font-size: 42px;
            position: relative;
            top: -23px;
            margin-left: 10px; }
    #nav-container nav#site-navigation ul#main-nav {
      position: fixed;
      top: -9999999px;
      height: 0;
      width: 0;
      /*visibility: 0;*/
                /*padding: 0;
                transition: left 0.3s ease-in-out;
                left: 0;

                > li.main-item {
                    display: flex;
                    float: none;
                    border-bottom: 1px solid #525252;
                    text-align: left;
                    float: left;
                    width: 100%;

                    > a {
                        padding: 16px 30px;
                        border: none;
                        font-size: $size_32;
                        width: 100%;
                        flex-grow: 1;


                        &:hover {
                            background: #41610c;
                        }

                        &.nav-more {
                            display: inline-block;
                            width: 90px;
                            padding: 0;
                            flex-grow: 1;

                            .fa {
                                padding: 24px 28px;
                                float: right;
                            }

                            .border {
                                display: block;
                                width: 1px;
                                float: left;
                                height: 50px;
                                margin: 15px 0;
                                background: #525252;
                            }
                        }
                    }


                    .sub-nav {

                        &.open {
                            display: none;
                        }
                    }
                }*/ }

  #mobile_nav {
    display: block;
    position: relative;
    height: 100%;
    overflow-x: hidden; }

    /*body {
        .mobile-nav-page {
            display: none !important;
        }

        &.open-mobile-nav {
            .mobile-nav-page {
                display: block !important;
            }
        }
    }*/
  .mobile-nav-page {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 300;
    width: 100%;
    background: #272727;
    color: #FFF;
    visibility: visible;
    opacity: 1;
    max-height: 99999px;
    height: auto;
    transition: left 0.3s ease-in-out;
    height: inherit;
    overflow: hidden; }
    .mobile-nav-page.hidden {
      display: none; }
    .mobile-nav-page.open {
      left: 0;
      overflow: visible; }
    .mobile-nav-page.closed {
      left: -100%;
      overflow: hidden; }
    .mobile-nav-page#subnav0 {
      left: -100%; }
      .mobile-nav-page#subnav0.open {
        left: 0; }
    .mobile-nav-page .sub-nav-title {
      padding: 8px 30px; }
      .mobile-nav-page .sub-nav-title a.nav-back {
        color: #FFF;
        text-decoration: none;
        font-size: 56px;
        padding-right: 25px;
        padding-left: 0; }
        .mobile-nav-page .sub-nav-title a.nav-back:hover {
          color: #41610c; }
      .mobile-nav-page .sub-nav-title span.title {
        font-size: 32px;
        position: relative;
        top: -8px;
        font-weight: bold; }
    .mobile-nav-page ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
      .mobile-nav-page ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        float: none;
        border-bottom: 1px solid #525252;
        text-align: left;
        float: left;
        width: 100%; }
        .mobile-nav-page ul li:first-child {
          border-top: 1px solid #525252; }
        .mobile-nav-page ul li.links a {
          text-align: center;
          border-left: 1px solid #525252; }
          .mobile-nav-page ul li.links a span {
            margin-right: 0.4em; }
          .mobile-nav-page ul li.links a:first-child {
            border-left: none; }
        .mobile-nav-page ul li.search form {
          width: 100%;
          padding: 15px 30px; }
          .mobile-nav-page ul li.search form div {
            display: table;
            width: 100%;
            padding: 0;
            background: #FFF;
            border-radius: 4px;
            overflow: hidden;
            vertical-align: middle; }
            .mobile-nav-page ul li.search form div button {
              background: transparent;
              color: #272727;
              font-size: 24px;
              display: table-cell;
              width: 50px;
              border: none;
              float: left;
              box-sizing: border-box;
              margin-top: 8px; }
            .mobile-nav-page ul li.search form div input {
              display: table-cell;
              width: 100%;
              border: none;
              margin-right: -50px;
              font-size: 32px;
              padding-left: 15px;
              box-sizing: border-box;
              outline: none;
              padding-top: 7px;
              padding-bottom: 7px;
              float: right; }
        .mobile-nav-page ul li > a {
          padding: 16px 30px;
          border: none;
          font-size: 32px;
          width: 100%;
          -webkit-flex-grow: 1;
          -moz-flex-grow: 1;
          flex-grow: 1;
          color: #FFF;
          text-decoration: none; }
          .mobile-nav-page ul li > a:hover {
            background: #41610c; }
          .mobile-nav-page ul li > a.nav-more {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width: 90px;
            padding: 0;
            -webkit-flex-grow: 1;
            -moz-flex-grow: 1;
            flex-grow: 1; }
            .mobile-nav-page ul li > a.nav-more .fa {
              padding: 24px 28px;
              float: right; }
            .mobile-nav-page ul li > a.nav-more .border {
              display: block;
              width: 1px;
              float: left;
              height: 50px;
              margin: 15px 0;
              background: #525252; }

  body {
    transition: left 0.3s ease-in-out; }
    body.open-mobile-nav {
      left: 100%;
      overflow: hidden; }
      body.open-mobile-nav #nav-container {
        left: 0; }
      body.open-mobile-nav #nav-container {
        /*display: block;*/ }
      body.open-mobile-nav header #header-top, body.open-mobile-nav #masthead #header-top {
        left: 100%; } }
@media screen and (max-width: 750px) {
  header #header-top, #masthead #header-top {
    height: 64px; }

  #nav-container #mobile-nav-header a {
    height: 65px;
    padding: 19px 15px 11px 15px; }
    #nav-container #mobile-nav-header a.home-link {
      font-size: 20px; }
      #nav-container #mobile-nav-header a.home-link span {
        font-size: 26px; }
    #nav-container #mobile-nav-header a.nav-close {
      font-size: 13px;
      padding-top: 20px; }
      #nav-container #mobile-nav-header a.nav-close span {
        font-size: 26px;
        top: -14px; }

  .mobile-nav-page .sub-nav-title {
    padding: 3px 15px; }
    .mobile-nav-page .sub-nav-title a.nav-back {
      font-size: 36px;
      padding-right: 15px; }
    .mobile-nav-page .sub-nav-title span.title {
      font-size: 20px;
      top: -6px; }
  .mobile-nav-page ul li > a {
    font-size: 20px;
    padding: 10px 15px; }
    .mobile-nav-page ul li > a.nav-more {
      width: 50px; }
      .mobile-nav-page ul li > a.nav-more .fa {
        padding: 15px 15px; }
      .mobile-nav-page ul li > a.nav-more .border {
        height: 30px;
        margin: 10px 0; }
  .mobile-nav-page ul li.search form {
    padding: 8px 15px; }
    .mobile-nav-page ul li.search form div button {
      font-size: 15px;
      margin-top: 3px; }
    .mobile-nav-page ul li.search form div input {
      font-size: 20px;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 0; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.search-results,
.page-template,
.page-template-default,
.single-board,
.single-staff {
  font-size: 20px; }
  .search-results h1,
  .page-template h1,
  .page-template-default h1,
  .single-board h1,
  .single-staff h1 {
    font-size: 44px;
    line-height: 1.2em; }
  .search-results h2,
  .page-template h2,
  .page-template-default h2,
  .single-board h2,
  .single-staff h2 {
    font-size: 32px;
    line-height: 1.2em;
    margin-top: 0; }
  .search-results h3,
  .page-template h3,
  .page-template-default h3,
  .single-board h3,
  .single-staff h3 {
    font-size: 28px;
    line-height: 1.2em;
    margin-top: 0; }
  .search-results h4,
  .page-template h4,
  .page-template-default h4,
  .single-board h4,
  .single-staff h4 {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 0; }
  .search-results #content-outer,
  .page-template #content-outer,
  .page-template-default #content-outer,
  .single-board #content-outer,
  .single-staff #content-outer {
    display: table;
    width: 100%; }
    .search-results #content-outer #page-subnav,
    .page-template #content-outer #page-subnav,
    .page-template-default #content-outer #page-subnav,
    .single-board #content-outer #page-subnav,
    .single-staff #content-outer #page-subnav {
      display: table-cell;
      width: 200px;
      min-width: 200px;
      vertical-align: top; }
      .search-results #content-outer #page-subnav h4,
      .page-template #content-outer #page-subnav h4,
      .page-template-default #content-outer #page-subnav h4,
      .single-board #content-outer #page-subnav h4,
      .single-staff #content-outer #page-subnav h4 {
        margin-top: 40px;
        text-transform: uppercase;
        font-size: 18px; }
      .search-results #content-outer #page-subnav ul,
      .page-template #content-outer #page-subnav ul,
      .page-template-default #content-outer #page-subnav ul,
      .single-board #content-outer #page-subnav ul,
      .single-staff #content-outer #page-subnav ul {
        margin-left: 0;
        padding-left: 0;
        list-style: none; }
        .search-results #content-outer #page-subnav ul a,
        .page-template #content-outer #page-subnav ul a,
        .page-template-default #content-outer #page-subnav ul a,
        .single-board #content-outer #page-subnav ul a,
        .single-staff #content-outer #page-subnav ul a {
          font-weight: bold;
          color: #272727;
          font-size: 18px;
          line-height: 1.2em;
          display: inline-block;
          margin-bottom: 15px;
          max-width: 95%;
          vertical-align: top;
          padding-top: 4px; }
          .search-results #content-outer #page-subnav ul a.active,
          .page-template #content-outer #page-subnav ul a.active,
          .page-template-default #content-outer #page-subnav ul a.active,
          .single-board #content-outer #page-subnav ul a.active,
          .single-staff #content-outer #page-subnav ul a.active {
            text-decoration: none;
            color: #e86d1f; }
        .search-results #content-outer #page-subnav ul ul a,
        .page-template #content-outer #page-subnav ul ul a,
        .page-template-default #content-outer #page-subnav ul ul a,
        .single-board #content-outer #page-subnav ul ul a,
        .single-staff #content-outer #page-subnav ul ul a {
          font-weight: normal; }
        .search-results #content-outer #page-subnav ul ul li,
        .page-template #content-outer #page-subnav ul ul li,
        .page-template-default #content-outer #page-subnav ul ul li,
        .single-board #content-outer #page-subnav ul ul li,
        .single-staff #content-outer #page-subnav ul ul li {
          padding-left: 0.6em; }
          .search-results #content-outer #page-subnav ul ul li:before,
          .page-template #content-outer #page-subnav ul ul li:before,
          .page-template-default #content-outer #page-subnav ul ul li:before,
          .single-board #content-outer #page-subnav ul ul li:before,
          .single-staff #content-outer #page-subnav ul ul li:before {
            content: '\f105';
            font-family: FontAwesome;
            color: #272727;
            display: inline-block;
            left: -0.6em;
            position: relative; }
    .search-results #content-outer #primary,
    .page-template #content-outer #primary,
    .page-template-default #content-outer #primary,
    .single-board #content-outer #primary,
    .single-staff #content-outer #primary {
      display: table-cell;
      vertical-align: top; }
  .search-results article,
  .page-template article,
  .page-template-default article,
  .single-board article,
  .single-staff article {
    float: left; }
    .search-results article .page-image,
    .page-template article .page-image,
    .page-template-default article .page-image,
    .single-board article .page-image,
    .single-staff article .page-image {
      margin-bottom: 30px;
      max-width: 100%;
      width: 100%; }
    .search-results article footer,
    .page-template article footer,
    .page-template-default article footer,
    .single-board article footer,
    .single-staff article footer {
      width: auto; }
    .search-results article a,
    .page-template article a,
    .page-template-default article a,
    .single-board article a,
    .single-staff article a {
      color: #272727;
      font-weight: bold; }
      .search-results article a:hover, .search-results article a:focus,
      .page-template article a:hover,
      .page-template article a:focus,
      .page-template-default article a:hover,
      .page-template-default article a:focus,
      .single-board article a:hover,
      .single-board article a:focus,
      .single-staff article a:hover,
      .single-staff article a:focus {
        color: #608d13; }
    .search-results article a.btn,
    .page-template article a.btn,
    .page-template-default article a.btn,
    .single-board article a.btn,
    .single-staff article a.btn {
      color: #FFF; }
      .search-results article a.btn:hover, .search-results article a.btn:focus,
      .page-template article a.btn:hover,
      .page-template article a.btn:focus,
      .page-template-default article a.btn:hover,
      .page-template-default article a.btn:focus,
      .single-board article a.btn:hover,
      .single-board article a.btn:focus,
      .single-staff article a.btn:hover,
      .single-staff article a.btn:focus {
        color: #FFF; }

.search-results article ul,
.page-template article ul,
.page-template-default article ul,
.single-board article ul,
.single-staff article ul,
.post-with-related #primary article .entry-content ul {
  position: relative;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: inline-block; }
  .search-results article ul li,
  .page-template article ul li,
  .page-template-default article ul li,
  .single-board article ul li,
  .single-staff article ul li,
  .post-with-related #primary article .entry-content ul li {
    position: relative;
    padding-left: 2.0em;
    text-indent: -.7em;
    padding-bottom: 0.5em; }
    .search-results article ul li:before,
    .page-template article ul li:before,
    .page-template-default article ul li:before,
    .single-board article ul li:before,
    .single-staff article ul li:before,
    .post-with-related #primary article .entry-content ul li:before {
      content: "• ";
      color: #608d13;
      margin-right: 0.5em;
      margin-left: -0.5em; }
.search-results article ol,
.page-template article ol,
.page-template-default article ol,
.single-board article ol,
.single-staff article ol,
.post-with-related #primary article .entry-content ol {
  position: relative;
  margin-left: 0;
  padding-left: 2.5em;
  float: left;
  width: 100%; }
  .search-results article ol li,
  .page-template article ol li,
  .page-template-default article ol li,
  .single-board article ol li,
  .single-staff article ol li,
  .post-with-related #primary article .entry-content ol li {
    padding-left: 0.5em;
    padding-bottom: 1em; }

.page-template-default .no-side-nav article,
.single-board .no-side-nav article,
.single-staff .no-side-nav article {
  padding-left: 0; }
.page-template-default article,
.single-board article,
.single-staff article {
  padding-left: 30px;
  width: 100%; }
  .page-template-default article a,
  .single-board article a,
  .single-staff article a {
    font-weight: bold;
    text-decoration: underline;
    color: #272727; }
    .page-template-default article a:hover,
    .single-board article a:hover,
    .single-staff article a:hover {
      color: #608d13; }

.page-template-top-level-page .inner a {
  color: #272727;
  font-weight: bold; }
  .page-template-top-level-page .inner a:hover, .page-template-top-level-page .inner a:focus {
    color: #608d13; }

.top-level-items .break {
  float: left;
  width: 100%; }
.top-level-items article {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 50px; }
  .top-level-items article:nth-child(even) {
    padding-left: 25px; }
  .top-level-items article:nth-child(odd) {
    padding-right: 25px; }
  .top-level-items article h2 {
    position: relative;
    margin-top: 0; }
    .top-level-items article h2 a {
      position: relative;
      text-decoration: none;
      color: #272727;
      display: table-cell;
      vertical-align: middle;
      font-size: 32px; }
      .top-level-items article h2 a span.image {
        display: table-cell;
        vertical-align: middle;
        padding-right: 20px;
        width: 70px; }
        .top-level-items article h2 a span.image img {
          width: 50px;
          position: relative;
          vertical-align: middle; }
      .top-level-items article h2 a span.text {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.4em; }
      .top-level-items article h2 a .underline {
        border-bottom: 2px solid #ffc425; }
      .top-level-items article h2 a:hover .underline, .top-level-items article h2 a:active .underline {
        border-color: #272727; }
  .top-level-items article .preview {
    margin-bottom: 25px; }

.page-template-default .page-related,
.single-board .page-related,
.single-staff .page-related {
  padding: 50px 0; }
  .page-template-default .page-related.grey-bg,
  .single-board .page-related.grey-bg,
  .single-staff .page-related.grey-bg {
    background: #f6f6f7; }
  .page-template-default .page-related .inner,
  .single-board .page-related .inner,
  .single-staff .page-related .inner {
    background: transparent !important; }
  .page-template-default .page-related .price,
  .single-board .page-related .price,
  .single-staff .page-related .price {
    display: none; }
  .page-template-default .page-related h4,
  .single-board .page-related h4,
  .single-staff .page-related h4 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-size: 20px; }
  .page-template-default .page-related .btn,
  .single-board .page-related .btn,
  .single-staff .page-related .btn {
    margin-top: 30px; }
  .page-template-default .page-related .items .item .inner article,
  .single-board .page-related .items .item .inner article,
  .single-staff .page-related .items .item .inner article {
    border-bottom: 1px solid #d7dddd;
    float: left;
    width: 100%;
    padding: 10px 0;
    display: table; }
    .page-template-default .page-related .items .item .inner article .preview-image,
    .single-board .page-related .items .item .inner article .preview-image,
    .single-staff .page-related .items .item .inner article .preview-image {
      display: table-cell;
      width: 40px;
      vertical-align: top;
      position: relative; }
      .page-template-default .page-related .items .item .inner article .preview-image .image-preview,
      .single-board .page-related .items .item .inner article .preview-image .image-preview,
      .single-staff .page-related .items .item .inner article .preview-image .image-preview {
        position: relative;
        top: 0.1em; }
      .page-template-default .page-related .items .item .inner article .preview-image .fa,
      .single-board .page-related .items .item .inner article .preview-image .fa,
      .single-staff .page-related .items .item .inner article .preview-image .fa {
        font-size: 20px !important;
        line-height: 20px !important; }
      .page-template-default .page-related .items .item .inner article .preview-image svg,
      .single-board .page-related .items .item .inner article .preview-image svg,
      .single-staff .page-related .items .item .inner article .preview-image svg {
        width: 20px !important; }
    .page-template-default .page-related .items .item .inner article .text,
    .single-board .page-related .items .item .inner article .text,
    .single-staff .page-related .items .item .inner article .text {
      display: table-cell;
      font-weight: bold;
      font-size: 20px; }
      .page-template-default .page-related .items .item .inner article .text a.post-title,
      .single-board .page-related .items .item .inner article .text a.post-title,
      .single-staff .page-related .items .item .inner article .text a.post-title {
        float: left;
        pading-right: 30px;
        text-decoration: underline;
        max-width: 50%; }
        .page-template-default .page-related .items .item .inner article .text a.post-title:hover, .page-template-default .page-related .items .item .inner article .text a.post-title:active,
        .single-board .page-related .items .item .inner article .text a.post-title:hover,
        .single-board .page-related .items .item .inner article .text a.post-title:active,
        .single-staff .page-related .items .item .inner article .text a.post-title:hover,
        .single-staff .page-related .items .item .inner article .text a.post-title:active {
          color: #608d13; }
      .page-template-default .page-related .items .item .inner article .text .date-and-type,
      .single-board .page-related .items .item .inner article .text .date-and-type,
      .single-staff .page-related .items .item .inner article .text .date-and-type {
        float: right;
        text-align: right;
        color: #48611c; }

.page-template-cota-board .top-level-items article,
.page-template-cota-staff .top-level-items article {
  width: 33%;
  padding-left: 0;
  padding-right: 0; }
  .page-template-cota-board .top-level-items article:nth-of-type(3n+1),
  .page-template-cota-staff .top-level-items article:nth-of-type(3n+1) {
    padding-right: 20px; }
  .page-template-cota-board .top-level-items article:nth-of-type(3n+2),
  .page-template-cota-staff .top-level-items article:nth-of-type(3n+2) {
    padding-left: 10px;
    padding-right: 10px; }
  .page-template-cota-board .top-level-items article:nth-of-type(3n+3),
  .page-template-cota-staff .top-level-items article:nth-of-type(3n+3) {
    padding-left: 20px; }
  .page-template-cota-board .top-level-items article a,
  .page-template-cota-staff .top-level-items article a {
    float: left;
    width: 100%; }
  .page-template-cota-board .top-level-items article a.btn,
  .page-template-cota-staff .top-level-items article a.btn {
    width: auto; }
  .page-template-cota-board .top-level-items article h2,
  .page-template-cota-staff .top-level-items article h2 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 32px;
    float: left;
    width: 100%; }
    .page-template-cota-board .top-level-items article h2 a:hover, .page-template-cota-board .top-level-items article h2 a:focus,
    .page-template-cota-staff .top-level-items article h2 a:hover,
    .page-template-cota-staff .top-level-items article h2 a:focus {
      text-decoration: underline; }
  .page-template-cota-board .top-level-items article .position,
  .page-template-cota-staff .top-level-items article .position {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
    color: #48611c;
    text-transform: uppercase;
    float: left;
    width: 100%; }
  .page-template-cota-board .top-level-items article img,
  .page-template-cota-staff .top-level-items article img {
    width: 100%;
    float: left; }
  .page-template-cota-board .top-level-items article .preview,
  .page-template-cota-staff .top-level-items article .preview {
    float: left;
    width: 100%; }
.page-template-cota-board .top-level-items .break-2,
.page-template-cota-staff .top-level-items .break-2 {
  float: left;
  width: 100%;
  display: none; }
.page-template-cota-board .top-level-items .break-3,
.page-template-cota-staff .top-level-items .break-3 {
  float: left;
  width: 100%; }

.single-board article.staff.position h1.entry-title,
.single-staff article.staff.position h1.entry-title {
  margin-bottom: 0; }
.single-board article .position,
.single-staff article .position {
  font-size: 24px;
  font-weight: bold;
  color: #48611c;
  line-height: 1.3em;
  margin-bottom: 30px; }
.single-board article .featured-image,
.single-staff article .featured-image {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .single-board article .featured-image img,
  .single-staff article .featured-image img {
    float: left; }

/**
 Newsletter form
 */
#field_2_21 {
  display: none; }

#newsletter-area.grey-bg {
  background: #f6f6f7; }
#newsletter-area h5 {
  font-size: 20px; }
  #newsletter-area h5 span {
    margin-right: 0.2em; }
#newsletter-area .newsletter-reduced {
  box-sizing: border-box;
  float: left;
  width: 75%; }
  #newsletter-area .newsletter-reduced .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    width: 130px; }
  #newsletter-area .newsletter-reduced .gform_wrapper form ul.gform_fields.left_label li.gfield.label-above label {
    width: 100%; }
  #newsletter-area .newsletter-reduced #gform_wrapper_2.gform_wrapper .gform_footer input[type="submit"] {
    float: left;
    padding: 6px 15px; }
  #newsletter-area .newsletter-reduced .gform_wrapper li.gfield:not(.gfield_contains_required) {
    display: none; }
  #newsletter-area .newsletter-reduced .gform_wrapper li.gfield.captcha {
    display: block; }
  #newsletter-area .newsletter-reduced .gform_wrapper li#field_2_10.gfield {
    display: block; }
  #newsletter-area .newsletter-reduced .gform_wrapper li#field_2_18.gfield {
    display: block; }
  #newsletter-area .newsletter-reduced .gform_wrapper li#field_2_21.gfield {
    display: block;
    margin-bottom: 0; }
    #newsletter-area .newsletter-reduced .gform_wrapper li#field_2_21.gfield ul {
      margin-bottom: 0; }
      #newsletter-area .newsletter-reduced .gform_wrapper li#field_2_21.gfield ul li {
        margin-bottom: 0; }
  #newsletter-area .newsletter-reduced .gform_wrapper li#field_2_19 {
    padding-left: 15px;
    padding-right: 0; }
  #newsletter-area .newsletter-reduced .gform_wrapper.expanded li#field_2_19.au_postcode {
    padding-left: 0;
    padding-right: 15px; }
  #newsletter-area .newsletter-reduced .gform_wrapper.expanded li.vic_where {
    width: 100% !important;
    padding-right: 0 !important; }
#newsletter-area .facebook-links {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 30px;
  margin-bottom: 30px; }
  #newsletter-area .facebook-links h5 span {
    color: #4267b2; }

@media screen and (max-width: 1100px) {
  #newsletter-area .newsletter-reduced,
  #newsletter-area .facebook-links {
    width: 100%;
    padding-left: 0; }
  #newsletter-area.grey-bg .inner {
    background: transparent; } }
@media screen and (max-width: 900px) {
  .page-template-cota-board .top-level-items article,
  .page-template-cota-staff .top-level-items article {
    width: 50%;
    padding-left: 0;
    padding-right: 0; }
    .page-template-cota-board .top-level-items article:nth-of-type(2n+1),
    .page-template-cota-staff .top-level-items article:nth-of-type(2n+1) {
      padding-left: 0;
      padding-right: 15px; }
    .page-template-cota-board .top-level-items article:nth-of-type(2n+2),
    .page-template-cota-staff .top-level-items article:nth-of-type(2n+2) {
      padding-left: 15px;
      padding-right: 0; }
  .page-template-cota-board .top-level-items .break-2,
  .page-template-cota-staff .top-level-items .break-2 {
    display: block; }
  .page-template-cota-board .top-level-items .break-3,
  .page-template-cota-staff .top-level-items .break-3 {
    display: none; }

  .page-template-default #content-outer,
  .single-board #content-outer,
  .single-staff #content-outer {
    display: block; }
    .page-template-default #content-outer #page-subnav,
    .page-template-default #content-outer #primary,
    .single-board #content-outer #page-subnav,
    .single-board #content-outer #primary,
    .single-staff #content-outer #page-subnav,
    .single-staff #content-outer #primary {
      display: block;
      float: left;
      width: 100%; }
    .page-template-default #content-outer #page-subnav .filter-toggle,
    .single-board #content-outer #page-subnav .filter-toggle,
    .single-staff #content-outer #page-subnav .filter-toggle {
      display: block;
      margin-top: 30px;
      margin-bottom: 0; }
      .page-template-default #content-outer #page-subnav .filter-toggle:hover, .page-template-default #content-outer #page-subnav .filter-toggle:active, .page-template-default #content-outer #page-subnav .filter-toggle:focus,
      .single-board #content-outer #page-subnav .filter-toggle:hover,
      .single-board #content-outer #page-subnav .filter-toggle:active,
      .single-board #content-outer #page-subnav .filter-toggle:focus,
      .single-staff #content-outer #page-subnav .filter-toggle:hover,
      .single-staff #content-outer #page-subnav .filter-toggle:active,
      .single-staff #content-outer #page-subnav .filter-toggle:focus {
        color: #FFFFFF; }
    .page-template-default #content-outer #page-subnav h4,
    .single-board #content-outer #page-subnav h4,
    .single-staff #content-outer #page-subnav h4 {
      display: none; }
    .page-template-default #content-outer #page-subnav section,
    .single-board #content-outer #page-subnav section,
    .single-staff #content-outer #page-subnav section {
      display: none;
      float: left;
      width: 100%;
      border-bottom: 2px solid #eaeded; }
      .page-template-default #content-outer #page-subnav section.open,
      .single-board #content-outer #page-subnav section.open,
      .single-staff #content-outer #page-subnav section.open {
        display: block; }
    .page-template-default #content-outer #page-subnav ul,
    .single-board #content-outer #page-subnav ul,
    .single-staff #content-outer #page-subnav ul {
      padding: 0 15px;
      float: left;
      margin-bottom: 10px;
      margin-top: 25px;
      width: 100%; }
      .page-template-default #content-outer #page-subnav ul li,
      .single-board #content-outer #page-subnav ul li,
      .single-staff #content-outer #page-subnav ul li {
        float: left;
        width: 100%; }
        .page-template-default #content-outer #page-subnav ul li ul,
        .single-board #content-outer #page-subnav ul li ul,
        .single-staff #content-outer #page-subnav ul li ul {
          margin: 0; }
    .page-template-default #content-outer #page-subnav.empty,
    .single-board #content-outer #page-subnav.empty,
    .single-staff #content-outer #page-subnav.empty {
      display: none; }
    .page-template-default #content-outer #primary article,
    .single-board #content-outer #primary article,
    .single-staff #content-outer #primary article {
      padding-left: 0; }

  .top-level-items .break {
    display: none; }
  .top-level-items article {
    width: 100%; }
    .top-level-items article:nth-child(even) {
      padding-left: 0; }
    .top-level-items article:nth-child(odd) {
      padding-right: 0; }

  .page-template-default .page-related .items .item .inner article .text,
  .single-board .page-related .items .item .inner article .text,
  .single-staff .page-related .items .item .inner article .text {
    display: table-cell;
    font-weight: bold;
    font-size: 20px; }
    .page-template-default .page-related .items .item .inner article .text a.post-title,
    .single-board .page-related .items .item .inner article .text a.post-title,
    .single-staff .page-related .items .item .inner article .text a.post-title {
      float: none;
      pading-right: 30px;
      text-decoration: underline;
      max-width: 100%; }
      .page-template-default .page-related .items .item .inner article .text a.post-title:hover, .page-template-default .page-related .items .item .inner article .text a.post-title:active,
      .single-board .page-related .items .item .inner article .text a.post-title:hover,
      .single-board .page-related .items .item .inner article .text a.post-title:active,
      .single-staff .page-related .items .item .inner article .text a.post-title:hover,
      .single-staff .page-related .items .item .inner article .text a.post-title:active {
        color: #608d13; }
    .page-template-default .page-related .items .item .inner article .text .date-and-type,
    .single-board .page-related .items .item .inner article .text .date-and-type,
    .single-staff .page-related .items .item .inner article .text .date-and-type {
      float: none;
      text-align: left;
      color: #48611c; }

  body #newsletter-area .newsletter-reduced .gform_wrapper li#field_2_19,
  body #newsletter-area .newsletter-reduced .gform_wrapper.expanded li#field_2_19 {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 750px) {
  .single-board #content-outer,
  .single-staff #content-outer {
    padding-left: 30px; } }
#mobile-h1 {
  display: none; }

@media screen and (max-width: 600px) {
  .page-template-cota-board .top-level-items article,
  .page-template-cota-staff .top-level-items article {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .page-template-cota-board .top-level-items article:nth-of-type(2n+1),
    .page-template-cota-staff .top-level-items article:nth-of-type(2n+1) {
      padding-left: 0;
      padding-right: 0; }
    .page-template-cota-board .top-level-items article:nth-of-type(2n+2),
    .page-template-cota-staff .top-level-items article:nth-of-type(2n+2) {
      padding-left: 0;
      padding-right: 0; }
    .page-template-cota-board .top-level-items article img,
    .page-template-cota-staff .top-level-items article img {
      max-width: 100%; }
    .page-template-cota-board .top-level-items article h2,
    .page-template-cota-staff .top-level-items article h2 {
      margin-top: 20px;
      font-size: 22px; }
    .page-template-cota-board .top-level-items article .position,
    .page-template-cota-staff .top-level-items article .position {
      font-size: 18px;
      margin-bottom: 15px; }
  .page-template-cota-board .top-level-items .break-2,
  .page-template-cota-staff .top-level-items .break-2 {
    display: none; }
  .page-template-cota-board .top-level-items .break-3,
  .page-template-cota-staff .top-level-items .break-3 {
    display: none; }

  #content-outer.position h1 {
    margin-bottom: 0; }
  #content-outer #mobile-h1 {
    display: block; }
    #content-outer #mobile-h1 .position {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: bold;
      color: #48611c; }

  .page-template-default #content-outer #page-subnav .filter-toggle,
  .single-board #content-outer #page-subnav .filter-toggle,
  .single-staff #content-outer #page-subnav .filter-toggle {
    display: block;
    margin-top: 0;
    margin-bottom: 0; }
  .page-template-default #content-outer #page-subnav section ul,
  .single-board #content-outer #page-subnav section ul,
  .single-staff #content-outer #page-subnav section ul {
    margin-top: 15px; }
    .page-template-default #content-outer #page-subnav section ul a,
    .single-board #content-outer #page-subnav section ul a,
    .single-staff #content-outer #page-subnav section ul a {
      font-size: 17px;
      margin-bottom: 10px; }
  .page-template-default #content-outer #primary h1.entry-title,
  .single-board #content-outer #primary h1.entry-title,
  .single-staff #content-outer #primary h1.entry-title {
    display: none; }
  .page-template-default #content-outer #primary p,
  .single-board #content-outer #primary p,
  .single-staff #content-outer #primary p {
    margin-top: 0; }

  .single-board #content-outer,
  .single-staff #content-outer {
    padding-left: 15px; }

  .page-template,
  .page-template-default,
  .single-board,
  .single-staff {
    font-size: 19px; }
    .page-template h1,
    .page-template-default h1,
    .single-board h1,
    .single-staff h1 {
      font-size: 26px; }
    .page-template h2,
    .page-template-default h2,
    .single-board h2,
    .single-staff h2 {
      font-size: 22px; }
    .page-template h3,
    .page-template-default h3,
    .single-board h3,
    .single-staff h3 {
      font-size: 20px; }
    .page-template h4,
    .page-template-default h4,
    .single-board h4,
    .single-staff h4 {
      font-size: 18px; }
    .page-template article img,
    .page-template-default article img,
    .single-board article img,
    .single-staff article img {
      max-width: 100%; }
    .page-template article .position,
    .page-template-default article .position,
    .single-board article .position,
    .single-staff article .position {
      display: none; }
    .page-template article .page-image,
    .page-template-default article .page-image,
    .single-board article .page-image,
    .single-staff article .page-image {
      margin-bottom: 20px; }
    .page-template article .featured-image,
    .page-template-default article .featured-image,
    .single-board article .featured-image,
    .single-staff article .featured-image {
      margin-bottom: 20px; }

  .top-level-items article {
    margin-bottom: 30px; }
    .top-level-items article h2 {
      margin-bottom: 15px; }
      .top-level-items article h2 a {
        font-size: 22px; }
        .top-level-items article h2 a span.image {
          padding-right: 10px;
          width: 40px; }
          .top-level-items article h2 a span.image img {
            width: 30px; }
    .top-level-items article .preview {
      margin-bottom: 20px; }

  .page-template-default .page-related,
  .single-board .page-related,
  .single-staff .page-related {
    padding: 30px 0 50px 0; }
    .page-template-default .page-related h4,
    .single-board .page-related h4,
    .single-staff .page-related h4 {
      font-size: 18px;
      margin-bottom: 20px; }
    .page-template-default .page-related .btn,
    .single-board .page-related .btn,
    .single-staff .page-related .btn {
      margin-top: 10px; }
    .page-template-default .page-related .items .item,
    .single-board .page-related .items .item,
    .single-staff .page-related .items .item {
      border: none; }
      .page-template-default .page-related .items .item .inner article,
      .single-board .page-related .items .item .inner article,
      .single-staff .page-related .items .item .inner article {
        padding: 0 0 20px 0; }
        .page-template-default .page-related .items .item .inner article .preview-image,
        .single-board .page-related .items .item .inner article .preview-image,
        .single-staff .page-related .items .item .inner article .preview-image {
          width: 35px !important; }
          .page-template-default .page-related .items .item .inner article .preview-image .fa,
          .single-board .page-related .items .item .inner article .preview-image .fa,
          .single-staff .page-related .items .item .inner article .preview-image .fa {
            font-size: 17px !important; }
        .page-template-default .page-related .items .item .inner article .text,
        .single-board .page-related .items .item .inner article .text,
        .single-staff .page-related .items .item .inner article .text {
          font-size: 17px; }
          .page-template-default .page-related .items .item .inner article .text a.post-title,
          .single-board .page-related .items .item .inner article .text a.post-title,
          .single-staff .page-related .items .item .inner article .text a.post-title {
            pading-right: 0; }
          .page-template-default .page-related .items .item .inner article .text .date-and-type,
          .single-board .page-related .items .item .inner article .text .date-and-type,
          .single-staff .page-related .items .item .inner article .text .date-and-type {
            font-size: 15px; }

  #newsletter-area .newsletter-reduced .gform_wrapper li.gfield.captcha {
    margin-top: 15px;
    float: left; } }
/**
 *
 * Homepage styling
 *
 */
.page-template-home #primary {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 66.6%; }
  .page-template-home #primary article {
    box-sizing: border-box;
    float: left;
    width: 50%; }
    .page-template-home #primary article:nth-child(even) {
      padding-left: 15px; }
    .page-template-home #primary article:nth-child(odd) {
      padding-right: 15px; }
  .page-template-home #primary .item {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #272727;
    height: 421px;
    position: relative; }
    .page-template-home #primary .item img {
      display: block;
      width: 100%;
      max-width: 100%; }
    .page-template-home #primary .item .link-item {
      display: block;
      padding-bottom: 0.5em; }
      .page-template-home #primary .item .link-item a {
        text-decoration: none; }
        .page-template-home #primary .item .link-item a:hover {
          text-decoration: underline; }
    .page-template-home #primary .item .image-preview {
      display: table;
      width: 100%;
      background: #4b575f;
      text-align: center;
      height: 50% !important; }
      .page-template-home #primary .item .image-preview .preview-inner {
        display: table-cell;
        vertical-align: middle; }
        .page-template-home #primary .item .image-preview .preview-inner .fa {
          color: #FFFFFF; }
    .page-template-home #primary .item:hover h3, .page-template-home #primary .item:focus h3 {
      color: #272727; }
      .page-template-home #primary .item:hover h3 .underline, .page-template-home #primary .item:focus h3 .underline {
        border-bottom: 2px solid #272727; }
    .page-template-home #primary .item:hover .read-more .underline, .page-template-home #primary .item:focus .read-more .underline {
      border-color: #272727; }
    .page-template-home #primary .item:hover.non-block h3 .underline, .page-template-home #primary .item:focus.non-block h3 .underline {
      border-bottom-color: #ffc425 !important; }
    .page-template-home #primary .item:hover.non-block a:hover h3, .page-template-home #primary .item:focus.non-block a:hover h3 {
      color: #272727; }
      .page-template-home #primary .item:hover.non-block a:hover h3 .underline, .page-template-home #primary .item:focus.non-block a:hover h3 .underline {
        border-bottom-color: #272727 !important; }
    .page-template-home #primary .item:hover a.read-more .underline, .page-template-home #primary .item:focus a.read-more .underline {
      border-bottom-color: #ffc425; }
    .page-template-home #primary .item:hover a.read-more:hover, .page-template-home #primary .item:focus a.read-more:hover {
      color: #272727; }
      .page-template-home #primary .item:hover a.read-more:hover .underline, .page-template-home #primary .item:focus a.read-more:hover .underline {
        border-bottom-color: #272727; }
    .page-template-home #primary .item h3 {
      font-size: 24px;
      display: inline-block;
      clear: both;
      margin-top: 25px;
      margin-bottom: 15px;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 1.3em; }
      .page-template-home #primary .item h3 .underline {
        border-bottom: 2px solid #ffc425; }
    .page-template-home #primary .item p {
      margin: 0;
      font-size: 19px;
      margin-bottom: 0;
      line-height: 1.3em;
      padding-left: 20px;
      padding-right: 20px; }
    .page-template-home #primary .item .read-more {
      position: absolute;
      bottom: 30px;
      right: 20px;
      font-weight: bold;
      font-size: 16px;
      display: inline-block;
      line-height: 1.0em;
      text-decoration: none; }
      .page-template-home #primary .item .read-more .fa {
        padding-left: 0.4em;
        position: relative;
        font-size: 1.3em;
        top: 0.05em; }
      .page-template-home #primary .item .read-more .underline {
        border-bottom: 1px solid #ffc425; }
    .page-template-home #primary .item a.read-more:hover {
      color: #272727; }
.page-template-home #secondary {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .page-template-home #secondary .item {
    border: 4px solid #f3f4f4;
    padding: 0 20px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 180px; }
    .page-template-home #secondary .item .left {
      width: 70%;
      box-sizing: border-box;
      display: table-cell;
      vertical-align: middle; }
      .page-template-home #secondary .item .left h4 {
        font-size: 21px;
        margin-top: 0;
        margin-bottom: 7px;
        line-height: 1.2em; }
      .page-template-home #secondary .item .left a {
        display: inline;
        clear: right;
        font-size: 16px;
        color: #272727; }
        .page-template-home #secondary .item .left a:hover, .page-template-home #secondary .item .left a:focus {
          color: #4a6518; }
      .page-template-home #secondary .item .left .link_icon {
        width: 16px;
        height: 16px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        margin-right: 10px;
        position: relative;
        top: 4px; }
    .page-template-home #secondary .item .right {
      width: 30%;
      box-sizing: border-box;
      display: table-cell;
      vertical-align: middle;
      text-align: right; }
      .page-template-home #secondary .item .right img {
        width: 100px;
        max-width: 100%;
        max-height: 70px; }
        .page-template-home #secondary .item .right img.icon {
          width: 60px; }

@media screen and (max-width: 1000px) {
  .page-template-home #primary,
  .page-template-home #secondary {
    width: 100%;
    margin-bottom: 0; }
  .page-template-home #primary .item {
    height: 431px; }
    .page-template-home #primary .item p {
      margin-bottom: 30px; }
  .page-template-home #secondary {
    padding-left: 0; }
    .page-template-home #secondary .item-container {
      float: left;
      width: 50%;
      padding-right: 15px; }
      .page-template-home #secondary .item-container:nth-child(2n) {
        padding-right: 0;
        padding-left: 15px; } }
@media screen and (max-width: 1000px) {
  .page-template-home #primary .item {
    height: 411px; } }
@media screen and (max-width: 710px) {
  #content .inner.home-inner {
    padding: 0; }

  .page-template-home #primary,
  .page-template-home #secondary {
    padding: 0 30px; }
    .page-template-home #primary a.item,
    .page-template-home #primary .item,
    .page-template-home #secondary a.item,
    .page-template-home #secondary .item {
      width: 100%;
      height: auto;
      padding: 30px 0 0 0; }
      .page-template-home #primary a.item:first-child,
      .page-template-home #primary .item:first-child,
      .page-template-home #secondary a.item:first-child,
      .page-template-home #secondary .item:first-child {
        padding-top: 0; }
      .page-template-home #primary a.item:nth-child(odd),
      .page-template-home #primary .item:nth-child(odd),
      .page-template-home #secondary a.item:nth-child(odd),
      .page-template-home #secondary .item:nth-child(odd) {
        padding-right: 0; }
      .page-template-home #primary a.item:nth-child(even),
      .page-template-home #primary .item:nth-child(even),
      .page-template-home #secondary a.item:nth-child(even),
      .page-template-home #secondary .item:nth-child(even) {
        padding-left: 0; }
      .page-template-home #primary a.item p,
      .page-template-home #primary .item p,
      .page-template-home #secondary a.item p,
      .page-template-home #secondary .item p {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0; }
      .page-template-home #primary a.item h3,
      .page-template-home #primary .item h3,
      .page-template-home #secondary a.item h3,
      .page-template-home #secondary .item h3 {
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0; }
      .page-template-home #primary a.item .read-more,
      .page-template-home #primary .item .read-more,
      .page-template-home #secondary a.item .read-more,
      .page-template-home #secondary .item .read-more {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 10px; }
  .page-template-home #primary article {
    float: left;
    width: 100%;
    padding-top: 30px; }
    .page-template-home #primary article:nth-child(odd), .page-template-home #primary article:nth-child(even) {
      padding-left: 0;
      padding-right: 0; }
    .page-template-home #primary article:first-child {
      padding-top: 0; }
  .page-template-home #secondary {
    background: #f8f8f8;
    padding: 0 45px; }
    .page-template-home #secondary .item-container {
      width: 100%;
      padding: 40px 0 0 0 !important; }
      .page-template-home #secondary .item-container:nth-child(2n) {
        padding: 0; }
      .page-template-home #secondary .item-container:last-child {
        padding-bottom: 40px !important; }
      .page-template-home #secondary .item-container .item {
        margin-bottom: 0;
        border: none; }
        .page-template-home #secondary .item-container .item .left {
          /*font-size: $size_26;
          line-height: 1.3em;*/
          width: 75%; }
          .page-template-home #secondary .item-container .item .left a,
          .page-template-home #secondary .item-container .item .left .link_icon {
            /*font-size: $size_26;
            line-height: 1.3em;*/ }
          .page-template-home #secondary .item-container .item .left h4 {
            /*font-size: $size_32;
            line-height: $size_32;*/ }
        .page-template-home #secondary .item-container .item .right {
          padding-left: 20px;
          text-align: right;
          width: 25%; }
          .page-template-home #secondary .item-container .item .right img {
            width: 90px;
            max-height: 70px; } }
@media screen and (max-width: 600px) {
  .page-template-home #primary {
    margin-top: 15px;
    padding: 0 15px; }
    .page-template-home #primary a.item p {
      font-size: 17px; }
    .page-template-home #primary a.item h3 {
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 20px; }
  .page-template-home #secondary .item-container {
    width: 100%;
    padding: 20px 0 0 0; }
    .page-template-home #secondary .item-container .item {
      border: none; }
      .page-template-home #secondary .item-container .item .left {
        /*font-size: $size_26;
        line-height: 1.3em;*/
        width: 75%; }
        .page-template-home #secondary .item-container .item .left a,
        .page-template-home #secondary .item-container .item .left .link_icon {
          font-size: 17px;
          /*font-size: $size_26;
          line-height: 1.3em;*/ }
        .page-template-home #secondary .item-container .item .left h4 {
          font-size: 20px; }
      .page-template-home #secondary .item-container .item .right {
        padding-left: 13px;
        text-align: left;
        width: 25%; }
        .page-template-home #secondary .item-container .item .right img {
          width: 90px;
          max-height: 60px; } }
.post-with-related {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .post-with-related #primary {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1; }
    .post-with-related #primary article header,
    .post-with-related #primary article footer {
      float: none;
      width: auto; }
    .post-with-related #primary article a {
      color: #272727;
      font-weight: bold; }
      .post-with-related #primary article a:hover, .post-with-related #primary article a:focus {
        color: #608d13; }
      .post-with-related #primary article a.btn-green {
        color: #FFF; }
        .post-with-related #primary article a.btn-green:hover {
          color: #FFF;
          text-decoration: none; }
    .post-with-related #primary article h1 {
      margin: 30px 0 10px 0;
      font-size: 44px;
      font-weight: bold;
      line-height: 1.2em; }
    .post-with-related #primary article h2 {
      line-height: 1.2em; }
    .post-with-related #primary article .featured-image {
      position: relative;
      float: left;
      margin-bottom: 30px; }
      .post-with-related #primary article .featured-image img {
        width: 100%;
        max-width: 100%; }
      .post-with-related #primary article .featured-image .caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #272727;
        color: #FFFFFF;
        text-align: right;
        font-size: 20px;
        padding: 10px 15px; }
    .post-with-related #primary article .entry-content {
      font-size: 20px;
      margin-top: 30px; }
      .post-with-related #primary article .entry-content p {
        float: left;
        width: 100%;
        margin-top: 0; }
      .post-with-related #primary article .entry-content .links {
        float: left;
        width: 100%; }
        .post-with-related #primary article .entry-content .links a {
          margin-right: 15px;
          margin-bottom: 20px; }
        .post-with-related #primary article .entry-content .links:first-child {
          margin-bottom: 15px; }
        .post-with-related #primary article .entry-content .links:last-child {
          margin-top: 10px; }
    .post-with-related #primary article .entry-meta {
      font-size: 24px;
      font-weight: bold;
      color: #48611c;
      text-decoration: none;
      line-height: 1.3em; }
      .post-with-related #primary article .entry-meta .posted-on a:hover, .post-with-related #primary article .entry-meta .posted-on a:active {
        text-decoration: underline; }
      .post-with-related #primary article .entry-meta .category-link {
        color: #48611c;
        text-decoration: none; }
        .post-with-related #primary article .entry-meta .category-link:hover, .post-with-related #primary article .entry-meta .category-link:active {
          text-decoration: underline; }
    .post-with-related #primary article .tags {
      font-style: italic;
      font-size: 20px;
      margin-top: 15px; }
      .post-with-related #primary article .tags a {
        color: #48611c;
        text-decoration: none; }
        .post-with-related #primary article .tags a:hover, .post-with-related #primary article .tags a:active {
          text-decoration: underline; }
    .post-with-related #primary article #media-embed {
      margin-bottom: 30px; }
      .post-with-related #primary article #media-embed iframe {
        max-width: 100%; }
      .post-with-related #primary article #media-embed.video {
        float: left;
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0; }
        .post-with-related #primary article #media-embed.video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .post-with-related #related {
    max-width: 220px;
    flex-basis: 220px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: 30px;
    margin-left: 30px; }
    .post-with-related #related h4 {
      margin-top: 0; }

.hubs-list,
#related .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .hubs-list .text-link,
  #related .content .text-link {
    display: none;
    float: left;
    width: 100%;
    margin-top: 10px; }
    .hubs-list .text-link a,
    #related .content .text-link a {
      color: #48611c;
      font-weight: bold; }
  .hubs-list h3,
  #related .content h3 {
    font-size: 36px;
    margin: 0 0 30px 0;
    line-height: 1em; }
    .hubs-list h3.event_date,
    #related .content h3.event_date {
      font-size: 30px; }
  .hubs-list article,
  #related .content article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 2px solid #eaeded;
    margin-bottom: 30px; }
    .hubs-list article .preview-image,
    #related .content article .preview-image {
      flex-basis: 150px;
      width: 150px;
      min-width: 150px;
      max-width: 150px;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      flex-shrink: 0;
      flex: 1; }
      .hubs-list article .preview-image a,
      #related .content article .preview-image a {
        float: left;
        width: 100%;
        display: block; }
        .hubs-list article .preview-image a img,
        #related .content article .preview-image a img {
          float: left;
          width: 100%;
          display: block; }
      .hubs-list article .preview-image .image-preview,
      #related .content article .preview-image .image-preview {
        display: table;
        width: 100%;
        background: #4b575f;
        text-align: center; }
        .hubs-list article .preview-image .image-preview.related-icon,
        #related .content article .preview-image .image-preview.related-icon {
          display: none; }
        .hubs-list article .preview-image .image-preview .preview-inner,
        #related .content article .preview-image .image-preview .preview-inner {
          display: table-cell;
          vertical-align: middle; }
          .hubs-list article .preview-image .image-preview .preview-inner svg,
          #related .content article .preview-image .image-preview .preview-inner svg {
            width: 70px;
            max-width: 100%;
            fill: #FFFFFF; }
            .hubs-list article .preview-image .image-preview .preview-inner svg .st0, .hubs-list article .preview-image .image-preview .preview-inner svg .st1,
            #related .content article .preview-image .image-preview .preview-inner svg .st0,
            #related .content article .preview-image .image-preview .preview-inner svg .st1 {
              fill: #FFFFFF; }
          .hubs-list article .preview-image .image-preview .preview-inner .fa,
          #related .content article .preview-image .image-preview .preview-inner .fa {
            color: #FFFFFF;
            font-size: 80px;
            line-height: 175px; }
    .hubs-list article .text,
    #related .content article .text {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      padding-left: 20px;
      position: relative;
      flex: 1; }
      .hubs-list article .text h2,
      #related .content article .text h2 {
        font-size: 28px;
        color: #272727;
        margin-top: 0.1em;
        margin-bottom: 0.5em;
        line-height: 1.2em;
        position: relative;
        top: -0.3em; }
        .hubs-list article .text h2 a,
        #related .content article .text h2 a {
          color: #272727;
          text-decoration: none; }
          .hubs-list article .text h2 a:hover, .hubs-list article .text h2 a:active,
          #related .content article .text h2 a:hover,
          #related .content article .text h2 a:active {
            color: #48611c; }
      .hubs-list article .text .date-and-type,
      #related .content article .text .date-and-type {
        position: relative;
        top: -0.6em;
        color: #48611c;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.2em; }
        .hubs-list article .text .date-and-type a,
        #related .content article .text .date-and-type a {
          color: #48611c;
          font-size: 20px;
          font-weight: bold;
          text-decoration: none; }
          .hubs-list article .text .date-and-type a:hover, .hubs-list article .text .date-and-type a:active,
          #related .content article .text .date-and-type a:hover,
          #related .content article .text .date-and-type a:active {
            text-decoration: underline; }
          .hubs-list article .text .date-and-type a:last-child,
          #related .content article .text .date-and-type a:last-child {
            padding-left: 10px; }
          .hubs-list article .text .date-and-type a:first-child,
          #related .content article .text .date-and-type a:first-child {
            padding-left: 0; }
      .hubs-list article .text .description,
      #related .content article .text .description {
        font-size: 18px;
        line-height: 1.2em; }
      .hubs-list article .text .tags,
      #related .content article .text .tags {
        font-style: italic;
        font-size: 17px;
        margin-top: 15px; }
        .hubs-list article .text .tags a,
        #related .content article .text .tags a {
          color: #48611c; }
          .hubs-list article .text .tags a:hover, .hubs-list article .text .tags a:active,
          #related .content article .text .tags a:hover,
          #related .content article .text .tags a:active {
            text-decoration: underline; }
      .hubs-list article .text .links,
      #related .content article .text .links {
        margin-top: 15px; }
        .hubs-list article .text .links a,
        #related .content article .text .links a {
          float: right;
          font-size: 20px;
          padding: 6px 15px;
          margin-left: 15px;
          position: relative; }
          .hubs-list article .text .links a span,
          #related .content article .text .links a span {
            padding-left: 10px;
            top: -3px; }
    .hubs-list article a,
    #related .content article a {
      text-decoration: none; }
  .hubs-list #filters,
  #related .content #filters {
    display: block;
    flex-basis: 220px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 30px; }
    .hubs-list #filters a,
    #related .content #filters a {
      font-size: 18px;
      color: #272727;
      text-decoration: none;
      padding-left: 30px;
      display: inline-block; }
      .hubs-list #filters a:hover, .hubs-list #filters a:active,
      #related .content #filters a:hover,
      #related .content #filters a:active {
        color: #608d13;
        text-decoration: underline; }
      .hubs-list #filters a span,
      #related .content #filters a span {
        display: inline-block;
        border: 2px solid #272727;
        border-radius: 4px;
        height: 20px;
        width: 20px;
        position: absolute;
        margin-right: 10px;
        margin-left: -30px;
        margin-top: 5px;
        text-align: center; }
        .hubs-list #filters a span i,
        #related .content #filters a span i {
          position: relative;
          top: -6px;
          font-size: 0.8em; }
      .hubs-list #filters a.current span,
      #related .content #filters a.current span {
        background: #608d13;
        border-color: #608d13;
        color: #FFFFFF; }
    .hubs-list #filters h4,
    #related .content #filters h4 {
      margin: 0;
      font-size: 16px;
      margin-top: 30px; }
      .hubs-list #filters h4:first-child,
      #related .content #filters h4:first-child {
        margin-top: 0; }
      .hubs-list #filters h4.resource-filter,
      #related .content #filters h4.resource-filter {
        position: relative;
        padding-left: 25px; }
        .hubs-list #filters h4.resource-filter img.dropdown-indicator,
        #related .content #filters h4.resource-filter img.dropdown-indicator {
          width: 17px;
          height: auto;
          position: absolute;
          left: 0;
          top: -9px; }
      .hubs-list #filters h4 a,
      #related .content #filters h4 a {
        display: block;
        padding-left: 0;
        font-size: 16px;
        position: relative; }
        .hubs-list #filters h4 a span.fa,
        #related .content #filters h4 a span.fa {
          top: -3px;
          font-size: 1.6em;
          float: right;
          color: #608d13;
          padding: 0;
          margin: 0;
          border: none;
          position: relative; }
        .hubs-list #filters h4 a:hover, .hubs-list #filters h4 a:active,
        #related .content #filters h4 a:hover,
        #related .content #filters h4 a:active {
          text-decoration: none; }
    .hubs-list #filters ul,
    #related .content #filters ul {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
      .hubs-list #filters ul.resource-filter,
      #related .content #filters ul.resource-filter {
        margin-left: 15px; }
      .hubs-list #filters ul.closed,
      #related .content #filters ul.closed {
        display: none; }
      .hubs-list #filters ul li,
      #related .content #filters ul li {
        margin-bottom: 5px; }
        .hubs-list #filters ul li ul,
        #related .content #filters ul li ul {
          margin-left: 30px;
          margin-bottom: 0; }
  .hubs-list #content-list,
  #related .content #content-list {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: block;
    max-width: 100%;
    padding-left: 20px; }
    .hubs-list #content-list .pagination,
    #related .content #content-list .pagination {
      font-size: 20px;
      margin-bottom: 30px;
      text-align: center; }
      .hubs-list #content-list .pagination span.page-numbers,
      .hubs-list #content-list .pagination a.page-numbers,
      #related .content #content-list .pagination span.page-numbers,
      #related .content #content-list .pagination a.page-numbers {
        padding: 10px 10px;
        color: #272727;
        text-decoration: none;
        border-radius: 4px;
        display: inline-block; }
        .hubs-list #content-list .pagination span.page-numbers.current,
        .hubs-list #content-list .pagination a.page-numbers.current,
        #related .content #content-list .pagination span.page-numbers.current,
        #related .content #content-list .pagination a.page-numbers.current {
          background: #eaeded;
          font-weight: bold; }
      .hubs-list #content-list .pagination a.page-numbers:hover, .hubs-list #content-list .pagination:active,
      #related .content #content-list .pagination a.page-numbers:hover,
      #related .content #content-list .pagination:active {
        text-decoration: none;
        color: #608d13; }
      .hubs-list #content-list .pagination a.next .btn,
      #related .content #content-list .pagination a.next .btn {
        font-weight: bold;
        padding: 5px 10px 5px 20px; }
        .hubs-list #content-list .pagination a.next .btn span,
        #related .content #content-list .pagination a.next .btn span {
          padding-left: 10px; }
      .hubs-list #content-list .pagination a.prev .btn,
      #related .content #content-list .pagination a.prev .btn {
        font-weight: bold;
        padding: 5px 20px 5px 10px; }
        .hubs-list #content-list .pagination a.prev .btn span,
        #related .content #content-list .pagination a.prev .btn span {
          padding-right: 10px; }
    .hubs-list #content-list .event-filters,
    #related .content #content-list .event-filters {
      float: left;
      width: 100%;
      padding-bottom: 30px; }
      .hubs-list #content-list .event-filters .date-selector,
      #related .content #content-list .event-filters .date-selector {
        float: left;
        font-size: 20px; }
        .hubs-list #content-list .event-filters .date-selector .date-input,
        #related .content #content-list .event-filters .date-selector .date-input {
          display: inline-block;
          border: 1px solid #272727;
          position: relative;
          outline: none;
          box-sizing: border-box;
          padding: 0;
          cursor: pointer;
          cursor: hand;
          margin-left: 5px;
          padding-right: 2em;
          border-radius: 4px; }
          .hubs-list #content-list .event-filters .date-selector .date-input:after,
          #related .content #content-list .event-filters .date-selector .date-input:after {
            content: '\f0d7';
            font-family: FontAwesome;
            text-align: center;
            color: #fff;
            display: inline-block;
            /* float: right; */
            vertical-align: middle;
            position: absolute;
            background: #608d13;
            width: 2.0em;
            height: 39px;
            padding-top: 5px;
            box-sizing: border-box;
            right: -1px;
            top: -1px;
            -webkit-border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px; }
          .hubs-list #content-list .event-filters .date-selector .date-input input,
          #related .content #content-list .event-filters .date-selector .date-input input {
            border: none;
            font-size: 18px;
            width: 8em;
            outline: none;
            padding: 5px 0 5px 10px;
            cursor: pointer;
            cursor: hand;
            color: #272727; }
          .hubs-list #content-list .event-filters .date-selector .date-input.active,
          #related .content #content-list .event-filters .date-selector .date-input.active {
            border-color: #608d13; }
      .hubs-list #content-list .event-filters .view-selector,
      #related .content #content-list .event-filters .view-selector {
        float: right;
        text-align: right; }
        .hubs-list #content-list .event-filters .view-selector a,
        #related .content #content-list .event-filters .view-selector a {
          border-radius: 4px;
          color: #272727;
          text-decoration: none;
          font-size: 21px;
          padding: 4.5px 15px;
          position: relative;
          display: inline-block; }
          .hubs-list #content-list .event-filters .view-selector a span,
          #related .content #content-list .event-filters .view-selector a span {
            position: relative;
            top: 0.1em;
            margin-right: 0.5em; }
          .hubs-list #content-list .event-filters .view-selector a:hover, .hubs-list #content-list .event-filters .view-selector a:active,
          #related .content #content-list .event-filters .view-selector a:hover,
          #related .content #content-list .event-filters .view-selector a:active {
            color: #608d13; }
          .hubs-list #content-list .event-filters .view-selector a.current,
          #related .content #content-list .event-filters .view-selector a.current {
            background: #eaeded; }
    .hubs-list #content-list .list-filters,
    #related .content #content-list .list-filters {
      padding-bottom: 30px; }
      .hubs-list #content-list .list-filters ul,
      #related .content #content-list .list-filters ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .hubs-list #content-list .list-filters ul li,
        #related .content #content-list .list-filters ul li {
          display: inline-block;
          -webkit-flex-grow: 1;
          -moz-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          border-radius: 4px;
          text-align: center; }
          .hubs-list #content-list .list-filters ul li a,
          #related .content #content-list .list-filters ul li a {
            color: #272727;
            text-decoration: none;
            font-size: 21px; }
            .hubs-list #content-list .list-filters ul li a:hover, .hubs-list #content-list .list-filters ul li a:active,
            #related .content #content-list .list-filters ul li a:hover,
            #related .content #content-list .list-filters ul li a:active {
              color: #608d13; }
          .hubs-list #content-list .list-filters ul li.current,
          #related .content #content-list .list-filters ul li.current {
            background: #eaeded; }
            .hubs-list #content-list .list-filters ul li.current a,
            #related .content #content-list .list-filters ul li.current a {
              font-weight: bold; }
  .hubs-list table.calendar,
  #related .content table.calendar {
    border-top: 2px solid #eaeded;
    width: 100%; }
    .hubs-list table.calendar tr td, .hubs-list table.calendar tr th,
    #related .content table.calendar tr td,
    #related .content table.calendar tr th {
      width: 14.28%;
      box-sizing: border-box; }
    .hubs-list table.calendar tr th,
    #related .content table.calendar tr th {
      font-size: 16px;
      padding: 30px 0 20px 0; }
    .hubs-list table.calendar tr td,
    #related .content table.calendar tr td {
      background: #f6f6f7;
      border-left: 2px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF;
      height: 220px;
      overflow: hidden;
      vertical-align: top;
      padding: 0; }
      .hubs-list table.calendar tr td a,
      #related .content table.calendar tr td a {
        display: block;
        text-align: center;
        padding: 0 5px 10px 5px;
        color: #48611c;
        font-size: 15px;
        line-height: 1.2em;
        font-weight: bold; }
        .hubs-list table.calendar tr td a.all-link, .hubs-list table.calendar tr td a.all-link-summary,
        #related .content table.calendar tr td a.all-link,
        #related .content table.calendar tr td a.all-link-summary {
          position: absolute;
          bottom: 0;
          left: 0;
          background: #48611c;
          color: #FFF;
          padding: 10px;
          text-decoration: none; }
          .hubs-list table.calendar tr td a.all-link:hover, .hubs-list table.calendar tr td a.all-link:active, .hubs-list table.calendar tr td a.all-link-summary:hover, .hubs-list table.calendar tr td a.all-link-summary:active,
          #related .content table.calendar tr td a.all-link:hover,
          #related .content table.calendar tr td a.all-link:active,
          #related .content table.calendar tr td a.all-link-summary:hover,
          #related .content table.calendar tr td a.all-link-summary:active {
            text-decoration: underline; }
        .hubs-list table.calendar tr td a.all-link-summary,
        #related .content table.calendar tr td a.all-link-summary {
          display: none; }
      .hubs-list table.calendar tr td .day-number,
      #related .content table.calendar tr td .day-number {
        text-align: right;
        font-weight: bold;
        font-size: 16px;
        padding: 5px 10px 10px 0; }
      .hubs-list table.calendar tr td.calendar-day-np,
      #related .content table.calendar tr td.calendar-day-np {
        background: #e4e6e7; }
      .hubs-list table.calendar tr td.current_day,
      #related .content table.calendar tr td.current_day {
        background: #272727;
        color: #FFF; }
        .hubs-list table.calendar tr td.current_day a,
        #related .content table.calendar tr td.current_day a {
          color: #FFF; }
  .hubs-list .next-prev,
  #related .content .next-prev {
    margin-bottom: 30px;
    text-align: center; }
    .hubs-list .next-prev a,
    #related .content .next-prev a {
      margin-right: 15px; }
      .hubs-list .next-prev a:last-child,
      #related .content .next-prev a:last-child {
        margin-right: 0; }

.no-flexbox .hubs-list #filters,
.no-flexbox #related .content #filters {
  float: left;
  width: 25%; }

.no-flexbox .hubs-list #content-list,
.no-flexbox #related .content #content-list {
  float: left;
  width: 75%; }

.no-flexbox .post-with-related #primary {
  width: 70%; }

.no-flexbox .post-with-related #related {
  width: 30%; }

.no-flexbox .hubs-list article .preview-image {
  float: left;
  width: 20%;
  min-width: 0;
  max-width: 100%; }

.no-flexbox .hubs-list article .text {
  float: left;
  width: 80%; }

body #related .content {
  display: block; }
  body #related .content article {
    display: block; }
    body #related .content article .preview-image {
      display: block;
      margin-bottom: 10px;
      min-width: 100%;
      max-width: 100%;
      overflow: hidden; }
    body #related .content article .text {
      padding-left: 0;
      display: block; }
      body #related .content article .text h2 {
        font-size: 22px;
        margin-bottom: 5px;
        top: 0; }
      body #related .content article .text .date-and-type {
        font-size: 18px;
        top: 0; }
      body #related .content article .text .links {
        text-align: left;
        padding-left: 0; }
        body #related .content article .text .links a {
          float: none;
          font-size: 18px;
          margin-left: 0; }

.search-results .hubs-list #content-list,
.archive .hubs-list #content-list {
  padding-left: 0; }

#share {
  background: #4b575f;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 20px 1.0em 20px;
  vertical-align: middle;
  display: table;
  width: 100%; }
  #share .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 0;
    width: 100%;
    background: transparent !important; }
    #share .inner a {
      position: relative;
      font-size: 2.1em;
      color: #FFF;
      text-decoration: none;
      margin-left: 15px;
      display: inline-block;
      top: 0.2em; }
      #share .inner a:hover, #share .inner a:active {
        color: #608d13; }

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center; }

.ui-widget.ui-widget-content {
  z-index: 2000 !important; }

.ui-datepicker.ui-widget-content .ui-state-disabled {
  opacity: 0; }
.ui-datepicker td.ui-datepicker-today a {
  background: #e86d1f;
  border-color: #e86d1f; }
.ui-datepicker td.no-event a {
  background: #edeeef;
  border-color: #edeeef;
  color: #272727; }
  .ui-datepicker td.no-event a:hover, .ui-datepicker td.no-event a:active {
    border-color: #e86d1f;
    background: #e86d1f;
    color: #FFFFFF; }
  .ui-datepicker td.no-event a .ui-state-hover {
    border-color: #e86d1f;
    background: #e86d1f;
    color: #FFFFFF; }
.ui-datepicker td.no-event.ui-datepicker-current-day a {
  border-color: #e86d1f;
  background: #e86d1f;
  color: #FFFFFF; }
.ui-datepicker td.ui-state-disabled {
  opacity: 0 !important; }

#filter-toggle,
.filter-toggle {
  background: #608d13;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  display: none;
  float: left;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  padding: 7px 15px;
  margin-bottom: 30px; }
  #filter-toggle span.fa-bars,
  .filter-toggle span.fa-bars {
    padding-right: 0.5em; }
  #filter-toggle span.fa-angle-down,
  #filter-toggle span.fa-angle-up,
  .filter-toggle span.fa-angle-down,
  .filter-toggle span.fa-angle-up {
    float: right;
    font-size: 1.4em;
    position: relative; }
  #filter-toggle:hover, #filter-toggle:active,
  .filter-toggle:hover,
  .filter-toggle:active {
    background: #42640d; }

@media screen and (max-width: 1000px) {
  .hubs-list #content-list .event-filters .date-selector {
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
    .hubs-list #content-list .event-filters .date-selector .date-input {
      float: left;
      width: 100%;
      margin-left: 0;
      text-align: left; }
  .hubs-list #content-list .event-filters .view-selector {
    width: 100%;
    text-align: center; }
    .hubs-list #content-list .event-filters .view-selector a {
      float: left;
      width: 50%; }

  .hubs-list #content-list .event-filters .date-selector .date-input input {
    width: auto; } }
@media screen and (max-width: 900px) {
  .hubs-list {
    display: block;
    float: left;
    width: 100%; }
    .hubs-list #filters,
    .hubs-list #related .content #filters {
      display: block;
      float: left;
      width: 100%; }
    .hubs-list #filter-toggle,
    .hubs-list .filter-toggle {
      display: block; }
    .hubs-list #filters {
      display: none;
      padding-left: 15px;
      padding-right: 15px; }
      .hubs-list #filters.open {
        display: block; }
      .hubs-list #filters a.current span {
        margin-top: 3px; }
    .hubs-list .list-filters {
      display: block;
      float: left;
      width: 100%; }
      .hubs-list .list-filters ul {
        display: block;
        float: left;
        width: 100%;
        text-align: center; }
    .hubs-list #related .content #content-list {
      display: block;
      float: left;
      width: 100%;
      padding-left: 0; }
    .hubs-list #content-list {
      display: block;
      float: left;
      width: 100%;
      padding-left: 0; }
      .hubs-list #content-list .pagination {
        margin-bottom: 30px; }

  .post-with-related #related {
    flex-basis: 170px; }
    .post-with-related #related .content article .preview-image .image-preview .fa {
      font-size: 55px; }

  .no-flexbox .hubs-list #content-list,
  .no-flexbox #related .content #content-list {
    width: 100%; } }
@media screen and (max-width: 750px) {
  .single #content .inner {
    padding-left: 0;
    padding-right: 0; }
    .single #content .inner article {
      padding-left: 30px;
      padding-right: 30px; }

  .single-product #content .inner {
    padding: 0 30px; }

  body .post-with-related {
    display: block; }
    body .post-with-related #related {
      margin-left: 0;
      float: left;
      width: 100%;
      max-width: 100%;
      display: block;
      background: #f6f6f7;
      padding-left: 30px;
      padding-right: 30px; }
      body .post-with-related #related h4 {
        font-size: 20px;
        margin-top: 30px; }
      body .post-with-related #related article {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: table;
        vertical-align: top;
        border-bottom: 0;
        padding-bottom: 0; }
        body .post-with-related #related article .preview-image {
          display: table-cell;
          vertical-align: top !important;
          width: 35px;
          text-align: left;
          position: relative; }
          body .post-with-related #related article .preview-image a img {
            display: none; }
          body .post-with-related #related article .preview-image a .image-preview {
            background: none;
            color: #272727;
            text-align: left;
            position: relative;
            margin-top: 0.3em; }
            body .post-with-related #related article .preview-image a .image-preview .fa {
              color: #272727 !important;
              font-size: 20px !important;
              line-height: 20px !important; }
            body .post-with-related #related article .preview-image a .image-preview svg {
              width: 20px !important; }
              body .post-with-related #related article .preview-image a .image-preview svg path {
                fill: #272727 !important; }
            body .post-with-related #related article .preview-image a .image-preview.related-icon {
              display: inline-block; }
        body .post-with-related #related article .text {
          display: table-cell;
          vertical-align: top; }
          body .post-with-related #related article .text h2 a {
            text-decoration: underline; }
          body .post-with-related #related article .text .links {
            display: none; }
    body .post-with-related #primary {
      display: block;
      float: left;
      width: 100%; }

  .hubs-list table.calendar tr th span {
    display: none; }
  .hubs-list table.calendar tr td {
    height: auto;
    height: 88px; }
    .hubs-list table.calendar tr td a {
      display: none; }
      .hubs-list table.calendar tr td a.all-link-summary {
        display: block;
        position: relative;
        font-size: 28px;
        text-decoration: underline; }
        .hubs-list table.calendar tr td a.all-link-summary:hover, .hubs-list table.calendar tr td a.all-link-summary:active {
          text-decoration: none; }
  .hubs-list #content-list .list-filters {
    float: left;
    width: 100%; }
    .hubs-list #content-list .list-filters ul {
      display: block;
      text-align: center; }
      .hubs-list #content-list .list-filters ul li {
        display: inline-block;
        min-width: 10%; }
  .hubs-list article .preview-image {
    flex-basis: 200px; }
    .hubs-list article .preview-image .image-preview .preview-inner .fa {
      font-size: 60px; }

  .page-template-hub-news .hubs-list #content-list .list-filters ul li {
    min-width: 19%; }

  .no-flexbox .post-with-related #primary {
    width: 100%; }

  .no-flexbox .post-with-related #related {
    width: 100%; }

  .hubs-list #content-list .pagination span:first-child,
  .hubs-list #content-list .pagination span.current,
  .hubs-list #content-list .pagination span.dots {
    display: none; }

  .hubs-list #content-list .pagination a span {
    display: inline-block !important; }

  .hubs-list #content-list .pagination a.page-numbers:not(.prev):not(.next) {
    display: none; }

  .hubs-list #content-list .pagination {
    text-align: center; } }
@media screen and (max-width: 600px) {
  .post-with-related #primary article h1 {
    font-size: 26px;
    margin-top: 20px; }

  .post-with-related #primary article .entry-meta {
    font-size: 19px; }

  .post-with-related #primary article .featured-image .caption {
    font-size: 17px; }

  .post-with-related #primary article .entry-content {
    font-size: 19px; }
    .post-with-related #primary article .entry-content p {
      margin-bottom: 15px; }

  .post-with-related #primary article .tags {
    font-size: 17px; }

  .single #content .inner article {
    padding-left: 15px;
    padding-right: 15px; }

  /*.post-with-related #primary article h1 {
      margin-bottom: 0;
  }*/
  .post-with-related #primary article .entry-content {
    margin-top: 20px; }

  .post-with-related #primary article .entry-content .links a {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left; }

  .post-with-related #primary article .featured-image {
    margin-bottom: 20px; }

  .post-with-related #primary article .featured-image .caption {
    padding: 5px 10px; }

  .single-product #content .inner {
    padding: 0 15px; }

  h1 {
    font-size: 26px;
    line-height: 1.2em; }

  #filters h4 {
    font-size: 15px; }

  .hubs-banner-top {
    margin-bottom: 20px; }

  .hubs-list #filters a.current span {
    margin-top: 1px; }

  .hubs-list #filters a, #related .content #filters a {
    font-size: 16px; }

  #filter-toggle,
  .filter-toggle {
    margin-bottom: 20px; }

  .hubs-list #filters a span i, #related .content #filters a span i {
    top: -4px; }

  .hubs-list .links {
    display: none; }
  .hubs-list .text-link {
    display: block; }
    .hubs-list .text-link a {
      text-decoration: underline; }
      .hubs-list .text-link a:hover {
        text-decoration: none; }
  .hubs-list table.calendar tr th {
    font-size: 14px;
    padding: 20px 0 15px 0; }
  .hubs-list table.calendar tr td {
    height: auto;
    height: 77px; }
    .hubs-list table.calendar tr td .day-number {
      font-size: 14px;
      padding: 5px;
      text-align: center; }
    .hubs-list table.calendar tr td a {
      display: none; }
      .hubs-list table.calendar tr td a.all-link-summary {
        display: block;
        position: relative;
        font-size: 20px;
        text-decoration: underline; }
        .hubs-list table.calendar tr td a.all-link-summary:hover, .hubs-list table.calendar tr td a.all-link-summary:active {
          text-decoration: none; }
  .hubs-list #content-list .event-filters {
    padding-bottom: 20px; }
    .hubs-list #content-list .event-filters .date-selector {
      font-size: 16px; }
      .hubs-list #content-list .event-filters .date-selector .date-input {
        margin-top: 3px; }
        .hubs-list #content-list .event-filters .date-selector .date-input input {
          font-size: 16px; }
        .hubs-list #content-list .event-filters .date-selector .date-input:after {
          height: 36px; }
    .hubs-list #content-list .event-filters .view-selector a {
      font-size: 16px; }
  .hubs-list #content-list .list-filters {
    padding-bottom: 20px; }
    .hubs-list #content-list .list-filters ul li {
      min-width: 10%; }
      .hubs-list #content-list .list-filters ul li a {
        line-height: 2.0em; }
  .hubs-list #content-list .pagination {
    font-size: 17px; }
  .hubs-list h3 {
    font-size: 26px;
    margin-bottom: 20px; }
  .hubs-list article {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .hubs-list article .preview-image {
      display: none;
      float: left;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
      .hubs-list article .preview-image img {
        width: 100%; }
    .hubs-list article .text {
      display: block;
      float: left;
      width: 100%;
      padding-left: 0; }
      .hubs-list article .text h2 {
        top: 0;
        font-size: 22px; }
      .hubs-list article .text .date-and-type {
        top: 0;
        font-size: 18px;
        margin-bottom: 15px; }
      .hubs-list article .text .description {
        font-size: 17px; }
      .hubs-list article .text .links {
        margin-top: 10px; }
        .hubs-list article .text .links a {
          font-size: 18px; }
      .hubs-list article .text .tags {
        display: none; }

  body .post-with-related #related {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px; }
    body .post-with-related #related h4 {
      font-size: 18px;
      margin-top: 30px; }
    body .post-with-related #related article {
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: table;
      vertical-align: top; }
      body .post-with-related #related article h2 {
        font-size: 17px !important; }
      body .post-with-related #related article .date-and-type {
        font-size: 15px !important; }
      body .post-with-related #related article .preview-image {
        width: 35px; }
        body .post-with-related #related article .preview-image a .image-preview {
          margin-top: 0.2em; }
          body .post-with-related #related article .preview-image a .image-preview .fa {
            color: #272727 !important;
            font-size: 17px !important;
            line-height: 17px !important; }
          body .post-with-related #related article .preview-image a .image-preview svg {
            width: 17px !important; }
            body .post-with-related #related article .preview-image a .image-preview svg path {
              fill: #272727 !important; }

  #share {
    padding-top: 20px; }
    #share .inner {
      font-size: 17px; }
      #share .inner span.text {
        display: block; }
      #share .inner a {
        font-size: 1.8em;
        margin-right: 15px; } }
.page-template-info-portal-home #content,
.page-template-info-portal-all-regions #content,
.tax-activity-region #content,
.tax-activity-type #content,
.single-activity #content,
.page-template-add-activity-event #content,
.page-template-add-event #content,
.page-template-add-activity #content {
  font-size: 20px; }
  .page-template-info-portal-home #content .gform_wrapper label,
  .page-template-info-portal-all-regions #content .gform_wrapper label,
  .tax-activity-region #content .gform_wrapper label,
  .tax-activity-type #content .gform_wrapper label,
  .single-activity #content .gform_wrapper label,
  .page-template-add-activity-event #content .gform_wrapper label,
  .page-template-add-event #content .gform_wrapper label,
  .page-template-add-activity #content .gform_wrapper label {
    font-weight: bold; }
  .page-template-info-portal-home #content a,
  .page-template-info-portal-all-regions #content a,
  .tax-activity-region #content a,
  .tax-activity-type #content a,
  .single-activity #content a,
  .page-template-add-activity-event #content a,
  .page-template-add-event #content a,
  .page-template-add-activity #content a {
    color: #272727; }
    .page-template-info-portal-home #content a .underline,
    .page-template-info-portal-all-regions #content a .underline,
    .tax-activity-region #content a .underline,
    .tax-activity-type #content a .underline,
    .single-activity #content a .underline,
    .page-template-add-activity-event #content a .underline,
    .page-template-add-event #content a .underline,
    .page-template-add-activity #content a .underline {
      border-bottom: 2px solid #ffc61f;
      line-height: 1em;
      text-decoration: none !important; }
    .page-template-info-portal-home #content a:hover, .page-template-info-portal-home #content a:active,
    .page-template-info-portal-all-regions #content a:hover,
    .page-template-info-portal-all-regions #content a:active,
    .tax-activity-region #content a:hover,
    .tax-activity-region #content a:active,
    .tax-activity-type #content a:hover,
    .tax-activity-type #content a:active,
    .single-activity #content a:hover,
    .single-activity #content a:active,
    .page-template-add-activity-event #content a:hover,
    .page-template-add-activity-event #content a:active,
    .page-template-add-event #content a:hover,
    .page-template-add-event #content a:active,
    .page-template-add-activity #content a:hover,
    .page-template-add-activity #content a:active {
      color: #608d13; }
      .page-template-info-portal-home #content a:hover .underline, .page-template-info-portal-home #content a:active .underline,
      .page-template-info-portal-all-regions #content a:hover .underline,
      .page-template-info-portal-all-regions #content a:active .underline,
      .tax-activity-region #content a:hover .underline,
      .tax-activity-region #content a:active .underline,
      .tax-activity-type #content a:hover .underline,
      .tax-activity-type #content a:active .underline,
      .single-activity #content a:hover .underline,
      .single-activity #content a:active .underline,
      .page-template-add-activity-event #content a:hover .underline,
      .page-template-add-activity-event #content a:active .underline,
      .page-template-add-event #content a:hover .underline,
      .page-template-add-event #content a:active .underline,
      .page-template-add-activity #content a:hover .underline,
      .page-template-add-activity #content a:active .underline {
        border-bottom-color: #272727; }
  .page-template-info-portal-home #content #filter-toggle,
  .page-template-info-portal-all-regions #content #filter-toggle,
  .tax-activity-region #content #filter-toggle,
  .tax-activity-type #content #filter-toggle,
  .single-activity #content #filter-toggle,
  .page-template-add-activity-event #content #filter-toggle,
  .page-template-add-event #content #filter-toggle,
  .page-template-add-activity #content #filter-toggle {
    color: #FFF; }
  .page-template-info-portal-home #content .btn-green,
  .page-template-info-portal-all-regions #content .btn-green,
  .tax-activity-region #content .btn-green,
  .tax-activity-type #content .btn-green,
  .single-activity #content .btn-green,
  .page-template-add-activity-event #content .btn-green,
  .page-template-add-event #content .btn-green,
  .page-template-add-activity #content .btn-green {
    color: #FFF; }
    .page-template-info-portal-home #content .btn-green:hover,
    .page-template-info-portal-all-regions #content .btn-green:hover,
    .tax-activity-region #content .btn-green:hover,
    .tax-activity-type #content .btn-green:hover,
    .single-activity #content .btn-green:hover,
    .page-template-add-activity-event #content .btn-green:hover,
    .page-template-add-event #content .btn-green:hover,
    .page-template-add-activity #content .btn-green:hover {
      color: #FFF; }
  .page-template-info-portal-home #content .description,
  .page-template-info-portal-all-regions #content .description,
  .tax-activity-region #content .description,
  .tax-activity-type #content .description,
  .single-activity #content .description,
  .page-template-add-activity-event #content .description,
  .page-template-add-event #content .description,
  .page-template-add-activity #content .description {
    margin-bottom: 15px; }
.page-template-info-portal-home h2 a,
.page-template-info-portal-home h3 a,
.page-template-info-portal-all-regions h2 a,
.page-template-info-portal-all-regions h3 a,
.tax-activity-region h2 a,
.tax-activity-region h3 a,
.tax-activity-type h2 a,
.tax-activity-type h3 a,
.single-activity h2 a,
.single-activity h3 a,
.page-template-add-activity-event h2 a,
.page-template-add-activity-event h3 a,
.page-template-add-event h2 a,
.page-template-add-event h3 a,
.page-template-add-activity h2 a,
.page-template-add-activity h3 a {
  text-decoration: none; }
.page-template-info-portal-home .half,
.page-template-info-portal-all-regions .half,
.tax-activity-region .half,
.tax-activity-type .half,
.single-activity .half,
.page-template-add-activity-event .half,
.page-template-add-event .half,
.page-template-add-activity .half {
  float: left;
  width: 50%; }
  .page-template-info-portal-home .half:nth-child(odd),
  .page-template-info-portal-all-regions .half:nth-child(odd),
  .tax-activity-region .half:nth-child(odd),
  .tax-activity-type .half:nth-child(odd),
  .single-activity .half:nth-child(odd),
  .page-template-add-activity-event .half:nth-child(odd),
  .page-template-add-event .half:nth-child(odd),
  .page-template-add-activity .half:nth-child(odd) {
    padding-right: 12px; }
  .page-template-info-portal-home .half:nth-child(even),
  .page-template-info-portal-all-regions .half:nth-child(even),
  .tax-activity-region .half:nth-child(even),
  .tax-activity-type .half:nth-child(even),
  .single-activity .half:nth-child(even),
  .page-template-add-activity-event .half:nth-child(even),
  .page-template-add-event .half:nth-child(even),
  .page-template-add-activity .half:nth-child(even) {
    padding-left: 12px; }
.page-template-info-portal-home .third,
.page-template-info-portal-all-regions .third,
.tax-activity-region .third,
.tax-activity-type .third,
.single-activity .third,
.page-template-add-activity-event .third,
.page-template-add-event .third,
.page-template-add-activity .third {
  float: left;
  width: 33%; }
  .page-template-info-portal-home .third:nth-child(3n+1),
  .page-template-info-portal-all-regions .third:nth-child(3n+1),
  .tax-activity-region .third:nth-child(3n+1),
  .tax-activity-type .third:nth-child(3n+1),
  .single-activity .third:nth-child(3n+1),
  .page-template-add-activity-event .third:nth-child(3n+1),
  .page-template-add-event .third:nth-child(3n+1),
  .page-template-add-activity .third:nth-child(3n+1) {
    padding-right: 2%; }
  .page-template-info-portal-home .third:nth-child(3n+2),
  .page-template-info-portal-all-regions .third:nth-child(3n+2),
  .tax-activity-region .third:nth-child(3n+2),
  .tax-activity-type .third:nth-child(3n+2),
  .single-activity .third:nth-child(3n+2),
  .page-template-add-activity-event .third:nth-child(3n+2),
  .page-template-add-event .third:nth-child(3n+2),
  .page-template-add-activity .third:nth-child(3n+2) {
    padding-right: 1%;
    padding-left: 1%; }
  .page-template-info-portal-home .third:nth-child(3n+3),
  .page-template-info-portal-all-regions .third:nth-child(3n+3),
  .tax-activity-region .third:nth-child(3n+3),
  .tax-activity-type .third:nth-child(3n+3),
  .single-activity .third:nth-child(3n+3),
  .page-template-add-activity-event .third:nth-child(3n+3),
  .page-template-add-event .third:nth-child(3n+3),
  .page-template-add-activity .third:nth-child(3n+3) {
    padding-left: 2%; }
.page-template-info-portal-home .title #activity-regions,
.page-template-info-portal-home .title #activity-type,
.page-template-info-portal-all-regions .title #activity-regions,
.page-template-info-portal-all-regions .title #activity-type,
.tax-activity-region .title #activity-regions,
.tax-activity-region .title #activity-type,
.tax-activity-type .title #activity-regions,
.tax-activity-type .title #activity-type,
.single-activity .title #activity-regions,
.single-activity .title #activity-type,
.page-template-add-activity-event .title #activity-regions,
.page-template-add-activity-event .title #activity-type,
.page-template-add-event .title #activity-regions,
.page-template-add-event .title #activity-type,
.page-template-add-activity .title #activity-regions,
.page-template-add-activity .title #activity-type {
  float: right; }
.page-template-info-portal-home .title .select2,
.page-template-info-portal-all-regions .title .select2,
.tax-activity-region .title .select2,
.tax-activity-type .title .select2,
.single-activity .title .select2,
.page-template-add-activity-event .title .select2,
.page-template-add-event .title .select2,
.page-template-add-activity .title .select2 {
  width: auto !important;
  float: right;
  margin-top: 30px; }
.page-template-info-portal-home .hubs-list article,
.page-template-info-portal-all-regions .hubs-list article,
.tax-activity-region .hubs-list article,
.tax-activity-type .hubs-list article,
.single-activity .hubs-list article,
.page-template-add-activity-event .hubs-list article,
.page-template-add-event .hubs-list article,
.page-template-add-activity .hubs-list article {
  border-bottom: 0; }
  .page-template-info-portal-home .hubs-list article .preview-image,
  .page-template-info-portal-all-regions .hubs-list article .preview-image,
  .tax-activity-region .hubs-list article .preview-image,
  .tax-activity-type .hubs-list article .preview-image,
  .single-activity .hubs-list article .preview-image,
  .page-template-add-activity-event .hubs-list article .preview-image,
  .page-template-add-event .hubs-list article .preview-image,
  .page-template-add-activity .hubs-list article .preview-image {
    flex-basis: 220px;
    width: 220px;
    min-width: 220px;
    max-width: 220px; }
    .page-template-info-portal-home .hubs-list article .preview-image a:hover img,
    .page-template-info-portal-all-regions .hubs-list article .preview-image a:hover img,
    .tax-activity-region .hubs-list article .preview-image a:hover img,
    .tax-activity-type .hubs-list article .preview-image a:hover img,
    .single-activity .hubs-list article .preview-image a:hover img,
    .page-template-add-activity-event .hubs-list article .preview-image a:hover img,
    .page-template-add-event .hubs-list article .preview-image a:hover img,
    .page-template-add-activity .hubs-list article .preview-image a:hover img {
      opacity: 0.8; }
  .page-template-info-portal-home .hubs-list article .text h2,
  .page-template-info-portal-all-regions .hubs-list article .text h2,
  .tax-activity-region .hubs-list article .text h2,
  .tax-activity-type .hubs-list article .text h2,
  .single-activity .hubs-list article .text h2,
  .page-template-add-activity-event .hubs-list article .text h2,
  .page-template-add-event .hubs-list article .text h2,
  .page-template-add-activity .hubs-list article .text h2 {
    font-size: 32px; }
  .page-template-info-portal-home .hubs-list article .text .description,
  .page-template-info-portal-all-regions .hubs-list article .text .description,
  .tax-activity-region .hubs-list article .text .description,
  .tax-activity-type .hubs-list article .text .description,
  .single-activity .hubs-list article .text .description,
  .page-template-add-activity-event .hubs-list article .text .description,
  .page-template-add-event .hubs-list article .text .description,
  .page-template-add-activity .hubs-list article .text .description {
    font-size: 20px;
    line-height: 1.5; }
.page-template-info-portal-home .buttons,
.page-template-info-portal-all-regions .buttons,
.tax-activity-region .buttons,
.tax-activity-type .buttons,
.single-activity .buttons,
.page-template-add-activity-event .buttons,
.page-template-add-event .buttons,
.page-template-add-activity .buttons {
  margin-top: 30px; }
  .page-template-info-portal-home .buttons a,
  .page-template-info-portal-all-regions .buttons a,
  .tax-activity-region .buttons a,
  .tax-activity-type .buttons a,
  .single-activity .buttons a,
  .page-template-add-activity-event .buttons a,
  .page-template-add-event .buttons a,
  .page-template-add-activity .buttons a {
    display: block;
    text-align: center; }
.page-template-info-portal-home .term,
.page-template-info-portal-all-regions .term,
.tax-activity-region .term,
.tax-activity-type .term,
.single-activity .term,
.page-template-add-activity-event .term,
.page-template-add-event .term,
.page-template-add-activity .term {
  margin-bottom: 25px; }
  .page-template-info-portal-home .term a,
  .page-template-info-portal-all-regions .term a,
  .tax-activity-region .term a,
  .tax-activity-type .term a,
  .single-activity .term a,
  .page-template-add-activity-event .term a,
  .page-template-add-event .term a,
  .page-template-add-activity .term a {
    text-decoration: none; }
.page-template-info-portal-home .entry-meta-activity .info,
.page-template-info-portal-all-regions .entry-meta-activity .info,
.tax-activity-region .entry-meta-activity .info,
.tax-activity-type .entry-meta-activity .info,
.single-activity .entry-meta-activity .info,
.page-template-add-activity-event .entry-meta-activity .info,
.page-template-add-event .entry-meta-activity .info,
.page-template-add-activity .entry-meta-activity .info {
  float: left;
  width: 100%; }
.page-template-info-portal-home .entry-meta-activity strong,
.page-template-info-portal-all-regions .entry-meta-activity strong,
.tax-activity-region .entry-meta-activity strong,
.tax-activity-type .entry-meta-activity strong,
.single-activity .entry-meta-activity strong,
.page-template-add-activity-event .entry-meta-activity strong,
.page-template-add-event .entry-meta-activity strong,
.page-template-add-activity .entry-meta-activity strong {
  float: left;
  width: 40%; }
.page-template-info-portal-home .meta-section,
.page-template-info-portal-all-regions .meta-section,
.tax-activity-region .meta-section,
.tax-activity-type .meta-section,
.single-activity .meta-section,
.page-template-add-activity-event .meta-section,
.page-template-add-event .meta-section,
.page-template-add-activity .meta-section {
  margin-bottom: 50px; }
.page-template-info-portal-home .website,
.page-template-info-portal-all-regions .website,
.tax-activity-region .website,
.tax-activity-type .website,
.single-activity .website,
.page-template-add-activity-event .website,
.page-template-add-event .website,
.page-template-add-activity .website {
  margin-top: 30px;
  float: left;
  width: 100%; }
.page-template-info-portal-home #activity-related,
.page-template-info-portal-all-regions #activity-related,
.tax-activity-region #activity-related,
.tax-activity-type #activity-related,
.single-activity #activity-related,
.page-template-add-activity-event #activity-related,
.page-template-add-event #activity-related,
.page-template-add-activity #activity-related {
  background: #F1F2F2;
  padding-top: 30px; }
  .page-template-info-portal-home #activity-related .hubs-list,
  .page-template-info-portal-all-regions #activity-related .hubs-list,
  .tax-activity-region #activity-related .hubs-list,
  .tax-activity-type #activity-related .hubs-list,
  .single-activity #activity-related .hubs-list,
  .page-template-add-activity-event #activity-related .hubs-list,
  .page-template-add-event #activity-related .hubs-list,
  .page-template-add-activity #activity-related .hubs-list {
    background: inherit !important; }
    .page-template-info-portal-home #activity-related .hubs-list #content-list,
    .page-template-info-portal-all-regions #activity-related .hubs-list #content-list,
    .tax-activity-region #activity-related .hubs-list #content-list,
    .tax-activity-type #activity-related .hubs-list #content-list,
    .single-activity #activity-related .hubs-list #content-list,
    .page-template-add-activity-event #activity-related .hubs-list #content-list,
    .page-template-add-event #activity-related .hubs-list #content-list,
    .page-template-add-activity #activity-related .hubs-list #content-list {
      padding-left: 0; }
    .page-template-info-portal-home #activity-related .hubs-list article .preview-image,
    .page-template-info-portal-all-regions #activity-related .hubs-list article .preview-image,
    .tax-activity-region #activity-related .hubs-list article .preview-image,
    .tax-activity-type #activity-related .hubs-list article .preview-image,
    .single-activity #activity-related .hubs-list article .preview-image,
    .page-template-add-activity-event #activity-related .hubs-list article .preview-image,
    .page-template-add-event #activity-related .hubs-list article .preview-image,
    .page-template-add-activity #activity-related .hubs-list article .preview-image {
      flex-basis: 300px;
      width: 300px;
      min-width: 300px;
      max-width: 300px; }
      .page-template-info-portal-home #activity-related .hubs-list article .preview-image a:hover img,
      .page-template-info-portal-all-regions #activity-related .hubs-list article .preview-image a:hover img,
      .tax-activity-region #activity-related .hubs-list article .preview-image a:hover img,
      .tax-activity-type #activity-related .hubs-list article .preview-image a:hover img,
      .single-activity #activity-related .hubs-list article .preview-image a:hover img,
      .page-template-add-activity-event #activity-related .hubs-list article .preview-image a:hover img,
      .page-template-add-event #activity-related .hubs-list article .preview-image a:hover img,
      .page-template-add-activity #activity-related .hubs-list article .preview-image a:hover img {
        opacity: 0.8; }

.event-form,
.activity-form {
  padding-bottom: 50px; }

.page-template-info-portal-home .add-btn {
  text-align: right; }
.page-template-info-portal-home h2 {
  margin-bottom: 0.5em; }
  .page-template-info-portal-home h2 a {
    text-decoration: none; }
.page-template-info-portal-home #content .inner.regions {
  padding-top: 0.8em; }
.page-template-info-portal-home .region {
  padding-bottom: 40px; }
  .page-template-info-portal-home .region p {
    font-size: 20px;
    font-weight: bold; }
.page-template-info-portal-home .region-map img {
  margin-bottom: 0.7em; }
.page-template-info-portal-home .region-map:hover img {
  opacity: 0.8; }

.page-template-info-portal-all-regions .third,
.tax-activity-region .third,
.tax-activity-type .third,
.single-activity .third,
.page-template-add-activity-event .third {
  padding-bottom: 60px; }
.page-template-info-portal-all-regions .children a,
.tax-activity-region .children a,
.tax-activity-type .children a,
.single-activity .children a,
.page-template-add-activity-event .children a {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  clear: both; }
.page-template-info-portal-all-regions .activity-image:hover img,
.tax-activity-region .activity-image:hover img,
.tax-activity-type .activity-image:hover img,
.single-activity .activity-image:hover img,
.page-template-add-activity-event .activity-image:hover img {
  opacity: 0.8; }

@media screen and (max-width: 850px) {
  .page-template-info-portal-all-regions .third,
  .tax-activity-region .third {
    width: 50%; } }
@media screen and (max-width: 710px) {
  .page-template-info-portal-home .half,
  .page-template-info-portal-all-regions .half,
  .tax-activity-region .half,
  .tax-activity-type .half,
  .single-activity .half,
  .page-template-add-activity-event .half,
  .page-template-add-event .half,
  .page-template-add-activity .half {
    float: left;
    width: 100%; }
    .page-template-info-portal-home .half:nth-child(odd),
    .page-template-info-portal-all-regions .half:nth-child(odd),
    .tax-activity-region .half:nth-child(odd),
    .tax-activity-type .half:nth-child(odd),
    .single-activity .half:nth-child(odd),
    .page-template-add-activity-event .half:nth-child(odd),
    .page-template-add-event .half:nth-child(odd),
    .page-template-add-activity .half:nth-child(odd) {
      padding-right: 0; }
    .page-template-info-portal-home .half:nth-child(even),
    .page-template-info-portal-all-regions .half:nth-child(even),
    .tax-activity-region .half:nth-child(even),
    .tax-activity-type .half:nth-child(even),
    .single-activity .half:nth-child(even),
    .page-template-add-activity-event .half:nth-child(even),
    .page-template-add-event .half:nth-child(even),
    .page-template-add-activity .half:nth-child(even) {
      padding-left: 0; }

  .page-template-info-portal-home .add-btn {
    text-align: left;
    margin-bottom: 10px; } }
@media screen and (max-width: 710px) {
  .single-activity .buttons .half {
    padding-bottom: 20px;
    width: auto;
    padding-right: 20px; }
  .single-activity .buttons a {
    display: inline-block;
    width: auto;
    min-width: 165px; }

  .single-activity .meta-section .half:first-child {
    padding-bottom: 40px; }

  .single-activity .meta-section {
    margin-bottom: 20px; }

  .single-activity #activity-related .hubs-list #content-list h2 {
    padding-left: 30px;
    padding-right: 30px; }
  .single-activity #activity-related .hubs-list #content-list article h2 {
    padding-left: 0;
    padding-right: 0; }

  .single-activity #activity-related .hubs-list article .preview-image {
    flex-basis: 200px;
    width: 200px;
    min-width: 200px;
    max-width: 200px; }

  .single-activity .buttons {
    margin-top: 10px; } }
@media screen and (max-width: 600px) {
  .page-template-info-portal-all-regions .third,
  .tax-activity-region .third {
    width: 100%; }

  .page-template-info-portal-home #content,
  .page-template-info-portal-all-regions #content,
  .tax-activity-region #content,
  .tax-activity-type #content,
  .single-activity #content,
  .page-template-add-activity-event,
  .page-template-add-event,
  .page-template-add-activity {
    font-size: 19px; }

  .tax-activity-type #content .inner br {
    display: none; }

  .page-template-info-portal-home .title .select2,
  .page-template-info-portal-all-regions .title .select2,
  .tax-activity-region .title .select2,
  .tax-activity-type .title .select2,
  .single-activity .title .select2 {
    margin-top: 10px; }

  .page-template-info-portal-home .region p {
    font-size: 18px; }

  .page-template-info-portal-home .region {
    padding-bottom: 0; }

  .page-template-info-portal-home .region-map img {
    margin-bottom: 0; }

  .tax-activity-type .hubs-list article .preview-image,
  .single-activity #activity-related .hubs-list article .preview-image {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: unset;
    margin-bottom: 10px; }

  .tax-activity-type .hubs-list article .text h2,
  .single-activity #activity-related .hubs-list article .text h2 {
    font-size: 22px; }

  .tax-activity-type #content .description,
  .single-activity #content .description {
    font-size: 17px; }

  .single-activity #activity-related .hubs-list #content-list h2 {
    padding-left: 15px;
    padding-right: 15px; }

  .single-activity #activity-related {
    padding-top: 0; }

  .single-activity .buttons a {
    min-width: auto; }

  .single-activity .entry-meta-activity .info {
    padding-left: 160px; }
    .single-activity .entry-meta-activity .info strong {
      margin-left: -160px;
      width: 160px; } }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Font awesome
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../cota/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../cota/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../cota/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../cota/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../cota/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../cota/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  /*text-rendering: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

/*
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
*/
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.group {
  zoom: 1; }

.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

/* Flexbox */
/* Woocommerce */
.woocommerce input[type="number"] {
  -moz-appearance: textfield; }

.woocommerce-message,
.woocommerce-info {
  margin-bottom: 30px;
  padding: 20px 0 20px 16px;
  background: none;
  border: none;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  color: #333;
  text-align: left; }

.woocommerce-message:before,
.woocommerce-info:before {
  position: absolute;
  margin-left: -16px;
  font-family: 'IcoMoon';
  content: '\f05d'; }

.woocommerce-message .wc-forward,
.woocommerce-info .wc-forward {
  float: right;
  text-shadow: none; }

.woocommerce-message .wc-forward:before,
.woocommerce-info .wc-forward:before {
  font-family: 'IcoMoon';
  content: '\f07a';
  margin-right: 6px;
  color: inherit; }

.woocommerce-error {
  list-style: none;
  padding: 0; }

.woocommerce-error li {
  margin-bottom: 15px;
  background-color: #ffe9e9;
  border: 1px solid #E7A9A9;
  color: #D04544;
  padding: 8px;
  position: relative;
  text-align: center; }

.woocommerce button.fusion-button,
.woocommerce button.button,
.woocommerce .shipping-calculator-form .button,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .cota-order-details .order-again .button,
.woocommerce .lost_reset_password input[type=submit] {
  min-height: 32px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  border-radius: 2px;
  cursor: pointer; }

.woocommerce .lost_reset_password input[type=submit] {
  border: 0; }

.woocommerce .button {
  cursor: pointer; }

.woocommerce .single_add_to_cart_button,
.woocommerce button.button {
  margin-top: -1px; }

.woocommerce .cota-shipping-calculator-form .button,
.woocommerce .shipping-calculator-form .button {
  float: right;
  margin-top: 0;
  padding: 2px 20px; }

.woocommerce .login .form-row {
  text-align: initial;
  margin: 0 20px 0 15px;
  float: right; }

.woocommerce .login .form-row.form-row-first,
.woocommerce .login .form-row.form-row-last {
  margin: 0 0 20px 0;
  float: none; }

.woocommerce .login .button {
  margin-left: 15px; }

.woocommerce .login .inline {
  float: left;
  margin-top: 5px; }

.woocommerce .login .lost_password {
  float: right;
  margin-top: 5px; }

.woocommerce #customer_login .login .form-row {
  display: inline-block;
  float: none;
  margin: 0 18px 0 0;
  text-align: initial; }

.woocommerce #customer_login .login .form-row.form-row-wide {
  display: block;
  margin: 0 0 20px 0; }

.woocommerce #customer_login .login .button {
  margin-left: 0; }

.woocommerce #customer_login .login .inline {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-top: 0;
  margin-left: 15px;
  line-height: 1; }

.woocommerce #customer_login .login .inline input,
.woocommerce #customer_login .login .inline .woocommerce-Input {
  vertical-align: middle;
  margin: 0 3px; }

.woocommerce #customer_login .login .lost_password {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0; }

.woocommerce #customer_login .register .form-row:last-child {
  margin-bottom: 0; }

body .woocommerce .checkout_coupon {
  margin-bottom: 40px;
  display: block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

body .woocommerce .checkout_coupon p {
  width: 100%; }

body .woocommerce .checkout_coupon .form-row-last {
  text-align: right;
  margin-bottom: 0; }

.woocommerce .checkout_coupon .promo-code-heading {
  margin: 0;
  padding: 0;
  border: none; }

.woocommerce .checkout_coupon .coupon-contents {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  margin: 0 -7.5px; }

.woocommerce .checkout_coupon .coupon-input {
  width: 240px;
  margin: 0;
  padding: 5px 7.5px; }

.woocommerce .checkout_coupon .coupon-input .input-text {
  margin: 0;
  padding: 8px 15px; }

.woocommerce .checkout_coupon .coupon-button {
  margin: 0;
  padding: 5px 7.5px; }

.product_meta {
  padding-top: 20px; }

.cart-totals-buttons,
.woocommerce-shipping-calculator,
.cart_totals,
#customer_login .col-1,
#customer_login .col-2,
.checkout_coupon,
.cross-sells {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 2px solid;
  border-color: #eaeded;
  overflow: hidden;
  padding: 30px; }

.coupon {
  border-bottom: 2px solid #eaeded;
  padding-top: 30px;
  padding-bottom: 30px; }

.woocommerce .checkout h3,
.cart_totals h2,
.woocommerce-shipping-calculator h2,
.coupon h2,
#customer_login h2,
.cross-sells h2 {
  margin-top: 0;
  border-bottom: 2px solid;
  border-color: #eaeded;
  margin-bottom: 30px;
  padding-bottom: 10px; }

.cart .cota-cart-actions {
  height: auto; }

.cart .cota-cart-actions .actions {
  padding: 0; }

/*.cart .cota-cart-actions .actions .coupon,
.cart .cota-cart-actions .actions > .button {
  visibility: hidden;
  position: absolute;
  height: 0;
}*/
.cart-collaterals {
  display: block; }

.cart-collaterals .cart_totals {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 48%;
  float: right; }

.cart-collaterals .cart_totals .fusion-button,
.cart-collaterals .cart_totals .checkout-button {
  clear: both;
  float: right; }

.cart-collaterals .cart_totals .checkout-button {
  margin-top: 10px; }

.cart-collaterals .shipping-coupon {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.woocommerce-ordering {
  display: none; }

.catalog-ordering {
  margin-bottom: 32px; }

.orderby-order-container {
  display: inline-block;
  vertical-align: top; }

.catalog-ordering > ul,
.orderby-order-container > ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 6px 10px 0;
  padding: 0; }

.catalog-ordering > ul,
.orderby-order-container > ul,
.order-dropdown > li:after,
.order-dropdown ul li a {
  height: 39px;
  line-height: 39px; }

.order-dropdown,
.order-dropdown ul li a {
  width: 185px; }

.catalog-ordering .order,
.order-dropdown > li:after {
  width: 39px; }

.catalog-ordering a {
  color: #333; }

.order-dropdown {
  position: relative;
  z-index: 100;
  cursor: pointer; }

.order-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.catalog-ordering .order li a {
  background: #fbfaf9;
  border: 1px solid #dbdbdb;
  display: block;
  font-size: 12px;
  text-align: center; }

.order-dropdown .current-li {
  background: #fbfaf9;
  border: 1px solid #dbdbdb;
  display: block;
  padding: 0 13px;
  font-size: 12px; }

.current-li-content {
  display: block;
  overflow: hidden;
  width: 133px; }

.order-dropdown > li {
  position: relative;
  z-index: 99; }

.order-dropdown ul {
  display: none;
  background: #fbfaf9; }

.order-dropdown > li:hover > ul {
  display: block;
  position: absolute; }

.order-dropdown li ul li {
  overflow: hidden; }

.order-dropdown ul li a {
  background: #fbfaf9;
  border: 1px solid #dbdbdb;
  border-top: 0;
  display: block;
  font-size: 12px;
  padding: 0;
  padding: 0 13px; }

.order-dropdown ul li a:hover {
  background: #fff; }

.order-dropdown ul li a strong {
  font-weight: normal; }

.order-dropdown > li:after {
  display: block;
  font-family: "IcoMoon";
  content: '\e61f';
  font-size: 9px;
  z-index: 101;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-left: 1px solid #dbdbdb; }

.products {
  list-style: none;
  margin: 0;
  padding: 0; }

.products > li {
  border: 1px solid #efefef;
  border-bottom-width: 2px; }

.products-6 > li {
  float: left;
  width: 15.832%;
  margin-right: 1.0%;
  margin-bottom: 11px; }

.products-6 > li:nth-child(6n) {
  margin-right: 0; }

.products-6 > li:nth-child(6n+1) {
  clear: both; }

.products-5 > li {
  float: left;
  width: 19.2%;
  margin-right: 1.0%;
  margin-bottom: 11px; }

.products-5 > li:nth-child(5n) {
  margin-right: 0; }

.products-5 > li:nth-child(5n+1) {
  clear: both; }

.products-4 > li {
  float: left;
  width: 24.25%;
  margin-right: 1.0%;
  margin-bottom: 11px; }

.products-4 > li:nth-child(4n) {
  margin-right: 0; }

.products-4 > li:nth-child(4n+1) {
  clear: both; }

.products-3 > li {
  float: left;
  width: 32.6%;
  margin-right: 1.0%;
  margin-bottom: 11px; }

.products-3 > li:nth-child(3n) {
  margin-right: 0; }

.products-3 > li:nth-child(3n+1) {
  clear: both; }

.products-2 > li {
  float: left;
  width: 49.5%;
  margin-right: 1.0%;
  margin-bottom: 11px; }

.products-2 > li:nth-child(2n) {
  margin-right: 0; }

.products-2 > li:nth-child(2n+1) {
  clear: both; }

.products-1 > li {
  float: left;
  width: 100%;
  margin-bottom: 11px; }

.products-1 > li:nth-child(2n) {
  margin-right: 0; }

.products-1 > li:nth-child(2n+1) {
  clear: both; }

.product-images {
  display: block;
  text-align: center;
  position: relative; }

.onsale {
  -webkit-backface-visibility: hidden;
  display: block;
  z-index: 98;
  color: #fff;
  border-radius: 50%;
  line-height: 39px;
  text-align: center;
  position: absolute;
  padding: 0px 5px;
  pointer-events: none; }

.fusion-out-of-stock {
  /* Cirlce Badge layout
  z-index: 98;
  -webkit-backface-visibility: hidden;
  position: absolute;
  left: 15px;
  top: 20px;
  height: 45px;
  width: 45px;
  line-height: 14px;
  .border-radius(50%);
  background-color: #AA0000;
  text-align: center;
  color: #fff;
  pointer-events: none;
  */
  z-index: 98;
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 100%;
  line-height: 25px;
  background-clip: padding-box;
  background-color: rgba(210, 0, 0, 0.9);
  font-size: 13px;
  color: #fff;
  text-align: center;
  pointer-events: none; }

.fusion-out-of-stock .fusion-position-text {
  position: relative;
  top: 50%;
  margin-left: -1px;
  margin-top: -14px;
  word-wrap: break-word; }

.product-details {
  padding: 20px 15px 0px 15px; }

.product-title {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal; }

.product .product-buttons {
  padding-bottom: 12px;
  padding-top: 12px;
  margin: 0 15px;
  margin-top: 4px;
  border-top: 1px solid #EBEAEA; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.1em;
  font-family: 'icomoon'; }

.star-rating:before {
  content: '\f006\f006\f006\f006\f006';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em; }

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em; }

.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 0.1em; }

.product-details .star-rating {
  float: right; }

.price del .amount,
.product-details .price .from {
  font-size: 13px;
  margin-right: 5px; }

.price ins {
  text-decoration: none; }

.price ins .amount {
  font-size: 18px;
  text-decoration: none; }

.price > .amount {
  font-size: 18px; }

.price .stock {
  display: inline;
  margin: 0 10px; }

.product-details-container {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 20px;
  min-height: 50px; }

.product-details-container .clearfix {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.product-details-container .clearfix .star-rating {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.product-details-container .clearfix .price {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  margin-top: 0; }

.product-buttons a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 16px;
  width: auto;
  max-width: 49%;
  line-height: inherit;
  font-size: 12px;
  text-shadow: none; }

.product-buttons a:first-child {
  float: left; }

.product-buttons a:last-child {
  float: right; }

.product-buttons a:before {
  position: absolute;
  margin-left: -16px;
  font-family: 'icomoon';
  color: inherit; }

.product-buttons .add_to_cart_button:before,
.product-buttons .product_type_simple:before,
.product-buttons .product_type_external:before {
  content: '\f07a'; }

.product-buttons .show_details_button:before {
  content: '\e623'; }

.product-buttons .product_type_variable:before,
.product-buttons .product_type_grouped:before {
  content: '\f013'; }

.product-buttons .align-right {
  float: right;
  width: 41%;
  position: relative;
  line-height: normal;
  display: inline-block;
  line-height: 40px; }

.product-buttons .added_to_cart {
  display: none; }

/*
.has-sidebar .products-4 .product-buttons .button,
.has-sidebar .products-4 .product-buttons .show_details_button {
  width: 36%;
}
.has-sidebar .products-4 .product-buttons .show_details_button {
  width: auto;
  max-width: 36%;
}
*/
.product-buttons .button {
  text-align: left; }

.product-images .crossfade-images {
  white-space: nowrap;
  display: block; }

.product-images .crossfade-images .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.product-images .crossfade-images:hover img:not(.hover-image) {
  opacity: 0; }

.product-images .crossfade-images:hover .hover-image {
  opacity: 1 !important; }

.product-images .crossfade-images img {
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 50;
  min-width: 100%;
  vertical-align: middle; }

.product-images .crossfade-images .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0; }

.woocommerce-pagination .next,
.woocommerce-pagination .prev,
.woocommerce-pagination .next:hover,
.woocommerce-pagination .prev:hover {
  border: 0; }

.woocommerce-tabs {
  clear: both; }

#main .product .product_title {
  margin: 0; }

.product .onsale {
  top: 20px;
  left: 15px; }

.product .price {
  margin: 0;
  margin-top: 5px; }

.product .product-border {
  height: 4px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: content-box; }

.quantity {
  display: inline-block;
  border: 1px solid #dbdbdb;
  overflow: hidden; }

.quantity .minus,
.quantity .plus,
.quantity .qty {
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  height: 31px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #333; }

.quantity .qty {
  background: transparent;
  width: 43px; }

.quantity .minus,
.quantity .plus {
  background: #fbfaf9;
  width: 26px;
  cursor: pointer; }

.quantity .minus,
.quantity .qty {
  border-right: 1px solid #dadada; }

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*.input-text,
.quantity .minus,
.quantity .plus {
  -webkit-appearance: none;
  border-radius: 0;
}*/
form.cart {
  margin-bottom: 25px;
  margin-top: 25px; }

.summary .cart .gform_wrapper {
  overflow: visible; }

.summary .cart .quantity {
  float: left;
  margin: 20px 20px 20px 0; }

.group_table {
  margin-bottom: 30px; }

.group_table tr {
  vertical-align: top;
  height: 41px; }

.group_table td {
  vertical-align: middle;
  height: 31px; }

.group_table td.label {
  padding: 0 10px; }

.product_meta > span {
  display: block; }

.woocommerce-tabs {
  overflow: hidden;
  padding-top: 60px; }

.woocommerce-tabs > .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 220px;
  float: left; }

.woocommerce-tabs .tabs li a {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #e7e6e6; }

.woocommerce-tabs .tabs li a .arrow,
.woocommerce-tabs .tabs li a:hover .arrow {
  display: none; }

.woocommerce-tabs .tabs li.active a .arrow,
.woocommerce-tabs .tabs li.active a:hover .arrow {
  display: inline-block; }

.woocommerce-tabs .panel {
  border: 1px solid #e7e6e6;
  margin-left: 240px; }

.woocommerce #review_form input[type=text] {
  width: 100%; }

#reviews .overall-rating {
  float: right; }

#reviews .review-title {
  margin: 0; }

#reviews .review-main-title {
  margin-bottom: 25px; }

#reviews .commentlist {
  margin-bottom: 0; }

#reviews li {
  margin-bottom: 15px; }

#reviews li:last-child {
  margin-bottom: 0; }

#reviews li .comment-text {
  padding: 15px;
  border: 1px solid #f2efef;
  margin-left: 70px; }

#reviews li .avatar {
  float: left;
  max-width: 60px; }

#reviews li .comment-text .meta {
  display: inline-block;
  margin-bottom: 10px; }

#reviews li .comment-text .star-rating {
  float: right;
  margin-left: 5px; }

#reviews li .comment-text .description {
  clear: right; }

#reviews .add_review {
  margin: 0;
  margin-top: 15px;
  float: right; }

#review_form_wrapper {
  margin-top: 50px; }

#reviews #reply-title {
  font-size: 15px;
  margin-top: 0; }

.comment-respond .comment-reply-title {
  margin-top: 0;
  padding-top: 1em; }

.comment-form-rating label {
  display: none; }

#reviews .comment-form-comment label {
  display: block;
  margin-bottom: 4px; }

#reviews input#submit {
  border: 0;
  font-size: 13px;
  font-weight: bold; }

p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em; }

p.stars:after {
  content: "";
  display: block;
  clear: both; }

p.stars a {
  width: 19%;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: .5em .5em .5em .75em;
  background: rgba(0, 0, 0, 0.025);
  margin-right: 1%;
  border-radius: 4px;
  font-weight: bold; }

p.stars a:hover,
p.stars a.active {
  background: rgba(0, 0, 0, 0.075); }

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: 'icomoon';
  content: '\f005';
  position: absolute;
  top: .85em;
  width: 5.3em;
  right: 1em;
  font-size: .5em;
  border-radius: 1em;
  color: #999;
  text-align: right;
  font-weight: normal; }

p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
  text-decoration: none; }

p.stars a.star-1:after {
  content: '\f005'; }

p.stars a.star-2:after {
  content: '\f005\f005'; }

p.stars a.star-3:after {
  content: '\f005\f005\f005'; }

p.stars a.star-4:after {
  content: '\f005\f005\f005\f005'; }

p.stars a.star-5:after {
  content: '\f005\f005\f005\f005\f005'; }

.related.products,
.upsells.products {
  margin-top: 60px; }

.shop_attributes {
  width: 100%; }

.shop_attributes tr {
  border-bottom: 1px solid #e0e0e0; }

.shop_attributes tr:last-child {
  border-bottom: 0; }

.shop_attributes tr th {
  text-align: left;
  width: 30%;
  font-weight: bold;
  padding: 5px 0px; }

.shop_attributes tr td {
  text-align: left;
  width: 70%;
  padding: 5px 0px; }

.shop_attributes p {
  margin: 0; }

.product {
  position: relative; }

.product .images {
  float: left;
  width: 500px;
  margin-right: 30px; }

.product .summary.entry-summary {
  margin-left: 530px; }

.product .entry-summary .summary-container {
  float: left;
  width: 100%; }

.product .summary.entry-summary .summary-container > div:nth-child(2) {
  display: inline-block; }

.product .images #slider,
.product .images #carousel {
  margin-bottom: 7px; }

.product .images #carousel li {
  margin-right: 9px;
  opacity: 0.5; }

.product .images #carousel li.flex-active-slide {
  opacity: 1; }

.product .images #slider .flex-direction-nav,
.product .images #carousel .flex-direction-nav {
  display: none; }

.product .images:hover #slider .flex-direction-nav,
.product .images:hover #carousel .flex-direction-nav {
  display: block; }

.woocommerce .product .thumbnails {
  margin-top: 7px; }

.woocommerce .product .thumbnails img {
  max-width: 118px;
  margin-right: 9px;
  margin-bottom: 9px; }

.woocommerce .product .thumbnails a:nth-child(4n) img {
  margin-right: 0; }

.woocommerce.has-sidebar .product .thumbnails a img {
  max-width: 100px; }

.woocommerce.has-sidebar .product .thumbnails a:nth-child(3n) img {
  margin-right: 0; }

.woocommerce.has-sidebar .product .thumbnails a:nth-child(4n) img {
  margin-right: 9px; }

.woocommerce-tabs .panel {
  padding: 40px; }

.single-product .woocommerce-tabs h3 {
  margin-top: 0; }

.woocommerce .social-share,
.woocommerce .social-share li {
  list-style: none;
  margin: 0;
  padding: 0; }

.woocommerce .social-share {
  text-align: center;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 60px; }

html.flexbox .woocommerce .social-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.woocommerce .social-share li a {
  display: block; }

.has-sidebar .woocommerce .social-share li,
.has-sidebar .woocommerce-container .social-share li {
  width: 24%;
  padding: 20px 19px; }

.double-sidebars.woocommerce .social-share li {
  float: left; }

.woocommerce .social-share li {
  display: inline-block;
  text-align: left;
  width: 25%;
  border-right: 1px solid #e7e6e6;
  padding: 20px 30px; }

.woocommerce .social-share li:last-child {
  border-right: 0; }

.woocommerce .social-share li a {
  display: block; }

.woocommerce .social-share li .fontawesome-icon {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0; }

.woocommerce .social-share li .fusion-woo-social-share-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  width: calc(100% - 45px); }

.woocommerce .social-share .woocommerce .social-share li span {
  display: block; }

.woocommerce-success-message {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0px;
  font-size: 14px;
  margin-bottom: 40px; }

.woocommerce-success-message .button {
  float: right; }

.woocommerce-success-message .msg:before {
  font-family: 'icomoon';
  content: '\f05d';
  margin-right: 5px; }

.woocommerce-success-message .button {
  font-size: 12px; }

.woocommerce-success-message .button:before {
  font-family: 'icomoon';
  content: '\f07a';
  margin-right: 6px; }

.empty-cart-message .msg {
  font-size: 18px; }

.empty-cart-message .msg:before {
  content: ''; }

.variations_form .variations .single_variation_wrap .woocommerce-variation-description {
  display: none;
  visibility: hidden;
  height: 0; }

.single_variation_wrap {
  margin: 10px 0px; }

.summary .cart,
.single_variation_wrap .variations_button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.summary .variations_form.cart,
.product-type-grouped .summary .cart {
  display: block; }

.single_variation_wrap .variations_button .quantity {
  float: left; }

.single_variation_wrap .variations_button .button {
  float: left;
  margin: 5px 0; }

table.variations {
  width: 100%; }

table.variations td {
  padding-bottom: 5px; }

.variations .label {
  padding-right: 10px; }

.variations .value {
  min-width: 150px; }

.single_variation_wrap .woocommerce-variation-price {
  display: inline-block;
  vertical-align: middle; }

.single_variation_wrap .woocommerce-variation-availability {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }

.single_variation_wrap .woocommerce-variation-availability .stock {
  margin: 0; }

.single_variation_price_reset .single_variation_wrap {
  float: left;
  margin-top: 5px; }

.product .single_variation_price_reset .single_variation_wrap .price {
  margin-top: 0; }

.single_variation_price_reset .reset_variations {
  float: right;
  margin-top: 7px; }

#wrapper .widget .product_list_widget li {
  padding-bottom: 10px;
  margin-bottom: 10px; }

.product_list_widget .wp-post-image {
  max-width: 58px;
  float: right;
  margin-left: 15px; }

.product_list_widget li,
.widget_layered_nav li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden; }

.product_list_widget li a,
.widget_layered_nav li a {
  border-bottom: 0;
  padding: 0; }

.widget_layered_nav li.chosen {
  background-color: #A0CE4E; }

.widget_layered_nav li.chosen a {
  margin-left: 14px; }

.widget_layered_nav li.chosen a:before,
.widget_layered_nav_filters li.chosen a:before {
  position: absolute;
  content: '\e61d';
  margin-left: -17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: 'icomoon'; }

.widget_layered_nav_filters li.chosen {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 2px 5px 2px 20px;
  background-color: #A0CE4E; }

.product_list_widget li .amount,
.product_list_widget li .quantity {
  font-size: 15px;
  font-weight: bold;
  padding-top: 3px; }

.product_list_widget li .quantity {
  display: block;
  border: 0; }

.product_list_widget li dl {
  margin: 0; }

.product_list_widget li dt,
.product_list_widget li dd {
  margin: 0;
  display: inline; }

.product_list_widget li dt {
  font-weight: bold;
  margin-right: 5px; }

.product_list_widget li .star-rating {
  margin: 5px 0px; }

.widget_shopping_cart_content .total .amount {
  display: inline-block;
  margin-left: 25px; }

.widget_shopping_cart_content .buttons {
  background: #f6f6f6;
  overflow: hidden; }

.widget_shopping_cart_content .buttons a {
  display: inline-block;
  width: 50%;
  float: left;
  text-indent: 10px;
  margin: 0;
  height: 35px;
  line-height: 35px; }

.widget_shopping_cart_content .buttons > a:before {
  font-family: 'icomoon';
  content: '\f07a';
  margin-right: 10px; }

.widget_shopping_cart_content .buttons a.checkout:before {
  font-family: 'icomoon';
  content: '\f046';
  margin-right: 10px; }

.widget_layered_nav li {
  overflow: hidden;
  padding: 10px 0px; }

.widget_layered_nav li a {
  float: left; }

.widget_layered_nav li .count {
  float: right;
  font-size: 12px; }

.price_slider_wrapper {
  border-bottom: 1px solid;
  padding-bottom: 18px; }

.price_slider_amount {
  text-align: right;
  margin-top: 15px; }

.price_slider_amount .button {
  float: left;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  padding: 0 6px; }

.price_label {
  line-height: 25px; }

.price_label .from {
  margin-left: 3px; }

.price_label .from,
.price_label .to {
  font-size: 14px;
  font-weight: bold; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  top: -0.3em;
  outline: none; }

.ui-slider .ui-slider-handle:before {
  border: 1px solid #333;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #fff;
  width: 12px;
  height: 12px;
  outline: none;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ui-slider .ui-slider-handle:after {
  border: 1px solid #333;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #fff;
  width: 2px;
  height: 2px;
  outline: none;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3; }

.ui-slider .ui-slider-handle:last-child {
  margin-left: -1em; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em; }

.price_slider_wrapper .ui-widget-content {
  border-radius: 1em; }

.ui-slider-horizontal {
  height: .5em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.simple-products-slider {
  overflow: hidden; }

#main .simple-products-slider .image .image-extras .image-extras-content h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 13px; }

.simple-products-slider .cats {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: normal; }

.simple-products-slider .price {
  display: inline-block;
  margin-bottom: 5px; }

.simple-products-slider .price .amount {
  font-size: 18px; }

.simple-products-slider .product-buttons {
  padding: 0;
  height: auto; }

.simple-products-slider .product-buttons a {
  display: inline;
  height: auto;
  line-height: normal;
  float: none; }

.simple-products-slider .product-buttons a:before {
  margin-right: 0; }

.simple-products-slider .product-buttons .show_details_button {
  margin-left: 5px; }

.product-category h3 {
  padding: 0 20px; }

#customer_login h2 {
  margin-bottom: 5px; }

#customer_login .sep-double {
  margin-bottom: 40px; }

#customer_login_box {
  border: 1px solid;
  padding: 30px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

#customer_login .one_half.last {
  padding-top: 29px; }

#customer_login_box .remember-box {
  padding-left: 20px;
  padding-right: 20px; }

#customer_login .col-1,
#customer_login .col-2 {
  width: 48%;
  float: left; }

#customer_login .col-1 {
  margin-right: 4%; }

.cota-myaccount-user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.cota-myaccount-user > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-right: 1px solid; }

.cota-myaccount-user > span:last-child {
  border-right: 0;
  padding-left: 20px; }

.cota-myaccount-user .username {
  display: inline;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.cota-myaccount-user .username .hello {
  display: inline-block;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: normal;
  border: none; }

.cota-myaccount-user .username .hello:before {
  position: absolute;
  margin-left: -25px;
  font-family: 'IcoMoon';
  content: '\f05d'; }

.cota-myaccount-user .username .not-user {
  display: block;
  padding-left: 25px;
  line-height: 1.75; }

.cota-myaccount-user .msg {
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-left: 20px;
  padding-right: 20px; }

.cota-myaccount-user .view-cart {
  -webkit-flex-grow: 1.5;
  -ms-flex-grow: 1.5;
  -ms-flex-positive: 1.5;
  flex-grow: 1.5; }

.cota-myaccount-user .view-cart a {
  padding-left: 25px;
  text-transform: uppercase; }

.cota-myaccount-user .view-cart a:before {
  position: absolute;
  margin-left: -25px;
  font-family: 'IcoMoon';
  content: '\f07a';
  color: inherit; }

.woocommerce-account .cota-myaccount-user {
  margin-bottom: 60px; }

.myaccount_user {
  display: none; }

#main .cota-myaccount-data {
  overflow: visible; }

.cota-myaccount-data h2,
.cota-myaccount-data .digital-downloads,
.cota-myaccount-data .my_account_orders,
.cota-myaccount-data .myaccount_address,
.cota-myaccount-data .address,
.cota-myaccount-data .edit-account-heading,
.cota-myaccount-data .edit-account-form,
.edit-address {
  display: none; }

.cota-myaccount-data .digital-downloads,
.cota-thank-you .order_details {
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }

.cota-myaccount-data .digital-downloads li,
.cota-thank-you .order_details li {
  line-height: 19px;
  margin: 0 0 15px;
  padding: 0 0 0 25px; }

.cota-myaccount-data .digital-downloads li:before,
.cota-thank-you .order_details li:before {
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  content: '\f105';
  display: inline-block;
  float: left;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  height: 19px;
  margin-left: -25px;
  margin-right: 0;
  text-decoration: inherit;
  width: 19px; }

.cota-myaccount-data .my_account_orders .order-total {
  border-top: none; }

.cota-myaccount-data .my_account_orders.shop_table tbody tr {
  height: 46px; }

.cota-myaccount-data .addresses .col-1,
.cota-myaccount-data .addresses .col-2,
.cota-customer-details .addresses .col-1,
.cota-customer-details .addresses .col-2 {
  width: 48%;
  float: left; }

.cota-myaccount-data .addresses .col-1,
.cota-customer-details .addresses .col-1 {
  margin-right: 4%; }

.cota-myaccount-data .addresses .title,
.cota-customer-details .addresses .title {
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: block; }

.cota-myaccount-data .addresses .title h3,
.cota-customer-details .addresses .title h3 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold; }

.cota-myaccount-data .addresses .title .edit {
  display: inline-block;
  margin: 2px 0 0 10px; }

body:not(:-moz-handler-blocked) .cota-myaccount-data .addresses .title .edit {
  margin-top: 3px; }

.cota-myaccount-data .input-text {
  padding: 8px 15px; }

.cota-myaccount-data .myaccount_address .chosen-container-single,
.cota-myaccount-data #billing_country_chosen,
.cota-myaccount-data #billing_state_chosen,
.cota-myaccount-data #shipping_country_chosen,
.cota-myaccount-data #shipping_state_chosen,
.cota-checkout #billing_country_chosen,
.cota-checkout #billing_state_chosen,
.cota-checkout #shipping_country_chosen,
.cota-checkout #shipping_state_chosen {
  width: 100% !important; }

/* START WooCommerce 2.3 select2 styles  */
.cota-select .select2-container {
  width: 100% !important; }

.cota-select .select2-container .select2-choice,
.cota-select .select2-container .select2-choice2 {
  color: #aaa9a9;
  background-color: #ffffff;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  height: 34px;
  padding: 7px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background-image: none; }

.cota-select .select2-container .select2-choice .select2-arrow,
.cota-select .select2-container .select2-choice2 .select2-arrow {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background-image: none;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-left: 1px solid #dadada;
  position: absolute;
  background: transparent;
  pointer-events: none;
  z-index: 10;
  font-family: 'icomoon';
  font-size: 9px;
  text-align: center; }

.cota-select .select2-container .select2-choice .select2-arrow b,
.cota-select .select2-container .select2-choice2 .select2-arrow b {
  pointer-events: none;
  z-index: 10;
  font-family: 'icomoon';
  font-size: 9px;
  text-align: center;
  background: none; }

.cota-select .select2-container .select2-choice .select2-arrow b:after,
.cota-select .select2-container .select2-choice2 .select2-arrow b:after {
  display: none; }

.cota-select .select2-container .select2-choice .select2-arrow b:before,
.cota-select .select2-container .select2-choice2 .select2-arrow b:before {
  content: '\e61f'; }

.cota-select .select2-container.select2-dropdown-open .select2-choice,
.cota-select .select2-container.select2-dropdown-open .select2-choices {
  background: inherit;
  background-image: inherit;
  background-image: -moz-linear-gradient(center bottom, #ffffff 0, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #ffffff 0, #eeeeee 50%);
  background-color: #eee; }

.cota-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow,
.cota-select .select2-container.select2-dropdown-open .select2-choices .select2-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 28px;
  height: 28px;
  border-left-color: transparent; }

/* END WooCommerce 2.3 select2 styles  */
.cota-order-details {
  margin-bottom: 20px; }

.cota-order-details .shop_table.order_details .product-total {
  text-align: right; }

.cota-order-details .shop_table.order_details tfoot {
  border-top: 1px solid; }

.cota-order-details .shop_table.order_details tfoot tr {
  border: none; }

.cota-order-details .shop_table.order_details tfoot tr .filler-td {
  padding: 10px 0;
  width: 100%; }

.cota-order-details .shop_table.order_details tfoot tr th {
  padding: 10px 40px 10px 0;
  border: none;
  text-align: right;
  white-space: nowrap; }

.cota-order-details .shop_table.order_details tfoot tr td {
  vertical-align: middle;
  padding: 10px 0;
  white-space: nowrap; }

.cota-order-details .shop_table.order_details tfoot tr:last-child td {
  padding-top: 10px; }

.cota-order-details .order-again {
  margin: 15px 0 0 0;
  text-align: right; }

.cota-order-details .shop_table.order_details tfoot tr:last-child .amount {
  font-size: 18px; }

.cota-customer-details .customer_details dt,
.cota-customer-details .customer_details dd {
  display: inline-block;
  margin: 0; }

.cota-customer-details .customer_details dt {
  font-weight: bold; }

.cota-customer-details .customer_details dd {
  padding: 0 3px; }

.cota-thank-you {
  margin-bottom: 20px; }

.woocommerce .cart-empty {
  float: left;
  font-size: 18px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 50%;
  line-height: 55px;
  height: 55px; }

.woocommerce .return-to-shop {
  float: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 50%;
  text-align: right;
  line-height: 55px;
  height: 55px; }

.return-to-shop .wc-backward {
  padding-left: 25px; }

.return-to-shop .wc-backward:before {
  position: absolute;
  content: '\f07a';
  font-family: 'icomoon';
  margin-left: -25px;
  color: inherit; }

.woocommerce-side-nav,
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.woocommerce-side-nav,
.woocommerce-MyAccount-navigation {
  float: left;
  width: 220px; }

.woocommerce-side-nav,
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.woocommerce-side-nav li a,
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid; }

.woocommerce-side-nav li.is-active a:after,
.woocommerce-MyAccount-navigation ul li.is-active a:after {
  position: absolute;
  font-family: 'icomoon';
  content: '\f105';
  margin-left: 5px; }

.woocommerce-content-box,
.woocommerce-MyAccount-content {
  border: 1px solid;
  padding: 30px;
  margin-left: 240px;
  overflow: hidden;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.woocommerce-content-box.full-width {
  margin-left: 0;
  width: 100%; }

.woocommerce-content-box.no-bottom-space {
  padding-bottom: 0; }

.woocommerce-content-box.one_half {
  margin-left: 0;
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
  position: relative; }

.woocommerce-content-box.cota-checkout {
  overflow: visible; }

.woocommerce-content-box h2,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content form h3 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.woocommerce-MyAccount-content .order-total {
  border-top: none; }

.woocommerce-MyAccount-content .shop_table tr {
  height: auto; }

.woocommerce-MyAccount-content .woocommerce-Addresses {
  margin: 0 -2%; }

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 0 2%; }

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  padding-bottom: 5px;
  border-bottom: 1px solid; }

.woocommerce-MyAccount-content .woocommerce-Addresses h3 {
  display: inline-block;
  margin: 0;
  font-weight: bold; }

.woocommerce-MyAccount-content .woocommerce-Addresses .edit {
  padding: 0 10px; }

.woocommerce-MyAccount-content .woocommerce-Addresses .edit:after {
  vertical-align: bottom;
  font-family: 'icomoon';
  content: '\f105';
  margin-left: 5px; }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset > legend {
  display: none; }

.woocommerce-MyAccount-content form .woocommerce-Button,
.woocommerce-MyAccount-content form button {
  float: right; }

.woocommerce-MyAccount-content .woocommerce-Pagination {
  margin-top: 20px; }

.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--previous {
  margin-right: 30px; }

.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--previous:before {
  font-family: 'icomoon';
  content: '\f104';
  margin-right: 5px;
  vertical-align: bottom; }

.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--next:after {
  font-family: 'icomoon';
  content: '\f105';
  margin-left: 5px;
  vertical-align: bottom; }

.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  padding-right: 10px; }

.available-downloads {
  margin-bottom: 50px; }

.my_account_orders {
  width: 100%;
  text-align: left;
  margin: 0; }

.my_account_orders.shop_table tr {
  border-bottom: 1px solid; }

.my_account_orders tbody tr:last-child {
  border-bottom: 0; }

.my_account_orders thead tr th {
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 13px; }

.my_account_orders thead tr th {
  height: auto;
  line-height: normal; }

.my_account_orders .order-number a {
  font-size: 18px; }

.my_account_orders .order-actions a {
  display: block;
  text-shadow: none; }

.my_account_orders .order-actions a:after,
.woocommerce-MyAccount-downloads .download-actions a:after {
  position: absolute;
  font-family: 'icomoon';
  content: '\f105';
  margin-left: 10px;
  vertical-align: bottom; }

#main .page-info {
  margin-bottom: 10px; }

.woocommerce .addresses {
  margin-top: 0px;
  overflow: hidden; }

.woocommerce .address h4 {
  font-weight: bold;
  margin-top: 0;
  border-bottom: 1px solid;
  padding-bottom: 5px; }

.woocommerce address {
  font-style: normal;
  margin-bottom: 20px; }

.woocommerce .address .edit:after {
  position: absolute;
  font-size: 14px;
  font-family: 'icomoon';
  content: '\f105';
  margin-left: 10px; }

/*.checkout .input-text {
  padding: 8px 15px;
}*/
.shop_table {
  width: 100%;
  text-align: left;
  margin: 0; }

.shop_table tr {
  border-bottom: 1px solid; }

.shop_table td {
  padding: 25px 0; }

.shop_table tbody tr:last-child {
  border-bottom: 0; }

.shop_table thead tr th {
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 13px; }

.shop_table thead tr th {
  height: auto;
  line-height: normal; }

.shop_table tbody tr {
  height: 140px; }

.shop_table.my_account_subscriptions tbody tr {
  height: auto; }

.shop_table .product-thumbnail {
  width: 90px;
  margin-right: 25px;
  float: left; }

.shop_table .product-thumbnail img {
  max-width: 90px; }

.shop_table .product-name {
  width: 50%; }

.product-info {
  margin-left: 115px;
  margin-top: 20px; }

.shop_table .product-thumbnail .product-info {
  margin-top: 20px; }

.shop_table .product-thumbnail .product-info .variation dt {
  float: left;
  margin-right: 5px; }

.shop_table .product-thumbnail .product-info .variation dd {
  margin-left: 0; }

.shop_table .product-remove a {
  font-size: 24px;
  float: right; }

.shop_table .product-price {
  text-align: center; }

.shop_table .product-quantity {
  text-align: center; }

.checkout .shop_table .product-quantity {
  text-align: initial; }

.shop_table .product-quantity .quantity {
  margin: 0 auto; }

.shop_table .product-subtotal {
  text-align: center; }

.shop_table .product-remove {
  width: 5%; }

.shop_table .variation dt,
.shop_table .variation dd {
  margin: 0;
  display: inline-block; }

.shop_table .variation p {
  margin-bottom: 5px; }

.one_half_container {
  float: left; }

.cart-collaterals {
  margin-top: 30px;
  overflow: hidden; }

.cart-collaterals .one_half .woocommerce-content-box {
  margin-bottom: 30px; }

.cart-collaterals .form-row input,
.cart-collaterals .cota-select-parent input {
  padding: 9px 15px;
  margin: 0; }

.cart-collaterals ul.products li {
  margin-bottom: 0; }

.cart-collaterals .cross-sells {
  margin-bottom: 30px; }

.shipping-calculator-form-nohide #calc_shipping_state {
  min-width: 100%; }

.shipping-calculator-form-nohide .button {
  float: right; }

.coupon {
  overflow: hidden; }

.coupon .input-text {
  /*float: left;*/
  width: 100%;
  padding: 8px 15px;
  margin-left: 0;
  margin-right: 0; }

.coupon input[type="submit"] {
  float: right;
  margin-top: 15px; }

input[name="update_cart"] {
  float: right;
  margin-top: 30px; }

.coupon .fusion-button {
  float: right;
  margin-top: 2px;
  padding-left: 25px !important;
  padding-right: 25px !important; }

.cart-totals-container .fusion-button {
  display: block; }

.shipping-coupon {
  float: left;
  width: 48%;
  margin-right: 4%; }

.cart-totals-buttons {
  float: left;
  width: 48%; }

.cart-totals-buttons .shipping_method {
  max-width: 230px; }

.woocommerce-shipping-calculator {
  margin-bottom: 30px; }

.cota-shipping-calculator-form,
.shipping-calculator-form {
  display: block; }

.cota-shipping-calculator-form .fusion-one-half {
  margin-top: 0; }

.cota-shipping-calculator-form .fusion-one-half .cota-select-parent,
.shipping-calculator-form .fusion-one-half .cota-select-parent {
  margin-bottom: 0; }

.cota-shipping-calculator-button:hover,
.shipping-calculator-button:hover {
  color: inherit;
  cursor: auto; }

.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_state {
  min-width: 150px; }

.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_postcode {
  height: 36px; }

.woocommerce p.one_half {
  margin-left: 0;
  margin-right: 4%; }

.coupon .fusion-button {
  margin-top: 0; }

.order-total {
  border-top: 1px solid;
  height: 50px; }

.order-total th,
.order-total td,
.woocommerce-cart .cart_totals .shop_table .order-total td {
  padding-top: 20px; }

.checkout .order-total {
  border: none;
  height: auto; }

.checkout .tax-rate th,
.checkout .tax-rate td,
.checkout .order-total th,
.checkout .order-total td {
  padding-top: 0; }

.cart_totals table {
  width: 100%;
  text-align: left; }

.cart_totals table th {
  width: 50%;
  padding-bottom: 20px; }

.cart_totals table td {
  width: 50%;
  padding-bottom: 20px;
  text-align: right; }

.cart_totals table .total th,
.cart_totals table .total td {
  padding-top: 20px; }

.cart_totals .cart-subtotal td,
.cart_totals .total td {
  text-align: right; }

.cart_totals .cart-subtotal td strong {
  font-weight: normal; }

.cart_totals .total {
  border-top: 1px solid;
  height: 50px; }

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  text-align: right; }

.cart-totals-buttons .fusion-button {
  float: right;
  display: block; }

.cart-totals-buttons .checkout-button {
  clear: both;
  margin-top: 10px; }

#wrapper .custom_select_box .dd-container .dd-select,
#wrapper .custom_select_box .dd-options li a {
  background: #fbfaf9;
  background-image: none; }

#wrapper .custom_select_box .dd-container .dd-selected {
  padding: 0;
  text-indent: 10px;
  padding-right: 15px; }

#wrapper .custom_select_box .dd-options li a:hover {
  background-color: transparent; }

#wrapper .custom_select_box .dd-pointer {
  background-image: none;
  width: 10px;
  border-left: 1px solid;
  padding-left: 10px; }

#wrapper .custom_select_box .dd-pointer-down:after {
  font-family: 'icomoon';
  content: '\e61f';
  font-weight: bold; }

#wrapper .custom_select_box .dd-options {
  position: absolute;
  top: auto;
  max-height: 143px; }

#wrapper .custom_select_box .dd-pointer-down {
  border-color: #dadada; }

#billing_country_field > label,
#shipping_country_field > label {
  padding-right: 5px; }

#billing_country_field > label:after,
#shipping_country_field > label:after {
  content: ":"; }

.wc_payment_method input,
.wc-terms-and-conditions input,
.wc_payment_method label,
.wc-terms-and-conditions label {
  vertical-align: middle;
  margin-top: 0; }

.admin-bar p.demo_store {
  top: 32px; }

p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background: #A0CE4E;
  color: #ffffff;
  z-index: 99997; }

.product .entry-summary .price {
  margin-top: 10px; }

.entry-summary .summary-container .cota-availability {
  display: none; }

.product-type-simple .entry-summary .summary-container .cota-availability {
  display: inline-block;
  margin: 0 5px; }

.entry-summary .summary-container .cota-availability .stock {
  margin: 0; }

.entry-summary .summary-container > .stock {
  display: none; }

.product .entry-summary .woocommerce-product-rating {
  display: inline-block;
  margin-left: 20px;
  margin-top: 11px; }

.product .entry-summary .woocommerce-product-rating .star-rating {
  display: inline-block; }

.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  top: -2px; }

#wrapper .chzn-container-single .chzn-single div b {
  background: none; }

#billing_country_field .select-arrow,
#shipping_country_field .select-arrow,
#billing_state_field .select-arrow,
#shipping_state_field .select-arrow {
  height: 33px;
  line-height: 33px; }

#customer_login h2 {
  margin-bottom: 30px; }

/*
input[type="text"] {
  margin: 0;
  padding: 8px 10px;
  height: auto;
  width: 100%;
  outline: none;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  color: #747474;
  .box-shadow( inset 0 1px 5px rgba(0, 0, 0, 0.1) );
  .border-radius( 0 );
}

select {
  display: block;
  -webkit-appearance: none;
  margin: 0;
  padding: 8px 10px;
  height: auto;
  width: 100%;
  outline: none;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  color: #747474;
  cursor: pointer;
  .box-shadow( inset 0 1px 5px rgba(0, 0, 0, 0.1) );
  .border-radius( 0 );
}

.woocommerce {
  select {
    padding: 8px 15px;
    text-indent: 0;
  }
}

*/
#billing_country_field .cota-select-parent,
#shipping_country_field .cota-select-parent,
#billing_state_field .cota-select-parent,
#shipping_state_field .cota-select-parent,
.cota-shipping-calculator-form .cota-select-parent,
.shipping-calculator-form .cota-select-parent {
  overflow: visible; }

.cota-shipping-calculator-form .cota-select-parent select,
.shipping-calculator-form .cota-select-parent select {
  padding-top: 10px; }

.woocommerce .lost_password {
  margin-top: 7px; }

form.checkout #shipping,
form.checkout #payment-container {
  display: none; }

form.checkout #billing_first_name_field,
form.checkout #shipping_first_name_field {
  float: left;
  width: 48%; }

form.checkout #billing_last_name_field,
form.checkout #shipping_last_name_field {
  float: right;
  width: 48%; }

form.checkout .continue-checkout {
  float: right; }

form.checkout label {
  margin-bottom: 2px;
  display: block; }

form.checkout .shop_table tbody .product-thumbnail {
  width: 90px; }

.checkout .shop_table th.product-total {
  width: 40%;
  text-align: right; }

.checkout .shop_table tbody .product-total {
  width: 40%;
  text-align: right; }

.checkout .shop_table .product-thumbnail .product-info {
  float: none; }

.checkout .shop_table .product-thumbnail .product-info p {
  margin-left: 115px; }

.checkout .shop_table tfoot {
  border-top: 1px solid;
  border-bottom: 1px solid; }

.checkout .shop_table tfoot tr {
  border-bottom: 0; }

.checkout .shop_table tfoot th {
  text-align: right;
  padding-right: 40px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 87%; }

.checkout .shop_table tfoot td {
  white-space: nowrap;
  text-align: right;
  padding-top: 0;
  padding-bottom: 20px; }

.checkout .shop_table tfoot td > p {
  white-space: normal; }

.checkout .shop_table tfoot tr:first-child th,
.checkout .shop_table tfoot tr:first-child td {
  padding-top: 20px; }

.checkout .shop_table tfoot .order-total .amount {
  font-size: 18px;
  font-weight: normal; }

.checkout .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px; }

.checkout .payment_methods li {
  margin-bottom: 30px; }

.about_paypal:after {
  display: block;
  clear: both;
  content: ""; }

.checkout .payment_methods .payment_box {
  clear: both;
  padding: 20px;
  margin-top: 10px; }

.payment_methods li img {
  float: right; }

.payment_methods li label {
  display: inline; }

.checkout #place_order {
  clear: both;
  float: right; }

#thank-you-box {
  margin-bottom: 20px; }

#final-order-details .woocommerce-content-box {
  margin-bottom: 20px; }

#final-order-details .shop_table {
  margin-bottom: 30px; }

#final-order-details .shop_table .product-thumbnail .product-info {
  float: none; }

#final-order-details .shop_table .product-subtotal {
  text-align: right; }

#final-order-details .shop_table .product-total {
  text-align: right; }

#final-order-details .shop_table tr:last-child {
  border-bottom: 1px solid; }

#final-order-details .mini-order-details {
  float: right;
  width: 50%; }

#final-order-details .mini-order-details tr {
  border-bottom: 0; }

#final-order-details .mini-order-details th {
  padding-bottom: 10px;
  text-align: left; }

#final-order-details .mini-order-details td {
  text-align: right;
  padding-bottom: 10px; }

#final-order-details .mini-order-details tr:last-child .amount {
  font-size: 18px;
  font-weight: normal; }

#final-order-details .mini-order-details tr:last-child {
  border-top: 1px solid; }

#final-order-details .mini-order-details tr:last-child th,
#final-order-details .mini-order-details tr:last-child td {
  padding-top: 10px;
  padding-bottom: 0; }

#final-order-details .customer_details {
  list-style: none;
  margin: 0;
  padding: 0; }

p.order-info {
  border-bottom: 1px solid;
  border-top: 1px solid;
  line-height: normal;
  margin-bottom: 50px;
  padding: 20px 0; }

p.order-info mark {
  background-color: transparent;
  font-weight: bold; }

.product-images {
  position: relative; }

.cart-loading {
  display: block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
  display: none;
  text-align: center; }

#wrapper .cart-loading {
  background-color: rgba(0, 0, 0, 0.8); }

.no-rgba #wrapper .cart-loading {
  background-color: #000; }

.cart-loading .fusion-icon-spinner {
  -webkit-animation: mask 3s infinite alternate;
  animation: mask 3s infinite alternate;
  display: inline-block;
  line-height: 70px; }

.cart-loading .fusion-icon-check-square-o {
  display: block;
  line-height: 70px; }

/* Woocommerce nested category plugin support */
.wc-nested-category-layout-category-title {
  margin-top: 35px; }

.subcategory-term_description {
  float: left;
  margin-left: 20px;
  width: 80%; }

.subcategory-products {
  clear: both;
  padding-top: 25px; }

@-webkit-keyframes mask {
  25% {
    -webkit-transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(90deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(180deg); } }
@keyframes mask {
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
.woocommerce .thumbnails .clients-carousel .es-carousel {
  padding: 0; }

.added_to_cart {
  display: none; }

.fusion-grid-list-view {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  box-sizing: content-box; }

.fusion-grid-list-view li {
  height: 100%;
  width: 39px;
  float: left;
  text-align: center;
  background-color: #fbfaf9; }

.fusion-grid-list-view li a:hover {
  color: #333; }

.fusion-grid-list-view li:hover {
  background-color: #ffffff;
  cursor: pointer; }

.fusion-grid-view,
.fusion-list-view {
  display: block; }

.fusion-grid-view {
  position: relative;
  font-size: 22px; }

.fusion-grid-view .fusion-icon-grid {
  display: block;
  margin-top: 50%;
  position: absolute;
  top: -11px;
  width: 100%; }

.fusion-list-view {
  font-size: 14px; }

.fusion-grid-view-li {
  border-right: 1px solid #ddd; }

.products .product-list-view .product-details,
.products .product-list-view .product-excerpt.product-list,
.products .product-list-view .product-buttons {
  max-width: 73%;
  width: 73%;
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 2%; }

.products .product-list-view {
  width: 100% !important;
  display: table;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #efefef; }

.products .product-list-view > .product-images .crossfade-images {
  position: relative; }

.products .product-list-view a.product-images {
  display: inline-block;
  max-width: 23%;
  width: 23%;
  margin-right: 2%;
  float: left; }

.products .product-list-view .product-details-container .clearfix {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.products .product-list-view .product-details-container .clearfix .star-rating {
  margin: 0 15px; }

.products .product-list-view .product-buttons {
  border: none;
  padding-top: 20px;
  margin: 0; }

.products .product-list-view .product-buttons a {
  display: inline-block;
  float: left; }

.products .product-list-view .product-buttons a:last-child {
  float: left;
  margin-left: 20px; }

.products .product-list-view .product-excerpt-container {
  border-top: 1px solid #EBEAEA;
  padding-top: 20px;
  margin-top: 4px; }

.products .product-list-view .product-excerpt.product-list {
  padding-top: 0; }

.fusion-grid-list-view li.active-view a i {
  color: rgba(51, 51, 51, 0.45); }

.woocommerce .cota-select-parent select {
  width: 100%; }

.woocommerce-checkout-payment .place-order {
  zoom: 1; }

.woocommerce-checkout-payment .place-order:before,
.woocommerce-checkout-payment .place-order:after {
  content: " ";
  display: table; }

.woocommerce-checkout-payment .place-order:after {
  clear: both; }

.fusion-woo-product-design-clean .products .product .product-buttons {
  display: none; }

.fusion-widget-cart-icon {
  display: inline-block; }

.fusion-widget-cart-icon:after {
  content: '\f07a';
  font-family: 'IcoMoon'; }

.fusion-widget-cart-number {
  display: inline-block;
  border-radius: 100%;
  line-height: normal;
  text-align: center;
  padding: 2px 7px; }

.product-type-variable .woocommerce-variation .woocommerce-variation-price,
.product-type-variable .woocommerce-variation .woocommerce-variation-availability {
  display: none; }

.woocommerce-cart .cart_totals .shop_table .cart-subtotal {
  border-bottom: 0; }

.woocommerce-cart .cart_totals .shop_table tr {
  height: auto; }

.woocommerce-cart .cart_totals .shop_table td {
  padding-top: 0; }

.woocommerce-cart .cart_totals .shop_table .shipping th,
.woocommerce-cart .cart_totals .shop_table .tax-rate th,
.woocommerce-cart .cart_totals .shop_table .shipping td,
.woocommerce-cart .cart_totals .shop_table .tax-rate td {
  padding-top: 20px; }

.product-type-external .summary-container .cart {
  margin-top: 40px; }

/*
* Clean Design
*/
.fusion-woo-product-design-clean .products .product-details-container {
  text-align: center; }

.fusion-woo-product-design-clean .products .product-title {
  font-style: italic; }

.fusion-woo-product-design-clean .products .fusion-rollover .star-rating {
  margin: 0 auto; }

.fusion-woo-product-design-clean .products .fusion-rollover .fusion-rollover-content .fusion-product-buttons a {
  padding: 0; }

.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons a:hover {
  opacity: 0.6; }

.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons .wc-forward {
  display: none; }

.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-rollover-linebreak {
  margin: 0 10px; }

.fusion-woo-product-design-clean .products .fusion-product-buttons {
  margin-top: 10px;
  text-transform: uppercase; }

.fusion-woo-product-design-clean .products .fusion-product-buttons a {
  display: inline;
  float: none;
  padding: 0;
  letter-spacing: 1px; }

.fusion-woo-product-design-clean .products .fusion-product-buttons a:before,
.fusion-woo-product-design-clean .products .fusion-product-buttons a:after {
  display: none; }

.fusion-woo-product-design-clean .products .product-details-container .clearfix {
  display: block; }

.fusion-woo-product-design-clean .products .product-list-view .product-details-container,
.fusion-woo-product-design-clean .products .product-list-view .product-excerpt-container {
  text-align: left; }

.fusion-woo-product-design-clean .products .product-list-view .onsale {
  top: 70px; }

.fusion-woo-product-design-clean .products .product-list-view .price {
  font-style: normal; }

.fusion-woo-product-design-clean .products .product-list-view .fusion-clean-product-image-wrapper {
  display: inline-block;
  float: left;
  margin-right: 2%;
  min-height: 100px;
  width: 23%;
  max-width: 23%; }

.fusion-clean-product-image-wrapper {
  position: relative; }

.fusion-clean-product-image-wrapper .cart-loading {
  position: relative;
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  margin: 0;
  margin-bottom: 5px;
  height: 100%;
  width: 100%;
  border-radius: 0;
  /* Fix to make border-radius work for transparent colors */
  background-clip: padding-box;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase; }

.fusion-clean-product-image-wrapper .cart-loading:hover {
  opacity: 0.6; }

#wrapper .fusion-clean-product-image-wrapper .cart-loading {
  background-color: transparent; }

.fusion-clean-product-image-wrapper .cart-loading i {
  display: block;
  font-size: 32px;
  line-height: normal; }

.fusion-clean-product-image-wrapper .cart-loading .view-cart {
  display: none; }

.fusion-clean-product-image-wrapper.fusion-item-in-cart .cart-loading .view-cart {
  display: block; }

.fusion-item-in-cart .fusion-rollover-content .star-rating {
  display: none; }

/* Woocommerce Plugins
================================================================================================= */
.summary .cart .product-addon,
.summary .cart #product-addons-total {
  margin: 0 20px 0 0; }

.summary .cart .product-addon-totals dt {
  width: auto; }

.summary .cart .product-addon-totals dd {
  margin: 0;
  padding: 0 5px; }

.product-type-variable-subscription .variations_form .variations {
  position: relative; }

.product-type-variable-subscription .variations_form .reset_variations {
  position: absolute;
  right: 0;
  margin-top: 10px; }

.product-type-variable-subscription .variations_form .single_variation_wrap {
  margin-top: 35px; }

.product-type-variable-subscription .variations_form .woocommerce-variation-price {
  margin-bottom: 10px; }

/**
 *
 * COTA Overwrites
 *
 */
.woocommerce-page article {
  width: 100%; }

.woocommerce .cart-empty {
  width: 100%;
  font-size: inherit; }

.shop_table thead tr th {
  font-size: inherit; }

.product-title {
  font-size: inherit; }

.quantity {
  border: none; }

body .woocommerce ul.wc_payment_methods {
  width: 100%; }

#bpoint-cc-form input[type="text"] {
  width: 100% !important;
  min-width: 100% !important; }
#bpoint-cc-form .form-row.form-row-first {
  float: left;
  width: 50%;
  padding-right: 10px; }
#bpoint-cc-form .form-row.form-row-last {
  float: left;
  width: 50%;
  padding-left: 10px; }

.shop_table tr,
.cart_totals,
.cart_totals h2 {
  border-width: 2px;
  border-color: #eaeded; }

body table.shop_table_responsive tr td {
  text-align: right; }

body .woocommerce-message,
body .woocommerce-info {
  width: 100%;
  background-color: transparent;
  border-top: 2px solid #eaeded;
  border-bottom: 2px solid #eaeded;
  padding-left: 25px; }
  body .woocommerce-message a.button,
  body .woocommerce-info a.button {
    padding: 0;
    background: transparent;
    color: #272727;
    text-decoration: none;
    border-bottom: 1px solid #272727; }
    body .woocommerce-message a.button:hover,
    body .woocommerce-info a.button:hover {
      background: transparent;
      color: #5d8e0e;
      border-color: #5d8e0e; }

body .woocommerce-message:before, .woocommerce-info:before {
  margin-left: -25px; }

.woocommerce .required {
  color: #272727;
  text-decoration: none;
  border-bottom: none; }

body form .form-row.woocommerce-invalid input.input-text {
  box-shadow: none;
  border-color: #F00 !important; }

body .form-row.woocommerce-validated input.input-text {
  box-shadow: none; }

body .woocommerce ul.wc_payment_methods,
body .woocommerce ul.woocommerce-error {
  margin-left: 0;
  padding-left: 0; }
  body .woocommerce ul.wc_payment_methods li,
  body .woocommerce ul.woocommerce-error li {
    padding-left: 0;
    text-indent: 0; }
    body .woocommerce ul.wc_payment_methods li:before,
    body .woocommerce ul.woocommerce-error li:before {
      content: "";
      margin-right: 0; }

body .woocommerce ul.woocommerce-error {
  background: transparent; }
  body .woocommerce ul.woocommerce-error li {
    padding: 10px; }

.woocommerce fieldset {
  border: none; }

body .checkout .payment_methods .payment_box {
  background: #eaeded; }

body .checkout .shop_table tfoot {
  border-width: 2px;
  border-color: #eaeded; }

body ul.woocommerce-error {
  width: 100%; }

.woocommerce .lost_reset_password input[type=submit] {
  padding: 6px 15px; }

p.order-again {
  margin-top: 20px !important; }

.woocommerce-form__input.woocommerce-form__input-checkbox {
  position: absolute; }

body .single-product div.product {
  width: 100%; }
  body .single-product div.product a {
    color: #272727;
    font-weight: bold;
    cursor: pointer; }
    body .single-product div.product a:hover, body .single-product div.product a:active {
      color: #608d13;
      cursor: pointer; }

body .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  padding-bottom: 0.5em; }

.product-quantity .quantity input {
  padding: 0 !important; }

.blockUI.blockOverlay {
  position: fixed !important;
  background-image: url("images/woocommerce/spinner.gif") !important;
  background-repeat: repeat-y !important;
  background-position: center center !important; }

/*
 * Single product page
 */
body.single-product {
  font-size: 20px; }
  body.single-product .product-top {
    display: table;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top; }
  body.single-product .product .summary.entry-summary {
    margin-left: 0;
    margin-top: 0;
    display: table-cell;
    width: 66.3%;
    vertical-align: top;
    box-sizing: border-box; }
    body.single-product .product .summary.entry-summary h1 {
      font-size: 44px;
      margin: 30px 0; }
    body.single-product .product .summary.entry-summary .post-content,
    body.single-product .product .summary.entry-summary .woocommerce-product-details__short-description {
      margin-top: 30px; }
  body.single-product #main .product .product_title {
    margin-top: 30px;
    margin-bottom: 0; }
  body.single-product .product .entry-summary .price {
    margin-top: 0; }
    body.single-product .product .entry-summary .price > span {
      font-size: 24px;
      color: #48611c;
      font-weight: bold; }
  body.single-product .product-form {
    display: table-cell;
    width: 33.7%;
    max-width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 45px; }
  body.single-product .input-text.qty.text {
    display: none; }
  body.single-product form.cart {
    margin: 0; }
    body.single-product form.cart table.variations {
      margin-bottom: 20px;
                /*tbody {
                    display: block;
                }
                td {
                    display: block;
                    width: 100%;
                    padding: 0;
                    float: left;

                    label {
                        width: 100%;
                    }
                    input {
                        width: 100%;
                    }
                }*/ }
      body.single-product form.cart table.variations tr {
        margin-bottom: 10px; }
        body.single-product form.cart table.variations tr tr {
          padding-bottom: 0; }
        body.single-product form.cart table.variations tr td.label {
          width: 90px;
          line-height: 1.2em;
          padding-bottom: 0; }
          body.single-product form.cart table.variations tr td.label label {
            width: 80px;
            display: block; }
      body.single-product form.cart table.variations tr:last-child {
        display: none; }
  body.single-product .variations .label {
    padding-bottom: 0; }
  body.single-product table.variations td {
    padding-bottom: 0; }
  body.single-product .product-after {
    float: left;
    width: 66.3%; }
  body.single-product .single_variation_wrap .variations_button .button,
  body.single-product button[name='add-to-cart'] {
    padding: 10px 0;
    width: 100%;
    margin: 0; }
  body.single-product .break {
    float: left;
    width: 100%;
    height: 1px; }
  body.single-product .current-image {
    box-sizing: border-box;
    float: left;
    width: 66.3%;
    padding-bottom: 30px; }
    body.single-product .current-image a, body.single-product .current-image img {
      display: block;
      float: left;
      width: 100%; }
      body.single-product .current-image a img, body.single-product .current-image img img {
        display: block;
        width: 100%; }
  body.single-product .thumbs {
    box-sizing: border-box;
    float: right;
    width: 33.7%;
    padding-left: 30px; }
    body.single-product .thumbs a, body.single-product .thumbs img {
      display: block;
      float: left;
      width: 100%;
      padding-bottom: 30px; }
      body.single-product .thumbs a img, body.single-product .thumbs img img {
        display: block;
        width: 100%; }
  body.single-product .product-images {
    float: left;
    width: 100%; }

/**
 * My account
 */
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .woocommerce-MyAccount-navigation ul a {
    font-weight: bold;
    color: #272727;
    font-size: 18px;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 15px; }
    .woocommerce-MyAccount-navigation ul a.active {
      text-decoration: none;
      color: #e86d1f; }
  .woocommerce-MyAccount-navigation ul li {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important; }
    .woocommerce-MyAccount-navigation ul li a {
      padding: 0;
      border: none; }
      .woocommerce-MyAccount-navigation ul li a:after {
        display: none; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      text-decoration: none;
      color: #e86d1f; }
    .woocommerce-MyAccount-navigation ul li:before {
      display: none; }
  .woocommerce-MyAccount-navigation ul ul a {
    font-weight: normal; }
  .woocommerce-MyAccount-navigation ul ul li {
    padding-left: 0.6em; }
    .woocommerce-MyAccount-navigation ul ul li:before {
      content: '\f105';
      font-family: FontAwesome;
      color: #272727;
      display: inline-block;
      left: -0.6em;
      position: relative; }

.woocommerce-content-box {
  border-color: #eaeded;
  border-width: 2px; }
  .woocommerce-content-box h2, .woocommerce-content-box h3, .woocommerce-content-box form h3 {
    border-color: #eaeded;
    border-width: 2px; }

.woocommerce-MyAccount-content {
  border-color: #eaeded;
  border-width: 2px; }
  .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content form h3 {
    border-color: #eaeded;
    border-width: 2px; }
  .woocommerce-MyAccount-content fieldset {
    padding: 0; }
  .woocommerce-MyAccount-content .woocommerce-Address-title {
    position: relative; }
    .woocommerce-MyAccount-content .woocommerce-Address-title a {
      position: relative;
      float: right;
      margin-top: 5px; }
      .woocommerce-MyAccount-content .woocommerce-Address-title a:after {
        display: none; }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    padding: 0; }

@media screen and (max-width: 900px) {
  .cart-collaterals .cart_totals {
    width: 100%; }

  body.single-product .product-top .summary.entry-summary {
    width: 50%;
    padding-right: 15px; }
  body.single-product .product-top .product-form {
    width: 50%;
    padding-left: 15px; }
  body.single-product .current-image {
    float: none;
    width: auto;
    max-width: 100%;
    padding-left: 0; }
    body.single-product .current-image a, body.single-product .current-image img {
      float: none;
      width: auto;
      width: 100%; }
      body.single-product .current-image a img, body.single-product .current-image img img {
        width: 100%;
        max-width: 100%; }
  body.single-product .thumbs {
    width: 100%;
    max-width: 100%;
    padding-left: 0; }
    body.single-product .thumbs a, body.single-product .thumbs img {
      float: left;
      width: 50%;
      box-sizing: border-box; }
      body.single-product .thumbs a:nth-child(odd), body.single-product .thumbs img:nth-child(odd) {
        padding-right: 15px; }
      body.single-product .thumbs a:nth-child(even), body.single-product .thumbs img:nth-child(even) {
        padding-left: 15px; }
      body.single-product .thumbs a img, body.single-product .thumbs img img {
        width: auto;
        max-width: 100%; }
  body.single-product .product-after {
    float: left;
    width: 100%; }

  .woocommerce-MyAccount-navigation {
    width: 100%; }
    .woocommerce-MyAccount-navigation ul {
      display: block;
      text-align: center; }
      .woocommerce-MyAccount-navigation ul li {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        display: inline-block; }
        .woocommerce-MyAccount-navigation ul li a {
          padding: 0 10px 10px 10px; }

  .woocommerce-MyAccount-content {
    margin-left: 0; } }
@media screen and (max-width: 768px) {
  .cart_totals .cart-subtotal td,
  .cart_totals .order-total td {
    width: 100%; }

  body.single-product .product-top {
    display: block; }
    body.single-product .product-top .summary.entry-summary {
      display: block;
      width: 100%;
      padding-right: 0; }
    body.single-product .product-top .product-form {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 15px; } }
@media screen and (max-width: 600px) {
  .shop_table .product-thumbnail img {
    width: 50px;
    max-width: 100%; }

  .shop_table .product-thumbnail {
    width: 50px;
    margin-right: 15px; }

  .product-info {
    margin-left: 65px;
    margin-top: 0; }

  .cart-collaterals .cart_totals {
    width: 100%; }

  .woocommerce-page .entry-content {
    margin-top: 0; }

  body.single-product #main .product .product_title {
    font-size: 26px;
    margin-top: 0.67em; }
  body.single-product .product .entry-summary .price > span {
    font-size: 20px; }
  body.single-product .product .summary.entry-summary .post-content {
    margin-top: 20px; }
  body.single-product .thumbs {
    float: none;
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 0; }
    body.single-product .thumbs a, body.single-product .thumbs img {
      float: none;
      width: auto;
      box-sizing: border-box;
      padding-bottom: 15px; }
      body.single-product .thumbs a:nth-child(odd), body.single-product .thumbs img:nth-child(odd) {
        padding-right: 0; }
      body.single-product .thumbs a:nth-child(even), body.single-product .thumbs img:nth-child(even) {
        padding-left: 0; }
      body.single-product .thumbs a img, body.single-product .thumbs img img {
        width: 100%;
        max-width: 100%; } }
/*--------------------------------------------------------------
# CiviCRM
--------------------------------------------------------------*/
/*
 * CiviCRM Forms
 */
body #crm-container.crm-public input[type="text"]:active,
body #crm-container.crm-public input[type="text"]:hover,
body #crm-container.crm-public input[type="text"]:focus,
body #crm-container.crm-public input[type="password"]:active,
body #crm-container.crm-public input[type="password"]:hover,
body #crm-container.crm-public input[type="password"]:focus,
body #crm-container.crm-public input[type="email"]:active,
body #crm-container.crm-public input[type="email"]:hover,
body #crm-container.crm-public input[type="email"]:focus,
body #crm-container.crm-public select:active,
body #crm-container.crm-public select:hover,
body #crm-container.crm-public select:focus {
  padding: 4px; }

/**
 * CiviCRM Buttons
 */
.page .crm-container a.button,
.page .crm-container a.button:link,
.page .crm-container a.button:visited,
.page .crm-container input.crm-form-submit,
.page .crm-container .ui-dialog-buttonset .ui-button,
.page .crm-container input[type=button],
.page .crm-container .crm-button {
  font-size: 20px;
  border-radius: 4px;
  font-family: Calibri, "Yantramanav", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
  border: none !important;
  background-color: #5d8e0e;
  box-shadow: none;
  #transition-property: background-color;
  #transition-duration: 0.5s;
  background-image: none; }
  .page .crm-container a.button:hover,
  .page .crm-container a.button:link:hover,
  .page .crm-container a.button:visited:hover,
  .page .crm-container input.crm-form-submit:hover,
  .page .crm-container .ui-dialog-buttonset .ui-button:hover,
  .page .crm-container input[type=button]:hover,
  .page .crm-container .crm-button:hover {
    background-image: none;
    background-color: #42640d; }

.page .crm-container .crm-button.crm-i-button input[type="button"],
.page .crm-container .crm-button.crm-i-button input.crm-form-submit {
  padding-right: 0.5em; }

/*
 * Event registered page
 */
.page .crm-container .help, .crm-container #help,
.page #crm-container.crm-public .label,
.page #crm-container.crm-public .price-field-amount,
.page #crm-container.crm-public .calc-value,
.page #crm-container.crm-public .content,
.page .crm-container table {
  font-size: 20px; }

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  #nav-container,
  div.footer-row,
  #newsletter-area,
  .page-related,
  header #header-left .top-row,
  #masthead #header-left .top-row,
  header #header-left .bottom-row,
  #masthead #header-left .bottom-row,
  .post-with-related #related,
  #share {
    display: none; }

  .page-template-default #content-outer #page-subnav {
    display: none; }

  header, #masthead {
    border-bottom: 1px solid #edeeef; }

  .page-template-default article, .single-board article, .single-staff article {
    padding-left: 0; }

  #breadcrumbs {
    background: #FFF;
    border-bottom: 1px solid #edeeef; }

  #header-top, nav, #content .inner, .footer-bottom .inner, #breadcrumbs .inner, footer {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: left;
    clear: both;
    overflow: visible; }

  header #logo, #masthead #logo {
    margin-left: 0;
    margin-top: 0; } }

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