/* compiled by scssphp v0.6.7 on Fri, 12 Jul 2024 01:38:06 +0000 (0.053s) */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
/**
 * Only displays styles above a certain number of pixels wide
 * @param	pixels	dimension	The number of pixels to be below
 * @cont						The content to display below that number of pixels
 * @return						Styles to display below that width
 */
/**
 * Creates an animation
 * @param	string	$name	The name of the animation
 * @cont	The animation contents
 * @return	The CSS for the animation
 */
/**
 * Only displays styles below a certain number of pixels wide
 * @param	pixels	dimension	The number of pixels to be below
 * @cont						The content to display below that number of pixels
 * @return						Styles to display below that width
 */
/**
 * Creates a simple gradient
 * @param	colour	$start	The start colour
 * @param	colour	$end	The end colour
 * @param	bool	$horizontal		If the gradient should be horizontal
 * @return	Styles for that type of gradient
 */
/**
 * Applies styles to all headings
 * @cont	The styles to apply
 * @return	Applies styles to headings from h1 through h6
 */
/**
 * Applies styles to the hover, focus and active pseudoclasses of an element
 * @cont	The styles to apply
 * @return	Hover, focus and active styles for that element
 */
/**
 * Applies provided styles to the placeholder of the current element
 * @cont	The styles to apply
 * @return	Styles, applied to the element
 */
/**
 * Only displays styles below the responsive limit
 * @cont	The content to display below the reponsive limit
 * @return	Styles to display below the limit
 */
/**
 * Only displays styles when a touch device is being used
 * @cont	The styles to display
 * @return	Styles for displaying only in touch
 */
/**
 * Creates vendor specific versions of a style
 * @param	string	The property to create each style for
 * @param	list	The value for that style
 * @return			Vendor specific versions of each style
 */
/**
 * Removes element from page flow
 */
.panes:before, .container:before, header:before, .stockists:before, .panes:after, .container:after, header:after, .stockists:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

body {
  background-color: #343434;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 17px; }

a {
  color: #ed7940;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a img {
    border: 0; }

@media screen and (max-width: 1129px) {
    img {
      height: auto;
      max-width: 100%; } }

.button {
  background-color: #94be26;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: background-color 0.2s; }
  .button:hover, .button:focus, .button:active {
    text-decoration: none;
    background-color: #aed93f; }

.panes .left-pane {
  float: left;
  width: 530px; }
  .panes .left-pane > h1:first-child {
    margin-top: 60px; }
  .panes .right-pane {
    float: right;
    width: 500px; }
  @media screen and (max-width: 1129px) {
    .panes .left-pane, .panes .right-pane {
      float: none;
      width: auto; } }

.container {
  max-width: 1110px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px; }

header {
  padding: 20px 70px;
  position: relative; }
  @media screen and (max-width: 799px) {
  header {
    padding: 20px 10px; } }
  header .logo {
    float: left;
    position: relative;
    z-index: 10; }
  @media screen and (max-width: 799px) {
    header .logo {
      display: block;
      float: none;
      margin: auto; } }
  header nav {
    float: right;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    z-index: 10; }
  @media screen and (max-width: 799px) {
    header nav {
      display: block;
      float: none; } }
  header nav ul {
    margin: 10px 0px;
    padding: 0px; }
    @media screen and (max-width: 799px) {
    header nav ul {
      margin-top: 0px;
      text-align: center; } }
  header nav li {
    display: block;
    float: left; }
    @media screen and (max-width: 799px) {
    header nav li {
      display: inline-block;
      float: none; } }
    header nav li:last-child a {
      border: 1px solid #94be26;
      color: #94be26;
      padding: 10px 20px;
      margin-left: 10px;
      vertical-align: center;
      transition: background-color 0.1s; }
      header nav li:last-child a:hover, header nav li:last-child a:focus, header nav li:last-child a:active {
        background-color: rgba(148, 190, 38, 0.2);
        text-decoration: none; }
      @media screen and (max-width: 799px) {
    header nav li:last-child a {
      display: inline-block;
      margin-top: 10px; } }
  header nav a {
    color: #fff;
    padding: 10px 15px; }
  header .splash {
    color: #fff;
    font-size: 36px;
    padding: 120px 0px 70px;
    text-align: center; }
  @media screen and (max-width: 1129px) {
    header .splash {
      font-size: 28px;
      padding: 90px 0px 50px; } }
  @media screen and (max-width: 799px) {
    header .splash {
      padding-top: 70px; } }
  header .splash:before {
    background: url(splash.jpg) top no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0; }
  header .splash > * {
    position: relative;
    z-index: 10; }
  header .splash h1 {
    font-size: 56px;
    margin: 0 0 25px;
    text-transform: uppercase; }
    @media screen and (max-width: 1129px) {
    header .splash h1 {
      font-size: 40px; } }
  header .splash h3 {
    max-width: 75%;
    margin: 1em auto; }
  header .splash p {
    font-style: italic;
    margin: 30px 0; }
  header .splash a {
    font-style: normal; }
  header .splash .to-content {
    background: url(next-arrow.png);
    display: inline-block;
    height: 47px;
    text-indent: -9999px;
    width: 47px; }
  header .splash .vid-section {
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    border-radius: 3px;
    width: calc(100% - 20px);
    max-width: 680px; }
    header .splash .vid-section .vid-holder {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      margin: 0 0 10px; }
      header .splash .vid-section .vid-holder #home-vid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    header .splash .vid-section .vid-buttons .button {
      color: #fff;
      margin: 0 0 10px;
      padding: 0;
      cursor: pointer;
      width: 235px;
      height: 55px;
      line-height: 55px; }
      header .splash .vid-section .vid-buttons .button.green {
        background-color: #94be26;
        border-bottom: 1px solid #73941e;
        margin-right: 13px; }
        header .splash .vid-section .vid-buttons .button.green:hover, header .splash .vid-section .vid-buttons .button.green:focus, header .splash .vid-section .vid-buttons .button.green:active {
          background-color: #aed93f; }
      header .splash .vid-section .vid-buttons .button.orange {
        background-color: #ed7940;
        border-bottom: 1px solid #e45a16;
        margin-left: 13px; }
        header .splash .vid-section .vid-buttons .button.orange:hover, header .splash .vid-section .vid-buttons .button.orange:focus, header .splash .vid-section .vid-buttons .button.orange:active {
          background-color: #f19a6f; }
      @media screen and (max-width: 1129px) {
      header .splash .vid-section .vid-buttons .button.green, header .splash .vid-section .vid-buttons .button.orange {
        display: block;
        margin: 10px auto; } }

.home header {
  height: 899px; }
  .home .content h1 {
    margin-top: 50px;
    font-size: 42px; }
  .home .content .panes {
    margin-bottom: 50px; }

main {
  background-color: #fff;
  display: block; }

footer {
  color: #909090; }
  footer .footer {
    border-bottom: 1px solid #000;
    padding: 20px 0px; }
  footer .footer address {
    display: block;
    float: left;
    font-size: 12px;
    font-style: normal; }
    footer .footer address h1 {
      color: #fff;
      font-size: 17px;
      margin: 0px; }
    footer .footer address p {
      margin: 0px; }
  footer .footer nav {
    float: right;
    font-size: 15px; }
    footer .footer nav ul {
      margin: 0px;
      padding: 0px; }
    footer .footer nav li {
      display: inline-block;
      margin-left: 20px; }
      footer .footer nav li:last-child a {
        color: #94be26; }
    footer .footer nav a {
      color: #fff; }
  @media screen and (max-width: 799px) {
      footer .footer address, footer .footer nav {
        display: block;
        float: none;
        text-align: center; } }
  footer .sub-footer {
    font-size: 12px;
    padding: 20px 0px; }
  footer .sub-footer .copyright {
    float: left; }
  footer .sub-footer .attribution {
    float: right; }
  @media screen and (max-width: 799px) {
      footer .sub-footer .copyright, footer .sub-footer .attribution {
        display: block;
        float: none;
        text-align: center; } }
  footer .sub-footer a {
    color: inherit; }
/* slideshow overrides */
/* ss dimensions */
.slideshow {
  position: relative;
  width: 1110px;
  height: 280px; }

.slider > div.slide {
  left: 0;
  position: absolute;
  top: 0; }

div.orbit-wrapper {
  width: 1110px !important;
  height: 280px !important; }

div.orbit {
  width: 1110px !important;
  height: 280px !important; }
/* ss overlay */
/*
 .slideshow:after
 {
 content: url('slideshow_overlay.png');
 position: absolute;
 right: 0;
 top: 0;
 z-index: 10;
 }
 .orbit > div
 {
 z-index: 0;
 }
 */
/* ss nav features */
/*
 div.slider-nav span
 {
 &.left
 {
 background-image: url('slider_left.png');
 }
 &.right
 {
 background-image: url('slider_right.png');
 }
 }
 .orbit-wrapper .timer
 {
 display: none;
 }
 .orbit-bullets
 {
 bottom: 10px;
 left: 0;
 margin: 0;
 li
 {
 background: transparent url('slider_bullet.png') center center no-repeat;
 height: 10px;
 margin-left: 10px;
 width: 10px;
 &.active
 {
 background-image: url('slider_active.png');
 background-position: center center;
 }
 }
 }
 //*/
/* galleries */
div.gallery {
  margin: 10px auto;
  overflow: hidden;
  padding: 0px;
  position: relative; }
  div.gallery ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0;
    position: relative; }
  div.gallery li {
    float: left;
    height: 210px;
    line-height: 210px;
    margin: 5px !important;
    padding: 0;
    text-align: center;
    width: 23%; }
  div.gallery a {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 100%; }

.gallery img {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  box-sizing: border-box;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto; }
/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
  margin-top: 8px; }

.contact p {
  line-height: 1.75em; }

.contact p.action {
  text-align: center; }

.contact .action a {
  font-size: 0.875em; }

.contact label {
  display: inline-block;
  width: 25%;
  vertical-align: top; }

.contact label.error {
  width: auto;
  font-size: 0.875em;
  color: #fd1a00;
  margin-left: 10px; }

.contact input[type=text] {
  width: 45%;
  font-family: inherit;
  font-size: 0.875em; }

.contact input[type=password], form.contact input.password, .contact .auth + input {
  width: 20%; }

img.auth {
  vertical-align: middle; }

.contact textarea {
  width: 45%;
  height: 5em;
  font-family: inherit;
  font-size: 0.875em; }
/* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
.contact input[type=radio] + label {
  position: relative;
  width: auto;
  margin-right: 30px; }

.contact input[type=radio] + label:after {
  content: '';
  display: block;
  position: absolute;
  left: -22px;
  top: 4px;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: #e1e1e1; }

.contact input[type=email], .contact input[type=tel], .contact input[type=text], .contact textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  color: #1c1c1d;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  width: 60%;
  box-shadow: inset 0px 0px 15px 0px #ddd;
  -webkit-box-shadow: inset 0px 0px 15px 0px #ddd;
  -moz-box-shadow: inset 0px 0px 15px 0px #ddd;
  -o-box-shadow: inset 0px 0px 15px 0px #ddd; }

.contact textarea {
  height: 100px; }

.contact p.action {
  text-align: left; }

.contact input[type=radio]:checked + label:after {
  background: #000; }
/* blog */
.blog-summary > div {
  clear: both;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  overflow: hidden; }

.pricing-table {
  border-spacing: 0;
  margin-top: 50px;
  border: 1px solid #343434;
  border-radius: 3px; }
  .pricing-table thead tr th {
    text-align: left;
    font-size: 22px;
    padding: 0 10px;
    font-weight: normal; }
    .pricing-table thead tr + tr th {
      font-size: 14px;
      font-style: italic;
      border-bottom: 1px solid #343434; }
  .pricing-table tbody tr:first-child td {
    font-size: 18px; }
    .pricing-table tbody tr:first-child td + td {
      border-bottom: 1px solid #c0c0c0; }
    .pricing-table tbody tr:first-child td:last-child {
      text-align: center; }
    .pricing-table tbody tr td {
      padding: 5px 10px; }
    .pricing-table tbody tr td:first-child {
      font-size: 18px;
      text-align: right; }
    .pricing-table tbody tr td .button {
      padding: 5px 15px;
      font-size: 15px; }
    .pricing-table tbody tr + tr td:first-child {
      border-right: 1px solid #c0c0c0; }
/* blog */
.blog-summary > div {
  border-bottom: 1px solid #c0c0c0;
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 1em; }

.hasSidebar .blog-feature-image {
  display: table-cell; }
  .hasSidebar .blog-summary {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top; }

.blog-feature-image img {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  display: block;
  max-width: 100%; }

.blog-article .blog-feature {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  display: block;
  margin: 0 auto 1em; }

.articleNav {
  height: 2em;
  width: 100%; }
  .articleNav .previous {
    float: right; }
  .articleNav .previous a:after {
    content: '>>';
    left: 101%;
    position: absolute;
    top: -0.0625em; }
  .articleNav .next {
    float: left; }
  .articleNav .next a:before {
    content: '<<';
    position: absolute;
    right: 101%;
    top: -0.0625em; }

.regionList {
  border-radius: 10px;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  margin: auto;
  overflow: hidden;
  padding: 15px 10px;
  width: 696px; }
  .regionList li {
    display: block;
    float: left; }
  .regionList li a {
    background-color: #fff;
    border: 2px solid #fff;
    border-bottom-width: 1px;
    color: #5a5a5a;
    display: block;
    padding: 10px;
    width: 150px; }
  .regionList li.sel a, .regionList li a:hover, .regionList li a:focus, .regionList li a:active {
    background-color: #94be26;
    color: #fff; }

.stockists {
  border-radius: 10px;
  margin: 80px auto 50px;
  position: relative;
  width: 716px; }
  .stockists h2 {
    left: 10px;
    position: absolute;
    top: -65px; }
  .stockists div {
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.05);
    float: left;
    height: 155px;
    margin: 2px;
    padding: 10px;
    position: relative;
    width: 155px; }
  .stockists h3 {
    font-size: 17px;
    margin: 0; }
  .stockists p {
    font-size: 14px;
    line-height: 19px;
    margin: 0; }
  .stockists .mapLink {
    background: url(map.png) left no-repeat;
    bottom: 10px;
    left: 10px;
    padding-left: 40px;
    padding-top: 15px;
    position: absolute; }
/** shopping cart (collapsible) **/
/*
 .cart-bg {
 display: block;
 margin: 0;
 padding: 40px 25px 40px;
 background: #f0f6f7 url('bg.jpg') left top repeat;
 }
 */
.cart_options {
  background: #fff;
  border: 1px solid #c0c0c0;
  margin-bottom: 15px; }
  .cart_options h4 {
    background: #fff;
    border-bottom: 1px solid #c0c0c0;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 10px; }
  .cart_options p {
    background: #fff;
    margin: 0;
    padding: 10px 30px; }

.cart table {
  border: none;
  border-collapse: collapse;
  text-align: center;
  width: 100%; }
  .cart thead {
    background: #fff;
    border: 1px solid #c0c0c0; }
  .cart th {
    font-size: 0.875em;
    font-weight: normal;
    padding: 10px 5px; }
  .cart tbody {
    background: #fff;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    font-size: 0.875em; }
  .cart td {
    padding: 10px;
    vertical-align: middle; }
  @media screen and (max-width: 599px) {
    .cart td {
      display: block;
      max-width: calc(100% - 20px);
      text-align: center;
      width: 200px; } }
  .cart td.image a {
    background: #fff;
    border: 1px solid #94be26;
    border-radius: 3px;
    display: block;
    height: 105px;
    position: relative;
    width: 105px; }
    @media screen and (max-width: 599px) {
      .cart td.image a {
        display: inline-block; } }
    .cart td.image img {
      bottom: 0;
      display: block;
      height: auto;
      left: 0;
      margin: auto;
      max-height: 100px;
      max-width: 100px;
      position: absolute;
      right: 0;
      top: 0; }
  .cart td.name {
    font-size: 1.143em;
    text-align: left; }
    @media screen and (max-width: 599px) {
    .cart td.name {
      text-align: center; } }
  .cart td.quantity input {
    padding: 10px;
    text-align: center;
    width: 1em; }
  .cart td.total {
    color: #94be26;
    font-weight: bold; }
  @media screen and (max-width: 599px) {
      .cart td.remove:before {
        content: "Remove: "; } }
  @media screen and (max-width: 599px) {
      .cart td.quantity, .cart td.price, .cart td.total {
        display: inline;
        padding: 0; } }
  @media screen and (max-width: 599px) {
        .cart td.price:before {
          content: " x "; } }
    @media screen and (max-width: 599px) {
      .cart td.price:after {
        content: " = "; } }
  .cart tfoot {
    border-top: 1px solid #c0c0c0; }
  .cart tfoot td:last-child {
    text-align: right; }
  .cart span.total {
    font-weight: bold; }
  .cart span.total.value {
    color: #94be26;
    font-size: 1.123em; }
  .cart h2 {
    font-family: Arial, serif;
    font-size: 1em; }
  .cart h3 {
    color: #94be26;
    font-family: Arial, serif;
    margin: 0; }
  .cart input.selectAddress:checked ~ span {
    box-sizing: border-box;
    display: block;
    height: 1px;
    overflow: hidden;
    padding-top: 1px; }
  .cart .login-form p {
    position: relative; }
  .cart .login-form label {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .cart .login-form input[type=text], .cart .login-form input[type=password] {
    display: block;
    width: 100%; }
  .cart .warning {
    color: #fd1a00;
    font-size: 2em; }

form.checkout-options {
  float: left;
  width: 50%; }
  form.checkout-options + .checkout-options {
    float: right;
    width: 45%; }
  form.checkout-options .button {
    margin-bottom: 0;
    margin-top: 0; }

.ui-helper-reset {
  font-size: 1em; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #5a5a5a;
  border-color: #fff;
  border-radius: 0;
  color: #fff; }

.ui-accordion-content {
  border-radius: 0;
  font-size: 0.875em;
  margin-bottom: 10px; }
  .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px; }

.ui-accordion-header {
  font-size: 0.875em; }

.button.poli {
  background: url(poli.png);
  border: 0;
  height: 70px;
  padding: 0;
  text-indent: -9999px;
  width: 110px; }

.poli-block {
  display: inline-block; }
/* print order */
.print-order table {
  width: 100%; }
  .print-order th, .print-order td {
    vertical-align: top; }
  .print-order thead tr:first-child > * {
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 4px; }
  .print-order thead th:first-child {
    text-align: left; }
  .print-order .print-order tbody {
    padding: 4px 0; }
  .print-order .print-order tbody th {
    font-weight: normal;
    padding-bottom: 4px; }
  .print-order tfoot tr:first-child > * {
    border-top: 1px solid #5a5a5a;
    padding-top: 4px; }
  .print-order tbody th, .print-order tfoot th {
    font-weight: normal;
    text-align: left; }
  .print-order td + td, .print-order tfoot td + td {
    text-align: center; }
    .print-order td + td + td, .print-order tfoot td + td + td {
      text-align: right; }
  .print-order th:last-child {
    text-align: right; }
/* users/orders */
table.orders {
  width: 100%;
  border-collapse: collapse; }

.orders th, .orders td {
  padding: 4px;
  vertical-align: top; }
  .orders thead tr:first-child > * {
    border-bottom: 1px solid #5a5a5a;
    text-indent: 0; }
  .orders tbody th {
    font-weight: normal;
    text-indent: 0; }
  .orders .ref {
    text-align: left; }
  .orders .date {
    width: 95px; }
  .orders .details {
    text-align: left;
    text-indent: 1em; }
  .orders .price {
    text-align: right; }
  .orders .link {
    text-align: right;
    width: 75px; }

#hoverCart {
  background-color: rgba(52, 52, 52, 0.8);
  background-color: #343434\9;
  border-radius: 5px;
  color: #fff;
  max-height: 100%;
  max-height: calc(100% - 100px);
  overflow: auto;
  padding: 15px;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 200px;
  z-index: 1000; }
  #hoverCart h1, #hoverCart h2, #hoverCart h3, #hoverCart h4, #hoverCart h5, #hoverCart h6 {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0 0 5px;
    padding-bottom: 3px; }
  #hoverCart a {
    color: #fff; }
  #hoverCart .items {
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px; }
  #hoverCart .checkout {
    float: left; }
  #hoverCart .dismiss {
    display: block;
    float: right;
    text-align: right; }
  #hoverCart .row {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 10px 0 5px;
    position: relative; }
  #hoverCart .row .right {
    font-family: "Courier New", Courier, monospace;
    text-align: right; }
  #hoverCart .remove {
    display: block;
    font-size: 12px; }
/** files **/
.file {
  margin-bottom: 10px;
  overflow: hidden;
  /* float clearing */
  padding: 15px;
  position: relative; }
  .file h2 {
    margin-bottom: 1em; }
  .file .button {
    position: absolute;
    right: 10px;
    top: 6px; }
/** user panel **/
fieldset.addressForm {
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  margin-top: 4px;
  overflow: hidden;
  padding: 5px; }

.addressForm label {
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 49%; }
  .addressForm label:last-child {
    clear: both;
    float: none;
    width: 100%; }
  .addressForm label span {
    display: block;
    margin-bottom: 4px; }
  .addressForm input[type=text], .addressForm textarea {
    box-sizing: border-box;
    width: 96%; }
  .addressForm textarea {
    height: 70px; }
/* tinymce universal formatting */
#mceTemplatePreview, #tinymce {
  background: #fff;
  color: #5a5a5a;
  font-size: 1em;
  padding: 10px;
  text-align: left;
  width: 1110px; }
  #mceTemplatePreview p, #tinymce p {
    padding: 0 0 1em; }
  #mceTemplatePreview form, #tinymce form {
    outline: 1px dotted #94be26; }
  #mceTemplatePreview a, #tinymce a {
    border-bottom: 1px dotted #ed7940;
    color: #ed7940;
    text-decoration: none; }

@media not all and (hover: hover) {
      html.touch .main-navigation {
        display: none; } }

#mobileMenu {
  background-color: #94be26;
  color: #fff;
  display: none;
  font-family: RobotoCondensed, sans-serif;
  overflow: hidden;
  padding: 0;
  text-align: center; }
  @media not all and (hover: hover) {
    html.touch #mobileMenu {
      display: block; } }
  #mobileMenu ul {
    margin: 0;
    padding: 0; }
  #mobileMenu li {
    display: block;
    text-transform: uppercase; }
  #mobileMenu li.submenu {
    background: url(/resources/template/mobileMenuArrowRightBlack.png) right no-repeat; }
  #mobileMenu li.back {
    background: url(/resources/template/mobileMenuArrowLeftBlack.png) left no-repeat; }
  #mobileMenu a, #mobileMenu h1 {
    color: inherit; }
  #mobileMenu a {
    border-top: 1px solid #343434;
    display: block;
    padding: 10px 0; }
  #mobileMenu h1 {
    background-color: #94be26;
    margin: 0; }
  #mobileMenu h1 a {
    background: url(/resources/template/mobileMenuArrowDownBlack.png) no-repeat right;
    border: 0; }
    #mobileMenu h1 a.active {
      background-image: url(/resources/template/mobileMenuArrowUpBlack.png); }
