<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************** 

This is the Main CSS file for all of the CL LocalSearch_Templates

****************************/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

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

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.46875em;
    margin-right: -0.46875em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.46875em;
  padding-right: 0.46875em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.46875em;
    padding-right: 0.46875em;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

  .small-12 {
    position: relative;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

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

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 980px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 2500px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

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

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #111111; }
  .contain-to-grid .top-bar {
    margin-bottom: 1.875em; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 1.875em; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #111111; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #222222;
    font-size: 16;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-bottom: solid 1px #2b2b2b;
    border-top: solid 1px black;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li &gt; a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.8125em;
    font-weight: bold;
    background: #222222; }
    .top-bar-section ul li &gt; a.button {
      background: #2ba6cb;
      font-size: 0.8125em; }
      .top-bar-section ul li &gt; a.button.hover {
        background: #2284a1; }
    .top-bar-section ul li &gt; a.button.secondary {
      background: #e9e9e9; }
      .top-bar-section ul li &gt; a.button.secondary.hover {
        background: #d0d0d0; }
    .top-bar-section ul li &gt; a.button.success {
      background: #5da423; }
      .top-bar-section ul li &gt; a.button.success.hover {
        background: #457a1a; }
    .top-bar-section ul li &gt; a.button.alert {
      background: #c60f13; }
      .top-bar-section ul li &gt; a.button.alert.hover {
        background: #970b0e; }
  .top-bar-section ul li.hover &gt; a {
    background: #090909;
    color: white; }
  .top-bar-section ul li.active &gt; a {
    background: #090909;
    color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown &gt; a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved &gt; .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: bold; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.625em; }

.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 58.75em) {
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #111111; }

  .contain-to-grid .top-bar {
    max-width: 60em;
    margin: 0 auto;
    margin-bottom: 1.875em; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #111111; }
      .top-bar-section li a:not(.button).hover {
        background: black; }
    .top-bar-section .has-dropdown &gt; a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown &gt; a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved &gt; .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown.hover &gt; .dropdown, .top-bar-section .has-dropdown.not-click:hover &gt; .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown &gt; a:after {
      border: none;
      content: "\00bb";
      margin-top: -16px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #1e1e1e; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section &gt; ul &gt; .divider, .top-bar-section &gt; ul &gt; [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #2b2b2b;
      border-left: solid 1px black;
      clear: none;
      height: 45px;
      width: 0px; }
    .top-bar-section .has-form {
      background: #111111;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; }

  .no-js .top-bar-section ul li:hover &gt; a {
    background: #090909;
    color: white; }
  .no-js .top-bar-section ul li:active &gt; a {
    background: #090909;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover &gt; .dropdown {
    visibility: visible; } }
@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown &gt; *:first-child {
    margin-top: 0; }
  .f-dropdown &gt; *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.3125em 0.625em;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content &gt; *:first-child {
      margin-top: 0; }
    .f-dropdown.content &gt; *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  [data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
  [data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
    width: 100% !important; }
    [data-section=''][data-section-small-style] &gt; [data-section-region], [data-section=''][data-section-small-style] &gt; section, [data-section=''][data-section-small-style] &gt; .section, [data-section='auto'][data-section-small-style] &gt; [data-section-region], [data-section='auto'][data-section-small-style] &gt; section, [data-section='auto'][data-section-small-style] &gt; .section, .section-container.auto[data-section-small-style] &gt; [data-section-region], .section-container.auto[data-section-small-style] &gt; section, .section-container.auto[data-section-small-style] &gt; .section,
    [data-section='vertical-tabs'][data-section-small-style] &gt; [data-section-region],
    [data-section='vertical-tabs'][data-section-small-style] &gt; section,
    [data-section='vertical-tabs'][data-section-small-style] &gt; .section, .section-container.vertical-tabs[data-section-small-style] &gt; [data-section-region], .section-container.vertical-tabs[data-section-small-style] &gt; section, .section-container.vertical-tabs[data-section-small-style] &gt; .section,
    [data-section='vertical-nav'][data-section-small-style] &gt; [data-section-region],
    [data-section='vertical-nav'][data-section-small-style] &gt; section,
    [data-section='vertical-nav'][data-section-small-style] &gt; .section, .section-container.vertical-nav[data-section-small-style] &gt; [data-section-region], .section-container.vertical-nav[data-section-small-style] &gt; section, .section-container.vertical-nav[data-section-small-style] &gt; .section,
    [data-section='horizontal-nav'][data-section-small-style] &gt; [data-section-region],
    [data-section='horizontal-nav'][data-section-small-style] &gt; section,
    [data-section='horizontal-nav'][data-section-small-style] &gt; .section, .section-container.horizontal-nav[data-section-small-style] &gt; [data-section-region], .section-container.horizontal-nav[data-section-small-style] &gt; section, .section-container.horizontal-nav[data-section-small-style] &gt; .section,
    [data-section='accordion'][data-section-small-style] &gt; [data-section-region],
    [data-section='accordion'][data-section-small-style] &gt; section,
    [data-section='accordion'][data-section-small-style] &gt; .section, .section-container.accordion[data-section-small-style] &gt; [data-section-region], .section-container.accordion[data-section-small-style] &gt; section, .section-container.accordion[data-section-small-style] &gt; .section {
      padding: 0 !important;
      margin: 0 !important; }
      [data-section=''][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], [data-section=''][data-section-small-style] &gt; [data-section-region] &gt; .title, [data-section=''][data-section-small-style] &gt; section &gt; [data-section-title], [data-section=''][data-section-small-style] &gt; section &gt; .title, [data-section=''][data-section-small-style] &gt; .section &gt; [data-section-title], [data-section=''][data-section-small-style] &gt; .section &gt; .title, [data-section='auto'][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], [data-section='auto'][data-section-small-style] &gt; [data-section-region] &gt; .title, [data-section='auto'][data-section-small-style] &gt; section &gt; [data-section-title], [data-section='auto'][data-section-small-style] &gt; section &gt; .title, [data-section='auto'][data-section-small-style] &gt; .section &gt; [data-section-title], [data-section='auto'][data-section-small-style] &gt; .section &gt; .title, .section-container.auto[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .section-container.auto[data-section-small-style] &gt; [data-section-region] &gt; .title, .section-container.auto[data-section-small-style] &gt; section &gt; [data-section-title], .section-container.auto[data-section-small-style] &gt; section &gt; .title, .section-container.auto[data-section-small-style] &gt; .section &gt; [data-section-title], .section-container.auto[data-section-small-style] &gt; .section &gt; .title,
      [data-section='vertical-tabs'][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] &gt; [data-section-region] &gt; .title,
      [data-section='vertical-tabs'][data-section-small-style] &gt; section &gt; [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] &gt; section &gt; .title,
      [data-section='vertical-tabs'][data-section-small-style] &gt; .section &gt; [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] &gt; .section &gt; .title, .section-container.vertical-tabs[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-tabs[data-section-small-style] &gt; [data-section-region] &gt; .title, .section-container.vertical-tabs[data-section-small-style] &gt; section &gt; [data-section-title], .section-container.vertical-tabs[data-section-small-style] &gt; section &gt; .title, .section-container.vertical-tabs[data-section-small-style] &gt; .section &gt; [data-section-title], .section-container.vertical-tabs[data-section-small-style] &gt; .section &gt; .title,
      [data-section='vertical-nav'][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] &gt; [data-section-region] &gt; .title,
      [data-section='vertical-nav'][data-section-small-style] &gt; section &gt; [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] &gt; section &gt; .title,
      [data-section='vertical-nav'][data-section-small-style] &gt; .section &gt; [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] &gt; .section &gt; .title, .section-container.vertical-nav[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-nav[data-section-small-style] &gt; [data-section-region] &gt; .title, .section-container.vertical-nav[data-section-small-style] &gt; section &gt; [data-section-title], .section-container.vertical-nav[data-section-small-style] &gt; section &gt; .title, .section-container.vertical-nav[data-section-small-style] &gt; .section &gt; [data-section-title], .section-container.vertical-nav[data-section-small-style] &gt; .section &gt; .title,
      [data-section='horizontal-nav'][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] &gt; [data-section-region] &gt; .title,
      [data-section='horizontal-nav'][data-section-small-style] &gt; section &gt; [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] &gt; section &gt; .title,
      [data-section='horizontal-nav'][data-section-small-style] &gt; .section &gt; [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] &gt; .section &gt; .title, .section-container.horizontal-nav[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .section-container.horizontal-nav[data-section-small-style] &gt; [data-section-region] &gt; .title, .section-container.horizontal-nav[data-section-small-style] &gt; section &gt; [data-section-title], .section-container.horizontal-nav[data-section-small-style] &gt; section &gt; .title, .section-container.horizontal-nav[data-section-small-style] &gt; .section &gt; [data-section-title], .section-container.horizontal-nav[data-section-small-style] &gt; .section &gt; .title,
      [data-section='accordion'][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title],
      [data-section='accordion'][data-section-small-style] &gt; [data-section-region] &gt; .title,
      [data-section='accordion'][data-section-small-style] &gt; section &gt; [data-section-title],
      [data-section='accordion'][data-section-small-style] &gt; section &gt; .title,
      [data-section='accordion'][data-section-small-style] &gt; .section &gt; [data-section-title],
      [data-section='accordion'][data-section-small-style] &gt; .section &gt; .title, .section-container.accordion[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .section-container.accordion[data-section-small-style] &gt; [data-section-region] &gt; .title, .section-container.accordion[data-section-small-style] &gt; section &gt; [data-section-title], .section-container.accordion[data-section-small-style] &gt; section &gt; .title, .section-container.accordion[data-section-small-style] &gt; .section &gt; [data-section-title], .section-container.accordion[data-section-small-style] &gt; .section &gt; .title {
        width: 100% !important; }
  [data-section=''] &gt; section, [data-section=''] &gt; .section, [data-section=''] &gt; [data-section-region], [data-section='auto'] &gt; section, [data-section='auto'] &gt; .section, [data-section='auto'] &gt; [data-section-region], .section-container.auto &gt; section, .section-container.auto &gt; .section, .section-container.auto &gt; [data-section-region],
  [data-section='vertical-tabs'] &gt; section,
  [data-section='vertical-tabs'] &gt; .section,
  [data-section='vertical-tabs'] &gt; [data-section-region], .section-container.vertical-tabs &gt; section, .section-container.vertical-tabs &gt; .section, .section-container.vertical-tabs &gt; [data-section-region],
  [data-section='vertical-nav'] &gt; section,
  [data-section='vertical-nav'] &gt; .section,
  [data-section='vertical-nav'] &gt; [data-section-region], .section-container.vertical-nav &gt; section, .section-container.vertical-nav &gt; .section, .section-container.vertical-nav &gt; [data-section-region],
  [data-section='horizontal-nav'] &gt; section,
  [data-section='horizontal-nav'] &gt; .section,
  [data-section='horizontal-nav'] &gt; [data-section-region], .section-container.horizontal-nav &gt; section, .section-container.horizontal-nav &gt; .section, .section-container.horizontal-nav &gt; [data-section-region],
  [data-section='accordion'] &gt; section,
  [data-section='accordion'] &gt; .section,
  [data-section='accordion'] &gt; [data-section-region], .section-container.accordion &gt; section, .section-container.accordion &gt; .section, .section-container.accordion &gt; [data-section-region] {
    margin: 0; }
    [data-section=''] &gt; section &gt; [data-section-title], [data-section=''] &gt; section &gt; .title, [data-section=''] &gt; .section &gt; [data-section-title], [data-section=''] &gt; .section &gt; .title, [data-section=''] &gt; [data-section-region] &gt; [data-section-title], [data-section=''] &gt; [data-section-region] &gt; .title, [data-section='auto'] &gt; section &gt; [data-section-title], [data-section='auto'] &gt; section &gt; .title, [data-section='auto'] &gt; .section &gt; [data-section-title], [data-section='auto'] &gt; .section &gt; .title, [data-section='auto'] &gt; [data-section-region] &gt; [data-section-title], [data-section='auto'] &gt; [data-section-region] &gt; .title, .section-container.auto &gt; section &gt; [data-section-title], .section-container.auto &gt; section &gt; .title, .section-container.auto &gt; .section &gt; [data-section-title], .section-container.auto &gt; .section &gt; .title, .section-container.auto &gt; [data-section-region] &gt; [data-section-title], .section-container.auto &gt; [data-section-region] &gt; .title,
    [data-section='vertical-tabs'] &gt; section &gt; [data-section-title],
    [data-section='vertical-tabs'] &gt; section &gt; .title,
    [data-section='vertical-tabs'] &gt; .section &gt; [data-section-title],
    [data-section='vertical-tabs'] &gt; .section &gt; .title,
    [data-section='vertical-tabs'] &gt; [data-section-region] &gt; [data-section-title],
    [data-section='vertical-tabs'] &gt; [data-section-region] &gt; .title, .section-container.vertical-tabs &gt; section &gt; [data-section-title], .section-container.vertical-tabs &gt; section &gt; .title, .section-container.vertical-tabs &gt; .section &gt; [data-section-title], .section-container.vertical-tabs &gt; .section &gt; .title, .section-container.vertical-tabs &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-tabs &gt; [data-section-region] &gt; .title,
    [data-section='vertical-nav'] &gt; section &gt; [data-section-title],
    [data-section='vertical-nav'] &gt; section &gt; .title,
    [data-section='vertical-nav'] &gt; .section &gt; [data-section-title],
    [data-section='vertical-nav'] &gt; .section &gt; .title,
    [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-title],
    [data-section='vertical-nav'] &gt; [data-section-region] &gt; .title, .section-container.vertical-nav &gt; section &gt; [data-section-title], .section-container.vertical-nav &gt; section &gt; .title, .section-container.vertical-nav &gt; .section &gt; [data-section-title], .section-container.vertical-nav &gt; .section &gt; .title, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-nav &gt; [data-section-region] &gt; .title,
    [data-section='horizontal-nav'] &gt; section &gt; [data-section-title],
    [data-section='horizontal-nav'] &gt; section &gt; .title,
    [data-section='horizontal-nav'] &gt; .section &gt; [data-section-title],
    [data-section='horizontal-nav'] &gt; .section &gt; .title,
    [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-title],
    [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .title, .section-container.horizontal-nav &gt; section &gt; [data-section-title], .section-container.horizontal-nav &gt; section &gt; .title, .section-container.horizontal-nav &gt; .section &gt; [data-section-title], .section-container.horizontal-nav &gt; .section &gt; .title, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-title], .section-container.horizontal-nav &gt; [data-section-region] &gt; .title,
    [data-section='accordion'] &gt; section &gt; [data-section-title],
    [data-section='accordion'] &gt; section &gt; .title,
    [data-section='accordion'] &gt; .section &gt; [data-section-title],
    [data-section='accordion'] &gt; .section &gt; .title,
    [data-section='accordion'] &gt; [data-section-region] &gt; [data-section-title],
    [data-section='accordion'] &gt; [data-section-region] &gt; .title, .section-container.accordion &gt; section &gt; [data-section-title], .section-container.accordion &gt; section &gt; .title, .section-container.accordion &gt; .section &gt; [data-section-title], .section-container.accordion &gt; .section &gt; .title, .section-container.accordion &gt; [data-section-region] &gt; [data-section-title], .section-container.accordion &gt; [data-section-region] &gt; .title {
      margin-bottom: 0; }
      [data-section=''] &gt; section &gt; [data-section-title] a, [data-section=''] &gt; section &gt; .title a, [data-section=''] &gt; .section &gt; [data-section-title] a, [data-section=''] &gt; .section &gt; .title a, [data-section=''] &gt; [data-section-region] &gt; [data-section-title] a, [data-section=''] &gt; [data-section-region] &gt; .title a, [data-section='auto'] &gt; section &gt; [data-section-title] a, [data-section='auto'] &gt; section &gt; .title a, [data-section='auto'] &gt; .section &gt; [data-section-title] a, [data-section='auto'] &gt; .section &gt; .title a, [data-section='auto'] &gt; [data-section-region] &gt; [data-section-title] a, [data-section='auto'] &gt; [data-section-region] &gt; .title a, .section-container.auto &gt; section &gt; [data-section-title] a, .section-container.auto &gt; section &gt; .title a, .section-container.auto &gt; .section &gt; [data-section-title] a, .section-container.auto &gt; .section &gt; .title a, .section-container.auto &gt; [data-section-region] &gt; [data-section-title] a, .section-container.auto &gt; [data-section-region] &gt; .title a,
      [data-section='vertical-tabs'] &gt; section &gt; [data-section-title] a,
      [data-section='vertical-tabs'] &gt; section &gt; .title a,
      [data-section='vertical-tabs'] &gt; .section &gt; [data-section-title] a,
      [data-section='vertical-tabs'] &gt; .section &gt; .title a,
      [data-section='vertical-tabs'] &gt; [data-section-region] &gt; [data-section-title] a,
      [data-section='vertical-tabs'] &gt; [data-section-region] &gt; .title a, .section-container.vertical-tabs &gt; section &gt; [data-section-title] a, .section-container.vertical-tabs &gt; section &gt; .title a, .section-container.vertical-tabs &gt; .section &gt; [data-section-title] a, .section-container.vertical-tabs &gt; .section &gt; .title a, .section-container.vertical-tabs &gt; [data-section-region] &gt; [data-section-title] a, .section-container.vertical-tabs &gt; [data-section-region] &gt; .title a,
      [data-section='vertical-nav'] &gt; section &gt; [data-section-title] a,
      [data-section='vertical-nav'] &gt; section &gt; .title a,
      [data-section='vertical-nav'] &gt; .section &gt; [data-section-title] a,
      [data-section='vertical-nav'] &gt; .section &gt; .title a,
      [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-title] a,
      [data-section='vertical-nav'] &gt; [data-section-region] &gt; .title a, .section-container.vertical-nav &gt; section &gt; [data-section-title] a, .section-container.vertical-nav &gt; section &gt; .title a, .section-container.vertical-nav &gt; .section &gt; [data-section-title] a, .section-container.vertical-nav &gt; .section &gt; .title a, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-title] a, .section-container.vertical-nav &gt; [data-section-region] &gt; .title a,
      [data-section='horizontal-nav'] &gt; section &gt; [data-section-title] a,
      [data-section='horizontal-nav'] &gt; section &gt; .title a,
      [data-section='horizontal-nav'] &gt; .section &gt; [data-section-title] a,
      [data-section='horizontal-nav'] &gt; .section &gt; .title a,
      [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-title] a,
      [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .title a, .section-container.horizontal-nav &gt; section &gt; [data-section-title] a, .section-container.horizontal-nav &gt; section &gt; .title a, .section-container.horizontal-nav &gt; .section &gt; [data-section-title] a, .section-container.horizontal-nav &gt; .section &gt; .title a, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-title] a, .section-container.horizontal-nav &gt; [data-section-region] &gt; .title a,
      [data-section='accordion'] &gt; section &gt; [data-section-title] a,
      [data-section='accordion'] &gt; section &gt; .title a,
      [data-section='accordion'] &gt; .section &gt; [data-section-title] a,
      [data-section='accordion'] &gt; .section &gt; .title a,
      [data-section='accordion'] &gt; [data-section-region] &gt; [data-section-title] a,
      [data-section='accordion'] &gt; [data-section-region] &gt; .title a, .section-container.accordion &gt; section &gt; [data-section-title] a, .section-container.accordion &gt; section &gt; .title a, .section-container.accordion &gt; .section &gt; [data-section-title] a, .section-container.accordion &gt; .section &gt; .title a, .section-container.accordion &gt; [data-section-region] &gt; [data-section-title] a, .section-container.accordion &gt; [data-section-region] &gt; .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] &gt; section &gt; [data-section-content], [data-section=''] &gt; section &gt; .content, [data-section=''] &gt; .section &gt; [data-section-content], [data-section=''] &gt; .section &gt; .content, [data-section=''] &gt; [data-section-region] &gt; [data-section-content], [data-section=''] &gt; [data-section-region] &gt; .content, [data-section='auto'] &gt; section &gt; [data-section-content], [data-section='auto'] &gt; section &gt; .content, [data-section='auto'] &gt; .section &gt; [data-section-content], [data-section='auto'] &gt; .section &gt; .content, [data-section='auto'] &gt; [data-section-region] &gt; [data-section-content], [data-section='auto'] &gt; [data-section-region] &gt; .content, .section-container.auto &gt; section &gt; [data-section-content], .section-container.auto &gt; section &gt; .content, .section-container.auto &gt; .section &gt; [data-section-content], .section-container.auto &gt; .section &gt; .content, .section-container.auto &gt; [data-section-region] &gt; [data-section-content], .section-container.auto &gt; [data-section-region] &gt; .content,
    [data-section='vertical-tabs'] &gt; section &gt; [data-section-content],
    [data-section='vertical-tabs'] &gt; section &gt; .content,
    [data-section='vertical-tabs'] &gt; .section &gt; [data-section-content],
    [data-section='vertical-tabs'] &gt; .section &gt; .content,
    [data-section='vertical-tabs'] &gt; [data-section-region] &gt; [data-section-content],
    [data-section='vertical-tabs'] &gt; [data-section-region] &gt; .content, .section-container.vertical-tabs &gt; section &gt; [data-section-content], .section-container.vertical-tabs &gt; section &gt; .content, .section-container.vertical-tabs &gt; .section &gt; [data-section-content], .section-container.vertical-tabs &gt; .section &gt; .content, .section-container.vertical-tabs &gt; [data-section-region] &gt; [data-section-content], .section-container.vertical-tabs &gt; [data-section-region] &gt; .content,
    [data-section='vertical-nav'] &gt; section &gt; [data-section-content],
    [data-section='vertical-nav'] &gt; section &gt; .content,
    [data-section='vertical-nav'] &gt; .section &gt; [data-section-content],
    [data-section='vertical-nav'] &gt; .section &gt; .content,
    [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-content],
    [data-section='vertical-nav'] &gt; [data-section-region] &gt; .content, .section-container.vertical-nav &gt; section &gt; [data-section-content], .section-container.vertical-nav &gt; section &gt; .content, .section-container.vertical-nav &gt; .section &gt; [data-section-content], .section-container.vertical-nav &gt; .section &gt; .content, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-content], .section-container.vertical-nav &gt; [data-section-region] &gt; .content,
    [data-section='horizontal-nav'] &gt; section &gt; [data-section-content],
    [data-section='horizontal-nav'] &gt; section &gt; .content,
    [data-section='horizontal-nav'] &gt; .section &gt; [data-section-content],
    [data-section='horizontal-nav'] &gt; .section &gt; .content,
    [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-content],
    [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .content, .section-container.horizontal-nav &gt; section &gt; [data-section-content], .section-container.horizontal-nav &gt; section &gt; .content, .section-container.horizontal-nav &gt; .section &gt; [data-section-content], .section-container.horizontal-nav &gt; .section &gt; .content, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-content], .section-container.horizontal-nav &gt; [data-section-region] &gt; .content,
    [data-section='accordion'] &gt; section &gt; [data-section-content],
    [data-section='accordion'] &gt; section &gt; .content,
    [data-section='accordion'] &gt; .section &gt; [data-section-content],
    [data-section='accordion'] &gt; .section &gt; .content,
    [data-section='accordion'] &gt; [data-section-region] &gt; [data-section-content],
    [data-section='accordion'] &gt; [data-section-region] &gt; .content, .section-container.accordion &gt; section &gt; [data-section-content], .section-container.accordion &gt; section &gt; .content, .section-container.accordion &gt; .section &gt; [data-section-content], .section-container.accordion &gt; .section &gt; .content, .section-container.accordion &gt; [data-section-region] &gt; [data-section-content], .section-container.accordion &gt; [data-section-region] &gt; .content {
      display: none; }
    [data-section=''] &gt; section.active &gt; [data-section-content], [data-section=''] &gt; section.active &gt; .content, [data-section=''] &gt; .section.active &gt; [data-section-content], [data-section=''] &gt; .section.active &gt; .content, [data-section=''] &gt; [data-section-region].active &gt; [data-section-content], [data-section=''] &gt; [data-section-region].active &gt; .content, [data-section='auto'] &gt; section.active &gt; [data-section-content], [data-section='auto'] &gt; section.active &gt; .content, [data-section='auto'] &gt; .section.active &gt; [data-section-content], [data-section='auto'] &gt; .section.active &gt; .content, [data-section='auto'] &gt; [data-section-region].active &gt; [data-section-content], [data-section='auto'] &gt; [data-section-region].active &gt; .content, .section-container.auto &gt; section.active &gt; [data-section-content], .section-container.auto &gt; section.active &gt; .content, .section-container.auto &gt; .section.active &gt; [data-section-content], .section-container.auto &gt; .section.active &gt; .content, .section-container.auto &gt; [data-section-region].active &gt; [data-section-content], .section-container.auto &gt; [data-section-region].active &gt; .content,
    [data-section='vertical-tabs'] &gt; section.active &gt; [data-section-content],
    [data-section='vertical-tabs'] &gt; section.active &gt; .content,
    [data-section='vertical-tabs'] &gt; .section.active &gt; [data-section-content],
    [data-section='vertical-tabs'] &gt; .section.active &gt; .content,
    [data-section='vertical-tabs'] &gt; [data-section-region].active &gt; [data-section-content],
    [data-section='vertical-tabs'] &gt; [data-section-region].active &gt; .content, .section-container.vertical-tabs &gt; section.active &gt; [data-section-content], .section-container.vertical-tabs &gt; section.active &gt; .content, .section-container.vertical-tabs &gt; .section.active &gt; [data-section-content], .section-container.vertical-tabs &gt; .section.active &gt; .content, .section-container.vertical-tabs &gt; [data-section-region].active &gt; [data-section-content], .section-container.vertical-tabs &gt; [data-section-region].active &gt; .content,
    [data-section='vertical-nav'] &gt; section.active &gt; [data-section-content],
    [data-section='vertical-nav'] &gt; section.active &gt; .content,
    [data-section='vertical-nav'] &gt; .section.active &gt; [data-section-content],
    [data-section='vertical-nav'] &gt; .section.active &gt; .content,
    [data-section='vertical-nav'] &gt; [data-section-region].active &gt; [data-section-content],
    [data-section='vertical-nav'] &gt; [data-section-region].active &gt; .content, .section-container.vertical-nav &gt; section.active &gt; [data-section-content], .section-container.vertical-nav &gt; section.active &gt; .content, .section-container.vertical-nav &gt; .section.active &gt; [data-section-content], .section-container.vertical-nav &gt; .section.active &gt; .content, .section-container.vertical-nav &gt; [data-section-region].active &gt; [data-section-content], .section-container.vertical-nav &gt; [data-section-region].active &gt; .content,
    [data-section='horizontal-nav'] &gt; section.active &gt; [data-section-content],
    [data-section='horizontal-nav'] &gt; section.active &gt; .content,
    [data-section='horizontal-nav'] &gt; .section.active &gt; [data-section-content],
    [data-section='horizontal-nav'] &gt; .section.active &gt; .content,
    [data-section='horizontal-nav'] &gt; [data-section-region].active &gt; [data-section-content],
    [data-section='horizontal-nav'] &gt; [data-section-region].active &gt; .content, .section-container.horizontal-nav &gt; section.active &gt; [data-section-content], .section-container.horizontal-nav &gt; section.active &gt; .content, .section-container.horizontal-nav &gt; .section.active &gt; [data-section-content], .section-container.horizontal-nav &gt; .section.active &gt; .content, .section-container.horizontal-nav &gt; [data-section-region].active &gt; [data-section-content], .section-container.horizontal-nav &gt; [data-section-region].active &gt; .content,
    [data-section='accordion'] &gt; section.active &gt; [data-section-content],
    [data-section='accordion'] &gt; section.active &gt; .content,
    [data-section='accordion'] &gt; .section.active &gt; [data-section-content],
    [data-section='accordion'] &gt; .section.active &gt; .content,
    [data-section='accordion'] &gt; [data-section-region].active &gt; [data-section-content],
    [data-section='accordion'] &gt; [data-section-region].active &gt; .content, .section-container.accordion &gt; section.active &gt; [data-section-content], .section-container.accordion &gt; section.active &gt; .content, .section-container.accordion &gt; .section.active &gt; [data-section-content], .section-container.accordion &gt; .section.active &gt; .content, .section-container.accordion &gt; [data-section-region].active &gt; [data-section-content], .section-container.accordion &gt; [data-section-region].active &gt; .content {
      display: block; }
    [data-section=''] &gt; section:not(.active), [data-section=''] &gt; .section:not(.active), [data-section=''] &gt; [data-section-region]:not(.active), [data-section='auto'] &gt; section:not(.active), [data-section='auto'] &gt; .section:not(.active), [data-section='auto'] &gt; [data-section-region]:not(.active), .section-container.auto &gt; section:not(.active), .section-container.auto &gt; .section:not(.active), .section-container.auto &gt; [data-section-region]:not(.active),
    [data-section='vertical-tabs'] &gt; section:not(.active),
    [data-section='vertical-tabs'] &gt; .section:not(.active),
    [data-section='vertical-tabs'] &gt; [data-section-region]:not(.active), .section-container.vertical-tabs &gt; section:not(.active), .section-container.vertical-tabs &gt; .section:not(.active), .section-container.vertical-tabs &gt; [data-section-region]:not(.active),
    [data-section='vertical-nav'] &gt; section:not(.active),
    [data-section='vertical-nav'] &gt; .section:not(.active),
    [data-section='vertical-nav'] &gt; [data-section-region]:not(.active), .section-container.vertical-nav &gt; section:not(.active), .section-container.vertical-nav &gt; .section:not(.active), .section-container.vertical-nav &gt; [data-section-region]:not(.active),
    [data-section='horizontal-nav'] &gt; section:not(.active),
    [data-section='horizontal-nav'] &gt; .section:not(.active),
    [data-section='horizontal-nav'] &gt; [data-section-region]:not(.active), .section-container.horizontal-nav &gt; section:not(.active), .section-container.horizontal-nav &gt; .section:not(.active), .section-container.horizontal-nav &gt; [data-section-region]:not(.active),
    [data-section='accordion'] &gt; section:not(.active),
    [data-section='accordion'] &gt; .section:not(.active),
    [data-section='accordion'] &gt; [data-section-region]:not(.active), .section-container.accordion &gt; section:not(.active), .section-container.accordion &gt; .section:not(.active), .section-container.accordion &gt; [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] &gt; section &gt; [data-section-title], [data-section=''] &gt; section &gt; .title, [data-section=''] &gt; .section &gt; [data-section-title], [data-section=''] &gt; .section &gt; .title, [data-section=''] &gt; [data-section-region] &gt; [data-section-title], [data-section=''] &gt; [data-section-region] &gt; .title, [data-section='auto'] &gt; section &gt; [data-section-title], [data-section='auto'] &gt; section &gt; .title, [data-section='auto'] &gt; .section &gt; [data-section-title], [data-section='auto'] &gt; .section &gt; .title, [data-section='auto'] &gt; [data-section-region] &gt; [data-section-title], [data-section='auto'] &gt; [data-section-region] &gt; .title, .section-container.auto &gt; section &gt; [data-section-title], .section-container.auto &gt; section &gt; .title, .section-container.auto &gt; .section &gt; [data-section-title], .section-container.auto &gt; .section &gt; .title, .section-container.auto &gt; [data-section-region] &gt; [data-section-title], .section-container.auto &gt; [data-section-region] &gt; .title,
    [data-section='vertical-tabs'] &gt; section &gt; [data-section-title],
    [data-section='vertical-tabs'] &gt; section &gt; .title,
    [data-section='vertical-tabs'] &gt; .section &gt; [data-section-title],
    [data-section='vertical-tabs'] &gt; .section &gt; .title,
    [data-section='vertical-tabs'] &gt; [data-section-region] &gt; [data-section-title],
    [data-section='vertical-tabs'] &gt; [data-section-region] &gt; .title, .section-container.vertical-tabs &gt; section &gt; [data-section-title], .section-container.vertical-tabs &gt; section &gt; .title, .section-container.vertical-tabs &gt; .section &gt; [data-section-title], .section-container.vertical-tabs &gt; .section &gt; .title, .section-container.vertical-tabs &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-tabs &gt; [data-section-region] &gt; .title,
    [data-section='vertical-nav'] &gt; section &gt; [data-section-title],
    [data-section='vertical-nav'] &gt; section &gt; .title,
    [data-section='vertical-nav'] &gt; .section &gt; [data-section-title],
    [data-section='vertical-nav'] &gt; .section &gt; .title,
    [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-title],
    [data-section='vertical-nav'] &gt; [data-section-region] &gt; .title, .section-container.vertical-nav &gt; section &gt; [data-section-title], .section-container.vertical-nav &gt; section &gt; .title, .section-container.vertical-nav &gt; .section &gt; [data-section-title], .section-container.vertical-nav &gt; .section &gt; .title, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-nav &gt; [data-section-region] &gt; .title,
    [data-section='horizontal-nav'] &gt; section &gt; [data-section-title],
    [data-section='horizontal-nav'] &gt; section &gt; .title,
    [data-section='horizontal-nav'] &gt; .section &gt; [data-section-title],
    [data-section='horizontal-nav'] &gt; .section &gt; .title,
    [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-title],
    [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .title, .section-container.horizontal-nav &gt; section &gt; [data-section-title], .section-container.horizontal-nav &gt; section &gt; .title, .section-container.horizontal-nav &gt; .section &gt; [data-section-title], .section-container.horizontal-nav &gt; .section &gt; .title, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-title], .section-container.horizontal-nav &gt; [data-section-region] &gt; .title,
    [data-section='accordion'] &gt; section &gt; [data-section-title],
    [data-section='accordion'] &gt; section &gt; .title,
    [data-section='accordion'] &gt; .section &gt; [data-section-title],
    [data-section='accordion'] &gt; .section &gt; .title,
    [data-section='accordion'] &gt; [data-section-region] &gt; [data-section-title],
    [data-section='accordion'] &gt; [data-section-region] &gt; .title, .section-container.accordion &gt; section &gt; [data-section-title], .section-container.accordion &gt; section &gt; .title, .section-container.accordion &gt; .section &gt; [data-section-title], .section-container.accordion &gt; .section &gt; .title, .section-container.accordion &gt; [data-section-region] &gt; [data-section-title], .section-container.accordion &gt; [data-section-region] &gt; .title {
      width: 100%; }

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc; }
  .section-container.auto &gt; section &gt; .title, .section-container.auto &gt; .section &gt; .title,
  .section-container.vertical-tabs &gt; section &gt; .title,
  .section-container.vertical-tabs &gt; .section &gt; .title,
  .section-container.vertical-nav &gt; section &gt; .title,
  .section-container.vertical-nav &gt; .section &gt; .title,
  .section-container.horizontal-nav &gt; section &gt; .title,
  .section-container.horizontal-nav &gt; .section &gt; .title,
  .section-container.accordion &gt; section &gt; .title,
  .section-container.accordion &gt; .section &gt; .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .section-container.auto &gt; section &gt; .title a, .section-container.auto &gt; .section &gt; .title a,
    .section-container.vertical-tabs &gt; section &gt; .title a,
    .section-container.vertical-tabs &gt; .section &gt; .title a,
    .section-container.vertical-nav &gt; section &gt; .title a,
    .section-container.vertical-nav &gt; .section &gt; .title a,
    .section-container.horizontal-nav &gt; section &gt; .title a,
    .section-container.horizontal-nav &gt; .section &gt; .title a,
    .section-container.accordion &gt; section &gt; .title a,
    .section-container.accordion &gt; .section &gt; .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .section-container.auto &gt; section &gt; .title:hover, .section-container.auto &gt; .section &gt; .title:hover,
    .section-container.vertical-tabs &gt; section &gt; .title:hover,
    .section-container.vertical-tabs &gt; .section &gt; .title:hover,
    .section-container.vertical-nav &gt; section &gt; .title:hover,
    .section-container.vertical-nav &gt; .section &gt; .title:hover,
    .section-container.horizontal-nav &gt; section &gt; .title:hover,
    .section-container.horizontal-nav &gt; .section &gt; .title:hover,
    .section-container.accordion &gt; section &gt; .title:hover,
    .section-container.accordion &gt; .section &gt; .title:hover {
      background-color: #e2e2e2; }
  .section-container.auto &gt; section &gt; .content, .section-container.auto &gt; .section &gt; .content,
  .section-container.vertical-tabs &gt; section &gt; .content,
  .section-container.vertical-tabs &gt; .section &gt; .content,
  .section-container.vertical-nav &gt; section &gt; .content,
  .section-container.vertical-nav &gt; .section &gt; .content,
  .section-container.horizontal-nav &gt; section &gt; .content,
  .section-container.horizontal-nav &gt; .section &gt; .content,
  .section-container.accordion &gt; section &gt; .content,
  .section-container.accordion &gt; .section &gt; .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .section-container.auto &gt; section &gt; .content &gt; *:last-child, .section-container.auto &gt; .section &gt; .content &gt; *:last-child,
    .section-container.vertical-tabs &gt; section &gt; .content &gt; *:last-child,
    .section-container.vertical-tabs &gt; .section &gt; .content &gt; *:last-child,
    .section-container.vertical-nav &gt; section &gt; .content &gt; *:last-child,
    .section-container.vertical-nav &gt; .section &gt; .content &gt; *:last-child,
    .section-container.horizontal-nav &gt; section &gt; .content &gt; *:last-child,
    .section-container.horizontal-nav &gt; .section &gt; .content &gt; *:last-child,
    .section-container.accordion &gt; section &gt; .content &gt; *:last-child,
    .section-container.accordion &gt; .section &gt; .content &gt; *:last-child {
      margin-bottom: 0; }
    .section-container.auto &gt; section &gt; .content &gt; *:first-child, .section-container.auto &gt; .section &gt; .content &gt; *:first-child,
    .section-container.vertical-tabs &gt; section &gt; .content &gt; *:first-child,
    .section-container.vertical-tabs &gt; .section &gt; .content &gt; *:first-child,
    .section-container.vertical-nav &gt; section &gt; .content &gt; *:first-child,
    .section-container.vertical-nav &gt; .section &gt; .content &gt; *:first-child,
    .section-container.horizontal-nav &gt; section &gt; .content &gt; *:first-child,
    .section-container.horizontal-nav &gt; .section &gt; .content &gt; *:first-child,
    .section-container.accordion &gt; section &gt; .content &gt; *:first-child,
    .section-container.accordion &gt; .section &gt; .content &gt; *:first-child {
      padding-top: 0; }
    .section-container.auto &gt; section &gt; .content &gt; *:last-child:not(.flex-video), .section-container.auto &gt; .section &gt; .content &gt; *:last-child:not(.flex-video),
    .section-container.vertical-tabs &gt; section &gt; .content &gt; *:last-child:not(.flex-video),
    .section-container.vertical-tabs &gt; .section &gt; .content &gt; *:last-child:not(.flex-video),
    .section-container.vertical-nav &gt; section &gt; .content &gt; *:last-child:not(.flex-video),
    .section-container.vertical-nav &gt; .section &gt; .content &gt; *:last-child:not(.flex-video),
    .section-container.horizontal-nav &gt; section &gt; .content &gt; *:last-child:not(.flex-video),
    .section-container.horizontal-nav &gt; .section &gt; .content &gt; *:last-child:not(.flex-video),
    .section-container.accordion &gt; section &gt; .content &gt; *:last-child:not(.flex-video),
    .section-container.accordion &gt; .section &gt; .content &gt; *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.auto &gt; section.active &gt; .title, .section-container.auto &gt; .section.active &gt; .title,
  .section-container.vertical-tabs &gt; section.active &gt; .title,
  .section-container.vertical-tabs &gt; .section.active &gt; .title,
  .section-container.vertical-nav &gt; section.active &gt; .title,
  .section-container.vertical-nav &gt; .section.active &gt; .title,
  .section-container.horizontal-nav &gt; section.active &gt; .title,
  .section-container.horizontal-nav &gt; .section.active &gt; .title,
  .section-container.accordion &gt; section.active &gt; .title,
  .section-container.accordion &gt; .section.active &gt; .title {
    background: #d5d5d5; }
    .section-container.auto &gt; section.active &gt; .title a, .section-container.auto &gt; .section.active &gt; .title a,
    .section-container.vertical-tabs &gt; section.active &gt; .title a,
    .section-container.vertical-tabs &gt; .section.active &gt; .title a,
    .section-container.vertical-nav &gt; section.active &gt; .title a,
    .section-container.vertical-nav &gt; .section.active &gt; .title a,
    .section-container.horizontal-nav &gt; section.active &gt; .title a,
    .section-container.horizontal-nav &gt; .section.active &gt; .title a,
    .section-container.accordion &gt; section.active &gt; .title a,
    .section-container.accordion &gt; .section.active &gt; .title a {
      color: #333333; }
  .section-container.auto &gt; section:not(.active), .section-container.auto &gt; .section:not(.active),
  .section-container.vertical-tabs &gt; section:not(.active),
  .section-container.vertical-tabs &gt; .section:not(.active),
  .section-container.vertical-nav &gt; section:not(.active),
  .section-container.vertical-nav &gt; .section:not(.active),
  .section-container.horizontal-nav &gt; section:not(.active),
  .section-container.horizontal-nav &gt; .section:not(.active),
  .section-container.accordion &gt; section:not(.active),
  .section-container.accordion &gt; .section:not(.active) {
    padding: 0 !important; }
  .section-container.auto &gt; section &gt; .title, .section-container.auto &gt; .section &gt; .title,
  .section-container.vertical-tabs &gt; section &gt; .title,
  .section-container.vertical-tabs &gt; .section &gt; .title,
  .section-container.vertical-nav &gt; section &gt; .title,
  .section-container.vertical-nav &gt; .section &gt; .title,
  .section-container.horizontal-nav &gt; section &gt; .title,
  .section-container.horizontal-nav &gt; .section &gt; .title,
  .section-container.accordion &gt; section &gt; .title,
  .section-container.accordion &gt; .section &gt; .title {
    border-top: none; }

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  [data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden; }
  [data-section='tabs'] &gt; section &gt; [data-section-title], [data-section='tabs'] &gt; section &gt; .title, [data-section='tabs'] &gt; .section &gt; [data-section-title], [data-section='tabs'] &gt; .section &gt; .title, [data-section='tabs'] &gt; [data-section-region] &gt; [data-section-title], [data-section='tabs'] &gt; [data-section-region] &gt; .title, .section-container.tabs &gt; section &gt; [data-section-title], .section-container.tabs &gt; section &gt; .title, .section-container.tabs &gt; .section &gt; [data-section-title], .section-container.tabs &gt; .section &gt; .title, .section-container.tabs &gt; [data-section-region] &gt; [data-section-title], .section-container.tabs &gt; [data-section-region] &gt; .title {
    margin-bottom: 0; }
    [data-section='tabs'] &gt; section &gt; [data-section-title] a, [data-section='tabs'] &gt; section &gt; .title a, [data-section='tabs'] &gt; .section &gt; [data-section-title] a, [data-section='tabs'] &gt; .section &gt; .title a, [data-section='tabs'] &gt; [data-section-region] &gt; [data-section-title] a, [data-section='tabs'] &gt; [data-section-region] &gt; .title a, .section-container.tabs &gt; section &gt; [data-section-title] a, .section-container.tabs &gt; section &gt; .title a, .section-container.tabs &gt; .section &gt; [data-section-title] a, .section-container.tabs &gt; .section &gt; .title a, .section-container.tabs &gt; [data-section-region] &gt; [data-section-title] a, .section-container.tabs &gt; [data-section-region] &gt; .title a {
      width: 100%;
      display: inline-block;
      white-space: nowrap; }
  [data-section='tabs'] &gt; section &gt; [data-section-content], [data-section='tabs'] &gt; section &gt; .content, [data-section='tabs'] &gt; .section &gt; [data-section-content], [data-section='tabs'] &gt; .section &gt; .content, [data-section='tabs'] &gt; [data-section-region] &gt; [data-section-content], [data-section='tabs'] &gt; [data-section-region] &gt; .content, .section-container.tabs &gt; section &gt; [data-section-content], .section-container.tabs &gt; section &gt; .content, .section-container.tabs &gt; .section &gt; [data-section-content], .section-container.tabs &gt; .section &gt; .content, .section-container.tabs &gt; [data-section-region] &gt; [data-section-content], .section-container.tabs &gt; [data-section-region] &gt; .content {
    display: none; }
  [data-section='tabs'] &gt; section.active &gt; [data-section-content], [data-section='tabs'] &gt; section.active &gt; .content, [data-section='tabs'] &gt; .section.active &gt; [data-section-content], [data-section='tabs'] &gt; .section.active &gt; .content, [data-section='tabs'] &gt; [data-section-region].active &gt; [data-section-content], [data-section='tabs'] &gt; [data-section-region].active &gt; .content, .section-container.tabs &gt; section.active &gt; [data-section-content], .section-container.tabs &gt; section.active &gt; .content, .section-container.tabs &gt; .section.active &gt; [data-section-content], .section-container.tabs &gt; .section.active &gt; .content, .section-container.tabs &gt; [data-section-region].active &gt; [data-section-content], .section-container.tabs &gt; [data-section-region].active &gt; .content {
    display: block; }
  [data-section='tabs'] &gt; section:not(.active), [data-section='tabs'] &gt; .section:not(.active), [data-section='tabs'] &gt; [data-section-region]:not(.active), .section-container.tabs &gt; section:not(.active), .section-container.tabs &gt; .section:not(.active), .section-container.tabs &gt; [data-section-region]:not(.active) {
    padding: 0 !important; }
  [data-section='tabs'] &gt; section &gt; [data-section-title], [data-section='tabs'] &gt; section &gt; .title, [data-section='tabs'] &gt; .section &gt; [data-section-title], [data-section='tabs'] &gt; .section &gt; .title, [data-section='tabs'] &gt; [data-section-region] &gt; [data-section-title], [data-section='tabs'] &gt; [data-section-region] &gt; .title, .section-container.tabs &gt; section &gt; [data-section-title], .section-container.tabs &gt; section &gt; .title, .section-container.tabs &gt; .section &gt; [data-section-title], .section-container.tabs &gt; .section &gt; .title, .section-container.tabs &gt; [data-section-region] &gt; [data-section-title], .section-container.tabs &gt; [data-section-region] &gt; .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }

.section-container.tabs {
  border: none; }
  .section-container.tabs &gt; section &gt; .title, .section-container.tabs &gt; .section &gt; .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .section-container.tabs &gt; section &gt; .title a, .section-container.tabs &gt; .section &gt; .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .section-container.tabs &gt; section &gt; .title:hover, .section-container.tabs &gt; .section &gt; .title:hover {
      background-color: #e2e2e2; }
  .section-container.tabs &gt; section &gt; .content, .section-container.tabs &gt; .section &gt; .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .section-container.tabs &gt; section &gt; .content &gt; *:last-child, .section-container.tabs &gt; .section &gt; .content &gt; *:last-child {
      margin-bottom: 0; }
    .section-container.tabs &gt; section &gt; .content &gt; *:first-child, .section-container.tabs &gt; .section &gt; .content &gt; *:first-child {
      padding-top: 0; }
    .section-container.tabs &gt; section &gt; .content &gt; *:last-child:not(.flex-video), .section-container.tabs &gt; .section &gt; .content &gt; *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.tabs &gt; section.active &gt; .title, .section-container.tabs &gt; .section.active &gt; .title {
    background: white; }
    .section-container.tabs &gt; section.active &gt; .title a, .section-container.tabs &gt; .section.active &gt; .title a {
      color: #333333; }
  .section-container.tabs &gt; section:not(.active), .section-container.tabs &gt; .section:not(.active) {
    padding: 0 !important; }
  .section-container.tabs &gt; section.active &gt; .title, .section-container.tabs &gt; .section.active &gt; .title {
    border-bottom: 0; }

@media only screen and (min-width: 768px) {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section=''] &gt; section &gt; [data-section-title], [data-section=''] &gt; section &gt; .title, [data-section=''] &gt; .section &gt; [data-section-title], [data-section=''] &gt; .section &gt; .title, [data-section=''] &gt; [data-section-region] &gt; [data-section-title], [data-section=''] &gt; [data-section-region] &gt; .title, [data-section='auto'] &gt; section &gt; [data-section-title], [data-section='auto'] &gt; section &gt; .title, [data-section='auto'] &gt; .section &gt; [data-section-title], [data-section='auto'] &gt; .section &gt; .title, [data-section='auto'] &gt; [data-section-region] &gt; [data-section-title], [data-section='auto'] &gt; [data-section-region] &gt; .title, .section-container.auto &gt; section &gt; [data-section-title], .section-container.auto &gt; section &gt; .title, .section-container.auto &gt; .section &gt; [data-section-title], .section-container.auto &gt; .section &gt; .title, .section-container.auto &gt; [data-section-region] &gt; [data-section-title], .section-container.auto &gt; [data-section-region] &gt; .title {
      margin-bottom: 0; }
      [data-section=''] &gt; section &gt; [data-section-title] a, [data-section=''] &gt; section &gt; .title a, [data-section=''] &gt; .section &gt; [data-section-title] a, [data-section=''] &gt; .section &gt; .title a, [data-section=''] &gt; [data-section-region] &gt; [data-section-title] a, [data-section=''] &gt; [data-section-region] &gt; .title a, [data-section='auto'] &gt; section &gt; [data-section-title] a, [data-section='auto'] &gt; section &gt; .title a, [data-section='auto'] &gt; .section &gt; [data-section-title] a, [data-section='auto'] &gt; .section &gt; .title a, [data-section='auto'] &gt; [data-section-region] &gt; [data-section-title] a, [data-section='auto'] &gt; [data-section-region] &gt; .title a, .section-container.auto &gt; section &gt; [data-section-title] a, .section-container.auto &gt; section &gt; .title a, .section-container.auto &gt; .section &gt; [data-section-title] a, .section-container.auto &gt; .section &gt; .title a, .section-container.auto &gt; [data-section-region] &gt; [data-section-title] a, .section-container.auto &gt; [data-section-region] &gt; .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] &gt; section &gt; [data-section-content], [data-section=''] &gt; section &gt; .content, [data-section=''] &gt; .section &gt; [data-section-content], [data-section=''] &gt; .section &gt; .content, [data-section=''] &gt; [data-section-region] &gt; [data-section-content], [data-section=''] &gt; [data-section-region] &gt; .content, [data-section='auto'] &gt; section &gt; [data-section-content], [data-section='auto'] &gt; section &gt; .content, [data-section='auto'] &gt; .section &gt; [data-section-content], [data-section='auto'] &gt; .section &gt; .content, [data-section='auto'] &gt; [data-section-region] &gt; [data-section-content], [data-section='auto'] &gt; [data-section-region] &gt; .content, .section-container.auto &gt; section &gt; [data-section-content], .section-container.auto &gt; section &gt; .content, .section-container.auto &gt; .section &gt; [data-section-content], .section-container.auto &gt; .section &gt; .content, .section-container.auto &gt; [data-section-region] &gt; [data-section-content], .section-container.auto &gt; [data-section-region] &gt; .content {
      display: none; }
    [data-section=''] &gt; section.active &gt; [data-section-content], [data-section=''] &gt; section.active &gt; .content, [data-section=''] &gt; .section.active &gt; [data-section-content], [data-section=''] &gt; .section.active &gt; .content, [data-section=''] &gt; [data-section-region].active &gt; [data-section-content], [data-section=''] &gt; [data-section-region].active &gt; .content, [data-section='auto'] &gt; section.active &gt; [data-section-content], [data-section='auto'] &gt; section.active &gt; .content, [data-section='auto'] &gt; .section.active &gt; [data-section-content], [data-section='auto'] &gt; .section.active &gt; .content, [data-section='auto'] &gt; [data-section-region].active &gt; [data-section-content], [data-section='auto'] &gt; [data-section-region].active &gt; .content, .section-container.auto &gt; section.active &gt; [data-section-content], .section-container.auto &gt; section.active &gt; .content, .section-container.auto &gt; .section.active &gt; [data-section-content], .section-container.auto &gt; .section.active &gt; .content, .section-container.auto &gt; [data-section-region].active &gt; [data-section-content], .section-container.auto &gt; [data-section-region].active &gt; .content {
      display: block; }
    [data-section=''] &gt; section:not(.active), [data-section=''] &gt; .section:not(.active), [data-section=''] &gt; [data-section-region]:not(.active), [data-section='auto'] &gt; section:not(.active), [data-section='auto'] &gt; .section:not(.active), [data-section='auto'] &gt; [data-section-region]:not(.active), .section-container.auto &gt; section:not(.active), .section-container.auto &gt; .section:not(.active), .section-container.auto &gt; [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] &gt; section &gt; [data-section-title], [data-section=''] &gt; section &gt; .title, [data-section=''] &gt; .section &gt; [data-section-title], [data-section=''] &gt; .section &gt; .title, [data-section=''] &gt; [data-section-region] &gt; [data-section-title], [data-section=''] &gt; [data-section-region] &gt; .title, [data-section='auto'] &gt; section &gt; [data-section-title], [data-section='auto'] &gt; section &gt; .title, [data-section='auto'] &gt; .section &gt; [data-section-title], [data-section='auto'] &gt; .section &gt; .title, [data-section='auto'] &gt; [data-section-region] &gt; [data-section-title], [data-section='auto'] &gt; [data-section-region] &gt; .title, .section-container.auto &gt; section &gt; [data-section-title], .section-container.auto &gt; section &gt; .title, .section-container.auto &gt; .section &gt; [data-section-title], .section-container.auto &gt; .section &gt; .title, .section-container.auto &gt; [data-section-region] &gt; [data-section-title], .section-container.auto &gt; [data-section-region] &gt; .title {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }

  .section-container.auto {
    border: none; }
    .section-container.auto &gt; section &gt; .title, .section-container.auto &gt; .section &gt; .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.auto &gt; section &gt; .title a, .section-container.auto &gt; .section &gt; .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.auto &gt; section &gt; .title:hover, .section-container.auto &gt; .section &gt; .title:hover {
        background-color: #e2e2e2; }
    .section-container.auto &gt; section &gt; .content, .section-container.auto &gt; .section &gt; .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.auto &gt; section &gt; .content &gt; *:last-child, .section-container.auto &gt; .section &gt; .content &gt; *:last-child {
        margin-bottom: 0; }
      .section-container.auto &gt; section &gt; .content &gt; *:first-child, .section-container.auto &gt; .section &gt; .content &gt; *:first-child {
        padding-top: 0; }
      .section-container.auto &gt; section &gt; .content &gt; *:last-child:not(.flex-video), .section-container.auto &gt; .section &gt; .content &gt; *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.auto &gt; section.active &gt; .title, .section-container.auto &gt; .section.active &gt; .title {
      background: white; }
      .section-container.auto &gt; section.active &gt; .title a, .section-container.auto &gt; .section.active &gt; .title a {
        color: #333333; }
    .section-container.auto &gt; section:not(.active), .section-container.auto &gt; .section:not(.active) {
      padding: 0 !important; }
    .section-container.auto &gt; section.active &gt; .title, .section-container.auto &gt; .section.active &gt; .title {
      border-bottom: 0; }

  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-tabs'][data-section-small-style] &gt; [data-section-region], [data-section='vertical-tabs'][data-section-small-style] &gt; section, [data-section='vertical-tabs'][data-section-small-style] &gt; .section, .section-container.vertical-tabs[data-section-small-style] &gt; [data-section-region], .section-container.vertical-tabs[data-section-small-style] &gt; section, .section-container.vertical-tabs[data-section-small-style] &gt; .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-tabs'][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], [data-section='vertical-tabs'][data-section-small-style] &gt; [data-section-region] &gt; .title, [data-section='vertical-tabs'][data-section-small-style] &gt; section &gt; [data-section-title], [data-section='vertical-tabs'][data-section-small-style] &gt; section &gt; .title, [data-section='vertical-tabs'][data-section-small-style] &gt; .section &gt; [data-section-title], [data-section='vertical-tabs'][data-section-small-style] &gt; .section &gt; .title, .section-container.vertical-tabs[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-tabs[data-section-small-style] &gt; [data-section-region] &gt; .title, .section-container.vertical-tabs[data-section-small-style] &gt; section &gt; [data-section-title], .section-container.vertical-tabs[data-section-small-style] &gt; section &gt; .title, .section-container.vertical-tabs[data-section-small-style] &gt; .section &gt; [data-section-title], .section-container.vertical-tabs[data-section-small-style] &gt; .section &gt; .title {
          width: 100% !important; }
    [data-section='vertical-tabs'] &gt; section &gt; [data-section-title], [data-section='vertical-tabs'] &gt; section &gt; .title, [data-section='vertical-tabs'] &gt; .section &gt; [data-section-title], [data-section='vertical-tabs'] &gt; .section &gt; .title, [data-section='vertical-tabs'] &gt; [data-section-region] &gt; [data-section-title], [data-section='vertical-tabs'] &gt; [data-section-region] &gt; .title, .section-container.vertical-tabs &gt; section &gt; [data-section-title], .section-container.vertical-tabs &gt; section &gt; .title, .section-container.vertical-tabs &gt; .section &gt; [data-section-title], .section-container.vertical-tabs &gt; .section &gt; .title, .section-container.vertical-tabs &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-tabs &gt; [data-section-region] &gt; .title {
      margin-bottom: 0; }
      [data-section='vertical-tabs'] &gt; section &gt; [data-section-title] a, [data-section='vertical-tabs'] &gt; section &gt; .title a, [data-section='vertical-tabs'] &gt; .section &gt; [data-section-title] a, [data-section='vertical-tabs'] &gt; .section &gt; .title a, [data-section='vertical-tabs'] &gt; [data-section-region] &gt; [data-section-title] a, [data-section='vertical-tabs'] &gt; [data-section-region] &gt; .title a, .section-container.vertical-tabs &gt; section &gt; [data-section-title] a, .section-container.vertical-tabs &gt; section &gt; .title a, .section-container.vertical-tabs &gt; .section &gt; [data-section-title] a, .section-container.vertical-tabs &gt; .section &gt; .title a, .section-container.vertical-tabs &gt; [data-section-region] &gt; [data-section-title] a, .section-container.vertical-tabs &gt; [data-section-region] &gt; .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section='vertical-tabs'] &gt; section &gt; [data-section-content], [data-section='vertical-tabs'] &gt; section &gt; .content, [data-section='vertical-tabs'] &gt; .section &gt; [data-section-content], [data-section='vertical-tabs'] &gt; .section &gt; .content, [data-section='vertical-tabs'] &gt; [data-section-region] &gt; [data-section-content], [data-section='vertical-tabs'] &gt; [data-section-region] &gt; .content, .section-container.vertical-tabs &gt; section &gt; [data-section-content], .section-container.vertical-tabs &gt; section &gt; .content, .section-container.vertical-tabs &gt; .section &gt; [data-section-content], .section-container.vertical-tabs &gt; .section &gt; .content, .section-container.vertical-tabs &gt; [data-section-region] &gt; [data-section-content], .section-container.vertical-tabs &gt; [data-section-region] &gt; .content {
      display: none; }
    [data-section='vertical-tabs'] &gt; section.active &gt; [data-section-content], [data-section='vertical-tabs'] &gt; section.active &gt; .content, [data-section='vertical-tabs'] &gt; .section.active &gt; [data-section-content], [data-section='vertical-tabs'] &gt; .section.active &gt; .content, [data-section='vertical-tabs'] &gt; [data-section-region].active &gt; [data-section-content], [data-section='vertical-tabs'] &gt; [data-section-region].active &gt; .content, .section-container.vertical-tabs &gt; section.active &gt; [data-section-content], .section-container.vertical-tabs &gt; section.active &gt; .content, .section-container.vertical-tabs &gt; .section.active &gt; [data-section-content], .section-container.vertical-tabs &gt; .section.active &gt; .content, .section-container.vertical-tabs &gt; [data-section-region].active &gt; [data-section-content], .section-container.vertical-tabs &gt; [data-section-region].active &gt; .content {
      display: block; }
    [data-section='vertical-tabs'] &gt; section:not(.active), [data-section='vertical-tabs'] &gt; .section:not(.active), [data-section='vertical-tabs'] &gt; [data-section-region]:not(.active), .section-container.vertical-tabs &gt; section:not(.active), .section-container.vertical-tabs &gt; .section:not(.active), .section-container.vertical-tabs &gt; [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section='vertical-tabs'] &gt; section &gt; [data-section-title], [data-section='vertical-tabs'] &gt; section &gt; .title, [data-section='vertical-tabs'] &gt; .section &gt; [data-section-title], [data-section='vertical-tabs'] &gt; .section &gt; .title, [data-section='vertical-tabs'] &gt; [data-section-region] &gt; [data-section-title], [data-section='vertical-tabs'] &gt; [data-section-region] &gt; .title, .section-container.vertical-tabs &gt; section &gt; [data-section-title], .section-container.vertical-tabs &gt; section &gt; .title, .section-container.vertical-tabs &gt; .section &gt; [data-section-title], .section-container.vertical-tabs &gt; .section &gt; .title, .section-container.vertical-tabs &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-tabs &gt; [data-section-region] &gt; .title {
      position: absolute;
      top: 0;
      left: 0;
      width: 12.5em; }
    [data-section='vertical-tabs'] &gt; section.active, [data-section='vertical-tabs'] &gt; .section.active, [data-section='vertical-tabs'] &gt; [data-section-region].active, .section-container.vertical-tabs &gt; section.active, .section-container.vertical-tabs &gt; .section.active, .section-container.vertical-tabs &gt; [data-section-region].active {
      padding-left: 12.5em; }
      [data-section='vertical-tabs'] &gt; section.active &gt; [data-section-title], [data-section='vertical-tabs'] &gt; section.active &gt; .title, [data-section='vertical-tabs'] &gt; .section.active &gt; [data-section-title], [data-section='vertical-tabs'] &gt; .section.active &gt; .title, [data-section='vertical-tabs'] &gt; [data-section-region].active &gt; [data-section-title], [data-section='vertical-tabs'] &gt; [data-section-region].active &gt; .title, .section-container.vertical-tabs &gt; section.active &gt; [data-section-title], .section-container.vertical-tabs &gt; section.active &gt; .title, .section-container.vertical-tabs &gt; .section.active &gt; [data-section-title], .section-container.vertical-tabs &gt; .section.active &gt; .title, .section-container.vertical-tabs &gt; [data-section-region].active &gt; [data-section-title], .section-container.vertical-tabs &gt; [data-section-region].active &gt; .title {
        width: 12.5em; }

  .section-container.vertical-tabs {
    border: none; }
    .section-container.vertical-tabs &gt; section &gt; .title, .section-container.vertical-tabs &gt; .section &gt; .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.vertical-tabs &gt; section &gt; .title a, .section-container.vertical-tabs &gt; .section &gt; .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.vertical-tabs &gt; section &gt; .title:hover, .section-container.vertical-tabs &gt; .section &gt; .title:hover {
        background-color: #e2e2e2; }
    .section-container.vertical-tabs &gt; section &gt; .content, .section-container.vertical-tabs &gt; .section &gt; .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.vertical-tabs &gt; section &gt; .content &gt; *:last-child, .section-container.vertical-tabs &gt; .section &gt; .content &gt; *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-tabs &gt; section &gt; .content &gt; *:first-child, .section-container.vertical-tabs &gt; .section &gt; .content &gt; *:first-child {
        padding-top: 0; }
      .section-container.vertical-tabs &gt; section &gt; .content &gt; *:last-child:not(.flex-video), .section-container.vertical-tabs &gt; .section &gt; .content &gt; *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-tabs &gt; section.active &gt; .title, .section-container.vertical-tabs &gt; .section.active &gt; .title {
      background: #d5d5d5; }
      .section-container.vertical-tabs &gt; section.active &gt; .title a, .section-container.vertical-tabs &gt; .section.active &gt; .title a {
        color: #333333; }
    .section-container.vertical-tabs &gt; section:not(.active), .section-container.vertical-tabs &gt; .section:not(.active) {
      padding: 0 !important; }
    .section-container.vertical-tabs &gt; section.active, .section-container.vertical-tabs &gt; .section.active {
      padding-left: 12.4375em; }
      .section-container.vertical-tabs &gt; section.active &gt; .title, .section-container.vertical-tabs &gt; .section.active &gt; .title {
        background-color: #d5d5d5; }

  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-nav'][data-section-small-style] &gt; [data-section-region], [data-section='vertical-nav'][data-section-small-style] &gt; section, [data-section='vertical-nav'][data-section-small-style] &gt; .section, .section-container.vertical-nav[data-section-small-style] &gt; [data-section-region], .section-container.vertical-nav[data-section-small-style] &gt; section, .section-container.vertical-nav[data-section-small-style] &gt; .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-nav'][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], [data-section='vertical-nav'][data-section-small-style] &gt; [data-section-region] &gt; .title, [data-section='vertical-nav'][data-section-small-style] &gt; section &gt; [data-section-title], [data-section='vertical-nav'][data-section-small-style] &gt; section &gt; .title, [data-section='vertical-nav'][data-section-small-style] &gt; .section &gt; [data-section-title], [data-section='vertical-nav'][data-section-small-style] &gt; .section &gt; .title, .section-container.vertical-nav[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-nav[data-section-small-style] &gt; [data-section-region] &gt; .title, .section-container.vertical-nav[data-section-small-style] &gt; section &gt; [data-section-title], .section-container.vertical-nav[data-section-small-style] &gt; section &gt; .title, .section-container.vertical-nav[data-section-small-style] &gt; .section &gt; [data-section-title], .section-container.vertical-nav[data-section-small-style] &gt; .section &gt; .title {
          width: 100% !important; }
    [data-section='vertical-nav'] &gt; section, [data-section='vertical-nav'] &gt; .section, [data-section='vertical-nav'] &gt; [data-section-region], .section-container.vertical-nav &gt; section, .section-container.vertical-nav &gt; .section, .section-container.vertical-nav &gt; [data-section-region] {
      position: relative;
      display: inline-block; }
      [data-section='vertical-nav'] &gt; section &gt; [data-section-title], [data-section='vertical-nav'] &gt; section &gt; .title, [data-section='vertical-nav'] &gt; .section &gt; [data-section-title], [data-section='vertical-nav'] &gt; .section &gt; .title, [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-title], [data-section='vertical-nav'] &gt; [data-section-region] &gt; .title, .section-container.vertical-nav &gt; section &gt; [data-section-title], .section-container.vertical-nav &gt; section &gt; .title, .section-container.vertical-nav &gt; .section &gt; [data-section-title], .section-container.vertical-nav &gt; .section &gt; .title, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-nav &gt; [data-section-region] &gt; .title {
        margin-bottom: 0; }
        [data-section='vertical-nav'] &gt; section &gt; [data-section-title] a, [data-section='vertical-nav'] &gt; section &gt; .title a, [data-section='vertical-nav'] &gt; .section &gt; [data-section-title] a, [data-section='vertical-nav'] &gt; .section &gt; .title a, [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-title] a, [data-section='vertical-nav'] &gt; [data-section-region] &gt; .title a, .section-container.vertical-nav &gt; section &gt; [data-section-title] a, .section-container.vertical-nav &gt; section &gt; .title a, .section-container.vertical-nav &gt; .section &gt; [data-section-title] a, .section-container.vertical-nav &gt; .section &gt; .title a, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-title] a, .section-container.vertical-nav &gt; [data-section-region] &gt; .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='vertical-nav'] &gt; section &gt; [data-section-content], [data-section='vertical-nav'] &gt; section &gt; .content, [data-section='vertical-nav'] &gt; .section &gt; [data-section-content], [data-section='vertical-nav'] &gt; .section &gt; .content, [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-content], [data-section='vertical-nav'] &gt; [data-section-region] &gt; .content, .section-container.vertical-nav &gt; section &gt; [data-section-content], .section-container.vertical-nav &gt; section &gt; .content, .section-container.vertical-nav &gt; .section &gt; [data-section-content], .section-container.vertical-nav &gt; .section &gt; .content, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-content], .section-container.vertical-nav &gt; [data-section-region] &gt; .content {
        display: none; }
      [data-section='vertical-nav'] &gt; section.active &gt; [data-section-content], [data-section='vertical-nav'] &gt; section.active &gt; .content, [data-section='vertical-nav'] &gt; .section.active &gt; [data-section-content], [data-section='vertical-nav'] &gt; .section.active &gt; .content, [data-section='vertical-nav'] &gt; [data-section-region].active &gt; [data-section-content], [data-section='vertical-nav'] &gt; [data-section-region].active &gt; .content, .section-container.vertical-nav &gt; section.active &gt; [data-section-content], .section-container.vertical-nav &gt; section.active &gt; .content, .section-container.vertical-nav &gt; .section.active &gt; [data-section-content], .section-container.vertical-nav &gt; .section.active &gt; .content, .section-container.vertical-nav &gt; [data-section-region].active &gt; [data-section-content], .section-container.vertical-nav &gt; [data-section-region].active &gt; .content {
        display: block; }
      [data-section='vertical-nav'] &gt; section:not(.active), [data-section='vertical-nav'] &gt; .section:not(.active), [data-section='vertical-nav'] &gt; [data-section-region]:not(.active), .section-container.vertical-nav &gt; section:not(.active), .section-container.vertical-nav &gt; .section:not(.active), .section-container.vertical-nav &gt; [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='vertical-nav'] &gt; section &gt; [data-section-title], [data-section='vertical-nav'] &gt; section &gt; .title, [data-section='vertical-nav'] &gt; .section &gt; [data-section-title], [data-section='vertical-nav'] &gt; .section &gt; .title, [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-title], [data-section='vertical-nav'] &gt; [data-section-region] &gt; .title, .section-container.vertical-nav &gt; section &gt; [data-section-title], .section-container.vertical-nav &gt; section &gt; .title, .section-container.vertical-nav &gt; .section &gt; [data-section-title], .section-container.vertical-nav &gt; .section &gt; .title, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-title], .section-container.vertical-nav &gt; [data-section-region] &gt; .title {
        position: static;
        width: auto; }
        [data-section='vertical-nav'] &gt; section &gt; [data-section-title] a, [data-section='vertical-nav'] &gt; section &gt; .title a, [data-section='vertical-nav'] &gt; .section &gt; [data-section-title] a, [data-section='vertical-nav'] &gt; .section &gt; .title a, [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-title] a, [data-section='vertical-nav'] &gt; [data-section-region] &gt; .title a, .section-container.vertical-nav &gt; section &gt; [data-section-title] a, .section-container.vertical-nav &gt; section &gt; .title a, .section-container.vertical-nav &gt; .section &gt; [data-section-title] a, .section-container.vertical-nav &gt; .section &gt; .title a, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-title] a, .section-container.vertical-nav &gt; [data-section-region] &gt; .title a {
          display: block; }
      [data-section='vertical-nav'] &gt; section &gt; [data-section-content], [data-section='vertical-nav'] &gt; section &gt; .content, [data-section='vertical-nav'] &gt; .section &gt; [data-section-content], [data-section='vertical-nav'] &gt; .section &gt; .content, [data-section='vertical-nav'] &gt; [data-section-region] &gt; [data-section-content], [data-section='vertical-nav'] &gt; [data-section-region] &gt; .content, .section-container.vertical-nav &gt; section &gt; [data-section-content], .section-container.vertical-nav &gt; section &gt; .content, .section-container.vertical-nav &gt; .section &gt; [data-section-content], .section-container.vertical-nav &gt; .section &gt; .content, .section-container.vertical-nav &gt; [data-section-region] &gt; [data-section-content], .section-container.vertical-nav &gt; [data-section-region] &gt; .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em; }

  .section-container.vertical-nav {
    border: none; }
    .section-container.vertical-nav &gt; section &gt; .title, .section-container.vertical-nav &gt; .section &gt; .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.vertical-nav &gt; section &gt; .title a, .section-container.vertical-nav &gt; .section &gt; .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.vertical-nav &gt; section &gt; .title:hover, .section-container.vertical-nav &gt; .section &gt; .title:hover {
        background-color: #e2e2e2; }
    .section-container.vertical-nav &gt; section &gt; .content, .section-container.vertical-nav &gt; .section &gt; .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.vertical-nav &gt; section &gt; .content &gt; *:last-child, .section-container.vertical-nav &gt; .section &gt; .content &gt; *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-nav &gt; section &gt; .content &gt; *:first-child, .section-container.vertical-nav &gt; .section &gt; .content &gt; *:first-child {
        padding-top: 0; }
      .section-container.vertical-nav &gt; section &gt; .content &gt; *:last-child:not(.flex-video), .section-container.vertical-nav &gt; .section &gt; .content &gt; *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-nav &gt; section.active &gt; .title, .section-container.vertical-nav &gt; .section.active &gt; .title {
      background: #d5d5d5; }
      .section-container.vertical-nav &gt; section.active &gt; .title a, .section-container.vertical-nav &gt; .section.active &gt; .title a {
        color: #333333; }
    .section-container.vertical-nav &gt; section:not(.active), .section-container.vertical-nav &gt; .section:not(.active) {
      padding: 0 !important; }

  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='horizontal-nav'][data-section-small-style] &gt; [data-section-region], [data-section='horizontal-nav'][data-section-small-style] &gt; section, [data-section='horizontal-nav'][data-section-small-style] &gt; .section, .section-container.horizontal-nav[data-section-small-style] &gt; [data-section-region], .section-container.horizontal-nav[data-section-small-style] &gt; section, .section-container.horizontal-nav[data-section-small-style] &gt; .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='horizontal-nav'][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], [data-section='horizontal-nav'][data-section-small-style] &gt; [data-section-region] &gt; .title, [data-section='horizontal-nav'][data-section-small-style] &gt; section &gt; [data-section-title], [data-section='horizontal-nav'][data-section-small-style] &gt; section &gt; .title, [data-section='horizontal-nav'][data-section-small-style] &gt; .section &gt; [data-section-title], [data-section='horizontal-nav'][data-section-small-style] &gt; .section &gt; .title, .section-container.horizontal-nav[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .section-container.horizontal-nav[data-section-small-style] &gt; [data-section-region] &gt; .title, .section-container.horizontal-nav[data-section-small-style] &gt; section &gt; [data-section-title], .section-container.horizontal-nav[data-section-small-style] &gt; section &gt; .title, .section-container.horizontal-nav[data-section-small-style] &gt; .section &gt; [data-section-title], .section-container.horizontal-nav[data-section-small-style] &gt; .section &gt; .title {
          width: 100% !important; }
    [data-section='horizontal-nav'] &gt; section, [data-section='horizontal-nav'] &gt; .section, [data-section='horizontal-nav'] &gt; [data-section-region], .section-container.horizontal-nav &gt; section, .section-container.horizontal-nav &gt; .section, .section-container.horizontal-nav &gt; [data-section-region] {
      position: relative;
      float: left; }
      [data-section='horizontal-nav'] &gt; section &gt; [data-section-title], [data-section='horizontal-nav'] &gt; section &gt; .title, [data-section='horizontal-nav'] &gt; .section &gt; [data-section-title], [data-section='horizontal-nav'] &gt; .section &gt; .title, [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-title], [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .title, .section-container.horizontal-nav &gt; section &gt; [data-section-title], .section-container.horizontal-nav &gt; section &gt; .title, .section-container.horizontal-nav &gt; .section &gt; [data-section-title], .section-container.horizontal-nav &gt; .section &gt; .title, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-title], .section-container.horizontal-nav &gt; [data-section-region] &gt; .title {
        margin-bottom: 0; }
        [data-section='horizontal-nav'] &gt; section &gt; [data-section-title] a, [data-section='horizontal-nav'] &gt; section &gt; .title a, [data-section='horizontal-nav'] &gt; .section &gt; [data-section-title] a, [data-section='horizontal-nav'] &gt; .section &gt; .title a, [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-title] a, [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .title a, .section-container.horizontal-nav &gt; section &gt; [data-section-title] a, .section-container.horizontal-nav &gt; section &gt; .title a, .section-container.horizontal-nav &gt; .section &gt; [data-section-title] a, .section-container.horizontal-nav &gt; .section &gt; .title a, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-title] a, .section-container.horizontal-nav &gt; [data-section-region] &gt; .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='horizontal-nav'] &gt; section &gt; [data-section-content], [data-section='horizontal-nav'] &gt; section &gt; .content, [data-section='horizontal-nav'] &gt; .section &gt; [data-section-content], [data-section='horizontal-nav'] &gt; .section &gt; .content, [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-content], [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .content, .section-container.horizontal-nav &gt; section &gt; [data-section-content], .section-container.horizontal-nav &gt; section &gt; .content, .section-container.horizontal-nav &gt; .section &gt; [data-section-content], .section-container.horizontal-nav &gt; .section &gt; .content, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-content], .section-container.horizontal-nav &gt; [data-section-region] &gt; .content {
        display: none; }
      [data-section='horizontal-nav'] &gt; section.active &gt; [data-section-content], [data-section='horizontal-nav'] &gt; section.active &gt; .content, [data-section='horizontal-nav'] &gt; .section.active &gt; [data-section-content], [data-section='horizontal-nav'] &gt; .section.active &gt; .content, [data-section='horizontal-nav'] &gt; [data-section-region].active &gt; [data-section-content], [data-section='horizontal-nav'] &gt; [data-section-region].active &gt; .content, .section-container.horizontal-nav &gt; section.active &gt; [data-section-content], .section-container.horizontal-nav &gt; section.active &gt; .content, .section-container.horizontal-nav &gt; .section.active &gt; [data-section-content], .section-container.horizontal-nav &gt; .section.active &gt; .content, .section-container.horizontal-nav &gt; [data-section-region].active &gt; [data-section-content], .section-container.horizontal-nav &gt; [data-section-region].active &gt; .content {
        display: block; }
      [data-section='horizontal-nav'] &gt; section:not(.active), [data-section='horizontal-nav'] &gt; .section:not(.active), [data-section='horizontal-nav'] &gt; [data-section-region]:not(.active), .section-container.horizontal-nav &gt; section:not(.active), .section-container.horizontal-nav &gt; .section:not(.active), .section-container.horizontal-nav &gt; [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='horizontal-nav'] &gt; section &gt; [data-section-title], [data-section='horizontal-nav'] &gt; section &gt; .title, [data-section='horizontal-nav'] &gt; .section &gt; [data-section-title], [data-section='horizontal-nav'] &gt; .section &gt; .title, [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-title], [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .title, .section-container.horizontal-nav &gt; section &gt; [data-section-title], .section-container.horizontal-nav &gt; section &gt; .title, .section-container.horizontal-nav &gt; .section &gt; [data-section-title], .section-container.horizontal-nav &gt; .section &gt; .title, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-title], .section-container.horizontal-nav &gt; [data-section-region] &gt; .title {
        position: static;
        width: auto; }
        [data-section='horizontal-nav'] &gt; section &gt; [data-section-title] a, [data-section='horizontal-nav'] &gt; section &gt; .title a, [data-section='horizontal-nav'] &gt; .section &gt; [data-section-title] a, [data-section='horizontal-nav'] &gt; .section &gt; .title a, [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-title] a, [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .title a, .section-container.horizontal-nav &gt; section &gt; [data-section-title] a, .section-container.horizontal-nav &gt; section &gt; .title a, .section-container.horizontal-nav &gt; .section &gt; [data-section-title] a, .section-container.horizontal-nav &gt; .section &gt; .title a, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-title] a, .section-container.horizontal-nav &gt; [data-section-region] &gt; .title a {
          display: block; }
      [data-section='horizontal-nav'] &gt; section &gt; [data-section-content], [data-section='horizontal-nav'] &gt; section &gt; .content, [data-section='horizontal-nav'] &gt; .section &gt; [data-section-content], [data-section='horizontal-nav'] &gt; .section &gt; .content, [data-section='horizontal-nav'] &gt; [data-section-region] &gt; [data-section-content], [data-section='horizontal-nav'] &gt; [data-section-region] &gt; .content, .section-container.horizontal-nav &gt; section &gt; [data-section-content], .section-container.horizontal-nav &gt; section &gt; .content, .section-container.horizontal-nav &gt; .section &gt; [data-section-content], .section-container.horizontal-nav &gt; .section &gt; .content, .section-container.horizontal-nav &gt; [data-section-region] &gt; [data-section-content], .section-container.horizontal-nav &gt; [data-section-region] &gt; .content {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em; }

  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc; }
    .section-container.horizontal-nav &gt; section &gt; .title, .section-container.horizontal-nav &gt; .section &gt; .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.horizontal-nav &gt; section &gt; .title a, .section-container.horizontal-nav &gt; .section &gt; .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.horizontal-nav &gt; section &gt; .title:hover, .section-container.horizontal-nav &gt; .section &gt; .title:hover {
        background-color: #e2e2e2; }
    .section-container.horizontal-nav &gt; section &gt; .content, .section-container.horizontal-nav &gt; .section &gt; .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.horizontal-nav &gt; section &gt; .content &gt; *:last-child, .section-container.horizontal-nav &gt; .section &gt; .content &gt; *:last-child {
        margin-bottom: 0; }
      .section-container.horizontal-nav &gt; section &gt; .content &gt; *:first-child, .section-container.horizontal-nav &gt; .section &gt; .content &gt; *:first-child {
        padding-top: 0; }
      .section-container.horizontal-nav &gt; section &gt; .content &gt; *:last-child:not(.flex-video), .section-container.horizontal-nav &gt; .section &gt; .content &gt; *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.horizontal-nav &gt; section.active &gt; .title, .section-container.horizontal-nav &gt; .section.active &gt; .title {
      background: #d5d5d5; }
      .section-container.horizontal-nav &gt; section.active &gt; .title a, .section-container.horizontal-nav &gt; .section.active &gt; .title a {
        color: #333333; }
    .section-container.horizontal-nav &gt; section:not(.active), .section-container.horizontal-nav &gt; .section:not(.active) {
      padding: 0 !important; } }
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  .no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
    width: 100% !important; }
    .no-js [data-section][data-section-small-style] &gt; [data-section-region], .no-js [data-section][data-section-small-style] &gt; section, .no-js [data-section][data-section-small-style] &gt; .section, .no-js .section-container[data-section-small-style] &gt; [data-section-region], .no-js .section-container[data-section-small-style] &gt; section, .no-js .section-container[data-section-small-style] &gt; .section {
      padding: 0 !important;
      margin: 0 !important; }
      .no-js [data-section][data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .no-js [data-section][data-section-small-style] &gt; [data-section-region] &gt; .title, .no-js [data-section][data-section-small-style] &gt; section &gt; [data-section-title], .no-js [data-section][data-section-small-style] &gt; section &gt; .title, .no-js [data-section][data-section-small-style] &gt; .section &gt; [data-section-title], .no-js [data-section][data-section-small-style] &gt; .section &gt; .title, .no-js .section-container[data-section-small-style] &gt; [data-section-region] &gt; [data-section-title], .no-js .section-container[data-section-small-style] &gt; [data-section-region] &gt; .title, .no-js .section-container[data-section-small-style] &gt; section &gt; [data-section-title], .no-js .section-container[data-section-small-style] &gt; section &gt; .title, .no-js .section-container[data-section-small-style] &gt; .section &gt; [data-section-title], .no-js .section-container[data-section-small-style] &gt; .section &gt; .title {
        width: 100% !important; }
  .no-js [data-section] &gt; section, .no-js [data-section] &gt; .section, .no-js [data-section] &gt; [data-section-region], .no-js .section-container &gt; section, .no-js .section-container &gt; .section, .no-js .section-container &gt; [data-section-region] {
    margin: 0; }
    .no-js [data-section] &gt; section &gt; [data-section-title], .no-js [data-section] &gt; section &gt; .title, .no-js [data-section] &gt; .section &gt; [data-section-title], .no-js [data-section] &gt; .section &gt; .title, .no-js [data-section] &gt; [data-section-region] &gt; [data-section-title], .no-js [data-section] &gt; [data-section-region] &gt; .title, .no-js .section-container &gt; section &gt; [data-section-title], .no-js .section-container &gt; section &gt; .title, .no-js .section-container &gt; .section &gt; [data-section-title], .no-js .section-container &gt; .section &gt; .title, .no-js .section-container &gt; [data-section-region] &gt; [data-section-title], .no-js .section-container &gt; [data-section-region] &gt; .title {
      margin-bottom: 0; }
      .no-js [data-section] &gt; section &gt; [data-section-title] a, .no-js [data-section] &gt; section &gt; .title a, .no-js [data-section] &gt; .section &gt; [data-section-title] a, .no-js [data-section] &gt; .section &gt; .title a, .no-js [data-section] &gt; [data-section-region] &gt; [data-section-title] a, .no-js [data-section] &gt; [data-section-region] &gt; .title a, .no-js .section-container &gt; section &gt; [data-section-title] a, .no-js .section-container &gt; section &gt; .title a, .no-js .section-container &gt; .section &gt; [data-section-title] a, .no-js .section-container &gt; .section &gt; .title a, .no-js .section-container &gt; [data-section-region] &gt; [data-section-title] a, .no-js .section-container &gt; [data-section-region] &gt; .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    .no-js [data-section] &gt; section &gt; [data-section-content], .no-js [data-section] &gt; section &gt; .content, .no-js [data-section] &gt; .section &gt; [data-section-content], .no-js [data-section] &gt; .section &gt; .content, .no-js [data-section] &gt; [data-section-region] &gt; [data-section-content], .no-js [data-section] &gt; [data-section-region] &gt; .content, .no-js .section-container &gt; section &gt; [data-section-content], .no-js .section-container &gt; section &gt; .content, .no-js .section-container &gt; .section &gt; [data-section-content], .no-js .section-container &gt; .section &gt; .content, .no-js .section-container &gt; [data-section-region] &gt; [data-section-content], .no-js .section-container &gt; [data-section-region] &gt; .content {
      display: none; }
    .no-js [data-section] &gt; section.active &gt; [data-section-content], .no-js [data-section] &gt; section.active &gt; .content, .no-js [data-section] &gt; .section.active &gt; [data-section-content], .no-js [data-section] &gt; .section.active &gt; .content, .no-js [data-section] &gt; [data-section-region].active &gt; [data-section-content], .no-js [data-section] &gt; [data-section-region].active &gt; .content, .no-js .section-container &gt; section.active &gt; [data-section-content], .no-js .section-container &gt; section.active &gt; .content, .no-js .section-container &gt; .section.active &gt; [data-section-content], .no-js .section-container &gt; .section.active &gt; .content, .no-js .section-container &gt; [data-section-region].active &gt; [data-section-content], .no-js .section-container &gt; [data-section-region].active &gt; .content {
      display: block; }
    .no-js [data-section] &gt; section:not(.active), .no-js [data-section] &gt; .section:not(.active), .no-js [data-section] &gt; [data-section-region]:not(.active), .no-js .section-container &gt; section:not(.active), .no-js .section-container &gt; .section:not(.active), .no-js .section-container &gt; [data-section-region]:not(.active) {
      padding: 0 !important; }
    .no-js [data-section] &gt; section &gt; [data-section-title], .no-js [data-section] &gt; section &gt; .title, .no-js [data-section] &gt; .section &gt; [data-section-title], .no-js [data-section] &gt; .section &gt; .title, .no-js [data-section] &gt; [data-section-region] &gt; [data-section-title], .no-js [data-section] &gt; [data-section-region] &gt; .title, .no-js .section-container &gt; section &gt; [data-section-title], .no-js .section-container &gt; section &gt; .title, .no-js .section-container &gt; .section &gt; [data-section-title], .no-js .section-container &gt; .section &gt; .title, .no-js .section-container &gt; [data-section-region] &gt; [data-section-title], .no-js .section-container &gt; [data-section-region] &gt; .title {
      width: 100%; }
.no-js .section-container {
  border-top: 1px solid #cccccc; }
  .no-js .section-container &gt; section &gt; .title, .no-js .section-container &gt; .section &gt; .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .no-js .section-container &gt; section &gt; .title a, .no-js .section-container &gt; .section &gt; .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .no-js .section-container &gt; section &gt; .title:hover, .no-js .section-container &gt; .section &gt; .title:hover {
      background-color: #e2e2e2; }
  .no-js .section-container &gt; section &gt; .content, .no-js .section-container &gt; .section &gt; .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .no-js .section-container &gt; section &gt; .content &gt; *:last-child, .no-js .section-container &gt; .section &gt; .content &gt; *:last-child {
      margin-bottom: 0; }
    .no-js .section-container &gt; section &gt; .content &gt; *:first-child, .no-js .section-container &gt; .section &gt; .content &gt; *:first-child {
      padding-top: 0; }
    .no-js .section-container &gt; section &gt; .content &gt; *:last-child:not(.flex-video), .no-js .section-container &gt; .section &gt; .content &gt; *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .no-js .section-container &gt; section.active &gt; .title, .no-js .section-container &gt; .section.active &gt; .title {
    background: #d5d5d5; }
    .no-js .section-container &gt; section.active &gt; .title a, .no-js .section-container &gt; .section.active &gt; .title a {
      color: #333333; }
  .no-js .section-container &gt; section:not(.active), .no-js .section-container &gt; .section:not(.active) {
    padding: 0 !important; }
  .no-js .section-container &gt; section &gt; .title, .no-js .section-container &gt; .section &gt; .title {
    border-top: none; }

/* _clq.mixins.scss */
/* Fonts go here so they load first */
@font-face {
  font-family: 'openBold';
  src: url("../images/clq/fonts/osans-b.eot");
  src: url("../images/clq/fonts/osans-b.eot?#iefix") format("embedded-opentype"), url("../images/clq/fonts/osans-b.woff") format("woff"), url("../images/clq/fonts/osans-b.ttf") format("truetype"), url("../images/clq/fonts/osans-b.svg#DINBk") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open';
  src: url("../images/clq/fonts/osans-r.eot");
  src: url("../images/clq/fonts/osans-r.eot?#iefix") format("embedded-opentype"), url("../images/clq/fonts/osans-r.woff") format("woff"), url("../images/clq/fonts/osans-r.ttf") format("truetype"), url("../images/clq/fonts/osans-r.svg#DINBd") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lcd';
  src: url("../images/clq/fonts/lcd-webfont.eot");
  src: url("../images/clq/fonts/lcd-webfont.eot?#iefix") format("embedded-opentype"), url("../images/clq/fonts/lcd-webfont.woff") format("woff"), url("../images/clq/fonts/lcd-webfont.ttf") format("truetype"), url("../images/clq/fonts/lcd-webfont.svg#DINBd") format("svg");
  font-weight: normal;
  font-style: normal; }
/**************************** LocalSearch_Template Start ****************************/
/*** LocalSearch Variables Start ***/
/*** LocalSearch Variables End ***/
.clear-both {
  clear: both; }

a {
  text-decoration: none; }

.ie10 .loc-price-p p, .ie9 .loc-price-p p {
  padding: 5px 5px 0 0 !important; }

#local-banner-phone {
  margin: 0;
  padding: 0;
  float: right;
  position: absolute;
  top: 17px;
  right: 10px; }
  #local-banner-phone h4 {
    margin: 0;
    padding: 10px 0 0 0;
    color: #1b9fd6;
    font-family: Arial;
    font-size: 30px;
    letter-spacing: -0.03em; }
    #local-banner-phone h4 span {
      font-weight: bold; }
    @media screen and (max-width: 580px) {
      #local-banner-phone h4 {
        font-size: 20px; } }
  #local-banner-phone .local-green {
    color: #88ac27; }
  #local-banner-phone .local-teal {
    color: #238aa3; }
  @media screen and (max-width: 468px) {
    #local-banner-phone {
      text-align: center;
      position: relative;
      float: none;
      top: auto;
      right: auto;
      margin-bottom: 10px; } }

#local-banner-text img {
  max-width: 157px;
  height: auto; }
  @media (max-width: 767px) {
    #local-banner-text img {
      max-width: 120px;
      height: auto; } }

#local-hero-holder {
  margin: 0;
  padding: 0;
  background: #ececec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ececec 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ececec 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ececec 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ececec 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ececec 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  #local-hero-holder sup {
    font-size: 60%; }
  #local-hero-holder #local-hero-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    height: 270px; }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-hero-holder #local-hero-wrapper {
        width: 760px; } }
    @media (max-width: 767px) {
      #local-hero-holder #local-hero-wrapper {
        margin: 0;
        width: 80%; } }
    #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper {
      margin: 0;
      padding: 0 10px;
      width: 485px;
      height: 270px;
      float: left; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper {
          width: 400px;
          padding: 0 5px; } }
      @media (max-width: 767px) {
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper {
          width: 100%; } }
      #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h1 {
        margin: 0;
        padding: 0 0 0 0;
        font-size: 122px;
        font-weight: bold;
        color: #1b9fd6;
        letter-spacing: -0.14em; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h1 {
            font-size: 120px;
            padding-left: 15px; } }
        @media (max-width: 767px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h1 {
            margin: 0 auto;
            padding: 0;
            text-align: center;
            width: 126%; } }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h1 sup {
          margin: 0;
          padding: 0 15px;
          letter-spacing: 0.01em; }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h1 sup:first-child {
          margin: 0 -3px 0 0;
          padding: 0; }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h1 span {
          margin: 0 0 0 -40px;
          padding: 0;
          font-size: 28px;
          font-weight: bold;
          color: #1b9fd6;
          letter-spacing: normal;
          position: relative;
          top: -9px;
          left: -57px; }
      #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-green h1 {
        margin: 0;
        padding: 0;
        font-size: 122px;
        font-weight: bold;
        color: #88ac27;
        letter-spacing: -0.14em; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-green h1 {
            font-size: 120px;
            padding-left: 15px; } }
        @media (max-width: 767px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-green h1 {
            margin: 0 auto;
            padding: 0;
            text-align: center;
            width: 126%; } }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-green h1 sup {
          margin: 0;
          padding: 0 15px;
          letter-spacing: 0.01em; }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-green h1 sup:first-child {
          margin: 0 -3px 0 0;
          padding: 0; }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-green h1 span {
          margin: 0 0 0 -40px;
          padding: 0;
          font-size: 28px;
          font-weight: bold;
          color: #88ac27;
          letter-spacing: normal;
          position: relative;
          top: -9px;
          left: -57px; }
      #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-teal h1 {
        margin: 0;
        padding: 0;
        font-size: 122px;
        font-weight: bold;
        color: #238aa3;
        letter-spacing: -0.14em; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-teal h1 {
            font-size: 120px;
            padding-left: 15px; } }
        @media (max-width: 767px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-teal h1 {
            margin: 0 auto;
            padding: 0;
            text-align: center;
            width: 126%; } }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-teal h1 sup {
          margin: 0;
          padding: 0 15px;
          letter-spacing: 0.01em; }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-teal h1 sup:first-child {
          margin: 0 -3px 0 0;
          padding: 0; }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper .local-teal h1 span {
          margin: 0 0 0 -40px;
          padding: 0;
          font-size: 28px;
          font-weight: bold;
          color: #238aa3;
          letter-spacing: normal;
          position: relative;
          top: -9px;
          left: -57px; }
      #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h3 {
        margin: 0;
        padding: 25px 0 0 0;
        font-size: 30px;
        font-family: Arial;
        line-height: 40px;
        width: 125%; }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h3 span {
          font-size: 20px; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h3 {
            font-size: 30px;
            width: 520px;
            padding-left: 10px; } }
        @media (max-width: 767px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper h3 {
            font-size: 30px; } }
      #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper #local-starting-at p {
        margin: 0;
        padding: 25px 0 0 50px;
        font-size: 16px;
        color: #666666; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper #local-starting-at p {
            padding-top: 20px; } }
        @media (max-width: 767px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper #local-starting-at p {
            margin: 0 auto -16px auto;
            padding: 10px 0 0 0;
            text-align: center;
            width: 126%; } }
        @media (max-width: 480px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper #local-starting-at p {
            padding: 0 0 0 0; } }
      #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper #local-hero-terms {
        margin: 0;
        padding: 0;
        position: relative;
        top: -47px;
        left: 226px;
        width: 195px; }
        #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper #local-hero-terms p {
          margin: 0;
          padding: 0;
          color: #666666;
          font-size: 11px;
          line-height: 16px; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper #local-hero-terms {
            top: -47px;
            left: 240px;
            width: 195px; } }
        @media (max-width: 767px) {
          #local-hero-holder #local-hero-wrapper #local-hero-left-wrapper #local-hero-terms {
            display: none; } }
    #local-hero-holder #local-hero-wrapper #local-hero-right-wrapper {
      margin: 0;
      padding: 0;
      float: left;
      height: 270px;
      overflow: hidden; }
      #local-hero-holder #local-hero-wrapper #local-hero-right-wrapper img {
        margin: 0;
        padding: 0;
        width: 469px;
        position: relative;
        top: -38px; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-hero-holder #local-hero-wrapper #local-hero-right-wrapper img {
          margin: 38px 0 0 0;
          padding: 0;
          width: 360px;
          height: 272px; } }
      @media (max-width: 767px) {
        #local-hero-holder #local-hero-wrapper #local-hero-right-wrapper img {
          display: none; } }

#local-green-bar-holder {
  margin: 0;
  padding: 0;
  background: #88ac27; }
  @media (max-width: 767px) {
    #local-green-bar-holder {
      display: none; } }
  #local-green-bar-holder #local-green-bar {
    margin: 0 auto;
    padding: 0 0 0 87px;
    color: #fff;
    width: 960px;
    height: 69px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-green-bar-holder #local-green-bar {
        width: 760px;
        padding: 0 0 0 42px; }
        #local-green-bar-holder #local-green-bar span {
          font-size: 20px; } }
    #local-green-bar-holder #local-green-bar p {
      margin: 0;
      padding: 0 0 0 5px;
      text-align: center;
      font-family: Arial;
      font-size: 18px;
      float: left; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-green-bar-holder #local-green-bar p {
          font-size: 18px;
          position: relative;
          top: 9px; } }
      #local-green-bar-holder #local-green-bar p span {
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: -0.01em;
        position: relative;
        top: 10px; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-green-bar-holder #local-green-bar p span {
            font-size: 37px;
            position: relative;
            top: 6px; } }

#local-blue-bar-holder {
  margin: 0;
  padding: 0;
  background: #1b9fd6; }
  @media (max-width: 767px) {
    #local-blue-bar-holder {
      display: none; } }
  #local-blue-bar-holder #local-blue-bar {
    margin: 0 auto;
    padding: 0 0 0 87px;
    color: #fff;
    width: 960px;
    height: 69px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-blue-bar-holder #local-blue-bar {
        width: 760px;
        padding: 0 0 0 42px; }
        #local-blue-bar-holder #local-blue-bar span {
          font-size: 20px; } }
    #local-blue-bar-holder #local-blue-bar p {
      margin: 0;
      padding: 0 0 0 5px;
      text-align: center;
      font-family: Arial;
      font-size: 18px;
      float: left; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-blue-bar-holder #local-blue-bar p {
          font-size: 18px; } }
      #local-blue-bar-holder #local-blue-bar p span {
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: -0.01em;
        position: relative;
        top: 10px; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-blue-bar-holder #local-blue-bar p span {
            font-size: 37px; } }

#local-dark-blue-bar-holder {
  margin: 0;
  padding: 0;
  background: #1c71a7; }
  @media (max-width: 767px) {
    #local-dark-blue-bar-holder {
      display: none; } }
  #local-dark-blue-bar-holder #local-dark-blue-bar {
    margin: 0 auto;
    padding: 0 0 0 87px;
    color: #fff;
    width: 960px;
    height: 69px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-dark-blue-bar-holder #local-dark-blue-bar {
        width: 760px;
        padding: 0 0 0 42px; }
        #local-dark-blue-bar-holder #local-dark-blue-bar span {
          font-size: 20px; } }
    #local-dark-blue-bar-holder #local-dark-blue-bar p {
      margin: 0;
      padding: 0 0 0 5px;
      text-align: center;
      font-family: Arial;
      font-size: 18px;
      float: left; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-dark-blue-bar-holder #local-dark-blue-bar p {
          font-size: 18px; } }
      #local-dark-blue-bar-holder #local-dark-blue-bar p span {
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: -0.01em;
        position: relative;
        top: 10px; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-dark-blue-bar-holder #local-dark-blue-bar p span {
            font-size: 37px; } }

.local-call-us-btn-holder {
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  .local-call-us-btn-holder p {
    margin: 0;
    padding: 10px 0 15px 0;
    color: #666666;
    font-size: 11px;
    line-height: 16px; }
    @media (max-width: 480px) {
      .local-call-us-btn-holder p {
        padding: 20px 0 15px 0; } }
  .local-call-us-btn-holder span {
    margin: 0;
    padding: 0; }
  @media (min-width: 768px) and (max-width: 979px) {
    .local-call-us-btn-holder {
      display: none; } }
  @media (min-width: 980px) {
    .local-call-us-btn-holder {
      display: none; } }
  .local-call-us-btn-holder .local-call-us-btn {
    margin: 0 auto;
    width: 90%;
    height: 43px;
    background: #88ac27;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align: center; }
    .local-call-us-btn-holder .local-call-us-btn a {
      color: #fff;
      font-size: 25px; }
    .local-call-us-btn-holder .local-call-us-btn .local-phone-icon {
      margin: 0;
      padding: 0; }
      .local-call-us-btn-holder .local-call-us-btn .local-phone-icon svg {
        margin: 0;
        padding: 0;
        width: 20px;
        position: relative;
        top: 4px;
        fill: #fff; }
  .local-call-us-btn-holder .local-call-us-btn-blue {
    margin: 0 auto;
    width: 90%;
    height: 43px;
    background: #1b9fd6;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align: center; }
    .local-call-us-btn-holder .local-call-us-btn-blue a {
      color: #fff;
      font-size: 25px; }
    .local-call-us-btn-holder .local-call-us-btn-blue .local-phone-icon {
      margin: 0;
      padding: 0; }
      .local-call-us-btn-holder .local-call-us-btn-blue .local-phone-icon svg {
        margin: 0;
        padding: 0;
        width: 20px;
        position: relative;
        top: 4px;
        fill: #fff; }

#local-search-lower-content {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  background: #fff; }
  @media (min-width: 768px) and (max-width: 979px) {
    #local-search-lower-content {
      margin: 0 auto;
      text-align: center; } }
  @media (max-width: 767px) {
    #local-search-lower-content {
      margin: 0;
      padding: 0;
      width: 80%; } }
  #local-search-lower-content #local-price-table-holder {
    margin: 0;
    padding: 0 10px;
    width: 960px; }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-search-lower-content #local-price-table-holder {
        margin: 0 auto;
        padding: 0 0 0 5px; } }
    @media (max-width: 767px) {
      #local-search-lower-content #local-price-table-holder {
        padding: 0;
        width: 80%; } }
    #local-search-lower-content #local-price-table-holder ul:nth-child(4) {
      position: relative;
      top: -20px; }
  #local-search-lower-content .local-price-table-wrapper {
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
    width: 219px;
    color: #444444; }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-search-lower-content .local-price-table-wrapper {
        width: 174px; } }
    #local-search-lower-content .local-price-table-wrapper .loc-price-header {
      margin: 0 auto;
      padding: 0 0 0 0;
      background: #113f77;
      height: 65px;
      width: 219px;
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-search-lower-content .local-price-table-wrapper .loc-price-header {
          width: 174px; } }
      #local-search-lower-content .local-price-table-wrapper .loc-price-header p {
        padding: 11px 0 0 0;
        font-size: 24px;
        font-weight: bold;
        line-height: 22px; }
      #local-search-lower-content .local-price-table-wrapper .loc-price-header span {
        font-size: 14px;
        font-weight: normal; }
    #local-search-lower-content .local-price-table-wrapper .loc-price-header-green {
      margin: 0 auto;
      padding: 0 0 0 0;
      background: #88ac27;
      height: 65px;
      width: 219px;
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-search-lower-content .local-price-table-wrapper .loc-price-header-green {
          width: 174px; } }
      #local-search-lower-content .local-price-table-wrapper .loc-price-header-green p {
        padding: 11px 0 0 0;
        font-size: 24px;
        font-weight: bold;
        line-height: 22px; }
      #local-search-lower-content .local-price-table-wrapper .loc-price-header-green span {
        font-size: 14px; }
    #local-search-lower-content .local-price-table-wrapper .loc-price-header-teal {
      margin: 0 auto;
      padding: 0 0 0 0;
      background: #238aa3;
      height: 65px;
      width: 219px;
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-search-lower-content .local-price-table-wrapper .loc-price-header-teal {
          width: 174px; } }
      #local-search-lower-content .local-price-table-wrapper .loc-price-header-teal p {
        padding: 11px 0 0 0;
        font-size: 24px;
        font-weight: bold;
        line-height: 22px; }
      #local-search-lower-content .local-price-table-wrapper .loc-price-header-teal span {
        font-size: 14px; }
      #local-search-lower-content .local-price-table-wrapper .loc-price-header-teal .loc-header-no-bold {
        font-weight: normal;
        font-size: 12px; }
      #local-search-lower-content .local-price-table-wrapper .loc-price-header-teal .loc-price-teal-header {
        font-size: 14px;
        font-weight: normal; }
    #local-search-lower-content .local-price-table-wrapper .loc-price-content {
      margin: 0 auto;
      padding: 0;
      width: 219px;
      height: 379px;
      border: 1px solid #ccc;
      text-align: center;
      position: relative; }
      #local-search-lower-content .local-price-table-wrapper .loc-price-content sup {
        font-size: 60%; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-search-lower-content .local-price-table-wrapper .loc-price-content {
          width: 174px;
          height: 428px; } }
      #local-search-lower-content .local-price-table-wrapper .loc-price-content h1 {
        margin: 0;
        padding: 15px 0 0 0;
        font-size: 75px;
        font-weight: bold;
        color: #666666;
        letter-spacing: -0.02em; }
        #local-search-lower-content .local-price-table-wrapper .loc-price-content h1 sup {
          margin: 0;
          padding: 0 3px;
          letter-spacing: 0.01em; }
          @media (min-width: 768px) and (max-width: 979px) {
            #local-search-lower-content .local-price-table-wrapper .loc-price-content h1 sup {
              padding: 0;
              margin: 0; } }
        #local-search-lower-content .local-price-table-wrapper .loc-price-content h1 span {
          padding: 0 9px 0 0;
          letter-spacing: -0.14em; }
          @media (min-width: 768px) and (max-width: 979px) {
            #local-search-lower-content .local-price-table-wrapper .loc-price-content h1 span {
              letter-spacing: -0.001em; } }
      #local-search-lower-content .local-price-table-wrapper .loc-price-content .loc-price-bullets {
        margin: 0 10px 10px 25px;
        padding: 0; }
        #local-search-lower-content .local-price-table-wrapper .loc-price-content .loc-price-bullets ul {
          margin: 0;
          padding: 0; }
          #local-search-lower-content .local-price-table-wrapper .loc-price-content .loc-price-bullets ul li {
            margin: 0;
            padding: 0 0 5px 0;
            text-align: left;
            font-size: 13px;
            font-weight: bold;
            color: #000;
            line-height: 16px; }
      #local-search-lower-content .local-price-table-wrapper .loc-price-content .loc-price-p {
        margin: 10px 0;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left; }
        #local-search-lower-content .local-price-table-wrapper .loc-price-content .loc-price-p p {
          margin: 0;
          padding: 0;
          font-size: 13px;
          color: #666666;
          font-weight: normal;
          line-height: 17px; }
      #local-search-lower-content .local-price-table-wrapper .loc-price-content .loc-price-content-month {
        margin: 0;
        padding: 0;
        float: left;
        position: absolute;
        top: 46px;
        left: 145px; }
        @media (min-width: 768px) and (max-width: 979px) {
          #local-search-lower-content .local-price-table-wrapper .loc-price-content .loc-price-content-month {
            position: absolute;
            top: 46px;
            left: 120px; } }
        #local-search-lower-content .local-price-table-wrapper .loc-price-content .loc-price-content-month p {
          font-size: 18px;
          font-weight: bold;
          text-transform: uppercase;
          color: #666666; }

@media (max-width: 767px) {
  #local-search-lower-grey-content-hide {
    display: none; } }

#local-search-lower-grey-content {
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
  background: #f1f1f1;
  line-height: 20px; }
  #local-search-lower-grey-content #local-search-lower-grey-holder {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-search-lower-grey-content #local-search-lower-grey-holder {
        width: 740px;
        padding: 0 5px; } }
    @media (max-width: 767px) {
      #local-search-lower-grey-content #local-search-lower-grey-holder {
        padding: 0;
        width: 80%; } }
    #local-search-lower-grey-content #local-search-lower-grey-holder #local-search-lower-grey-wrapper {
      margin: 0;
      padding: 40px 0 0 80px;
      width: 798px;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 979px) {
        #local-search-lower-grey-content #local-search-lower-grey-holder #local-search-lower-grey-wrapper {
          width: 740px;
          padding: 0 5px; } }
      @media (max-width: 767px) {
        #local-search-lower-grey-content #local-search-lower-grey-holder #local-search-lower-grey-wrapper {
          padding: 0;
          width: 80%; } }
      #local-search-lower-grey-content #local-search-lower-grey-holder #local-search-lower-grey-wrapper h3 {
        margin: 0;
        padding: 20px 0 10px 0;
        font-size: 18px;
        font-weight: bold;
        color: #000; }
      #local-search-lower-grey-content #local-search-lower-grey-holder #local-search-lower-grey-wrapper p {
        margin: 0;
        padding: 0 0 45px 0;
        font-size: 14px;
        font-weight: normal; }
      #local-search-lower-grey-content #local-search-lower-grey-holder #local-search-lower-grey-wrapper ul {
        margin: 0;
        padding: 0 0 0 18px; }

#local-terms {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 12px; }
  @media (max-width: 767px) {
    #local-terms #local-terms-holder-hide {
      display: none; } }
  #local-terms #local-terms-holder {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
    text-align: left; }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-terms #local-terms-holder {
        width: 740px;
        padding: 0 5px; } }
    @media (max-width: 767px) {
      #local-terms #local-terms-holder {
        padding: 0;
        width: 80%; } }
    #local-terms #local-terms-holder #loctypelist {
      margin: 0;
      padding: 60px 0 10px 0;
      list-style: none; }
    #local-terms #local-terms-holder em {
      margin: 0;
      padding: 0;
      font-size: 13px;
      font-weight: bold;
      text-decoration: underline;
      list-style: none;
      color: #444444; }
    #local-terms #local-terms-holder p {
      margin: 0;
      padding: 0 0 45px 0;
      font-size: 13px;
      line-height: 16px; }
    #local-terms #local-terms-holder #local-copy-date p {
      margin: 0;
      padding: 0 0 20px 0;
      font-size: 10px; }
      @media (max-width: 767px) {
        #local-terms #local-terms-holder #local-copy-date p {
          padding: 20px 0 0 0; } }
    #local-terms #local-terms-holder #local-terms-small-text p {
      margin: 0;
      padding: 0 0 20px 0;
      font-size: 10px; }
    #local-terms #local-terms-holder #locations {
      margin: 0;
      padding: 0 0 45px 0;
      font-size: 13px;
      line-height: 16px;
      color: #666666; }
      #local-terms #local-terms-holder #locations a {
        color: #666666; }
    @media (min-width: 980px) {
      #local-terms #local-terms-holder #mobile_only_locations_dropdown {
        display: none; } }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-terms #local-terms-holder #mobile_only_locations_dropdown {
        display: none; } }

/**************** Secondary Footer Styles Start ****************/
#local-terms-secondary-temp {
  margin: 0 auto;
  padding: 0 10px;
  width: 960px;
  text-align: left; }
  @media (min-width: 768px) and (max-width: 979px) {
    #local-terms-secondary-temp {
      width: 740px;
      padding: 0 5px; } }
  @media (max-width: 767px) {
    #local-terms-secondary-temp {
      padding: 0;
      width: 80%; } }
  #local-terms-secondary-temp #local-copy-date p {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 10px; }
    @media (max-width: 767px) {
      #local-terms-secondary-temp #local-copy-date p {
        padding: 20px 0 0 0; } }
  #local-terms-secondary-temp #local-terms-small-text p {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 10px; }

/**************** Secondary Footer Styles End ****************/
/**************** Mobile Accordian Start ****************/
@media (max-width: 767px) {
  #local-price-table-holder-hide {
    display: none !important; } }

#local-mobile-content-acc {
  margin: 0 auto;
  padding: 0;
  width: 156%;
  text-align: center; }
  #local-mobile-content-acc a {
    margin: 0;
    padding: 18px 0 0 0;
    color: #fff;
    text-decoration: none;
    height: 62px;
    font-size: 14px;
    z-index: 99; }
  @media (min-width: 980px) {
    #local-mobile-content-acc {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #local-mobile-content-acc {
      display: none !important; } }
  #local-mobile-content-acc h1 {
    margin: 0;
    padding: 33px 0 0 0;
    font-size: 75px;
    font-weight: bold;
    color: #666666; }
    #local-mobile-content-acc h1 span {
      letter-spacing: normal;
      font-size: 40%;
      position: relative;
      left: -45px; }
    #local-mobile-content-acc h1 sup {
      font-size: 60%; }
  #local-mobile-content-acc p {
    margin: 0;
    padding: 0;
    color: #666666;
    font-size: 13px; }
  #local-mobile-content-acc .lower-price-acc-holder {
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left; }
    #local-mobile-content-acc .lower-price-acc-holder li {
      font-size: 13px; }
  #local-mobile-content-acc #loc-price-space {
    margin: 0;
    padding: 0 0 0 5px;
    letter-spacing: 0.001em; }

.current .accordion_toggle {
  background-image: url("/images/clq/local-search-temp-pages/arrow-up-blue.gif") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 10px;
  z-index: 9999;
  width: 100%; }

.current .accordion_toggle-teal {
  background-image: url("/images/clq/local-search-temp-pages/arrow-up-teal.gif") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 10px;
  z-index: 9999;
  width: 100%; }

.current .accordion_toggle-green {
  background-image: url("/images/clq/local-search-temp-pages/arrow-up-green.gif") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 10px;
  z-index: 9999;
  width: 100%; }

.local-green-btn {
  background: #88ac27 !important; }

.accordion_toggle-green {
  margin: 0 0 5px 0;
  padding: 19px 0;
  background: #88ac27;
  font-family: Arial;
  text-align: center;
  background-image: url("/images/clq/local-search-temp-pages/arrow-down-green.gif");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 10px;
  overflow: hidden;
  z-index: 9999; }
  .accordion_toggle-green span {
    font-size: 24px;
    font-weight: bold; }

.accordion_toggle-teal {
  margin: 0 0 5px 0;
  padding: 19px 0;
  background: #238aa3;
  font-family: Arial;
  text-align: center;
  background-image: url("/images/clq/local-search-temp-pages/arrow-down-teal.gif");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 10px;
  overflow: hidden;
  z-index: 9999; }
  .accordion_toggle-teal span {
    font-size: 24px;
    font-weight: bold; }

#fakeelement {
  margin: 0; }

.accordion_toggle {
  margin: 0 0 5px 0;
  padding: 19px 0;
  background: #113f77;
  font-family: Arial;
  text-align: center;
  background-image: url("/images/clq/local-search-temp-pages/arrow-down-blue.gif");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 10px;
  overflow: hidden;
  z-index: 9999; }
  .accordion_toggle span {
    font-size: 24px;
    font-weight: bold; }

.accordion_content {
  margin: 0;
  padding: 0;
  border: #ccc 1px solid;
  position: relative;
  top: -5px; }

/******* Grey Accordian Start *******/
#local-search-lower-grey-content-mobile {
  margin: 0;
  padding: 0;
  width: 64%; }
  #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey {
    margin: 0 auto;
    padding: 0;
    width: 156%;
    text-align: center; }
    #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey hr {
      width: 80%; }
    #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey a {
      margin: 0;
      padding: 18px 0 0 0;
      color: #444444;
      text-decoration: none;
      height: 62px;
      font-size: 14px;
      z-index: 99; }
    @media (min-width: 980px) {
      #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey {
        display: none !important; } }
    @media (min-width: 768px) and (max-width: 979px) {
      #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey {
        display: none !important; } }
    #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey h1 {
      margin: 0;
      padding: 33px 0 0 0;
      font-size: 75px;
      font-weight: bold;
      color: #666666; }
      #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey h1 span {
        letter-spacing: normal; }
    #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey p {
      margin: 0;
      padding: 0;
      color: #666666;
      font-size: 13px; }
    #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey .lower-price-acc-holder {
      margin: 0;
      padding: 0 0 0 25px;
      text-align: left; }
      #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey .lower-price-acc-holder li {
        font-size: 13px; }
    #local-search-lower-grey-content-mobile #local-mobile-content-acc-grey #loc-price-space {
      margin: 0;
      padding: 0 0 0 9px;
      letter-spacing: 0.001em; }
  #local-search-lower-grey-content-mobile .current .accordion_toggle-grey {
    background-image: url("/images/clq/local-search-temp-pages/arrow-up-grey.gif") !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 10px;
    z-index: 9999;
    width: 100%; }
  #local-search-lower-grey-content-mobile .accordion_toggle-grey {
    margin: 0 0 5px 0;
    padding: 19px 0;
    font-family: Arial;
    text-align: center;
    background-image: url("/images/clq/local-search-temp-pages/arrow-down-grey.gif");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 10px;
    overflow: hidden;
    z-index: 9999; }
    #local-search-lower-grey-content-mobile .accordion_toggle-grey span {
      font-size: 24px;
      font-weight: bold; }
    #local-search-lower-grey-content-mobile .accordion_toggle-grey h3 {
      margin: 0 auto;
      padding: 0;
      width: 80%;
      text-align: center;
      line-height: 20px;
      font-size: 16px;
      text-align: left; }
  #local-search-lower-grey-content-mobile .accordion_content {
    margin: 0 auto;
    padding: 0;
    border: none;
    position: relative;
    top: -5px;
    text-align: center;
    width: 80%; }
    #local-search-lower-grey-content-mobile .accordion_content p {
      margin: 0;
      padding: 0;
      text-align: left; }
    #local-search-lower-grey-content-mobile .accordion_content sup {
      font-size: 40%; }
    #local-search-lower-grey-content-mobile .accordion_content li {
      margin: 0;
      padding: 0;
      text-align: left;
      font-size: 13px; }

/**************** Mobile Accordian End ****************/
#local-geo-drop-holder {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center; }
  #local-geo-drop-holder p {
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #444444; }
  #local-geo-drop-holder .geo-select {
    width: 80%;
    height: 36px; }
  @media (min-width: 980px) {
    #local-geo-drop-holder {
      display: none; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #local-geo-drop-holder {
      display: none; } }

/**************************** LocalSearch_Template End ****************************/
</pre></body></html>