<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name:     Insurance Quote Responsive Theme
Theme URI:      http: //360quotellc.com
Description:    Child theme for the WooThemes Aperture
Author:         John Gadbois
Author URI:     http: //johngadbois.com
Template:       aperture
Version:        0.1.0
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Foundation variable overrides */
/* Top bar */
/*! 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&amp;medium=40em&amp;topbar=54.375em&amp;large=64em&amp;xlarge=75em&amp;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: 300;
  line-height: 1.5;
  color: #454545;
}

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;
  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: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.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 screen and (min-width: 54.375em) {
  .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.expanded {
  max-width: none;
}
.row.collapse &gt; .column, .row.collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse &gt; .column &gt; .row, .row.collapse &gt; .columns &gt; .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  display: flex;
}

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

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
}
.row.medium-unstack &gt; .column, .row.medium-unstack &gt; .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack &gt; .column, .row.medium-unstack &gt; .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 54.375em) {
  .topbar-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .topbar-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .topbar-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .topbar-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .topbar-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .topbar-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .topbar-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .topbar-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .topbar-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .topbar-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .topbar-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .topbar-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .topbar-order-1 {
    order: 1;
  }

  .topbar-order-2 {
    order: 2;
  }

  .topbar-order-3 {
    order: 3;
  }

  .topbar-order-4 {
    order: 4;
  }

  .topbar-order-5 {
    order: 5;
  }

  .topbar-order-6 {
    order: 6;
  }

  .topbar-up-1 {
    flex-wrap: wrap;
  }
  .topbar-up-1 &gt; .column, .topbar-up-1 &gt; .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .topbar-up-2 {
    flex-wrap: wrap;
  }
  .topbar-up-2 &gt; .column, .topbar-up-2 &gt; .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .topbar-up-3 {
    flex-wrap: wrap;
  }
  .topbar-up-3 &gt; .column, .topbar-up-3 &gt; .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .topbar-up-4 {
    flex-wrap: wrap;
  }
  .topbar-up-4 &gt; .column, .topbar-up-4 &gt; .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .topbar-up-5 {
    flex-wrap: wrap;
  }
  .topbar-up-5 &gt; .column, .topbar-up-5 &gt; .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .topbar-up-6 {
    flex-wrap: wrap;
  }
  .topbar-up-6 &gt; .column, .topbar-up-6 &gt; .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .topbar-up-7 {
    flex-wrap: wrap;
  }
  .topbar-up-7 &gt; .column, .topbar-up-7 &gt; .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .topbar-up-8 {
    flex-wrap: wrap;
  }
  .topbar-up-8 &gt; .column, .topbar-up-8 &gt; .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 54.375em) and (min-width: 54.375em) {
  .topbar-expand {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 54.375em) {
  .topbar-flex-dir-row {
    flex-direction: row;
  }

  .topbar-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .topbar-flex-dir-column {
    flex-direction: column;
  }

  .topbar-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  .topbar-flex-child-auto {
    flex: 1 1 auto;
  }

  .topbar-flex-child-grow {
    flex: 1 0 auto;
  }

  .topbar-flex-child-shrink {
    flex: 0 1 auto;
  }
}
.row.topbar-unstack &gt; .column, .row.topbar-unstack &gt; .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 54.375em) {
  .row.topbar-unstack &gt; .column, .row.topbar-unstack &gt; .columns {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 54.375em) {
  .topbar-collapse &gt; .column, .topbar-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .topbar-uncollapse &gt; .column, .topbar-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
}
.row.large-unstack &gt; .column, .row.large-unstack &gt; .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack &gt; .column, .row.large-unstack &gt; .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 54.375em) {
  .topbar-order-1 {
    order: 1;
  }

  .topbar-order-2 {
    order: 2;
  }

  .topbar-order-3 {
    order: 3;
  }

  .topbar-order-4 {
    order: 4;
  }

  .topbar-order-5 {
    order: 5;
  }

  .topbar-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
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: 1.25rem;
  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: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #333;
  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: 1.8rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.9rem;
  }
}
a {
  line-height: inherit;
  color: #4896b0;
  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 1.25rem;
  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: #454545;
  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 screen and (min-width: 54.375em) {
  .topbar-text-left {
    text-align: left;
  }

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

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

  .topbar-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: 1px solid #cacaca;
  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;
  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: 1px solid #8a8a8a;
  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::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  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 &gt; [type='checkbox'],
label &gt; [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.5625rem 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 &gt; :first-child {
  border-radius: 0 0 0 0;
}
.input-group &gt; :last-child &gt; * {
  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;
  appearance: none;
  border: 1px solid #cacaca;
  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,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  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: 1px solid #8a8a8a;
  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)::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;
}

.top-bar {
  padding: 0rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: inherit;
}
.top-bar ul 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: 54.3125em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-topbar .top-bar-left,
  .top-bar.stacked-for-topbar .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;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu &gt; li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput='mouse'] .menu &gt; li {
  outline: 0;
}
.menu &gt; li &gt; a {
  display: block;
  padding: 1rem 0.7rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu &gt; li &gt; a img,
.menu &gt; li &gt; a i,
.menu &gt; li &gt; a svg {
  vertical-align: middle;
}
.menu &gt; li &gt; a img + span,
.menu &gt; li &gt; a i + span,
.menu &gt; li &gt; a svg + span {
  vertical-align: middle;
}
.menu &gt; li &gt; a img,
.menu &gt; li &gt; a i,
.menu &gt; li &gt; a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu &gt; li, .menu.horizontal &gt; li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded &gt; li:first-child:last-child {
  width: 100%;
}
.menu.vertical &gt; li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal &gt; li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded &gt; li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical &gt; li {
    display: block;
  }
}
@media screen and (min-width: 54.375em) {
  .menu.topbar-horizontal &gt; li {
    display: table-cell;
  }
  .menu.topbar-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.topbar-expanded &gt; li:first-child:last-child {
    width: 100%;
  }
  .menu.topbar-vertical &gt; li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal &gt; li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded &gt; li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical &gt; li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  margin-right: 0.7rem;
  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 &gt; li {
  float: right;
}
.menu.icon-top &gt; li &gt; a {
  text-align: center;
}
.menu.icon-top &gt; li &gt; a img,
.menu.icon-top &gt; li &gt; a i,
.menu.icon-top &gt; li &gt; a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a &gt; span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active &gt; a {
  background: inherit;
  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: 1rem 0.7rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered &gt; .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;
}

.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: 54.3125em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 54.375em) {
  .hide-for-topbar {
    display: none !important;
  }
}

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

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

@media screen and (max-width: 54.3125em), screen and (min-width: 64em) {
  .show-for-topbar-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;
}

body {
  font-weight: 300;
}

.content, .content &gt; .row {
  background-color: white;
}

h1#logo {
  margin-bottom: 0;
}

h1#logo.with-logo {
  padding: 0;
  margin: -10px 0;
}

/* HOme page */
.albums .columns {
  background-color: #d3dfe8;
  padding-top: 20px;
}

.albums .columns p.category {
  margin-bottom: 0;
}

.albums img {
  width: 100%;
}

.albums .columns .category a {
  background-color: #32424e;
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 5px;
}

/* sidebar */
.widget .content h4 {
  font-size: 1.0rem;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
}
.widget .content .post_meta {
  margin-bottom: 0;
  font-size: .8rem;
}

/* Foundation tweaks */
.top-bar {
  border-bottom: 1px solid #75828B;
}

.contain-to-grid, .top-bar, .top-bar a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button) {
  background-color: #111E27;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  color: #abd1e1;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color: #111E27;
  text-decoration: underline;
}

.top-bar .title-bar {
  font-weight: bold;
  padding: 1rem 0.7rem;
}
.top-bar .title-bar span {
  font-size: 13px;
}
.top-bar .title-bar span button {
  margin-top: -3px;
}
.top-bar a, .top-bar a:link, .top-bar a:visited {
  color: white;
  font-size: .8125rem;
}

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none;
  }
}

.top-bar {
  background-color: #111E27;
  border-bottom: 1px solid #75828B;
}
.top-bar .title-bar {
  color: white;
  font-weight: bold;
  padding: 1rem 0.7rem;
}
.top-bar .title-bar span {
  font-size: 13px;
}
.top-bar .title-bar span button {
  margin-top: -3px;
}
.top-bar a, .top-bar a:link, .top-bar a:visited {
  color: white;
  font-size: .8125rem;
}
.top-bar li.active:not(.has-form) a:not(.button) {
  color: #abd1e1;
}
.top-bar li:not(.has-form) a:not(.button):hover {
  background-color: #111E27;
  color: #abd1e1;
  text-decoration: underline;
}

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none;
  }
}

body &gt; .content {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  background: url(images/bg-content.png);
}

/* WordPress Styles */
/* Align */
.aligncenter {
  margin: 10px auto 20px auto;
  display: block;
}

.alignleft {
  margin: 10px 20px 8px 0;
  float: left;
}

.alignright {
  margin: 10px 0px 8px 20px;
  float: right;
}

.thumbnail {
  display: block;
}

.box .thumbnail {
  margin: 0 0 5px 0;
}

/* COMMENTS - FROM APERTURE */
/*=== Comments ===*/
ol.commentlist {
  margin: 20px 0 20px 0;
}

ol.commentlist li.odd {
  background-color: #f7f7f7;
}

ol.commentlist li h4 {
  margin-bottom: 0;
}

ol.commentlist li {
  margin-bottom: 20px;
  position: relative;
}

ol.commentlist .comment {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 20px;
}

ol.commentlist .avatar {
  float: right;
  display: inline;
  margin: 0 0 20px 20px;
  padding: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}

ol.commentlist li cite {
  font-size: 1.3rem;
  font-weight: bold;
}

ol.commentlist li .comment-meta {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

ol.commentlist ul.children li {
  position: relative;
  margin-top: 20px;
}

ol.commentlist .odd ul.children li {
  background-color: #ffffff;
}

ol.commentlist .odd ul li ul.children li {
  background-color: #F4F4F4;
}

ol.commentlist .comment-author {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#respond #author, #respond #email, #respond #url, #respond #comment {
  border: 1px solid #cccccc;
  padding: 5px;
}

#respond label {
  padding: 5px;
  margin-left: 5px;
}

#respond .cancel-comment-reply {
  margin-bottom: 20px;
}

#commentform #submit {
  padding: 10px;
  background-color: #32424e;
  border: 1px solid #3B5A68;
  color: #FFFFFF;
  cursor: pointer;
}

/* Wordnik*/
.wordnik_discovery .previewThumb, .wordnik_discovery .summary, .wordnik_discovery .discovery-tagline {
  display: none !important;
}

.wordnik_discovery .articleText {
  min-height: inherit !important;
}

.wordnik_discovery_vertical .inline_discoveries_wrapper .inline_discoveries .inline_discovery {
  background: #d3dfe8 !important;
}

.wordnik_discovery_vertical .inline_discoveries_wrapper {
  background-color: #d3dfe8;
}

.wordnik_discovery_vertical .inline_discoveries_wrapper {
  margin-bottom: 12px;
  margin-right: 10px;
  margin-left: -10px;
}

.wordnik_discovery_vertical .discovery_label {
  margin: 12px 0 15px -10px !important;
  clear: both;
  display: block;
  font-size: initial !important;
}

.textwidget .wordnik_discovery_vertical .inline_discoveries_wrapper .inline_discoveries .inline_discovery {
  background-color: #d3dfe8 !important;
}

.textwidget .wordnik_discovery_vertical .inline_discoveries_wrapper .inline_discoveries {
  border-top: 0px;
}

.wordnik_discovery_vertical {
  padding: 0;
}

@media handheld, projection, screen, print {
  img, fieldset, abbr, acronym {
    border: 0;
  }

  /*ul, ol { list-style: none }*/
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
  }

  caption, th {
    text-align: left;
  }

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

  input, select, textarea, button {
    font-size: 1rem;
    line-height: normal;
    width: auto;
    vertical-align: middle;
  }

  textarea {
    height: auto;
    overflow: auto;
  }

  option {
    padding-left: 0.6rem;
  }

  button {
    background: none;
    border: 0;
    cursor: pointer;
    text-align: center;
  }
}
/* Headlines */
#footer h5 {
  margin-bottom: 0 !important;
}

h1.single {
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  padding: 20px 0 20px 0;
}

.entry {
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  margin-top: 5px;
}

#home .entry {
  margin-top: 20px;
}

#home #sidebar {
  margin-top: 20px;
}

#sidebar h3 {
  margin-top: 0;
  padding-top: 0;
}

.content-col {
  margin-top: 11px;
}

.entry ul {
  margin-left: 5px;
}

.entry ul li {
  /*background: rgba(0, 0, 0, 0) url(images/bullet.gif) no-repeat scroll 4px 4px;*/
  line-height: 140%;
  padding: 0 0 .25em 0px;
}

/* Anchors */
/* removed in bitbucket project hyperlinkcolor3 for Pivotal task #117438841*/
/*
a, a:link, a:visited {
  text-decoration: none;
  color:#111D27;
}
a:hover, a:active, a.active {
  text-decoration: underline;
}
*/
p, ul, ol, table {
  margin: 0 0 1.33rem;
}

strong {
  color: #202325;
  font-weight: bold;
}

em {
  font-style: italic;
}

/*Sidebar formatting*/
.widget {
  margin-bottom: 20px;
}

.widget ul li {
  margin: 0;
  padding: 10px;
  border-width: 1px;
  background-color: #D3DFE8;
  border: 1px dotted #ABD1E1;
  border-bottom-style: none !important;
  list-style: none;
}

.widget h3 {
  padding: 5px 0;
  margin-bottom: 10px;
}

/*Foooter*/
.credits a {
  display: inline;
  text-decoration: underline;
  color: #D3DFE8;
}

.credits {
  text-align: center;
  padding-top: 15px;
  color: #D3DFE8;
  padding-bottom: 30px;
}

/*Ordered list*/
.entry ol li {
  line-height: 140%;
  padding: 0 0 1em 0;
  list-style-position: inside;
  list-style-type: decimal;
  margin-left: 15px;
}

/* Captions */
.wp-caption {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 4px 0 5px;
  text-align: center;
}

.wp-caption-text {
  padding: 3px 0 0;
  font-size: 11px;
  margin-bottom: 0;
}

/* Reviews */
.overall-ratings &gt; span {
  font-size: 0.75rem;
}

.rating_label {
  display: inline;
}

.ratings-row {
  margin-bottom: 10px;
}

#logo {
  padding: 10px 0;
}

#logo a {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 39.9375em) {
  #logo {
    padding: 0;
  }
}
/* MDAS */
#featured {
  background-color: white !important;
  padding-bottom: 0;
}

#home-mda {
  height: 267px;
  position: relative;
  background-size: cover;
  margin: 15px 0 0;
}

#home-mda #contents {
  position: relative;
  height: 90px;
  top: 135px;
  background: url(images/faded-bar.png) repeat-y;
  padding-top: 35px;
}

#home-mda .enter-zip {
  position: absolute;
  top: 145px;
  left: 15px;
  z-index: 2;
  padding-right: 40px;
}

#home-mda .compare {
  position: absolute;
  top: 57px;
  left: 15px;
  padding-right: 40px;
}

#logos {
  padding: 10px 20px 10px 20px;
}

#inner-mda {
  /*width: 940px;*/
  /*background-position: cover;*/
  height: 200px;
  position: relative;
  margin: 20px 0 0;
}

#inner-mda .zip {
  display: inline;
}

#inner-mda .enter-zip {
  position: absolute;
  top: 140px;
  left: 20px;
  padding-right: 40px;
}

#inner-mda .compare {
  position: absolute;
  top: 40px;
  left: 20px;
  padding-right: 40px;
}

#inner-mda .contents {
  position: absolute;
  top: 80px;
  left: 10px;
}

input[type="text"].zip {
  display: inline;
}

.sidebar-mda {
  width: 214px;
  height: 135px;
  background: url(images/sidebar-mda.jpg) no-repeat;
  background-size: contain;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-mda .contents {
  text-align: center;
  padding-top: 40px;
}

.sidebar-mda select {
  padding: 4px;
  margin-left: 0;
  margin-top: 5px;
}

.sidebar-mda .zip {
  padding: 4px;
  margin: 0px 0 5px 0;
}

.sidebar-mda .with-dropdown select {
  width: 83px;
  margin-top: -4px;
}
.sidebar-mda .with-dropdown .zip {
  width: 115px;
}

.responsive-mda select {
  font-size: 18px;
  padding-bottom: 11px;
}

@media screen and (max-width: 39.9375em) {
  .mda .zip {
    width: 105px;
    margin: 0 10px;
  }

  /*.mda .submit { width: 135px; }*/
  /*#home-mda #contents { width: 343px; }*/
  #inner-mda {
    text-align: center;
  }
  #inner-mda .compare {
    position: relative;
    top: 40px;
    left: 0;
    padding: 0 20px;
  }
  #inner-mda .enter-zip {
    position: relative;
    top: 115px;
    left: 0;
    padding: 0 20px;
  }
  #inner-mda .contents {
    position: relative;
    top: 40px;
    left: 0;
  }
  #inner-mda .submit {
    width: 135px;
  }
  #inner-mda .zip {
    margin-left: 0;
    margin-right: 0;
  }
  #inner-mda.with-dropdown {
    text-align: left;
  }
  #inner-mda.with-dropdown .enter-zip {
    display: none;
  }
  #inner-mda.with-dropdown .submit {
    margin: 7px 15px;
  }
  #inner-mda.with-dropdown .contents {
    top: 50px;
  }
  #inner-mda.with-dropdown form {
    width: 280px;
  }
  #inner-mda.no-dropdown .mda-call {
    padding-top: 21px;
  }
  #inner-mda.no-dropdown .contents {
    top: 54px;
  }

  #home-mda.with-dropdown .enter-zip {
    display: none;
  }
  #home-mda.with-dropdown .submit {
    margin: 10px 15px;
  }
  #home-mda.with-dropdown #contents {
    height: 140px;
    top: 100px;
    background: none;
    padding-top: 25px;
  }
  #home-mda.with-dropdown #contents form {
    width: 280px;
  }

  .mda-call {
    padding-left: 15px;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    color: #70757a;
  }
  .mda-call img {
    height: 13px;
    position: relative;
    top: -1px;
  }
  .mda-call a.tel-link {
    text-decoration: underline;
    color: #f26700;
  }

  .no-dropdown .mda-call {
    padding-top: 38px;
  }

  #home-mda .mda-call {
    padding-top: 10px;
    padding-left: 18px;
  }

  #home-mda.no-dropdown .mda-call {
    padding-top: 10px;
  }
  #home-mda.no-dropdown #contents {
    top: 115px;
    background-repeat: repeat-y;
    height: 120px;
  }
  #home-mda.no-dropdown .enter-zip {
    top: 130px;
  }
  #home-mda.no-dropdown .submit {
    margin-top: 9px;
  }
  #home-mda.no-dropdown input[type="text"] {
    margin: 10px 15px 0 15px;
    background: white;
  }
}
.sidebar-mda {
  width: 214px;
  height: 135px;
  background: url(images/sidebar-mda.jpg) no-repeat;
  background-size: contain;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-mda .contents {
  text-align: center;
  padding-top: 40px;
}

.sidebar-mda select {
  padding: 4px;
  margin-left: 0;
  margin-top: 5px;
}

.sidebar-mda .zip {
  padding: 4px;
  margin: 0px 0 5px 0;
}

/* HOME PAGE */
div#about {
  color: #35586D;
  min-height: 250px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 15px 0 0 15px;
}

div#about h2 {
  color: #35586D !important;
  font-size: 1.15em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.homepage-content .grid_11 {
  padding: 10px;
}

.homepage-content .grid_5 {
  padding: 10px 0;
}

.category-image-block {
  	/*background: url(images/category_image_block_bg.jpg);
  	width: 220px;
  	height: 150px;
  	margin-bottom: 1px;
    */
}

.credits #nav {
  display: inline;
}

.credits #nav li {
  display: inline;
  float: none;
}

.credits #nav li a {
  display: inline;
  text-transform: none;
  text-decoration: underline;
  font-weight: normal;
  font-size: 100%;
  padding: 0 2px;
}

#home #albums p.category a {
  line-height: normal;
}

.homepage-content h1, .homepage-content h2 {
  font-size: 2.17em;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  padding-bottom: 20px;
  padding-top: 20px;
}

.fb-like {
  margin-bottom: 15px;
}

/* Override Headers */
body {
  background-image: none;
}

#breadcrumbs {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
}

.entry blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #777;
  background: #EBF2F8;
  border-top: 1px solid #D7DFE7;
  border-bottom: 1px solid #D7DFE7;
  width: 90%;
  height: auto;
  margin: 0 0 15px 20px;
  padding: 15px 25px 0px 55px;
  display: block;
  position: relative;
}

blockquote:before {
  content: "\f001";
  font-family: InsuranceSites;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 2em;
  color: #777;
}

.entry li {
  margin-left: 15px;
}

/*Entry Headers*/
.entry h1 {
  font-size: 1.1875rem;
}

.entry h2 {
  font-size: 1.0375rem;
}

.entry h3 {
  font-size: 1rem;
}

.entry h4 {
  font-size: .95rem;
}

.entry h5 {
  font-size: 0.9rem;
}

.entry h6 {
  font-size: .8rem;
}

@media only screen and (min-width: 40.063em) {
  .entry h1 {
    font-size: 1.5rem;
  }

  .entry h2 {
    font-size: 1.35rem;
  }

  .entry h3 {
    font-size: 1.2rem;
  }

  .entry h4 {
    font-size: 1rem;
  }

  .entry h5 {
    font-size: .9rem;
  }

  .entry h6 {
    font-size: .80rem;
  }
}
/* CUSTOM */
.responsive-mda .mda-contents h2 {
  font-size: 1.55em;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>