<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: West Town Bank
Theme URI: http://underscores.me/
Author: Glantz Design
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: westtown
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

West Town Bank is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.black {
  background: #111111; }

.green {
  color: #26562A; }

.bg-green {
  background: #26562A; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #58595B;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding-bottom: .65rem; }
  h1:empty,
  h2:empty,
  h3:empty,
  h4:empty,
  h5:empty,
  h6:empty {
    display: none; }
  @media screen and (max-width: 576px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
      display: none; } }

h1, .h1 {
  font-size: 4.6875rem;
  line-height: 5.25rem;
  font-weight: 900;
  padding-bottom: 2.8125rem; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 2.1875rem;
      line-height: 2.6875rem; } }

h2, .h2, .hero h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 900; }
  h2.h2-special, .content-block h2, .h2.h2-special, .content-block h2.h2, .hero h1.h2-special {
    font-size: 3.5rem; }
    @media (max-width: 768px) {
      h2.h2-special, .content-block h2, .h2.h2-special, .content-block h2.h2, .hero h1.h2-special {
        font-size: 1.5rem;
        line-height: 2.175rem; } }
  @media (max-width: 768px) {
    h2, .h2, .hero h1 {
      font-size: 1.5rem;
      line-height: 2.175rem; } }

h3, .h3, body.search h1, body.single .entry-title {
  font-size: 2.375rem;
  line-height: 3rem;
  font-weight: bold; }
  @media (max-width: 768px) {
    h3, .h3, body.search h1, body.single .entry-title {
      font-size: 1.25rem;
      line-height: 1.875rem;
      letter-spacing: 1px; } }

h4, .h4 {
  font-size: 1.75rem;
  line-height: normal;
  font-weight: 900; }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: 1.5rem;
      line-height: 1.75rem;
      letter-spacing: 1px; } }

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  font-weight: bold; }
  @media (max-width: 768px) {
    h5, .h5 {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 1px; } }

h6, .h6 {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    h6, .h6 {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 1px; } }

p {
  margin-bottom: 1.1rem;
  font-size: 1.125rem; }
  @media screen and (max-width: 1024px) {
    p {
      font-size: 1rem;
      line-height: 1.5rem; }
      p:empty {
        display: none; } }
  @media screen and (max-width: 768px) {
    p br {
      display: none; } }

.pull-quote {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem; }
  @media screen and (max-width: 1024px) {
    .pull-quote {
      font-size: 1.125rem;
      line-height: 1.75rem; } }

.testimonial-txt {
  font-size: 1.75rem;
  line-height: 2.375rem; }

.big-paragraph, .cta-card .res-links ul li a, .prod-details .secondary li {
  font-size: 1.375rem;
  line-height: 2.0625rem; }
  @media screen and (max-width: 1024px) {
    .big-paragraph, .cta-card .res-links ul li a, .prod-details .secondary li {
      font-size: 1.25rem;
      line-height: 1.75rem; } }

.small-paragraph {
  font-size: 1rem;
  line-height: 1.625rem; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }
  body.noscroll {
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 1200px) {
    body {
      overflow-x: hidden; } }

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

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    li &gt; ul .entry-content, li &gt; ul .main-content,
    li &gt; ol .entry-content,
    li &gt; ol .main-content {
      padding-top: 1rem; } }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

.entry-content ul, .main-content ul {
  list-style: disc;
  padding-left: 1rem; }
  .entry-content ul li, .main-content ul li {
    padding-bottom: 1rem;
    font-size: 1.125rem; }
    @media screen and (max-width: 768px) {
      .entry-content ul li, .main-content ul li {
        font-size: 1rem;
        line-height: 1.5rem; } }

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

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #58595B; }
  a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.entry-content a, .main-content a, .hero-cta a, .hero a {
  text-decoration: underline; }
.entry-content a.button, .main-content a.button, .hero-cta a.button, .hero a.button {
  text-decoration: none; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: none;
  color: black;
  line-height: 1;
  padding: .5rem 1rem;
  text-decoration: none; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    outline: thin dotted #26562A; }

.button {
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none; }
  .button-primary {
    background: #BBDD85;
    color: #26562A;
    padding: 0.59rem 1.25rem; }
    .button-primary:hover, .button-primary:focus {
      color: #26562A;
      background: white; }
    .button-primary.dark:hover, .button-primary.dark:focus {
      color: #BBDD85;
      background: #26562A; }
  .button-secondary {
    color: white;
    padding: 0.9375rem 1.5rem 0.9375rem 0; }
    .button-secondary:before {
      content: "";
      border-bottom: 2px solid white;
      display: inline-block;
      width: 0;
      position: absolute;
      bottom: .7rem;
      transition: .2s ease-out; }
    .button-secondary:after {
      background: url(./assets/images/arrow-right.svg) no-repeat 100% center;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1.25rem;
      height: 100%;
      transition: .05s ease-out; }
    .button-secondary:hover {
      color: white; }
      .button-secondary:hover:before {
        content: "";
        border-bottom: 2px solid white;
        display: inline-block;
        width: 100%;
        position: absolute;
        bottom: .7rem; }
    .button-secondary.green:after {
      background: url(./assets/images/arrow-right-green2.svg) no-repeat 100% center;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1.25rem;
      height: 100%;
      transition: .05s ease-out; }
    .button-secondary.green:hover {
      color: #26562A; }
      .button-secondary.green:hover:before {
        content: "";
        border-bottom: 2px solid green;
        display: inline-block;
        width: 100%;
        position: absolute;
        bottom: .7rem; }

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: none;
  padding: .25rem 1rem; }
  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;
    outline-color: #72BF44; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="tel"],
input[type="number"],
input[type="url"],
select,
textarea {
  border: 1px solid #878787;
  width: 100% !important; }

input[type="submit"] {
  background: #BBDD85;
  color: #26562A;
  margin-left: .25rem;
  font-weight: bold;
  text-transform: uppercase; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background: #26562A;
    color: white; }

select {
  border: 1px solid #878787;
  background: white url(./assets/images/arrow-down.svg) no-repeat 98% center;
  background-size: auto 25%;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  min-width: 1px;
  overflow: hidden;
  padding: 0.35rem 1rem !important;
  line-height: 1.5;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative; }
  @media screen and (max-width: 768px) {
    select {
      background: white url(./assets/images/arrow-down.svg) no-repeat 92% center;
      background-size: auto 15%; } }

.ginput_container_date select {
  background: white url(./assets/images/arrow-down.svg) no-repeat 92% center;
  background-size: auto 7px;
  padding: 0.35rem 1.65rem 0.35rem 1rem !important; }

.gf_right_third {
  padding-right: 0 !important; }

.gf_step_number {
  display: none !important; }

input[type=radio] {
  margin-top: 0 !important;
  line-height: 1 !important; }

.gform_wrapper ul.gfield_radio li label {
  vertical-align: top !important; }

.gf_step_label {
  color: #26562A;
  font-weight: bold;
  font-size: 1rem; }

.button.gform_next_button,
.button.gform_previous_button {
  background: #BBDD85;
  color: #26562A;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.85rem 1.5rem !important;
  margin: 0 !important;
  min-width: 150px; }

textarea {
  width: 100%; }

form {
  padding-bottom: 1rem; }
  form label {
    margin-bottom: 0; }

.gform_button {
  background: #26562A;
  width: 100% !important;
  border-radius: 0;
  border: none;
  padding: 1rem !important;
  color: white; }
  .gform_button:hover {
    background: #BBDD85;
    color: #26562A; }

.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

#gform_6 #field_6_43 label {
  order: 1; }
#gform_6 .form_page_footer {
  display: flex; }
  #gform_6 .form_page_footer .gform_previous_button {
    margin-right: 1rem !important; }
#gform_6 .ginput_container_checkbox {
  order: 3; }
#gform_6 .gfield_description {
  order: 2; }
#gform_6 .gfield_radio {
  display: flex; }
  #gform_6 .gfield_radio li {
    margin-bottom: 0 !important; }
  #gform_6 .gfield_radio &gt; li:first-child {
    margin-right: 1rem !important; }

.validation_error {
  color: #26562A;
  border: none !important;
  text-align: left !important;
  margin-bottom: 1px !important; }

li.gfield.gfield_error {
  background: none !important;
  border: none !important; }
  li.gfield.gfield_error input[type="text"], li.gfield.gfield_error textarea, li.gfield.gfield_error select {
    border: 2px solid #26562A !important; }
  li.gfield.gfield_error .ginput_container:before,
  li.gfield.gfield_error .ginput_container:after {
    content: none !important; }

li.gfield.gfield_error,
li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important; }

.validation_message {
  color: #111111 !important;
  font-weight: normal !important;
  background: url(./assets/images/error.svg) left center no-repeat;
  background-size: 1rem;
  padding: .25rem 0 0 1.5rem !important;
  font-size: 14px !important; }

.gfield_error .gfield_label {
  color: #111111 !important; }

li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: white;
  padding: .25rem 1rem; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  padding-bottom: .35rem;
  position: relative;
  z-index: 2; }
  .site-header .site-branding .custom-logo-link {
    display: block;
    margin-top: .5rem;
    max-width: 400px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (max-width: 1250px) {
      .site-header .site-branding .custom-logo-link {
        /* IE10+ CSS styles go here */
        max-width: 305px; } }
    @media (max-width: 1000px) {
      .site-header .site-branding .custom-logo-link {
        margin-top: 0; }
        .site-header .site-branding .custom-logo-link img {
          width: 250px; } }
  .site-header a {
    text-decoration: none; }
  .site-header .pre-header {
    background: #26562A; }
    @media (max-width: 1000px) {
      .site-header .pre-header {
        display: none; } }
    .site-header .pre-header li {
      display: block; }
      .site-header .pre-header li.search, .site-header .pre-header li.login {
        display: flex;
        padding: .6rem .15rem; }
      .site-header .pre-header li.search:hover, .site-header .pre-header li.search:focus {
        cursor: pointer;
        color: #BBDD85; }
        .site-header .pre-header li.search:hover .search-btn:after, .site-header .pre-header li.search:focus .search-btn:after {
          content: "\f002";
          color: #BBDD85; }
      .site-header .pre-header li.contact a {
        background: #BBDD85;
        color: #26562A;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-weight: bold; }
        .site-header .pre-header li.contact a:hover, .site-header .pre-header li.contact a:focus {
          background: #72BF44;
          color: white; }
      .site-header .pre-header li a {
        display: block;
        padding: .6rem .5rem; }
        .site-header .pre-header li a:hover, .site-header .pre-header li a:focus {
          color: #BBDD85; }
    .site-header .pre-header .search-btn {
      display: block;
      padding: .25rem;
      margin-left: .25rem; }
      .site-header .pre-header .search-btn:after {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 11px;
        color: white;
        display: inline-block;
        width: 1rem;
        position: relative;
        top: -2px; }
      .site-header .pre-header .search-btn:hover:after, .site-header .pre-header .search-btn:focus:after {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #BBDD85; }
      .site-header .pre-header .search-btn:focus {
        outline: thin dotted #26562A; }
    .site-header .pre-header a {
      color: white; }
    .site-header .pre-header__row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .site-header .pre-header__row ul:first-child li:first-child {
        margin-right: 2rem; }
    .site-header .pre-header__links {
      color: white;
      text-transform: uppercase; }
      .site-header .pre-header__links ul {
        display: flex;
        margin: 0; }
        .site-header .pre-header__links ul.login-tab {
          justify-content: flex-end; }
          .site-header .pre-header__links ul.login-tab .login a {
            padding: 0; }
          .site-header .pre-header__links ul.login-tab .login:hover {
            cursor: pointer; }
        .site-header .pre-header__links ul li:first-child {
          margin-right: 1rem; }
  .site-header .header-main {
    display: flex;
    padding-top: .25rem; }
    .site-header .header-main .primary {
      max-width: 400px;
      padding-top: .4rem; }
      @media (max-width: 1000px) {
        .site-header .header-main .primary {
          max-width: 100%;
          display: flex;
          justify-content: space-between;
          padding-top: .9rem;
          padding-bottom: .9rem;
          width: 100%; } }
    .site-header .header-main .secondary {
      width: 100%; }
      @media (max-width: 1000px) {
        .site-header .header-main .secondary {
          display: none; } }
      .site-header .header-main .secondary-row {
        display: flex;
        justify-content: flex-end; }
      .site-header .header-main .secondary .ql {
        display: flex; }
        .site-header .header-main .secondary .ql li {
          list-style: none; }
          .site-header .header-main .secondary .ql li:not(:last-child) {
            margin-right: 2.3rem; }
          .site-header .header-main .secondary .ql li a {
            display: block;
            padding: .25rem 0;
            color: #58595B; }
            .site-header .header-main .secondary .ql li a:hover, .site-header .header-main .secondary .ql li a:focus {
              color: green; }

.search-dd {
  background: rgba(255, 255, 255, 0.9);
  align-items: center;
  display: flex;
  height: 0;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 3rem;
  transition: .3s ease-in;
  width: 100%;
  z-index: -1; }
  .search-dd .header-search {
    max-width: 960px;
    width: 100%;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .search-dd .header-search input[type=text] {
      border: none;
      border-radius: 0;
      padding: 1rem 2rem;
      height: 4rem;
      width: 100%;
      opacity: 0;
      transition: .3s ease-in;
      border: 2px solid #26562A; }
      .search-dd .header-search input[type=text]::placeholder {
        text-transform: uppercase;
        letter-spacing: 1px; }
    .search-dd .header-search input[type=submit] {
      background-position: 0 .4rem;
      background: none; }
      .search-dd .header-search input[type=submit]:hover {
        color: #26562A; }
  .search-dd.active {
    z-index: 20;
    height: 130px; }
    .search-dd.active input[type=text] {
      opacity: 1; }

.wpfront-message {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: left !important; }

.wpfront-button {
  display: none !important; }

.alert-banner {
  background: #BBDD85;
  border-bottom: 1px solid #26562A;
  color: #26562A;
  left: 0;
  padding: 1rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99; }
  @media (max-width: 1000px) {
    .alert-banner {
      position: absolute;
      top: 62px;
      height: auto;
      width: 100%; } }
  @media (max-width: 768px) {
    .alert-banner {
      top: 75px; } }
  .alert-banner .close-banner {
    position: absolute;
    top: .75rem;
    max-width: 720px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%; }
    .alert-banner .close-banner .fa-times {
      color: #26562A;
      font-size: 1.1rem;
      position: absolute;
      right: 0; }
    @media (max-width: 1000px) {
      .alert-banner .close-banner {
        top: .6rem;
        right: 1rem;
        max-width: 90%; }
        .alert-banner .close-banner .fa-times {
          font-size: 1.25rem; } }
    @media (max-width: 768px) {
      .alert-banner .close-banner {
        max-width: 95%; } }
  .alert-banner .main {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    line-height: 1.3; }
    @media (max-width: 1000px) {
      .alert-banner .main {
        max-width: 85%; } }
    .alert-banner .main:before {
      content: "\f05a";
      color: #26562A;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 1.1rem;
      font-weight: 900;
      position: absolute;
      top: 2px;
      left: -2rem;
      z-index: 1; }
    .alert-banner .main a {
      color: #26562A;
      font-weight: bold;
      position: relative;
      font-size: 13px; }
      @media (max-width: 1000px) {
        .alert-banner .main a {
          display: block;
          margin: .5rem 0 0 0; } }
      .alert-banner .main a:after {
        content: "\f054";
        color: #26562A;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: .65rem;
        font-weight: 900;
        line-height: 0;
        padding-left: .3rem;
        position: relative;
        top: -1px;
        z-index: 1; }
      .alert-banner .main a:hover {
        text-decoration: underline; }

.site-footer {
  background: #26562A;
  color: white;
  font-size: 1.125rem;
  line-height: 24px;
  overflow-x: hidden;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .site-footer {
      text-align: center; } }
  .site-footer:before {
    background: url(./assets/images/angle-top-piece-with-gradient-stripe.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 101%;
    z-index: 2; }
    @media screen and (min-width: 1820px) {
      .site-footer:before {
        background-size: cover;
        height: 225px; } }
  .site-footer .main {
    padding-top: 12rem; }
    @media screen and (min-width: 1820px) {
      .site-footer .main {
        padding-top: 14rem; } }
    @media screen and (max-width: 768px) {
      .site-footer .main {
        padding-top: 6rem; } }
  .site-footer a {
    text-decoration: none; }
  .site-footer p {
    font-size: 0.875rem;
    line-height: 24px;
    margin: 0; }
  .site-footer h5 {
    color: #BBDD85;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: normal; }
  .site-footer .quicklinks {
    padding-right: 0;
    padding-left: 1rem; }
    @media screen and (max-width: 768px) {
      .site-footer .quicklinks {
        padding: 2rem 0 0 0; } }
    .site-footer .quicklinks .columns {
      display: flex; }
      @media screen and (max-width: 768px) {
        .site-footer .quicklinks .columns {
          display: block;
          text-align: center; } }
      .site-footer .quicklinks .columns .item {
        display: block;
        align-self: flex-start;
        max-width: 360px; }
        @media screen and (max-width: 768px) {
          .site-footer .quicklinks .columns .item {
            max-width: 100%;
            display: flex;
            flex-direction: column; } }
        .site-footer .quicklinks .columns .item:last-child {
          margin-left: .65rem; }
        .site-footer .quicklinks .columns .item a {
          display: inline-block;
          padding: .25rem 0;
          margin-bottom: .5rem;
          font-size: 1rem;
          line-height: normal;
          font-weight: bold; }
          @media (max-width: 1100px) {
            .site-footer .quicklinks .columns .item a {
              font-size: 0.9375rem;
              margin-bottom: 1rem; } }
          .site-footer .quicklinks .columns .item a:hover {
            color: white;
            font-weight: bold;
            text-decoration: none; }
  .site-footer .site-info {
    font-size: 0.875rem;
    line-height: 24px; }
    .site-footer .site-info a {
      color: white; }
      .site-footer .site-info a:hover {
        text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .site-footer .primary {
      text-align: center;
      padding-bottom: 2rem; } }
  .site-footer .primary .logo {
    width: 291px;
    max-height: 75px;
    display: block;
    margin-bottom: 1rem; }
    @media screen and (max-width: 768px) {
      .site-footer .primary .logo {
        margin: 0 auto 1rem auto; } }
  @media (max-width: 1100px) {
    .site-footer .primary {
      font-size: 1rem; } }
  .site-footer .secondary {
    display: flex;
    justify-content: space-between;
    padding-left: 2rem; }
    @media screen and (max-width: 768px) {
      .site-footer .secondary {
        display: block;
        padding-left: 0; } }
    .site-footer .secondary a {
      color: white; }
      .site-footer .secondary a:hover {
        text-decoration: underline; }
    .site-footer .secondary .contact-info {
      width: 100%; }
      .site-footer .secondary .contact-info ul {
        display: block;
        padding-bottom: .5rem;
        padding-left: 0; }
      .site-footer .secondary .contact-info li {
        display: block;
        margin-bottom: .5rem; }
        @media (max-width: 1100px) {
          .site-footer .secondary .contact-info li {
            font-size: 1rem;
            margin-bottom: .25rem; } }
        .site-footer .secondary .contact-info li a:hover {
          font-weight: bold;
          text-decoration: none; }
  .site-footer .footer-social {
    padding-top: .5rem; }
    .site-footer .footer-social .fab {
      font-size: 1.25rem;
      margin-right: .5rem; }
      @media screen and (max-width: 768px) {
        .site-footer .footer-social .fab {
          font-size: 1.75rem;
          margin: 0 .5rem; } }
      .site-footer .footer-social .fab:hover {
        color: #BBDD85; }
  .site-footer .footer-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .site-footer .footer-sub {
        display: block;
        text-align: center; } }
    .site-footer .footer-sub .site-info {
      max-width: 610px;
      margin-right: 1rem; }
      @media screen and (max-width: 768px) {
        .site-footer .footer-sub .site-info {
          max-width: 100%;
          padding-bottom: 1.5rem; } }
    .site-footer .footer-sub .site-logos {
      margin-right: 1rem; }
      @media screen and (max-width: 768px) {
        .site-footer .footer-sub .site-logos {
          margin: 0; } }
      .site-footer .footer-sub .site-logos img {
        width: 6rem; }
    .site-footer .footer-sub .footer-search {
      width: 100%;
      max-width: 355px;
      padding-left: 8px; }
      @media (max-width: 1200px) {
        .site-footer .footer-sub .footer-search {
          max-width: 290px; } }
      @media screen and (max-width: 768px) {
        .site-footer .footer-sub .footer-search {
          display: none; }
          .site-footer .footer-sub .footer-search #searchform-footer {
            display: block;
            margin: 1rem 0; } }
      .site-footer .footer-sub .footer-search .search-field {
        background: none;
        border: 1px solid white;
        color: white;
        border-radius: 2px;
        width: 100%;
        max-width: 355px;
        padding: 0.65rem 1rem;
        line-height: normal;
        font-size: 14px; }
        .site-footer .footer-sub .footer-search .search-field::placeholder {
          opacity: 1;
          color: white; }
      .site-footer .footer-sub .footer-search input[type="submit"] {
        color: white;
        position: relative;
        background: url(./assets/images/search.svg) no-repeat;
        background-size: 1.15rem;
        background-position: center; }
  .site-footer #searchform-footer {
    display: flex; }
  .site-footer .site-footer .social a {
    text-decoration: none i !important; }

#page {
  position: relative; }
  @media screen and (max-width: 1200px) {
    #page {
      overflow-x: hidden; } }

.section {
  padding-bottom: 3.6875rem;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .section {
      padding-bottom: 2rem; } }

.hide-on-mobile {
  display: none; }

.pt1 {
  padding-top: 1rem; }

.pt2 {
  padding-top: 2rem; }

.pt3 {
  padding-top: 3rem; }

.pt4 {
  padding-top: 4rem; }

.pb1 {
  padding-bottom: 1rem; }

.pb2 {
  padding-bottom: 2rem; }

.pb3 {
  padding-bottom: 3rem; }

.pb4 {
  padding-bottom: 3rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.flexcol {
  display: flex;
  flex-direction: column; }

body.search h1 {
  padding-bottom: 0; }
body.search article.resources_pt {
  padding-bottom: 4rem; }
body.search .entry-header a {
  text-decoration: none; }
body.search .has-post-thumbnail img {
  max-width: 400px; }
body.search .entry-footer {
  display: none; }
body.search .site-main {
  min-height: 450px; }
body.search .site-header {
  padding-bottom: 3rem; }

.alert-box {
  background: white;
  box-shadow: 0px 10px 20px 15px rgba(0, 0, 0, 0.45);
  display: none;
  left: 0;
  margin: 1.5rem auto;
  max-width: 950px;
  opacity: 0;
  padding: 3rem 2rem 2rem 2rem;
  position: fixed;
  right: 0;
  text-align: center;
  top: auto;
  transition: all 0s 0.3s ease-in-out;
  z-index: -1;
  font-size: 1rem;
  width: 80vw;
  max-height: 70vh; }
  .alert-box .main {
    max-height: calc(60vh - 100px - 2rem);
    overflow-y: auto;
    padding-bottom: 2rem;
    margin-bottom: 1rem; }
  .alert-box p {
    font-size: 0.875rem; }
  @media screen and (max-width: 1024px) {
    .alert-box {
      font-size: 0.875rem; } }
  @media (max-width: 768px) {
    .alert-box {
      padding: 2rem 1.5rem 1rem 1.5rem;
      margin: 0 auto;
      width: 95%;
      border-radius: 3px;
      box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.45);
      max-height: unset; }
      .alert-box .main {
        height: 330px;
        max-height: unset; } }
  .alert-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(to right, #72BF44, #26562A); }
  .alert-box.active {
    z-index: 101;
    opacity: 1;
    display: block; }
  .alert-box .close {
    position: absolute;
    right: 1rem;
    top: 2rem;
    color: #26562A;
    opacity: 1; }
    @media (max-width: 768px) {
      .alert-box .close {
        right: .5rem; } }
  .alert-box .button-primary {
    white-space: normal;
    line-height: 1.3; }

.container-narrow {
  max-width: 920px; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }
@media (min-width: 992px) {
  .container, .container-sm {
    max-width: 1140px; }

  .container-narrow {
    max-width: 920px; } }
@media (min-width: 1200px) {
  .container, .container-sm {
    max-width: 1140px; }

  .container-narrow {
    max-width: 920px; } }
.the-post {
  color: #111111;
  margin-bottom: 2rem;
  position: relative;
  text-decoration: none; }
  .the-post .featured-img {
    width: 100%;
    height: 225px;
    background-size: cover;
    background-position: center; }
    .the-post .featured-img .category {
      background: #26562A;
      line-height: 1.2;
      display: inline-block;
      color: white;
      padding: .75rem 3rem .75rem 1.5rem;
      clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%); }
  .the-post a {
    text-decoration: none; }
  .the-post .meta {
    background: white;
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .the-post .meta h4 {
      color: #26562A; }
  .the-post:hover, .the-post:focus {
    text-decoration: underline; }
  .the-post:focus {
    outline: 3px solid #72BF44; }

.filter-list {
  color: white;
  display: inline-block;
  font-weight: bold;
  list-style: none !important;
  margin: 0;
  max-width: 262px;
  padding: 0.35rem 0 !important;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }
  .filter-list &gt; li {
    padding: .5rem 1rem;
    display: inline-flex;
    justify-content: space-between; }
    .filter-list &gt; li i {
      position: relative;
      top: .25rem;
      font-size: 1.25rem;
      margin-left: .5rem; }
  .filter-list:hover ul {
    display: block; }
  .filter-list ul {
    background: white;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    display: none;
    list-style: none;
    left: 0;
    margin: 0;
    max-width: 262px;
    padding: .75rem 0 !important;
    position: absolute;
    right: 0;
    top: 3.2rem;
    width: 100%;
    z-index: 10; }
    .filter-list ul a {
      color: #26562A;
      padding: .75rem 1rem .75rem 2.2rem;
      display: block;
      transition: .2s ease-in;
      text-decoration: none; }
      .filter-list ul a:hover {
        color: #26562A;
        text-decoration: none; }

.similar-items {
  display: flex;
  padding-top: 1rem; }

.related-posts {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  @media screen and (max-width: 768px) {
    .related-posts {
      display: block; } }
  .related-posts li {
    padding: 0;
    flex: 1 1 auto;
    margin: 0 1rem 1rem 1rem;
    position: relative;
    width: 30%; }
    @media screen and (max-width: 768px) {
      .related-posts li {
        width: 100%;
        margin: 0 0 1rem 0; } }
    .related-posts li:last-child {
      flex-grow: 0; }
    .related-posts li .featured-img {
      height: 225px;
      display: block;
      margin-bottom: .75rem; }

body.single .entry-title {
  padding-bottom: 1rem; }
body.single .container {
  clear: both; }
body.single .entry-header a {
  text-decoration: none; }
body.single a {
  color: #26562A; }
body.single h4 a {
  text-decoration: none; }
  body.single h4 a br {
    display: none; }
body.single .post .entry-content .section .container {
  padding-left: 0;
  padding-right: 0; }

.news-feed .news-post {
  border-bottom: 1px solid #72BF44;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .news-feed .news-post a {
    display: block;
    text-decoration: none; }
    .news-feed .news-post a:hover h5, .news-feed .news-post a:focus h5 {
      color: #26562A;
      text-decoration: underline; }
  .news-feed .news-post .date {
    font-size: 1.125rem;
    color: #58595B; }

.login-panel {
  background: white;
  box-shadow: -20px 0px 20px 1px rgba(0, 0, 0, 0.3);
  height: 100vh;
  max-width: 26.25rem;
  padding: 4rem;
  position: fixed;
  color: #58595B;
  right: -55rem;
  top: 0;
  width: 100%;
  z-index: 110;
  transition: .75s ease-in-out; }
  .login-panel.active {
    right: 0; }
  .login-panel .main {
    max-width: 220px; }
  .login-panel h5 {
    font-weight: 900;
    color: #26562A; }
  .login-panel .close-btn {
    font-size: 1rem;
    color: #26562A;
    font-weight: bold;
    position: absolute;
    right: 1rem;
    top: 1rem; }
  .login-panel .button {
    margin-bottom: 1rem; }
  .login-panel p a {
    font-weight: bold;
    color: #58595B;
    text-decoration: underline; }
    .login-panel p a:hover {
      color: #26562A;
      text-decoration: none; }

/* #wpfront-notification-bar-spacer {
  background: #bbdd85;
  z-index: 999 !important; }
  #wpfront-notification-bar-spacer .wpfront-close {
    font-weight: 700;
    position: relative;
    color: #BBDD85 !important; }
    #wpfront-notification-bar-spacer .wpfront-close:before {
      position: absolute;
      content: "\f00d";
      font-family: "Font Awesome 5 Free";
      font-size: 1.1rem;
      font-weight: 900;
      text-indent: 0;
      color: #26562A !important; }
    #wpfront-notification-bar-spacer .wpfront-close:hover {
      background: none !important;
      border: none !important; }

#wpfront-notification-bar.wpfront-fixed {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
  font-size: 1rem !important; }
  @media screen and (max-width: 768px) {
    #wpfront-notification-bar.wpfront-fixed {
      padding-right: 2rem;
      padding-left: 2rem;
      font-size: 14px !important; } }
  #wpfront-notification-bar.wpfront-fixed:before {
    content: "\f05a";
    color: #26562A;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    font-weight: 900;
    position: absolute;
    top: .5rem;
    left: 1rem;
    z-index: 50; }
    @media screen and (max-width: 768px) {
      #wpfront-notification-bar.wpfront-fixed:before {
        left: .5rem;
        font-size: 1rem;
        top: .75rem; } }
  #wpfront-notification-bar.wpfront-fixed a {
    color: #26562A;
    font-weight: bold;
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      #wpfront-notification-bar.wpfront-fixed a {
        display: block;
        font-size: 14px !important; } }

#wpfront-notification-bar div.wpfront-close {
  font-size: 1rem;
  top: 1rem;
  border: none !important; }
  #wpfront-notification-bar div.wpfront-close:hover {
    border: none; } */

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#primary-menu {
  display: flex;
  justify-content: flex-end;
  position: relative;
  left: .5rem; }
  @media screen and (max-width: 1200px) {
    #primary-menu {
      display: none; } }
  #primary-menu &gt; li {
    display: block;
    padding: 0;
    position: relative; }
    #primary-menu &gt; li:not(:last-child) {
      margin-right: 1rem; }
    #primary-menu &gt; li:hover &gt; .sub-menu, #primary-menu &gt; li:focus &gt; .sub-menu {
      z-index: 10;
      display: flex; }
    #primary-menu &gt; li:hover &gt; a {
      text-decoration: none;
      background: white;
      color: #26562A;
      position: relative;
      z-index: 20; }
      #primary-menu &gt; li:hover &gt; a:before {
        border-bottom: 7px solid #26562A;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        opacity: 1;
        width: 100%; }
    #primary-menu &gt; li.menu-item-has-children &gt; a {
      position: relative; }
      #primary-menu &gt; li.menu-item-has-children &gt; a:after {
        content: "\f107";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 1.35rem;
        font-weight: 900;
        color: #26562A;
        position: absolute;
        top: 1px;
        right: 11px;
        z-index: 1; }
    #primary-menu &gt; li#menu-item-29 .sub-menu, #primary-menu &gt; li#menu-item-44 .sub-menu {
      background: rgba(245, 245, 220, 0.95);
      flex-wrap: wrap;
      margin: 0;
      min-width: 500px;
      padding: 1rem 1rem 1rem 0;
      position: absolute;
      width: auto;
      right: 0;
      z-index: 1; }
    #primary-menu &gt; li &gt; a {
      color: #26562A;
      display: inline-block;
      font-size: 0.9375rem;
      letter-spacing: 1px;
      padding: .35rem 1.75rem .5rem 1rem;
      position: relative;
      text-transform: uppercase; }
      #primary-menu &gt; li &gt; a:before {
        border-bottom: 7px solid #26562A;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        opacity: 0;
        width: 100%; }
      #primary-menu &gt; li &gt; a:hover {
        color: #26562A; }
        #primary-menu &gt; li &gt; a:hover:before {
          content: "";
          opacity: 1; }
    #primary-menu &gt; li .sub-menu {
      display: none;
      background: rgba(245, 245, 220, 0.9);
      flex-wrap: wrap;
      margin: 0;
      min-width: 500px;
      padding: 1rem 1rem 1rem 0;
      position: absolute;
      width: auto;
      z-index: 1; }
      #primary-menu &gt; li .sub-menu &gt; li {
        padding: 0 0 .5rem 1rem;
        flex: 1 0 45%; }
        #primary-menu &gt; li .sub-menu &gt; li.nav-head {
          flex: 1 0 100%;
          padding: 0 0 .25rem 1rem; }
          #primary-menu &gt; li .sub-menu &gt; li.nav-head a {
            border-bottom: 2px solid #26562A; }
        #primary-menu &gt; li .sub-menu &gt; li a {
          color: #26562A;
          padding: .15rem 0;
          display: block;
          font-weight: bold; }
          #primary-menu &gt; li .sub-menu &gt; li a:hover {
            background: none;
            color: #26562A;
            text-decoration: underline; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
  color: #26562A !important;
  font-size: 1.25rem;
  padding: 0 1.75rem .5rem 1rem; }
  @media (max-width: 1024px) {
    .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
      padding-left: .5rem; } }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children &gt; a {
  position: relative; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children &gt; a:after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.35rem;
    font-weight: 900;
    color: #26562A;
    position: absolute;
    top: 1px;
    right: 8px;
    z-index: 1; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children &gt; a:hover {
    color: #26562A !important; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children &gt; a .mega-indicator {
    display: none; }
@media (max-width: 1200px) {
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li:last-child .mega-sub-menu {
    right: 0; } }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu {
  font-family: "Lato", sans-serif;
  padding-left: .15rem;
  padding-right: .15rem; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu li.mega-menu-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link {
    font-family: "Lato", sans-serif !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    line-height: 1.5 !important;
    font-weight: bold !important; }
    .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link:hover {
      text-decoration: underline !important;
      font-weight: bold !important; }
    .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu a.mega-menu-link:focus {
      outline: 2px solid #72BF44 !important;
      outline-offset: -2px; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-239 a {
  padding-right: 1rem; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-239 a:focus {
    outline: 2px solid #72BF44 !important;
    outline-offset: -2px; }
    .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-239 a:focus:before {
      border-bottom: 7px solid #72BF44;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      opacity: 1;
      width: 100%;
      z-index: 99; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-179 &gt; .mega-sub-menu {
  max-width: 72%; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 #mega-menu-179-2,
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 .personal-banking-row {
  padding-top: .75rem; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li &gt; .mega-sub-menu {
  padding: 1rem !important;
  left: auto; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li &gt; .mega-sub-menu li.mega-menu-item {
    padding-left: 0 !important; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li &gt; .mega-sub-menu li.mega-menu-row &gt; ul.mega-sub-menu .mega-menu-columns-6-of-12:first-child {
    padding-right: 1.1rem; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-menu-item:not(:last-child) {
  margin-right: 1rem; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-menu-item &gt; a {
  text-transform: uppercase !important;
  font-size: 1rem !important;
  font-weight: bold !important; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-menu-item li.subhead {
  border-bottom: 1px solid #26562A !important;
  padding-left: 0 !important; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-menu-item li.subhead a {
    display: inline-block !important;
    font-weight: bold !important;
    padding-bottom: .25rem;
    margin-bottom: .25rem;
    text-transform: uppercase !important;
    position: relative; }
    .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-menu-item li.subhead a:hover {
      font-weight: bold !important;
      text-decoration: none !important; }
    .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-menu-item li.subhead a:after {
      content: "\f054";
      display: block !important;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: .75rem;
      height: 100%;
      position: absolute;
      right: -1.65rem;
      top: .5rem;
      width: 1rem; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-menu-item li.bold a {
  font-weight: bold !important; }
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-menu-item li.bold a:hover {
    font-weight: bold !important; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-toggle-on &gt; a:focus {
  outline-color: #72BF44; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li.mega-toggle-on &gt; a:before {
  border-bottom: 7px solid #72BF44;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  opacity: 1;
  width: 100%;
  z-index: 99; }
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li:first-child .mega-sub-menu,
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 &gt; li:nth-child(2) .mega-sub-menu {
  width: auto !important; }

.burger {
  display: none;
  -webkit-appearance: none; }
  @media (max-width: 1000px) {
    .burger {
      display: block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      cursor: pointer;
      margin-top: 1rem;
      z-index: 100;
      right: .9rem;
      top: .75rem; }
      .burger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #26562A;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out; }
        .burger span:nth-child(2) {
          top: .5rem; }
        .burger span:nth-child(3) {
          top: .5rem; }
        .burger span:nth-child(4) {
          top: 1rem; } }
  .burger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.mobile-container {
  display: none;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0;
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
  transition: all 0.3s ease-in-out; }
  .mobile-container a {
    text-decoration: none; }
  @media (max-width: 1000px) {
    .mobile-container.active {
      z-index: 99;
      opacity: 1;
      display: block; }
    .mobile-container .top {
      display: flex;
      padding-bottom: .5rem; }
      .mobile-container .top li {
        background: #26562A;
        color: white;
        display: block;
        margin-right: 1rem;
        padding: .75rem 1.5rem;
        width: 100%;
        max-width: 135px;
        text-align: center; }
        .mobile-container .top li a {
          color: white;
          text-align: center; }
    .mobile-container .ql {
      display: flex;
      padding: 1rem 0 1.75rem 0; }
      .mobile-container .ql li:not(:last-child) {
        margin-right: 1.35rem; }
      .mobile-container .ql a {
        text-decoration: underline; }
    .mobile-container .mobile-search {
      display: flex;
      padding-bottom: .75rem; }
      .mobile-container .mobile-search a {
        background: #26562A;
        color: white;
        display: inline-block;
        padding: .75rem 1.5rem;
        align-self: flex-start;
        width: 100%;
        max-width: 150px;
        text-align: center; }
      .mobile-container .mobile-search #searchform-mobile {
        border: 1px solid #58595B;
        display: flex;
        height: 3rem;
        margin-left: 1rem;
        padding: 0;
        position: relative;
        width: 100%; }
        .mobile-container .mobile-search #searchform-mobile:after {
          content: "\f002";
          color: #26562A;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 1.25rem;
          position: absolute;
          right: .5rem;
          top: 9px;
          z-index: 1; }
        .mobile-container .mobile-search #searchform-mobile .search-field {
          height: 2.85rem; }
          .mobile-container .mobile-search #searchform-mobile .search-field:focus {
            outline: 1px solid transparent; }
      .mobile-container .mobile-search input[type="submit"] {
        background: none;
        display: block;
        width: 2.5rem;
        height: 100%;
        padding: .25rem;
        position: relative;
        z-index: 2;
        color: white;
        font-size: 1px; }
      .mobile-container .mobile-search input[type="text"], .mobile-container .mobile-search input[type="email"], .mobile-container .mobile-search input[type="search"] {
        border: none;
        padding: .5rem 1rem; } }
  .mobile-container .mobile-nav {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 25rem; }
    .mobile-container .mobile-nav #menu-mobile-menu {
      overflow-y: scroll;
      padding-bottom: 5rem;
      height: 750px; }
      .mobile-container .mobile-nav #menu-mobile-menu &gt; li {
        display: block;
        padding: 0;
        position: relative;
        transition: .3s ease-in-out;
        border-bottom: 1px solid #58595B;
        line-height: 2; }
        .mobile-container .mobile-nav #menu-mobile-menu &gt; li:hover {
          cursor: pointer; }
        .mobile-container .mobile-nav #menu-mobile-menu &gt; li a {
          font-size: 1.25rem;
          text-decoration: none; }
        .mobile-container .mobile-nav #menu-mobile-menu &gt; li.menu-item-has-children:after {
          content: "\f107";
          color: #26562A;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          right: .5rem;
          font-size: 1.5rem;
          top: .5rem;
          transform-origin: center center; }
        .mobile-container .mobile-nav #menu-mobile-menu &gt; li.active:after {
          content: "\f106";
          color: #26562A;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          right: .5rem;
          font-size: 1.65rem;
          top: .5rem; }
        .mobile-container .mobile-nav #menu-mobile-menu &gt; li &gt; a {
          font-weight: bold;
          text-transform: uppercase;
          padding: .5rem 0;
          font-size: 1.5rem;
          display: inline-block;
          position: relative; }
        .mobile-container .mobile-nav #menu-mobile-menu &gt; li &gt; .sub-menu {
          overflow: hidden;
          height: 0;
          margin: 0;
          position: relative;
          transition: .3s ease-in-out;
          max-height: 0;
          opacity: 0;
          padding: 0; }
          .mobile-container .mobile-nav #menu-mobile-menu &gt; li &gt; .sub-menu.active {
            height: auto;
            max-height: 100rem;
            opacity: 1;
            padding-bottom: 1rem; }
          .mobile-container .mobile-nav #menu-mobile-menu &gt; li &gt; .sub-menu &gt; li.menu-item-has-children &gt; a {
            text-transform: uppercase;
            font-weight: bold; }
          .mobile-container .mobile-nav #menu-mobile-menu &gt; li &gt; .sub-menu ul {
            padding-bottom: 1rem; }

.hidelabel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

.post,
.page {
  margin: 0; }

.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; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* bootstrap namespacing to avoid conflicts */
.spark {
 /* NUGET: BEGIN LICENSE TEXT
*
* Microsoft grants you the right to use these script files for the sole
* purpose of either: (i) interacting through your browser with the Microsoft
* website or online service, subject to the applicable licensing or use
* terms; or (ii) using the files as included with a Microsoft product subject
* to that product's license terms. Microsoft reserves all other rights to the
* files not expressly granted by Microsoft, whether by implication, estoppel
* or otherwise. The notices and licenses below are for informational purposes only.
*
* NUGET: END LICENSE TEXT */
 /*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
  /*! normalize.css v2.1.0 | MIT License | git.io/normalize */ }

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

.spark audio,
.spark canvas,
.spark video {
  display: inline-block; }

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

.spark [hidden] {
  display: none; }

.spark html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.spark body {
  margin: 0; }

.spark a:focus {
  outline: thin dotted; }

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

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

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

.spark b,
.spark strong {
  font-weight: bold; }

.spark dfn {
  font-style: italic; }

.spark hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

.spark pre {
  white-space: pre-wrap; }

.spark q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

.spark small {
  font-size: 80%; }

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

.spark sup {
  top: -0.5em; }

.spark sub {
  bottom: -0.25em; }

.spark img {
  border: 0; }

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

.spark figure {
  margin: 0; }

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

.spark legend {
  padding: 0;
  border: 0; }

.spark button,
.spark input,
.spark select,
.spark textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%; }

.spark button,
.spark input {
  line-height: normal; }

.spark button,
.spark select {
  text-transform: none; }

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

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

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

.spark input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

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

.spark textarea {
  overflow: auto;
  vertical-align: top; }

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

@media print {
  .spark * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }

  .spark a,
  .spark a:visited {
    text-decoration: underline; }

  .spark a[href]:after {
    content: " (" attr(href) ")"; }

  .spark abbr[title]:after {
    content: " (" attr(title) ")"; }

  .spark .ir a:after,
  .spark a[href^="javascript:"]:after,
  .spark a[href^="#"]:after {
    content: ""; }

  .spark pre,
  .spark blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .spark thead {
    display: table-header-group; }

  .spark tr,
  .spark img {
    page-break-inside: avoid; }

  .spark img {
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  .spark p,
  .spark h2,
  .spark h3 {
    orphans: 3;
    widows: 3; }

  .spark h2,
  .spark h3 {
    page-break-after: avoid; }

  .spark .navbar {
    display: none; }

  .spark .table td,
  .spark .table th {
    background-color: #fff !important; }

  .spark .btn &gt; .caret,
  .spark .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important; }

  .spark .label {
    border: 1px solid #000; }

  .spark .table {
    border-collapse: collapse !important; }

  .spark .table-bordered th,
  .spark .table-bordered td {
    border: 1px solid #ddd !important; } }
.spark *,
.spark *:before,
.spark *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.spark html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.spark body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }

.spark input,
.spark button,
.spark select,
.spark textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.spark button,
.spark input,
.spark select[multiple],
.spark textarea {
  background-image: none; }

.spark a {
  color: #428bca;
  text-decoration: none; }

.spark a:hover,
.spark a:focus {
  color: #2a6496;
  text-decoration: underline; }

.spark a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.spark img {
  vertical-align: middle; }

.spark .img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.spark .img-rounded {
  border-radius: 6px; }

.spark .img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.spark .img-circle {
  border-radius: 50%; }

.spark hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.spark .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

.spark p {
  margin: 0 0 10px; }

.spark .lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .spark .lead {
    font-size: 21px; } }
.spark small {
  font-size: 85%; }

.spark cite {
  font-style: normal; }

.spark .text-muted {
  color: #999999; }

.spark .text-primary {
  color: #428bca; }

.spark .text-warning {
  color: #c09853; }

.spark .text-danger {
  color: #b94a48; }

.spark .text-success {
  color: #468847; }

.spark .text-info {
  color: #3a87ad; }

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

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

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

.spark h1,
.spark h2,
.spark h3,
.spark h4,
.spark h5,
.spark h6,
.spark .h1,
.spark .h2,
.spark .hero h1,
.hero .spark h1,
.spark .h3,
.spark body.search h1,
body.search .spark h1,
.spark body.single .entry-title,
body.single .spark .entry-title,
.spark .h4,
.spark .h5,
.spark .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1; }

.spark h1 small,
.spark h2 small,
.spark h3 small,
.spark h4 small,
.spark h5 small,
.spark h6 small,
.spark .h1 small,
.spark .h2 small,
.spark .hero h1 small,
.hero .spark h1 small,
.spark .h3 small,
.spark body.search h1 small,
body.search .spark h1 small,
.spark body.single .entry-title small,
body.single .spark .entry-title small,
.spark .h4 small,
.spark .h5 small,
.spark .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

.spark h1,
.spark h2,
.spark h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.spark h4,
.spark h5,
.spark h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.spark h1,
.spark .h1 {
  font-size: 36px; }

.spark h2,
.spark .h2,
.spark .hero h1,
.hero .spark h1 {
  font-size: 30px; }

.spark h3,
.spark .h3,
.spark body.search h1,
body.search .spark h1,
.spark body.single .entry-title,
body.single .spark .entry-title {
  font-size: 24px; }

.spark h4,
.spark .h4 {
  font-size: 18px; }

.spark h5,
.spark .h5 {
  font-size: 14px; }

.spark h6,
.spark .h6 {
  font-size: 12px; }

.spark h1 small,
.spark .h1 small {
  font-size: 24px; }

.spark h2 small,
.spark .h2 small,
.spark .hero h1 small,
.hero .spark h1 small {
  font-size: 18px; }

.spark h3 small,
.spark .h3 small,
.spark body.search h1 small,
body.search .spark h1 small,
.spark body.single .entry-title small,
body.single .spark .entry-title small,
.spark h4 small,
.spark .h4 small {
  font-size: 14px; }

.spark .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

.spark ul,
.spark ol {
  margin-top: 0;
  margin-bottom: 10px; }

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

.spark .list-unstyled {
  padding-left: 0;
  list-style: none; }

.spark .list-inline {
  padding-left: 0;
  list-style: none; }

.spark .list-inline &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.spark dl {
  margin-bottom: 20px; }

.spark dt,
.spark dd {
  line-height: 1.428571429; }

.spark dt {
  font-weight: bold; }

.spark dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .spark .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .spark .dl-horizontal dd {
    margin-left: 180px; }

  .spark .dl-horizontal dd:before,
  .spark .dl-horizontal dd:after {
    display: table;
    content: " "; }

  .spark .dl-horizontal dd:after {
    clear: both; }

  .spark .dl-horizontal dd:before,
  .spark .dl-horizontal dd:after {
    display: table;
    content: " "; }

  .spark .dl-horizontal dd:after {
    clear: both; } }
.spark abbr[title],
.spark abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.spark abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.spark blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

.spark blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

.spark blockquote p:last-child {
  margin-bottom: 0; }

.spark blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999; }

.spark blockquote small:before {
  content: '\2014 \00A0'; }

.spark blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0; }

.spark blockquote.pull-right p,
.spark blockquote.pull-right small {
  text-align: right; }

.spark blockquote.pull-right small:before {
  content: ''; }

.spark blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

.spark q:before,
.spark q:after,
.spark blockquote:before,
.spark blockquote:after {
  content: ""; }

.spark address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.spark code,
.spark pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

.spark code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px; }

.spark pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.spark pre.prettyprint {
  margin-bottom: 20px; }

.spark pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

.spark .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.spark .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.spark .container:before,
.spark .container:after {
  display: table;
  content: " "; }

.spark .container:after {
  clear: both; }

.spark .container:before,
.spark .container:after {
  display: table;
  content: " "; }

.spark .container:after {
  clear: both; }

.spark .row {
  margin-right: -15px;
  margin-left: -15px; }

.spark .row:before,
.spark .row:after {
  display: table;
  content: " "; }

.spark .row:after {
  clear: both; }

.spark .row:before,
.spark .row:after {
  display: table;
  content: " "; }

.spark .row:after {
  clear: both; }

.spark .col-xs-1,
.spark .col-xs-2,
.spark .col-xs-3,
.spark .col-xs-4,
.spark .col-xs-5,
.spark .col-xs-6,
.spark .col-xs-7,
.spark .col-xs-8,
.spark .col-xs-9,
.spark .col-xs-10,
.spark .col-xs-11,
.spark .col-xs-12,
.spark .col-sm-1,
.spark .col-sm-2,
.spark .col-sm-3,
.spark .col-sm-4,
.spark .col-sm-5,
.spark .col-sm-6,
.spark .col-sm-7,
.spark .col-sm-8,
.spark .col-sm-9,
.spark .col-sm-10,
.spark .col-sm-11,
.spark .col-sm-12,
.spark .col-md-1,
.spark .col-md-2,
.spark .col-md-3,
.spark .col-md-4,
.spark .col-md-5,
.spark .col-md-6,
.spark .col-md-7,
.spark .col-md-8,
.spark .col-md-9,
.spark .col-md-10,
.spark .col-md-11,
.spark .col-md-12,
.spark .col-lg-1,
.spark .col-lg-2,
.spark .col-lg-3,
.spark .col-lg-4,
.spark .col-lg-5,
.spark .col-lg-6,
.spark .col-lg-7,
.spark .col-lg-8,
.spark .col-lg-9,
.spark .col-lg-10,
.spark .col-lg-11,
.spark .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.spark .col-xs-1,
.spark .col-xs-2,
.spark .col-xs-3,
.spark .col-xs-4,
.spark .col-xs-5,
.spark .col-xs-6,
.spark .col-xs-7,
.spark .col-xs-8,
.spark .col-xs-9,
.spark .col-xs-10,
.spark .col-xs-11 {
  float: left; }

.spark .col-xs-1 {
  width: 8.333333333333332%; }

.spark .col-xs-2 {
  width: 16.666666666666664%; }

.spark .col-xs-3 {
  width: 25%; }

.spark .col-xs-4 {
  width: 33.33333333333333%; }

.spark .col-xs-5 {
  width: 41.66666666666667%; }

.spark .col-xs-6 {
  width: 50%; }

.spark .col-xs-7 {
  width: 58.333333333333336%; }

.spark .col-xs-8 {
  width: 66.66666666666666%; }

.spark .col-xs-9 {
  width: 75%; }

.spark .col-xs-10 {
  width: 83.33333333333334%; }

.spark .col-xs-11 {
  width: 91.66666666666666%; }

.spark .col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .spark .container {
    max-width: 750px; }

  .spark .col-sm-1,
  .spark .col-sm-2,
  .spark .col-sm-3,
  .spark .col-sm-4,
  .spark .col-sm-5,
  .spark .col-sm-6,
  .spark .col-sm-7,
  .spark .col-sm-8,
  .spark .col-sm-9,
  .spark .col-sm-10,
  .spark .col-sm-11 {
    float: left; }

  .spark .col-sm-1 {
    width: 8.333333333333332%; }

  .spark .col-sm-2 {
    width: 16.666666666666664%; }

  .spark .col-sm-3 {
    width: 25%; }

  .spark .col-sm-4 {
    width: 33.33333333333333%; }

  .spark .col-sm-5 {
    width: 41.66666666666667%; }

  .spark .col-sm-6 {
    width: 50%; }

  .spark .col-sm-7 {
    width: 58.333333333333336%; }

  .spark .col-sm-8 {
    width: 66.66666666666666%; }

  .spark .col-sm-9 {
    width: 75%; }

  .spark .col-sm-10 {
    width: 83.33333333333334%; }

  .spark .col-sm-11 {
    width: 91.66666666666666%; }

  .spark .col-sm-12 {
    width: 100%; }

  .spark .col-sm-push-1 {
    left: 8.333333333333332%; }

  .spark .col-sm-push-2 {
    left: 16.666666666666664%; }

  .spark .col-sm-push-3 {
    left: 25%; }

  .spark .col-sm-push-4 {
    left: 33.33333333333333%; }

  .spark .col-sm-push-5 {
    left: 41.66666666666667%; }

  .spark .col-sm-push-6 {
    left: 50%; }

  .spark .col-sm-push-7 {
    left: 58.333333333333336%; }

  .spark .col-sm-push-8 {
    left: 66.66666666666666%; }

  .spark .col-sm-push-9 {
    left: 75%; }

  .spark .col-sm-push-10 {
    left: 83.33333333333334%; }

  .spark .col-sm-push-11 {
    left: 91.66666666666666%; }

  .spark .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .spark .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .spark .col-sm-pull-3 {
    right: 25%; }

  .spark .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .spark .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .spark .col-sm-pull-6 {
    right: 50%; }

  .spark .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .spark .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .spark .col-sm-pull-9 {
    right: 75%; }

  .spark .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .spark .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .spark .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .spark .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .spark .col-sm-offset-3 {
    margin-left: 25%; }

  .spark .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .spark .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .spark .col-sm-offset-6 {
    margin-left: 50%; }

  .spark .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .spark .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .spark .col-sm-offset-9 {
    margin-left: 75%; }

  .spark .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .spark .col-sm-offset-11 {
    margin-left: 91.66666666666666%; } }
@media (min-width: 992px) {
  .spark .container {
    max-width: 970px; }

  .spark .col-md-1,
  .spark .col-md-2,
  .spark .col-md-3,
  .spark .col-md-4,
  .spark .col-md-5,
  .spark .col-md-6,
  .spark .col-md-7,
  .spark .col-md-8,
  .spark .col-md-9,
  .spark .col-md-10,
  .spark .col-md-11 {
    float: left; }

  .spark .col-md-1 {
    width: 8.333333333333332%; }

  .spark .col-md-2 {
    width: 16.666666666666664%; }

  .spark .col-md-3 {
    width: 25%; }

  .spark .col-md-4 {
    width: 33.33333333333333%; }

  .spark .col-md-5 {
    width: 41.66666666666667%; }

  .spark .col-md-6 {
    width: 50%; }

  .spark .col-md-7 {
    width: 58.333333333333336%; }

  .spark .col-md-8 {
    width: 66.66666666666666%; }

  .spark .col-md-9 {
    width: 75%; }

  .spark .col-md-10 {
    width: 83.33333333333334%; }

  .spark .col-md-11 {
    width: 91.66666666666666%; }

  .spark .col-md-12 {
    width: 100%; }

  .spark .col-md-push-0 {
    left: auto; }

  .spark .col-md-push-1 {
    left: 8.333333333333332%; }

  .spark .col-md-push-2 {
    left: 16.666666666666664%; }

  .spark .col-md-push-3 {
    left: 25%; }

  .spark .col-md-push-4 {
    left: 33.33333333333333%; }

  .spark .col-md-push-5 {
    left: 41.66666666666667%; }

  .spark .col-md-push-6 {
    left: 50%; }

  .spark .col-md-push-7 {
    left: 58.333333333333336%; }

  .spark .col-md-push-8 {
    left: 66.66666666666666%; }

  .spark .col-md-push-9 {
    left: 75%; }

  .spark .col-md-push-10 {
    left: 83.33333333333334%; }

  .spark .col-md-push-11 {
    left: 91.66666666666666%; }

  .spark .col-md-pull-0 {
    right: auto; }

  .spark .col-md-pull-1 {
    right: 8.333333333333332%; }

  .spark .col-md-pull-2 {
    right: 16.666666666666664%; }

  .spark .col-md-pull-3 {
    right: 25%; }

  .spark .col-md-pull-4 {
    right: 33.33333333333333%; }

  .spark .col-md-pull-5 {
    right: 41.66666666666667%; }

  .spark .col-md-pull-6 {
    right: 50%; }

  .spark .col-md-pull-7 {
    right: 58.333333333333336%; }

  .spark .col-md-pull-8 {
    right: 66.66666666666666%; }

  .spark .col-md-pull-9 {
    right: 75%; }

  .spark .col-md-pull-10 {
    right: 83.33333333333334%; }

  .spark .col-md-pull-11 {
    right: 91.66666666666666%; }

  .spark .col-md-offset-0 {
    margin-left: 0; }

  .spark .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .spark .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .spark .col-md-offset-3 {
    margin-left: 25%; }

  .spark .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .spark .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .spark .col-md-offset-6 {
    margin-left: 50%; }

  .spark .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .spark .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .spark .col-md-offset-9 {
    margin-left: 75%; }

  .spark .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .spark .col-md-offset-11 {
    margin-left: 91.66666666666666%; } }
@media (min-width: 1200px) {
  .spark .container {
    max-width: 1170px; }

  .spark .col-lg-1,
  .spark .col-lg-2,
  .spark .col-lg-3,
  .spark .col-lg-4,
  .spark .col-lg-5,
  .spark .col-lg-6,
  .spark .col-lg-7,
  .spark .col-lg-8,
  .spark .col-lg-9,
  .spark .col-lg-10,
  .spark .col-lg-11 {
    float: left; }

  .spark .col-lg-1 {
    width: 8.333333333333332%; }

  .spark .col-lg-2 {
    width: 16.666666666666664%; }

  .spark .col-lg-3 {
    width: 25%; }

  .spark .col-lg-4 {
    width: 33.33333333333333%; }

  .spark .col-lg-5 {
    width: 41.66666666666667%; }

  .spark .col-lg-6 {
    width: 50%; }

  .spark .col-lg-7 {
    width: 58.333333333333336%; }

  .spark .col-lg-8 {
    width: 66.66666666666666%; }

  .spark .col-lg-9 {
    width: 75%; }

  .spark .col-lg-10 {
    width: 83.33333333333334%; }

  .spark .col-lg-11 {
    width: 91.66666666666666%; }

  .spark .col-lg-12 {
    width: 100%; }

  .spark .col-lg-push-0 {
    left: auto; }

  .spark .col-lg-push-1 {
    left: 8.333333333333332%; }

  .spark .col-lg-push-2 {
    left: 16.666666666666664%; }

  .spark .col-lg-push-3 {
    left: 25%; }

  .spark .col-lg-push-4 {
    left: 33.33333333333333%; }

  .spark .col-lg-push-5 {
    left: 41.66666666666667%; }

  .spark .col-lg-push-6 {
    left: 50%; }

  .spark .col-lg-push-7 {
    left: 58.333333333333336%; }

  .spark .col-lg-push-8 {
    left: 66.66666666666666%; }

  .spark .col-lg-push-9 {
    left: 75%; }

  .spark .col-lg-push-10 {
    left: 83.33333333333334%; }

  .spark .col-lg-push-11 {
    left: 91.66666666666666%; }

  .spark .col-lg-pull-0 {
    right: auto; }

  .spark .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .spark .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .spark .col-lg-pull-3 {
    right: 25%; }

  .spark .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .spark .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .spark .col-lg-pull-6 {
    right: 50%; }

  .spark .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .spark .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .spark .col-lg-pull-9 {
    right: 75%; }

  .spark .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .spark .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .spark .col-lg-offset-0 {
    margin-left: 0; }

  .spark .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .spark .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .spark .col-lg-offset-3 {
    margin-left: 25%; }

  .spark .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .spark .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .spark .col-lg-offset-6 {
    margin-left: 50%; }

  .spark .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .spark .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .spark .col-lg-offset-9 {
    margin-left: 75%; }

  .spark .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .spark .col-lg-offset-11 {
    margin-left: 91.66666666666666%; } }
.spark table {
  max-width: 100%;
  background-color: transparent; }

.spark th {
  text-align: left; }

.spark .table {
  width: 100%;
  margin-bottom: 20px; }

.spark .table thead &gt; tr &gt; th,
.spark .table tbody &gt; tr &gt; th,
.spark .table tfoot &gt; tr &gt; th,
.spark .table thead &gt; tr &gt; td,
.spark .table tbody &gt; tr &gt; td,
.spark .table tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.spark .table thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.spark .table caption + thead tr:first-child th,
.spark .table colgroup + thead tr:first-child th,
.spark .table thead:first-child tr:first-child th,
.spark .table caption + thead tr:first-child td,
.spark .table colgroup + thead tr:first-child td,
.spark .table thead:first-child tr:first-child td {
  border-top: 0; }

.spark .table tbody + tbody {
  border-top: 2px solid #dddddd; }

.spark .table .table {
  background-color: #ffffff; }

.spark .table-condensed thead &gt; tr &gt; th,
.spark .table-condensed tbody &gt; tr &gt; th,
.spark .table-condensed tfoot &gt; tr &gt; th,
.spark .table-condensed thead &gt; tr &gt; td,
.spark .table-condensed tbody &gt; tr &gt; td,
.spark .table-condensed tfoot &gt; tr &gt; td {
  padding: 5px; }

.spark .table-bordered {
  border: 1px solid #dddddd; }

.spark .table-bordered &gt; thead &gt; tr &gt; th,
.spark .table-bordered &gt; tbody &gt; tr &gt; th,
.spark .table-bordered &gt; tfoot &gt; tr &gt; th,
.spark .table-bordered &gt; thead &gt; tr &gt; td,
.spark .table-bordered &gt; tbody &gt; tr &gt; td,
.spark .table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #dddddd; }

.spark .table-bordered &gt; thead &gt; tr &gt; th,
.spark .table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px; }

.spark .table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.spark .table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #f9f9f9; }

.spark .table-hover &gt; tbody &gt; tr:hover &gt; td,
.spark .table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #f5f5f5; }

.spark table col[class*="col-"] {
  display: table-column;
  float: none; }

.spark table td[class*="col-"],
.spark table th[class*="col-"] {
  display: table-cell;
  float: none; }

.spark .table &gt; thead &gt; tr &gt; td.active,
.spark .table &gt; tbody &gt; tr &gt; td.active,
.spark .table &gt; tfoot &gt; tr &gt; td.active,
.spark .table &gt; thead &gt; tr &gt; th.active,
.spark .table &gt; tbody &gt; tr &gt; th.active,
.spark .table &gt; tfoot &gt; tr &gt; th.active,
.spark .table &gt; thead &gt; tr.active &gt; td,
.spark .table &gt; tbody &gt; tr.active &gt; td,
.spark .table &gt; tfoot &gt; tr.active &gt; td,
.spark .table &gt; thead &gt; tr.active &gt; th,
.spark .table &gt; tbody &gt; tr.active &gt; th,
.spark .table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5; }

.spark .table &gt; thead &gt; tr &gt; td.success,
.spark .table &gt; tbody &gt; tr &gt; td.success,
.spark .table &gt; tfoot &gt; tr &gt; td.success,
.spark .table &gt; thead &gt; tr &gt; th.success,
.spark .table &gt; tbody &gt; tr &gt; th.success,
.spark .table &gt; tfoot &gt; tr &gt; th.success,
.spark .table &gt; thead &gt; tr.success &gt; td,
.spark .table &gt; tbody &gt; tr.success &gt; td,
.spark .table &gt; tfoot &gt; tr.success &gt; td,
.spark .table &gt; thead &gt; tr.success &gt; th,
.spark .table &gt; tbody &gt; tr.success &gt; th,
.spark .table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.spark .table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.spark .table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.spark .table-hover &gt; tbody &gt; tr.success:hover &gt; td {
  background-color: #d0e9c6;
  border-color: #c9e2b3; }

.spark .table &gt; thead &gt; tr &gt; td.danger,
.spark .table &gt; tbody &gt; tr &gt; td.danger,
.spark .table &gt; tfoot &gt; tr &gt; td.danger,
.spark .table &gt; thead &gt; tr &gt; th.danger,
.spark .table &gt; tbody &gt; tr &gt; th.danger,
.spark .table &gt; tfoot &gt; tr &gt; th.danger,
.spark .table &gt; thead &gt; tr.danger &gt; td,
.spark .table &gt; tbody &gt; tr.danger &gt; td,
.spark .table &gt; tfoot &gt; tr.danger &gt; td,
.spark .table &gt; thead &gt; tr.danger &gt; th,
.spark .table &gt; tbody &gt; tr.danger &gt; th,
.spark .table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
  border-color: #eed3d7; }

.spark .table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.spark .table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.spark .table-hover &gt; tbody &gt; tr.danger:hover &gt; td {
  background-color: #ebcccc;
  border-color: #e6c1c7; }

.spark .table &gt; thead &gt; tr &gt; td.warning,
.spark .table &gt; tbody &gt; tr &gt; td.warning,
.spark .table &gt; tfoot &gt; tr &gt; td.warning,
.spark .table &gt; thead &gt; tr &gt; th.warning,
.spark .table &gt; tbody &gt; tr &gt; th.warning,
.spark .table &gt; tfoot &gt; tr &gt; th.warning,
.spark .table &gt; thead &gt; tr.warning &gt; td,
.spark .table &gt; tbody &gt; tr.warning &gt; td,
.spark .table &gt; tfoot &gt; tr.warning &gt; td,
.spark .table &gt; thead &gt; tr.warning &gt; th,
.spark .table &gt; tbody &gt; tr.warning &gt; th,
.spark .table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.spark .table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.spark .table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.spark .table-hover &gt; tbody &gt; tr.warning:hover &gt; td {
  background-color: #faf2cc;
  border-color: #f8e5be; }

@media (max-width: 768px) {
  .spark .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd; }

  .spark .table-responsive &gt; .table {
    margin-bottom: 0;
    background-color: #fff; }

  .spark .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .spark .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .spark .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .spark .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .spark .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .spark .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap; }

  .spark .table-responsive &gt; .table-bordered {
    border: 0; }

  .spark .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .spark .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .spark .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .spark .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .spark .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .spark .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0; }

  .spark .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .spark .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .spark .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .spark .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .spark .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .spark .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0; }

  .spark .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; th,
  .spark .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .spark .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .spark .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; td,
  .spark .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .spark .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0; } }
.spark fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.spark legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.spark label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

.spark input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.spark input[type="radio"],
.spark input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

.spark input[type="file"] {
  display: block; }

.spark select[multiple],
.spark select[size] {
  height: auto; }

.spark select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

.spark input[type="file"]:focus,
.spark input[type="radio"]:focus,
.spark input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.spark .form-control:-moz-placeholder {
  color: #999999; }

.spark .form-control::-moz-placeholder {
  color: #999999; }

.spark .form-control:-ms-input-placeholder {
  color: #999999; }

.spark .form-control::-webkit-input-placeholder {
  color: #999999; }

.spark .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.spark .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.spark .form-control[disabled],
.spark .form-control[readonly],
.spark fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee; }

.spark textarea.form-control {
  height: auto; }

.spark .form-group {
  margin-bottom: 15px; }

.spark .radio,
.spark .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle; }

.spark .radio label,
.spark .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.spark .radio input[type="radio"],
.spark .radio-inline input[type="radio"],
.spark .checkbox input[type="checkbox"],
.spark .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.spark .radio + .radio,
.spark .checkbox + .checkbox {
  margin-top: -5px; }

.spark .radio-inline,
.spark .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.spark .radio-inline + .radio-inline,
.spark .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.spark input[type="radio"][disabled],
.spark input[type="checkbox"][disabled],
.spark .radio[disabled],
.spark .radio-inline[disabled],
.spark .checkbox[disabled],
.spark .checkbox-inline[disabled],
.spark fieldset[disabled] input[type="radio"],
.spark fieldset[disabled] input[type="checkbox"],
.spark fieldset[disabled] .radio,
.spark fieldset[disabled] .radio-inline,
.spark fieldset[disabled] .checkbox,
.spark fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.spark .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.spark select.input-sm {
  height: 30px;
  line-height: 30px; }

.spark textarea.input-sm {
  height: auto; }

.spark .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.spark select.input-lg {
  height: 45px;
  line-height: 45px; }

.spark textarea.input-lg {
  height: auto; }

.spark .has-warning .help-block,
.spark .has-warning .control-label {
  color: #c09853; }

.spark .has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.spark .has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.spark .has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.spark .has-error .help-block,
.spark .has-error .control-label {
  color: #b94a48; }

.spark .has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.spark .has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.spark .has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.spark .has-success .help-block,
.spark .has-success .control-label {
  color: #468847; }

.spark .has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.spark .has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.spark .has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.spark .form-control-static {
  padding-top: 7px;
  margin-bottom: 0; }

.spark .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .spark .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .spark .form-inline .form-control {
    display: inline-block; }

  .spark .form-inline .radio,
  .spark .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .spark .form-inline .radio input[type="radio"],
  .spark .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
.spark .form-horizontal .control-label,
.spark .form-horizontal .radio,
.spark .form-horizontal .checkbox,
.spark .form-horizontal .radio-inline,
.spark .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.spark .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

.spark .form-horizontal .form-group:before,
.spark .form-horizontal .form-group:after {
  display: table;
  content: " "; }

.spark .form-horizontal .form-group:after {
  clear: both; }

.spark .form-horizontal .form-group:before,
.spark .form-horizontal .form-group:after {
  display: table;
  content: " "; }

.spark .form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  .spark .form-horizontal .control-label {
    text-align: right; } }
.spark .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.spark .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.spark .btn:hover,
.spark .btn:focus {
  color: #333333;
  text-decoration: none; }

.spark .btn:active,
.spark .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.spark .btn.disabled,
.spark .btn[disabled],
.spark fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.spark .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.spark .btn-default:hover,
.spark .btn-default:focus,
.spark .btn-default:active,
.spark .btn-default.active,
.spark .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.spark .btn-default:active,
.spark .btn-default.active,
.spark .open .dropdown-toggle.btn-default {
  background-image: none; }

.spark .btn-default.disabled,
.spark .btn-default[disabled],
.spark fieldset[disabled] .btn-default,
.spark .btn-default.disabled:hover,
.spark .btn-default[disabled]:hover,
.spark fieldset[disabled] .btn-default:hover,
.spark .btn-default.disabled:focus,
.spark .btn-default[disabled]:focus,
.spark fieldset[disabled] .btn-default:focus,
.spark .btn-default.disabled:active,
.spark .btn-default[disabled]:active,
.spark fieldset[disabled] .btn-default:active,
.spark .btn-default.disabled.active,
.spark .btn-default[disabled].active,
.spark fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.spark .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd; }

.spark .btn-primary:hover,
.spark .btn-primary:focus,
.spark .btn-primary:active,
.spark .btn-primary.active,
.spark .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.spark .btn-primary:active,
.spark .btn-primary.active,
.spark .open .dropdown-toggle.btn-primary {
  background-image: none; }

.spark .btn-primary.disabled,
.spark .btn-primary[disabled],
.spark fieldset[disabled] .btn-primary,
.spark .btn-primary.disabled:hover,
.spark .btn-primary[disabled]:hover,
.spark fieldset[disabled] .btn-primary:hover,
.spark .btn-primary.disabled:focus,
.spark .btn-primary[disabled]:focus,
.spark fieldset[disabled] .btn-primary:focus,
.spark .btn-primary.disabled:active,
.spark .btn-primary[disabled]:active,
.spark fieldset[disabled] .btn-primary:active,
.spark .btn-primary.disabled.active,
.spark .btn-primary[disabled].active,
.spark fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.spark .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.spark .btn-warning:hover,
.spark .btn-warning:focus,
.spark .btn-warning:active,
.spark .btn-warning.active,
.spark .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

.spark .btn-warning:active,
.spark .btn-warning.active,
.spark .open .dropdown-toggle.btn-warning {
  background-image: none; }

.spark .btn-warning.disabled,
.spark .btn-warning[disabled],
.spark fieldset[disabled] .btn-warning,
.spark .btn-warning.disabled:hover,
.spark .btn-warning[disabled]:hover,
.spark fieldset[disabled] .btn-warning:hover,
.spark .btn-warning.disabled:focus,
.spark .btn-warning[disabled]:focus,
.spark fieldset[disabled] .btn-warning:focus,
.spark .btn-warning.disabled:active,
.spark .btn-warning[disabled]:active,
.spark fieldset[disabled] .btn-warning:active,
.spark .btn-warning.disabled.active,
.spark .btn-warning[disabled].active,
.spark fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.spark .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.spark .btn-danger:hover,
.spark .btn-danger:focus,
.spark .btn-danger:active,
.spark .btn-danger.active,
.spark .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

.spark .btn-danger:active,
.spark .btn-danger.active,
.spark .open .dropdown-toggle.btn-danger {
  background-image: none; }

.spark .btn-danger.disabled,
.spark .btn-danger[disabled],
.spark fieldset[disabled] .btn-danger,
.spark .btn-danger.disabled:hover,
.spark .btn-danger[disabled]:hover,
.spark fieldset[disabled] .btn-danger:hover,
.spark .btn-danger.disabled:focus,
.spark .btn-danger[disabled]:focus,
.spark fieldset[disabled] .btn-danger:focus,
.spark .btn-danger.disabled:active,
.spark .btn-danger[disabled]:active,
.spark fieldset[disabled] .btn-danger:active,
.spark .btn-danger.disabled.active,
.spark .btn-danger[disabled].active,
.spark fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.spark .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.spark .btn-success:hover,
.spark .btn-success:focus,
.spark .btn-success:active,
.spark .btn-success.active,
.spark .open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439; }

.spark .btn-success:active,
.spark .btn-success.active,
.spark .open .dropdown-toggle.btn-success {
  background-image: none; }

.spark .btn-success.disabled,
.spark .btn-success[disabled],
.spark fieldset[disabled] .btn-success,
.spark .btn-success.disabled:hover,
.spark .btn-success[disabled]:hover,
.spark fieldset[disabled] .btn-success:hover,
.spark .btn-success.disabled:focus,
.spark .btn-success[disabled]:focus,
.spark fieldset[disabled] .btn-success:focus,
.spark .btn-success.disabled:active,
.spark .btn-success[disabled]:active,
.spark fieldset[disabled] .btn-success:active,
.spark .btn-success.disabled.active,
.spark .btn-success[disabled].active,
.spark fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.spark .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.spark .btn-info:hover,
.spark .btn-info:focus,
.spark .btn-info:active,
.spark .btn-info.active,
.spark .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

.spark .btn-info:active,
.spark .btn-info.active,
.spark .open .dropdown-toggle.btn-info {
  background-image: none; }

.spark .btn-info.disabled,
.spark .btn-info[disabled],
.spark fieldset[disabled] .btn-info,
.spark .btn-info.disabled:hover,
.spark .btn-info[disabled]:hover,
.spark fieldset[disabled] .btn-info:hover,
.spark .btn-info.disabled:focus,
.spark .btn-info[disabled]:focus,
.spark fieldset[disabled] .btn-info:focus,
.spark .btn-info.disabled:active,
.spark .btn-info[disabled]:active,
.spark fieldset[disabled] .btn-info:active,
.spark .btn-info.disabled.active,
.spark .btn-info[disabled].active,
.spark fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.spark .btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0; }

.spark .btn-link,
.spark .btn-link:active,
.spark .btn-link[disabled],
.spark fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.spark .btn-link,
.spark .btn-link:hover,
.spark .btn-link:focus,
.spark .btn-link:active {
  border-color: transparent; }

.spark .btn-link:hover,
.spark .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.spark .btn-link[disabled]:hover,
.spark fieldset[disabled] .btn-link:hover,
.spark .btn-link[disabled]:focus,
.spark fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none; }

.spark .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.spark .btn-sm,
.spark .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.spark .btn-xs {
  padding: 1px 5px; }

.spark .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.spark .btn-block + .btn-block {
  margin-top: 5px; }

.spark input[type="submit"].btn-block,
.spark input[type="reset"].btn-block,
.spark input[type="button"].btn-block {
  width: 100%; }

.spark .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.spark .fade.in {
  opacity: 1; }

.spark .collapse {
  display: none; }

.spark .collapse.in {
  display: block; }

.spark .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
.spark .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

.spark .glyphicon-asterisk:before {
  content: "\2a"; }

.spark .glyphicon-plus:before {
  content: "\2b"; }

.spark .glyphicon-euro:before {
  content: "\20ac"; }

.spark .glyphicon-minus:before {
  content: "\2212"; }

.spark .glyphicon-cloud:before {
  content: "\2601"; }

.spark .glyphicon-envelope:before {
  content: "\2709"; }

.spark .glyphicon-pencil:before {
  content: "\270f"; }

.spark .glyphicon-glass:before {
  content: "\e001"; }

.spark .glyphicon-music:before {
  content: "\e002"; }

.spark .glyphicon-search:before {
  content: "\e003"; }

.spark .glyphicon-heart:before {
  content: "\e005"; }

.spark .glyphicon-star:before {
  content: "\e006"; }

.spark .glyphicon-star-empty:before {
  content: "\e007"; }

.spark .glyphicon-user:before {
  content: "\e008"; }

.spark .glyphicon-film:before {
  content: "\e009"; }

.spark .glyphicon-th-large:before {
  content: "\e010"; }

.spark .glyphicon-th:before {
  content: "\e011"; }

.spark .glyphicon-th-list:before {
  content: "\e012"; }

.spark .glyphicon-ok:before {
  content: "\e013"; }

.spark .glyphicon-remove:before {
  content: "\e014"; }

.spark .glyphicon-zoom-in:before {
  content: "\e015"; }

.spark .glyphicon-zoom-out:before {
  content: "\e016"; }

.spark .glyphicon-off:before {
  content: "\e017"; }

.spark .glyphicon-signal:before {
  content: "\e018"; }

.spark .glyphicon-cog:before {
  content: "\e019"; }

.spark .glyphicon-trash:before {
  content: "\e020"; }

.spark .glyphicon-home:before {
  content: "\e021"; }

.spark .glyphicon-file:before {
  content: "\e022"; }

.spark .glyphicon-time:before {
  content: "\e023"; }

.spark .glyphicon-road:before {
  content: "\e024"; }

.spark .glyphicon-download-alt:before {
  content: "\e025"; }

.spark .glyphicon-download:before {
  content: "\e026"; }

.spark .glyphicon-upload:before {
  content: "\e027"; }

.spark .glyphicon-inbox:before {
  content: "\e028"; }

.spark .glyphicon-play-circle:before {
  content: "\e029"; }

.spark .glyphicon-repeat:before {
  content: "\e030"; }

.spark .glyphicon-refresh:before {
  content: "\e031"; }

.spark .glyphicon-list-alt:before {
  content: "\e032"; }

.spark .glyphicon-flag:before {
  content: "\e034"; }

.spark .glyphicon-headphones:before {
  content: "\e035"; }

.spark .glyphicon-volume-off:before {
  content: "\e036"; }

.spark .glyphicon-volume-down:before {
  content: "\e037"; }

.spark .glyphicon-volume-up:before {
  content: "\e038"; }

.spark .glyphicon-qrcode:before {
  content: "\e039"; }

.spark .glyphicon-barcode:before {
  content: "\e040"; }

.spark .glyphicon-tag:before {
  content: "\e041"; }

.spark .glyphicon-tags:before {
  content: "\e042"; }

.spark .glyphicon-book:before {
  content: "\e043"; }

.spark .glyphicon-print:before {
  content: "\e045"; }

.spark .glyphicon-font:before {
  content: "\e047"; }

.spark .glyphicon-bold:before {
  content: "\e048"; }

.spark .glyphicon-italic:before {
  content: "\e049"; }

.spark .glyphicon-text-height:before {
  content: "\e050"; }

.spark .glyphicon-text-width:before {
  content: "\e051"; }

.spark .glyphicon-align-left:before {
  content: "\e052"; }

.spark .glyphicon-align-center:before {
  content: "\e053"; }

.spark .glyphicon-align-right:before {
  content: "\e054"; }

.spark .glyphicon-align-justify:before {
  content: "\e055"; }

.spark .glyphicon-list:before {
  content: "\e056"; }

.spark .glyphicon-indent-left:before {
  content: "\e057"; }

.spark .glyphicon-indent-right:before {
  content: "\e058"; }

.spark .glyphicon-facetime-video:before {
  content: "\e059"; }

.spark .glyphicon-picture:before {
  content: "\e060"; }

.spark .glyphicon-map-marker:before {
  content: "\e062"; }

.spark .glyphicon-adjust:before {
  content: "\e063"; }

.spark .glyphicon-tint:before {
  content: "\e064"; }

.spark .glyphicon-edit:before {
  content: "\e065"; }

.spark .glyphicon-share:before {
  content: "\e066"; }

.spark .glyphicon-check:before {
  content: "\e067"; }

.spark .glyphicon-move:before {
  content: "\e068"; }

.spark .glyphicon-step-backward:before {
  content: "\e069"; }

.spark .glyphicon-fast-backward:before {
  content: "\e070"; }

.spark .glyphicon-backward:before {
  content: "\e071"; }

.spark .glyphicon-play:before {
  content: "\e072"; }

.spark .glyphicon-pause:before {
  content: "\e073"; }

.spark .glyphicon-stop:before {
  content: "\e074"; }

.spark .glyphicon-forward:before {
  content: "\e075"; }

.spark .glyphicon-fast-forward:before {
  content: "\e076"; }

.spark .glyphicon-step-forward:before {
  content: "\e077"; }

.spark .glyphicon-eject:before {
  content: "\e078"; }

.spark .glyphicon-chevron-left:before {
  content: "\e079"; }

.spark .glyphicon-chevron-right:before {
  content: "\e080"; }

.spark .glyphicon-plus-sign:before {
  content: "\e081"; }

.spark .glyphicon-minus-sign:before {
  content: "\e082"; }

.spark .glyphicon-remove-sign:before {
  content: "\e083"; }

.spark .glyphicon-ok-sign:before {
  content: "\e084"; }

.spark .glyphicon-question-sign:before {
  content: "\e085"; }

.spark .glyphicon-info-sign:before {
  content: "\e086"; }

.spark .glyphicon-screenshot:before {
  content: "\e087"; }

.spark .glyphicon-remove-circle:before {
  content: "\e088"; }

.spark .glyphicon-ok-circle:before {
  content: "\e089"; }

.spark .glyphicon-ban-circle:before {
  content: "\e090"; }

.spark .glyphicon-arrow-left:before {
  content: "\e091"; }

.spark .glyphicon-arrow-right:before {
  content: "\e092"; }

.spark .glyphicon-arrow-up:before {
  content: "\e093"; }

.spark .glyphicon-arrow-down:before {
  content: "\e094"; }

.spark .glyphicon-share-alt:before {
  content: "\e095"; }

.spark .glyphicon-resize-full:before {
  content: "\e096"; }

.spark .glyphicon-resize-small:before {
  content: "\e097"; }

.spark .glyphicon-exclamation-sign:before {
  content: "\e101"; }

.spark .glyphicon-gift:before {
  content: "\e102"; }

.spark .glyphicon-leaf:before {
  content: "\e103"; }

.spark .glyphicon-eye-open:before {
  content: "\e105"; }

.spark .glyphicon-eye-close:before {
  content: "\e106"; }

.spark .glyphicon-warning-sign:before {
  content: "\e107"; }

.spark .glyphicon-plane:before {
  content: "\e108"; }

.spark .glyphicon-random:before {
  content: "\e110"; }

.spark .glyphicon-comment:before {
  content: "\e111"; }

.spark .glyphicon-magnet:before {
  content: "\e112"; }

.spark .glyphicon-chevron-up:before {
  content: "\e113"; }

.spark .glyphicon-chevron-down:before {
  content: "\e114"; }

.spark .glyphicon-retweet:before {
  content: "\e115"; }

.spark .glyphicon-shopping-cart:before {
  content: "\e116"; }

.spark .glyphicon-folder-close:before {
  content: "\e117"; }

.spark .glyphicon-folder-open:before {
  content: "\e118"; }

.spark .glyphicon-resize-vertical:before {
  content: "\e119"; }

.spark .glyphicon-resize-horizontal:before {
  content: "\e120"; }

.spark .glyphicon-hdd:before {
  content: "\e121"; }

.spark .glyphicon-bullhorn:before {
  content: "\e122"; }

.spark .glyphicon-certificate:before {
  content: "\e124"; }

.spark .glyphicon-thumbs-up:before {
  content: "\e125"; }

.spark .glyphicon-thumbs-down:before {
  content: "\e126"; }

.spark .glyphicon-hand-right:before {
  content: "\e127"; }

.spark .glyphicon-hand-left:before {
  content: "\e128"; }

.spark .glyphicon-hand-up:before {
  content: "\e129"; }

.spark .glyphicon-hand-down:before {
  content: "\e130"; }

.spark .glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.spark .glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.spark .glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.spark .glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.spark .glyphicon-globe:before {
  content: "\e135"; }

.spark .glyphicon-tasks:before {
  content: "\e137"; }

.spark .glyphicon-filter:before {
  content: "\e138"; }

.spark .glyphicon-fullscreen:before {
  content: "\e140"; }

.spark .glyphicon-dashboard:before {
  content: "\e141"; }

.spark .glyphicon-heart-empty:before {
  content: "\e143"; }

.spark .glyphicon-link:before {
  content: "\e144"; }

.spark .glyphicon-phone:before {
  content: "\e145"; }

.spark .glyphicon-usd:before {
  content: "\e148"; }

.spark .glyphicon-gbp:before {
  content: "\e149"; }

.spark .glyphicon-sort:before {
  content: "\e150"; }

.spark .glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.spark .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.spark .glyphicon-sort-by-order:before {
  content: "\e153"; }

.spark .glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.spark .glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.spark .glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.spark .glyphicon-unchecked:before {
  content: "\e157"; }

.spark .glyphicon-expand:before {
  content: "\e158"; }

.spark .glyphicon-collapse-down:before {
  content: "\e159"; }

.spark .glyphicon-collapse-up:before {
  content: "\e160"; }

.spark .glyphicon-log-in:before {
  content: "\e161"; }

.spark .glyphicon-flash:before {
  content: "\e162"; }

.spark .glyphicon-log-out:before {
  content: "\e163"; }

.spark .glyphicon-new-window:before {
  content: "\e164"; }

.spark .glyphicon-record:before {
  content: "\e165"; }

.spark .glyphicon-save:before {
  content: "\e166"; }

.spark .glyphicon-open:before {
  content: "\e167"; }

.spark .glyphicon-saved:before {
  content: "\e168"; }

.spark .glyphicon-import:before {
  content: "\e169"; }

.spark .glyphicon-export:before {
  content: "\e170"; }

.spark .glyphicon-send:before {
  content: "\e171"; }

.spark .glyphicon-floppy-disk:before {
  content: "\e172"; }

.spark .glyphicon-floppy-saved:before {
  content: "\e173"; }

.spark .glyphicon-floppy-remove:before {
  content: "\e174"; }

.spark .glyphicon-floppy-save:before {
  content: "\e175"; }

.spark .glyphicon-floppy-open:before {
  content: "\e176"; }

.spark .glyphicon-credit-card:before {
  content: "\e177"; }

.spark .glyphicon-transfer:before {
  content: "\e178"; }

.spark .glyphicon-cutlery:before {
  content: "\e179"; }

.spark .glyphicon-header:before {
  content: "\e180"; }

.spark .glyphicon-compressed:before {
  content: "\e181"; }

.spark .glyphicon-earphone:before {
  content: "\e182"; }

.spark .glyphicon-phone-alt:before {
  content: "\e183"; }

.spark .glyphicon-tower:before {
  content: "\e184"; }

.spark .glyphicon-stats:before {
  content: "\e185"; }

.spark .glyphicon-sd-video:before {
  content: "\e186"; }

.spark .glyphicon-hd-video:before {
  content: "\e187"; }

.spark .glyphicon-subtitles:before {
  content: "\e188"; }

.spark .glyphicon-sound-stereo:before {
  content: "\e189"; }

.spark .glyphicon-sound-dolby:before {
  content: "\e190"; }

.spark .glyphicon-sound-5-1:before {
  content: "\e191"; }

.spark .glyphicon-sound-6-1:before {
  content: "\e192"; }

.spark .glyphicon-sound-7-1:before {
  content: "\e193"; }

.spark .glyphicon-copyright-mark:before {
  content: "\e194"; }

.spark .glyphicon-registration-mark:before {
  content: "\e195"; }

.spark .glyphicon-cloud-download:before {
  content: "\e197"; }

.spark .glyphicon-cloud-upload:before {
  content: "\e198"; }

.spark .glyphicon-tree-conifer:before {
  content: "\e199"; }

.spark .glyphicon-tree-deciduous:before {
  content: "\e200"; }

.spark .glyphicon-briefcase:before {
  content: "\1f4bc"; }

.spark .glyphicon-calendar:before {
  content: "\1f4c5"; }

.spark .glyphicon-pushpin:before {
  content: "\1f4cc"; }

.spark .glyphicon-paperclip:before {
  content: "\1f4ce"; }

.spark .glyphicon-camera:before {
  content: "\1f4f7"; }

.spark .glyphicon-lock:before {
  content: "\1f512"; }

.spark .glyphicon-bell:before {
  content: "\1f514"; }

.spark .glyphicon-bookmark:before {
  content: "\1f516"; }

.spark .glyphicon-fire:before {
  content: "\1f525"; }

.spark .glyphicon-wrench:before {
  content: "\1f527"; }

.spark .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: ""; }

.spark .dropdown {
  position: relative; }

.spark .dropdown-toggle:focus {
  outline: 0; }

.spark .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.spark .dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.spark .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.spark .dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap; }

.spark .dropdown-menu &gt; li &gt; a:hover,
.spark .dropdown-menu &gt; li &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca; }

.spark .dropdown-menu &gt; .active &gt; a,
.spark .dropdown-menu &gt; .active &gt; a:hover,
.spark .dropdown-menu &gt; .active &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0; }

.spark .dropdown-menu &gt; .disabled &gt; a,
.spark .dropdown-menu &gt; .disabled &gt; a:hover,
.spark .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999999; }

.spark .dropdown-menu &gt; .disabled &gt; a:hover,
.spark .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.spark .open &gt; .dropdown-menu {
  display: block; }

.spark .open &gt; a {
  outline: 0; }

.spark .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999; }

.spark .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.spark .pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto; }

.spark .dropup .caret,
.spark .navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: ""; }

.spark .dropup .dropdown-menu,
.spark .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .spark .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.spark .btn-default .caret {
  border-top-color: #333333; }

.spark .btn-primary .caret,
.spark .btn-success .caret,
.spark .btn-warning .caret,
.spark .btn-danger .caret,
.spark .btn-info .caret {
  border-top-color: #fff; }

.spark .dropup .btn-default .caret {
  border-bottom-color: #333333; }

.spark .dropup .btn-primary .caret,
.spark .dropup .btn-success .caret,
.spark .dropup .btn-warning .caret,
.spark .dropup .btn-danger .caret,
.spark .dropup .btn-info .caret {
  border-bottom-color: #fff; }

.spark .btn-group,
.spark .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.spark .btn-group &gt; .btn,
.spark .btn-group-vertical &gt; .btn {
  position: relative;
  float: left; }

.spark .btn-group &gt; .btn:hover,
.spark .btn-group-vertical &gt; .btn:hover,
.spark .btn-group &gt; .btn:focus,
.spark .btn-group-vertical &gt; .btn:focus,
.spark .btn-group &gt; .btn:active,
.spark .btn-group-vertical &gt; .btn:active,
.spark .btn-group &gt; .btn.active,
.spark .btn-group-vertical &gt; .btn.active {
  z-index: 2; }

.spark .btn-group &gt; .btn:focus,
.spark .btn-group-vertical &gt; .btn:focus {
  outline: none; }

.spark .btn-group .btn + .btn,
.spark .btn-group .btn + .btn-group,
.spark .btn-group .btn-group + .btn,
.spark .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.spark .btn-toolbar:before,
.spark .btn-toolbar:after {
  display: table;
  content: " "; }

.spark .btn-toolbar:after {
  clear: both; }

.spark .btn-toolbar:before,
.spark .btn-toolbar:after {
  display: table;
  content: " "; }

.spark .btn-toolbar:after {
  clear: both; }

.spark .btn-toolbar .btn-group {
  float: left; }

.spark .btn-toolbar &gt; .btn + .btn,
.spark .btn-toolbar &gt; .btn-group + .btn,
.spark .btn-toolbar &gt; .btn + .btn-group,
.spark .btn-toolbar &gt; .btn-group + .btn-group {
  margin-left: 5px; }

.spark .btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.spark .btn-group &gt; .btn:first-child {
  margin-left: 0; }

.spark .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.spark .btn-group &gt; .btn:last-child:not(:first-child),
.spark .btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.spark .btn-group &gt; .btn-group {
  float: left; }

.spark .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.spark .btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.spark .btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.spark .btn-group &gt; .btn-group:last-child &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.spark .btn-group .dropdown-toggle:active,
.spark .btn-group.open .dropdown-toggle {
  outline: 0; }

.spark .btn-group-xs &gt; .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.spark .btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.spark .btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.spark .btn-group &gt; .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.spark .btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.spark .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.spark .btn .caret {
  margin-left: 0; }

.spark .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.spark .dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.spark .btn-group-vertical &gt; .btn,
.spark .btn-group-vertical &gt; .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.spark .btn-group-vertical &gt; .btn-group:before,
.spark .btn-group-vertical &gt; .btn-group:after {
  display: table;
  content: " "; }

.spark .btn-group-vertical &gt; .btn-group:after {
  clear: both; }

.spark .btn-group-vertical &gt; .btn-group:before,
.spark .btn-group-vertical &gt; .btn-group:after {
  display: table;
  content: " "; }

.spark .btn-group-vertical &gt; .btn-group:after {
  clear: both; }

.spark .btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }

.spark .btn-group-vertical &gt; .btn + .btn,
.spark .btn-group-vertical &gt; .btn + .btn-group,
.spark .btn-group-vertical &gt; .btn-group + .btn,
.spark .btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.spark .btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.spark .btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.spark .btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0; }

.spark .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.spark .btn-group-vertical &gt; .btn-group:first-child &gt; .btn:last-child,
.spark .btn-group-vertical &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.spark .btn-group-vertical &gt; .btn-group:last-child &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.spark .btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed; }

.spark .btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%; }

.spark [data-toggle="buttons"] &gt; .btn &gt; input[type="radio"],
.spark [data-toggle="buttons"] &gt; .btn &gt; input[type="checkbox"] {
  display: none; }

.spark .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.spark .input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.spark .input-group .form-control {
  width: 100%;
  margin-bottom: 0; }

.spark .input-group-lg &gt; .form-control,
.spark .input-group-lg &gt; .input-group-addon,
.spark .input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.spark select.input-group-lg &gt; .form-control,
.spark select.input-group-lg &gt; .input-group-addon,
.spark select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 45px;
  line-height: 45px; }

.spark textarea.input-group-lg &gt; .form-control,
.spark textarea.input-group-lg &gt; .input-group-addon,
.spark textarea.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto; }

.spark .input-group-sm &gt; .form-control,
.spark .input-group-sm &gt; .input-group-addon,
.spark .input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.spark select.input-group-sm &gt; .form-control,
.spark select.input-group-sm &gt; .input-group-addon,
.spark select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px; }

.spark textarea.input-group-sm &gt; .form-control,
.spark textarea.input-group-sm &gt; .input-group-addon,
.spark textarea.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto; }

.spark .input-group-addon,
.spark .input-group-btn,
.spark .input-group .form-control {
  display: table-cell; }

.spark .input-group-addon:not(:first-child):not(:last-child),
.spark .input-group-btn:not(:first-child):not(:last-child),
.spark .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.spark .input-group-addon,
.spark .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.spark .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.spark .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.spark .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.spark .input-group-addon input[type="radio"],
.spark .input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.spark .input-group .form-control:first-child,
.spark .input-group-addon:first-child,
.spark .input-group-btn:first-child &gt; .btn,
.spark .input-group-btn:first-child &gt; .dropdown-toggle,
.spark .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.spark .input-group-addon:first-child {
  border-right: 0; }

.spark .input-group .form-control:last-child,
.spark .input-group-addon:last-child,
.spark .input-group-btn:last-child &gt; .btn,
.spark .input-group-btn:last-child &gt; .dropdown-toggle,
.spark .input-group-btn:first-child &gt; .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.spark .input-group-addon:last-child {
  border-left: 0; }

.spark .input-group-btn {
  position: relative;
  white-space: nowrap; }

.spark .input-group-btn &gt; .btn {
  position: relative; }

.spark .input-group-btn &gt; .btn + .btn {
  margin-left: -4px; }

.spark .input-group-btn &gt; .btn:hover,
.spark .input-group-btn &gt; .btn:active {
  z-index: 2; }

.spark .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.spark .nav:before,
.spark .nav:after {
  display: table;
  content: " "; }

.spark .nav:after {
  clear: both; }

.spark .nav:before,
.spark .nav:after {
  display: table;
  content: " "; }

.spark .nav:after {
  clear: both; }

.spark .nav &gt; li {
  position: relative;
  display: block; }

.spark .nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.spark .nav &gt; li &gt; a:hover,
.spark .nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.spark .nav &gt; li.disabled &gt; a {
  color: #999999; }

.spark .nav &gt; li.disabled &gt; a:hover,
.spark .nav &gt; li.disabled &gt; a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.spark .nav .open &gt; a,
.spark .nav .open &gt; a:hover,
.spark .nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #428bca; }

.spark .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.spark .nav &gt; li &gt; a &gt; img {
  max-width: none; }

.spark .nav-tabs {
  border-bottom: 1px solid #dddddd; }

.spark .nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px; }

.spark .nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.spark .nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.spark .nav-tabs &gt; li.active &gt; a,
.spark .nav-tabs &gt; li.active &gt; a:hover,
.spark .nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent; }

.spark .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.spark .nav-tabs.nav-justified &gt; li {
  float: none; }

.spark .nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center; }

@media (min-width: 768px) {
  .spark .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%; } }
.spark .nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd; }

.spark .nav-tabs.nav-justified &gt; .active &gt; a {
  border-bottom-color: #ffffff; }

.spark .nav-pills &gt; li {
  float: left; }

.spark .nav-pills &gt; li &gt; a {
  border-radius: 5px; }

.spark .nav-pills &gt; li + li {
  margin-left: 2px; }

.spark .nav-pills &gt; li.active &gt; a,
.spark .nav-pills &gt; li.active &gt; a:hover,
.spark .nav-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
  background-color: #428bca; }

.spark .nav-stacked &gt; li {
  float: none; }

.spark .nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0; }

.spark .nav-justified {
  width: 100%; }

.spark .nav-justified &gt; li {
  float: none; }

.spark .nav-justified &gt; li &gt; a {
  text-align: center; }

@media (min-width: 768px) {
  .spark .nav-justified &gt; li {
    display: table-cell;
    width: 1%; } }
.spark .nav-tabs-justified {
  border-bottom: 0; }

.spark .nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd; }

.spark .nav-tabs-justified &gt; .active &gt; a {
  border-bottom-color: #ffffff; }

.spark .tabbable:before,
.spark .tabbable:after {
  display: table;
  content: " "; }

.spark .tabbable:after {
  clear: both; }

.spark .tabbable:before,
.spark .tabbable:after {
  display: table;
  content: " "; }

.spark .tabbable:after {
  clear: both; }

.spark .tab-content &gt; .tab-pane,
.spark .pill-content &gt; .pill-pane {
  display: none; }

.spark .tab-content &gt; .active,
.spark .pill-content &gt; .active {
  display: block; }

.spark .nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.spark .nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

.spark .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.spark .navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.spark .navbar:before,
.spark .navbar:after {
  display: table;
  content: " "; }

.spark .navbar:after {
  clear: both; }

.spark .navbar:before,
.spark .navbar:after {
  display: table;
  content: " "; }

.spark .navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .spark .navbar {
    border-radius: 4px; } }
.spark .navbar-header:before,
.spark .navbar-header:after {
  display: table;
  content: " "; }

.spark .navbar-header:after {
  clear: both; }

.spark .navbar-header:before,
.spark .navbar-header:after {
  display: table;
  content: " "; }

.spark .navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .spark .navbar-header {
    float: left; } }
.spark .navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.spark .navbar-collapse:before,
.spark .navbar-collapse:after {
  display: table;
  content: " "; }

.spark .navbar-collapse:after {
  clear: both; }

.spark .navbar-collapse:before,
.spark .navbar-collapse:after {
  display: table;
  content: " "; }

.spark .navbar-collapse:after {
  clear: both; }

.spark .navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .spark .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .spark .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .spark .navbar-collapse.in {
    overflow-y: visible; }

  .spark .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px; }

  .spark .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px; }

  .spark .navbar-collapse .navbar-text:last-child {
    margin-right: 0; } }
.spark .container &gt; .navbar-header,
.spark .container &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .spark .container &gt; .navbar-header,
  .spark .container &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.spark .navbar-static-top {
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .spark .navbar-static-top {
    border-radius: 0; } }
.spark .navbar-fixed-top,
.spark .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .spark .navbar-fixed-top,
  .spark .navbar-fixed-bottom {
    border-radius: 0; } }
.spark .navbar-fixed-top {
  top: 0;
  z-index: 1030; }

.spark .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; }

.spark .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.spark .navbar-brand:hover,
.spark .navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .spark .navbar &gt; .container .navbar-brand {
    margin-left: -15px; } }
.spark .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }

.spark .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.spark .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .spark .navbar-toggle {
    display: none; } }
.spark .navbar-nav {
  margin: 7.5px -15px; }

.spark .navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .spark .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .spark .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .spark .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .spark .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px; }

  .spark .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .spark .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .spark .navbar-nav {
    float: left;
    margin: 0; }

  .spark .navbar-nav &gt; li {
    float: left; }

  .spark .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (min-width: 768px) {
  .spark .navbar-left {
    float: left !important; }

  .spark .navbar-right {
    float: right !important; } }
.spark .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .spark .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .spark .navbar-form .form-control {
    display: inline-block; }

  .spark .navbar-form .radio,
  .spark .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .spark .navbar-form .radio input[type="radio"],
  .spark .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
@media (max-width: 767px) {
  .spark .navbar-form .form-group {
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  .spark .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.spark .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.spark .navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.spark .navbar-nav.pull-right &gt; li &gt; .dropdown-menu,
.spark .navbar-nav &gt; li &gt; .dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.spark .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.spark .navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .spark .navbar-text {
    margin-right: 15px;
    margin-left: 15px; } }
.spark .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.spark .navbar-default .navbar-brand {
  color: #777777; }

.spark .navbar-default .navbar-brand:hover,
.spark .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.spark .navbar-default .navbar-text {
  color: #777777; }

.spark .navbar-default .navbar-nav &gt; li &gt; a {
  color: #777777; }

.spark .navbar-default .navbar-nav &gt; li &gt; a:hover,
.spark .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333333;
  background-color: transparent; }

.spark .navbar-default .navbar-nav &gt; .active &gt; a,
.spark .navbar-default .navbar-nav &gt; .active &gt; a:hover,
.spark .navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.spark .navbar-default .navbar-nav &gt; .disabled &gt; a,
.spark .navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.spark .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #cccccc;
  background-color: transparent; }

.spark .navbar-default .navbar-toggle {
  border-color: #dddddd; }

.spark .navbar-default .navbar-toggle:hover,
.spark .navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.spark .navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc; }

.spark .navbar-default .navbar-collapse,
.spark .navbar-default .navbar-form {
  border-color: #e6e6e6; }

.spark .navbar-default .navbar-nav &gt; .dropdown &gt; a:hover .caret,
.spark .navbar-default .navbar-nav &gt; .dropdown &gt; a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333; }

.spark .navbar-default .navbar-nav &gt; .open &gt; a,
.spark .navbar-default .navbar-nav &gt; .open &gt; a:hover,
.spark .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.spark .navbar-default .navbar-nav &gt; .open &gt; a .caret,
.spark .navbar-default .navbar-nav &gt; .open &gt; a:hover .caret,
.spark .navbar-default .navbar-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.spark .navbar-default .navbar-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

@media (max-width: 767px) {
  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777777; }

  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333333;
    background-color: transparent; }

  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555555;
    background-color: #e7e7e7; }

  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .spark .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #cccccc;
    background-color: transparent; } }
.spark .navbar-default .navbar-link {
  color: #777777; }

.spark .navbar-default .navbar-link:hover {
  color: #333333; }

.spark .navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.spark .navbar-inverse .navbar-brand {
  color: #999999; }

.spark .navbar-inverse .navbar-brand:hover,
.spark .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.spark .navbar-inverse .navbar-text {
  color: #999999; }

.spark .navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #999999; }

.spark .navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.spark .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #ffffff;
  background-color: transparent; }

.spark .navbar-inverse .navbar-nav &gt; .active &gt; a,
.spark .navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.spark .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #ffffff;
  background-color: #080808; }

.spark .navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.spark .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.spark .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444444;
  background-color: transparent; }

.spark .navbar-inverse .navbar-toggle {
  border-color: #333333; }

.spark .navbar-inverse .navbar-toggle:hover,
.spark .navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.spark .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.spark .navbar-inverse .navbar-collapse,
.spark .navbar-inverse .navbar-form {
  border-color: #101010; }

.spark .navbar-inverse .navbar-nav &gt; .open &gt; a,
.spark .navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.spark .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  color: #ffffff;
  background-color: #080808; }

.spark .navbar-inverse .navbar-nav &gt; .dropdown &gt; a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.spark .navbar-inverse .navbar-nav &gt; .dropdown &gt; a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

.spark .navbar-inverse .navbar-nav &gt; .open &gt; a .caret,
.spark .navbar-inverse .navbar-nav &gt; .open &gt; a:hover .caret,
.spark .navbar-inverse .navbar-nav &gt; .open &gt; a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

@media (max-width: 767px) {
  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808; }

  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #999999; }

  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #ffffff;
    background-color: transparent; }

  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color: #080808; }

  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .spark .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444444;
    background-color: transparent; } }
.spark .navbar-inverse .navbar-link {
  color: #999999; }

.spark .navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.spark .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.spark .breadcrumb &gt; li {
  display: inline-block; }

.spark .breadcrumb &gt; li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0"; }

.spark .breadcrumb &gt; .active {
  color: #999999; }

.spark .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.spark .pagination &gt; li {
  display: inline; }

.spark .pagination &gt; li &gt; a,
.spark .pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.spark .pagination &gt; li:first-child &gt; a,
.spark .pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.spark .pagination &gt; li:last-child &gt; a,
.spark .pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.spark .pagination &gt; li &gt; a:hover,
.spark .pagination &gt; li &gt; span:hover,
.spark .pagination &gt; li &gt; a:focus,
.spark .pagination &gt; li &gt; span:focus {
  background-color: #eeeeee; }

.spark .pagination &gt; .active &gt; a,
.spark .pagination &gt; .active &gt; span,
.spark .pagination &gt; .active &gt; a:hover,
.spark .pagination &gt; .active &gt; span:hover,
.spark .pagination &gt; .active &gt; a:focus,
.spark .pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca; }

.spark .pagination &gt; .disabled &gt; span,
.spark .pagination &gt; .disabled &gt; a,
.spark .pagination &gt; .disabled &gt; a:hover,
.spark .pagination &gt; .disabled &gt; a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd; }

.spark .pagination-lg &gt; li &gt; a,
.spark .pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px; }

.spark .pagination-lg &gt; li:first-child &gt; a,
.spark .pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.spark .pagination-lg &gt; li:last-child &gt; a,
.spark .pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.spark .pagination-sm &gt; li &gt; a,
.spark .pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px; }

.spark .pagination-sm &gt; li:first-child &gt; a,
.spark .pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.spark .pagination-sm &gt; li:last-child &gt; a,
.spark .pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.spark .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.spark .pager:before,
.spark .pager:after {
  display: table;
  content: " "; }

.spark .pager:after {
  clear: both; }

.spark .pager:before,
.spark .pager:after {
  display: table;
  content: " "; }

.spark .pager:after {
  clear: both; }

.spark .pager li {
  display: inline; }

.spark .pager li &gt; a,
.spark .pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.spark .pager li &gt; a:hover,
.spark .pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.spark .pager .next &gt; a,
.spark .pager .next &gt; span {
  float: right; }

.spark .pager .previous &gt; a,
.spark .pager .previous &gt; span {
  float: left; }

.spark .pager .disabled &gt; a,
.spark .pager .disabled &gt; a:hover,
.spark .pager .disabled &gt; a:focus,
.spark .pager .disabled &gt; span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff; }

.spark .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.spark .label[href]:hover,
.spark .label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.spark .label:empty {
  display: none; }

.spark .label-default {
  background-color: #999999; }

.spark .label-default[href]:hover,
.spark .label-default[href]:focus {
  background-color: #808080; }

.spark .label-primary {
  background-color: #428bca; }

.spark .label-primary[href]:hover,
.spark .label-primary[href]:focus {
  background-color: #3071a9; }

.spark .label-success {
  background-color: #5cb85c; }

.spark .label-success[href]:hover,
.spark .label-success[href]:focus {
  background-color: #449d44; }

.spark .label-info {
  background-color: #5bc0de; }

.spark .label-info[href]:hover,
.spark .label-info[href]:focus {
  background-color: #31b0d5; }

.spark .label-warning {
  background-color: #f0ad4e; }

.spark .label-warning[href]:hover,
.spark .label-warning[href]:focus {
  background-color: #ec971f; }

.spark .label-danger {
  background-color: #d9534f; }

.spark .label-danger[href]:hover,
.spark .label-danger[href]:focus {
  background-color: #c9302c; }

.spark .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px; }

.spark .badge:empty {
  display: none; }

.spark a.badge:hover,
.spark a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.spark .btn .badge {
  position: relative;
  top: -1px; }

.spark a.list-group-item.active &gt; .badge,
.spark .nav-pills &gt; .active &gt; a &gt; .badge {
  color: #428bca;
  background-color: #ffffff; }

.spark .nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px; }

.spark .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee; }

.spark .jumbotron h1 {
  line-height: 1;
  color: inherit; }

.spark .jumbotron p {
  line-height: 1.4; }

.spark .container .jumbotron {
  border-radius: 6px; }

@media screen and (min-width: 768px) {
  .spark .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .spark .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .spark .jumbotron h1 {
    font-size: 63px; } }
.spark .thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.spark .thumbnail &gt; img {
  display: block;
  height: auto;
  max-width: 100%; }

.spark a.thumbnail:hover,
.spark a.thumbnail:focus {
  border-color: #428bca; }

.spark .thumbnail &gt; img {
  margin-right: auto;
  margin-left: auto; }

.spark .thumbnail .caption {
  padding: 9px;
  color: #333333; }

.spark .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.spark .alert h4 {
  margin-top: 0;
  color: inherit; }

.spark .alert .alert-link {
  font-weight: bold; }

.spark .alert &gt; p,
.spark .alert &gt; ul {
  margin-bottom: 0; }

.spark .alert &gt; p + p {
  margin-top: 5px; }

.spark .alert-dismissable {
  padding-right: 35px; }

.spark .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.spark .alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.spark .alert-success hr {
  border-top-color: #c9e2b3; }

.spark .alert-success .alert-link {
  color: #356635; }

.spark .alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.spark .alert-info hr {
  border-top-color: #a6e1ec; }

.spark .alert-info .alert-link {
  color: #2d6987; }

.spark .alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.spark .alert-warning hr {
  border-top-color: #f8e5be; }

.spark .alert-warning .alert-link {
  color: #a47e3c; }

.spark .alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.spark .alert-danger hr {
  border-top-color: #e6c1c7; }

.spark .alert-danger .alert-link {
  color: #953b39; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.spark .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.spark .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.spark .progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.spark .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.spark .progress-bar-success {
  background-color: #5cb85c; }

.spark .progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.spark .progress-bar-info {
  background-color: #5bc0de; }

.spark .progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.spark .progress-bar-warning {
  background-color: #f0ad4e; }

.spark .progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.spark .progress-bar-danger {
  background-color: #d9534f; }

.spark .progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.spark .media,
.spark .media-body {
  overflow: hidden;
  zoom: 1; }

.spark .media,
.spark .media .media {
  margin-top: 15px; }

.spark .media:first-child {
  margin-top: 0; }

.spark .media-object {
  display: block; }

.spark .media-heading {
  margin: 0 0 5px; }

.spark .media &gt; .pull-left {
  margin-right: 10px; }

.spark .media &gt; .pull-right {
  margin-left: 10px; }

.spark .media-list {
  padding-left: 0;
  list-style: none; }

.spark .list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.spark .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.spark .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.spark .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.spark .list-group-item &gt; .badge {
  float: right; }

.spark .list-group-item &gt; .badge + .badge {
  margin-right: 5px; }

.spark a.list-group-item {
  color: #555555; }

.spark a.list-group-item .list-group-item-heading {
  color: #333333; }

.spark a.list-group-item:hover,
.spark a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

.spark .list-group-item.active,
.spark .list-group-item.active:hover,
.spark .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.spark .list-group-item.active .list-group-item-heading,
.spark .list-group-item.active:hover .list-group-item-heading,
.spark .list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

.spark .list-group-item.active .list-group-item-text,
.spark .list-group-item.active:hover .list-group-item-text,
.spark .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.spark .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.spark .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.spark .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.spark .panel-body {
  padding: 15px; }

.spark .panel-body:before,
.spark .panel-body:after {
  display: table;
  content: " "; }

.spark .panel-body:after {
  clear: both; }

.spark .panel-body:before,
.spark .panel-body:after {
  display: table;
  content: " "; }

.spark .panel-body:after {
  clear: both; }

.spark .panel &gt; .list-group {
  margin-bottom: 0; }

.spark .panel &gt; .list-group .list-group-item {
  border-width: 1px 0; }

.spark .panel &gt; .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.spark .panel &gt; .list-group .list-group-item:last-child {
  border-bottom: 0; }

.spark .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.spark .panel &gt; .table {
  margin-bottom: 0; }

.spark .panel &gt; .panel-body + .table {
  border-top: 1px solid #dddddd; }

.spark .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.spark .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.spark .panel-title &gt; a {
  color: inherit; }

.spark .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.spark .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px; }

.spark .panel-group .panel + .panel {
  margin-top: 5px; }

.spark .panel-group .panel-heading {
  border-bottom: 0; }

.spark .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.spark .panel-group .panel-footer {
  border-top: 0; }

.spark .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.spark .panel-default {
  border-color: #dddddd; }

.spark .panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.spark .panel-default &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd; }

.spark .panel-default &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd; }

.spark .panel-primary {
  border-color: #428bca; }

.spark .panel-primary &gt; .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.spark .panel-primary &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.spark .panel-primary &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.spark .panel-success {
  border-color: #d6e9c6; }

.spark .panel-success &gt; .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.spark .panel-success &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.spark .panel-success &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.spark .panel-warning {
  border-color: #fbeed5; }

.spark .panel-warning &gt; .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.spark .panel-warning &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5; }

.spark .panel-warning &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5; }

.spark .panel-danger {
  border-color: #eed3d7; }

.spark .panel-danger &gt; .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.spark .panel-danger &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7; }

.spark .panel-danger &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7; }

.spark .panel-info {
  border-color: #bce8f1; }

.spark .panel-info &gt; .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.spark .panel-info &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.spark .panel-info &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.spark .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.spark .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.spark .well-lg {
  padding: 24px;
  border-radius: 6px; }

.spark .well-sm {
  padding: 9px;
  border-radius: 3px; }

.spark .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.spark .close:hover,
.spark .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.spark button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.spark .modal-open {
  overflow: hidden; }

.spark body.modal-open,
.spark .modal-open .navbar-fixed-top,
.spark .modal-open .navbar-fixed-bottom {
  margin-right: 15px; }

.spark .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll; }

.spark .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.spark .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.spark .modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto; }

.spark .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box; }

.spark .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000; }

.spark .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.spark .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.spark .modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.spark .modal-header .close {
  margin-top: -2px; }

.spark .modal-title {
  margin: 0;
  line-height: 1.428571429; }

.spark .modal-body {
  position: relative;
  padding: 20px; }

.spark .modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.spark .modal-footer:before,
.spark .modal-footer:after {
  display: table;
  content: " "; }

.spark .modal-footer:after {
  clear: both; }

.spark .modal-footer:before,
.spark .modal-footer:after {
  display: table;
  content: " "; }

.spark .modal-footer:after {
  clear: both; }

.spark .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.spark .modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.spark .modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .spark .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .spark .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.spark .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.spark .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.spark .tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.spark .tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.spark .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.spark .tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.spark .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.spark .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.spark .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.spark .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.spark .tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.spark .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0; }

.spark .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px; }

.spark .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.spark .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.spark .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.spark .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.spark .popover.top {
  margin-top: -10px; }

.spark .popover.right {
  margin-left: 10px; }

.spark .popover.bottom {
  margin-top: 10px; }

.spark .popover.left {
  margin-left: -10px; }

.spark .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.spark .popover-content {
  padding: 9px 14px; }

.spark .popover .arrow,
.spark .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.spark .popover .arrow {
  border-width: 11px; }

.spark .popover .arrow:after {
  border-width: 10px;
  content: ""; }

.spark .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.spark .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " "; }

.spark .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.spark .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " "; }

.spark .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0; }

.spark .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " "; }

.spark .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0; }

.spark .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " "; }

.spark .carousel {
  position: relative; }

.spark .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.spark .carousel-inner &gt; .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.spark .carousel-inner &gt; .item &gt; img,
.spark .carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1; }

.spark .carousel-inner &gt; .active,
.spark .carousel-inner &gt; .next,
.spark .carousel-inner &gt; .prev {
  display: block; }

.spark .carousel-inner &gt; .active {
  left: 0; }

.spark .carousel-inner &gt; .next,
.spark .carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.spark .carousel-inner &gt; .next {
  left: 100%; }

.spark .carousel-inner &gt; .prev {
  left: -100%; }

.spark .carousel-inner &gt; .next.left,
.spark .carousel-inner &gt; .prev.right {
  left: 0; }

.spark .carousel-inner &gt; .active.left {
  left: -100%; }

.spark .carousel-inner &gt; .active.right {
  left: 100%; }

.spark .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50); }

.spark .carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.spark .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.spark .carousel-control:hover,
.spark .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.spark .carousel-control .icon-prev,
.spark .carousel-control .icon-next,
.spark .carousel-control .glyphicon-chevron-left,
.spark .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block; }

.spark .carousel-control .icon-prev,
.spark .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.spark .carousel-control .icon-prev:before {
  content: '\2039'; }

.spark .carousel-control .icon-next:before {
  content: '\203a'; }

.spark .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.spark .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px; }

.spark .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff; }

.spark .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.spark .carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .spark .carousel-control .icon-prev,
  .spark .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .spark .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .spark .carousel-indicators {
    bottom: 20px; } }
.spark .clearfix:before,
.spark .clearfix:after {
  display: table;
  content: " "; }

.spark .clearfix:after {
  clear: both; }

.spark .pull-right {
  float: right !important; }

.spark .pull-left {
  float: left !important; }

.spark .hide {
  display: none !important; }

.spark .show {
  display: block !important; }

.spark .invisible {
  visibility: hidden; }

.spark .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.spark .affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.spark .hidden {
  display: none !important;
  visibility: hidden !important; }

.spark .visible-xs {
  display: none !important; }

.spark tr.visible-xs {
  display: none !important; }

.spark th.visible-xs,
.spark td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .spark .visible-xs {
    display: block !important; }

  .spark tr.visible-xs {
    display: table-row !important; }

  .spark th.visible-xs,
  .spark td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .spark .visible-xs.visible-sm {
    display: block !important; }

  .spark tr.visible-xs.visible-sm {
    display: table-row !important; }

  .spark th.visible-xs.visible-sm,
  .spark td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .spark .visible-xs.visible-md {
    display: block !important; }

  .spark tr.visible-xs.visible-md {
    display: table-row !important; }

  .spark th.visible-xs.visible-md,
  .spark td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .spark .visible-xs.visible-lg {
    display: block !important; }

  .spark tr.visible-xs.visible-lg {
    display: table-row !important; }

  .spark th.visible-xs.visible-lg,
  .spark td.visible-xs.visible-lg {
    display: table-cell !important; } }
.spark .visible-sm {
  display: none !important; }

.spark tr.visible-sm {
  display: none !important; }

.spark th.visible-sm,
.spark td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .spark .visible-sm.visible-xs {
    display: block !important; }

  .spark tr.visible-sm.visible-xs {
    display: table-row !important; }

  .spark th.visible-sm.visible-xs,
  .spark td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .spark .visible-sm {
    display: block !important; }

  .spark tr.visible-sm {
    display: table-row !important; }

  .spark th.visible-sm,
  .spark td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .spark .visible-sm.visible-md {
    display: block !important; }

  .spark tr.visible-sm.visible-md {
    display: table-row !important; }

  .spark th.visible-sm.visible-md,
  .spark td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .spark .visible-sm.visible-lg {
    display: block !important; }

  .spark tr.visible-sm.visible-lg {
    display: table-row !important; }

  .spark th.visible-sm.visible-lg,
  .spark td.visible-sm.visible-lg {
    display: table-cell !important; } }
.spark .visible-md {
  display: none !important; }

.spark tr.visible-md {
  display: none !important; }

.spark th.visible-md,
.spark td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .spark .visible-md.visible-xs {
    display: block !important; }

  .spark tr.visible-md.visible-xs {
    display: table-row !important; }

  .spark th.visible-md.visible-xs,
  .spark td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .spark .visible-md.visible-sm {
    display: block !important; }

  .spark tr.visible-md.visible-sm {
    display: table-row !important; }

  .spark th.visible-md.visible-sm,
  .spark td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .spark .visible-md {
    display: block !important; }

  .spark tr.visible-md {
    display: table-row !important; }

  .spark th.visible-md,
  .spark td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .spark .visible-md.visible-lg {
    display: block !important; }

  .spark tr.visible-md.visible-lg {
    display: table-row !important; }

  .spark th.visible-md.visible-lg,
  .spark td.visible-md.visible-lg {
    display: table-cell !important; } }
.spark .visible-lg {
  display: none !important; }

.spark tr.visible-lg {
  display: none !important; }

.spark th.visible-lg,
.spark td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .spark .visible-lg.visible-xs {
    display: block !important; }

  .spark tr.visible-lg.visible-xs {
    display: table-row !important; }

  .spark th.visible-lg.visible-xs,
  .spark td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .spark .visible-lg.visible-sm {
    display: block !important; }

  .spark tr.visible-lg.visible-sm {
    display: table-row !important; }

  .spark th.visible-lg.visible-sm,
  .spark td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .spark .visible-lg.visible-md {
    display: block !important; }

  .spark tr.visible-lg.visible-md {
    display: table-row !important; }

  .spark th.visible-lg.visible-md,
  .spark td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .spark .visible-lg {
    display: block !important; }

  .spark tr.visible-lg {
    display: table-row !important; }

  .spark th.visible-lg,
  .spark td.visible-lg {
    display: table-cell !important; } }
.spark .hidden-xs {
  display: block !important; }

.spark tr.hidden-xs {
  display: table-row !important; }

.spark th.hidden-xs,
.spark td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .spark .hidden-xs {
    display: none !important; }

  .spark tr.hidden-xs {
    display: none !important; }

  .spark th.hidden-xs,
  .spark td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .spark .hidden-xs.hidden-sm {
    display: none !important; }

  .spark tr.hidden-xs.hidden-sm {
    display: none !important; }

  .spark th.hidden-xs.hidden-sm,
  .spark td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .spark .hidden-xs.hidden-md {
    display: none !important; }

  .spark tr.hidden-xs.hidden-md {
    display: none !important; }

  .spark th.hidden-xs.hidden-md,
  .spark td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .spark .hidden-xs.hidden-lg {
    display: none !important; }

  .spark tr.hidden-xs.hidden-lg {
    display: none !important; }

  .spark th.hidden-xs.hidden-lg,
  .spark td.hidden-xs.hidden-lg {
    display: none !important; } }
.spark .hidden-sm {
  display: block !important; }

.spark tr.hidden-sm {
  display: table-row !important; }

.spark th.hidden-sm,
.spark td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .spark .hidden-sm.hidden-xs {
    display: none !important; }

  .spark tr.hidden-sm.hidden-xs {
    display: none !important; }

  .spark th.hidden-sm.hidden-xs,
  .spark td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .spark .hidden-sm {
    display: none !important; }

  .spark tr.hidden-sm {
    display: none !important; }

  .spark th.hidden-sm,
  .spark td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .spark .hidden-sm.hidden-md {
    display: none !important; }

  .spark tr.hidden-sm.hidden-md {
    display: none !important; }

  .spark th.hidden-sm.hidden-md,
  .spark td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .spark .hidden-sm.hidden-lg {
    display: none !important; }

  .spark tr.hidden-sm.hidden-lg {
    display: none !important; }

  .spark th.hidden-sm.hidden-lg,
  .spark td.hidden-sm.hidden-lg {
    display: none !important; } }
.spark .hidden-md {
  display: block !important; }

.spark tr.hidden-md {
  display: table-row !important; }

.spark th.hidden-md,
.spark td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .spark .hidden-md.hidden-xs {
    display: none !important; }

  .spark tr.hidden-md.hidden-xs {
    display: none !important; }

  .spark th.hidden-md.hidden-xs,
  .spark td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .spark .hidden-md.hidden-sm {
    display: none !important; }

  .spark tr.hidden-md.hidden-sm {
    display: none !important; }

  .spark th.hidden-md.hidden-sm,
  .spark td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .spark .hidden-md {
    display: none !important; }

  .spark tr.hidden-md {
    display: none !important; }

  .spark th.hidden-md,
  .spark td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .spark .hidden-md.hidden-lg {
    display: none !important; }

  .spark tr.hidden-md.hidden-lg {
    display: none !important; }

  .spark th.hidden-md.hidden-lg,
  .spark td.hidden-md.hidden-lg {
    display: none !important; } }
.spark .hidden-lg {
  display: block !important; }

.spark tr.hidden-lg {
  display: table-row !important; }

.spark th.hidden-lg,
.spark td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .spark .hidden-lg.hidden-xs {
    display: none !important; }

  .spark tr.hidden-lg.hidden-xs {
    display: none !important; }

  .spark th.hidden-lg.hidden-xs,
  .spark td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .spark .hidden-lg.hidden-sm {
    display: none !important; }

  .spark tr.hidden-lg.hidden-sm {
    display: none !important; }

  .spark th.hidden-lg.hidden-sm,
  .spark td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .spark .hidden-lg.hidden-md {
    display: none !important; }

  .spark tr.hidden-lg.hidden-md {
    display: none !important; }

  .spark th.hidden-lg.hidden-md,
  .spark td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .spark .hidden-lg {
    display: none !important; }

  .spark tr.hidden-lg {
    display: none !important; }

  .spark th.hidden-lg,
  .spark td.hidden-lg {
    display: none !important; } }
.spark .visible-print {
  display: none !important; }

.spark tr.visible-print {
  display: none !important; }

.spark th.visible-print,
.spark td.visible-print {
  display: none !important; }

@media print {
  .spark .visible-print {
    display: block !important; }

  .spark tr.visible-print {
    display: table-row !important; }

  .spark th.visible-print,
  .spark td.visible-print {
    display: table-cell !important; }

  .spark .hidden-print {
    display: none !important; }

  .spark tr.hidden-print {
    display: none !important; }

  .spark th.hidden-print,
  .spark td.hidden-print {
    display: none !important; } }
/* base button */
/* progress bar */
.spark .progress {
  height: 40px !important; }

.spark .progress-bar {
  padding-top: 12px !important; }

.progress-bar-success {
  background-color: #8dc63f; }

/* tabs */
.spark .nav-tabs {
  white-space: nowrap;
  position: relative; }

.spark .nav-tabs &gt; li {
  display: inline-block;
  float: none; }

.spark .nav-pills &gt; li {
  float: none; }

.spark .nav-tabs .overflow &gt; a {
  padding-right: 10px; }

.spark .dropdown-menu li {
  display: block; }

.spark .icon-sort-down,
.spark .fa-sort-desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wkDDTcOT37XpQAAAAd0RVh0QXV0aG9yAKmuzEgAAAAMdEVYdERlc2NyaXB0aW9uABMJISMAAAAKdEVYdENvcHlyaWdodACsD8w6AAAADnRFWHRDcmVhdGlvbiB0aW1lADX3DwkAAAAJdEVYdFNvZnR3YXJlAF1w/zoAAAALdEVYdERpc2NsYWltZXIAt8C0jwAAAAh0RVh0V2FybmluZwDAG+aHAAAAB3RFWHRTb3VyY2UA9f+D6wAAAAh0RVh0Q29tbWVudAD2zJa/AAAABnRFWHRUaXRsZQCo7tInAAAAe0lEQVQYlWXPMQoCYQyE0RdRxGtYWXgAC3srK2+xN/F44gVE1kKw08JCiIURftdAIMl8E5jITBExxwRP/xWY4Z6Z/biOa+wxwgvZwFPc0KGXmep7h0fBbZ+wzcwP+x3KuMO1gY9Y/TDtUqYNzjhgOdSjoN+UEYsKeRlqb9tRVcmMck6IAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 6px;
  margin-top: 8px; }

.spark .nav-pills &gt; li.active &gt; a,
.spark .nav-pills &gt; li.active &gt; a:focus,
.spark .nav-pills &gt; li.active &gt; a:hover {
  background-color: #f5f5f5;
  border-top: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  color: #337ab7;
  font-weight: 700; }

.spark .nav-pills &gt; li &gt; a {
  border-radius: 0; }

.spark .navbar {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  margin-bottom: 0 !important;
  padding: 15px 0 0; }

/*@media (max-width:320px)
{
        .spark .nav &gt; li &gt; a {
        font-size:smaller;
    }
}*/
/* form container */
#spark-wizard {
  padding: 8px; }

/* form styles */
.spark .input-lg {
  padding: 0 0 0 5px; }

.spark div.required &gt; label:after {
  content: " *";
  color: red;
  font-weight: bold; }

.spark .field-validation-error {
  color: red; }

.spark label {
  font-weight: normal !important; }

.spark label.wizard-section {
  font-weight: bold !important; }

.spark .field-container {
  margin-bottom: 16px; }

/* tooltip overrides */
.spark .text-content {
  padding: 4px; }

.spark .tt.label {
  padding: .1em .4em .1em; }

.spark .tt.label-info {
  background-color: #515967; }

.spark .tooltip-popup.mid-right i.arrow-left:after {
  border-right-color: #515967; }

.spark .tooltip-popup.mid-left i.arrow-right:after {
  border-left-color: #515967; }

.spark .input-validation-error {
  background-color: #ffcece !important; }

@media (max-width: 600px) {
  .spark .tooltip-popup {
    max-width: 200px;
    min-width: 150px; } }
@media (max-width: 400px) {
  .spark .tooltip-popup {
    max-width: 150px;
    min-width: 100px; } }
.spark .tooltip-popup .inner-content {
  border: 1px solid #515967; }

/** Status Toggles **/
.spark .status-toggle {
  border: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  font-weight: normal;
  padding: 5px 12px;
  border-right: 1px solid #CCC !important;
  border-right-width: 1px !important;
  border-right-style: solid  !important;
  border-right-color: #cccccc !important;
  outline: none; }

.spark .btn-group .btn + .btn,
.spark .btn-group .btn + .btn-group,
.spark .btn-group .btn-group + .btn,
.spark .btn-group .btn-group + .btn-group {
  margin-left: 0; }

.spark .true .status-toggle.true,
.spark .status-toggle.true:hover,
.spark .false .status-toggle.false,
.spark .status-toggle.false:hover,
.spark .Yes .status-toggle.Yes,
.spark .status-toggle.Yes:hover,
.spark .No .status-toggle.No,
.spark .status-toggle.No:hover {
  color: #FFF;
  background: #4987c6; }

.spark .true .status-toggle.true,
.spark .false .status-toggle.false,
.spark .Yes .status-toggle.Yes,
.spark .No .status-toggle.No {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4) inset; }

.spark .btn-group &gt; .status-toggle.btn:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px; }

.spark .btn-group &gt; .status-toggle.btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

/*# sourceMappingURL=widget.css.map */
/* 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 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;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Blocks
--------------------------------------------- */
.feat-ben-icon h2 {
  color: #26562A;
  font-weight: bold;
  text-align: center; }
.feat-ben-icon .subhead {
  color: #26562A;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 3rem; }
  .feat-ben-icon .subhead a {
    color: #26562A;
    padding-bottom: 5px;
    position: relative;
    text-decoration: none; }
    .feat-ben-icon .subhead a:after {
      content: "\f054";
      color: #26562A;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: .75rem;
      font-weight: 900;
      line-height: 0;
      padding-left: .5rem;
      position: relative;
      top: -2px;
      z-index: 1; }
    .feat-ben-icon .subhead a:hover:after, .feat-ben-icon .subhead a:focus:after {
      content: "\f054";
      color: #72BF44;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: .75rem;
      font-weight: 900;
      line-height: 0;
      padding-left: .5rem;
      position: relative;
      top: -2px;
      z-index: 1; }
    .feat-ben-icon .subhead a:focus {
      border-bottom: 3px solid #72BF44; }
.feat-ben-icon .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 910px;
  margin: 0 auto;
  padding-left: 0; }
  @media (max-width: 768px) {
    .feat-ben-icon .icons {
      display: block; } }
  .feat-ben-icon .icons li {
    list-style: none;
    width: 48%;
    padding: .5rem 0 1.3rem 4.5rem;
    margin-bottom: 1.5rem;
    background-size: 2.6rem;
    background-repeat: no-repeat;
    background-position: 0 8px;
    font-size: 1.125rem;
    line-height: 1.5; }
    @media (max-width: 1200px) {
      .feat-ben-icon .icons li {
        background-position: 0 center; } }
    @media (max-width: 768px) {
      .feat-ben-icon .icons li {
        text-align: center;
        width: 100%;
        background-position: top center;
        padding: 3.5rem 0 2rem 0;
        margin-bottom: 1rem; } }
    .feat-ben-icon .icons li:nth-child(even) {
      margin-left: 1%; }
      @media (max-width: 768px) {
        .feat-ben-icon .icons li:nth-child(even) {
          margin-left: 0; } }

.db-card {
  background: #26562A url(./assets/images/watermark.svg) no-repeat;
  background-size: cover;
  background-position: 90px 0;
  color: white;
  position: relative;
  z-index: 2; }
  .db-card article {
    display: flex;
    padding: 3rem 2rem; }
    @media screen and (max-width: 768px) {
      .db-card article {
        display: block;
        padding: 2rem 1rem; } }
    .db-card article .primary {
      max-width: 52%;
      padding-right: 1rem; }
      @media screen and (max-width: 768px) {
        .db-card article .primary {
          max-width: 100%;
          padding-right: 0; } }
      .db-card article .primary .text {
        padding-bottom: 2rem;
        padding-top: .8rem;
        font-size: 1.125rem; }
    .db-card article .links {
      width: 48%; }
      @media screen and (max-width: 768px) {
        .db-card article .links {
          width: 100%;
          padding-top: 2rem; } }
      .db-card article .links .prods {
        list-style: none;
        margin-top: -.5rem; }
        @media screen and (max-width: 768px) {
          .db-card article .links .prods {
            margin: 0;
            padding-left: 0; } }
        .db-card article .links .prods li {
          display: block;
          padding-bottom: 0; }
          .db-card article .links .prods li:not(:last-child) {
            margin-bottom: .25rem; }
          .db-card article .links .prods li a {
            color: white;
            display: flex;
            align-items: center;
            padding: .5rem;
            position: relative;
            font-weight: bold;
            text-decoration: none; }
            .db-card article .links .prods li a:after {
              content: "\f054";
              color: white;
              display: inline-block;
              font-family: "Font Awesome 5 Free";
              font-size: .75rem;
              font-weight: 900;
              line-height: 0;
              padding-left: .5rem;
              position: absolute;
              right: 1rem;
              top: 1.7rem;
              z-index: 1; }
            .db-card article .links .prods li a:hover, .db-card article .links .prods li a:focus {
              background: #BBDD85;
              color: #26562A; }
              .db-card article .links .prods li a:hover:after, .db-card article .links .prods li a:focus:after {
                content: "\f054";
                color: green;
                display: inline-block;
                font-family: "Font Awesome 5 Free";
                font-size: .75rem;
                font-weight: 900;
                line-height: 0;
                padding-left: .5rem;
                position: absolute;
                right: 1rem;
                top: 1.7rem;
                z-index: 1; }
              .db-card article .links .prods li a:hover svg path, .db-card article .links .prods li a:focus svg path {
                fill: #26562A; }
            .db-card article .links .prods li a img, .db-card article .links .prods li a svg {
              width: 32px;
              height: 40px;
              margin-right: 1.25rem; }
            .db-card article .links .prods li a svg path {
              fill: #BBDD85; }

.prod-cards {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    .prod-cards {
      display: block;
      padding: 0 15px; } }
  .prod-cards .item {
    background: white;
    width: 49%;
    min-height: 445px;
    box-shadow: 0px -3px 40px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 5;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .prod-cards .item {
        width: 100%;
        min-height: 400px; } }
    .prod-cards .item:before {
      border-bottom: 10px solid #72BF44;
      bottom: 0;
      content: "";
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 6; }
    .prod-cards .item:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      border-top: 80px solid rgba(255, 255, 255, 0);
      border-right: 65px solid #72BF44;
      width: 0;
      z-index: 10; }
    .prod-cards .item:first-child {
      margin-right: 2rem; }
      @media screen and (max-width: 768px) {
        .prod-cards .item:first-child {
          margin: 0 0 2rem 0; } }
    .prod-cards .item li {
      list-style: none; }
    .prod-cards .item .main {
      padding: 1.1rem 1rem 2.75rem 1.45rem;
      position: relative;
      z-index: 1;
      flex: 1; }
      .prod-cards .item .main h4 {
        font-weight: 900; }
      .prod-cards .item .main .cta {
        letter-spacing: 1px;
        position: absolute;
        left: auto;
        bottom: 1.25rem; }
    .prod-cards .item .main-hover {
      background: #26562A;
      color: white;
      height: 100%;
      left: 0;
      bottom: -35rem;
      opacity: 0;
      padding: 2rem;
      position: absolute;
      transform-origin: center center;
      transition: .3s ease-in-out;
      width: 100%;
      z-index: 1; }
      .prod-cards .item .main-hover h4 {
        color: white; }
      .prod-cards .item .main-hover .links {
        padding: 1rem 0 3rem 0; }
        .prod-cards .item .main-hover .links a {
          color: white;
          padding: .5rem 0;
          position: relative; }
          .prod-cards .item .main-hover .links a:after {
            content: "\f054";
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-size: .85rem;
            font-weight: 900;
            color: white;
            position: absolute;
            top: 10px;
            right: -1.35rem;
            z-index: 1; }
          .prod-cards .item .main-hover .links a:hover {
            text-decoration: underline; }
      .prod-cards .item .main-hover .button-primary {
        position: absolute;
        bottom: 2.2rem;
        left: 2rem; }
    .prod-cards .item .featured-img {
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .prod-cards .item .featured-img h6 {
        background: #26562A;
        display: inline-block;
        color: white;
        padding: .85rem 3rem .85rem 1.5rem;
        clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%); }
    .prod-cards .item:hover .main-hover, .prod-cards .item:focus .main-hover, .prod-cards .item.keyboard-active .main-hover {
      z-index: 5;
      bottom: 0;
      opacity: 1; }

.start-img {
  padding-top: 18rem;
  margin-bottom: 5rem;
  position: relative; }
  @media (max-width: 1200px) {
    .start-img .the-img {
      height: 100%; } }
  .start-img.remove-tp {
    padding-top: 3rem; }
  .start-img .the-img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0; }

.feat-callout {
  align-items: center;
  background: white url(./assets/images/transparent-hover-cards-watermark.png) no-repeat center/cover;
  box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  padding: 3rem 5rem;
  text-align: center;
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .feat-callout {
      padding: 3rem 1rem; } }
  .feat-callout h3 {
    font-weight: 900;
    padding-bottom: 1.5rem; }
    @media screen and (max-width: 768px) {
      .feat-callout h3 {
        padding-bottom: 1rem; } }
  .feat-callout p a {
    text-decoration: underline;
    color: #26562A; }
  .feat-callout.reverse {
    background: url(./assets/images/transparent-hover-cards-watermark.png) no-repeat center left;
    background-size: 90%;
    color: white; }
    @media screen and (max-width: 768px) {
      .feat-callout.reverse {
        background: #26562A url(./assets/images/transparent-hover-cards-watermark.png) no-repeat center left;
        background-size: 100% 100%; } }
    .feat-callout.reverse p a {
      color: white; }

.cta-card {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .cta-card {
      display: block; } }
  .cta-card a {
    text-decoration: none; }
  .cta-card .primary, .cta-card .callout {
    box-shadow: 0px -2px 26px 0px rgba(0, 0, 0, 0.45);
    background: white;
    position: relative; }
    .cta-card .primary:before, .cta-card .callout:before {
      border-bottom: 10px solid #72BF44;
      bottom: 0;
      content: "";
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 10; }
    .cta-card .primary:after, .cta-card .callout:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      border-top: 80px solid rgba(255, 255, 255, 0);
      border-right: 65px solid #72BF44;
      width: 0;
      z-index: 10; }
    .cta-card .primary .cta, .cta-card .callout .cta {
      font-weight: bold;
      color: #58595B;
      font-size: 1rem;
      font-family: "sofia-pro", sans-serif;
      text-transform: uppercase; }
  .cta-card .primary {
    display: flex;
    margin-right: 1.5rem;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    max-width: 730px;
    width: 100%; }
    @media (max-width: 768px) {
      .cta-card .primary {
        margin: 0 0 2rem 0;
        max-width: 100%;
        min-height: 0;
        display: block;
        padding-bottom: 2rem; } }
    .cta-card .primary .featured-img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
      max-width: 280px;
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      z-index: 3; }
      @media (max-width: 768px) {
        .cta-card .primary .featured-img {
          display: none; } }
    .cta-card .primary .main {
      padding: 1.85rem 4rem 0 2rem;
      position: relative;
      overflow: hidden;
      width: 100%; }
      @media (max-width: 1200px) {
        .cta-card .primary .main {
          padding-right: 2rem;
          padding-top: 1.35rem; } }
      @media (max-width: 768px) {
        .cta-card .primary .main {
          min-height: 350px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .cta-card .primary .main img {
            align-self: flex-start; } }
      .cta-card .primary .main h4 {
        padding-bottom: 1.75rem;
        color: #58595B; }
        @media (max-width: 1200px) {
          .cta-card .primary .main h4 {
            padding-bottom: .9rem; } }
      .cta-card .primary .main .subtext {
        display: none; }
        @media (max-width: 768px) {
          .cta-card .primary .main .subtext {
            display: block;
            padding-bottom: 1rem; }
            .cta-card .primary .main .subtext:empty {
              display: none; } }
      .cta-card .primary .main .cta {
        position: absolute;
        bottom: 1.9rem;
        left: 2rem; }
        @media (max-width: 768px) {
          .cta-card .primary .main .cta {
            position: relative;
            bottom: 0;
            left: 0; } }
    .cta-card .primary .overlay-content {
      background: #26562A;
      color: white;
      height: 100%;
      left: 0;
      opacity: 0;
      padding: 2rem 4rem 2rem 2rem;
      position: absolute;
      transform-origin: center center;
      top: 0;
      transition: .2s;
      z-index: 10;
      width: 100%; }
      @media (max-width: 1200px) {
        .cta-card .primary .overlay-content {
          padding-right: 2rem;
          padding-top: 1.35rem; } }
      @media (max-width: 768px) {
        .cta-card .primary .overlay-content {
          display: none; }
          .cta-card .primary .overlay-content h6, .cta-card .primary .overlay-content h4 {
            color: #58595B; } }
      .cta-card .primary .overlay-content h4 a {
        color: white; }
        @media (max-width: 768px) {
          .cta-card .primary .overlay-content h4 a {
            color: #58595B; } }
        .cta-card .primary .overlay-content h4 a:hover, .cta-card .primary .overlay-content h4 a:focus {
          text-decoration: underline; }
      .cta-card .primary .overlay-content .subtext {
        display: block; }
        @media (min-width: 768px) and (max-width: 1200px) {
          .cta-card .primary .overlay-content .subtext {
            font-size: 15px; } }
    .cta-card .primary:hover, .cta-card .primary:focus {
      color: white;
      text-decoration: underline; }
      .cta-card .primary:hover .overlay-content, .cta-card .primary:focus .overlay-content {
        opacity: 1;
        z-index: 2; }
      .cta-card .primary:hover h4, .cta-card .primary:focus h4 {
        color: white; }
      @media (max-width: 768px) {
        .cta-card .primary:hover, .cta-card .primary:focus {
          color: #58595B;
          text-decoration: none; }
          .cta-card .primary:hover .overlay-content, .cta-card .primary:focus .overlay-content {
            display: none; } }
  .cta-card .callout {
    display: block;
    text-align: center;
    padding: 2rem;
    max-width: 355px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .cta-card .callout {
        max-width: 100%;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .cta-card .callout img {
          align-self: flex-start; } }
    .cta-card .callout .cta {
      position: absolute;
      bottom: 1.9rem;
      left: 2rem;
      right: 2rem;
      margin: 0 auto; }
      .cta-card .callout .cta:after {
        content: "\f054";
        color: #26562A;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: .75rem;
        font-weight: 900;
        line-height: 0;
        padding-left: .5rem;
        position: relative;
        top: -2px;
        z-index: 1; }
      @media (max-width: 768px) {
        .cta-card .callout .cta {
          position: relative;
          bottom: 0;
          left: 0;
          right: 0; } }
    .cta-card .callout img {
      height: 70px;
      max-width: 300px;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        .cta-card .callout img {
          height: auto;
          max-width: 100%; } }
    .cta-card .callout:hover h4, .cta-card .callout:focus h4 {
      color: #26562A;
      text-decoration: underline; }
  .cta-card .res-links {
    background: white;
    max-width: 350px;
    width: 100%;
    padding: .25rem 0; }
    .cta-card .res-links h6 {
      position: relative;
      padding: .5rem;
      margin: 0 .5rem; }
      .cta-card .res-links h6:after {
        content: "\f054";
        color: #26562A;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: .75rem;
        font-weight: 900;
        line-height: 0;
        padding-left: .5rem;
        position: relative;
        top: -2px;
        z-index: 1; }
    .cta-card .res-links ul {
      list-style: none;
      padding: 0; }
      .cta-card .res-links ul li {
        padding-bottom: 0; }
        .cta-card .res-links ul li a {
          border-top: 2px solid #72BF44;
          padding: 1rem;
          display: block;
          font-weight: 900;
          position: relative; }
          .cta-card .res-links ul li a:after {
            content: "\f054";
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-size: .9rem;
            font-weight: 900;
            line-height: 0;
            position: absolute;
            right: 1rem;
            top: 50%;
            z-index: 1; }
          .cta-card .res-links ul li a:hover {
            background: #BBDD85;
            text-decoration: underline;
            color: #58595B; }

.calc-eval {
  display: block;
  margin-top: 5rem;
  position: relative;
  text-align: center; }
  .calc-eval.negm {
    margin-top: -11rem;
    position: relative;
    z-index: 1; }
    .calc-eval.negm .main {
      padding-top: 16rem; }
      @media (max-width: 768px) {
        .calc-eval.negm .main {
          padding-top: 14rem; } }
  .calc-eval .main {
    position: relative;
    z-index: 1;
    padding-bottom: 17rem;
    padding-top: 12rem;
    background: #EDEDED;
    clip-path: polygon(82% 0, 100% 20%, 100% 74%, 27% 89%, 0% 78%, 0% 17%); }
    @media (max-width: 768px) {
      .calc-eval .main {
        padding-bottom: 10rem;
        padding-top: 10rem; } }
    .calc-eval .main a {
      text-decoration: none; }
    .calc-eval .main h3 {
      font-weight: normal; }
      .calc-eval .main h3 a:hover, .calc-eval .main h3 a:focus {
        color: #26562A;
        text-decoration: underline; }
    .calc-eval .main .item {
      padding-bottom: 2rem; }

.contact-cta {
  background: #26562A url(./assets/images/contact-CTA-watermark.png) right top no-repeat;
  background-size: 43%;
  box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.45);
  color: white;
  min-height: 180px;
  padding: 2rem;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative; }
  @media (max-width: 1200px) {
    .contact-cta {
      background-size: contain; } }
  @media (max-width: 768px) {
    .contact-cta {
      display: flex;
      flex-direction: column;
      text-align: center;
      background-size: cover; } }
  .contact-cta .primary {
    padding: 0 1rem 0 9.5rem;
    width: 70%;
    background: url(./assets/images/phone.svg) 2.4rem 8px no-repeat; }
    @media (max-width: 768px) {
      .contact-cta .primary {
        width: auto;
        padding: 5.5rem 0 0 0;
        background-position: center 1rem; } }
    .contact-cta .primary h4 {
      color: white;
      padding: 0 2rem .5rem 0;
      max-width: 450px; }
      @media (max-width: 768px) {
        .contact-cta .primary h4 {
          max-width: 100%;
          padding: 1rem 0 0 0; } }
    .contact-cta .primary .subtext {
      max-width: 450px;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .contact-cta .primary .subtext {
          max-width: 100%;
          padding: 1rem 0; } }
  .contact-cta .secondary {
    width: 30%; }
    @media (max-width: 768px) {
      .contact-cta .secondary {
        width: auto; } }
    .contact-cta .secondary .button-primary {
      min-width: 135px;
      text-align: center;
      margin-bottom: .5rem; }
      @media (max-width: 768px) {
        .contact-cta .secondary .button-primary {
          margin: 1rem 0; } }
    .contact-cta .secondary p {
      margin-bottom: 0; }
      .contact-cta .secondary p a {
        color: white;
        text-decoration: underline; }

.prod-cards-icons {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .prod-cards-icons {
      display: block; } }
  .prod-cards-icons .item {
    background: white;
    padding: 2rem 2.75rem 1rem 2rem;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25);
    height: 350px;
    margin: 0 1rem 2rem 1rem;
    position: relative;
    width: 29.7777%; }
    @media (max-width: 1200px) {
      .prod-cards-icons .item {
        padding: 2rem 1.75rem 1rem 1.75rem; } }
    @media screen and (max-width: 768px) {
      .prod-cards-icons .item {
        width: 100%;
        margin: 0 0 2rem 0;
        min-height: 275px;
        height: auto;
        padding-bottom: 2rem; } }
    .prod-cards-icons .item:before {
      border-bottom: 10px solid #72BF44;
      bottom: 0;
      content: "";
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 10; }
    .prod-cards-icons .item:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      border-top: 80px solid rgba(255, 255, 255, 0);
      border-right: 65px solid #72BF44;
      width: 0;
      z-index: 10; }
    .prod-cards-icons .item:last-child {
      flex-grow: 0; }
    .prod-cards-icons .item h4 {
      align-items: center;
      background-size: 4rem !important;
      display: flex;
      min-height: 72px;
      padding: 0 0 0 5.5rem; }
      .prod-cards-icons .item h4.adjust {
        background-size: contain !important; }
      @media (max-width: 1200px) {
        .prod-cards-icons .item h4 {
          padding-left: 4.55rem; } }
    .prod-cards-icons .item .text {
      padding: 1rem 0 1.5rem 0; }
    .prod-cards-icons .item .button-primary {
      position: absolute;
      bottom: 3.5rem;
      left: auto; }
      @media screen and (max-width: 768px) {
        .prod-cards-icons .item .button-primary {
          position: relative;
          bottom: 0; } }
    .prod-cards-icons .item .button:empty {
      display: none; }

.content-block h2 {
  color: #26562A; }

.anchor-points {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .anchor-points {
      display: none; } }
  .anchor-points li {
    display: inline-block;
    font-size: 0; }
    .anchor-points li:not(:last-child) {
      margin-right: 2rem; }
  .anchor-points a {
    color: #26562A;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 .5rem;
    margin: 0 1.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: text-shadow .1s;
    text-decoration: none; }
    .anchor-points a:after {
      content: "";
      position: absolute;
      border-bottom: 5px solid #72BF44;
      height: 5px;
      width: 0;
      left: 0;
      bottom: -.5rem; }
    .anchor-points a:hover {
      text-shadow: 1px 0 #26562A; }
      .anchor-points a:hover:after {
        content: "";
        width: 100%; }

.accordion {
  background: white;
  position: relative;
  z-index: 10;
  max-width: 925px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .accordion {
      max-width: 100%;
      width: 100%; } }
  .accordion h2 {
    color: #26562A; }
  .accordion a {
    color: #26562A; }
  .accordion .accordion-tab {
    background: url(./assets/images/plus.svg) 2rem center no-repeat;
    overflow: hidden;
    padding: 1.7rem 1.75rem 1.7rem 4.5rem;
    position: relative;
    border-bottom: 1px solid #72BF44;
    width: 100%;
    text-align: left;
    outline: none !important; }
    @media screen and (max-width: 768px) {
      .accordion .accordion-tab {
        background: url(./assets/images/plus.svg) 0.5rem center no-repeat;
        padding-left: 2.5rem;
        padding-right: .5rem; } }
    .accordion .accordion-tab.active {
      background: url(./assets/images/minus.svg) 2rem 2.5rem no-repeat;
      padding: 1.7rem 1.75rem 1.7rem 4.5rem; }
      @media screen and (max-width: 768px) {
        .accordion .accordion-tab.active {
          background: url(./assets/images/minus.svg) 0.5rem 1.75rem no-repeat;
          padding-left: 2.5rem;
          padding-right: .5rem;
          padding-top: 1rem; } }
    .accordion .accordion-tab:last-child {
      border-bottom: 1px solid #72BF44;
      margin-bottom: 2rem; }
    .accordion .accordion-tab:hover {
      cursor: pointer; }
    .accordion .accordion-tab ul {
      list-style: disc;
      padding-left: 1.2rem; }
      .accordion .accordion-tab ul li {
        padding-bottom: 1rem; }
      .accordion .accordion-tab ul ul {
        padding-left: 1rem; }
    .accordion .accordion-tab .cta {
      color: #26562A;
      font-weight: bold;
      text-transform: uppercase; }
    .accordion .accordion-tab .title h5 {
      color: #26562A;
      padding: 0; }
    .accordion .accordion-tab .title p {
      margin-bottom: 0; }
    .accordion .accordion-tab .text {
      display: none;
      line-height: 1.7rem;
      padding-top: 1rem; }

.prod-details {
  background: #EDEDED;
  padding: 3.125rem 4.6875rem 3.125rem 4.6875rem;
  font-size: 1.125rem;
  transition: .3s ease-in-out; }
  @media screen and (max-width: 768px) {
    .prod-details {
      padding: 2rem 1rem;
      font-size: 1rem;
      line-height: 1.5rem; } }
  .prod-details .main {
    display: flex; }
    @media screen and (max-width: 768px) {
      .prod-details .main {
        display: block; } }
    .prod-details .main ul {
      list-style: disc;
      padding-left: 1.2rem; }
      .prod-details .main ul ul {
        padding-left: 1rem; }
        @media screen and (max-width: 768px) {
          .prod-details .main ul ul {
            padding-top: 1rem; }
            .prod-details .main ul ul li {
              padding-bottom: .5rem; } }
  .prod-details .primary {
    padding-right: 2rem;
    max-width: 585px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .prod-details .primary {
        max-width: 100%;
        padding: 0; } }
    .prod-details .primary h3 {
      color: #26562A; }
  .prod-details .secondary {
    padding-left: 2rem;
    border-left: 1px solid #72BF44;
    margin-top: 2rem; }
    @media screen and (max-width: 768px) {
      .prod-details .secondary {
        padding-left: 0;
        border: none;
        margin-top: 1rem; } }
    .prod-details .secondary li {
      padding-bottom: .5rem; }
      @media screen and (max-width: 768px) {
        .prod-details .secondary li {
          font-size: 1rem;
          line-height: 1.5rem; } }
  .prod-details footer {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    font-size: 1rem; }
    @media screen and (max-width: 768px) {
      .prod-details footer {
        display: block; } }
    .prod-details footer &gt; div {
      max-width: 70%; }
      @media screen and (max-width: 768px) {
        .prod-details footer &gt; div {
          max-width: 100%;
          padding-bottom: 1rem; } }
  .prod-details:hover {
    background: #26562A;
    color: white; }
    .prod-details:hover h3 {
      color: white; }
    .prod-details:hover .primary .big-paragraph, .prod-details:hover .primary .cta-card .res-links ul li a, .cta-card .res-links ul li .prod-details:hover .primary a, .prod-details:hover .primary .secondary li, .prod-details:hover .secondary .primary li {
      color: #BBDD85; }
    .prod-details:hover .secondary {
      color: white; }

.two-col-txt h2 {
  padding-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    .two-col-txt h2 {
      padding-bottom: 1rem; } }
.two-col-txt h6:empty {
  display: none; }
.two-col-txt .button {
  color: #26562A;
  text-decoration: none; }
.two-col-txt .primary {
  padding-right: 2rem; }
.two-col-txt .item {
  padding-bottom: 1rem; }
  .two-col-txt .item a {
    color: #26562A;
    text-decoration: none; }
    .two-col-txt .item a:hover {
      text-decoration: underline; }

.pull-quote {
  position: relative;
  border-left: 8px solid #72BF44;
  padding: .45rem 0 1.5rem 1.3rem;
  margin: .5rem 0; }
  .pull-quote h6 {
    padding-top: 1rem; }
    .pull-quote h6:empty {
      display: none; }

.img-lr {
  z-index: 2; }
  .img-lr h6:empty {
    display: none; }
  .img-lr .button-primary:empty {
    display: none; }
  .img-lr .featured-img {
    height: 350px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% center;
    position: relative;
    clip-path: polygon(100% 0, 100% 77%, 86% 100%, 0 100%, 0 0); }
    @media screen and (max-width: 768px) {
      .img-lr .featured-img {
        margin-bottom: 2rem; } }
  .img-lr .primary {
    padding-left: 1rem; }
    .img-lr .primary ul {
      list-style: disc;
      padding-left: 1.2rem; }
      .img-lr .primary ul ul {
        padding-left: 1rem; }
  .img-lr .text {
    display: flex;
    padding-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .img-lr .text {
        display: block;
        padding-top: 1rem;
        margin-bottom: 0;
        padding-bottom: .5rem; }
        .img-lr .text li {
          padding-bottom: 1rem; } }
    .img-lr .text ul:nth-child(2) {
      margin-left: 4rem; }
      @media screen and (max-width: 768px) {
        .img-lr .text ul:nth-child(2) {
          margin-left: 0; } }

.cta-main {
  padding-top: 1rem;
  text-align: center; }
  .cta-main h2 {
    color: #26562A;
    font-weight: bold;
    text-align: center; }
  .cta-main h4 {
    color: #58595B;
    font-weight: 900;
    padding-bottom: 1rem; }
  .cta-main .button {
    margin-bottom: 1rem; }
  .cta-main p {
    color: #58595B;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .cta-main p {
        padding: .5rem 0;
        margin-bottom: 0; }
        .cta-main p br {
          display: block !important; } }
    .cta-main p a {
      color: #26562A;
      text-decoration: underline;
      display: inline-block; }
      .cta-main p a:hover {
        color: #26562A;
        text-decoration: none; }

.hero {
  position: relative;
  z-index: 1; }
  .hero .main {
    min-height: 380px;
    padding-top: 3.4rem; }
    @media screen and (max-width: 1024px) {
      .hero .main {
        min-height: 400px; } }
    @media screen and (max-width: 768px) {
      .hero .main {
        min-height: 300px;
        padding-top: 3rem;
        padding-bottom: 2rem; } }
    @media screen and (max-width: 576px) {
      .hero .main {
        min-height: 240px;
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    .hero .main .heading {
      display: flex;
      align-items: center;
      min-height: 230px; }
      @media screen and (max-width: 576px) {
        .hero .main .heading {
          min-height: 180px; } }
  .hero .breadcrumbs {
    position: relative;
    z-index: 10;
    color: white;
    font-size: 0.875rem; }
    .hero .breadcrumbs &gt; span {
      display: block; }
      .hero .breadcrumbs &gt; span br {
        display: none; }
    .hero .breadcrumbs .fas {
      font-size: .8rem;
      margin: 0 .25rem; }
    .hero .breadcrumbs a {
      color: #BBDD85;
      font-weight: 900;
      text-decoration: none; }
      .hero .breadcrumbs a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .hero .breadcrumbs.desktop {
        display: none; } }
    @media screen and (max-width: 576px) {
      .hero .breadcrumbs {
        padding-bottom: 1rem; }
        .hero .breadcrumbs .breadcrumb_last {
          display: none; } }
  .hero .breadcrumbs-mobile {
    display: none;
    z-index: 10;
    position: relative;
    font-size: 0.875rem; }
    @media screen and (max-width: 768px) {
      .hero .breadcrumbs-mobile {
        display: flex;
        color: white;
        align-items: center; }
        .hero .breadcrumbs-mobile a {
          display: block;
          text-decoration: none;
          color: #BBDD85;
          font-weight: 900;
          margin-left: .5rem; }
        .hero .breadcrumbs-mobile.resources {
          display: block; } }
  .hero .featured-img {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    z-index: 1; }
    .hero .featured-img.center-image {
      background-position: center; }
    @media screen and (min-width: 1600px) {
      .hero .featured-img {
        width: 68%; } }
    @media screen and (max-width: 1200px) {
      .hero .featured-img {
        width: 72%; } }
    @media screen and (max-width: 1024px) {
      .hero .featured-img {
        width: 60%; } }
  .hero .featured-icon {
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 8.4375rem;
    width: 9.375rem;
    z-index: 2; }
  .hero:before {
    content: "";
    height: 100%;
    width: 100%;
    background: url(./assets/images/hero-overlay.png) no-repeat;
    background-size: auto 180%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      .hero:before {
        background-size: auto 125%; } }
    @media screen and (max-width: 1024px) {
      .hero:before {
        background-size: auto 105%; } }
    @media screen and (max-width: 768px) {
      .hero:before {
        background-size: 90% 101%; } }
    @media screen and (min-width: 1200px) {
      .hero:before {
        background-size: auto 140%; } }
    @media screen and (min-width: 1450px) {
      .hero:before {
        background-size: auto 125%; } }
  .hero:after {
    background-image: linear-gradient(#26562A, #72BF44);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .hero h1 {
    color: white;
    text-shadow: 2px 3px 15px rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    max-width: 800px; }
    .hero h1.add-icon {
      padding-left: 10rem;
      background-size: 7.5rem;
      background-repeat: no-repeat;
      background-position: 0 center;
      max-width: 950px;
      padding-top: 1.65rem;
      padding-bottom: 1.65rem; }
      @media screen and (max-width: 768px) {
        .hero h1.add-icon {
          background-size: 5rem;
          padding: 1rem 1rem 1rem 6.5rem; } }

.hero-cta {
  background: #26562A;
  color: white; }
  .hero-cta .primary {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .hero-cta .primary {
        justify-content: flex-start;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
  .hero-cta .intro {
    line-height: 1rem;
    padding-right: 1rem;
    width: auto; }
    @media screen and (max-width: 768px) {
      .hero-cta .intro {
        margin-right: 1rem; } }
  .hero-cta .teaser {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .hero-cta .teaser {
        display: none;
        padding: 1rem 15px; } }
    .hero-cta .teaser p {
      margin: 0; }
    .hero-cta .teaser a {
      color: white; }
      .hero-cta .teaser a:hover {
        text-decoration: none; }

.res-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .res-feed {
      display: block; } }
  .res-feed .item {
    display: block;
    margin: 0 .5rem 1rem .5rem;
    position: relative;
    width: 30.666%;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .res-feed .item {
        width: 100%;
        margin: 0 0 1rem 0; } }
    .res-feed .item .category {
      background: #26562A;
      line-height: 1.2;
      display: inline-block;
      color: white;
      padding: .75rem 3rem .75rem 1.5rem;
      clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%); }
    .res-feed .item .featured-img {
      display: block;
      height: 225px;
      background-size: cover;
      margin-bottom: .75rem; }
    .res-feed .item:hover {
      text-decoration: underline; }
      .res-feed .item:hover h4 {
        color: #26562A; }

.content-block ul {
  list-style: disc;
  padding-left: 1.2rem; }
  .content-block ul ul {
    padding-left: 1rem; }
.content-block a {
  color: #26562A;
  text-decoration: underline; }
  .content-block a:hover {
    text-decoration: none; }
.content-block a.button {
  text-decoration: none; }

.leadership-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .leadership-list {
      display: block; } }
.leadership.color {
  background: rgba(135, 135, 135, 0.1);
  padding-top: 2rem;
  margin-bottom: 2rem; }
.leadership a {
  text-decoration: none; }
.leadership .member {
  width: 30%;
  display: block;
  margin: 0 1rem 2rem 1rem;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .leadership .member {
      width: 100%;
      margin: 0 0 2rem 0; } }
  .leadership .member h5 {
    color: #26562A; }
  .leadership .member-img {
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (max-width: 576px) {
      .leadership .member-img {
        width: 300px;
        height: 300px; } }
    .leadership .member-img:after {
      background: rgba(38, 86, 42, 0.35);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: .1s;
      border-radius: 50%; }
    .leadership .member-img:hover:after {
      opacity: 1;
      content: ""; }

.calculator {
  font-size: 1.25rem;
  color: #58595B;
  position: relative; }
  .calculator input, .calculator select {
    border: 1px solid #878787;
    padding: .5rem 1rem;
    border-radius: 3px;
    width: 100%;
    max-width: 200px;
    font-size: 1.25rem; }
    @media screen and (max-width: 768px) {
      .calculator input, .calculator select {
        min-height: 4rem;
        max-width: 100%; } }
  .calculator select {
    font-size: 1.25rem; }
  .calculator #loan-amount {
    padding: 1rem 0; }
    @media screen and (max-width: 768px) {
      .calculator #loan-amount &gt; .d-flex .col-lg-6 {
        width: 50%; } }
  .calculator .noUi-horizontal {
    height: 10px; }
    @media screen and (max-width: 768px) {
      .calculator .noUi-horizontal {
        height: 1rem;
        width: 95%;
        margin: 0 auto; }
        .calculator .noUi-horizontal .noUi-handle {
          left: -.2rem; } }
  .calculator .noUi-connect {
    background-image: linear-gradient(to right, #72BF44, #26562A);
    border: 0;
    box-shadow: none !important;
    border-radius: 10px !important; }
  .calculator .noUi-background {
    background: #e3e3e3;
    border-radius: 10px; }
  .calculator .noUi-handle:before {
    opacity: 0; }
  .calculator .noUi-handle:after {
    opacity: 0; }
  .calculator .the-total {
    padding: 1rem;
    margin: 1rem 0; }
    .calculator .the-total #loan-repayment {
      font-weight: bold;
      font-size: 4.5rem;
      color: #26562A;
      background: -webkit-linear-gradient(#26562A, #72BF44);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 768px) {
        .calculator .the-total #loan-repayment {
          font-size: 3rem; } }
  .calculator .calc-values {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem; }
    @media screen and (max-width: 768px) {
      .calculator .calc-values {
        padding-top: 0; } }
    .calculator .calc-values .input-container {
      text-align: center;
      width: 40%;
      padding: 1rem 0;
      display: block; }
      .calculator .calc-values .input-container label {
        display: block; }
      @media screen and (max-width: 768px) {
        .calculator .calc-values .input-container {
          width: 100%;
          margin: 0 .5rem; } }

@media screen and (max-width: 1024px) {
  .google-maps .item {
    margin-bottom: 1rem;
    padding-bottom: 1rem; } }

/* Sliders
--------------------------------------------- */
.wtb-slider {
  display: flex;
  min-height: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    .wtb-slider {
      padding: 2.25rem 0 0 0;
      margin-bottom: 2rem; } }
  .wtb-slider .slide {
    background: #26562A;
    color: white;
    flex: 1;
    height: 148px;
    overflow: hidden;
    padding: 1.125rem 1rem 1rem 6.2rem;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.45);
    position: relative;
    text-decoration: none; }
    @media (max-width: 1200px) {
      .wtb-slider .slide {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.45);
        height: 170px;
        padding: 1rem 1rem 1rem 5.5rem; } }
    .wtb-slider .slide h5 {
      padding-right: 1rem;
      color: #BBDD85; }
      @media (min-width: 768px) and (max-width: 1200px) {
        .wtb-slider .slide h5 {
          padding-right: 0;
          font-size: 1.25rem; } }
    .wtb-slider .slide h6 {
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.3;
      letter-spacing: 0; }
      @media (max-width: 768px) {
        .wtb-slider .slide h6 {
          padding-bottom: 1.2rem; } }
    .wtb-slider .slide a {
      color: white; }
    .wtb-slider .slide .icon {
      position: absolute;
      top: 1.4rem;
      left: 2rem; }
      @media (max-width: 1200px) {
        .wtb-slider .slide .icon {
          left: 1.5rem; } }
      .wtb-slider .slide .icon svg {
        fill: white;
        width: 50px;
        height: 50px; }
        .wtb-slider .slide .icon svg mask {
          display: none; }
        .wtb-slider .slide .icon svg g {
          fill: white; }
        .wtb-slider .slide .icon svg path {
          fill: white; }
        .wtb-slider .slide .icon svg polygon {
          fill: white; }
    .wtb-slider .slide:hover, .wtb-slider .slide:focus {
      background: white;
      color: #26562A; }
      .wtb-slider .slide:hover a, .wtb-slider .slide:focus a {
        color: #26562A;
        text-decoration: underline; }
      .wtb-slider .slide:hover h5, .wtb-slider .slide:focus h5 {
        color: #26562A; }
      .wtb-slider .slide:hover .icon svg, .wtb-slider .slide:focus .icon svg {
        fill: #26562A !important; }
        .wtb-slider .slide:hover .icon svg g, .wtb-slider .slide:focus .icon svg g {
          fill: #26562A !important; }
        .wtb-slider .slide:hover .icon svg path, .wtb-slider .slide:focus .icon svg path {
          fill: #26562A !important; }
        .wtb-slider .slide:hover .icon svg polygon, .wtb-slider .slide:focus .icon svg polygon {
          fill: #26562A !important; }
  .wtb-slider .slick-slide {
    margin: 0 1rem; }
    @media (max-width: 1200px) {
      .wtb-slider .slick-slide {
        margin: 0 .4rem; } }
    @media screen and (max-width: 768px) {
      .wtb-slider .slick-slide {
        margin: 0 .5rem; } }
  .wtb-slider .slick-list {
    padding: 1.25rem 0 !important; }
    @media screen and (max-width: 768px) {
      .wtb-slider .slick-list {
        padding: 0 8% !important; } }
  .wtb-slider .slick-arrow {
    background: #58595B;
    border-radius: 50%;
    border: none;
    font-size: 0;
    height: 2rem;
    line-height: .9;
    margin: 0 5px;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 2rem;
    z-index: 2; }
    @media (max-width: 1024px) {
      .wtb-slider .slick-arrow {
        width: 1.75rem;
        height: 1.75rem; } }
    @media screen and (max-width: 768px) {
      .wtb-slider .slick-arrow {
        display: none !important; } }
    .wtb-slider .slick-arrow:focus {
      background: #72BF44; }
  .wtb-slider .slick-prev {
    color: white;
    left: -1.5rem; }
    @media (max-width: 1024px) {
      .wtb-slider .slick-prev {
        left: -1rem; } }
    .wtb-slider .slick-prev:before {
      content: "\f053";
      color: white;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 1.15rem;
      font-weight: 900;
      height: 1rem;
      width: 1rem; }
      @media (max-width: 1024px) {
        .wtb-slider .slick-prev:before {
          font-size: 1rem; } }
  .wtb-slider .slick-next {
    color: white;
    right: -2rem; }
    @media (max-width: 1024px) {
      .wtb-slider .slick-next {
        right: -1rem; } }
    .wtb-slider .slick-next:before {
      content: "\f054";
      color: white;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 1.15rem;
      font-weight: 900;
      height: 1rem;
      width: 7px; }
      @media (max-width: 1024px) {
        .wtb-slider .slick-next:before {
          font-size: 1rem; } }

@media (max-width: 768px) {
  .slick-dots {
    display: flex;
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    align-items: center; }
    .slick-dots li {
      margin: 0 .5rem;
      list-style: none; }
      .slick-dots li button {
        font-size: 0;
        border: 1px solid #DDD;
        background: white;
        border-radius: 50%;
        width: 1rem;
        height: 1rem;
        padding: 0; }
      .slick-dots li.slick-active button {
        background: #26562A; } }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home-hero {
  background-size: cover;
  height: 835px;
  padding-top: 9rem;
  position: relative;
  padding-left: 5rem;
  overflow: hidden;
  z-index: 1; }
  @media (max-width: 1000px) {
    .home-hero {
      border-bottom: 1px solid #26562A;
      height: auto;
      margin-bottom: 3rem;
      padding: 4rem 0 0 0; } }
  @media (max-width: 768px) {
    .home-hero {
      padding: 0 0 1.5rem 0; } }
  .home-hero:before {
    background: url(./assets/images/angle-top-piece-with-gradient-stripe--flipped.svg) no-repeat;
    background-size: cover;
    content: "";
    height: 214px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 100%;
    z-index: 2; }
    @media (max-width: 1000px) {
      .home-hero:before {
        content: none; } }
  .home-hero:after {
    content: "";
    background: rgba(38, 86, 42, 0.35);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .home-hero #myVideo {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%; }
    @media screen and (max-width: 768px) {
      .home-hero #myVideo {
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
  .home-hero h1 {
    color: white;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    padding-left: 1rem;
    position: relative;
    z-index: 5; }
    @media (max-width: 1000px) {
      .home-hero h1 {
        text-align: center;
        padding-bottom: 1.85rem; } }
    @media (max-width: 768px) {
      .home-hero h1 {
        margin-top: 2rem; } }
  .home-hero .ctas {
    padding-left: 1rem;
    position: relative;
    z-index: 5; }
    @media (max-width: 1000px) {
      .home-hero .ctas {
        display: flex;
        flex-direction: column;
        text-align: center; } }
    .home-hero .ctas .button-primary {
      margin-right: .75rem; }
      @media (max-width: 1000px) {
        .home-hero .ctas .button-primary {
          margin: 0 auto 1rem auto;
          max-width: 300px;
          width: 100%; } }
  .home-hero .wtb-slider-wrapper {
    padding-top: 5rem; }
    @media (max-width: 768px) {
      .home-hero .wtb-slider-wrapper {
        padding: 0;
        line-height: 0; } }

.home .cta-card-wrapper {
  padding-bottom: 0; }
.home .start-img {
  margin-top: -15rem;
  margin-bottom: 12rem; }
  @media (max-width: 768px) {
    .home .start-img {
      margin-top: 0;
      padding-bottom: 0;
      padding-top: 0;
      margin-bottom: 3rem; } }
  @media (min-width: 1200px) {
    .home .start-img {
      padding-bottom: 0; } }
  @media (min-width: 1430px) {
    .home .start-img {
      padding-bottom: 0;
      margin-bottom: 14rem; } }
  @media (min-width: 1480px) {
    .home .start-img {
      padding-bottom: 0;
      margin-bottom: 18.5rem; } }
  @media (min-width: 1550px) {
    .home .start-img {
      padding-bottom: 0;
      margin-bottom: 23.5rem; } }
  @media (min-width: 1640px) {
    .home .start-img {
      padding-bottom: 0;
      margin-bottom: 34rem; } }
.home .wtb-slider {
  margin-left: -1rem; }
  @media (max-width: 768px) {
    .home .wtb-slider {
      margin-left: 0; } }
.home .prod-cards {
  margin-top: -5rem; }
  @media (max-width: 1200px) {
    .home .prod-cards {
      margin-top: -2rem; } }
.home .feat-ben-icon .icons li {
  font-size: 1.375rem; }

.someclass svg {
  width: 200px;
  height: 100px; }
  .someclass svg path {
    fill: white; }
  .someclass svg:hover path {
    fill: green; }

.single-leadership_pt .bio-main {
  padding-left: 2rem;
  padding-top: 2rem; }
  @media screen and (max-width: 768px) {
    .single-leadership_pt .bio-main {
      padding-left: 0; } }
  .single-leadership_pt .bio-main h1 {
    padding-bottom: 0;
    color: #26562A; }
.single-leadership_pt .bio-details {
  border-right: 1px solid #CCC;
  padding-top: 2.2rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media screen and (max-width: 768px) {
    .single-leadership_pt .bio-details {
      border: none;
      padding-top: 1rem; } }
  .single-leadership_pt .bio-details .contact-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem 0 1rem 0; }
    .single-leadership_pt .bio-details .contact-icons .fas {
      font-size: 1.5rem; }
      .single-leadership_pt .bio-details .contact-icons .fas:first-child {
        margin-right: 1rem; }
    .single-leadership_pt .bio-details .contact-icons a:hover .fas {
      color: #72BF44; }
  .single-leadership_pt .bio-details .info {
    padding: 0 1rem 1rem 0; }
  .single-leadership_pt .bio-details a {
    color: #26562A;
    font-weight: bold; }
    .single-leadership_pt .bio-details a:hover {
      text-decoration: underline; }
.single-leadership_pt .hero {
  display: none; }
.single-leadership_pt .member-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: .5rem; }

.page-template-page-contact .desc {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }
  @media screen and (max-width: 768px) {
    .page-template-page-contact .desc {
      padding-bottom: 2rem; } }
@media screen and (max-width: 768px) {
  .page-template-page-contact .hero .main {
    min-height: 150px; } }
.page-template-page-contact .contact-main {
  padding-top: 2rem; }
  .page-template-page-contact .contact-main .text {
    padding-top: 4rem; }
    @media screen and (max-width: 768px) {
      .page-template-page-contact .contact-main .text {
        padding-top: 1rem; }
        .page-template-page-contact .contact-main .text br {
          display: block; } }
.page-template-page-contact .gform_wrapper {
  width: 100%;
  position: relative;
  padding: 2rem 2rem 1rem 2rem;
  margin: 0 !important; }
  .page-template-page-contact .gform_wrapper:before {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: white;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: auto;
    width: 800rem;
    z-index: -1; }
  .page-template-page-contact .gform_wrapper form {
    display: block;
    padding-bottom: 0;
    padding-top: 2rem; }
  .page-template-page-contact .gform_wrapper input[type="text"],
  .page-template-page-contact .gform_wrapper input[type="email"],
  .page-template-page-contact .gform_wrapper input[type="submit"],
  .page-template-page-contact .gform_wrapper textarea {
    width: 100% !important;
    border-radius: 0;
    border: none;
    line-height: 1;
    background: none;
    padding: 0.5rem 1rem !important; }
  .page-template-page-contact .gform_wrapper input[type="submit"] {
    background: #26562A;
    width: 100% !important;
    border-radius: 0;
    border: none;
    padding: 1rem !important;
    color: white; }
    .page-template-page-contact .gform_wrapper input[type="submit"]:hover, .page-template-page-contact .gform_wrapper input[type="submit"]:focus {
      background: #BBDD85;
      color: #26562A; }
  .page-template-page-contact .gform_wrapper textarea {
    padding: 4rem 0 0 1rem;
    background: none;
    border-radius: 0;
    border: 2px solid #878787;
    border-width: 0 0 2px 0;
    position: relative;
    height: 100px !important; }
  .page-template-page-contact .gform_wrapper .gfield_label {
    width: 100% !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    font-weight: normal !important; }
  .page-template-page-contact .gform_wrapper .gfield:not(.gf_captcha) {
    padding: 0 !important;
    background: none;
    border-radius: 0;
    line-height: 1;
    border: 2px solid #878787;
    border-width: 0 0 2px 0;
    padding-left: .75rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1.5rem;
    width: 100%; }
    .page-template-page-contact .gform_wrapper .gfield:not(.gf_captcha) .ginput_container:not(.ginput_recaptcha) {
      position: relative;
      margin-bottom: 0;
      margin-top: 0; }
      .page-template-page-contact .gform_wrapper .gfield:not(.gf_captcha) .ginput_container:not(.ginput_recaptcha):before {
        position: absolute;
        bottom: 0;
        height: 15px;
        content: "|";
        color: transparent;
        border-left: 2px solid #878787; }
      .page-template-page-contact .gform_wrapper .gfield:not(.gf_captcha) .ginput_container:not(.ginput_recaptcha):after {
        position: absolute;
        bottom: 0;
        height: 15px;
        content: "|";
        color: transparent;
        border-right: 2px solid #878787;
        right: 0; }
    .page-template-page-contact .gform_wrapper .gfield:not(.gf_captcha).no-border {
      border-bottom: none;
      margin-bottom: 0;
      margin-top: 2rem; }
      .page-template-page-contact .gform_wrapper .gfield:not(.gf_captcha).no-border .gfield_label {
        font-weight: bold !important;
        color: #58595B; }
      .page-template-page-contact .gform_wrapper .gfield:not(.gf_captcha).no-border .ginput_container:before,
      .page-template-page-contact .gform_wrapper .gfield:not(.gf_captcha).no-border .ginput_container:after {
        content: none; }
  .page-template-page-contact .gform_wrapper .gfield .ginput_container_textarea textarea {
    position: relative; }
    .page-template-page-contact .gform_wrapper .gfield .ginput_container_textarea textarea::placeholder {
      position: relative;
      top: 4rem; }
  .page-template-page-contact .gform_wrapper .gfield .ginput_container_textarea:before {
    bottom: 4px;
    content: ""; }
  .page-template-page-contact .gform_wrapper .gfield .ginput_container_textarea:after {
    bottom: 4px;
    content: ""; }
  .page-template-page-contact .gform_wrapper #field_1_4 {
    border: none; }
  .page-template-page-contact .gform_wrapper #field_1_1 {
    width: 48%;
    margin-right: 2%; }
    @media screen and (max-width: 768px) {
      .page-template-page-contact .gform_wrapper #field_1_1 {
        width: auto;
        margin-right: 0; } }
  .page-template-page-contact .gform_wrapper li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }

.coasties-page {
  overflow: hidden; }
  .coasties-page .coasties-team-section {
    background-color: #EDEDED;
    max-width: 100%; }
    .coasties-page .coasties-team-section .row {
      max-width: 1140px;
      margin: auto; }
      .coasties-page .coasties-team-section .row h3 {
        margin: 64px 0 48px 0; }
      .coasties-page .coasties-team-section .row h5 {
        color: #26562A; }
      .coasties-page .coasties-team-section .row p {
        width: 100%;
        text-align: center; }
      .coasties-page .coasties-team-section .row img {
        width: 150px;
        height: 150px;
        background-color: #58595B;
        border-radius: 50%;
        margin-bottom: 16px; }
        @media (max-width: 768px) {
          .coasties-page .coasties-team-section .row img {
            min-width: 150px;
            margin: 12px; } }
      .coasties-page .coasties-team-section .row .coasties-leader-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
      .coasties-page .coasties-team-section .row .coasties-leader {
        flex-basis: 25%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .coasties-page .coasties-team-section .row .coasties-leader h5 {
          width: 100%;
          text-align: center; }
    .coasties-page .coasties-team-section .button {
      margin: 48px auto 72px auto;
      display: block;
      max-width: 150px;
      text-align: center; }
  .coasties-page .coasties-testimonial-section .row h3 {
    margin: 80px 0 12px 10%;
    text-align: left !important;
    width: 80%; }
  .coasties-page .coasties-testimonial-section .row div #clms {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 768px) {
      .coasties-page .coasties-testimonial-section .row div #clms {
        grid-template-columns: auto; } }
    .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box {
      width: 100%; }
      .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box.column-one {
        grid-column: 1 / 2; }
        @media (max-width: 768px) {
          .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box.column-one .coasties-testimonial:last-child {
            margin-bottom: 0; } }
      .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box.column-two {
        grid-column: 2 / 3; }
        @media (max-width: 768px) {
          .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box.column-two {
            grid-column: 1 / 2; } }
      .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box .coasties-testimonial {
        margin: 48px 24px;
        box-shadow: 0 4px 25px 5px rgba(0, 0, 0, 0.35);
        background-color: #fff;
        position: relative;
        border-bottom: 10px solid #72BF44;
        overflow: hidden;
        padding-bottom: 12px; }
        @media (max-width: 768px) {
          .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box .coasties-testimonial {
            margin: 48px 8px; } }
        .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box .coasties-testimonial img {
          position: absolute;
          left: 16px;
          top: 20px; }
        .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box .coasties-testimonial svg {
          position: absolute;
          left: calc(100% - 74px);
          bottom: -1px; }
        .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box .coasties-testimonial p {
          padding: 38px 32px 24px 32px;
          font-size: 18px;
          line-height: 24px;
          z-index: 2;
          position: relative;
          margin-bottom: 0; }
          .coasties-page .coasties-testimonial-section .row div #clms .coasties-testimonial-box .coasties-testimonial p:nth-of-type(2) {
            padding-top: 8px;
            padding-bottom: 36px;
            font-style: italic; }
  .coasties-page .coasties-blocks {
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .coasties-page .coasties-blocks {
        padding: 0 24px; } }
    .coasties-page .coasties-blocks article {
      margin: auto; }
      .coasties-page .coasties-blocks article div section div div div p {
        margin-top: 24px; }
        .coasties-page .coasties-blocks article div section div div div p:first-child {
          margin-top: 12px; }
          @media (min-width: 768px) {
            .coasties-page .coasties-blocks article div section div div div p:first-child {
              display: inline; } }
        .coasties-page .coasties-blocks article div section div div div p img {
          padding-bottom: 0px;
          float: none;
          padding: 0;
          width: 300px;
          margin: -24px 0 0 calc((100vw - 300px) / 2); }
      .coasties-page .coasties-blocks article div section div div div h3:first-of-type {
        display: inline; }
      .coasties-page .coasties-blocks article div section div div div h3 img {
        float: left; }
        @media (max-width: 768px) {
          .coasties-page .coasties-blocks article div section div div div h3 img {
            display: block;
            margin: auto;
            float: unset; } }
      @media (min-width: 768px) {
        .coasties-page .coasties-blocks article div section div div div h3 span {
          width: 75%;
          display: inline-block;
          padding-left: 5%; } }

@media (min-width: 768px) {
  .coasties-main .hero .featured-img {
    background-position-x: right;
    background-position-y: bottom; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

/*# sourceMappingURL=style.css.map */
</pre></body></html>