@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Quicksand);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/**
 * @license
 * MyFonts Webfont Build ID 3075942, 2015-08-15T00:52:09-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NewsGothicBT-Roman by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/news-gothic/news-gothic/
 *
 * Webfont: NewsGothicBT-Bold by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/news-gothic/bold/
 *
 * Webfont: ArrusBT-Roman by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/arrus/bitstream-arrus/
 *
 * Webfont: ArrusBT-Italic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/arrus/bitstream-arrus-italic/
 *
 * Webfont: ArrusBT-Bold by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/arrus/bitstream-arrus-bold/
 *
 * Webfont: ArrusBT-BoldItalic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/arrus/bitstream-arrus-bold-italic/
 *
 * Webfont: ArrusBT-Black by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/arrus/bitstream-arrus-black/
 *
 * Webfont: ArrusBT-BlackItalic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/arrus/bitstream-arrus-black-italic/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3075942
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 *
 * © 2015 MyFonts Inc
*/
@font-face {
  font-family: 'NewsGothicBT-Roman';
  src: url('assets/fonts/webfonts/2EEF66_0_0.eot');
  src: url('assets/fonts/webfonts/2EEF66_0_0.eot#iefix') format('embedded-opentype'), url('assets/fonts/webfonts/2EEF66_0_0.woff') format('woff2'), url('assets/fonts/webfonts/2EEF66_0_0.woff') format('woff'), url('assets/fonts/webfonts/2EEF66_0_0.ttf') format('truetype'); }

@font-face {
  font-family: 'NewsGothicBT-Bold';
  src: url('assets/fonts/webfonts/2EEF66_1_0.eot');
  src: url('assets/fonts/webfonts/2EEF66_1_0.eot#iefix') format('embedded-opentype'), url('assets/fonts/webfonts/2EEF66_1_0.woff') format('woff2'), url('assets/fonts/webfonts/2EEF66_1_0.woff') format('woff'), url('assets/fonts/webfonts/2EEF66_1_0.ttf') format('truetype'); }

@font-face {
  font-family: 'ArrusBT-Roman';
  src: url('assets/fonts/webfonts/2EEF66_2_0.eot');
  src: url('assets/fonts/webfonts/2EEF66_2_0.eot#iefix') format('embedded-opentype'), url('assets/fonts/webfonts/2EEF66_2_0.woff') format('woff2'), url('assets/fonts/webfonts/2EEF66_2_0.woff') format('woff'), url('assets/fonts/webfonts/2EEF66_2_0.ttf') format('truetype'); }

@font-face {
  font-family: 'ArrusBT-Italic';
  src: url('assets/fonts/webfonts/2EEF66_3_0.eot');
  src: url('assets/fonts/webfonts/2EEF66_3_0.eot#iefix') format('embedded-opentype'), url('assets/fonts/webfonts/2EEF66_3_0.woff') format('woff2'), url('assets/fonts/webfonts/2EEF66_3_0.woff') format('woff'), url('assets/fonts/webfonts/2EEF66_3_0.ttf') format('truetype'); }

@font-face {
  font-family: 'ArrusBT-Bold';
  src: url('assets/fonts/webfonts/2EEF66_4_0.eot');
  src: url('assets/fonts/webfonts/2EEF66_4_0.eot#iefix') format('embedded-opentype'), url('assets/fonts/webfonts/2EEF66_4_0.woff') format('woff2'), url('assets/fonts/webfonts/2EEF66_4_0.woff') format('woff'), url('assets/fonts/webfonts/2EEF66_4_0.ttf') format('truetype'); }

@font-face {
  font-family: 'ArrusBT-BoldItalic';
  src: url('assets/fonts/webfonts/2EEF66_5_0.eot');
  src: url('assets/fonts/webfonts/2EEF66_5_0.eot#iefix') format('embedded-opentype'), url('assets/fonts/webfonts/2EEF66_5_0.woff') format('woff2'), url('assets/fonts/webfonts/2EEF66_5_0.woff') format('woff'), url('assets/fonts/webfonts/2EEF66_5_0.ttf') format('truetype'); }

@font-face {
  font-family: 'ArrusBT-Black';
  src: url('assets/fonts/webfonts/2EEF66_6_0.eot');
  src: url('assets/fonts/webfonts/2EEF66_6_0.eot#iefix') format('embedded-opentype'), url('assets/fonts/webfonts/2EEF66_6_0.woff') format('woff2'), url('assets/fonts/webfonts/2EEF66_6_0.woff') format('woff'), url('assets/fonts/webfonts/2EEF66_6_0.ttf') format('truetype'); }

@font-face {
  font-family: 'ArrusBT-BlackItalic';
  src: url('assets/fonts/webfonts/2EEF66_7_0.eot');
  src: url('assets/fonts/webfonts/2EEF66_7_0.eot#iefix') format('embedded-opentype'), url('assets/fonts/webfonts/2EEF66_7_0.woff') format('woff2'), url('assets/fonts/webfonts/2EEF66_7_0.woff') format('woff'), url('assets/fonts/webfonts/2EEF66_7_0.ttf') format('truetype'); }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/*

  Helps create a typographical baseline grid.
  Also allows for specifying different line heights or bottom margins if you need to.

  Specifiy the font size in PX and it will calculate the REM based on your $doc-font-size & $doc-line-height variables.

  	-- @include font-size(24); -------------------

  It will also create a bottom margin based on the $doc-font-size & $doc-line-height variables unless you specify that it shouldn't have one -

  	-- @include font-size(24, no); -------------------

  Or if you want to specify a different bottom margin to be generated -

  	-- @include font-size(24,32); -------------------

  Also generates a pixel-less line height by default unless you specify that you either don't want one where I'd suggest declaring 1 within the mixin -

  	-- @include font-size(24, yes, 1); -------------------

  Also the option to specify a different line-height for it to generate to, where you would specify the line-height in (effectively) it's pixel value -

  	-- @include font-size(24, yes, 40); -------------------

*/
/*

  Sometimes you would only want to define the fonts' size on an element.
  Rather than make the vertical rhythm mixin more convoluted here is a separate mixin
  to be used to give REMs for modern browsers and PX for OldIE and Opera mini

*/
.callout-list, .column-list, .masthead__nav ul, .mastfoot__nav ul, .social-links, .accepted-payments ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, .btn, .callout, .callout-list, .masthead__nav a, .mastfoot__nav a, .promo h3 {
  font-family: 'NewsGothicBT-Roman', sans-serif;
  font-weight: 400;
  color: #0c7f40;
  letter-spacing: .5px; }

.callout a, .masthead .tel {
  font-family: 'NewsGothicBT-Bold', sans-serif;
  font-weight: 400;
  color: #333333;
  letter-spacing: .5px; }

body, h3 {
  font-family: 'ArrusBT-Roman', serif;
  font-weight: 400;
  color: #333333; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media  (min-resolution: 1.5dppx),  (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
  #foo {
    content: 'Device Pixel Ratio of at least 1.5'; } }
@media  (max-resolution: 143dpi),  (-webkit-max-device-pixel-ratio: 1.4895833333),  (max--moz-device-pixel-ratio: 1.4895833333) {
  #foo {
    content: 'Cross Browser Resolution Query'; } }

.l-wrapper {
  margin: 0 auto;
  min-width: 320px; }

.l-content {
  clear: both; }

.l-grid {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .l-grid:after {
    content: " ";
    display: block;
    clear: both; }
  @media  (max-width: 640px) {
    .l-grid {
      padding-left: 15px;
      padding-right: 15px; } }
  @media  (max-width: 840px) {
    .l-grid {
      max-width: 1070px;
      margin-left: auto;
      margin-right: auto; }
      .l-grid:after {
        content: " ";
        display: block;
        clear: both; } }
  @media  (max-width: 640px) {
    .l-grid {
      max-width: 1070px;
      margin-left: auto;
      margin-right: auto; }
      .l-grid:after {
        content: " ";
        display: block;
        clear: both; } }

.l-full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.l-span-3 {
  width: 28.813559322%;
  float: left;
  margin-right: 1.6949152542%; }

.l-span-4 {
  width: 38.9830508475%;
  float: left;
  margin-right: 1.6949152542%; }

.l-span-5 {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }
  @media  (max-width: 640px) {
    .l-span-5 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.l-span-6 {
  width: 59.3220338983%;
  float: left;
  margin-right: 1.6949152542%; }

.l-last {
  float: right;
  margin-right: 0; }

.l-first {
  margin-left: 0; }

.l-centered {
  text-align: center; }

@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon/fonts/icomoon.eot');
  src: url('assets/fonts/icomoon/fonts/icomoon.eot') format('embedded-opentype'), url('assets/fonts/icomoon/fonts/icomoon.ttf') format('truetype'), url('assets/fonts/icomoon/fonts/icomoon.woff') format('woff'), url('assets/fonts/icomoon/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e209"; }

.icon-menu:before {
  content: "\e20e"; }

.icon-facebook-with-circle:before {
  content: "\e600"; }

.icon-google-with-circle:before {
  content: "\e601"; }

.icon-twitter-with-circle:before {
  content: "\e602"; }

body {
  font-size: 16px;
  font-size: 1rem; }

h1, h2 {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.2;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  @media  (max-width: 640px) {
    h1, h2 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 24px;
      margin-bottom: 1.5rem;
      line-height: 1.2em; } }

h3 {
  text-transform: uppercase;
  margin-top: 2em; }

p {
  line-height: 1.6; }

a {
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
  -khtml-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
  color: #79c625;
  text-decoration: none; }
  a:hover {
    color: #085029; }

img {
  max-width: 100%; }

.btn {
  font-size: 20px;
  font-size: 1.25rem;
  background: #0c7f40;
  border: 1px solid #0c7f40;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 15px 37.5px;
  letter-spacing: 1px;
  margin: 1.5em 0; }
  .btn i {
    -webkit-transition: all, 0.2s, ease-in-out;
    -khtml-transition: all, 0.2s, ease-in-out;
    -moz-transition: all, 0.2s, ease-in-out;
    -ms-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out;
    font-size: 16px;
    position: relative;
    top: 2px;
    line-height: .5; }
  .btn:hover {
    background-color: white;
    color: #0c7f40; }
  .btn i.icon-padlock {
    color: #004922; }
  .btn:hover i.icon-padlock {
    color: #0c7f40; }
  .btn--outline {
    background: transparent;
    border: 1px solid #0c7f40; }
    .btn--outline i.icon-padlock {
      color: white; }
    .btn--outline:hover i.icon-padlock {
      color: #0c7f40; }

.callout {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4117647059;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  clear: both; }
  @media  (max-width: 640px) {
    .callout {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7142857143;
      margin-bottom: 24px;
      margin-bottom: 1.5rem; } }
  .callout p {
    line-height: 1.3; }
  .callout a {
    color: #79c625; }

.callout-list {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4117647059;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #79c625;
  font-weight: 700; }
  @media  (max-width: 640px) {
    .callout-list {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1;
      margin-bottom: 24px;
      margin-bottom: 1.5rem; } }

.highlight {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: 'NewsGothicBT-Roman', sans-serif;
  line-height: 1.3;
  margin: 2em 0; }

.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.img--circle {
  border-radius: 100%; }
.img--border {
  border: 8px solid #79c625; }

.column-list {
  font-family: 'NewsGothicBT-Roman', sans-serif;
  text-align: left;
  padding: 2em 0; }
  .column-list--4 {
    -webkit-column-count: 4;
    -khtml-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10;
    -khtml-column-gap: 10;
    -moz-column-gap: 10;
    -ms-column-gap: 10;
    -o-column-gap: 10;
    column-gap: 10; }
    @media  (max-width: 640px) {
      .column-list--4 {
        -webkit-column-count: 2;
        -khtml-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10;
        -khtml-column-gap: 10;
        -moz-column-gap: 10;
        -ms-column-gap: 10;
        -o-column-gap: 10;
        column-gap: 10; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 2em 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.masthead {
  background: #0c7f40;
  padding: 37.5px 0 25px 0; }
  .masthead:before, .masthead:after {
    content: "";
    display: table; }
  .masthead:after {
    clear: both; }
  .masthead__branding {
    width: 28.813559322%;
    float: left;
    margin-right: 1.6949152542%; }
    @media  (max-width: 640px) {
      .masthead__branding {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .masthead__utility {
    width: 69.4915254237%;
    float: right;
    margin-right: 0; }
    @media  (max-width: 640px) {
      .masthead__utility {
        display: none; } }
  .masthead__nav {
    width: 69.4915254237%;
    float: right;
    margin-right: 0;
    clear: both;
    margin-top: -5px; }
    @media  (max-width: 840px) {
      .masthead__nav {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 25px; } }
    @media  (max-width: 640px) {
      .masthead__nav {
        -webkit-transition: all .2s ease-in-out;
        -khtml-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background: rgba(0, 0, 0, 0.8);
        height: 110vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99;
        padding: 0;
        width: 80%;
        overflow-y: scroll; }
        .masthead__nav.is-active {
          right: 0; } }
    .masthead__nav.is-open {
      right: 0; }
    .masthead__nav ul {
      float: right;
      width: 100%;
      display: table; }
      @media  (max-width: 640px) {
        .masthead__nav ul {
          display: block;
          border-top: 1px solid white;
          margin-top: 25px; } }
    .masthead__nav li {
      display: table-cell; }
      .masthead__nav li:last-child a {
        padding-right: 0; }
      .masthead__nav li.is-here a {
        color: white; }
        @media  (max-width: 640px) {
          .masthead__nav li.is-here a {
            color: #79c625; } }
      @media  (max-width: 640px) {
        .masthead__nav li {
          display: block; } }
    .masthead__nav a {
      font-size: 16px;
      font-size: 1rem;
      text-decoration: none;
      color: #79c625;
      padding: 0 15px;
      display: block; }
      @media  (max-width: 840px) {
        .masthead__nav a {
          padding: 0 10px; } }
      @media  (max-width: 640px) {
        .masthead__nav a {
          font-size: 18px;
          font-size: 1.125rem;
          text-transform: uppercase;
          color: white;
          padding: 10px 25px;
          border-bottom: 1px solid white; } }
      .masthead__nav a:hover {
        color: white; }
  .masthead .tel {
    font-size: 16px;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    float: right;
    margin: 10px 10px 10px 10px; }
  .masthead .social-links {
    float: right; }
  .masthead .menu-open {
    display: none;
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 40px;
    color: white; }
    @media  (max-width: 640px) {
      .masthead .menu-open {
        display: block; } }
    .masthead .menu-open.is-hidden {
      display: none; }
  .masthead .menu-close {
    display: none;
    font-size: 40px;
    color: white;
    padding: 0;
    border: 0;
    margin: 8px;
    text-align: right; }
    @media  (max-width: 640px) {
      .masthead .menu-close {
        display: block; } }

.mastfoot {
  background: #004922;
  padding: 40px 0; }
  .mastfoot__nav {
    text-align: center;
    padding-bottom: 25px; }
    .mastfoot__nav ul {
      position: relative; }
    .mastfoot__nav li {
      display: inline;
      position: relative;
      padding: 0 5px 0 10px; }
      .mastfoot__nav li:after {
        position: absolute;
        content: '';
        top: 15%;
        left: 0;
        width: 1px;
        height: 70%;
        background: white; }
      .mastfoot__nav li:last-child {
        padding-right: 10px; }
        .mastfoot__nav li:last-child:before {
          position: absolute;
          content: '';
          top: 15%;
          right: 0;
          width: 1px;
          height: 70%;
          background: white; }
      .mastfoot__nav li.is-here a {
        color: #79c625; }
    .mastfoot__nav a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 24px;
      margin-bottom: 1.5rem;
      color: white;
      text-decoration: none; }
      .mastfoot__nav a:hover {
        color: #79c625; }
  .mastfoot__legal {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    clear: both;
    padding-top: 25px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-align: center;
    color: white; }
    .mastfoot__legal p {
      margin: 0; }
    .mastfoot__legal a:hover {
      color: white; }
  .mastfoot__social {
    width: 38.9830508475%;
    float: left;
    margin-right: 1.6949152542%; }
    @media  (max-width: 640px) {
      .mastfoot__social {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 15px 0; } }
    .mastfoot__social ul {
      width: 120px;
      margin: 0 auto; }
  .mastfoot__logos, .mastfoot__branding {
    width: 28.813559322%;
    float: left;
    margin-right: 1.6949152542%;
    text-align: center; }
    @media  (max-width: 640px) {
      .mastfoot__logos, .mastfoot__branding {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .mastfoot__branding {
    width: 28.813559322%;
    float: right;
    margin-right: 0; }
    @media  (max-width: 640px) {
      .mastfoot__branding {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.social-links {
  text-align: left; }
  .social-links:before, .social-links:after {
    content: "";
    display: table; }
  .social-links:after {
    clear: both; }
  @media  (max-width: 640px) {
    .social-links {
      text-align: center; } }
  .social-links li {
    display: inline-block; }
  .social-links a {
    color: white;
    text-decoration: none;
    font-size: 34px; }
    .social-links a:hover {
      color: #79c625; }

.section .social-links {
  margin: 1em 0; }
  .section .social-links li {
    margin-right: 5px; }
  .section .social-links a {
    font-size: 50px;
    color: #79c625; }
    .section .social-links a:hover {
      color: #0c7f40; }

.slide {
  position: relative; }
  .slide img {
    width: 100%; }
  .slide__txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center; }
    @media  (max-width: 640px) {
      .slide__txt {
        display: none; } }
    .slide__txt img {
      margin: 0 auto;
      max-width: 870px;
      width: 100%; }
      @media  (max-width: 840px) {
        .slide__txt img {
          width: 75%; } }
    .slide__txt h2 {
      -webkit-transition: all .2s ease-in-out;
      -khtml-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      text-shadow: 2px 2px 2px #000;
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.3333333333;
      margin-bottom: 24px;
      margin-bottom: 1.5rem;
      font-family: 'Quicksand', sans-serif;
      margin: -10px 0 0 0;
      text-transform: uppercase;
      color: white;
      position: relative;
      top: 15px;
      opacity: 0; }
      .slide__txt h2.is-active {
        position: relative;
        top: 0;
        opacity: 1; }
      @media  (max-width: 840px) {
        .slide__txt h2 {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 1.0909090909;
          margin-bottom: 24px;
          margin-bottom: 1.5rem;
          margin: 0; } }
    .slide__txt div {
      display: table;
      vertical-align: middle;
      height: 100%;
      width: 100%; }
      .slide__txt div div {
        display: table-cell;
        vertical-align: middle; }

.promo-holder {
  padding-top: 40px; }
  .promo-holder:before, .promo-holder:after {
    content: "";
    display: table; }
  .promo-holder:after {
    clear: both; }

.promo {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6393442623%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: left;
  padding: 0 25px; }
  @media  (max-width: 640px) {
    .promo {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      text-align: center; } }
  .promo:last-child {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }
    @media  (max-width: 640px) {
      .promo:last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .promo h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.8461538462;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-transform: none;
    margin-top: 1em; }
  .promo a {
    text-transform: uppercase;
    text-decoration: none; }

.section {
  padding: 60px 0 40px 0; }
  .section h1, .section h2 {
    margin-top: 0; }
  .section--reverse {
    background: #0c7f40;
    color: white; }
    .section--reverse h2, .section--reverse h3, .section--reverse .callout, .section--reverse .callout-list {
      color: white; }
  .section--bgimage {
    background: url(img/bg-welcome.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 180px; }
    @media  (max-width: 640px) {
      .section--bgimage {
        padding-bottom: 60px; } }
  .section img {
    margin: 1em 0; }

.l-2-col {
  text-align: left; }
  .l-2-col:before, .l-2-col:after {
    content: "";
    display: table; }
  .l-2-col:after {
    clear: both; }
  @media  (max-width: 640px) {
    .l-2-col {
      text-align: center; } }
  .l-2-col--img-right img {
    float: right; }

.form {
  width: 59.3220338983%;
  float: left;
  margin-right: 1.6949152542%;
  margin-left: 20.3389830508%;
  background: #79c625;
  padding: 25px 75px;
  text-align: left;
  border-radius: 15px;
  margin-top: 1em;
  margin-bottom: 3em; }
  @media  (max-width: 840px) {
    .form {
      margin-left: 0%;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media  (max-width: 640px) {
    .form {
      padding: 25px; } }
  .form .field {
    padding: .75em 0;
    position: relative; }
    .form .field:before, .form .field:after {
      content: "";
      display: table; }
    .form .field:after {
      clear: both; }
    .form .field--radio {
      display: table;
      width: 100%; }
      .form .field--radio label {
        display: table-cell; }
    .form .field--small {
      width: 38.9830508475%;
      float: right;
      margin-right: 0; }
  .form .label-sub {
    margin: 1em 0 0 0;
    clear: both; }
  .form label {
    display: block; }
  .form input[type="text"], .form input[type="email"] {
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -khtml-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    color: #333333;
    width: 100%;
    border: 1px solid white;
    padding: 5px;
    margin-top: 2px; }
    .form input[type="text"]:hover, .form input[type="email"]:hover {
      background: #f1f2f2; }
    .form input[type="text"]:focus, .form input[type="email"]:focus {
      border-color: #0c7f40; }
  .form button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, left, right);
    background-image: -webkit-linear-gradient(top, #ffffff, #c5c6c6);
    background-image: -moz-linear-gradient(top, #ffffff, #c5c6c6);
    background-image: -ms-linear-gradient(top, #ffffff, #c5c6c6);
    background-image: -o-linear-gradient(top, #ffffff, #c5c6c6);
    background-image: linear-gradient(top, #ffffff, #c5c6c6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', endColorStr='#c5c6c6');
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -khtml-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    background-color: #c5c6c6;
    margin: 1em 0;
    display: block;
    float: right;
    color: #0c7f40;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #0c7f40; }
    .form button span {
      display: block;
      padding: 5px 15px; }
    .form button:hover {
      background: #0c7f40;
      color: white; }
  .form .parsley-errors-list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    color: red; }
    .form .parsley-errors-list li {
      padding-top: 10px; }
  .form .field--radio .parsley-errors-list {
    position: absolute;
    bottom: -10px;
    left: 0; }

.accepted-payments {
  padding-top: 2em; }
  .accepted-payments li {
    display: inline;
    margin: 1em 25px; }
    @media  (max-width: 640px) {
      .accepted-payments li {
        margin: 0 .5em; } }
  .accepted-payments img {
    max-height: 65px; }
    @media  (max-width: 640px) {
      .accepted-payments img {
        max-height: 30px; } }

.testimonial {
  margin: 2em 0; }
  .testimonial__quote {
    margin: 0;
    padding: 0;
    font-weight: 700; }
  .testimonial p {
    margin: .25em 0; }
  .testimonial__attr {
    font-size: 17px;
    font-size: 1.0625rem; }
    .testimonial__attr span {
      font-style: italic; }

.faq {
  margin: 2em 0;
  padding: 0; }
  .faq__question {
    font-weight: 700;
    margin: .25em 0;
    padding: 0; }
  .faq__answer {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: .25em 0;
    padding: 0; }
    .faq__answer p {
      margin: 0; }

.link {
  padding: 2em 0;
  text-align: left; }
  .link:before, .link:after {
    content: "";
    display: table; }
  .link:after {
    clear: both; }
  .link__image {
    width: 28.813559322%;
    float: left;
    margin-right: 1.6949152542%;
    text-align: center; }
    .link__image img {
      margin: 0; }
  .link__text {
    width: 69.4915254237%;
    float: right;
    margin-right: 0; }
    .link__text h2 {
      -webkit-transition: color .2s ease-in-out;
      -khtml-transition: color .2s ease-in-out;
      -moz-transition: color .2s ease-in-out;
      -ms-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2;
      margin-bottom: 24px;
      margin-bottom: 1.5rem;
      color: #79c625;
      margin: 1em 0 0 0; }
    .link__text p {
      font-size: 17px;
      font-size: 1.0625rem;
      color: #333333;
      margin: 0 0 1em 0; }
  .link a:hover h2 {
    color: #0c7f40; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("assets/fonts/slick/slick.eot");
  src: url("assets/fonts/slick/slick.eot#iefix") format("embedded-opentype"), url("assets/fonts/slick/slick.woff") format("woff"), url("assets/fonts/slick/slick.ttf") format("truetype"), url("assets/fonts/slick/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #0c7f40;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #79c625;
      opacity: 1; }

input.parsley-success, select.parsley-success, textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

input.parsley-error, select.parsley-error, textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1; }
  
form #token {
  display: none;
  visibility: hidden;
}

/*# sourceMappingURL=styles.css.map */
