@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

/**
     * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: #ccd0d2;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: #98cbe8;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: #ccd0d2;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: #98cbe8;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video, .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.spacer-xsmall {
  height: .5em;
  font-size: .5rem;
  line-height: .5rem; }

.spacer-small {
  height: 1em;
  font-size: .65rem;
  line-height: .5rem; }

.spacer-medium {
  height: 2em;
  line-height: 2em; }

.spacer-large {
  height: 3.5em;
  line-height: 3.5em; }

.spacer-xlarge {
  height: 5em;
  line-height: 5em; }

body {
  font-family: "Roboto", sans-serif;
  color: #68717E;
  line-height: 1.231; }

h1, h2, h3, h4, h5 {
  font-family: "proxima-nova", sans-serif; }

h2 {
  text-transform: uppercase;
  line-height: 1.231;
  font-weight: bold; }

h6 {
  font-size: .70em;
  font-family: "Roboto", sans-serif; }

p {
  line-height: 1.231; }

.clear {
  clear: both; }

.blacktext {
  color: black !important; }

.page-title h1 {
  font-size: 2.5rem;
  color: #C39C66;
  font-weight: bold; }

.content-wrap {
  margin-bottom: .5rem; }

/* Header */
#logo p {
  font-size: 1.06rem;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  padding-top: 4%;
  line-height: 1.29rem; }

#logo h1 {
  font-size: 1.06rem;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  padding-top: 4%;
  line-height: 1.29rem;
  margin-top: 0; }

#logo img {
  max-width: 100%; }

#nav_1, #nav_2, #nav_3, #nav_4, #nav_5 {
  background-color: #68717E;
  color: #fefefe;
  margin-right: 1.3%;
  min-height: 189px; }

#nav_2 {
  position: relative; }

.nav_btn.medium-2.columns {
  width: 13%; }

#nav_4 {
  background-repeat: no-repeat;
  color: #fefefe;
  position: relative;
  z-index: 500;
  min-height: 189px; }
  #nav_4 a {
    color: #fefefe;
    font-size: 1.14rem;
    text-transform: none;
    font-weight: normal; }

#nav_5 {
  background-repeat: no-repeat;
  color: #fefefe;
  font-weight: bold;
  min-height: 189px;
  margin-right: 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 500; }
  #nav_5 a {
    color: #fefefe;
    font-size: 1.14rem;
    text-transform: none;
    font-weight: normal; }

.default_nav_4 a {
  color: #fefefe; }

#nav_1 a, #nav_2 a, #nav_3 a, #nav_4 a, #nav_5 a {
  color: #fefefe;
  display: block; }

.hidden_nav_4, .hidden_nav {
  padding-top: 1.25em; }

.favorite {
  font-size: 1.4rem;
  text-transform: uppercase; }

#your-cause-text-head {
  font-size: 1.75rem;
  text-align: center; }

#select-text-head {
  text-align: center; }

#shop-head-text {
  font-size: 1.76rem;
  text-align: center; }

#select-small-head {
  font-size: 1.1875rem;
  margin-right: 3px; }

#yourcause-small-head {
  font-size: 1.0625rem;
  text-align: left; }

.welcome-back-text {
  margin-top: 0.6rem;
  font-size: 0.8125rem; }

.col-p {
  font-size: 1.25em;
  margin-top: 0rem !important; }

.causes {
  font-size: 2.3125rem;
  text-transform: uppercase;
  line-height: 1.75rem;
  text-align: center; }

.sign {
  font-size: 1.625rem;
  text-align: center; }

.petition {
  font-size: 1.75rem;
  text-align: center; }

.petition-image {
  float: left !important;
  margin-right: 0.5rem !important;
  max-width: 200px !important; }

.voting {
  font-size: 1.1875rem;
  text-transform: uppercase;
  line-height: 0.73rem;
  text-align: center; }

.challenge {
  font-size: 1.625rem;
  text-transform: uppercase;
  text-align: center; }

/*NAVIGATION HOVERS*/
.default_nav {
  position: relative;
  z-index: 10; }

.welcome_back_nav {
  text-align: center;
  z-index: 10; }

.short-nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1em;
  padding: 0 0.1em; }

.long-nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3.6em;
  padding: 0 0.1em; }

.causes_nav {
  z-index: 999;
  position: absolute;
  bottom: 1em;
  padding: 0 0.4em; }

.join-now {
  font-size: 1.8rem;
  text-transform: uppercase; }

.login-to-shop {
  font-size: 1.14rem;
  text-transform: uppercase; }

.hidden_nav {
  position: absolute;
  display: none;
  z-index: 0; }

.default_nav_4 {
  z-index: 10; }

.hidden_nav_4 {
  position: relative;
  display: none; }

#nav_1:hover, #nav_2:hover, #nav_3:hover, #nav_4:hover, #nav_5:hover {
  background-color: #425C7E; }

#nav_3 .hidden_nav a, #nav_2 .hidden_nav a {
  font-size: 1.14rem; }

.nav_link, .nav_link2 {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  margin-left: -10%;
  z-index: 1000; }

/* End of navigation hovers */
/* End of Header */
/* Sidebar */
.sidebar.sidebar-first {
  background-color: #e3e7ec;
  padding: 1.5rem; }
  .sidebar.sidebar-first h2 {
    font-size: 1.5rem;
    color: #425C7E;
    font-weight: bold; }
  .sidebar.sidebar-first ul {
    margin-left: 0; }
    .sidebar.sidebar-first ul li {
      list-style: outside none none; }
  .sidebar.sidebar-first a {
    color: #68717E; }
    .sidebar.sidebar-first a:hover {
      color: #425C7E; }

#featuredCause .featureImage {
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 1.25em;
  float: none; }

#featuredCause a {
  text-transform: uppercase;
  color: #fefefe;
  background-color: #425C7E;
  padding: 3px 6px;
  font-size: 0.875rem;
  display: block;
  width: 96%;
  line-height: 1.231; }
  #featuredCause a:hover {
    background-color: #68717E;
    color: #fefefe; }

/* End of Sidebar */
/* Front Page Content */
.front-mid-column {
  background: none repeat scroll 0 0 #f7f7f7;
  margin-top: 1em;
  text-align: center;
  padding-bottom: 1.875em;
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 49%; }
  .front-mid-column.large-4 {
    width: 32.3333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 0 0 1.5em; }

.front-mid-column .fm-inner p {
  margin: 1em 0;
  padding: 0 10%;
  font-size: 1.5rem; }

.small-12.columns.small-centered.fm-inner {
  padding: 0; }

.front-picture {
  max-height: 250px;
  overflow: hidden;
  padding: 0;
  margin-top: -1.6em;
  float: none;
  text-align: center; }

.picture-text {
  position: absolute;
  right: 5%;
  top: 55%;
  z-index: 1000; }
  .picture-text .more {
    background: none repeat scroll 0 0 #fefefe;
    color: #425C7E;
    display: block;
    margin-left: 71%;
    margin-top: 1em;
    opacity: 0.9;
    padding: 0.5em;
    text-align: center;
    width: 8em;
    text-transform: uppercase; }
  .picture-text p {
    background: none repeat scroll 0 0 #333;
    color: #fefefe;
    padding: 0.5em;
    opacity: .9; }

.boxes-bar {
  background-color: #C39C66;
  text-align: center;
  color: #fefefe; }

.front-boxes {
  float: none !important; }

.front-column-div {
  border-top: 1px solid #ccc;
  margin: 1.875em 0 1.5em;
  width: 100%; }

.more {
  background-color: #C39C66;
  bottom: 0;
  float: none !important;
  padding: 0.5em 25%;
  color: #fefefe !important;
  transition: all 0.5s ease;
  font-size: 1.25rem; }
  .more:hover {
    background-color: #a07f4f;
    bottom: 0;
    float: none !important;
    padding: 0.5em 25%;
    color: #fefefe !important; }
  .more a {
    color: #fefefe !important;
    text-transform: uppercase; }
    .more a:hover {
      color: #68717d !important; }

#sponsors-content-wrapper .moreregularbutton {
  display: inline-block;
  margin-bottom: 0.9375rem; }

.moreregularbutton {
  background-color: #425C7E !important;
  bottom: 0;
  padding: 3% 5% 3% 5% !important;
  color: #fefefe !important;
  text-transform: uppercase !important;
  font-family: "Roboto", sans-serif;
  font-size: 107% !important;
  font-weight: bold; }
  .moreregularbutton:hover {
    background-color: #68717D !important;
    bottom: 0;
    padding: 3% 5% 3% 5% !important;
    color: #fefefe !important;
    text-transform: uppercase !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 107% !important;
    font-weight: bold; }

#ContentandButton {
  margin-top: 6%; }

.LittleBitOfMargin {
  margin-bottom: 5%; }

.pettext {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

#TitleandImage {
  margin-top: 5%; }

.section-ctd-intermediate .breed-select {
  padding: 0 .5rem; }

.section-ctd-intermediate .breed-select-inner {
  padding: 1rem; }
  .section-ctd-intermediate .breed-select-inner a.img-link img {
    margin-bottom: 1rem;
    margin-top: 0; }
  .section-ctd-intermediate .breed-select-inner h3 {
    margin: 0; }
    .section-ctd-intermediate .breed-select-inner h3 a {
      margin: 0;
      padding: .5rem 1rem;
      width: 100%; }

@media only screen and (min-width: 1024px) {
  .MobileTitle {
    display: none; }
  img.OrgPicture {
    padding-right: 5%; }
  .title-2nd {
    font-size: 3.5rem !important; }
  #mobile-ad {
    display: none; }
  #tablet-ad {
    display: none; }
  #mobile-ad_v2 {
    display: none; }
  .main h1, .main h2.block-title #page-title {
    margin-top: 0 !important;
    margin-bottom: 1rem !important; } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .DesktopTitle {
    display: none; }
  .main h1, .main h2.block-title #page-title {
    margin-top: 1rem !important; }
  .blacktext {
    text-align: center; }
  .title-2nd {
    text-align: center;
    font-size: 3.5rem !important; }
  img.OrgPicture {
    display: block;
    max-height: 20rem !important;
    margin-left: auto;
    margin-right: auto; }
  #donate-subtext {
    margin-top: 6% !important; }
  .LinksToOrgs {
    padding-top: 1rem;
    text-align: center; }
  #desktop-ad {
    display: none; }
  #mobile-ad_v2 {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .DesktopTitle {
    display: none; }
  .main h1, .main h2.block-title #page-title {
    margin-top: .5rem !important; }
  .blacktext {
    text-align: center; }
  .title-2nd {
    text-align: center;
    font-size: 3.5rem !important; }
  img.OrgPicture {
    display: block;
    max-height: 20rem !important;
    margin-left: auto;
    margin-right: auto; }
  #donate-subtext {
    margin-top: 6% !important; }
  .LinksToOrgs {
    padding-top: 1rem;
    text-align: center; }
  #desktop-ad {
    display: none; }
  #mobile-ad_v2 {
    display: none; } }

@media only screen and (max-width: 480px) {
  .DesktopTitle {
    display: none; }
  .main h1, .main h2.block-title #page-title {
    margin-top: .5rem !important; }
  .LinksToOrgs {
    padding-top: 1rem;
    text-align: center; }
  .blacktext {
    text-align: center; }
  .title-2nd {
    text-align: center;
    font-size: 2.5rem !important; }
  img.OrgPicture {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #donate-subtext {
    margin-top: 6% !important; }
  #desktop-ad {
    display: none; }
  #tablet-ad {
    display: none; } }

#home_text {
  margin: 0em 0 0.5em; }
  #home_text p {
    font-size: 1.381em;
    line-height: 1.231;
    color: #68717E; }

.arvo_text {
  color: #425C7E;
  font-family: "Arvo", serif;
  font-weight: bold;
  text-transform: uppercase; }

/* Is this needed for new site?
.front-bottom-box {
  min-height: 200px;
  margin-bottom: 1.5em;
  padding: 1em;
  background: url('../images/bb-bg.png');
  background-repeat: repeat;
  h2 {
    font-family: $arvo!important;
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
  }
  p {
    color: $sfyc-gray;
  }
  .read-more {
    float: right;
    margin-top: .5em;
  }
  .front-column-div {
    margin: 0.7em 0 1em;
  }
  .tweet-text {
    margin: 0.375rem 0 0.625rem;
  }
  .tweet-actions a {
    margin-left: 0.675rem;
  }
}
*/
.new-stores h2 {
  margin-bottom: 0.9em !important; }

#container_middle {
  background-color: #425C7E;
  position: relative; }

#featured {
  margin: 0 auto;
  max-width: 1000px;
  min-width: 300px;
  padding: 0 0; }

/* Is this needed for new site?
#featured_partners {
  background-color: $white;
  background-image: url("../images/sfyc-jagged-left.png");
  background-repeat: repeat-y;
  float: left;
  min-height: 127px;
  padding: 1% 0 2% 5%;
  width: 55%;
  h2 {
    margin-bottom: 19px;
    font-family: $arvo;
    text-transform: uppercase;
    color: $sfyc-blue;
    font-size: 1.381em;
  }
  img {
    float: left;
    margin-right: 10%;
    max-height: 90px;
    vertical-align: middle;
  }
}
*/
.recent-stores-temp img {
  max-width: 125px !important; }

/* Is this needed for new site?
#recent_stores {
  background: url("../images/sfyc-jagged-right.jpg") repeat-y scroll left top rgba(0, 0, 0, 0);
  float: left;
  height: 127px;
  overflow: visible;
  padding: 1% 2% 2% 0;
  text-align: right;
  width: 38%;
  h2 {
    color: $white;
    font-family: $arvo;
    text-transform: uppercase;
    font-size: 1.381em;
  }
  img {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    max-height: 90px;
    max-width: 100%;
  }
}
*/
.name.sfyc-title-name h1 a {
  width: 100%; }

.top-bar .name h1 {
  float: left; }

.name.sfyc-title-name > img {
  float: left;
  margin: 0.25em 0 0 0.7em; }

#front-page-bottom-ad {
  padding-top: 1.5rem; }

/* End of Front Page Content */
/* Main Content */
.main {
  color: #425C7E; }
  .main h1, .main h2.block-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 0.75em;
    line-height: 90%;
    color: #425C7E;
    margin-top: 1em;
    font-weight: bold;
    text-transform: uppercase; }
  .main h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.9375em;
    color: #425C7E; }
  .main a {
    color: #64c371;
    transition: all 0.5s ease; }
    .main a:hover {
      color: #5A5CA9; }
  .main p {
    line-height: 1.75rem;
    padding-bottom: 0.625em;
    font-size: 1.2rem; }
    .main p:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; }
  .main li {
    list-style: none;
    line-height: 1.75rem;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem; }

.main #featuredCause h3, .sidebar.sidebar-first #featuredCause h3 {
  font-size: 1.375rem; }

.view-faq .views-row {
  margin-bottom: 1em; }

.coupon-not-found {
  margin-bottom: 1.25em;
  font-style: italic; }

.node-sfyc-page-special h2 {
  margin: 0 0 0.9375rem; }

.faq-wrap {
  margin-bottom: 1.5rem; }
  .faq-wrap h3 {
    font-size: 1.5375rem;
    margin-bottom: 0;
    color: #787F45; }
  .faq-wrap:last-of-type {
    margin-bottom: 0; }

/* End of Main Content */
/*FOOTER*/
#container_btm {
  clear: both;
  margin-top: 4%;
  background-color: #68717E;
  padding: 3% 1%; }

#container_btm_inside {
  clear: both;
  margin-top: 1%;
  background-color: #68717E;
  padding: 3% 1%; }

footer {
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  min-width: 300px; }
  footer p {
    font-size: 0.934em;
    line-height: 1.5em; }
  footer #footer_1 {
    float: left;
    color: #fefefe;
    margin-right: 3%; }
  footer #footer_2 {
    float: left;
    width: 33%;
    color: #fefefe;
    margin-right: 3%; }
    footer #footer_2 a {
      color: #fefefe; }
      footer #footer_2 a:hover {
        color: #0a0a0a; }
  footer #footer_3 {
    float: right;
    color: #fefefe; }
    footer #footer_3 img {
      float: left;
      margin-right: 2%; }
    footer #footer_3 p {
      padding-bottom: 4%; }
    footer #footer_3 a {
      color: #fefefe; }
      footer #footer_3 a:hover {
        color: #0a0a0a; }
  footer .footer .show-for-small-only.small-12 {
    width: 90% !important; }
  footer .right_side_botton {
    float: right;
    border: #fefefe solid 1px;
    position: absolute;
    top: 10px;
    right: 3px;
    padding: .35rem;
    border-radius: 7px; }
    footer .right_side_botton a {
      color: #fefefe; }
      footer .right_side_botton a:hover {
        color: #fefefe !important;
        font-weight: 900; }
  footer .static_footer {
    position: fixed;
    padding: .6rem;
    bottom: 0;
    left: 0;
    height: 40px;
    background-color: #68717E;
    width: 100%;
    text-align: left;
    z-index: 999;
    color: #fefefe !important;
    margin-right: 10px; }
  footer .static_footer_button {
    float: right; }
  footer .static_footer_button a {
    color: #fefefe;
    text-decoration: underline; }
  footer .static_footer_button a:hover {
    color: #fefefe !important; }

/* End of Footer */
/* Interior */
#mainBody {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400 !important;
  width: 76%;
  float: right;
  color: #425C7E;
  margin-top: 25px; }

#mainBodyMiddle {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400 !important;
  color: #425C7E;
  margin-top: 1%; }
  #mainBodyMiddle h4 {
    color: #425C7E;
    text-transform: none;
    font-size: 22px;
    margin-top: 4% !important;
    margin-bottom: 3% !important; }
  #mainBodyMiddle h6 {
    padding: 2%;
    margin-bottom: 0px !important;
    margin-top: 0px !important; }
  #mainBodyMiddle th {
    text-align: left;
    color: #68717E; }
  #mainBodyMiddle table {
    width: 100%; }
  #mainBodyMiddle a {
    font-weight: bold;
    color: inherit; }

#mainBody a {
  font-weight: bold;
  color: inherit; }
  #mainBody a:hover {
    color: #68717E; }

#calloutBox {
  background-color: #e3e7ec;
  padding: 20px;
  margin-bottom: 40px;
  color: black;
  font-size: 18px; }
  #calloutBox h1 {
    margin-top: 0;
    margin-bottom: 20px; }
  #calloutBox p {
    font-size: 1.125rem; }
  #calloutBox input {
    min-height: 30px; }
  #calloutBox select {
    width: auto; }
  #calloutBox .inputButton {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fefefe;
    background-color: #425C73;
    border: none;
    font-size: 1rem;
    line-height: 2.1em; }
  #calloutBox.contact {
    background-color: #fefefe; }

.filter-item {
  margin-right: 10px;
  float: left;
  font-size: .9em; }

.inputButton {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fefefe;
  background-color: #425C73;
  border: none;
  line-height: inherit;
  font-size: 1.125rem;
  padding: 0.375rem 0.9375rem; }

#load-more-stores-form {
  width: 100%;
  text-align: center; }

#load-more-causes-form {
  width: 100%;
  text-align: center; }

#submitCause {
  margin-top: 25px; }

#submit-a-cause {
  display: none; }

#sidebarRight {
  height: 100%;
  position: relative;
  background-color: #aab5c5;
  padding: 20px 21px 20px 14px;
  margin-top: .75em;
  margin-bottom: 25px;
  min-height: 550px;
  color: #425C7E;
  font-size: 14px;
  word-wrap: break-word; }

#sidebar-right-ad {
  position: relative;
  padding: 1rem 0;
  text-align: center;
  background-color: #fefefe;
  margin-top: auto; }

#sidebarRight.sidebar-right-below-ad {
  margin-top: 1rem; }

.petitions-wrap {
  margin-right: 1px !important;
  padding: 1em; }

#petitions-right-sidebar-more {
  background-color: #425C7E;
  color: #fefefe !important;
  display: block;
  font-size: 14px !important;
  font-weight: bold;
  padding: 3px 6px;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
  margin: 0 auto;
  line-height: 1.231; }
  #petitions-right-sidebar-more:hover {
    background-color: #68717E; }

.petitions-right-sidebar2, .petitions-right-sidebar3 {
  min-height: 225px !important; }

#sidebarRight h1 {
  color: #fefefe;
  font-size: 27px; }

#sidebarRight p {
  font-size: 16px; }

#sidebarRight a {
  color: #425C7E;
  font-size: 17px; }
  #sidebarRight a:hover {
    color: #68717E; }

#sidebarRight li {
  margin-bottom: 15px; }

#sidebarRight .whiteBar {
  height: 20px;
  background-color: #fefefe;
  padding: 0px 15px;
  margin-left: -15px;
  margin-right: -25px;
  border-color: white; }

#sidebarRight strong {
  font-size: 18px; }

#bottomZigZag {
  margin-left: -14px;
  width: 100%;
  position: absolute;
  bottom: 0; }

.section-petitions #bottomZigZag {
  left: 0;
  margin-left: 0; }

#bottomZigZag2 {
  width: 100%;
  position: absolute;
  bottom: 0; }

.shopping-reminder-download-link {
  background-color: #425C73;
  color: #fefefe !important;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-weight: normal !important; }

.section-shopping-reminder .shopping-reminder-download-link {
  background-color: #425C73;
  color: #fefefe !important;
  padding: 0.375rem 0.9375rem;
  text-transform: uppercase;
  font-weight: normal !important; }

#li-reg-box #register-box {
  border-right: 1px solid #ccc; }

#register-message, #login-message {
  margin-top: 30px;
  color: red; }

#register-success, #login-success {
  display: none; }

#log-in-box a {
  color: #425C7E;
  font-weight: bold; }

#logged-in-options > img {
  margin-right: 0.75em; }

.register-column {
  padding-left: 0; }

.log-in-column {
  padding-right: 0; }

#defaultReal {
  float: left; }

.realperson-challenge {
  float: right; }

input.defaultRealReg {
  width: 45%; }

#forgot-password-link {
  font-size: 0.875rem;
  background-color: #E3E7EC;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
  color: #425C7E;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 7px 0 0 20px; }

#forgot-password-wrap {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
  display: none; }

#stats-donations {
  background-color: #415C7F;
  min-width: 50px;
  padding: 2px 5px;
  color: #fefefe;
  margin-right: 10px; }

#stats-money-total {
  background-color: #737F9B;
  min-width: 50px;
  padding: 2px 5px;
  color: #fefefe;
  margin-right: 10px; }

#stats-numbers {
  float: left; }

#table-wrapper {
  height: 300px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px black solid; }

.table-topR {
  border: 2px solid black;
  border-left: #fefefe;
  margin-left: -0.96rem !important;
  padding: 0rem;
  margin-right: .91rem;
  text-align: right;
  padding-right: 3.7%; }

.table-topL {
  border: 2px solid black;
  border-right: #fefefe;
  margin-right: -.91rem;
  margin-left: 0.96rem; }

#stores-table tbody {
  max-height: 300px;
  overflow: scroll;
  width: 100%; }

#stores-table td {
  text-align: center;
  padding: 0rem;
  max-height: 50px; }

#stores-table button {
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  line-height: 5px;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #425C7E;
  border-color: grey;
  color: #fefefe;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  #stores-table button:hover {
    line-height: 10px;
    background-color: #68717E; }

#stores-table tr:nth-last-child(even) {
  background-color: #dddddd; }

#stores-table th {
  text-align: center; }

#cause-stats-table {
  background-color: transparent;
  color: #425C7E; }
  #cause-stats-table tbody {
    border-top: 0px; }
  #cause-stats-table td {
    text-align: center;
    min-width: 75px;
    color: #425C7E; }
  #cause-stats-table tr:nth-child(even) {
    background-color: #fefefe; }
  #cause-stats-table th {
    text-align: center; }

.charitySearchBox {
  background-color: #e3e7ec;
  padding: 20px;
  margin-bottom: 40px; }
  .charitySearchBox p {
    color: #68717E;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 0px; }
  .charitySearchBox button {
    float: right;
    margin-top: 20px;
    margin-right: 15px; }

.left-align {
  text-align: left !important; }

.challenge-table table, tr, td {
  border: 1px solid black; }

.webform-component--should-be-empty {
  display: none; }

.section-contact .sidebar-second {
  margin-top: 1em; }

.section-contact .node-webform {
  margin-top: 2.5em; }

.section-advertisers select {
  width: 20%; }

.section-advertisers label {
  color: #425C7E; }

#node-147 ul {
  padding-left: 1.875rem; }

#node-147 li {
  list-style-type: disc; }

#webform-client-form-147 .form-submit {
  background-color: #425C73;
  border: medium none;
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  padding: 0.375rem 0.9375rem;
  text-transform: uppercase; }

.ad {
  background: #f7f7f7;
  padding: 1.5rem; }

.advertisers .error {
  color: red; }

.advertisers .messages {
  margin-bottom: 1.5625rem; }

.advertising-success {
  color: green; }

.section-petitions #featuredCause a {
  color: #fefefe;
  text-align: center; }

.ad-wrap {
  clear: both; }

.listed-petition img {
  width: 230px  !important;
  max-height: 125px !important; }

.section-petition #featuredCause .featureImage {
  max-width: 220px;
  float: left;
  margin-right: 0.625rem; }

.section-petition h3, .node-type-petition h3 {
  font-weight: bold; }

#sign-petition-box input {
  min-height: 30px; }

#sign-petition-form input {
  max-width: 200px; }

#sign-thank-you {
  display: none; }

#petition-password {
  display: none;
  margin-top: 8px; }

#petition-password .password-score, #petition-password #password-match {
  max-width: 100px !important; }

#sign-form-container {
  margin-top: 35px;
  margin-bottom: 0px !important;
  text-align: center; }

#sigCounter {
  background-color: #425C7E;
  max-width: 150px;
  text-align: right;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: #fefefe; }

#sigCounter p {
  padding-bottom: 0; }

.sidebar-first #sign-petition-box {
  padding: 0.9375rem 0 2rem;
  margin-top: 0px;
  color: black; }
  .sidebar-first #sign-petition-box input {
    max-width: 190px;
    font-size: 13px; }
  .sidebar-first #sign-petition-box select {
    font-size: 13px;
    width: 50%; }
  .sidebar-first #sign-petition-box p {
    font-size: 14px;
    padding-bottom: 4px;
    margin-bottom: 0; }
  .sidebar-first #sign-petition-box #terms-of-service {
    padding-top: 15px;
    font-size: 14px; }
    .sidebar-first #sign-petition-box #terms-of-service a {
      font-size: 14px; }

.sidebar-first #sign-petition-box h1, .section-petition .sidebar-first h1, .node-type-petition .sidebar-first h1 {
  font-size: 1.375rem;
  color: #425C7E; }

#petition-signtures {
  padding: 25px 0; }

.signer-box {
  padding: 13px 0;
  border-top: 1px solid #eeeeee; }

.signer-info {
  float: left; }

.signer-data {
  float: right; }
  .signer-data ul {
    margin: 0px;
    padding: 0px; }
  .signer-data li {
    float: left;
    margin-right: 10px;
    font-size: 1rem; }

.signer-name {
  float: left;
  margin-right: 15px; }

.signer-location {
  float: left; }

.signer-content {
  width: 100%;
  min-height: 40px;
  padding: 13px;
  margin-top: 13px;
  background-color: #F8F8F8; }

.add-this-share {
  color: #fefefe; }

.addthis_toolbox a:hover {
  color: #fefefe; }

.in-us-link {
  float: left; }

#sign-petition-box #sigCounter {
  float: left; }

#sigNeeded {
  float: left;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 6px; }

.addthis-pic {
  height: 30px; }

#sign-petition-form .realperson-text {
  font-size: 5px;
  margin-right: 10px; }

#realtext-pet {
  margin-top: 5px; }

#petition-error-message {
  font-size: 14px;
  color: red;
  margin-top: 20px;
  padding-right: 10px; }

#sign-petition-form #realtext-pet {
  margin-top: 20px; }

#sign-petition-form #create-account-text {
  margin-top: 15px;
  font-size: 14px !important; }

#create-account-checkbox {
  float: left !important;
  width: 20px !important;
  margin-top: 15px; }

#display-name-checkbox {
  width: 20px !important;
  float: left !important; }

.display-name-text {
  float: left !important;
  font-size: 16px !important;
  margin-left: 10px !important;
  margin-top: 4px; }

.defaultRealPet {
  width: 70px !important;
  margin-right: 10px !important; }

.mid-petition-ad {
  margin: 2rem;
  border-top: 1px solid #ccc;
  padding: 1rem;
  border-bottom: 1px solid #ccc; }

.section-petition #sidebarRight h1 {
  font-size: 1.625rem;
  margin-top: 0;
  line-height: 1.231; }

.section-terms-service .l-main li {
  list-style-type: circle;
  margin-left: 20px; }

.install-instructions-section img {
  box-shadow: 0 2px 3px rgba(0, 10, 10, 0.38); }

.install-instructions-section p {
  margin-top: 15px; }

#install-i-right {
  margin-left: 25px; }

.browser-box {
  width: 538px; }
  .browser-box h3 {
    font-size: 16px !important;
    margin: 30px 0 0 !important;
    font-family: "Roboto", sans-serif !important; }

#firefox-box {
  display: none; }

#ie-box {
  display: none; }

#safari-link {
  border-top-right-radius: 5px; }

#safari-box {
  display: none; }
  #safari-box img {
    text-align: center; }

#chrome-box {
  display: none; }

#chrome-link {
  border-top-left-radius: 5px; }

.browser-link-clicked {
  background-color: #fefefe !important;
  border-bottom: 0px !important; }

.browser-links {
  background-color: #FAFAFA;
  padding: 10px 10px 2.5px;
  font-size: 18px;
  border: 1px solid #ccc; }

.iis-first {
  margin-top: 0px !important; }

#browser-link-container {
  margin: 25px 0;
  border-bottom: 1px solid #ccc;
  width: 538px;
  padding-bottom: 1px; }

.down-arrow-img {
  margin: 0 0 10px 220px; }

.shopping-reminder-download {
  background-color: #E3E7EC;
  padding: 15px;
  max-width: 508px; }
  .shopping-reminder-download p {
    font-size: 18px;
    color: black; }
    .shopping-reminder-download p a {
      color: #425C7E !important; }
      .shopping-reminder-download p a:hover {
        text-decoration: underline !important; }

.shopping-reminder-download h2 {
  font-size: 22px !important; }

.shopping-reminder-div {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 30px 0 20px 0; }

.not-participating-stores {
  height: 200px;
  overflow-y: scroll;
  margin: 10px 0;
  padding: 5px;
  background-color: #fefefe; }

.not-participating-stores a:hover {
  color: #68717E !important; }

.password-no-match {
  color: red; }

.password-score {
  margin-bottom: 1rem;
  padding: 0.125rem 0.625rem; }

#password-match {
  margin-bottom: 1rem;
  padding: 0.125rem 0.625rem; }

.password-match {
  background-color: #93b40f; }

#password-match-edit {
  margin-bottom: 1rem;
  padding: 0.125rem 0.625rem; }

#basic-modal-content {
  display: none; }

/* Overlay */
#simplemodal-overlay {
  background-color: #000;
  cursor: wait; }

/* Container */
/* Is this needed in new system?
#simplemodal-container {height:320px; width:424px; color:$sfyc-gray; background-color:#E3E7EC; border:4px solid $sfyc-blue-alternate; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/images/x-button.png) no-repeat; width:20px; height:20px; display:inline; z-index:3200; position:absolute; top:-11px; right:-12px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
*/
#message-dialog {
  display: none;
  font-size: 16px; }

#message-dialog .addthis_default_style {
  margin-left: 60px; }

#message-dialog a {
  color: #425C7E !important;
  font-weight: bold; }

.centered-message {
  text-align: center; }

.right-aligned-message {
  text-align: right; }

#message-dialog li {
  margin-bottom: 12px; }

#message-dialog ol {
  line-height: 1.231; }

/* End of Interior */
/* Coupon */
/* Is this needed for new site?
.coupon {
  width:530px;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0px;
  border: 4px dashed #D2D2D2;
  padding: 10px;
  a {
    color: $sfyc-blue !important;
    text-decoration: none;
    font-weight: bold;
    &:hover {
      color: darkgray;
    }
    &.label {
      font: bold 12px Arial, Helvetica, sans-serif; color: #0000BA;
    }
    &.merchant {
      font: bold 12px Arial, Helvetica, sans-serif;
      color: $white!important;
      background-image: url('../images/coupon-tab.jpg');
      background-repeat: no-repeat;
      width: 123px!important;
      height: 18px!important;
      padding: 2px 0px;
      display: block;
      text-align: center;
      font-size: 10.4px;
    }
  }
  p {
    margin: 1px 0px;
    padding: 0 0 0.625rem;
    border: 0px;
    font-size: 0.75rem;
  }
  .image {
    float: right;
    margin:5px;
    width: 90px;
  }
  &:last-child {
    margin-bottom: 40px;
  }
}
/*

/* End of Coupon */
/* SFYC Special Page */
#specialBody {
  font-family: "Roboto", sans-serif;
  font-size: 1.6em;
  font-weight: 400 !important;
  color: #425C7E;
  margin-bottom: 2em; }

#specialBody p {
  font-size: 1.25rem; }

#specialBody h2 {
  font-size: 2rem; }

#specialBody h4 {
  color: #425C7E;
  text-transform: none;
  font-size: 22px;
  margin-bottom: 35px;
  margin-top: 20px; }

#specialBody th {
  text-align: left;
  color: #68717E; }

#specialBody table {
  width: 100%; }

#specialBody a {
  font-weight: bold;
  color: inherit; }

#specialBody a {
  font-weight: bold;
  color: inherit; }

#specialBody a:hover {
  color: #68717E; }

#challenge-table {
  margin-left: 45px;
  max-width: 250px;
  float: left; }

.challenge-table table, tr, td {
  border: 1px solid black; }

#peanut {
  font-family: "Roboto", sans-serif;
  font-size: 1.6em;
  line-height: 22px;
  font-weight: 400 !important;
  color: #425C7E; }

#peanut h4 {
  color: #425C7E;
  text-transform: none;
  font-size: 22px;
  margin-bottom: 35px;
  margin-top: 20px; }

#peanut th {
  text-align: left;
  color: #68717E; }

#peanut table {
  width: 100%; }

#peanut a {
  font-weight: bold;
  color: inherit; }

#peanut a {
  font-weight: bold;
  color: inherit; }

#peanut a:hover {
  color: #68717E; }

/* End of SFYC Special Page */
/* Click to Donate */
.donate-click-box {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #CCCCCC;
  min-height: 300px;
  padding: 20px;
  text-align: center;
  width: 90%;
  margin-left: 10px;
  margin: 15px 0 15px 18px; }

.donate-click-inner {
  background: none repeat scroll 0 0 #fefefe;
  border-radius: 5px;
  font-size: 20px;
  height: 200px; }

.left-panel {
  background-color: #EFEFEF;
  width: 49%;
  float: left;
  line-height: 20px;
  text-align: center;
  margin: 15px 0 15px 0; }

.right-panel {
  background-color: #EFEFEF;
  width: 49%;
  float: left;
  line-height: 25px;
  text-align: center;
  margin: 15px 0 15px 0; }

.donate-click-inner img {
  float: left;
  margin-left: 102px;
  margin-top: 34px;
  width: 200px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18); }

#donate-click-inner-1 ul {
  float: right;
  font-size: 24px;
  margin: 35px 65px 0 0 !important;
  width: 200px;
  text-align: left; }

#donate-click-inner-1 li {
  list-style-type: disc !important;
  margin-bottom: 10px; }

#donate-subtext {
  text-align: left;
  margin-top: 15px;
  line-height: 2.5rem;
  font-family: "nimbus-sans-condensed", "lucida grande", sans-serif; }

#donate-subtext p {
  text-align: left;
  color: black;
  line-height: 2.5rem;
  font-size: 1.2rem;
  font-family: "nimbus-sans-condensed", "lucida grande", sans-serif; }

.donate-click-box button {
  background-color: #425C73;
  border: medium none;
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  padding: 6px 15px;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 125%;
  margin-bottom: 15px; }

#donate-click-thanks {
  min-height: 200px; }

#donate-click-inner-thanks {
  height: 140px; }

#donate-click-inner-thanks ul {
  padding: 20px 20px 20px 35px;
  text-align: left; }

#donate-click-inner-thanks li {
  padding-bottom: 15px; }

.click-donate-wrap #mainBodyMiddle {
  margin-top: 0px;
  width: 770px; }

.click-donate-wrap #sidebarRight {
  display: none; }

.donate-ad-box {
  padding: 15px;
  background: #68717E;
  border: 1px solid #ccc;
  text-align: center; }

.donate-block-ad {
  width: 320px;
  margin: 0px 16px;
  float: left; }

.ctd-set {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.ctd-shield, .ctd-caption {
  position: absolute; }

.ctd-caption {
  z-index: 10;
  display: none; }

.ctd-caption-text {
  display: none;
  position: absolute;
  z-index: 20;
  bottom: 6px;
  margin-left: 12px;
  color: #fefefe;
  padding: 0 34px 0 20px;
  left: 0; }

.ctd-caption-text-large {
  bottom: 2px;
  line-height: 18px; }

#ctd-reminder-success-message, ctd-reminder-error-message {
  display: none; }

#ctd-reminder-success-message {
  color: green; }

#ctd-reminder-error-message {
  color: red; }

.ctd2nd-ad-box {
  background: #fefefe;
  text-align: center; }

#formforemail {
  padding: 7% 2% !important; }

.videotitle {
  text-align: center;
  padding: 3% !important;
  color: #425C7E;
  margin-bottom: 0px !important; }

.videotitle h2 {
  color: #425C7E;
  margin-bottom: 0px !important; }

#emailshopanddownload #paddingtoponad {
  border-top: 1px solid #ccc;
  margin-top: 1rem; }

#paddingtoponad {
  padding-top: 4% !important; }

@media only screen and (min-width: 1024px) {
  #linebreak hr {
    display: none !important; }
  #linebreak {
    display: none !important; }
  #sharebox {
    display: none !important; }
  #separationlines {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
    border-color: #dddddd !important; }
  .hr-smaller hr {
    margin-right: 8%; }
  .hr-bottom-smaller hr {
    margin-right: 8%; } }

@media only screen and (min-width: 0px) and (max-width: 1024px) {
  #separationlines {
    border-left: none;
    border-right: none; } }

.ctd2nd-ad-box button {
  background-color: #425C73;
  border: medium none;
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  padding: 39px 31px;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 145%;
  margin-bottom: 15px;
  opacity: 1; }

/*click box for 2nd page CTD*/
#donate-subtext > p:first-of-type::first-letter {
  font-family: "nimbus-sans-condensed", "lucida grande", sans-serif;
  font-size: 72px;
  padding-right: 0.05em;
  text-transform: uppercase;
  color: #425C7E; }

.ctd2nd-click-box {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #fefefe;
  padding: 4px 10px;
  text-align: center; }

.ctd2nd-click-box h2 {
  font-weight: bold;
  line-height: 1.375rem; }

/*Body for 2nd page CTD*/
#ctd2ndBodyMiddle {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400 !important;
  color: #425C7E; }

/*Button CSS for 2nd CTD*/
.ctd2nd-click-box button {
  background-color: #425C73;
  border: medium none;
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  padding: 23px 31px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 145%;
  margin-bottom: 5px;
  opacity: 1; }

.previous-donate-text {
  background-color: #425C73;
  border: medium none;
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  padding: 23px 31px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 5px;
  opacity: 1; }

#wrap {
  position: relative;
  /* make this relative to have the inner div absolute without breaking out */
  max-width: 597px;
  /* fix the width or else it'll be the entire page's width */
  margin: 2rem 0; }

/*CSS TO MAKE PICTURE WORK ON 2nd CTD PAGEC*/
#text {
  background: #EFEFEF;
  color: #171515;
  opacity: 0.8;
  padding: 0.625rem;
  margin: 2rem 0; }

/*CSS TO MAKE PICTURE WORK ON 2nd CTD PAGEC*/
#text p {
  list-style-type: disc !important;
  text-align: left;
  margin-left: 15px;
  font-weight: bolder;
  font-size: 20px; }

.no-left-padding {
  padding-left: 0; }

/*ALL CONTENT FOR 3rd page of CTD*/
/*Side bar for 3rd page CTD*/
#ctd3rdRight {
  width: 15.2%;
  height: 100%;
  position: relative;
  float: right;
  padding: 20px 21px 20px 14px;
  margin-right: -56px;
  margin-top: -554px;
  margin-bottom: 25px;
  min-height: 550px;
  color: #425C7E;
  font-size: 14px;
  word-wrap: break-word; }

.ctd3rd-donate-wrap #mainBodyMiddle {
  margin-top: 0px;
  width: 683px;
  margin-left: 37px; }

.ctd3rd-donate-wrap #ctd3rdbarRight {
  /* display: none; */
  margin-bottom: -18px;
  margin-top: -535px;
  margin-left: 0px;
  margin-right: -61px; }

#ctd3rd-click-thanks {
  min-height: 200px; }

.ctd3rd-click-box {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #CCCCCC;
  padding: 0.625rem 0;
  text-align: center; }

#ctd3rd-click-inner-thanks {
  height: 250px;
  padding-top: 20px; }

.ctd3rd-click-inner button {
  background-color: #425C73;
  border: medium none;
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  padding: 0.375rem 0.625rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-size: 110%;
  margin-bottom: 0.9375rem;
  margin-left: 1em; }

.ctd3rd-click-inner {
  background: none repeat scroll 0 0 #fefefe;
  border-radius: 5px;
  font-size: 20px;
  text-align: center; }

.ctd3rd-help-more {
  background: none repeat scroll 0 0 #fefefe;
  border-radius: 5px;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-right: 0.5em; }

.ctd3rd-help-more button {
  background-color: #425C73;
  border: medium none;
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  padding: 0.375rem 0.625rem;
  margin-top: 1.5rem;
  font-size: 110%;
  margin-bottom: 0.9375rem; }

.titleforthe3ctdsections {
  text-transform: uppercase; }

.titleforthe3ctdsections h2 {
  font-size: 18px;
  margin-top: 0px !important; }

.ctd3rd-click-inner h4 {
  line-height: 1.231;
  margin-top: 0 !important; }

#ctd-download-sr-tac {
  padding: 0 !important; }

.ctd-thank-you-exp-text {
  color: #425C7E;
  font-size: 1.375rem;
  line-height: 1.231; }

#emailshopanddownload.imagebox {
  padding-top: 3%; }

.linkwrappershop {
  padding: 9% !important; }

.linkwrapperemail {
  padding: 9% 9% 5% 9% !important; }

.fixthish6 h6 {
  padding: 0 !important; }

.linkwrapperdownload {
  padding: 9% !important; }

#ctd-left-column {
  margin-right: 3em;
  padding-left: 1em; }

.ctd3rd-click-email {
  font-size: 1.25rem;
  text-align: center; }

.ctd3rd-click-learnMore {
  border-radius: 5px;
  font-size: 15px; }

.ctd3rd-click-learnMore button {
  background-color: #425C73;
  border: medium none;
  color: #fefefe;
  font-family: "Roboto", sans-serif;
  padding: 6px 15px;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 125%;
  margin-bottom: 15px;
  margin-right: -36px; }

#container_top {
  padding: 2% !important; }

.together-click {
  text-align: center;
  font-weight: bolder;
  padding-bottom: 3% !important;
  color: #000000 !important; }

#sharebox, #sharebox-new {
  padding-top: 2%; }

#sharebox-new p {
  font-size: 1.8rem; }

.ctd3rd-block-ad {
  width: 299px;
  margin: 40px -54px;
  float: left; }

.ctd3rd-ad-box button {
  background: #fefefe;
  border: medium none;
  color: #0E0505;
  font-family: "Roboto", sans-serif;
  height: 100%;
  padding: 76px 25px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 145%;
  margin-bottom: 15px;
  opacity: .9; }

.ctd3rd-ad-box button:hover {
  background: #fefefe;
  border: medium none;
  color: #0E0505;
  font-family: "Roboto", sans-serif;
  padding: 76px 25px;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 145%;
  margin-bottom: 15px;
  opacity: .3;
  height: -40px; }

#ctd3rdText {
  position: absolute;
  width: 100%;
  top: 0;
  color: #171515;
  opacity: 0.8;
  height: 100%; }

#at4-share, #at4-soc {
  bottom: auto;
  top: 170px !important; }

/*CSS TO MAKE PICTURE WORK ON 2nd CTD PAGEC*/
#ctd3rdWrap {
  position: relative;
  /* make this relative to have the inner div absolute without breaking out */ }

.ctd-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.ctd-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ctd3rd-backToMAIN-box {
  text-align: center; }

.ctd-together-text {
  padding-right: 0.5rem;
  font-size: 1.1875rem;
  text-align: right; }

#ctd-reminder-form .prefix {
  border: none;
  background-color: transparent;
  color: #425C7E;
  font-size: 1.0625rem; }

#ctd-reminder-form input {
  margin-bottom: 0.25rem; }

#ctd-ty-lsb-ad {
  margin-top: 1em; }

.FacebookLeft-panel {
  background-color: #EFEFEF;
  width: 15%;
  float: left;
  line-height: 10px;
  text-align: center;
  margin: 15px 0 15px 0; }

.TwitterRight-panel {
  background-color: #EFEFEF;
  width: 15%;
  float: left;
  line-height: 10px;
  text-align: center;
  margin: 15px 0 15px 0; }

/*Tabs*/
/* Is this necesssary for new site?
#coverTab {
  height:100%;
  width:100%;
  background-image:url(images/city.jpg);
  background-repeat:no-repeat;
  background-size:cover;

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/city.jpg',sizingMethod='scale');
  -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/city.jpg',sizingMethod='scale')";
}
*/
.thank-you-for-donating {
  font-weight: bolder;
  font-size: 3em !important;
  line-height: 1.231;
  text-align: center;
  margin-bottom: 0.1em !important;
  margin-top: 0.5em !important; }

.thank-you-for-donating h1 {
  font-weight: bolder;
  font-size: 1em !important;
  line-height: 1.231;
  text-align: center;
  margin-bottom: 0.1em !important;
  margin-top: 0.5em !important; }

@media only screen and (max-width: 380px) {
  .thank-you-for-donating h1 {
    font-weight: bolder;
    font-size: 0.8em !important;
    line-height: 1.231;
    text-align: center;
    margin-bottom: 0.1em !important;
    margin-top: 0.5em !important; } }

.thank-you-for-donatingv2 {
  font-weight: bolder;
  font-size: 2em;
  line-height: 1.231;
  text-align: center;
  margin-bottom: 0.0em !important; }

@media only screen and (max-width: 380px) {
  .thank-you-for-donatingv2 {
    font-weight: bolder;
    font-size: 1.8em !important;
    line-height: 1.231;
    text-align: center;
    margin-bottom: 0.0em !important; } }

/* End of Click to Donate */
/*new blog page*/
.blog-front {
  padding-left: 20%;
  padding-right: 20%; }

.blog_main {
  margin-top: .5px;
  border-radius: 0px;
  width: 100%; }

.blog-text {
  text-align: center;
  font-variant: small-caps;
  font-size: 1.4rem; }

.blog-front-text {
  font-family: inherit;
  font-size: 1.5rem !important;
  line-height: 1.8rem !important;
  color: #68717E !important; }

.blog-hi-li {
  color: #425C7E !important;
  font-weight: bold; }

.blog-slider {
  width: 100%; }

.see_more {
  text-align: center; }

.link-back {
  text-align: center;
  min-height: 11rem !important; }

/*blog page*/
.post {
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 10px;
  padding: 15px 0;
  width: 100%; }

.post-image {
  width: 100%;
  text-align: center; }

.post-title a {
  margin-top: 0px;
  color: #990033;
  font-weight: lighter;
  margin-bottom: 3px;
  font-size: 30px;
  text-decoration: none; }

.post-title a:hover {
  text-decoration: underline; }

.meta {
  color: #999999;
  font-size: 16px;
  margin-left: 3px; }

.post .addthis_toolbox {
  margin-left: 5px;
  margin-top: 30px !important; }

.post-image img {
  border: 5px solid #fafafa;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px 0 0 0;
  max-width: 575px; }

.post-teaser {
  color: #333333;
  line-height: 135%;
  margin: 20px auto;
  width: 98%; }

.post-teaser p {
  text-align: left !important; }

.read-more {
  background-color: #68717E;
  color: #fefefe;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  opacity: 0.9;
  text-align: center;
  text-transform: uppercase;
  width: 98%; }

.read-more a {
  color: #fefefe !important; }

.read-more a:hover {
  color: #f7f7f7 !important; }

.blog-body {
  display: none; }

.blog-body-single {
  margin-top: 20px; }

.blog-body-single p {
  text-align: left !important; }

#blog-pic {
  border: 5px solid #fafafa;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px 0 40px 0;
  max-width: 90%; }

#blog-body p {
  text-align: left !important;
  margin-left: 0px !important; }

#blog-interior {
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
  text-align: center;
  color: #333333; }

#blog-interior h1 {
  text-align: left !important;
  margin-bottom: 10px !important; }

#blog-interior .meta {
  text-align: left !important; }

#addthis-placeholder {
  margin-top: 20px; }

#disqus_thread {
  margin-top: 20px; }

#disqus_thread #message {
  display: none; }

.view-blog-archive h3 {
  cursor: pointer; }

#blog-body p {
  font-size: 0.95em !important;
  line-height: 140%; }

.blog-wrap {
  padding: 1.5rem;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-top: 0px !important; }

.addthis_button_tweet {
  width: 85px !important; }

.addthis_button_facebook_like {
  width: 80px !important; }

#blog-archive-header {
  margin-top: 15px;
  margin-bottom: 25px !important; }

#blog-home-link {
  border-bottom: 2px solid #CCCCCC;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 180px; }

#blog-home-link a {
  font-size: 20px; }

.view-blog-archive h3 {
  font-size: 20px !important; }

.view-id-blog-listing .views-row-1 .post {
  border-top: 2px solid #CCCCCC !important;
  margin-top: 20px !important;
  padding-top: 25px !important; }

#blog-h1 {
  float: left; }

#blog-rss-icon {
  float: right;
  margin-top: -15px; }

.view-id-blog-listing .pager .pager-current {
  text-decoration: underline !important; }

.view-id-blog-listing .pager .pager-item a:hover {
  text-decoration: underline !important; }

.view-id-blog-listing .pager .pager-next a:hover {
  text-decoration: underline !important; }

.view-id-blog-listing .pager .pager-last a:hover {
  text-decoration: underline !important; }

.view-id-blog-listing .pager .pager-first a:hover {
  text-decoration: underline !important; }

.view-id-blog-listing .pager .pager-previous a:hover {
  text-decoration: underline !important; }

.blog-left-sidebar-text {
  font-size: 0.8175rem; }

.blog-left-sidebar-text a {
  font-size: 1rem; }

.view-blog-archive h3 {
  font-weight: bold; }

.view-blog-archive li {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0 10px 0 0;
  line-height: 1.231; }

ul.pagination li.current a {
  background: none repeat scroll 0 0 #68717E;
  color: #fefefe !important; }

ul.pagination li.current a:hover {
  background: none repeat scroll 0 0 #e6e6e6;
  color: #68717E !important; }

ul.pagination li a {
  color: #68717E !important; }

/* New CTD */
.ctd-row-wrap {
  position: relative;
  border: 1px dashed; }

.org-info {
  border: 1px solid red;
  height: 140px; }

/*Arbritage pages*/
.nexttext {
  margin-top: .5em !important; }

.arbtext {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center; }

/*Share Click*/
.share-clicks-wrap {
  text-align: center; }

@media only screen and (min-width: 1024px) {
  .share-box {
    height: 400px; } }

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .share-box {
    height: 275px; } }

@media only screen and (min-width: 300px) and (max-width: 800px) {
  .share-box {
    height: 150px; } }

.share-text {
  font-size: 24px; }

.section-fundraising-ideas .border-bottom {
  border-bottom: 1px solid #dddfff;
  padding-bottom: 0.5rem; }

.section-fundraising-ideas .border-top {
  border-top: 1px solid #dddfff;
  padding-top: 0.75rem; }

.rescue-blog-box {
  top: 5rem; }

.petition-sidebar-hide {
  display: none; }

.section-dog-breeds li {
  list-style: outside none disc;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  line-height: 1.5; }

.section-dog-breeds img {
  margin: 1.25rem 0 2rem; }

.section-dog-breeds h1 {
  color: #b88b4e;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  margin-top: 2rem;
  text-align: center; }

.section-dog-breeds h2 {
  color: #5A5CA9;
  font-family: "Roboto", sans-serif;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.75rem; }

.section-dog-breeds p {
  font-size: 1.15rem;
  line-height: 1.5; }

.section-dog-breeds a {
  color: #64c371; }

.section-dog-breeds hr {
  margin: 2rem 0;
  width: 100%; }

.section-dog-breeds .main {
  padding: 0 5rem; }

.section-dog-breeds .golden-menu {
  align-items: center;
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  padding: 0.5rem; }
  .section-dog-breeds .golden-menu a {
    border-right: 1px solid #ccc;
    flex-grow: 1;
    font-size: 1.25rem;
    text-align: center;
    transition: all 0.5s ease; }
    .section-dog-breeds .golden-menu a:last-of-type {
      border-right: 0px; }
    .section-dog-breeds .golden-menu a:hover {
      color: #425C7E; }

.section-dog-breeds .item-list ul li {
  margin: 0;
  padding: 0.5rem; }

.save-the-world {
  margin: 2.5rem 0; }

.front-boxes-lower {
  margin-bottom: 2.5rem;
  text-align: center; }
  .front-boxes-lower .front-mid-column {
    padding: 2rem 0;
    border-radius: 10rem;
    background: #64C371;
    transition: all 0.5s ease;
    width: 170px;
    display: inline-block;
    margin-right: 3rem; }
    .front-boxes-lower .front-mid-column a, .front-boxes-lower .front-mid-column i {
      color: #fff; }
    .front-boxes-lower .front-mid-column a {
      font-size: 1.15rem; }
    .front-boxes-lower .front-mid-column i {
      font-size: 4rem; }
    .front-boxes-lower .front-mid-column:hover {
      background: #5A5DA8; }
    .front-boxes-lower .front-mid-column.last {
      float: none;
      margin: 0; }

.front-box-lower-square {
  margin-bottom: 2.5rem; }
  .front-box-lower-square .front-mid-column-lower .front-mid-inner a {
    font-size: 1.5rem;
    width: 100%;
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: #64C371;
    text-align: center;
    transition: all 0.5s ease; }
    .front-box-lower-square .front-mid-column-lower .front-mid-inner a:hover {
      background: #5A5DA8; }
  .front-box-lower-square .front-mid-column-lower .front-mid-inner a, .front-box-lower-square .front-mid-column-lower .front-mid-inner i {
    color: #fefefe; }

.front-boxes-3 i {
  font-size: 5rem;
  color: #5A5DA8; }

.front-boxes-3 p {
  color: #5A5DA8; }

.front-boxes-3 .more {
  background-color: #64C371;
  transition: all 0.5s ease; }
  .front-boxes-3 .more:hover {
    background-color: #5A5DA8; }

.maintenance-page-inner {
  text-align: center; }
  .maintenance-page-inner p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 7rem 0; }
  .maintenance-page-inner img {
    margin-top: 7rem; }

.view-pets-landing-images p {
  color: #fefefe;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  text-shadow: 0 0 10px #000;
  margin: 1rem; }

.view-pets-landing-images .pets-link {
  background: #fefefe;
  position: absolute;
  bottom: .5rem;
  right: 2.2rem;
  padding: .6rem .75rem;
  font-size: 1.25rem;
  font-style: italic;
  transition: all 0.5s ease; }
  .view-pets-landing-images .pets-link:hover {
    background: #425C7E;
    color: #fefefe; }

.view-dog-breeds-listing .hover-expand:hover {
  border: 0px !important; }

.coming-soon {
  color: #787f45 !important;
  margin-top: 2rem;
  text-align: center !important; }

h2.title-h2 {
  font-size: 3em !important;
  font-weight: bolder;
  line-height: 1.231;
  margin-bottom: 0 !important;
  color: #425C7E;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 0.75em;
  margin-top: 1em;
  text-transform: uppercase; }

h3.mobile-h3 {
  font-size: 1.9rem;
  font-family: "Roboto", sans-serif;
  line-height: 90%;
  color: #425C7E;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 1.231;
  margin-bottom: 0 !important; }

.click-to-donate-text-ad-wrap {
  border-top: 1px solid #dddfff;
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem; }

.front .show-interior, .page-node-104 .show-interior {
  display: none !important; }

html {
  height: 100%; }

.generic-sfyc-page {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  .generic-sfyc-page .body-content-wrap {
    flex: 1; }

.sfyc-header {
  border-bottom: 1px solid transparent;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #64c371;
  position: fixed;
  width: 100%;
  z-index: 998; }
  .sfyc-header .header {
    padding: 0.75rem; }
    .sfyc-header .header.top-bar {
      background: none; }
    .sfyc-header .header ul.title-area {
      margin: 0;
      background: none;
      float: left; }
    .sfyc-header .header .top-bar-section {
      float: right; }
      .sfyc-header .header .top-bar-section .menu-wrap {
        display: flex;
        align-items: center; }
        .sfyc-header .header .top-bar-section .menu-wrap ul {
          background: none; }
          .sfyc-header .header .top-bar-section .menu-wrap ul.dropdown {
            padding-right: .75rem; }
        .sfyc-header .header .top-bar-section .menu-wrap li {
          padding: 0 1rem;
          background: none; }
        .sfyc-header .header .top-bar-section .menu-wrap a {
          font-family: "Roboto", sans-serif;
          transition: all 0.5s ease;
          color: #fefefe; }
          .sfyc-header .header .top-bar-section .menu-wrap a:hover {
            color: #5A5CA9; }
          .sfyc-header .header .top-bar-section .menu-wrap a:last-of-type {
            padding-right: 0;
            padding-left: 0; }
          .sfyc-header .header .top-bar-section .menu-wrap a:after {
            border: 0px; }
        .sfyc-header .header .top-bar-section .menu-wrap .magnifying-glass {
          border-left: 1px solid #fefefe;
          font-size: 1.25rem;
          padding-left: 1.25rem;
          padding-right: .9rem;
          color: #fefefe;
          transition: all 0.5s ease; }
          .sfyc-header .header .top-bar-section .menu-wrap .magnifying-glass:hover {
            color: #5A5CA9; }
        .sfyc-header .header .top-bar-section .menu-wrap .icon-help-circled {
          color: #fefefe;
          font-size: 1.25rem;
          transition: all 0.5s ease; }
          .sfyc-header .header .top-bar-section .menu-wrap .icon-help-circled:hover {
            color: #5A5CA9; }
        .sfyc-header .header .top-bar-section .menu-wrap .submenu {
          background: #fefefe; }
          .sfyc-header .header .top-bar-section .menu-wrap .submenu a {
            color: #64c371; }
            .sfyc-header .header .top-bar-section .menu-wrap .submenu a:hover {
              color: #5A5CA9; }
  .sfyc-header .mobile-header {
    padding: 0.75rem 0;
    display: flex; }
    .sfyc-header .mobile-header .mobile-menu {
      align-items: center;
      display: flex;
      padding-right: 0; }
      .sfyc-header .mobile-header .mobile-menu .menu-toggle {
        width: 100%;
        padding-right: 0; }
      .sfyc-header .mobile-header .mobile-menu i {
        font-size: 2.25rem; }
    .sfyc-header .mobile-header .mobile-logo {
      display: flex;
      align-items: center; }
    .sfyc-header .mobile-header .menu-toggle {
      color: #fefefe; }
      .sfyc-header .mobile-header .menu-toggle:hover {
        color: #fefefe; }

.footer-bg {
  background: #5A5CA9;
  padding: 1rem; }
  .footer-bg a {
    color: #f7f7f7;
    padding: 0 .5rem;
    font-family: "Roboto", sans-serif;
    transition: all 0.5s ease; }
    .footer-bg a:hover {
      color: #333; }
  .footer-bg .social {
    margin-top: .5rem; }
    .footer-bg .social a {
      padding: 0 .25rem; }
    .footer-bg .social i {
      font-size: 1.25rem; }
  .footer-bg .copyright {
    margin-top: .5rem; }
    .footer-bg .copyright p {
      color: #f7f7f7;
      font-family: "Roboto", sans-serif;
      margin-bottom: 0; }

.mobile-dropdown {
  background: #f7f7f7;
  margin-top: 1rem;
  padding: 1rem 2rem;
  display: none; }
  .mobile-dropdown a {
    color: #425C7E;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block; }
  .mobile-dropdown p {
    margin-left: 10%;
    width: 80%; }
    .mobile-dropdown p:last-of-type {
      border-bottom: 0px;
      margin-bottom: 0;
      padding-bottom: 0; }
  .mobile-dropdown .accordion {
    margin-bottom: 0;
    background: none; }
    .mobile-dropdown .accordion li.accordion-item {
      border-bottom: 1px solid #8a8a8a;
      padding: 1.25rem 1rem; }
      .mobile-dropdown .accordion li.accordion-item:last-of-type {
        border-bottom: 0px; }
    .mobile-dropdown .accordion a.accordion-title, .mobile-dropdown .accordion a.accordion-nonlink-title {
      border: 0px;
      color: #425C7E;
      font-size: 1.15rem;
      padding: 0;
      line-height: 1; }
      .mobile-dropdown .accordion a.accordion-title:focus, .mobile-dropdown .accordion a.accordion-nonlink-title:focus {
        background: none; }
      .mobile-dropdown .accordion a.accordion-title::before, .mobile-dropdown .accordion a.accordion-nonlink-title::before {
        margin-top: -0.7rem;
        font-size: 1.25rem; }
    .mobile-dropdown .accordion .accordion-content {
      background: none;
      padding: 1rem 0 0;
      border: 0px; }
      .mobile-dropdown .accordion .accordion-content a {
        color: #C39C66;
        font-size: 1rem;
        text-transform: none; }
      .mobile-dropdown .accordion .accordion-content p {
        margin-bottom: .35rem; }

.no-padding-left {
  padding-left: 0; }

select {
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  border: 1px solid #ccc;
  font-family: "Roboto", sans-serif;
  background-color: #f7f7f7;
  color: #425C7E; }
  select:focus {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    box-shadow: none; }

.proxima-text {
  color: #5A5CA9;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold; }

.form input, .form textarea {
  border: 1px solid #ccc; }

.form label {
  font-size: 1.15rem;
  color: #787F45; }

.form .submit-wrap input {
  background: #64c371;
  color: #fefefe;
  border: 0 none;
  border-radius: 5px;
  padding: 1.15rem 3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.15rem; }
  .form .submit-wrap input:hover {
    background: #5A5CA9; }

a.form-button {
  background: #64c371;
  color: #fefefe;
  border: 0 none;
  border-radius: 5px;
  padding: 1.15rem 3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.15rem; }
  a.form-button:hover {
    background: #5A5CA9;
    color: #fefefe !important; }

.advertisers-text ul {
  padding-bottom: .625rem; }

.petition-wrap {
  margin-bottom: 2.5rem;
  padding: 1rem; }
  .petition-wrap:nth-child(even) {
    background-color: #eee; }
  .petition-wrap:last-of-type {
    margin-bottom: 0; }
  .petition-wrap .petition-description p {
    padding-top: 0;
    margin-bottom: 1rem; }
  .petition-wrap .petition-description .progress {
    background-color: #f6f6f6;
    border: 1px solid #fff;
    height: 1.5625rem;
    margin-bottom: 0.25rem;
    padding: 0;
    /*0.125rem;*/ }
    .petition-wrap .petition-description .progress .meter {
      background: #5A5CA9;
      display: block;
      height: 100%;
      border-radius: 1000px; }
    .petition-wrap .petition-description .progress.round {
      border-radius: 1000px; }
  .petition-wrap .petition-description .progress-meta p {
    margin-bottom: 0;
    font-size: 1rem;
    color: gray; }
  .petition-wrap .petition-sign-now {
    padding-right: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center; }
    .petition-wrap .petition-sign-now a {
      display: inline;
      color: #fefefe;
      text-align: center;
      padding: 1rem 2rem;
      font-size: 1rem; }

.petition-content .petition-sign-now-button a {
  display: block; }
  .petition-content .petition-sign-now-button a.form-open {
    background-color: #5A5CA9; }
    .petition-content .petition-sign-now-button a.form-open:hover {
      background-color: #64c371 !important; }

.petition-form {
  display: none; }

.form #petition-form label {
  color: #C39C66; }

.petition-page-wrap .page-title h1 {
  margin-bottom: 0; }

.petition-left {
  padding: 0; }
  .petition-left a {
    display: block;
    margin-top: 1rem;
    padding: 1.15rem;
    text-align: center;
    font-size: .9rem; }

.no-js [data-responsive-toggle] {
  display: none; }

.no-js [data-responsive-menu] ul {
  display: none; }

.no-js .search-result-items, .no-js #search-results-wrapper {
  display: none; }

.ctd-menu {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0; }
  .ctd-menu ul {
    margin: 0; }
    .ctd-menu ul li {
      list-style-type: none;
      border-bottom: 1px solid #ccc;
      padding: .5rem 1rem;
      background: #f7f7f7;
      transition: all 0.5s ease; }
      .ctd-menu ul li a {
        color: #64c371;
        font-weight: bold;
        transition: all 0.5s ease; }
        .ctd-menu ul li a:hover {
          color: #5A5CA9;
          background-color: #fefefe; }
      .ctd-menu ul li.menu-first {
        color: #fefefe;
        background: #5A5CA9;
        text-transform: uppercase;
        text-transform: uppercase;
        font-size: 1.1rem; }
        .ctd-menu ul li.menu-first:hover {
          background: #5A5CA9; }
      .ctd-menu ul li:hover {
        background: #fefefe; }

.header-ad-top {
  transition: all 0.5s ease; }
  .header-ad-top .sfyc-header {
    position: relative;
    transition: all 0.5s ease; }
    .header-ad-top .sfyc-header.fixed-header {
      top: 0;
      position: fixed; }

.main .page-title h1 {
  font-size: 2.5rem;
  color: #C39C66;
  text-transform: none;
  font-weight: normal; }

.bonus-box {
  padding: 1rem;
  background: #f7f7f7; }
  .bonus-box h2 {
    margin-bottom: .5rem; }
  .bonus-box img {
    max-height: 45px;
    margin-bottom: 0; }
  .bonus-box input {
    margin-bottom: 0; }
  .bonus-box a.form-button {
    display: block;
    padding: .6rem 3rem; }

.header-wrap-row {
  position: relative; }

.header-tool {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16); }

.search-area {
  z-index: 0; }
  .search-area i {
    font-size: 1.8rem;
    color: #425C7E; }
  .search-area input {
    width: 90%;
    display: inline;
    float: left;
    margin: 0;
    border: 1px solid #ccc;
    color: #425C7E; }
  .search-area a.search-submit {
    display: inline-block;
    width: 10%; }

.help-area {
  width: 280px;
  padding: 0;
  right: 1.8rem; }
  .help-area .help-title {
    background: #5A5CA9; }
    .help-area .help-title h4 {
      color: #fff;
      float: left;
      font-size: 1.1rem;
      padding-left: 1rem;
      padding-top: .5rem; }
    .help-area .help-title a {
      display: block;
      float: right;
      padding: .5rem .5rem 0; }
      .help-area .help-title a i {
        color: #fefefe;
        font-size: 1.1rem; }
  .help-area .help-inner {
    padding: .75rem .5rem; }
    .help-area .help-inner .help-row {
      margin-bottom: .75rem; }
      .help-area .help-inner .help-row i {
        margin-right: .25rem;
        color: #425C7E; }
      .help-area .help-inner .help-row a {
        font-size: 1rem;
        color: #64c371;
        transition: all 0.5s ease; }
        .help-area .help-inner .help-row a:hover {
          color: #5A5CA9; }
      .help-area .help-inner .help-row:last-of-type {
        margin-bottom: 0; }

.coming-soon h2 {
  font-size: 2.25rem;
  color: #5A5CA9; }

#search-results-wrapper input {
  border: 1px solid #ccc;
  width: 90%;
  float: left;
  color: #425C7E; }

#search-results-wrapper button {
  float: right;
  text-align: left;
  width: 10%;
  padding-left: 1rem; }
  #search-results-wrapper button i {
    font-size: 2rem;
    color: #425C7E;
    transition: all 0.5s ease;
    cursor: pointer; }
    #search-results-wrapper button i:hover {
      color: #5A5CA9; }

#search-results-wrapper .row {
  margin-bottom: 1.5rem; }

#search-results-wrapper h4 {
  line-height: 1.0;
  margin-bottom: 0; }
  #search-results-wrapper h4 a {
    color: #64c371;
    transition: all 0.5s ease; }
  #search-results-wrapper h4 a:hover {
    color: #5A5CA9; }

#search-results-wrapper h5 {
  margin-bottom: .5rem;
  color: #C39C66; }

#search-results-wrapper .search-result-items {
  padding: 0.9375rem 0; }

#search-results-wrapper .search-result-items:nth-child(even) {
  background-color: #eee; }

.lightbox {
  position: fixed !important;
  top: 30% !important; }

.section-dog-breeds .dog-breed-gallery-grid img {
  margin: 0; }

.section-dog-breeds p {
  padding-left: 0 !important; }

.donate-column {
  margin-bottom: 1.5rem; }

.ctd-select {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0; }
  .ctd-select .ctd-bonus-header {
    color: #fefefe;
    background: #5A5CA9;
    font-size: 1rem;
    padding: .5rem 0;
    text-transform: uppercase; }
  .ctd-select .ctd-bonus-div {
    align-items: center;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: flex;
    padding: .5rem; }
    .ctd-select .ctd-bonus-div a {
      color: #64c371;
      font-size: .85rem;
      font-weight: bold;
      transition: all 0.5s ease; }
      .ctd-select .ctd-bonus-div a:hover {
        color: #64c371; }
    .ctd-select .ctd-bonus-div:last-of-type {
      float: left; }
  .ctd-select .bonus-boxes-more {
    display: none; }

a.form-button.see-bonus-causes {
  display: block;
  font-size: 0.8rem;
  margin-left: 25%;
  margin-top: .75rem;
  padding: .5rem;
  text-align: center;
  width: 50%; }

#sbe {
  display: none; }

#public-message-box {
  display: none;
  padding: 0.75rem;
  margin-bottom: 2rem; }
  #public-message-box.public-error {
    background-color: #c9302c;
    color: #fefefe; }
  #public-message-box.public-success {
    background-color: #2ca02c;
    color: #fefefe; }

label.required::after {
  content: "*";
  color: red;
  padding-left: 0.25rem; }

#public-error-message li {
  color: red;
  font-size: 1rem;
  line-height: normal; }

.ctd-ad-text {
  padding: 1.5rem 0 0 0;
  border-top: 2px solid #5A5CA9; }
  .ctd-ad-text a {
    color: #64c371;
    transition: all 0.5s ease; }
    .ctd-ad-text a:hover {
      color: #5A5CA9; }
  .ctd-ad-text p {
    color: #8c8c8c; }

.action-p-wrap {
  position: relative; }
  .action-p-wrap .arrow {
    color: #5A5CA9;
    font-size: 2.5rem; }
  .action-p-wrap p.icon-left {
    float: left; }

.left-arrow-wrap {
  position: relative; }
  .left-arrow-wrap .icon-left, .left-arrow-wrap .icon-down {
    position: absolute;
    margin-top: -.5rem; }

.not-found h3 {
  color: #5A5CA9; }

.petition-desc {
  padding: 0 .9rem; }

.donate-thank-you {
  margin-top: .4rem; }
  .donate-thank-you h2 {
    text-transform: none;
    margin-bottom: .5rem; }
    .donate-thank-you h2:last-of-type {
      margin-bottom: 0; }

.purple {
  color: #5A5CA9; }

.green {
  color: #64c371; }

.final-unlock-text ul {
  margin-top: 1rem; }
  .final-unlock-text ul li {
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: .2rem; }

.thank-you-dog-image {
  float: right;
  margin-left: 1rem; }

.maintenance {
  min-height: 100%;
  background: #64c371;
  display: flex;
  align-items: center; }
  .maintenance .content {
    width: 100%; }
    .maintenance .content h3 {
      color: #fefefe; }

.blog-teaser-wrap h3 {
  color: #C39C66;
  width: 100%;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  font-size: 2.5rem;
  text-align: center; }
  .blog-teaser-wrap h3 a {
    color: #C39C66; }

.blog-teaser-wrap .blog-teaser {
  background: #f7f7f7;
  padding: 1.5rem 1rem 1rem;
  width: 31.3% !important;
  margin: 0 1%;
  position: relative; }
  .blog-teaser-wrap .blog-teaser .date p {
    color: #5A5CA9;
    font-size: 1rem; }
  .blog-teaser-wrap .blog-teaser .date .date-number {
    color: #fefefe;
    background: #5A5CA9;
    border-radius: 20px;
    padding: .5rem .6rem;
    margin-right: .5rem; }
  .blog-teaser-wrap .blog-teaser .title p a {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.5rem;
    color: #64c371;
    transition: all 0.5s ease; }
    .blog-teaser-wrap .blog-teaser .title p a:hover {
      color: #5A5CA9; }
  .blog-teaser-wrap .blog-teaser .read-more {
    background-color: #64c371;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    height: auto;
    line-height: inherit;
    opacity: 1;
    text-align: center;
    text-transform: none;
    width: auto;
    padding: .3rem .75rem;
    display: inline-block;
    margin-top: .25rem;
    transition: all 0.5s ease; }
    .blog-teaser-wrap .blog-teaser .read-more:hover {
      background-color: #5A5CA9; }

.blog-listing-wrap .blog-listing {
  padding: 1rem;
  margin-bottom: 2.5rem; }
  .blog-listing-wrap .blog-listing:nth-child(even) {
    background-color: #eee; }
  .blog-listing-wrap .blog-listing .blog-title {
    margin-bottom: .25rem; }
    .blog-listing-wrap .blog-listing .blog-title a {
      color: #5A5CA9;
      font-family: "proxima-nova", sans-serif;
      font-size: 1.75rem;
      transition: all 0.5s ease; }
      .blog-listing-wrap .blog-listing .blog-title a:hover {
        color: #64c371; }
  .blog-listing-wrap .blog-listing .blog-excerpt p {
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: #425C7E;
    margin-bottom: 0; }
  .blog-listing-wrap .blog-listing .blog-read-more {
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-listing-wrap .blog-listing .blog-read-more a.form-button {
      display: inline;
      color: #fefefe;
      text-align: center;
      padding: 1rem 2rem;
      font-size: 1rem; }

.blog-content-wrap .blog-date p {
  color: #5A5CA9;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem; }

.blog-content-wrap p, .blog-content-wrap ul {
  font-size: 1.2rem;
  line-height: 1.75rem;
  color: #425C7E; }
  .blog-content-wrap p a, .blog-content-wrap ul a {
    color: #64c371;
    transition: all 0.5s ease; }
    .blog-content-wrap p a:hover, .blog-content-wrap ul a:hover {
      color: #5A5CA9; }

.blog-content-wrap ul {
  list-style-position: inside; }

.blog-content-wrap iframe {
  margin-bottom: 1rem; }

.blog-intro-text {
  margin-bottom: 2rem;
  margin-top: 1rem; }
  .blog-intro-text p {
    font-size: 1.2rem; }

.click-to-donate-expand {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #5A5CA9;
  color: #fefefe !important;
  padding: .5rem 1.5rem;
  transition: all 0.5s ease; }
  .click-to-donate-expand:hover {
    background-color: #64c371;
    color: #fefefe; }
  .click-to-donate-expand:focus {
    color: #fefefe; }

.click-each {
  float: right; }

.small-down-arrow i {
  color: #5A5CA9;
  font-size: 2.5rem; }

#game_mode_dropdown {
  display: inline-block;
  width: 90%;
  max-width: 100%; }

#quiz-wrapper #difficulty_div {
  position: relative; }

#bulldog.columns {
  float: left; }

#mixed-breed-modal {
  border: 4px solid #5A5CA9;
  overflow: visible;
  width: 700px; }
  #mixed-breed-modal h1 {
    font-size: 2rem;
    color: #5A5CA9;
    font-family: "Roboto", sans-serif;
    text-align: center; }
  #mixed-breed-modal a {
    background-color: #64c371;
    border-radius: 5px;
    color: #fefefe;
    display: block;
    margin: 1rem auto 0;
    max-width: 175px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    padding: .75rem 1rem;
    transition: all 0.5s ease; }
    #mixed-breed-modal a:hover {
      background-color: #5A5CA9; }
  #mixed-breed-modal .clearfix {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #mixed-breed-modal .close-button {
    background: #64c371;
    border: 3px solid #fff;
    margin-top: -1.5rem;
    margin-right: -2rem;
    border-radius: 100px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    padding: .02rem .35rem; }
    #mixed-breed-modal .close-button:hover {
      background-color: #5A5CA9; }
    #mixed-breed-modal .close-button span {
      color: #fff;
      margin-top: -.25rem;
      display: block; }

/* Large screens */
@media only screen and (min-width: 64.063em) {
  #ctd-set {
    min-height: 141px; } }

/* Tablet only */
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  #mixed-breed-modal {
    width: 600px !important; }
  .remind-me-daily-link {
    padding: 0.6rem 3rem !important; }
  .donate-column:last-of-type {
    float: left !important; }
  .bonus-box a.form-button {
    display: block;
    padding: .75rem 0;
    width: 100%;
    font-size: .8rem; }
  .front-mid-column .fm-inner p {
    font-size: 1.25rem; }
  .front-mid-column .more {
    padding: .5rem;
    font-size: 1rem;
    width: 90%;
    display: block; }
  .sfyc-header .header .top-bar-section .menu-wrap li {
    padding: 0 .5rem; }
  .sfyc-header .header .top-bar-section .menu-wrap .icon-search {
    padding-left: .5rem;
    padding-right: .5rem; }
  .sfyc-header .header .top-bar-section .menu-wrap a {
    font-size: .8rem; }
  .faq-wrap h3 {
    font-size: 1.3375rem; }
  .page-title h1 {
    font-size: 2rem; }
  .sfyc-header .header .top-bar-section .menu-wrap .icon-search, .sfyc-header .header .top-bar-section .menu-wrap .icon-help-circled {
    font-size: 1rem; }
  .sfyc-header .header.top-bar {
    padding: 0.75rem 0; }
  .node-type-petition .sidebar-first {
    width: 100% !important;
    right: 0%;
    padding: 1rem 2rem; }
  .node-type-petition .block-block-13 {
    width: 80%;
    margin-left: 10%; }
    .node-type-petition .block-block-13 input {
      max-width: 100% !important; }
    .node-type-petition .block-block-13 #defaultReal {
      width: 50% !important; }
  #nav_4, #nav_5 {
    width: 16%;
    margin-right: .5em; }
  #nav_4 a, #nav_5 a, #nav_3 .hidden_nav a, #nav_2 .hidden_nav a {
    font-size: 1.05rem; }
  #nav_2 .hidden_nav p {
    padding-right: 0.25em; }
  .sign {
    font-size: 1.325rem; }
  .petition {
    font-size: 1.45rem; }
  .join-now {
    font-size: 1.4rem; }
  #your-cause-text-head {
    font-size: 1.45rem; }
  #shop-head-text {
    font-size: 1.46rem; }
  .causes {
    font-size: 1.8125rem; }
  .sidebar.sidebar-first {
    min-height: 50px; }
  #nav_1 a, #nav_2 a, #nav_3 a, #nav_4 a, #nav_5 a {
    padding-top: 0; }
  #click-to-donate-page-content-wrapper .donate-column .image-holder img {
    height: 185px !important;
    width: 216px !important; }
  .LinksToOrgs {
    padding-top: 0; }
  .ctd-content .form-button.buttonfor2nd {
    padding: 1.15rem;
    font-size: 1rem; }
  .row .row {
    margin: 0; }
  .magnifying-glass {
    font-size: 1rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  #quiz-wrapper .past-answer-label {
    font-size: 20px !important; }
  #quiz-wrapper span, #quiz-wrapper #UnlockLabel {
    font-size: 14px !important; }
  #quiz-wrapper #NextQuestionButton {
    margin-top: .75rem;
    margin-bottom: .75rem; }
  .individual-quiz-button-wrapper input {
    font-size: 12pt !important; } }

@media only screen and (max-width: 25em) {
  .front-boxes-lower .front-mid-column {
    display: block;
    margin: 1rem auto !important; }
    .front-boxes-lower .front-mid-column.last {
      margin: 1rem auto !important; } }

/* Mobile only */
@media only screen and (max-width: 350px) {
  .individual-quiz-button-wrapper input {
    padding: 0; } }

/* Mobile only */
@media only screen and (max-width: 40em) {
  #mixed-breed-modal {
    width: 100% !important; }
  #mixed-breed-modal .close-button {
    margin-top: -.5rem;
    margin-right: -1rem; }
  #mixed-breed-modal img {
    margin-bottom: 1rem; }
  #quiz-wrapper #difficulty_dropdown, #quiz-wrapper #game_mode_dropdown {
    width: 150px !important; }
  .individual-quiz-button-wrapper input.quiz-button {
    font-size: 1rem !important; }
  #new-quiz-wrap {
    padding: 0 0.9rem !important; }
  .game-mode-wrap {
    padding-left: 1rem !important; }
  #quiz-wrapper #NextQuestionButton {
    height: 35px !important; }
  #quiz-wrapper .past-answer-label {
    font-size: 17px !important; }
  #quiz-wrapper span, #quiz-wrapper #UnlockLabel {
    font-size: 13px !important; }
  #quiz-wrapper #NextQuestionButton {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .play-quiz-text {
    padding: 0 !important; }
  .donate-thank-you h2 {
    font-size: 1.25rem; }
  .bonus-actions-h1 {
    margin-bottom: 0 !important; }
  .bonus-gray {
    background-color: #f7f7f7;
    padding: 1rem;
    margin-bottom: 1rem; }
    .bonus-gray p {
      padding: 0 !important; }
  .ctd-menu-small {
    display: none;
    float: none !important; }
    .ctd-menu-small .menu-first {
      display: none; }
    .ctd-menu-small a {
      font-size: 1rem; }
  .blog-read-more {
    margin-top: 1rem;
    margin-bottom: .5rem; }
  .blog-teaser-wrap .blog-teaser {
    width: 100% !important;
    margin: 0 0 1.5rem 0; }
  .thank-you-dog-image {
    float: none;
    margin: 0 0 1rem 0; }
  .remind-me-daily-link {
    padding: 0.6rem 1.5rem !important; }
  .remind-click-daily h2 {
    text-align: center; }
  a.petition-confirmation-ctd {
    font-size: .7rem; }
  .bonus-box a.form-button, .form-button.bonus-click-donate {
    font-size: .8rem; }
  .bonus-actions-h1 {
    font-size: 1.75rem !important;
    font-weight: bold !important; }
  .ctd-menu ul li.menu-first {
    font-size: .9rem;
    padding: .5rem; }
  .petition-content {
    padding: 0 1rem; }
  #petition-signtures {
    padding: 1rem; }
  .ctd-content .form-button.buttonfor2nd {
    padding: 1.15rem;
    font-size: 1rem;
    line-height: 1.25; }
  #click-to-donate-page-content-wrapper .donate-column .image-holder img {
    height: 150px !important;
    width: 175px !important; }
  .lightbox {
    top: 40% !important; }
    .lightbox .lb-outerContainer {
      margin-left: .6rem; }
  #search-results-wrapper input {
    width: 84%; }
  #search-results-wrapper button {
    width: 16%; }
  #org-box .columns.pets-image-wrapper:last-of-type {
    float: left; }
  .bonus-box h2 {
    font-size: 1.25rem; }
  .bonus-box input {
    margin: 1rem 0; }
  .front-boxes-lower .front-mid-column {
    float: left;
    margin-right: 20px !important;
    width: 100px;
    padding: 1.33rem 0; }
  .front-boxes-lower .front-mid-column.last {
    float: left;
    margin: 1rem auto !important; }
  .front-mid-column .more {
    padding: .5rem;
    width: 90%;
    display: block; }
  .front-boxes-lower .front-mid-column a {
    font-size: 0.9rem; }
  .front-boxes-lower .front-mid-column i {
    font-size: 1.8rem; }
  .front-boxes-lower {
    width: 350px !important; }
  .petition-wrap .petition-img {
    padding: 0; }
  .petition-wrap .petition-sign-now {
    margin-top: 1rem;
    padding-left: 0; }
    .petition-wrap .petition-sign-now a.form-button {
      width: 100%; }
  .petition-wrap .petition-description {
    padding: 1rem 0 0 0; }
    .petition-wrap .petition-description p {
      padding: 0 !important; }
    .petition-wrap .petition-description .progress-meta p {
      font-size: .8rem;
      margin-top: 0.5rem;
      line-height: 1.4; }
  .main .faq-wrap {
    padding: 0 1rem; }
    .main .faq-wrap h3 {
      font-size: 1.25rem; }
    .main .faq-wrap p {
      padding: 0; }
  .page-title h1 {
    font-size: 2rem;
    line-height: 1; }
  .main p {
    padding: 0 1rem .625rem; }
  .pets-image-wrapper {
    margin-bottom: 1.5rem; }
  .front-boxes-lower .front-mid-column {
    margin-right: 1rem; }
  .section-dog-breeds .golden-menu {
    display: block; }
  .section-dog-breeds .golden-menu a {
    border-bottom: 1px solid #ccc;
    border-right: 0 none;
    display: block;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    width: 100%; }
    .section-dog-breeds .golden-menu a:last-of-type {
      border-bottom: 0px;
      padding-bottom: 0px; }
    .section-dog-breeds .golden-menu a:first-of-type {
      padding-top: 0px; }
  .section-shop #calloutBox {
    margin-top: 1rem; }
  #store-results {
    max-height: 800px;
    overflow: hidden; }
  .charitySearchBox {
    padding: 0; }
  .section-cause-statistics tr .left-align {
    text-align: center !important; }
  /* Force table to not be like tables anymore */
  .section-cause-statistics table, .section-cause-statistics thead, .section-cause-statistics tbody, .section-cause-statistics th, .section-cause-statistics td, .section-cause-statistics tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .section-cause-statistics thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .section-cause-statistics tr {
    border: 1px solid #ccc; }
  .section-cause-statistics td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
  .section-cause-statistics td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap; }
  /*
  Label the data
  */
  .section-cause-statistics td:nth-of-type(1):before {
    content: "Name"; }
  .section-cause-statistics td:nth-of-type(2):before {
    content: "City"; }
  .section-cause-statistics td:nth-of-type(3):before {
    content: "State"; }
  .section-cause-statistics td:nth-of-type(4):before {
    content: "Click to Donate Revenue"; }
  .section-cause-statistics td:nth-of-type(5):before {
    content: "Shopping Revenue"; }
  .section-cause-statistics td:nth-of-type(5):before {
    content: "Total Amount"; }
  .section-animal-rescue .body ul {
    margin-left: 0; }
    .section-animal-rescue .body ul li {
      margin-bottom: .5rem; }
  #donate-subtext, #cse-search-box {
    float: left; }
  .rescue-blog-box {
    top: 0rem; }
  .fundraising-ad {
    margin-top: 1.5rem; }
  .fundraising-text {
    padding: 0 1rem !important; }
  .section-cause-submission .sidebar .block-block-10 {
    margin: 1rem 0; }
  .section-terms-service .sidebar .block-block-14 {
    margin: 1rem 0; }
  .main h1, .main h2.block-title {
    font-size: 1.9rem; }
  #calloutBox .inputButton {
    font-size: 0.7em;
    line-height: 2.7em; }
  #calloutBox p {
    font-size: 1rem; }
  .front-picture {
    margin: 2em 0 1rem; }
  .small-12 {
    width: 100%; }
  #home_text p {
    font-size: 1.25rem; }
  .sidebar.sidebar-first {
    min-height: 50px; }
  /*	front page*/
  .large-4.front-mid-column {
    width: 100%; }
  /*	causes page*/
  .section-causes .large-9.small-12.columns {
    padding: 0; }
  .section-causes .sidebar {
    display: none; }
  .filter-item {
    width: 100%; }
  .filter-item1 {
    border-top: 1px solid #ccc;
    padding-top: 1em; }
  .filter-item2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em; }
  .section-causes #calloutBox select {
    float: right;
    width: 50%; }
  /*	shop page*/
  .section-shop .large-9.small-12.columns {
    padding: 0; }
  .section-shop #calloutBox .inputButton {
    font-size: 0.6em;
    line-height: 3.2em; }
  .product, .store-listing-details {
    border-bottom: 2px solid #ccc;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em; }
  .product button {
    background-color: #425C73;
    border: medium none;
    color: white;
    font-family: "Roboto", sans-serif;
    margin-top: 1em;
    padding: 0.5em 0.75em; }
  /*	log in page*/
  .large-6.small-12.columns, .section-log-in #mainBodyMiddle {
    padding: 0; }
  #li-reg-box #register-box {
    border: 0; }
  .realperson-challenge {
    float: none;
    margin: 0.5em 0;
    text-align: center; }
  input.defaultRealReg {
    width: 100%; }
  #register-box #calloutBox {
    border-bottom: 2px solid #ccc;
    padding-bottom: 0; }
  #register-message, #login-message {
    margin-bottom: 1em;
    margin-top: 0; }
  #edit-account-box #calloutBox {
    margin-top: 0; } }

/*mobile and tablet*/
@media only screen and (max-width: 64em) {
  .blog-listing-wrap .blog-listing .blog-title a {
    font-size: 1.5rem; }
  .section-dog-breeds .main {
    padding: 0 1.5rem; }
  .footer-bg a {
    line-height: 1.5; }
  .ctd-row-ad {
    margin-bottom: 1.5rem; }
  .search-result-items {
    padding: 1rem; }
  #search-results-wrapper h5 {
    font-size: 1rem; }
  .help-area {
    right: 0; }
  .view-dog-breeds-listing .title-wrap {
    height: 2.5rem !important; } }

@media only screen and (max-width: 359px) {
  #click-to-donate-page-content-wrapper .donate-column .image-holder img {
    height: 100px !important; }
  .front-boxes-lower {
    width: auto !important; }
    .front-boxes-lower .front-mid-column {
      float: none !important;
      margin: 1rem auto !important; } }

#click-to-donate-page-content-wrapper {
  /* New work */
  /* End of New Work */ }
  #click-to-donate-page-content-wrapper .donate-column.column .donate-column-interior, #click-to-donate-page-content-wrapper .donate-column.columns .donate-column-interior {
    padding: 0;
    border: 1px solid #5A5CA9;
    transition: all 0.5s ease; }
    #click-to-donate-page-content-wrapper .donate-column.column .donate-column-interior:hover, #click-to-donate-page-content-wrapper .donate-column.columns .donate-column-interior:hover {
      border: 1px solid #64c371; }
      #click-to-donate-page-content-wrapper .donate-column.column .donate-column-interior:hover .organization-title, #click-to-donate-page-content-wrapper .donate-column.columns .donate-column-interior:hover .organization-title {
        background-color: #64c371; }
      #click-to-donate-page-content-wrapper .donate-column.column .donate-column-interior:hover .donate-clicks, #click-to-donate-page-content-wrapper .donate-column.columns .donate-column-interior:hover .donate-clicks {
        color: #64c371; }
  #click-to-donate-page-content-wrapper .donate-column .image-holder {
    overflow: hidden;
    position: relative; }
    #click-to-donate-page-content-wrapper .donate-column .image-holder img {
      height: 230px;
      width: 270px; }
  #click-to-donate-page-content-wrapper .organization-title {
    color: white;
    background-color: #5A5CA9;
    font-family: "proxima-nova", sans-serif;
    font-size: .95rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    height: 3.5rem;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease; }
  #click-to-donate-page-content-wrapper .donate-clicks {
    background-color: #f7f7f7;
    color: #425C7E;
    padding: .75rem;
    transition: all 0.5s ease; }
  #click-to-donate-page-content-wrapper .donate-hover {
    transition: all 0.5s ease; }
  #click-to-donate-page-content-wrapper .donate-hover:hover {
    cursor: pointer;
    opacity: 1; }
  #click-to-donate-page-content-wrapper .ad-blocker-message-wrapper {
    display: none;
    margin-bottom: 2rem;
    border: 1px solid #C39C66;
    padding: 0.8rem 0.5rem;
    background-color: #9F7736;
    color: white; }
  #click-to-donate-page-content-wrapper .thank-you-for-donating-title {
    margin-top: 1rem; }
  #click-to-donate-page-content-wrapper #org-box {
    padding-top: .5rem; }
  #click-to-donate-page-content-wrapper .org-box {
    display: block;
    padding-top: .5rem; }
  #click-to-donate-page-content-wrapper .border-top {
    border-top: 1px #dddfff solid;
    padding-top: 0.75rem; }
  #click-to-donate-page-content-wrapper .border-bottom {
    border-bottom: 1px #dddfff solid;
    padding-bottom: 0.50rem; }
  #click-to-donate-page-content-wrapper .hover-expand {
    opacity: .8;
    transition: width .4s ease-in-out, height .4s ease-in-out; }
  #click-to-donate-page-content-wrapper .hover-expand:hover {
    opacity: 1;
    border: 2px solid #ccc; }
  #click-to-donate-page-content-wrapper .hover-expand-button:hover {
    background-color: #425C7E;
    border-radius: 10px;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem; }
  #click-to-donate-page-content-wrapper .hover-expand-button {
    background-color: #fefefe;
    border-radius: 10px;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem; }
  #click-to-donate-page-content-wrapper .submitCause {
    color: #fefefe;
    background-color: #425C7E;
    padding: 1em;
    border-radius: 25px; }
  #click-to-donate-page-content-wrapper .clicks {
    text-align: right !important; }
  #click-to-donate-page-content-wrapper .opening-info {
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin: 2rem 0 1rem; }
  #click-to-donate-page-content-wrapper .opening-info h1 {
    font-size: 3em !important;
    font-weight: bolder;
    line-height: 1.231;
    margin-bottom: 0 !important; }
  #click-to-donate-page-content-wrapper .opening-info p {
    font-weight: bolder;
    color: #0a0a0a; }
  #click-to-donate-page-content-wrapper .ad-title {
    text-align: center;
    color: #dddddd;
    padding-bottom: 0 !important; }
  #click-to-donate-page-content-wrapper .ad-title p {
    text-align: center;
    color: #dddddd;
    padding-top: 1rem;
    padding-bottom: 0 !important; }
  #click-to-donate-page-content-wrapper .hr hr {
    margin: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: .2rem !important; }
  #click-to-donate-page-content-wrapper .hr-bottom hr {
    margin-top: 1rem !important; }
  #click-to-donate-page-content-wrapper .hr-smaller hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0;
    padding-top: 1rem !important;
    padding-bottom: .2rem !important; }
  #click-to-donate-page-content-wrapper .hr-bottom-smaller hr {
    margin-top: 1rem !important; }
  #click-to-donate-page-content-wrapper .bonus-clicks-img {
    border-radius: 10px;
    min-height: 15rem !important;
    margin-top: 3.2rem; }
  #click-to-donate-page-content-wrapper .bonus-clicks-text {
    text-align: center; }
  #click-to-donate-page-content-wrapper .bonus-clicks .donate-banner {
    border: 2px solid #425C7E;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    max-height: 6.5rem;
    z-index: 50; }
  #click-to-donate-page-content-wrapper .donate-banner {
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative; }
  #click-to-donate-page-content-wrapper .image-holder a.hyperlink {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  #click-to-donate-page-content-wrapper .viewStory {
    background: none repeat scroll 0 0 #fefefe;
    bottom: 0;
    color: #333332;
    font-family: "Merriweather", "Georgia", serif;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    right: 0; }
  #click-to-donate-page-content-wrapper .bonus-title-for-org {
    color: #fefefe !important;
    font-size: 28px !important;
    left: 10px;
    line-height: 26px !important;
    padding: 0 10px;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 0 10px black;
    top: 0.5rem; }
  #click-to-donate-page-content-wrapper .title-for-org {
    color: #425C7E !important;
    font-size: 15px !important;
    left: 10px;
    line-height: 15px !important;
    position: relative;
    text-decoration: none;
    top: 0px;
    text-align: center;
    margin-right: 1.5rem;
    padding-top: .75rem;
    font-weight: bold;
    text-transform: uppercase; }
  #click-to-donate-page-content-wrapper .title-wrap {
    height: 3rem; }
  #click-to-donate-page-content-wrapper .bonus-more-info-area {
    visibility: visible;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 74%, rgba(0, 0, 0, 0.63) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 125px;
    position: absolute;
    width: 100%; }
  #click-to-donate-page-content-wrapper .more-info-area {
    visibility: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 74%, rgba(0, 0, 0, 0.63) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 125px;
    position: absolute;
    width: 100%; }
  #click-to-donate-page-content-wrapper .clicks-bottom {
    color: #425C7E;
    background-color: #fefefe;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  #click-to-donate-page-content-wrapper .click-counter {
    font-size: 18px;
    color: #fefefe !important;
    font-family: "Noto Sans", Arial, sans-serif;
    left: 5px;
    position: absolute;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    width: 150px;
    top: 70px; }
  #click-to-donate-page-content-wrapper .click-counter .clicks {
    font-size: 20px;
    text-align: center !important;
    color: #fefefe !important; }
  #click-to-donate-page-content-wrapper .click-counter .current-clicks {
    font-style: italic;
    text-align: center !important;
    color: #fefefe !important; }
  #click-to-donate-page-content-wrapper .button-area {
    bottom: 9px;
    height: 50px;
    position: absolute;
    right: 12px;
    width: 40%; }
  #click-to-donate-page-content-wrapper .bonus-donate-column .image-holder img {
    height: 100%;
    min-width: 100% !important; }
  #click-to-donate-page-content-wrapper .bonus-donate-column-redirect .image-holder img {
    height: 100%;
    min-width: 100% !important; }
  #click-to-donate-page-content-wrapper .donate-column .image-holder img {
    min-width: 100% !important; }
  #click-to-donate-page-content-wrapper .non-profit-image {
    visibility: visible; }
  #click-to-donate-page-content-wrapper .morebannerbutton {
    background-color: #fefefe;
    bottom: 0;
    float: right !important;
    margin-top: 10px;
    color: #425C7E;
    padding: 0.625rem 5%  !important;
    text-align: center; }
  #click-to-donate-page-content-wrapper .morebannerbutton:hover {
    background-color: #425C7E;
    bottom: 0;
    float: right !important;
    padding: 0.625rem 5%  !important;
    margin-top: 10px;
    color: #fefefe !important;
    text-align: center; }
  #click-to-donate-page-content-wrapper .floatleft-end {
    float: left; }

.ctd-content h1 {
  color: #C39C66;
  line-height: 1; }

.ctd-content .form-button {
  background: #64c371;
  color: #fefefe;
  border: 0 none;
  border-radius: 5px;
  padding: 1.15rem 3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 1rem; }
  .ctd-content .form-button:hover {
    background: #5A5CA9;
    color: #fefefe !important; }

.ctd-desc p {
  line-height: 1.75rem;
  padding-bottom: 0.625em;
  font-size: 1.2rem; }

#remind-me-daily-message {
  display: none;
  color: #64c371;
  font-weight: bold;
  padding: 0.75rem 0 0; }

#remind-me-daily-error {
  display: none;
  color: red;
  font-weight: bold;
  padding: 0.75rem 0 0; }

.ctd-h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem; }

.ctd-v2 {
  display: flex; }
  .ctd-v2 .middle {
    padding: 0 1rem; }
    .ctd-v2 .middle h2.ctd-h2 {
      margin-bottom: .5rem; }
    .ctd-v2 .middle h1 {
      margin-bottom: 1.25rem; }
    .ctd-v2 .middle .LinksToOrgs {
      margin-top: 2rem; }
  .ctd-v2 .tower-ad {
    min-width: 160px; }
    .ctd-v2 .tower-ad.wide {
      min-width: 300px; }
    .ctd-v2 .tower-ad .ad-tag {
      margin-bottom: 1rem; }
  .ctd-v2 .tower-ad-square {
    margin-bottom: 1rem; }
  .ctd-v2 #new-quiz-wrap {
    max-width: 570px; }
  .ctd-v2 .ctd-content img {
    max-height: 250px; }

.mobile-ctd-button-v2 .form-button {
  background: #64c371;
  color: #fefefe;
  border: 0 none;
  border-radius: 5px;
  padding: 1.15rem 3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5; }
  .mobile-ctd-button-v2 .form-button:hover {
    background-color: #5A5CA9; }

.scroll-message p {
  color: #5A5CA9;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0; }

.scroll-message i {
  color: #5A5CA9;
  font-size: 4rem; }

/* Mobile only */
@media only screen and (max-width: 40em) {
  #click-to-donate-page-content-wrapper .organization-title {
    font-size: .7rem; }
  #click-to-donate-page-content-wrapper .donate-clicks {
    font-size: .8rem; }
  .ctd-content h1 {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 1.5rem; }
  .ctd-content .form-button {
    margin-top: 0; } }

/* Tablet only */
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  #click-to-donate-page-content-wrapper .organization-title {
    font-size: .9rem; } }

.bonus-click-horizontal-dropdown {
  background-color: #F7F7F7;
  padding: 1rem;
  margin-top: 1.5rem;
  display: block; }
  .bonus-click-horizontal-dropdown .bonus-click-horiz-header {
    display: flex;
    justify-content: space-between; }
    .bonus-click-horizontal-dropdown .bonus-click-horiz-header p {
      color: #425C7E;
      font-weight: bold;
      margin: 0;
      font-size: 1.5rem;
      text-transform: uppercase;
      padding-left: 1.5rem; }
    .bonus-click-horizontal-dropdown .bonus-click-horiz-header i {
      color: #425C7E;
      font-size: 1.4rem; }
  .bonus-click-horizontal-dropdown ul {
    padding: 0;
    margin: 1rem 0 0 0;
    display: flex;
    flex-wrap: wrap; }
    .bonus-click-horizontal-dropdown ul .bonus-horiz-li {
      width: 30%;
      margin: .5rem 1.5%;
      text-align: center;
      background-color: #64c371;
      border-radius: 5px;
      padding: .25rem; }
      .bonus-click-horizontal-dropdown ul .bonus-horiz-li a {
        color: white;
        font-size: .9rem;
        font-weight: bold; }
      .bonus-click-horizontal-dropdown ul .bonus-horiz-li:hover {
        background-color: #5a5ca9; }

.breeds-page-wrapper .opening-info {
  text-align: center;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin: 2rem 0 1rem; }

.breeds-page-wrapper .opening-info h1 {
  font-size: 3em !important;
  font-weight: bolder;
  line-height: 1.231;
  margin-bottom: 0 !important; }

.breeds-page-wrapper .opening-info p {
  font-weight: bolder;
  color: #0a0a0a; }

.pets-image-wrapper {
  position: relative; }
  .pets-image-wrapper p {
    color: #fefefe;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    text-shadow: 0 0 10px #000;
    margin: 1rem; }
  .pets-image-wrapper .pets-link {
    background: #fefefe;
    position: absolute;
    bottom: .5rem;
    right: 3.2rem;
    padding: .6rem .75rem;
    font-size: 1.25rem;
    transition: all 0.5s ease; }
    .pets-image-wrapper .pets-link:hover {
      background: #425C7E;
      color: #fefefe; }

.mixed-breed-wrap iframe {
  margin-bottom: 1rem;
  max-width: 100%; }

.breed-select-inner {
  background-color: #f7f7f7; }
  .breed-select-inner h3 {
    padding-bottom: .2rem; }
    .breed-select-inner h3 a {
      background-color: #C39C66;
      bottom: 0;
      float: none !important;
      padding: 0.5em 25%;
      color: #fefefe !important;
      transition: all 0.5s ease;
      font-size: 1.25rem;
      display: block;
      width: 80%;
      margin-left: 10%;
      margin-bottom: 1.25rem; }
      .breed-select-inner h3 a:hover {
        background-color: #a07f4f; }
  .breed-select-inner a.img-link {
    display: block; }
    .breed-select-inner a.img-link img {
      margin-bottom: 1.25rem; }

.breed-menu {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 1.25rem 2rem; }
  .breed-menu .breed-menu-lower {
    display: flex;
    justify-content: space-between; }
  .breed-menu a {
    color: #5A5CA9;
    font-weight: bold;
    transition: all 0.5s ease; }
    .breed-menu a:hover {
      color: #64c371; }
    .breed-menu a.active {
      color: #64c371; }

.hidden {
  display: none; }

.select-breed {
  display: none; }

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

.breed-select-inner.dog-info-select-inner h3 a {
  padding: 0.5em; }

@media only screen and (min-width: 1024px) {
  .breeds-page-wrapper .opening-info p {
    font-size: 26px; } }

@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .breeds-page-wrapper .opening-info p {
    font-size: 26px; } }

@media only screen and (min-width: 480px) and (max-width: 800px) {
  .breeds-page-wrapper .opening-info p {
    font-size: 26px; } }

@media only screen and (min-width: 360px) and (max-width: 480px) {
  .breeds-page-wrapper .opening-info p {
    font-size: 21px; } }

@media only screen and (max-width: 360px) {
  .breeds-page-wrapper .opening-info p {
    font-size: 21px; } }

@media only screen and (max-width: 40em) {
  .breed-menu {
    display: block;
    padding: 0; }
    .breed-menu a {
      display: block;
      padding: .5rem 1rem;
      border-bottom: 1px solid #ccc; }
      .breed-menu a:last-of-type {
        border-bottom: 0px; }
    .breed-menu .breed-menu-lower {
      display: none; }
  .select-breed {
    display: block; } }

.flex {
  display: flex; }

.dog-flex-middle {
  padding: 0 1rem; }

/* Real Person jQuery plugin styles v1.1.0. */
.realperson-challenge {
  display: block;
  color: #0a0a0a; }

.realperson-text {
  font-family: "Courier New",monospace;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px; }

.realperson-regen {
  padding-top: 4px;
  font-size: 12px;
  text-align: center;
  cursor: pointer; }

.realperson-disabled {
  opacity: 0.5;
  filter: Alpha(Opacity=50); }

.realperson-disabled .realperson-regen {
  cursor: default; }

.test-for-mark {
  color: red; }

#admin-page-content-wrapper table, #admin-page-content-wrapper tr, #admin-page-content-wrapper td {
  border: none; }

#admin-page-content-wrapper #click-to-donate-causes-list .click-to-donate-cause-item {
  border: 1px solid #68717E;
  padding: 0.5rem;
  margin: 0.25rem 0; }
  #admin-page-content-wrapper #click-to-donate-causes-list .click-to-donate-cause-item:hover {
    cursor: grab; }

#admin-page-content-wrapper #click-to-donate-causes-list .cause-image-holder img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover; }

#admin-page-content-wrapper .input-button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fefefe;
  background-color: #425C73;
  border: none;
  line-height: inherit;
  font-size: 0.8125rem;
  padding: 0.35rem 0.5rem 0.25rem; }
  #admin-page-content-wrapper .input-button:hover {
    cursor: pointer; }

#admin-page-content-wrapper .click-to-donate-cause-item:nth-of-type(2n) {
  background-color: #eeeeee; }

#admin-page-content-wrapper #admin-message-box {
  display: none;
  padding: 0.75rem;
  margin-bottom: 2rem; }
  #admin-page-content-wrapper #admin-message-box.admin-error {
    background-color: #c9302c;
    color: #fefefe; }
  #admin-page-content-wrapper #admin-message-box.admin-success {
    background-color: #2ca02c;
    color: #fefefe; }

#admin-page-content-wrapper .loader.loader-active {
  display: block;
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite; }

#admin-page-content-wrapper .loader.loader-inactive {
  display: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#admin-page-content-wrapper .admin-table-wrapper h2 {
  font-size: 1.5rem; }

#admin-page-content-wrapper .admin-table-wrapper table {
  border-collapse: collapse;
  border-spacing: 0; }

#admin-page-content-wrapper .admin-table-wrapper td, #admin-page-content-wrapper .admin-table-wrapper th {
  border-left: 1px solid #e6e6e6;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #e6e6e6; }

.admin-header {
  background-color: #5A5CA9; }
  .admin-header .header .top-bar-section .menu-wrap a:hover {
    color: #C39C66; }

.form-horizontal input {
  border: 1px solid #ccc; }

.form-horizontal label {
  font-size: 1.15rem;
  color: #C39C66; }

.form-horizontal button {
  background: #64c371;
  color: #fefefe;
  border: 0 none;
  border-radius: 5px;
  padding: 1.15rem 3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.15rem; }
  .form-horizontal button:hover {
    background: #5A5CA9; }

.form-horizontal .btn-link {
  display: block;
  margin-top: 1rem; }

.panel-heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #5A5CA9; }

.admin-ads-wrap {
  background: #f7f7f7;
  padding: 1rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem; }
  .admin-ads-wrap:last-of-type {
    margin-bottom: 0; }
  .admin-ads-wrap h2 {
    font-size: 1.8rem;
    color: #64c371;
    text-transform: none; }
  .admin-ads-wrap .section-title {
    position: relative; }
    .admin-ads-wrap .section-title i {
      position: absolute;
      right: 1rem;
      font-size: 2.5rem;
      top: 0;
      margin-top: -.5rem; }
  .admin-ads-wrap .form-field-wrap {
    display: none; }
    .admin-ads-wrap .form-field-wrap .form-field {
      margin: 1rem 0; }
      .admin-ads-wrap .form-field-wrap .form-field h3 {
        color: #C39C66;
        font-size: 1.5rem; }
      .admin-ads-wrap .form-field-wrap .form-field textarea {
        border: 1px solid #ccc;
        min-height: 150px; }
      .admin-ads-wrap .form-field-wrap .form-field .form-button, .admin-ads-wrap .form-field-wrap .form-field .submit-wrap input {
        margin-top: 1rem;
        display: block;
        width: 200px;
        text-align: center;
        background: #5A5CA9;
        transition: all 0.5s ease;
        padding: 1rem 2rem;
        border-radius: 5px;
        color: #fff;
        border: 0px;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase; }
        .admin-ads-wrap .form-field-wrap .form-field .form-button:hover, .admin-ads-wrap .form-field-wrap .form-field .submit-wrap input:hover {
          background: #64c371; }

.admin-form-page label {
  font-size: 1rem;
  font-weight: bold; }

#admin-page-content-wrapper .trumbowyg-box, #admin-page-content-wrapper .trumbowyg-editor {
  margin: 0 auto 17px; }

#admin-page-content-wrapper small {
  color: #64C371;
  margin: .5rem 0;
  display: block; }

#admin-page-content-wrapper input {
  font-size: .9rem; }

#quiz-wrapper span {
  /* font-family: 'Comic Sans MS',cursive,sans-serif; */
  font-style: italic;
  font-size: 20px;
  color: #05054e; }

#quiz-wrapper .lock-image {
  height: 17px;
  width: 15px; }

#quiz-wrapper #difficulty_dropdown, #quiz-wrapper #game_mode_dropdown {
  font-size: 15px;
  color: #05054e;
  display: inline-block;
  margin: 0 .5rem;
  width: 200px; }

#quiz-wrapper #difficulty_div {
  /*left: 275px;
    top: 43px;*/ }

#quiz-wrapper .responseCSS {
  position: absolute;
  left: 25px;
  top: 150px; }

#quiz-wrapper .btnColor {
  background-color: #3191b7;
  border: 2px solid #006B96;
  white-space: normal;
  color: #05054e;
  font-size: 15px; }

#quiz-wrapper .btnColor:hover {
  color: #FFF;
  background: #006B96; }

#quiz-wrapper h1.entry-title, #quiz-wrapper h2.entry-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #e9ecc9;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.8em;
  line-height: 1em; }

#quiz-wrapper #Image1 {
  position: relative; }

#quiz-wrapper input {
  display: inline-block;
  width: 100%;
  max-width: inherit;
  height: 100%;
  opacity: 0; }

#quiz-wrapper #quiz_image_wrapper {
  padding-top: 0.25rem;
  padding-bottom: 0.50rem;
  text-align: center;
  position: relative; }

#quiz-wrapper #quiz_buttons_wrapper, #quiz-wrapper #quiz_image_wrapper {
  padding-right: 0.25rem;
  padding-left: 0.9rem; }

#quiz-wrapper #quiz_image {
  position: relative;
  opacity: 0;
  max-height: 100%;
  max-width: 100%; }

#quiz-wrapper .individual-quiz-button-wrapper {
  height: 65px;
  margin-top: 5px; }

#quiz-wrapper #game_div {
  position: relative;
  /*height: 243px;
    width: 490px;*/
  box-shadow: 0px 0px 0px 4px #006B96;
  border: 3px solid #fff;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: .5rem 0; }

#quiz-wrapper #transparent_div {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.92;
  box-shadow: 0px 0px 0px 4px #006B96;
  border: 3px solid #fff;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none; }

#quiz-wrapper #transparent_error_div {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.92;
  box-shadow: 0px 0px 0px 4px #006B96;
  border: 3px solid #fff;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: lightgray;
  display: none; }

#quiz-wrapper #transparent_error_div2 {
  position: absolute;
  top: 75px;
  height: 243px;
  width: 490px;
  opacity: 0.92;
  box-shadow: 0px 0px 0px 4px #006B96;
  border: 3px solid #fff;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: lightgray;
  display: none;
  font-size: 25px;
  color: #3191b7; }

#quiz-wrapper .past-answer-label {
  font-size: 28px;
  color: darkblue; }

#quiz-wrapper fun-fact {
  font-size: 20px;
  color: darkblue; }

#quiz-wrapper #NextQuestionButton {
  height: 45px; }

#quiz-wrapper #UnlockLabel {
  position: relative;
  font-size: 18px;
  color: darkslategrey;
  vertical-align: bottom; }

#quiz-wrapper #YourStats {
  position: absolute;
  top: 330px;
  font-size: 28px;
  color: #05054e; }

#quiz-wrapper #counterLabel {
  /*position: absolute;
    top: 330px;
    left: 200px;*/
  font-size: 28px;
  color: #05054e; }

#quiz-wrapper #myCounterHolder {
  /*position: absolute;
    top: 329px;
    left: 398px;*/ }

#quiz-wrapper .counter {
  display: inline-block; }

#quiz-wrapper .header_label {
  display: inline-block;
  font-size: 30px;
  color: #3191b7;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  width: 490px;
  text-align: center; }

#quiz-wrapper #difficulty_lock_image {
  position: absolute;
  top: 4px; }

#quiz-wrapper #game_mode_lock_image {
  position: absolute;
  top: 48px; }

#quiz-wrapper #bottomAd {
  position: absolute;
  top: 375px;
  left: 20px;
  height: 60px;
  width: 468px; }

#quiz-wrapper #biggerBottomAd {
  position: absolute;
  top: 445px;
  left: 20px;
  height: 90px;
  width: 728px; }

#quiz-wrapper #rightAd {
  position: absolute;
  top: 185px;
  left: 515px;
  height: 250px;
  width: 250px;
  box-shadow: 0px 0px 0px 3px #006B96;
  border: 1px solid #fff;
  margin: 0 auto;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px; }

#quiz-wrapper #bottomRightSquare {
  position: absolute;
  top: 73px;
  left: 515px;
  height: 100px;
  width: 250px;
  box-shadow: 0px 0px 0px 3px #006B96;
  border: 1px solid #fff;
  margin: 0 auto;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px; }

#quiz-wrapper #bottomRightLabel {
  display: inline-block;
  font-size: 18px;
  color: #3191b7;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  width: 250px;
  text-align: center; }

#quiz-wrapper #until-next-feature-is-unlocked {
  text-align: center;
  width: auto; }

#quiz-wrapper #NextQuestionButton {
  display: inline-block;
  width: auto; }

#quiz-wrapper .no-padding {
  padding-left: 0;
  padding-right: 0; }

#quiz-wrapper .quiz-wrong-overlay {
  background-color: #fa9e9b;
  margin-top: -0.5rem !important;
  padding-top: 3rem; }

#quiz-wrapper .quiz-correct-overlay {
  background-color: lightgreen;
  margin-top: -0.5rem !important;
  padding-top: 3rem; }

#quiz-wrapper .vertical-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.quiz-new-h1 {
  color: #C39C66;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 2rem 0 0; }

.quiz-email .bonus-box a.form-button {
  padding: 0.6rem 0 !important; }

.game-mode-wrap {
  padding-left: 0;
  padding-bottom: .75rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem; }

.individual-quiz-button-wrapper input.quiz-button {
  font-size: 14pt; }

#quiz-standings h4 {
  margin-top: 0.75rem;
  margin-bottom: 2rem; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

/**
 * Trumbowyg v2.5.1 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0; }
  #trumbowyg-icons svg {
    height: 0;
    width: 0; }

.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after {
  box-sizing: border-box; }

.trumbowyg-box svg {
  width: 17px;
  height: 100%;
  fill: #222; }

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 300px;
  margin: 17px auto; }

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto; }

.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important; }

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto; }

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333; }
  @media screen and (min-width: 0 \0 ) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }
  @supports (-ms-accelerator: true) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }

.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2; }

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px; }

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none; }

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none; }

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none; }

.trumbowyg-button-pane {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d7e0e2; }
  .trumbowyg-button-pane .trumbowyg-button-group {
    display: flex;
    flex-flow: row wrap; }
    .trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
      color: transparent; }
    .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) + .trumbowyg-button-group::before {
      content: " ";
      display: block;
      width: 1px;
      background: #d7e0e2;
      margin: 0 5px;
      height: 35px; }
  .trumbowyg-button-pane button {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px !important;
    margin-bottom: 1px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: none;
    transition: background-color 150ms, opacity 150ms; }
    .trumbowyg-button-pane button.trumbowyg-textual-button {
      width: auto;
      line-height: 35px; }
  .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
  .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: 0.2;
    cursor: default; }
  .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
  .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
    background: #e3e9eb; }
  .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #FFF;
    outline: none; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px !important;
    padding-right: 18px !important; }
    .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
      top: 17px;
      right: 7px; }
  .trumbowyg-button-pane .trumbowyg-right {
    margin-left: auto; }
    .trumbowyg-button-pane .trumbowyg-right::before {
      display: none !important; }

.trumbowyg-dropdown {
  width: 200px;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px; }
  .trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #FFF;
    padding: 0 10px;
    color: #333 !important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    transition: all 150ms; }
    .trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
      background: #ecf0f1; }
    .trumbowyg-dropdown button svg {
      float: left;
      margin-right: 14px; }

/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 11;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #333;
    background: #fbfcfc; }
  .trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px; }
    .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
      background: #2BC06A;
      height: 100%;
      transition: width 150ms linear; }
  .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden; }
    .trumbowyg-modal-box label .trumbowyg-input-infos {
      display: block;
      text-align: left;
      height: 25px;
      line-height: 25px;
      transition: all 150ms; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span {
        display: block;
        color: #69878f;
        background-color: #fbfcfc;
        border: 1px solid #DEDEDE;
        padding: 0 7px;
        width: 150px; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
        color: #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border: 1px solid #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
      margin-top: -27px; }
    .trumbowyg-modal-box label input {
      position: absolute;
      top: 0;
      right: 0;
      height: 27px;
      line-height: 27px;
      border: 1px solid #DEDEDE;
      background: #fff;
      font-size: 14px;
      max-width: 330px;
      width: 70%;
      padding: 0 7px;
      transition: all 150ms; }
      .trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
        outline: none;
        border: 1px solid #95a5a6; }
      .trumbowyg-modal-box label input:focus {
        background: #fbfcfc; }
  .trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red; }
  .trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    transition: all 150ms; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
      right: 110px;
      background: #2bc06a; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
        background: #40d47e;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
        background: #25a25a; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
      color: #555;
      background: #e6e6e6; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
        background: #fbfbfb;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
        background: #d5d5d5; }

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: 0;
  display: none;
  z-index: 10; }

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden; }

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999; }
  .trumbowyg-fullscreen.trumbowyg-box,
  .trumbowyg-fullscreen .trumbowyg-editor {
    border: none; }
  .trumbowyg-fullscreen .trumbowyg-editor,
  .trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto; }
  .trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important; }
  .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #222;
    fill: transparent; }

.trumbowyg-editor {
  /*
     * lset for resetCss option
     */ }
  .trumbowyg-editor object,
  .trumbowyg-editor embed,
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    max-width: 100%; }
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    height: auto; }
  .trumbowyg-editor img {
    cursor: move; }
  .trumbowyg-editor.trumbowyg-reset-css {
    background: #FEFEFE !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    white-space: normal !important;
    color: #333; }
    .trumbowyg-editor.trumbowyg-reset-css a {
      color: #15c !important;
      text-decoration: underline !important; }
    .trumbowyg-editor.trumbowyg-reset-css div,
    .trumbowyg-editor.trumbowyg-reset-css p,
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol,
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      box-shadow: none !important;
      background: none !important;
      margin: 0 !important;
      margin-bottom: 15px !important;
      line-height: 1.4em !important;
      font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
      font-size: 14px !important;
      border: none; }
    .trumbowyg-editor.trumbowyg-reset-css iframe,
    .trumbowyg-editor.trumbowyg-reset-css object,
    .trumbowyg-editor.trumbowyg-reset-css hr {
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      margin-left: 32px !important;
      font-style: italic !important;
      color: #555; }
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol {
      padding-left: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css ul ul,
    .trumbowyg-editor.trumbowyg-reset-css ol ol,
    .trumbowyg-editor.trumbowyg-reset-css ul ol,
    .trumbowyg-editor.trumbowyg-reset-css ol ul {
      border: none;
      margin: 2px !important;
      padding: 0 !important;
      padding-left: 24px !important; }
    .trumbowyg-editor.trumbowyg-reset-css hr {
      display: block;
      height: 1px;
      border: none;
      border-top: 1px solid #CCC; }
    .trumbowyg-editor.trumbowyg-reset-css h1,
    .trumbowyg-editor.trumbowyg-reset-css h2,
    .trumbowyg-editor.trumbowyg-reset-css h3,
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      color: #111;
      background: none;
      margin: 0 !important;
      padding: 0 !important;
      font-weight: bold; }
    .trumbowyg-editor.trumbowyg-reset-css h1 {
      font-size: 32px !important;
      line-height: 38px !important;
      margin-bottom: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h2 {
      font-size: 26px !important;
      line-height: 34px !important;
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h3 {
      font-size: 22px !important;
      line-height: 28px !important;
      margin-bottom: 7px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      font-size: 16px !important;
      line-height: 22px !important;
      margin-bottom: 7px !important; }

/*
 * Dark theme
 */
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd; }

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    text-shadow: 0 0 7px #ccc; }
    @media screen and (min-width: 0 \0 ) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
    @supports (-ms-accelerator: true) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
  .trumbowyg-dark .trumbowyg-box svg {
    fill: #ecf0f1;
    color: #ecf0f1; }

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane::after {
    background: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::before {
    background-color: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent; }
  .trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before {
    background-color: #2a2a2a; }
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #333; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    border-top-color: #fff; }

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #ecf0f1;
  fill: transparent; }

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #333;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px; }
  .trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff !important; }
    .trumbowyg-dark .trumbowyg-dropdown button:hover, .trumbowyg-dark .trumbowyg-dropdown button:focus {
      background: #222; }

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c; }
  .trumbowyg-dark .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
      color: #eee;
      background-color: #2f2f2f;
      border-color: #222; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
      color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border-color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label input {
      border-color: #222;
      color: #eee;
      background: #333; }
      .trumbowyg-dark .trumbowyg-modal-box label input:hover, .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        border-color: #626262; }
      .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        background-color: #2f2f2f; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #1b7943; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
      background: #25a25a; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
      background: #176437; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
      background: #444; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
      background: #111; }

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6); }

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