 /*
Theme Name: Texas Electricity Providers
Theme URI: https://www.texaselectricityproviders.org/
Author: dave@codesquid.ca
Author URI: https://codesquid.ca/
Description: Responsive Theme developed for Just Energy. 
Requires at least: WordPress 5 and PHP 7
Version: 1.1
License: Exclusive License
*/

@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }


.rate-table td{padding:5px;}
.rate-table tr:nth-child(odd) td{background:#ebebeb;}
.blue .rate-table{display:none;}
/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .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; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .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; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0 !important; }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-0 {
    margin-left: 0 !important; }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xxlarge-offset-3 {
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xxlarge-offset-6 {
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xxlarge-offset-9 {
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none; }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-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 visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

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 visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  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 visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  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 visibility for tables */
table.hide-for-touch {
  display: table !important; }

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

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

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
a,
ul,
ol,
li,
img,
header,
footer,
section {
  margin: 0;
  padding: 0; }

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

ul {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px; }

button {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0; }

.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.clear::after {
  display: table;
  clear: both;
  content: ''; }

h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
a,
ul,
ol,
li,
img,
header,
footer,
section {
  margin: 0;
  padding: 0; }

ul {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px; }

button {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0; }

.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.constraint {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.clear::after {
  display: table;
  clear: both;
  content: ''; }

.cf-columns {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0; }
  .cf-columns .before,
  .cf-columns .after {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .cf-columns.full-width .constraint {
    max-width: 100%; }
  .cf-columns.reverse .flex-columns .constraint {
    flex-direction: row-reverse; }
  .cf-columns.column .flex-columns .constraint {
    flex-direction: column; }
  .cf-columns.column.reverse .flex-columns .constraint {
    flex-direction: column-reverse; }
  .cf-columns.column .grid-columns .constraint {
    display: block; }
  .cf-columns.shrink .flex-columns .constraint > div {
    flex-grow: 0; }
  .cf-columns.shrink .grid-columns .constraint {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
  .cf-columns.start .flex-columns .constraint {
    justify-content: flex-start; }
    .cf-columns.start .flex-columns .constraint > div {
      flex-grow: 0; }
  .cf-columns.start .grid-columns .constraint {
    justify-content: start; }
  .cf-columns.end .flex-columns .constraint {
    justify-content: flex-end; }
    .cf-columns.end .flex-columns .constraint > div {
      flex-grow: 0; }
  .cf-columns.end .grid-columns .constraint {
    justify-content: end; }
  .cf-columns.center .grid-columns .constraint,
  .cf-columns.center .flex-columns .constraint {
    justify-content: center; }
    .cf-columns.center .grid-columns .constraint > div,
    .cf-columns.center .flex-columns .constraint > div {
      flex-grow: 0; }
  .cf-columns.space-between .grid-columns .constraint,
  .cf-columns.space-between .flex-columns .constraint {
    justify-content: space-between; }
    .cf-columns.space-between .grid-columns .constraint > div,
    .cf-columns.space-between .flex-columns .constraint > div {
      flex-grow: 0; }
  .cf-columns.space-around .grid-columns .constraint,
  .cf-columns.space-around .flex-columns .constraint {
    justify-content: space-around; }
    .cf-columns.space-around .grid-columns .constraint > div,
    .cf-columns.space-around .flex-columns .constraint > div {
      flex-grow: 0; }
  .cf-columns.space-evenly .grid-columns .constraint,
  .cf-columns.space-evenly .flex-columns .constraint {
    justify-content: space-evenly; }
    @supports (-ms-accelerator: true) {
      .cf-columns.space-evenly .grid-columns .constraint,
      .cf-columns.space-evenly .flex-columns .constraint {
        justify-content: space-around; } }
    .cf-columns.space-evenly .grid-columns .constraint > div,
    .cf-columns.space-evenly .flex-columns .constraint > div {
      flex-grow: 0; }
  .cf-columns.collapse .grid-columns .constraint > div,
  .cf-columns.collapse .flex-columns .constraint > div {
    padding-right: 0;
    padding-left: 0; }
  .cf-columns.align-start .grid-columns .constraint,
  .cf-columns.align-start .flex-columns .constraint {
    align-items: flex-start; }
  .cf-columns.align-end .grid-columns .constraint,
  .cf-columns.align-end .flex-columns .constraint {
    align-items: flex-end; }
  .cf-columns.align-base .grid-columns .constraint,
  .cf-columns.align-base .flex-columns .constraint {
    align-items: baseline; }
  .cf-columns.align-center .grid-columns .constraint,
  .cf-columns.align-center .flex-columns .constraint {
    align-items: center; }
  .cf-columns.align-stretch .grid-columns .constraint,
  .cf-columns.align-stretch .flex-columns .constraint {
    align-items: stretch; }
  .cf-columns .swiper-button-prev,
  .cf-columns .swiper-button-next {
    display: none; }
  .cf-columns .sliding .swiper-button-prev,
  .cf-columns .sliding .swiper-button-next {
    display: block; }

.flex-columns .constraint {
  display: flex;
  flex-flow: row wrap; }
  .flex-columns .constraint > div {
    position: relative;
    flex-grow: 1;
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .flex-columns .constraint::before, .flex-columns .constraint::after {
    display: none;
    content: none; }

.grid-columns .constraint {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
  .grid-columns .constraint > div {
    position: relative;
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .grid-columns .constraint::before, .grid-columns .constraint::after {
    display: none;
    content: none; }

.slides-columns .constraint .slides-column {
  height: unset; }

.layout-2-column {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0; }
  .layout-2-column .column-wrapper {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box; }

.layout-3-column {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0; }
  .layout-3-column .column-wrapper {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box; }

.layout-4-column {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0; }
  .layout-4-column .column-wrapper {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box; }

.layout-5-column {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0; }
  .layout-5-column .column-wrapper {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box; }

.layout-6-column {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0; }
  .layout-6-column .column-wrapper {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box; }

.layout-basic-content {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0; }

.cf-basic-content {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0; }
  @media screen and (min-width: 1025px) {
    .cf-basic-content.large-collapse {
      padding-top: 0;
      padding-bottom: 0; }
      .cf-basic-content.large-collapse .content,
      .cf-basic-content.large-collapse .legal {
        padding-right: 0;
        padding-left: 0; } }
  .cf-basic-content .content,
  .cf-basic-content .legal {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .cf-basic-content.collapse {
    padding-top: 0;
    padding-bottom: 0; }
    .cf-basic-content.collapse .content,
    .cf-basic-content.collapse .legal {
      padding-right: 0;
      padding-left: 0; }

.layout-call-to-action {
  padding-top: 25px;
  padding-bottom: 25px; }
  .layout-call-to-action h1,
  .layout-call-to-action h2,
  .layout-call-to-action h3,
  .layout-call-to-action h4,
  .layout-call-to-action h5,
  .layout-call-to-action h6,
  .layout-call-to-action p {
    text-align: center; }
  .layout-call-to-action a {
    color: inherit;
    text-decoration: none;
    cursor: default;
    pointer-events: none; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-call-to-action a {
        display: block;
        width: 100%;
        text-decoration: underline;
        cursor: pointer;
        pointer-events: auto; } }
    .layout-call-to-action a span {
      text-decoration: inherit; }
      .layout-call-to-action a span.text-main {
        display: inline-block; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-call-to-action a span.text-main {
            display: none; }
            .layout-call-to-action a span.text-main.no-mobile-text {
              display: inline-block; } }
      .layout-call-to-action a span.text-mobile {
        display: inline-block; }
        @media screen and (min-width: 641px) {
          .layout-call-to-action a span.text-mobile {
            display: none; } }
  .layout-call-to-action.has-desktop-click a {
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto; }

.cf-call-to-action {
  padding-top: 25px;
  padding-bottom: 25px; }
  .cf-call-to-action h1,
  .cf-call-to-action h2,
  .cf-call-to-action h3,
  .cf-call-to-action h4,
  .cf-call-to-action h5,
  .cf-call-to-action h6,
  .cf-call-to-action p {
    text-align: center; }
  .cf-call-to-action .cta-wrapper {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .cf-call-to-action a {
    color: inherit;
    text-decoration: none;
    cursor: default;
    pointer-events: none; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .cf-call-to-action a {
        display: block;
        width: 100%;
        text-decoration: underline;
        cursor: pointer;
        pointer-events: auto; } }
    .cf-call-to-action a span {
      text-decoration: inherit; }
      .cf-call-to-action a span.text-main {
        display: inline-block; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .cf-call-to-action a span.text-main {
            display: none; }
            .cf-call-to-action a span.text-main.no-mobile-text {
              display: inline-block; } }
      .cf-call-to-action a span.text-mobile {
        display: inline-block; }
        @media screen and (min-width: 641px) {
          .cf-call-to-action a span.text-mobile {
            display: none; } }
  .cf-call-to-action.has-desktop-click a {
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto; }

.layout-channel-lineup {
  padding: 60px 15px;
  background-color: #333;
  text-align: center; }
  .layout-channel-lineup * {
    box-sizing: border-box; }
  .layout-channel-lineup h3 {
    color: #fff; }
  .layout-channel-lineup h4 {
    font-size: 1.125rem; }
  .layout-channel-lineup img.icon-close {
    width: 15px;
    height: 15px; }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup img.positive-icon {
      width: 50px;
      height: 50px;
      margin: 0; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup img.negative-icon {
      width: 50px;
      height: 50px;
      margin: 0; } }
  .layout-channel-lineup svg.icon-close {
    width: 15px;
    height: 15px; }
  .layout-channel-lineup svg.positive-icon {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 15px;
    fill: #000; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup svg.positive-icon {
        width: 25px;
        height: 20px;
        margin: 0; } }
  .layout-channel-lineup svg.negative-icon {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 15px;
    fill: #000; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup svg.negative-icon {
        width: 25px;
        height: 20px;
        margin: 0; } }
  .layout-channel-lineup .accordion {
    position: relative;
    margin-bottom: 20px;
    color: #999; }
    .layout-channel-lineup .accordion > .accordion-content {
      display: none;
      padding: 20px;
      background-color: #4d4d4d; }
    .layout-channel-lineup .accordion .categories {
      font-size: 0.875rem;
      width: 80%;
      margin-top: 15px;
      padding-right: 35px;
      padding-left: 35px;
      float: left;
      border-left: 1px solid;
      text-align: left; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-channel-lineup .accordion .categories {
          width: 100%;
          padding-top: 25px;
          padding-right: 0;
          padding-left: 0;
          float: none;
          border-top: 1px solid;
          border-left: 0; } }
      .layout-channel-lineup .accordion .categories h4 {
        font-size: 1rem;
        padding-bottom: 15px;
        font-weight: normal; }
      .layout-channel-lineup .accordion .categories span {
        font-size: 0.75rem;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 13px;
        padding: 10px 35px;
        border-radius: 20px;
        background-color: #333;
        color: #fff;
        text-align: center;
        cursor: pointer; }
        .layout-channel-lineup .accordion .categories span.active {
          background-color: #00aeff; }
        .layout-channel-lineup .accordion .categories span:hover {
          background-color: #00aeff; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-channel-lineup .accordion .categories .accordion-header {
          position: relative;
          cursor: pointer; } }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-channel-lineup .accordion .categories .accordion-header::after {
          font-size: 1.5rem;
          position: absolute;
          top: -5px;
          right: 0;
          content: '\0002B'; } }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-channel-lineup .accordion .categories .accordion-header.active::after {
          content: '\02212'; } }
    .layout-channel-lineup .accordion .filters {
      font-size: 0.875rem;
      width: 20%;
      margin-top: 15px;
      float: left;
      text-align: left; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-channel-lineup .accordion .filters {
          width: 100%;
          float: none; } }
      .layout-channel-lineup .accordion .filters h4 {
        font-size: 1rem;
        padding-bottom: 15px;
        font-weight: normal; }
      .layout-channel-lineup .accordion .filters span {
        display: block;
        position: relative;
        padding-bottom: 5px;
        padding-left: 25px;
        color: #fff;
        cursor: pointer; }
        .layout-channel-lineup .accordion .filters span::before {
          position: absolute;
          top: 2px;
          left: 0;
          width: 15px;
          height: 15px;
          border: 2px solid #999;
          border-radius: 50%;
          content: ''; }
        .layout-channel-lineup .accordion .filters span.active::before {
          border: 5px solid #00aeff;
          background-color: #fff; }
        .layout-channel-lineup .accordion .filters span:hover::before {
          border: 5px solid #00aeff;
          background-color: #fff; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-channel-lineup .accordion .filters .accordion-header {
          position: relative;
          cursor: pointer; } }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-channel-lineup .accordion .filters .accordion-header.active::after {
          content: '\02212'; } }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-channel-lineup .accordion .filters .accordion-header::after {
          font-size: 1.5rem;
          position: absolute;
          top: -5px;
          right: 0;
          content: '\0002B'; } }
    .layout-channel-lineup .accordion .search {
      font-size: 0.875rem;
      position: relative;
      padding: 5px;
      padding-left: 35px; }
      .layout-channel-lineup .accordion .search::before {
        display: block;
        position: absolute;
        top: 6px;
        left: 0;
        width: 24px;
        height: 24px;
        background-color: #fff;
        content: ''; }
      .layout-channel-lineup .accordion .search input {
        width: 100%;
        border: 0;
        background-color: #4d4d4d;
        line-height: 24px; }
        .layout-channel-lineup .accordion .search input:focus {
          outline: 0; }
    .layout-channel-lineup .accordion .trigger-search {
      font-size: 0.75rem;
      position: absolute;
      top: -40px;
      right: 0;
      padding-top: 10px;
      padding-right: 25px;
      padding-bottom: 10px;
      padding-left: 10px;
      color: #fff;
      cursor: pointer; }
      .layout-channel-lineup .accordion .trigger-search::after {
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        width: 18px;
        height: 18px;
        background-color: #fff;
        content: ''; }
      .layout-channel-lineup .accordion .trigger-search.spanish::before {
        content: 'Buscar'; }
      .layout-channel-lineup .accordion .trigger-search::before {
        content: 'Search'; }
      .layout-channel-lineup .accordion .trigger-search.active {
        color: #00aeff; }
        .layout-channel-lineup .accordion .trigger-search.active::after {
          background-color: transparent;
          content: 'X'; }
        .layout-channel-lineup .accordion .trigger-search.active.spanish::before {
          content: 'Cancelar'; }
        .layout-channel-lineup .accordion .trigger-search.active::before {
          content: 'Cancel'; }
      .layout-channel-lineup .accordion .trigger-search:hover {
        color: #00aeff; }
        .layout-channel-lineup .accordion .trigger-search:hover::after {
          background-color: #00aeff; }
    .layout-channel-lineup .accordion .trigger-sort {
      font-size: 0.75rem;
      position: absolute;
      top: -40px;
      right: 75px;
      padding-top: 10px;
      padding-right: 23px;
      padding-bottom: 10px;
      padding-left: 10px;
      color: #fff;
      cursor: pointer; }
      .layout-channel-lineup .accordion .trigger-sort::after {
        font-size: 0.625rem;
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        width: 18px;
        transform: rotate(90deg);
        line-height: 18px;
        content: '\0276F'; }
      .layout-channel-lineup .accordion .trigger-sort.active {
        color: #00aeff; }
        .layout-channel-lineup .accordion .trigger-sort.active::after {
          transform: rotate(-90deg); }
      .layout-channel-lineup .accordion .trigger-sort:hover {
        color: #00aeff; }
        .layout-channel-lineup .accordion .trigger-sort:hover::after {
          transform: rotate(90deg); }
  .layout-channel-lineup .after {
    color: #fff; }
  .layout-channel-lineup .before {
    color: #fff; }
  .layout-channel-lineup .channel {
    width: 50%;
    min-height: 150px;
    padding: 10px 25px;
    float: left;
    border: 1px solid #333;
    background-color: #fff;
    text-align: center; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .layout-channel-lineup .channel {
        width: 25%; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .channel {
        width: 100%;
        min-height: auto;
        padding: 0;
        border: 0; } }
    .layout-channel-lineup .channel > h4 {
      position: relative;
      min-height: 100px;
      cursor: pointer; }
      @media screen and (min-width: 1025px) {
        .layout-channel-lineup .channel > h4 {
          display: none; } }
      .layout-channel-lineup .channel > h4 .channel-number {
        position: absolute;
        bottom: -25px;
        left: 50%;
        width: 30px;
        margin-left: -15px; }
  .layout-channel-lineup .channel:nth-of-type(-n+2) {
    border-top: 0; }
  .layout-channel-lineup .channel:nth-last-of-type(-n+2) {
    border-bottom: 0; }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .channel:nth-of-type(-n+4) {
      border-top: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .channel:nth-last-of-type(-n+4) {
      border-bottom: 0; } }
  .layout-channel-lineup .channel:nth-of-type(odd) {
    border-left: 0; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .layout-channel-lineup .channel:nth-of-type(odd) {
        border: 1px solid #333; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .channel:nth-of-type(odd) {
        border: 0; } }
  .layout-channel-lineup .channel:nth-of-type(even) {
    border-right: 0; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .layout-channel-lineup .channel:nth-of-type(even) {
        border: 1px solid #333; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .channel:nth-of-type(even) {
        border: 0; } }
  .layout-channel-lineup .channel-container {
    max-height: 525px;
    overflow-y: auto; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .channel-container {
        max-height: 475px;
        overflow-y: scroll; } }
  .layout-channel-lineup .channel-description {
    font-size: 0.875rem;
    display: table-cell;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 0;
    background-color: #fff;
    color: #000;
    line-height: 1.25;
    text-align: left;
    vertical-align: top; }
    @media screen and (min-width: 1025px) and (max-width: 1440px) {
      .layout-channel-lineup .channel-description {
        border: 1px solid #333; } }
    .layout-channel-lineup .channel-description p {
      padding: 10px; }
  .layout-channel-lineup .channel-details {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: left;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25);
    z-index: 999; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .channel-details {
        display: table;
        position: static;
        background-color: #333;
        text-align: center;
        box-shadow: none; } }
    .layout-channel-lineup .channel-details div {
      padding: 15px;
      clear: both; }
      @media screen and (min-width: 1025px) {
        .layout-channel-lineup .channel-details div {
          padding: 0;
          clear: none; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .channel-details h4 {
        font-size: 0.9375rem;
        margin-top: 0;
        line-height: 90px; } }
  .layout-channel-lineup .channel-header {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    border-bottom: 2px solid #333;
    text-align: left; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .channel-header {
        display: table-cell;
        position: relative;
        margin-bottom: 0;
        border: 1px solid #333;
        background-color: #fff; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .channel-header > h4 {
        line-height: 1; } }
    .layout-channel-lineup .channel-header .channel-logo {
      width: 70px;
      float: left; }
      @media screen and (min-width: 1025px) {
        .layout-channel-lineup .channel-header .channel-logo {
          margin-top: 10px;
          margin-right: 0;
          margin-bottom: 10px;
          margin-left: 0;
          padding-left: 15px;
          float: none; } }
    .layout-channel-lineup .channel-header .channel-name {
      float: left;
      clear: left; }
      @media screen and (min-width: 1025px) {
        .layout-channel-lineup .channel-header .channel-name {
          padding-right: 5px;
          padding-left: 15px;
          float: none;
          clear: left; } }
    .layout-channel-lineup .channel-header .channel-number {
      padding-top: 11px;
      float: right; }
      @media screen and (min-width: 1025px) {
        .layout-channel-lineup .channel-header .channel-number {
          position: absolute;
          top: 5px;
          right: 0;
          width: 30px;
          margin-left: 0; } }
  .layout-channel-lineup .channel-logo {
    display: block;
    width: 45px;
    margin: 0 auto; }
  .layout-channel-lineup .channel-name {
    font-size: 0.8125rem;
    display: block;
    padding: 10px 5px;
    color: #999;
    line-height: 1; }
  .layout-channel-lineup .channel-number {
    font-size: 0.75rem;
    display: block;
    line-height: 1; }
  .layout-channel-lineup .channels {
    position: relative; }
  .layout-channel-lineup .filtered-container .mix {
    display: none; }
  .layout-channel-lineup .icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .icon-close {
        display: none; } }
  .layout-channel-lineup .layout-legal {
    color: #fff; }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(2),
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(2) ~ div {
      width: 50%; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(3),
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(3) ~ div {
      width: 33.33333%; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(4),
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(4) ~ div {
      width: 25%; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(5),
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(5) ~ div {
      width: 20%; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(6),
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(6) ~ div {
      width: 16.66667%; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(7),
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(7) ~ div {
      width: 14.28571%; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(8),
    .layout-channel-lineup .lineup > div:first-child:nth-last-child(8) ~ div {
      width: 12.5%; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .listing-header {
      display: table-cell;
      padding: 50px 15px;
      border: 1px solid #333;
      background-color: #777;
      text-align: center;
      vertical-align: middle; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .listing-header h3 {
      font-size: 1.0625rem; } }
  .layout-channel-lineup .mobile-intro {
    padding-bottom: 25px; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .mobile-intro {
        visibility: hidden; } }
  .layout-channel-lineup .negative-icon {
    font-size: 1.5625rem;
    display: inline-block;
    width: 25px;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;
    line-height: 1; }
  .layout-channel-lineup .no-results {
    padding: 20px;
    background-color: #fff; }
  .layout-channel-lineup .package-btn {
    display: none; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn {
        display: table-cell;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        border: 1px solid #333;
        background-color: #005b7f;
        text-align: center;
        vertical-align: middle; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn:last-of-type {
        border-right: 0; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn a {
        display: block;
        color: #fff;
        line-height: 50px; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn h3 {
        padding: 10px; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn h3:nth-of-type(1) {
        font-size: 1.0625rem;
        padding-top: 15px;
        border-bottom: 1px solid #333; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn h3:nth-of-type(1) span {
        font-size: 0.8rem;
        display: block; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn h3:nth-of-type(2) {
        font-size: 1.5625rem;
        padding-top: 5px;
        border-top: 1px solid #333;
        line-height: 1.75; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn h3:nth-of-type(2) span {
        font-size: 0.78125rem;
        display: block; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-btn span .package-name {
        display: none; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-footers {
      display: table;
      width: 100%;
      border: 0; } }
  .layout-channel-lineup .package-headers {
    display: none; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-headers {
        display: table;
        width: 100%; } }
  .layout-channel-lineup .package-indicator {
    position: relative;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-left: 35px;
    color: #000;
    vertical-align: middle; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-indicator {
        display: table-cell;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        border: 1px solid #333;
        background-color: #999;
        text-align: center;
        vertical-align: middle; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-indicator:last-of-type {
        border-right: 0; } }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-indicator span .package-name {
        display: none; } }
  .layout-channel-lineup .package-indicator::before {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #999;
    content: ''; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-indicator::before {
        display: none; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-info {
      display: table-cell;
      margin-bottom: 0;
      margin-left: 0;
      padding: 0;
      border: 1px solid #333;
      background-color: #005b7f;
      text-align: center;
      vertical-align: middle; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-info:last-of-type {
      border-right: 0; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-info h3 {
      padding: 10px; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-info h3:nth-of-type(1) {
      font-size: 1.0625rem;
      padding-top: 15px;
      border-bottom: 1px solid #333; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-info h3:nth-of-type(1) span {
      font-size: 0.85rem;
      display: block; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-info h3:nth-of-type(2) {
      font-size: 1.5625rem;
      padding-top: 5px;
      border-top: 1px solid #333;
      line-height: 1.75; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-info h3:nth-of-type(2) span {
      font-size: 0.78125rem;
      display: block; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-info span .package-name {
      display: none; } }
  .layout-channel-lineup .package-markup {
    display: none; }
    @media screen and (min-width: 1025px) {
      .layout-channel-lineup .package-markup {
        display: table-cell; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-placeholder {
      display: table-cell;
      margin-bottom: 0;
      margin-left: 0;
      padding: 0;
      border: 1px solid #333;
      background-color: #333;
      text-align: center;
      vertical-align: middle; } }
  @media screen and (min-width: 1025px) {
    .layout-channel-lineup .package-placeholder span .package-name {
      display: none; } }
  .layout-channel-lineup .positive-icon {
    font-size: 1.5625rem;
    display: inline-block;
    width: 25px;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;
    line-height: 1; }
  .layout-channel-lineup .single-package.channel > h4 {
    cursor: auto; }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel {
      width: 100%;
      min-height: auto;
      padding: 0;
      border: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel > h4 {
      display: none; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel:nth-of-type(-n+4) {
      border-top: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel:nth-last-of-type(-n+4) {
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel:nth-of-type(even) {
      border: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel:nth-of-type(odd) {
      border: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-container {
      max-height: 475px;
      overflow-y: scroll; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-description {
      border: 1px solid #333; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-details {
      display: table;
      position: static;
      background-color: #fff;
      text-align: center;
      box-shadow: none; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-details h4 {
      font-size: 0.9375rem;
      margin-top: 0;
      line-height: 90px; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-details div {
      padding: 0;
      clear: none; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-header {
      display: table-cell;
      position: relative;
      margin-bottom: 0;
      border: 1px solid #333;
      border-bottom: 0;
      background-color: #fff; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-header > h4 {
      line-height: 1; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-header .channel-logo {
      margin-top: 10px;
      margin-right: 0;
      margin-bottom: 10px;
      margin-left: 0;
      padding-left: 15px;
      float: none; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-header .channel-name {
      padding-right: 5px;
      padding-left: 15px;
      float: none;
      clear: left; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .channel-header .channel-number {
      position: absolute;
      top: 5px;
      right: 0;
      width: 30px;
      margin-left: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .icon-close {
      display: none; } }
  .layout-channel-lineup .single-package .lineup > div:first-child:nth-last-child(2),
  .layout-channel-lineup .single-package .lineup > div:first-child:nth-last-child(2) ~ div {
    width: 100%; }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .lineup > div:first-child:nth-last-child(2),
      .layout-channel-lineup .single-package .lineup > div:first-child:nth-last-child(2) ~ div {
        width: 50%; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .lineup > div:first-child:nth-last-child(3),
    .layout-channel-lineup .single-package .lineup > div:first-child:nth-last-child(3) ~ div {
      width: 33.3333%; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .listing-header {
      display: table-cell;
      padding: 50px 15px;
      border: 1px solid #333;
      background-color: #777;
      text-align: center;
      vertical-align: middle; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .listing-header h3 {
      font-size: 1.0625rem; } }
  .layout-channel-lineup .single-package .mobile-intro {
    display: none; }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .mobile-intro {
        visibility: hidden; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-btn {
      display: table-cell;
      margin-bottom: 0;
      margin-left: 0;
      padding: 0;
      border: 1px solid #333;
      background-color: #005b7f;
      text-align: center;
      vertical-align: middle; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-btn:last-of-type {
      border-right: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-btn h3 {
      padding: 10px; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-btn h3:nth-of-type(1) {
      font-size: 1.0625rem;
      padding-top: 15px;
      border-bottom: 1px solid #333; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-btn h3:nth-of-type(1) span {
      font-size: 0.85rem;
      display: block; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-btn h3:nth-of-type(2) {
      font-size: 1.5625rem;
      padding-top: 5px;
      border-top: 1px solid #333;
      line-height: 1.75; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-btn h3:nth-of-type(2) span {
      font-size: 0.78125rem;
      display: block; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-btn span.package-name {
      display: none; } }
  .layout-channel-lineup .single-package .package-channels {
    font-size: 1.5625rem;
    padding-top: 5px;
    border-top: 1px solid #333;
    line-height: 1.75; }
    .layout-channel-lineup .single-package .package-channels span {
      font-size: 0.78125rem;
      display: block; }
  .layout-channel-lineup .single-package .package-headers {
    display: table;
    width: 100%; }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-indicator {
      display: table-cell;
      margin-bottom: 0;
      margin-left: 0;
      padding: 0;
      border: 1px solid #333;
      background-color: #999;
      text-align: center;
      vertical-align: middle; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-indicator::before {
      display: none; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-indicator:last-of-type {
      border-right: 0; } }
  @media screen and (min-width: 641px) {
    .layout-channel-lineup .single-package .package-indicator span.package-name {
      display: none; } }
  .layout-channel-lineup .single-package .package-info {
    background-color: #005b7f; }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-info {
        display: table-cell;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        border: 1px solid #333;
        background-color: #005b7f;
        text-align: center;
        vertical-align: middle; } }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-info:last-of-type {
        border-right: 0; } }
    .layout-channel-lineup .single-package .package-info h3 {
      padding: 10px; }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-info h3:nth-of-type(1) {
        font-size: 1.0625rem;
        padding-top: 15px;
        border-bottom: 1px solid #333; } }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-info h3:nth-of-type(1) span {
        font-size: 0.85rem;
        display: block; } }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-info h3:nth-of-type(2) {
        font-size: 1.5625rem;
        padding-top: 5px;
        border-top: 1px solid #333;
        line-height: 1.75; } }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-info h3:nth-of-type(2) span {
        font-size: 0.78125rem;
        display: block; } }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-info span.package-name {
        display: none; } }
  .layout-channel-lineup .single-package .package-placeholder {
    display: none; }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-placeholder {
        display: table-cell;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        border: 1px solid #333;
        background-color: #333;
        text-align: center;
        vertical-align: middle; } }
    @media screen and (min-width: 641px) {
      .layout-channel-lineup .single-package .package-placeholder span.package-name {
        display: none; } }
  .layout-channel-lineup .single-package .package-name {
    font-size: 1.0625rem;
    padding-top: 15px;
    border-bottom: 1px solid #333; }
    .layout-channel-lineup .single-package .package-name span {
      font-size: 0.85rem;
      display: block; }

.layout-desktop-comparison-table {
  padding: 50px 0;
  background-color: #f2f2f2; }
  .layout-desktop-comparison-table .introduction {
    text-align: center; }
    .layout-desktop-comparison-table .introduction .intro-disclaimer p {
      font-size: 0.625rem; }
  .layout-desktop-comparison-table .table-container {
    padding-top: 25px; }
    .layout-desktop-comparison-table .table-container table {
      border: 0; }
    .layout-desktop-comparison-table .table-container thead {
      background-color: #f2f2f2; }
    .layout-desktop-comparison-table .table-container th {
      padding: 15px 0;
      color: #fff;
      text-align: center; }
      .layout-desktop-comparison-table .table-container th:nth-child(n+2) {
        background-color: #b3b3b3; }
      .layout-desktop-comparison-table .table-container th:nth-child(-n+3) {
        border-right: 2px solid #f2f2f2; }
      .layout-desktop-comparison-table .table-container th.main-header {
        background-color: #b3b3b3; }
    .layout-desktop-comparison-table .table-container td h5 {
      padding-bottom: 5px;
      font-weight: bold; }
    .layout-desktop-comparison-table .table-container td ul {
      font-size: 0.75rem;
      padding: 0;
      padding-left: 15px; }
    .layout-desktop-comparison-table .table-container td.unchecked div {
      display: none; }
    .layout-desktop-comparison-table .table-container td:first-child {
      padding: 25px; }
    .layout-desktop-comparison-table .table-container td:nth-child(-n+3) {
      border-right: 2px solid #f2f2f2; }
    .layout-desktop-comparison-table .table-container td:nth-child(n+2) {
      font-size: 1.5rem;
      padding: 0;
      text-align: center; }
      .layout-desktop-comparison-table .table-container td:nth-child(n+2) a {
        display: block;
        padding: 15px 0;
        border-bottom: 2px solid #0092c8;
        background-color: #00aeef;
        color: #fff;
        font-weight: bold;
        text-align: center; }
    .layout-desktop-comparison-table .table-container a.hidden {
      visibility: hidden; }
    .layout-desktop-comparison-table .table-container tr {
      border-bottom: 2px solid #f2f2f2;
      background-color: #fff; }
      .layout-desktop-comparison-table .table-container tr.buttons {
        background-color: #f2f2f2; }
    .layout-desktop-comparison-table .table-container .layout-legal {
      text-align: center; }

.cookie-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3b4045;
  z-index: 100; }

.cookie-disclaimer-copy {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 16px; }
  .cookie-disclaimer-copy a {
    color: #fff; }

.cookie-disclaimer-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  font-size: 16px;
  cursor: pointer; }

.layout-feature {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0; }
  .layout-feature img {
    display: block;
    margin: 0 auto; }
  .layout-feature .feature-content,
  .layout-feature .layout-legal,
  .layout-feature .image-legal {
    text-align: center; }

.cf-feature {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0; }
  @media screen and (min-width: 1025px) {
    .cf-feature.large-collapse {
      padding-right: 0;
      padding-left: 0; } }
  .cf-feature img {
    display: block;
    margin: 0 auto; }
  .cf-feature .feature-content,
  .cf-feature .layout-legal,
  .cf-feature .image-legal {
    text-align: center; }
  .cf-feature .image-content,
  .cf-feature .feature-content {
    padding-right: .9375rem;
    padding-left: .9375rem; }
    .cf-feature .image-content.collapse,
    .cf-feature .feature-content.collapse {
      padding-right: 0;
      padding-left: 0; }
  @media screen and (min-width: 641px) {
    .cf-feature .mobile-image {
      display: none; } }
  .cf-feature .medium-image {
    display: none; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .cf-feature .medium-image {
        display: block; } }
  .cf-feature .desktop-image {
    display: none; }
    @media screen and (min-width: 1025px) {
      .cf-feature .desktop-image {
        display: block; } }

.layout-flex-table {
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0; }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable {
      padding: 50px 30px; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .layout-flex-table.flex-enable {
      padding: 25px 0; } }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable table,
    .layout-flex-table.flex-enable tbody,
    .layout-flex-table.flex-enable td,
    .layout-flex-table.flex-enable th,
    .layout-flex-table.flex-enable thead,
    .layout-flex-table.flex-enable tr {
      display: block; } }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; } }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable td {
      position: relative;
      padding-top: 25px;
      padding-right: 15px;
      padding-bottom: 25px;
      padding-left: 50%;
      border: 0;
      border-bottom: 1px solid #c3c0bf;
      background-color: #fff; } }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable td:first-of-type {
      font-size: 1rem;
      padding-left: inherit;
      background-color: #444;
      color: #fff;
      text-align: center; } }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable td:nth-of-type(even) {
      background-color: #f2f2f2; } }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable td::before {
      position: absolute;
      top: 50%;
      left: 15px;
      width: 45%;
      height: 20px;
      margin-top: -10px;
      padding-right: 10px;
      font-weight: bold;
      text-align: left; } }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable td:nth-child(n+2)::before {
      content: attr(data-mobile-header); } }
  @media screen and (max-width: 1024px) {
    .layout-flex-table.flex-enable tr {
      margin-bottom: 25px; } }
  .layout-flex-table table {
    width: 100%;
    border: 0;
    border-collapse: collapse; }
  .layout-flex-table td,
  .layout-flex-table th {
    padding: 25px;
    text-align: center; }
  .layout-flex-table th {
    font-size: 1rem;
    background-color: #444;
    color: #fff; }
  .layout-flex-table td {
    font-size: 0.875rem;
    border-right: 1px solid #c3c0bf; }
    .layout-flex-table td:first-of-type {
      font-weight: bold; }
    .layout-flex-table td:last-of-type {
      border-right: 0; }
  .layout-flex-table tr:nth-of-type(even) {
    background-color: #f2f2f2; }

.layout-form .control--checkbox, .layout-form .control--radio {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  cursor: pointer; }

.layout-form input[type="text"].open, .layout-form input[type="email"].open, .layout-form input[type="password"].open, .layout-form input[type="tel"].open, .layout-form input[type="number"].open, .layout-form select.open ~ .select--styled, .layout-form textarea.open {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none; }

.layout-form {
  color: #666; }
  .layout-form * {
    box-sizing: border-box; }
  .layout-form button {
    padding: 10px 25px;
    border: 0;
    background-color: #00aeef;
    color: #fff; }
    .layout-form button:hover {
      background-color: #0089bc; }
  .layout-form input[type="text"], .layout-form input[type="email"], .layout-form input[type="password"], .layout-form input[type="tel"], .layout-form input[type="number"] {
    font-size: 0.9375rem;
    height: 45px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    line-height: 45px; }
    .layout-form input[type="text"][readonly], .layout-form input[type="email"][readonly], .layout-form input[type="password"][readonly], .layout-form input[type="tel"][readonly], .layout-form input[type="number"][readonly] {
      background-color: #ededed; }
    .layout-form input[type="text"]:focus, .layout-form input[type="email"]:focus, .layout-form input[type="password"]:focus, .layout-form input[type="tel"]:focus, .layout-form input[type="number"]:focus {
      border-color: #00aeef;
      outline: none;
      box-shadow: none; }
    .layout-form input[type="text"].completed, .layout-form input[type="email"].completed, .layout-form input[type="password"].completed, .layout-form input[type="tel"].completed, .layout-form input[type="number"].completed {
      border-color: #666;
      color: #666; }
    .layout-form input[type="text"].parsley-error, .layout-form input[type="email"].parsley-error, .layout-form input[type="password"].parsley-error, .layout-form input[type="tel"].parsley-error, .layout-form input[type="number"].parsley-error {
      border-color: #ed1c24;
      background-color: rgba(237, 28, 36, 0.15);
      color: #ed1c24; }
      .layout-form input[type="text"].parsley-error::-webkit-input-placeholder, .layout-form input[type="email"].parsley-error::-webkit-input-placeholder, .layout-form input[type="password"].parsley-error::-webkit-input-placeholder, .layout-form input[type="tel"].parsley-error::-webkit-input-placeholder, .layout-form input[type="number"].parsley-error::-webkit-input-placeholder {
        color: #ed1c24; }
      .layout-form input[type="text"].parsley-error:placeholder-shown, .layout-form input[type="email"].parsley-error:placeholder-shown, .layout-form input[type="password"].parsley-error:placeholder-shown, .layout-form input[type="tel"].parsley-error:placeholder-shown, .layout-form input[type="number"].parsley-error:placeholder-shown {
        color: #ed1c24; }
  .layout-form input[type="checkbox"], .layout-form input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .layout-form label {
    font-size: 0.75rem;
    padding-bottom: 5px; }
    .layout-form label.required-field::before {
      font-size: 1.05rem;
      color: #00aeef;
      content: '*'; }
  .layout-form.trailing-required label.required-field::before {
    display: none; }
  .layout-form.trailing-required label.required-field::after {
    font-size: 1.05rem;
    color: #00aeef;
    content: '*'; }
  .layout-form select {
    width: auto; }
    .layout-form select.completed ~ .select--styled {
      border-color: #666;
      color: #666; }
    .layout-form select.parsley-error ~ .select--styled {
      border-color: #ed1c24;
      background-color: rgba(237, 28, 36, 0.15);
      color: #ed1c24; }
      .layout-form select.parsley-error ~ .select--styled::-webkit-input-placeholder {
        color: #ed1c24; }
      .layout-form select.parsley-error ~ .select--styled:placeholder-shown {
        color: #ed1c24; }
      .layout-form select.parsley-error ~ .select--styled::after {
        width: 20px;
        height: 20px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ed1c24" viewBox="-3 -3 30 30"%3E%3Cpolygon points="7.41 15.41 12 10.83 16.59 15.41 18 14 12 8 6 14" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        top: 7px;
        right: 0;
        width: 35px;
        height: 30px; }
    .layout-form select.parsley-error.has-divider ~ .select--styled::after {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ed1c24" viewBox="-3 -3 30 30"%3E%3Cpolygon points="7.41 15.41 12 10.83 16.59 15.41 18 14 12 8 6 14" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      top: 7px;
      right: 0;
      width: 35px;
      height: 30px;
      border-right: 1px solid #ed1c24; }
    .layout-form select.parsley-error.has-divider ~ .select--styled:active::after, .layout-form select.parsley-error.has-divider ~ .select--styled.active::after {
      border-right: 0;
      border-left: 1px solid #ed1c24; }
    .layout-form select.has-divider ~ .select--styled::after {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300aeef" viewBox="-3 -3 30 30"%3E%3Cpolygon points="7.41 15.41 12 10.83 16.59 15.41 18 14 12 8 6 14" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      top: 7px;
      right: 0;
      width: 35px;
      height: 30px;
      border-right: 1px solid #ccc; }
    .layout-form select.has-divider ~ .select--styled:active::after, .layout-form select.has-divider ~ .select--styled.active::after {
      border-right: 0;
      border-left: 1px solid #ccc; }
  .layout-form textarea {
    position: relative;
    padding: 5px 10px;
    border: 1px solid #ccc;
    resize: none; }
    .layout-form textarea[readonly] {
      background-color: #ededed; }
    .layout-form textarea.completed {
      border-color: #666;
      color: #666; }
    .layout-form textarea:focus {
      border-color: #00aeef;
      outline: none;
      box-shadow: none; }
    .layout-form textarea.parsley-error {
      border-color: #ed1c24;
      background-color: rgba(237, 28, 36, 0.15);
      color: #ed1c24; }
      .layout-form textarea.parsley-error::-webkit-input-placeholder {
        color: #ed1c24; }
      .layout-form textarea.parsley-error:placeholder-shown {
        color: #ed1c24; }
  .layout-form .control--checkbox:hover input ~ .control__indicator,
  .layout-form .control--checkbox input:focus ~ .control__indicator {
    border-color: #ccc; }
  .layout-form .control--checkbox .control__indicator::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 20 20"%3E%3Cpolygon points="5.625 10.10625 3.01875 7.5 2.13125 8.38125 5.625 11.875 13.125 4.375 12.24375 3.49375" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: ''; }
  .layout-form .control--checkbox input:checked ~ .control__indicator {
    border: 0;
    background-color: #00aeef; }
    .layout-form .control--checkbox input:checked ~ .control__indicator::after {
      display: block; }
  .layout-form .control--radio .control__indicator {
    border-radius: 50%; }
    .layout-form .control--radio .control__indicator::after {
      top: 5px;
      left: 5px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #fff; }
  .layout-form .control--radio:hover input ~ .control__indicator,
  .layout-form .control--radio input:focus ~ .control__indicator {
    border-color: #ccc; }
  .layout-form .control--radio input:checked ~ .control__indicator {
    border: 0;
    background-color: #00aeef; }
    .layout-form .control--radio input:checked ~ .control__indicator::after {
      display: block; }
  .layout-form .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #e6e6e6; }
    .layout-form .control__indicator::after {
      display: none;
      position: absolute;
      content: ''; }
  .layout-form .icon-wrapper {
    position: relative; }
    .layout-form .icon-wrapper input,
    .layout-form .icon-wrapper textarea {
      padding-left: 55px; }
    .layout-form .icon-wrapper.envelope::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ccc" viewBox="2 0 25 25"%3E%3Cpath d="M20,4 L4,4 C2.9,4 2.01,4.9 2.01,6 L2,18 C2,19.1 2.9,20 4,20 L20,20 C21.1,20 22,19.1 22,18 L22,6 C22,4.9 21.1,4 20,4 L20,4 Z M20,18 L4,18 L4,8 L12,13 L20,8 L20,18 L20,18 Z M12,11 L4,6 L20,6 L12,11 L12,11 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #ccc;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.envelope.active::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300aeef" viewBox="2 0 25 25"%3E%3Cpath d="M20,4 L4,4 C2.9,4 2.01,4.9 2.01,6 L2,18 C2,19.1 2.9,20 4,20 L20,20 C21.1,20 22,19.1 22,18 L22,6 C22,4.9 21.1,4 20,4 L20,4 Z M20,18 L4,18 L4,8 L12,13 L20,8 L20,18 L20,18 Z M12,11 L4,6 L20,6 L12,11 L12,11 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #00aeef;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.envelope.completed::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23666" viewBox="2 0 25 25"%3E%3Cpath d="M20,4 L4,4 C2.9,4 2.01,4.9 2.01,6 L2,18 C2,19.1 2.9,20 4,20 L20,20 C21.1,20 22,19.1 22,18 L22,6 C22,4.9 21.1,4 20,4 L20,4 Z M20,18 L4,18 L4,8 L12,13 L20,8 L20,18 L20,18 Z M12,11 L4,6 L20,6 L12,11 L12,11 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #666;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.envelope.has-errors::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ed1c24" viewBox="2 0 25 25"%3E%3Cpath d="M20,4 L4,4 C2.9,4 2.01,4.9 2.01,6 L2,18 C2,19.1 2.9,20 4,20 L20,20 C21.1,20 22,19.1 22,18 L22,6 C22,4.9 21.1,4 20,4 L20,4 Z M20,18 L4,18 L4,8 L12,13 L20,8 L20,18 L20,18 Z M12,11 L4,6 L20,6 L12,11 L12,11 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #ed1c24;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.phone::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ccc" viewBox="2 0 25 25"%3E%3Cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #ccc;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.phone.active::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300aeef" viewBox="2 0 25 25"%3E%3Cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #00aeef;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.phone.completed::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23666" viewBox="2 0 25 25"%3E%3Cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #666;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.phone.has-errors::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ed1c24" viewBox="2 0 25 25"%3E%3Cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #ed1c24;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.pencil::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ccc" viewBox="2 0 25 25"%3E%3Cpath d="M3,17.25 L3,21 L6.75,21 L17.81,9.94 L14.06,6.19 L3,17.25 L3,17.25 Z M20.71,7.04 C21.1,6.65 21.1,6.02 20.71,5.63 L18.37,3.29 C17.98,2.9 17.35,2.9 16.96,3.29 L15.13,5.12 L18.88,8.87 L20.71,7.04 L20.71,7.04 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #ccc;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.pencil.active::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300aeef" viewBox="2 0 25 25"%3E%3Cpath d="M3,17.25 L3,21 L6.75,21 L17.81,9.94 L14.06,6.19 L3,17.25 L3,17.25 Z M20.71,7.04 C21.1,6.65 21.1,6.02 20.71,5.63 L18.37,3.29 C17.98,2.9 17.35,2.9 16.96,3.29 L15.13,5.12 L18.88,8.87 L20.71,7.04 L20.71,7.04 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #00aeef;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.pencil.completed::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23666" viewBox="2 0 25 25"%3E%3Cpath d="M3,17.25 L3,21 L6.75,21 L17.81,9.94 L14.06,6.19 L3,17.25 L3,17.25 Z M20.71,7.04 C21.1,6.65 21.1,6.02 20.71,5.63 L18.37,3.29 C17.98,2.9 17.35,2.9 16.96,3.29 L15.13,5.12 L18.88,8.87 L20.71,7.04 L20.71,7.04 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #666;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
    .layout-form .icon-wrapper.pencil.has-errors::before {
      width: 20px;
      height: 20px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ed1c24" viewBox="2 0 25 25"%3E%3Cpath d="M3,17.25 L3,21 L6.75,21 L17.81,9.94 L14.06,6.19 L3,17.25 L3,17.25 Z M20.71,7.04 C21.1,6.65 21.1,6.02 20.71,5.63 L18.37,3.29 C17.98,2.9 17.35,2.9 16.96,3.29 L15.13,5.12 L18.88,8.87 L20.71,7.04 L20.71,7.04 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      content: '';
      height: 25px;
      width: 35px;
      border-right: 1px solid #ed1c24;
      position: absolute;
      top: 10px;
      left: 8px;
      z-index: 10; }
  .layout-form .input-container {
    display: flex;
    position: relative;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px; }
    .layout-form .input-container .icon-wrapper {
      width: 100%; }
    .layout-form .input-container .input-container {
      margin-bottom: 0; }
    .layout-form .input-container.full-width {
      align-items: stretch; }
      .layout-form .input-container.full-width input[type="text"], .layout-form .input-container.full-width input[type="password"], .layout-form .input-container.full-width input[type="email"], .layout-form .input-container.full-width input[type="tel"], .layout-form .input-container.full-width input[type="number"] {
        width: 100%; }
      .layout-form .input-container.full-width textarea,
      .layout-form .input-container.full-width select,
      .layout-form .input-container.full-width .select {
        width: 100%; }
    .layout-form .input-container .input-group {
      position: relative; }
      .layout-form .input-container .input-group .input-container:not(:last-of-type) {
        margin-bottom: 30px; }
    .layout-form .input-container.inline-group .input-group {
      display: flex; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-form .input-container.inline-group .input-group {
          flex-direction: column; } }
      .layout-form .input-container.inline-group .input-group .control--radio,
      .layout-form .input-container.inline-group .input-group .control--checkbox {
        margin-right: 10px; }
      .layout-form .input-container.inline-group .input-group .input-container {
        flex: 1;
        flex-basis: auto;
        margin-right: 10px;
        margin-bottom: 0; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-form .input-container.inline-group .input-group .input-container {
            margin-right: 0;
            margin-bottom: 10px; } }
      .layout-form .input-container.inline-group .input-group .input-container:last-of-type {
        margin-right: 0; }
  .layout-form .parsley-errors-list {
    font-size: 0.75rem;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    color: #ed1c24;
    font-weight: bold;
    opacity: 0;
    list-style-type: none; }
  .layout-form .control--radio + .parsley-errors-list,
  .layout-form .control--checkbox + .parsley-errors-list {
    left: 0;
    width: 200%; }
  .layout-form .parsley-error + .parsley-errors-list {
    opacity: 1; }
  .layout-form .left-align-errors .parsley-errors-list {
    right: initial;
    left: 0; }
  .layout-form .select {
    font-size: 0.9375rem;
    display: inline-block;
    position: relative;
    width: 220px;
    height: 45px;
    color: #999;
    line-height: 30px;
    cursor: pointer; }
    .layout-form .select--hidden {
      display: none;
      padding-right: 10px;
      visibility: hidden; }
    .layout-form .select--styled {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 8px 15px;
      border: 1px solid #ccc;
      background-color: #fff; }
      .layout-form .select--styled::after {
        width: 20px;
        height: 20px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300aeef" viewBox="0 0 20 20"%3E%3Cpolygon points="7.41 15.41 12 10.83 16.59 15.41 18 14 12 8 6 14" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        position: absolute;
        top: 15px;
        right: 10px;
        transform: rotate(180deg);
        content: ''; }
      .layout-form .select--styled:hover {
        background-color: #fafafa; }
      .layout-form .select--styled:active, .layout-form .select--styled.active {
        border-color: #00aeef;
        background-color: #f2f2f2; }
        .layout-form .select--styled:active::after, .layout-form .select--styled.active::after {
          width: 20px;
          height: 20px;
          background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300aeef" viewBox="0 0 20 20"%3E%3Cpolygon points="7.41 15.41 12 10.83 16.59 15.41 18 14 12 8 6 14" /%3E%3C/svg%3E');
          background-repeat: no-repeat;
          background-position: 50% 50%;
          content: '';
          top: 10px;
          right: 15px;
          transform: rotate(0deg); }
    .layout-form .select__options {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      margin: 0;
      padding: 0;
      background-color: #fff;
      list-style: none;
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.33);
      z-index: 999; }
      .layout-form .select__options li {
        margin: 0;
        padding: 12px 0;
        border: 1px solid #e6e6e6;
        text-indent: 15px; }
        .layout-form .select__options li + li {
          border-top: 0; }
        .layout-form .select__options li:hover {
          background-color: #666;
          color: #fff; }
        .layout-form .select__options li[rel="hide"] {
          display: none; }

.layout-geo-finder-bar {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0;
  overflow: hidden; }
  .layout-geo-finder-bar section form label {
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 0;
    color: #fff;
    text-align: right; }
  .layout-geo-finder-bar section form select {
    margin: 0; }
  .layout-geo-finder-bar section .tfn {
    padding: 0;
    color: #fff; }
  .layout-geo-finder-bar #loctypelist {
    display: none; }

.layout-hero {
  padding-top: 25px;
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .layout-hero .container {
    position: relative; }
  .layout-hero .promotion {
    background-color: #fff; }
  .layout-hero .legal {
    padding-top: 10px; }
    .layout-hero .legal p {
      font-size: 0.625rem;
      padding: 0;
      line-height: 1; }
  .layout-hero .callout {
    display: none;
    position: absolute;
    top: 50px;
    right: 25px;
    width: 250px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box; }
    @media screen and (min-width: 641px) {
      .layout-hero .callout {
        display: block; } }
  .layout-hero.reverse .content-wrapper {
    float: right; }
  .layout-hero.reverse .callout {
    left: 25px; }

.cf-hero {
  padding-top: 25px;
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .cf-hero .constraint {
    position: relative; }
  .cf-hero .promotion-wrapper {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .cf-hero .promotion {
    background-color: #fff; }
  .cf-hero .content-wrapper {
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .cf-hero .content-wrapper {
        width: 66.6%; } }
    @media screen and (min-width: 1025px) {
      .cf-hero .content-wrapper {
        width: 50%; } }
  .cf-hero .legal {
    padding-top: 10px; }
    .cf-hero .legal p {
      font-size: 0.625rem;
      padding: 0;
      line-height: 1; }
  .cf-hero .callout {
    display: none;
    position: absolute;
    top: 50px;
    right: 25px;
    width: 250px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box; }
    @media screen and (min-width: 641px) {
      .cf-hero .callout {
        display: block; } }
  .cf-hero.reverse::after {
    display: table;
    clear: both;
    content: ''; }
  .cf-hero.reverse .content-wrapper {
    float: right; }
  .cf-hero.reverse .callout {
    left: 25px; }

.layout-legal {
  font-size: 0.625rem;
  line-height: 14px; }

.cf-legal {
  font-size: 0.625rem;
  line-height: 14px; }

.layout-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 2000; }
  .layout-modal.is-hidden {
    display: none; }
  .layout-modal .modal__content {
    position: relative;
    width: 80%;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    background-color: #fff; }
  .layout-modal .modal__close {
    font-size: 1.75rem;
    position: absolute;
    top: -10px;
    right: 5px;
    color: #888;
    font-weight: bold; }
    .layout-modal .modal__close:hover, .layout-modal .modal__close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer; }

.cf-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 2000; }
  .cf-modal.is-hidden {
    display: none; }
  .cf-modal .modal__content {
    position: relative;
    width: 80%;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    background-color: #fff; }
  .cf-modal .modal__close {
    font-size: 1.75rem;
    position: absolute;
    top: -10px;
    right: 5px;
    color: #888;
    font-weight: bold; }
    .cf-modal .modal__close:hover, .cf-modal .modal__close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer; }

.layout-navigation * {
  box-sizing: border-box; }

.layout-navigation label span {
  pointer-events: none; }

.layout-navigation ul,
.layout-navigation li {
  margin: 0;
  padding: 0;
  list-style: none; }

.layout-navigation input[type='checkbox'] {
  display: none; }

.layout-navigation .submenu {
  width: 100%; }

.layout-navigation .menu {
  display: none;
  background-color: #bbb; }
  @media screen and (min-width: 1024px) {
    .layout-navigation .menu {
      display: block; } }
  @media screen and (min-width: 1024px) {
    .layout-navigation .menu.hover li:hover > input[type='checkbox'] + .submenu {
      display: block; }
    .layout-navigation .menu.hover label.icon-dropdown {
      display: none; }
    .layout-navigation .menu.hover span.icon-dropdown {
      display: block; } }
  .layout-navigation .menu.click label.icon-dropdown {
    display: block; }
  .layout-navigation .menu.click span.icon-dropdown {
    display: none; }
  @media screen and (min-width: 1024px) {
    .layout-navigation .menu.click input[type='checkbox']:checked + .submenu {
      display: block; } }
  .layout-navigation .menu a {
    display: block;
    position: relative;
    width: 100%;
    padding: 1em 1.5em;
    color: #222; }
  .layout-navigation .menu span.icon-dropdown {
    display: none; }
  .layout-navigation .menu li {
    display: block;
    position: relative;
    transition: background-color .25s ease-in-out;
    color: #222; }
    @media screen and (min-width: 1024px) {
      .layout-navigation .menu li {
        float: left;
        border-width: 0;
        border-right-width: 1px; } }
    .layout-navigation .menu li:hover {
      background-color: #999; }
    .layout-navigation .menu li.dynamic-cta {
      display: none; }
    .layout-navigation .menu li .icon-dropdown {
      font-size: 1rem;
      position: absolute;
      top: 0;
      right: 0;
      padding: 1em .5em;
      background-color: rgba(0, 0, 0, 0.125);
      color: rgba(255, 255, 255, 0.75);
      text-align: center;
      text-shadow: 0 0 0 transparent; }
      .layout-navigation .menu li .icon-dropdown::before {
        content: '▾'; }
    @media screen and (min-width: 1024px) {
      .layout-navigation .menu li.dropdown a {
        padding-top: 1em;
        padding-right: 2.5em;
        padding-bottom: 1em;
        padding-left: .5em; } }
  .layout-navigation .menu input[type="checkbox"]:checked + .submenu {
    display: block; }
    @media screen and (min-width: 1024px) {
      .layout-navigation .menu input[type="checkbox"]:checked + .submenu {
        display: none; } }
  .layout-navigation .menu .submenu {
    display: none;
    border-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    background-color: #666; }
    @media screen and (min-width: 1024px) {
      .layout-navigation .menu .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 10em;
        margin: 0;
        border-width: 0;
        z-index: 1000; } }
    .layout-navigation .menu .submenu a:hover {
      color: #444; }
    @media screen and (min-width: 1024px) {
      .layout-navigation .menu .submenu li {
        float: none;
        border-width: 0;
        border-bottom-width: 1px; } }
    .layout-navigation .menu .submenu span .icon-dropdown::before {
      content: '▸'; }
    .layout-navigation .menu .submenu li:last-child {
      border-width: 0; }
    .layout-navigation .menu .submenu .submenu {
      background-color: #444; }
      @media screen and (min-width: 1024px) {
        .layout-navigation .menu .submenu .submenu {
          top: 0;
          left: 100%; } }
      .layout-navigation .menu .submenu .submenu a {
        color: #fff; }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only {
      display: block; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only li {
      float: left;
      border-width: 0;
      border-right-width: 1px; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only li.dropdown a {
      padding-top: 1em;
      padding-right: 2.5em;
      padding-bottom: 1em;
      padding-left: .5em; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only input[type='checkbox']:checked + .submenu {
      display: none; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only .submenu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      min-width: 10em;
      margin: 0;
      border-width: 0;
      z-index: 1000; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only .submenu li {
      float: none;
      border-width: 0;
      border-bottom-width: 1px; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only .submenu .submenu {
      top: 0;
      left: 100%; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only.hover li:hover > input[type='checkbox'] + .submenu {
      display: block; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only.hover label.icon-dropdown {
      display: none; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only.hover span.icon-dropdown {
      display: block; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu.mobile-responsive-only.click input[type='checkbox']:checked + .submenu {
      display: block; } }

@media screen and (min-width: 1024px) {
  .layout-navigation.align-right .menu li {
    float: right; } }

.layout-navigation.align-right .menu .submenu li {
  padding-left: 35px;
  float: none; }

.layout-navigation.align-right .menu .submenu .icon-dropdown {
  right: initial;
  left: 0; }

.layout-navigation.align-right .menu .submenu .icon-dropdown::before {
  display: inline-block;
  transform: rotate(180deg);
  content: '▸'; }

@media screen and (min-width: 1024px) {
  .layout-navigation.align-right .menu .submenu .submenu {
    top: 0;
    right: 100%;
    left: initial; } }

@media screen and (min-width: 641px) {
  .layout-navigation.align-right .menu.mobile-responsive-only li {
    float: right; } }

@media screen and (min-width: 1024px) {
  .layout-navigation.align-right .menu.mobile-responsive-only .submenu .submenu {
    top: 0;
    right: 100%;
    left: initial; } }

@media screen and (min-width: 1024px) {
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(2),
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(2) ~ li {
    width: 50%; }
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(3),
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(3) ~ li {
    width: 33.33333%; }
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(4),
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(4) ~ li {
    width: 25%; }
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(5),
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(5) ~ li {
    width: 20%; }
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(6),
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(6) ~ li {
    width: 16.66667%; }
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(7),
  .layout-navigation.full-width .menu > li:first-child:nth-last-child(7) ~ li {
    width: 14.28571%; } }

.layout-navigation .menu-toggle-checkbox:checked + .menu {
  display: block; }

.layout-navigation .menu-toggle {
  display: block;
  position: relative;
  padding: 1em 1.5em;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #222;
  color: #ddd;
  z-index: 300; }
  @media screen and (min-width: 1024px) {
    .layout-navigation .menu-toggle {
      display: none; } }
  @media screen and (min-width: 641px) {
    .layout-navigation .menu-toggle.mobile-responsive-only {
      display: none; } }
  .layout-navigation .menu-toggle .icon-dropdown {
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 1em .5em;
    background-color: rgba(0, 0, 0, 0.125);
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    text-shadow: 0 0 0 transparent; }
    .layout-navigation .menu-toggle .icon-dropdown::before {
      content: '▾'; }

.layout-package-card-1 section {
  margin-bottom: 25px;
  background-color: #ccc; }
  .layout-package-card-1 section h4 {
    font-size: 0.875rem;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    background-color: #434343;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .layout-package-card-1 section p {
    color: #fff;
    text-align: center; }
    .layout-package-card-1 section p.tagline {
      font-size: 0.625rem;
      margin: 5px 0;
      padding: 5px 0;
      font-weight: bold; }
    .layout-package-card-1 section p.highlight {
      background-color: #aaa; }
    .layout-package-card-1 section p.channels {
      width: 90%;
      margin: 0 auto;
      padding: 15px 0;
      border-radius: 3px;
      background-color: #434343; }
    .layout-package-card-1 section p.price {
      font-size: 2rem;
      padding: 0;
      padding-top: 10px;
      font-weight: bold; }
    .layout-package-card-1 section p sup {
      font-size: 1.125rem;
      position: relative;
      top: -12px;
      vertical-align: baseline; }
    .layout-package-card-1 section p.disclaimer {
      font-size: 0.625rem;
      padding: 10px;
      padding-top: 0;
      font-weight: bold; }
  .layout-package-card-1 section .price span {
    font-size: 0.875rem;
    font-weight: normal; }

.layout-package-card-2 .highlight {
  font-size: 0.875rem;
  border-bottom: 1px solid #fff;
  background-color: #ec008c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  visibility: hidden; }
  .layout-package-card-2 .highlight.visible {
    visibility: visible; }

.layout-package-card-2 section {
  margin-bottom: 25px;
  background-color: #fff; }
  .layout-package-card-2 section h4 {
    font-size: 1.5rem;
    padding: 25px 0;
    background-color: #808080;
    color: #fff;
    text-align: center; }
  .layout-package-card-2 section p {
    text-align: center; }
    .layout-package-card-2 section p.price {
      font-size: 1.125rem;
      padding: 10px 0;
      border-bottom: 1px solid #e6e6e6; }
    .layout-package-card-2 section p.disclaimer {
      font-size: 0.625rem;
      margin: 0 auto;
      padding: 10px 7.5%;
      border-bottom: 1px solid #e6e6e6; }
    .layout-package-card-2 section p.promotion {
      padding: 10px 7.5%; }
  .layout-package-card-2 section ul {
    font-size: 0.75rem;
    min-height: 200px;
    padding-top: 10px;
    padding-right: 7.5%;
    padding-bottom: 0;
    padding-left: 12%;
    border-bottom: 1px solid #e6e6e6; }
    .layout-package-card-2 section ul li {
      padding: 0;
      padding-bottom: 10px; }
  .layout-package-card-2 section a {
    display: block;
    padding: 10px 0;
    background-color: #00aeef;
    color: #fff;
    text-align: center; }

.layout-price {
  position: relative; }
  .layout-price:not(.is-inline) {
    font-size: 3.75rem; }
    .layout-price:not(.is-inline) > span {
      float: left;
      line-height: 1; }
      .layout-price:not(.is-inline) > span.price-prefix, .layout-price:not(.is-inline) > span.price-disclaimer {
        display: block;
        float: none;
        clear: both; }

.price-prefix {
  font-size: 1rem; }

.price-currency {
  font-size: .4em; }

.price-change-amount {
  font-size: .5em; }
  .price-change-amount::before {
    content: '.'; }

.price-disclaimer {
  font-size: 0.6rem; }
  .is-inline .price-disclaimer {
    font-size: 1rem; }

.price-duration {
  font-size: .3em; }
  .is-inline .price-duration {
    font-size: 1rem; }
  .price-duration::before {
    content: '/'; }

.layout-promotion .container {
  height: 275px;
  margin-bottom: 80px; }
  @media screen and (min-width: 1025px) {
    .layout-promotion .container {
      width: 1000px;
      height: 150px;
      margin-bottom: 0; } }

.layout-promotion .content {
  padding-top: 35px;
  padding-bottom: 25px;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .layout-promotion .content {
      padding-top: 15px;
      padding-bottom: 0;
      float: right;
      text-align: left; } }

@media screen and (min-width: 1025px) {
  .layout-promotion .image {
    margin: 0 auto;
    margin-top: -25px;
    float: left; } }

.layout-promotion .image img {
  display: block;
  margin: 0 auto; }

.cf-promotion .constraint {
  height: 275px;
  margin-bottom: 80px; }
  @media screen and (min-width: 1025px) {
    .cf-promotion .constraint {
      width: 1000px;
      height: 150px;
      margin-bottom: 0; } }

.cf-promotion .content {
  padding-top: 35px;
  padding-right: .9375rem;
  padding-bottom: 25px;
  padding-left: .9375rem;
  text-align: center; }
  @media screen and (min-width: 641px) and (max-width: 1024px) {
    .cf-promotion .content {
      width: 83.3%;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1025px) {
    .cf-promotion .content {
      width: 58.3%;
      padding-top: 15px;
      padding-bottom: 0;
      float: right;
      text-align: left; } }

.cf-promotion .image {
  padding-right: .9375rem;
  padding-left: .9375rem; }
  @media screen and (min-width: 1025px) {
    .cf-promotion .image {
      width: 41.6%;
      margin: 0 auto;
      margin-top: -25px;
      float: left; } }
  .cf-promotion .image img {
    display: block;
    margin: 0 auto; }

@keyframes loading {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.layout-mapi-reviews {
  margin-bottom: 100px; }
  @media screen and (max-width: 1024px) {
    .layout-mapi-reviews {
      padding: 15px; } }
  .layout-mapi-reviews .error h3 {
    font-size: 1.5rem;
    color: #ff2800; }
    .layout-mapi-reviews .error h3::before {
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ff2800" viewBox="0 0 30 30"%3E%3Cpath d="M13.75,18.75 L16.25,18.75 L16.25,21.25 L13.75,21.25 L13.75,18.75 Z M13.75,8.75 L16.25,8.75 L16.25,16.25 L13.75,16.25 L13.75,8.75 Z M14.9875,2.5 C8.0875,2.5 2.5,8.1 2.5,15 C2.5,21.9 8.0875,27.5 14.9875,27.5 C21.9,27.5 27.5,21.9 27.5,15 C27.5,8.1 21.9,2.5 14.9875,2.5 L14.9875,2.5 Z M15,25 C9.475,25 5,20.525 5,15 C5,9.475 9.475,5 15,5 C20.525,5 25,9.475 25,15 C25,20.525 20.525,25 15,25 L15,25 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      display: block;
      margin-bottom: 10px;
      background-size: cover; }
  .layout-mapi-reviews .error p {
    font-size: 1.125rem;
    color: #757575; }
  .layout-mapi-reviews h2 {
    font-size: 2.25rem;
    padding-bottom: 20px;
    color: #2a2c2b;
    font-weight: normal; }
  .layout-mapi-reviews .button-more-reviews {
    font-size: 0.875rem;
    display: block;
    margin: 20px 0;
    padding: 10px 0;
    background-color: #00afec;
    color: #fff;
    text-align: center; }
    .layout-mapi-reviews .button-more-reviews.is-hidden {
      display: none; }
    .layout-mapi-reviews .button-more-reviews:hover {
      background-color: #0089b9;
      cursor: pointer; }
  .layout-mapi-reviews .all-reviews-displayed {
    text-align: center; }
    .layout-mapi-reviews .all-reviews-displayed.is-hidden {
      display: none; }
  .layout-mapi-reviews .star-icon {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #f02e69; }
    .layout-mapi-reviews .star-icon::before {
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,11.55 L18.5125,10.775 L15,2.5 L11.4875,10.7875 L2.5,11.55 L9.325,17.4625 L7.275,26.25 L15,21.5875 L22.725,26.25 L20.6875,17.4625 L27.5,11.55 L27.5,11.55 Z M15,19.25 L10.3,22.0875 L11.55,16.7375 L7.4,13.1375 L12.875,12.6625 L15,7.625 L17.1375,12.675 L22.6125,13.15 L18.4625,16.75 L19.7125,22.1 L15,19.25 L15,19.25 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      display: block;
      background-size: 30px 30px; }
    .layout-mapi-reviews .star-icon.full::before {
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpolygon points="15 21.5875 22.725 26.25 20.675 17.4625 27.5 11.55 18.5125 10.7875 15 2.5 11.4875 10.7875 2.5 11.55 9.325 17.4625 7.275 26.25" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      display: block;
      content: ''; }
    .layout-mapi-reviews .star-icon.half::before {
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,12.175 L18.5125,11.4 L15,3.125 L11.4875,11.4125 L2.5,12.175 L9.325,18.0875 L7.275,26.875 L15,22.2125 L22.725,26.875 L20.6875,18.0875 L27.5,12.175 L27.5,12.175 Z M15,19.875 L15,8.25 L17.1375,13.3 L22.6125,13.775 L18.4625,17.375 L19.7125,22.725 L15,19.875 L15,19.875 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      display: block;
      content: ''; }
  .layout-mapi-reviews .container-stars {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb; }
    .layout-mapi-reviews .container-stars button {
      font-size: 0.875rem;
      margin-top: 30px;
      padding: 10px 20px;
      border: 0;
      outline: none;
      background-color: #00afec;
      color: #fff;
      text-align: center; }
      .layout-mapi-reviews .container-stars button:hover {
        background-color: #0089b9; }
      .layout-mapi-reviews .container-stars button.is-active {
        background-color: #dbdbdb; }
    .layout-mapi-reviews .container-stars h4 {
      font-size: 0.75rem;
      color: #757575;
      font-weight: normal; }
    .layout-mapi-reviews .container-stars .star-icon {
      font-size: 1.5625rem; }
    .layout-mapi-reviews .container-stars .container-options {
      display: flex;
      align-items: baseline;
      justify-content: space-between; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-mapi-reviews .container-stars .container-options {
          flex-direction: column; }
          .layout-mapi-reviews .container-stars .container-options button {
            width: 100%;
            margin-top: 15px;
            margin-bottom: 15px; } }
      .layout-mapi-reviews .container-stars .container-options .sort-options {
        font-size: 0.875rem;
        width: 230px;
        height: 30px;
        line-height: 30px; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-mapi-reviews .container-stars .container-options .sort-options {
            width: 100%; } }
  .layout-mapi-reviews .container-feedback h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: #2a2c2b;
    font-weight: normal; }
    .layout-mapi-reviews .container-feedback h3 .user-location {
      font-size: 0.75rem;
      display: block;
      color: #757575;
      text-transform: capitalize; }
      .layout-mapi-reviews .container-feedback h3 .user-location.is-hidden {
        display: none; }
  .layout-mapi-reviews .container-feedback p {
    font-size: 0.875rem;
    color: #757575;
    line-height: 20px; }
  .layout-mapi-reviews .container-feedback .hide-product {
    display: none; }
  .layout-mapi-reviews .container-feedback .content-feedback .hidden-copy {
    display: none; }
  .layout-mapi-reviews .container-feedback .content-feedback .button-see-more {
    display: block;
    margin-top: 15px;
    color: #00afec;
    cursor: pointer; }
  .layout-mapi-reviews .container-feedback .feedback-date {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 20px;
    color: #757575; }
  .layout-mapi-reviews .container-feedback .star-icon::before {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,11.55 L18.5125,10.775 L15,2.5 L11.4875,10.7875 L2.5,11.55 L9.325,17.4625 L7.275,26.25 L15,21.5875 L22.725,26.25 L20.6875,17.4625 L27.5,11.55 L27.5,11.55 Z M15,19.25 L10.3,22.0875 L11.55,16.7375 L7.4,13.1375 L12.875,12.6625 L15,7.625 L17.1375,12.675 L22.6125,13.15 L18.4625,16.75 L19.7125,22.1 L15,19.25 L15,19.25 Z" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: '';
    display: block;
    background-size: 20px 20px; }
  .layout-mapi-reviews .container-feedback .star-icon.full::before {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpolygon points="15 21.5875 22.725 26.25 20.675 17.4625 27.5 11.55 18.5125 10.7875 15 2.5 11.4875 10.7875 2.5 11.55 9.325 17.4625 7.275 26.25" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: '';
    display: block; }
  .layout-mapi-reviews .container-feedback .star-icon.half::before {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,12.175 L18.5125,11.4 L15,3.125 L11.4875,11.4125 L2.5,12.175 L9.325,18.0875 L7.275,26.875 L15,22.2125 L22.725,26.875 L20.6875,18.0875 L27.5,12.175 L27.5,12.175 Z M15,19.875 L15,8.25 L17.1375,13.3 L22.6125,13.775 L18.4625,17.375 L19.7125,22.725 L15,19.875 L15,19.875 Z" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: '';
    display: block; }
  .layout-mapi-reviews .container-review-form {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    color: #757575; }
    .layout-mapi-reviews .container-review-form h3 {
      font-size: 1.375rem;
      padding-bottom: 15px;
      color: #2a2c2b;
      font-weight: normal; }
      .layout-mapi-reviews .container-review-form h3 + p {
        font-size: 0.875rem;
        padding-bottom: 35px; }
    .layout-mapi-reviews .container-review-form.is-hidden {
      display: none; }
    .layout-mapi-reviews .container-review-form .form-review {
      font-size: 0.875rem; }
      .layout-mapi-reviews .container-review-form .form-review div {
        display: flex; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-mapi-reviews .container-review-form .form-review div {
            display: block; } }
        .layout-mapi-reviews .container-review-form .form-review div p:last-child {
          margin-left: 35px; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .layout-mapi-reviews .container-review-form .form-review div p:last-child {
              margin-left: 0; } }
      .layout-mapi-reviews .container-review-form .form-review input[type='text'], .layout-mapi-reviews .container-review-form .form-review input[type='email'] {
        display: block;
        width: 230px;
        margin-top: 5px;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #757575; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-mapi-reviews .container-review-form .form-review input[type='text'], .layout-mapi-reviews .container-review-form .form-review input[type='email'] {
            width: 100%; } }
      .layout-mapi-reviews .container-review-form .form-review input[type='email'] {
        width: 495px; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-mapi-reviews .container-review-form .form-review input[type='email'] {
            width: 100%; } }
      .layout-mapi-reviews .container-review-form .form-review textarea {
        font-size: 0.875rem;
        width: 100%;
        height: 120px;
        margin-bottom: 35px;
        padding: 10px; }
    .layout-mapi-reviews .container-review-form .container-buttons {
      margin-top: 35px; }
      .layout-mapi-reviews .container-review-form .container-buttons button {
        padding: 10px 20px;
        border: 0;
        outline: none;
        background-color: transparent;
        color: #fff;
        text-align: center; }
        .layout-mapi-reviews .container-review-form .container-buttons button.submit:hover {
          background-color: #0089b9; }
        .layout-mapi-reviews .container-review-form .container-buttons button.submit {
          width: 200px;
          background-color: #00afec; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .layout-mapi-reviews .container-review-form .container-buttons button.submit {
              width: 100%; } }
        .layout-mapi-reviews .container-review-form .container-buttons button.reset:hover {
          background-color: #5c5c5c; }
        .layout-mapi-reviews .container-review-form .container-buttons button.reset {
          width: 120px;
          margin-left: 10px;
          background-color: #757575; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .layout-mapi-reviews .container-review-form .container-buttons button.reset {
              width: 100%;
              margin-top: 15px;
              margin-left: 0; } }
    .layout-mapi-reviews .container-review-form .rating {
      display: inline-block; }
      .layout-mapi-reviews .container-review-form .rating span {
        font-size: 0.875rem;
        display: inline-block;
        padding-bottom: 20px;
        padding-left: 10px;
        float: right;
        color: #757575;
        line-height: 40px; }
      .layout-mapi-reviews .container-review-form .rating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0, 0, 0, 0); }
      .layout-mapi-reviews .container-review-form .rating:not(:checked) > label {
        font-size: 1.5625rem;
        width: 1.25em;
        padding: 0 .1em;
        float: right;
        color: #757575;
        font-weight: bold;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden; }
      .layout-mapi-reviews .container-review-form .rating:not(:checked) > label:active {
        position: relative;
        top: 2px;
        left: 2px; }
      .layout-mapi-reviews .container-review-form .rating:not(:checked) > label::before {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23757575" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,11.55 L18.5125,10.775 L15,2.5 L11.4875,10.7875 L2.5,11.55 L9.325,17.4625 L7.275,26.25 L15,21.5875 L22.725,26.25 L20.6875,17.4625 L27.5,11.55 L27.5,11.55 Z M15,19.25 L10.3,22.0875 L11.55,16.7375 L7.4,13.1375 L12.875,12.6625 L15,7.625 L17.1375,12.675 L22.6125,13.15 L18.4625,16.75 L19.7125,22.1 L15,19.25 L15,19.25 Z" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        display: inline-block;
        content: ''; }
      .layout-mapi-reviews .container-review-form .rating:not(:checked) > label:hover::before,
      .layout-mapi-reviews .container-review-form .rating:not(:checked) > label:hover ~ label::before {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,11.55 L18.5125,10.775 L15,2.5 L11.4875,10.7875 L2.5,11.55 L9.325,17.4625 L7.275,26.25 L15,21.5875 L22.725,26.25 L20.6875,17.4625 L27.5,11.55 L27.5,11.55 Z M15,19.25 L10.3,22.0875 L11.55,16.7375 L7.4,13.1375 L12.875,12.6625 L15,7.625 L17.1375,12.675 L22.6125,13.15 L18.4625,16.75 L19.7125,22.1 L15,19.25 L15,19.25 Z" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        display: block; }
      .layout-mapi-reviews .container-review-form .rating > input:checked + label:hover::before,
      .layout-mapi-reviews .container-review-form .rating > input:checked + label:hover ~ label::before,
      .layout-mapi-reviews .container-review-form .rating > input:checked ~ label:hover::before,
      .layout-mapi-reviews .container-review-form .rating > input:checked ~ label:hover ~ label::before,
      .layout-mapi-reviews .container-review-form .rating > input:hover ~ input:checked ~ label::before,
      .layout-mapi-reviews .container-review-form .rating > input:checked ~ label::before {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpolygon points="15 21.5875 22.725 26.25 20.675 17.4625 27.5 11.55 18.5125 10.7875 15 2.5 11.4875 10.7875 2.5 11.55 9.325 17.4625 7.275 26.25" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        display: block; }
      .layout-mapi-reviews .container-review-form .rating > input:checked + label::before,
      .layout-mapi-reviews .container-review-form .rating > input:checked + label ~ label::before,
      .layout-mapi-reviews .container-review-form .rating > input:checked ~ label::before,
      .layout-mapi-reviews .container-review-form .rating > input:checked ~ label ~ label::before,
      .layout-mapi-reviews .container-review-form .rating > input:hover ~ input:checked ~ label::before {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpolygon points="15 21.5875 22.725 26.25 20.675 17.4625 27.5 11.55 18.5125 10.7875 15 2.5 11.4875 10.7875 2.5 11.55 9.325 17.4625 7.275 26.25" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        display: inline-block;
        content: ''; }
  .layout-mapi-reviews .container-review {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-mapi-reviews .container-review {
        flex-direction: column; } }
    .layout-mapi-reviews .container-review.is-hidden {
      display: none; }
  .layout-mapi-reviews .loader {
    width: 70px;
    margin: 0 auto;
    text-align: center; }
    .layout-mapi-reviews .loader > div {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #fff;
      animation: loading 1.4s infinite ease-in-out both; }
    .layout-mapi-reviews .loader .bounce1 {
      animation-delay: -.32s; }
    .layout-mapi-reviews .loader .bounce2 {
      animation-delay: -.16s; }

@keyframes loading {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.cf-mapi-reviews {
  margin-bottom: 100px; }
  @media screen and (max-width: 1024px) {
    .cf-mapi-reviews {
      padding: 15px; } }
  .cf-mapi-reviews .error h3 {
    font-size: 1.5rem;
    color: #ff2800; }
    .cf-mapi-reviews .error h3::before {
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23ff2800" viewBox="0 0 30 30"%3E%3Cpath d="M13.75,18.75 L16.25,18.75 L16.25,21.25 L13.75,21.25 L13.75,18.75 Z M13.75,8.75 L16.25,8.75 L16.25,16.25 L13.75,16.25 L13.75,8.75 Z M14.9875,2.5 C8.0875,2.5 2.5,8.1 2.5,15 C2.5,21.9 8.0875,27.5 14.9875,27.5 C21.9,27.5 27.5,21.9 27.5,15 C27.5,8.1 21.9,2.5 14.9875,2.5 L14.9875,2.5 Z M15,25 C9.475,25 5,20.525 5,15 C5,9.475 9.475,5 15,5 C20.525,5 25,9.475 25,15 C25,20.525 20.525,25 15,25 L15,25 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      display: block;
      margin-bottom: 10px;
      background-size: cover; }
  .cf-mapi-reviews .error p {
    font-size: 1.125rem;
    color: #757575; }
  .cf-mapi-reviews h2 {
    font-size: 2.25rem;
    padding-bottom: 20px;
    color: #2a2c2b;
    font-weight: normal; }
  .cf-mapi-reviews .button-more-reviews {
    font-size: 0.875rem;
    display: block;
    margin: 20px 0;
    padding: 10px 0;
    background-color: #00afec;
    color: #fff;
    text-align: center; }
    .cf-mapi-reviews .button-more-reviews.is-hidden {
      display: none; }
    .cf-mapi-reviews .button-more-reviews:hover {
      background-color: #0089b9;
      cursor: pointer; }
  .cf-mapi-reviews .all-reviews-displayed {
    text-align: center; }
    .cf-mapi-reviews .all-reviews-displayed.is-hidden {
      display: none; }
  .cf-mapi-reviews .star-icon {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #f02e69; }
    .cf-mapi-reviews .star-icon::before {
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,11.55 L18.5125,10.775 L15,2.5 L11.4875,10.7875 L2.5,11.55 L9.325,17.4625 L7.275,26.25 L15,21.5875 L22.725,26.25 L20.6875,17.4625 L27.5,11.55 L27.5,11.55 Z M15,19.25 L10.3,22.0875 L11.55,16.7375 L7.4,13.1375 L12.875,12.6625 L15,7.625 L17.1375,12.675 L22.6125,13.15 L18.4625,16.75 L19.7125,22.1 L15,19.25 L15,19.25 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      display: block;
      background-size: 30px 30px; }
    .cf-mapi-reviews .star-icon.full::before {
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpolygon points="15 21.5875 22.725 26.25 20.675 17.4625 27.5 11.55 18.5125 10.7875 15 2.5 11.4875 10.7875 2.5 11.55 9.325 17.4625 7.275 26.25" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      display: block;
      content: ''; }
    .cf-mapi-reviews .star-icon.half::before {
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,12.175 L18.5125,11.4 L15,3.125 L11.4875,11.4125 L2.5,12.175 L9.325,18.0875 L7.275,26.875 L15,22.2125 L22.725,26.875 L20.6875,18.0875 L27.5,12.175 L27.5,12.175 Z M15,19.875 L15,8.25 L17.1375,13.3 L22.6125,13.775 L18.4625,17.375 L19.7125,22.725 L15,19.875 L15,19.875 Z" /%3E%3C/svg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
      content: '';
      display: block;
      content: ''; }
  .cf-mapi-reviews .container-stars {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb; }
    .cf-mapi-reviews .container-stars button {
      font-size: 0.875rem;
      margin-top: 30px;
      padding: 10px 20px;
      border: 0;
      outline: none;
      background-color: #00afec;
      color: #fff;
      text-align: center; }
      .cf-mapi-reviews .container-stars button:hover {
        background-color: #0089b9; }
      .cf-mapi-reviews .container-stars button.is-active {
        background-color: #dbdbdb; }
    .cf-mapi-reviews .container-stars h4 {
      font-size: 0.75rem;
      color: #757575;
      font-weight: normal; }
    .cf-mapi-reviews .container-stars .star-icon {
      font-size: 1.5625rem; }
    .cf-mapi-reviews .container-stars .container-options {
      display: flex;
      align-items: baseline;
      justify-content: space-between; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .cf-mapi-reviews .container-stars .container-options {
          flex-direction: column; }
          .cf-mapi-reviews .container-stars .container-options button {
            width: 100%;
            margin-top: 15px;
            margin-bottom: 15px; } }
      .cf-mapi-reviews .container-stars .container-options .sort-options {
        font-size: 0.875rem;
        width: 230px;
        height: 30px;
        line-height: 30px; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .cf-mapi-reviews .container-stars .container-options .sort-options {
            width: 100%; } }
  .cf-mapi-reviews .container-feedback h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: #2a2c2b;
    font-weight: normal; }
    .cf-mapi-reviews .container-feedback h3 .user-location {
      font-size: 0.75rem;
      display: block;
      color: #757575;
      text-transform: capitalize; }
      .cf-mapi-reviews .container-feedback h3 .user-location.is-hidden {
        display: none; }
  .cf-mapi-reviews .container-feedback p {
    font-size: 0.875rem;
    color: #757575;
    line-height: 20px; }
  .cf-mapi-reviews .container-feedback .hide-product {
    display: none; }
  .cf-mapi-reviews .container-feedback .content-feedback .hidden-copy {
    display: none; }
  .cf-mapi-reviews .container-feedback .content-feedback .button-see-more {
    display: block;
    margin-top: 15px;
    color: #00afec;
    cursor: pointer; }
  .cf-mapi-reviews .container-feedback .feedback-date {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 20px;
    color: #757575; }
  .cf-mapi-reviews .container-feedback .star-icon::before {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,11.55 L18.5125,10.775 L15,2.5 L11.4875,10.7875 L2.5,11.55 L9.325,17.4625 L7.275,26.25 L15,21.5875 L22.725,26.25 L20.6875,17.4625 L27.5,11.55 L27.5,11.55 Z M15,19.25 L10.3,22.0875 L11.55,16.7375 L7.4,13.1375 L12.875,12.6625 L15,7.625 L17.1375,12.675 L22.6125,13.15 L18.4625,16.75 L19.7125,22.1 L15,19.25 L15,19.25 Z" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: '';
    display: block;
    background-size: 20px 20px; }
  .cf-mapi-reviews .container-feedback .star-icon.full::before {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpolygon points="15 21.5875 22.725 26.25 20.675 17.4625 27.5 11.55 18.5125 10.7875 15 2.5 11.4875 10.7875 2.5 11.55 9.325 17.4625 7.275 26.25" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: '';
    display: block; }
  .cf-mapi-reviews .container-feedback .star-icon.half::before {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,12.175 L18.5125,11.4 L15,3.125 L11.4875,11.4125 L2.5,12.175 L9.325,18.0875 L7.275,26.875 L15,22.2125 L22.725,26.875 L20.6875,18.0875 L27.5,12.175 L27.5,12.175 Z M15,19.875 L15,8.25 L17.1375,13.3 L22.6125,13.775 L18.4625,17.375 L19.7125,22.725 L15,19.875 L15,19.875 Z" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: '';
    display: block; }
  .cf-mapi-reviews .container-review-form {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    color: #757575; }
    .cf-mapi-reviews .container-review-form h3 {
      font-size: 1.375rem;
      padding-bottom: 15px;
      color: #2a2c2b;
      font-weight: normal; }
      .cf-mapi-reviews .container-review-form h3 + p {
        font-size: 0.875rem;
        padding-bottom: 35px; }
    .cf-mapi-reviews .container-review-form.is-hidden {
      display: none; }
    .cf-mapi-reviews .container-review-form .form-review {
      font-size: 0.875rem; }
      .cf-mapi-reviews .container-review-form .form-review div {
        display: flex; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .cf-mapi-reviews .container-review-form .form-review div {
            display: block; } }
        .cf-mapi-reviews .container-review-form .form-review div p:last-child {
          margin-left: 35px; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .cf-mapi-reviews .container-review-form .form-review div p:last-child {
              margin-left: 0; } }
      .cf-mapi-reviews .container-review-form .form-review input[type='text'], .cf-mapi-reviews .container-review-form .form-review input[type='email'] {
        display: block;
        width: 230px;
        margin-top: 5px;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #757575; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .cf-mapi-reviews .container-review-form .form-review input[type='text'], .cf-mapi-reviews .container-review-form .form-review input[type='email'] {
            width: 100%; } }
      .cf-mapi-reviews .container-review-form .form-review input[type='email'] {
        width: 495px; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .cf-mapi-reviews .container-review-form .form-review input[type='email'] {
            width: 100%; } }
      .cf-mapi-reviews .container-review-form .form-review textarea {
        font-size: 0.875rem;
        width: 100%;
        height: 120px;
        margin-bottom: 35px;
        padding: 10px; }
    .cf-mapi-reviews .container-review-form .container-buttons {
      margin-top: 35px; }
      .cf-mapi-reviews .container-review-form .container-buttons button {
        padding: 10px 20px;
        border: 0;
        outline: none;
        background-color: transparent;
        color: #fff;
        text-align: center; }
        .cf-mapi-reviews .container-review-form .container-buttons button.submit:hover {
          background-color: #0089b9; }
        .cf-mapi-reviews .container-review-form .container-buttons button.submit {
          width: 200px;
          background-color: #00afec; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .cf-mapi-reviews .container-review-form .container-buttons button.submit {
              width: 100%; } }
        .cf-mapi-reviews .container-review-form .container-buttons button.reset:hover {
          background-color: #5c5c5c; }
        .cf-mapi-reviews .container-review-form .container-buttons button.reset {
          width: 120px;
          margin-left: 10px;
          background-color: #757575; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .cf-mapi-reviews .container-review-form .container-buttons button.reset {
              width: 100%;
              margin-top: 15px;
              margin-left: 0; } }
    .cf-mapi-reviews .container-review-form .rating {
      display: inline-block; }
      .cf-mapi-reviews .container-review-form .rating span {
        font-size: 0.875rem;
        display: inline-block;
        padding-bottom: 20px;
        padding-left: 10px;
        float: right;
        color: #757575;
        line-height: 40px; }
      .cf-mapi-reviews .container-review-form .rating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0, 0, 0, 0); }
      .cf-mapi-reviews .container-review-form .rating:not(:checked) > label {
        font-size: 1.5625rem;
        width: 1.25em;
        padding: 0 .1em;
        float: right;
        color: #757575;
        font-weight: bold;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden; }
      .cf-mapi-reviews .container-review-form .rating:not(:checked) > label:active {
        position: relative;
        top: 2px;
        left: 2px; }
      .cf-mapi-reviews .container-review-form .rating:not(:checked) > label::before {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23757575" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,11.55 L18.5125,10.775 L15,2.5 L11.4875,10.7875 L2.5,11.55 L9.325,17.4625 L7.275,26.25 L15,21.5875 L22.725,26.25 L20.6875,17.4625 L27.5,11.55 L27.5,11.55 Z M15,19.25 L10.3,22.0875 L11.55,16.7375 L7.4,13.1375 L12.875,12.6625 L15,7.625 L17.1375,12.675 L22.6125,13.15 L18.4625,16.75 L19.7125,22.1 L15,19.25 L15,19.25 Z" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        display: inline-block;
        content: ''; }
      .cf-mapi-reviews .container-review-form .rating:not(:checked) > label:hover::before,
      .cf-mapi-reviews .container-review-form .rating:not(:checked) > label:hover ~ label::before {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpath d="M27.5,11.55 L18.5125,10.775 L15,2.5 L11.4875,10.7875 L2.5,11.55 L9.325,17.4625 L7.275,26.25 L15,21.5875 L22.725,26.25 L20.6875,17.4625 L27.5,11.55 L27.5,11.55 Z M15,19.25 L10.3,22.0875 L11.55,16.7375 L7.4,13.1375 L12.875,12.6625 L15,7.625 L17.1375,12.675 L22.6125,13.15 L18.4625,16.75 L19.7125,22.1 L15,19.25 L15,19.25 Z" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        display: block; }
      .cf-mapi-reviews .container-review-form .rating > input:checked + label:hover::before,
      .cf-mapi-reviews .container-review-form .rating > input:checked + label:hover ~ label::before,
      .cf-mapi-reviews .container-review-form .rating > input:checked ~ label:hover::before,
      .cf-mapi-reviews .container-review-form .rating > input:checked ~ label:hover ~ label::before,
      .cf-mapi-reviews .container-review-form .rating > input:hover ~ input:checked ~ label::before,
      .cf-mapi-reviews .container-review-form .rating > input:checked ~ label::before {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpolygon points="15 21.5875 22.725 26.25 20.675 17.4625 27.5 11.55 18.5125 10.7875 15 2.5 11.4875 10.7875 2.5 11.55 9.325 17.4625 7.275 26.25" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        display: block; }
      .cf-mapi-reviews .container-review-form .rating > input:checked + label::before,
      .cf-mapi-reviews .container-review-form .rating > input:checked + label ~ label::before,
      .cf-mapi-reviews .container-review-form .rating > input:checked ~ label::before,
      .cf-mapi-reviews .container-review-form .rating > input:checked ~ label ~ label::before,
      .cf-mapi-reviews .container-review-form .rating > input:hover ~ input:checked ~ label::before {
        width: 30px;
        height: 30px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23f02e69" viewBox="0 0 30 30"%3E%3Cpolygon points="15 21.5875 22.725 26.25 20.675 17.4625 27.5 11.55 18.5125 10.7875 15 2.5 11.4875 10.7875 2.5 11.55 9.325 17.4625 7.275 26.25" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        content: '';
        display: inline-block;
        content: ''; }
  .cf-mapi-reviews .container-review {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .cf-mapi-reviews .container-review {
        flex-direction: column; } }
    .cf-mapi-reviews .container-review.is-hidden {
      display: none; }
  .cf-mapi-reviews .loader {
    width: 70px;
    margin: 0 auto;
    text-align: center; }
    .cf-mapi-reviews .loader > div {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #fff;
      animation: loading 1.4s infinite ease-in-out both; }
    .cf-mapi-reviews .loader .bounce1 {
      animation-delay: -.32s; }
    .cf-mapi-reviews .loader .bounce2 {
      animation-delay: -.16s; }

.layout-reviews {
  margin-bottom: 100px; }
  @media screen and (max-width: 1024px) {
    .layout-reviews {
      padding: 15px; } }
  .layout-reviews h2 {
    font-size: 2.25rem;
    padding-bottom: 20px;
    color: #2a2c2b;
    font-weight: normal; }
  .layout-reviews .button-more-reviews {
    font-size: 0.875rem;
    display: block;
    margin: 20px 0;
    padding: 10px 0;
    background-color: #00afec;
    color: #fff;
    text-align: center; }
    .layout-reviews .button-more-reviews:hover {
      background-color: #0089b9;
      cursor: pointer; }
  .layout-reviews .star-icon {
    display: inline-block;
    position: relative;
    margin: 0 2px;
    color: #f02e69; }
    .layout-reviews .star-icon.full::before {
      position: absolute;
      left: 0;
      color: #f02e69;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
      content: '\2605'; }
    .layout-reviews .star-icon.half::before {
      position: absolute;
      left: 0;
      width: 50%;
      color: #f02e69;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
      content: '\2605';
      overflow: hidden; }
  .layout-reviews .container-stars {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb; }
    .layout-reviews .container-stars button {
      font-size: 0.875rem;
      margin-top: 30px;
      padding: 10px 20px;
      border: 0;
      outline: none;
      background-color: #00afec;
      color: #fff;
      text-align: center; }
      .layout-reviews .container-stars button:hover {
        background-color: #0089b9; }
      .layout-reviews .container-stars button.is-active {
        background-color: #dbdbdb; }
    .layout-reviews .container-stars h4 {
      font-size: 0.75rem;
      color: #757575;
      font-weight: normal; }
    .layout-reviews .container-stars .star-icon {
      font-size: 1.5625rem; }
    .layout-reviews .container-stars .container-options {
      display: flex;
      align-items: baseline;
      justify-content: space-between; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-reviews .container-stars .container-options {
          flex-direction: column; }
          .layout-reviews .container-stars .container-options button {
            width: 100%;
            margin-top: 15px;
            margin-bottom: 15px; } }
      .layout-reviews .container-stars .container-options .sort-options {
        font-size: 0.875rem;
        width: 230px;
        height: 30px;
        line-height: 30px; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-reviews .container-stars .container-options .sort-options {
            width: 100%; } }
  .layout-reviews .container-feedback h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: #2a2c2b;
    font-weight: normal; }
  .layout-reviews .container-feedback p {
    font-size: 0.875rem;
    color: #757575;
    line-height: 20px; }
  .layout-reviews .container-feedback .content-feedback .hidden-copy {
    display: none; }
  .layout-reviews .container-feedback .content-feedback .button-see-more {
    display: block;
    margin-top: 15px;
    color: #00afec;
    cursor: pointer; }
  .layout-reviews .container-feedback .feedback-date {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 20px;
    color: #757575; }
  .layout-reviews .container-feedback .star-icon {
    font-size: 0.9375rem; }
  .layout-reviews .container-review-form {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    color: #757575; }
    .layout-reviews .container-review-form h3 {
      font-size: 1.375rem;
      padding-bottom: 15px;
      color: #2a2c2b;
      font-weight: normal; }
      .layout-reviews .container-review-form h3 + p {
        font-size: 0.875rem;
        padding-bottom: 35px; }
    .layout-reviews .container-review-form.is-hidden {
      display: none; }
    .layout-reviews .container-review-form .form-review {
      font-size: 0.875rem; }
      .layout-reviews .container-review-form .form-review div {
        display: flex; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-reviews .container-review-form .form-review div {
            display: block; } }
        .layout-reviews .container-review-form .form-review div p:last-child {
          margin-left: 35px; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .layout-reviews .container-review-form .form-review div p:last-child {
              margin-left: 0; } }
      .layout-reviews .container-review-form .form-review input[type='text'], .layout-reviews .container-review-form .form-review input[type='email'] {
        display: block;
        width: 230px;
        margin-top: 5px;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #757575; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-reviews .container-review-form .form-review input[type='text'], .layout-reviews .container-review-form .form-review input[type='email'] {
            width: 100%; } }
      .layout-reviews .container-review-form .form-review input[type='email'] {
        width: 495px; }
        @media screen and (min-width: 0px) and (max-width: 640px) {
          .layout-reviews .container-review-form .form-review input[type='email'] {
            width: 100%; } }
      .layout-reviews .container-review-form .form-review textarea {
        font-size: 0.875rem;
        width: 100%;
        height: 120px;
        margin-bottom: 35px;
        padding: 10px; }
    .layout-reviews .container-review-form .container-buttons {
      margin-top: 35px; }
      .layout-reviews .container-review-form .container-buttons button {
        padding: 10px 20px;
        border: 0;
        outline: none;
        background-color: transparent;
        color: #fff;
        text-align: center; }
        .layout-reviews .container-review-form .container-buttons button.submit:hover {
          background-color: #0089b9; }
        .layout-reviews .container-review-form .container-buttons button.submit {
          width: 200px;
          background-color: #00afec; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .layout-reviews .container-review-form .container-buttons button.submit {
              width: 100%; } }
        .layout-reviews .container-review-form .container-buttons button.reset:hover {
          background-color: #5c5c5c; }
        .layout-reviews .container-review-form .container-buttons button.reset {
          width: 120px;
          margin-left: 10px;
          background-color: #757575; }
          @media screen and (min-width: 0px) and (max-width: 640px) {
            .layout-reviews .container-review-form .container-buttons button.reset {
              width: 100%;
              margin-top: 15px;
              margin-left: 0; } }
    .layout-reviews .container-review-form .rating {
      display: inline-block; }
      .layout-reviews .container-review-form .rating span {
        font-size: 0.875rem;
        display: inline-block;
        padding-bottom: 20px;
        padding-left: 10px;
        float: right;
        color: #757575;
        line-height: 40px; }
      .layout-reviews .container-review-form .rating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0, 0, 0, 0); }
      .layout-reviews .container-review-form .rating:not(:checked) > label {
        font-size: 1.5625rem;
        width: 1.25em;
        padding: 0 .1em;
        float: right;
        color: #757575;
        font-weight: bold;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden; }
      .layout-reviews .container-review-form .rating:not(:checked) > label:active {
        position: relative;
        top: 2px;
        left: 2px; }
      .layout-reviews .container-review-form .rating:not(:checked) > label::before {
        content: '☆ '; }
      .layout-reviews .container-review-form .rating:not(:checked) > label:hover,
      .layout-reviews .container-review-form .rating:not(:checked) > label:hover ~ label {
        color: #f02e69; }
      .layout-reviews .container-review-form .rating > input:checked + label:hover,
      .layout-reviews .container-review-form .rating > input:checked + label:hover ~ label,
      .layout-reviews .container-review-form .rating > input:checked ~ label:hover,
      .layout-reviews .container-review-form .rating > input:checked ~ label:hover ~ label,
      .layout-reviews .container-review-form .rating > input:hover ~ input:checked ~ label,
      .layout-reviews .container-review-form .rating > input:checked ~ label {
        color: #f02e69; }
      .layout-reviews .container-review-form .rating > input:checked + label::before,
      .layout-reviews .container-review-form .rating > input:checked + label ~ label::before,
      .layout-reviews .container-review-form .rating > input:checked ~ label::before,
      .layout-reviews .container-review-form .rating > input:checked ~ label ~ label::before,
      .layout-reviews .container-review-form .rating > input:hover ~ input:checked ~ label::before {
        content: '★ '; }
  .layout-reviews .container-review {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-reviews .container-review {
        flex-direction: column; } }
    .layout-reviews .container-review.is-hidden {
      display: none; }
  .layout-reviews .container-user {
    min-width: 150px;
    margin-right: 30px;
    text-align: center; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-reviews .container-user {
        display: flex;
        text-align: left; } }
    .layout-reviews .container-user.is-hidden {
      display: none; }
    .layout-reviews .container-user .avatar {
      font-size: 1.875rem;
      display: inline-block;
      width: 90px;
      margin-bottom: 10px;
      border-radius: 50%;
      background-color: #dbdbdb;
      color: #2a2c2b;
      line-height: 90px;
      text-align: center; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-reviews .container-user .avatar {
          font-size: 1.25rem;
          width: 60px;
          margin-right: 20px;
          line-height: 60px; } }
    .layout-reviews .container-user .user-name {
      font-size: 0.75rem;
      display: block;
      color: #2a2c2b;
      font-weight: bold; }
    .layout-reviews .container-user .user-location {
      font-size: 0.75rem;
      display: block;
      color: #757575;
      text-transform: capitalize; }
      .layout-reviews .container-user .user-location.is-hidden {
        display: none; }

.layout-sandbox {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0; }

.layout-side-by-side {
  padding: 50px 0;
  box-sizing: border-box; }
  .layout-side-by-side .row {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-side-by-side .row {
        flex-direction: column-reverse; } }
  .layout-side-by-side section.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 25px; }
    .layout-side-by-side section.image-container img {
      display: block;
      flex-shrink: 0;
      margin: 0 auto; }
  .layout-side-by-side.reverse .row {
    flex-direction: row; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-side-by-side.reverse .row {
        flex-direction: column; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .layout-side-by-side.mobile-image-top .row {
      flex-direction: column; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .layout-side-by-side.mobile-image-bottom section.image-container {
      order: 1; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .layout-side-by-side.no-mobile-image section.image-container {
      display: none; } }
  .layout-side-by-side.no-tablet-image section {
    width: 100%; }
    @media screen and (min-width: 641px) and (max-width: 1024px) {
      .layout-side-by-side.no-tablet-image section.image-container {
        display: none; } }
  @media screen and (max-width: 1024px) {
    .layout-side-by-side.desktop-only-image section {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .layout-side-by-side.desktop-only-image section.image-container {
      display: none; } }
  .layout-side-by-side.image-to-center section.image-container {
    justify-content: center; }
  .layout-side-by-side.image-to-bottom section.image-container {
    justify-content: flex-end; }

.cf-side-by-side {
  padding: 50px 0;
  box-sizing: border-box; }
  @media screen and (min-width: 1025px) {
    .cf-side-by-side .large-collapse > div {
      padding-right: 0;
      padding-left: 0; } }
  .cf-side-by-side .before,
  .cf-side-by-side .after {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .cf-side-by-side .side-by-side-main {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .cf-side-by-side .side-by-side-main {
        flex-direction: column-reverse; } }
    .cf-side-by-side .side-by-side-main > div {
      flex-basis: auto;
      padding-right: .9375rem;
      padding-left: .9375rem; }
      @media screen and (min-width: 641px) {
        .cf-side-by-side .side-by-side-main > div {
          flex-basis: 50%; } }
  .cf-side-by-side .collapse > div {
    padding-right: 0;
    padding-left: 0; }
  .cf-side-by-side .image-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .cf-side-by-side .image-container img {
      display: block;
      flex-shrink: 0;
      margin: 0 auto; }
  .cf-side-by-side.image-right .image-container img {
    margin-right: 0; }
  .cf-side-by-side.image-left .image-container img {
    margin-left: 0; }
  .cf-side-by-side.reverse .side-by-side-main {
    flex-direction: row; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .cf-side-by-side.reverse .side-by-side-main {
        flex-direction: column; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .cf-side-by-side.mobile-image-top .side-by-side-main {
      flex-direction: column; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .cf-side-by-side.mobile-image-bottom .image-container {
      order: 1; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .cf-side-by-side.no-mobile-image .image-container {
      display: none; } }
  @media screen and (min-width: 641px) and (max-width: 1024px) {
    .cf-side-by-side.no-tablet-image .content-container {
      flex-basis: auto;
      width: 100%; }
    .cf-side-by-side.no-tablet-image .image-container {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .cf-side-by-side.desktop-only-image .content-container {
      flex-basis: auto;
      width: 100%; }
    .cf-side-by-side.desktop-only-image .image-container {
      display: none; } }
  .cf-side-by-side.image-to-center .image-container {
    justify-content: center; }
  .cf-side-by-side.image-to-bottom .image-container {
    justify-content: flex-end; }
  @media screen and (min-width: 1025px) {
    .cf-side-by-side .split-60-40 .content-container {
      flex-basis: 60%; } }
  @media screen and (min-width: 1025px) {
    .cf-side-by-side .split-60-40 .image-container {
      flex-basis: 40%; } }
  @media screen and (min-width: 1025px) {
    .cf-side-by-side .split-66-33 .content-container {
      flex-basis: 66.6%; } }
  @media screen and (min-width: 1025px) {
    .cf-side-by-side .split-66-33 .image-container {
      flex-basis: 33.4%; } }

.layout-site-header.pull-logo-left .container .brand-logo {
  margin-right: auto; }

.layout-site-header.pull-cta-right .container .right-block {
  margin-left: auto; }

.layout-site-header .container {
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 1024px) {
    .layout-site-header .container .middle-block {
      order: 1; }
    .layout-site-header .container .cta-phone {
      color: inherit;
      text-decoration: none; }
      .layout-site-header .container .cta-phone span {
        display: none; }
      .layout-site-header .container .cta-phone::before {
        font-size: 1.5rem;
        content: '\0260E'; } }
  .layout-site-header .container .standard-logo {
    display: none; }
    @media screen and (min-width: 641px) {
      .layout-site-header .container .standard-logo {
        display: inline; } }
  @media screen and (min-width: 641px) {
    .layout-site-header .container .mobile-logo {
      display: none; } }
  .layout-site-header .container .cta-phone {
    padding: 15px; }

.cf-site-header.pull-logo-left .constraint .brand-logo {
  margin-right: auto; }

.cf-site-header.pull-cta-right .constraint .right-block {
  margin-left: auto; }

.cf-site-header .constraint {
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 1024px) {
    .cf-site-header .constraint .middle-block {
      order: 1; }
    .cf-site-header .constraint .cta-phone {
      color: inherit;
      text-decoration: none; }
      .cf-site-header .constraint .cta-phone span {
        display: none; }
      .cf-site-header .constraint .cta-phone::before {
        font-size: 1.5rem;
        content: '\0260E'; } }
  .cf-site-header .constraint .standard-logo {
    display: none; }
    @media screen and (min-width: 641px) {
      .cf-site-header .constraint .standard-logo {
        display: inline; } }
  @media screen and (min-width: 641px) {
    .cf-site-header .constraint .mobile-logo {
      display: none; } }
  .cf-site-header .constraint .cta-phone {
    padding: 15px; }

.layout-tabbed-content {
  padding: 30px;
  background-color: #e6e6e6; }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .layout-tabbed-content .mobile-tabs.align-top .tabs li {
      float: left;
      border-top: 3px solid #e6e6e6;
      border-bottom: 0; }
      .layout-tabbed-content .mobile-tabs.align-top .tabs li.active {
        display: block; }
      .layout-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(2),
      .layout-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .layout-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(3),
      .layout-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(3) ~ li {
        width: 33.33333%; }
      .layout-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(4),
      .layout-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .layout-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(5),
      .layout-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(5) ~ li {
        width: 20%; }
      .layout-tabbed-content .mobile-tabs.align-top .tabs li.active, .layout-tabbed-content .mobile-tabs.align-top .tabs li:hover {
        border-top: 3px solid #00aeff;
        border-bottom: 0; } }
  .layout-tabbed-content * {
    box-sizing: border-box; }
  .layout-tabbed-content .container {
    position: relative; }
    @media screen and (min-width: 641px) {
      .layout-tabbed-content .container.align-bottom {
        padding-top: 0;
        padding-bottom: 70px; }
      .layout-tabbed-content .container.align-left {
        padding-top: 0;
        padding-left: 200px; }
      .layout-tabbed-content .container.align-right {
        padding-top: 0;
        padding-right: 200px; } }
  .layout-tabbed-content .tab-trigger {
    display: none; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-tabbed-content .tab-trigger {
        display: block;
        position: relative;
        width: 100%;
        padding: 20px;
        border-bottom: 3px solid #00aeff;
        background-color: #f2f2f2;
        color: #00aeff;
        cursor: pointer; }
        .layout-tabbed-content .tab-trigger.mobile-tabs {
          display: none; }
        .layout-tabbed-content .tab-trigger::after {
          position: absolute;
          top: 20px;
          right: 20px;
          transform: rotate(90deg);
          content: '\0276F'; }
        .layout-tabbed-content .tab-trigger.open::after {
          transform: rotate(-90deg); }
        .layout-tabbed-content .tab-trigger + .tabs {
          display: none;
          position: absolute;
          top: 67px;
          left: 0;
          z-index: 10; }
        .layout-tabbed-content .tab-trigger.mobile-tabs + .tabs {
          display: block;
          position: static;
          top: 0; }
        .layout-tabbed-content .tab-trigger.open + .tabs {
          display: block; } }
  .layout-tabbed-content .tabs {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 3px solid #e6e6e6;
    background-color: #f2f2f2;
    list-style-type: none; }
    .layout-tabbed-content .tabs::after {
      display: table;
      clear: both;
      content: ''; }
    .layout-tabbed-content .tabs li {
      width: 100%;
      padding: 20px;
      border-bottom: 3px solid #f2f2f2;
      background-color: #f2f2f2;
      cursor: pointer; }
      @media screen and (min-width: 641px) {
        .layout-tabbed-content .tabs li {
          float: left; } }
      .layout-tabbed-content .tabs li.active, .layout-tabbed-content .tabs li:hover {
        border-bottom: 3px solid #00aeff;
        color: #00aeff; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .layout-tabbed-content .tabs li.active {
          display: none; } }
  .layout-tabbed-content .tab-container {
    background-color: #fff; }
    .layout-tabbed-content .tab-container > section {
      display: none;
      padding: 20px;
      clear: both; }
      .layout-tabbed-content .tab-container > section.active {
        display: block; }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-top .tabs li {
      border-top: 3px solid #e6e6e6;
      border-bottom: 0; }
      .layout-tabbed-content .align-top .tabs li:first-child:nth-last-child(2),
      .layout-tabbed-content .align-top .tabs li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .layout-tabbed-content .align-top .tabs li:first-child:nth-last-child(3),
      .layout-tabbed-content .align-top .tabs li:first-child:nth-last-child(3) ~ li {
        width: 33.33333%; }
      .layout-tabbed-content .align-top .tabs li:first-child:nth-last-child(4),
      .layout-tabbed-content .align-top .tabs li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .layout-tabbed-content .align-top .tabs li:first-child:nth-last-child(5),
      .layout-tabbed-content .align-top .tabs li:first-child:nth-last-child(5) ~ li {
        width: 20%; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-top .tabs li.active, .layout-tabbed-content .align-top .tabs li:hover {
      border-top: 3px solid #00aeff;
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-bottom .tabs {
      position: absolute;
      bottom: 0;
      border-top: 3px solid #e6e6e6;
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-bottom .tabs li {
      border-top: 0;
      border-bottom: 3px solid #f2f2f2; }
      .layout-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(2),
      .layout-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .layout-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(3),
      .layout-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(3) ~ li {
        width: 33.33333%; }
      .layout-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(4),
      .layout-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .layout-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(5),
      .layout-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(5) ~ li {
        width: 20%; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-bottom .tabs li.active, .layout-tabbed-content .align-bottom .tabs li:hover {
      border-bottom: 3px solid #00aeff;
      color: #00aeff; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-left .tabs {
      position: absolute;
      top: 0;
      left: 0;
      width: 200px;
      height: 100%;
      border-right: 3px solid #e6e6e6;
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-left .tabs li {
      border-top: 0;
      border-bottom: 0;
      border-left: 3px solid #f2f2f2; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-left .tabs li.active, .layout-tabbed-content .align-left .tabs li:hover {
      border-bottom: 0;
      border-left: 3px solid #00aeff;
      color: #00aeff; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-right .tabs {
      position: absolute;
      top: 0;
      right: 0;
      width: 200px;
      height: 100%;
      border-bottom: 0;
      border-left: 3px solid #e6e6e6; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-right .tabs li {
      border-top: 0;
      border-right: 3px solid #f2f2f2;
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .layout-tabbed-content .align-right .tabs li.active, .layout-tabbed-content .align-right .tabs li:hover {
      border-right: 3px solid #00aeff;
      border-bottom: 0;
      color: #00aeff; } }

.cf-tabbed-content {
  padding: 30px;
  background-color: #e6e6e6; }
  @media screen and (min-width: 1025px) {
    .cf-tabbed-content .large-collapse > div {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .cf-tabbed-content .mobile-tabs.align-top .tabs li {
      float: left;
      border-top: 3px solid #e6e6e6;
      border-bottom: 0; }
      .cf-tabbed-content .mobile-tabs.align-top .tabs li.active {
        display: block; }
      .cf-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(2),
      .cf-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .cf-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(3),
      .cf-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(3) ~ li {
        width: 33.33333%; }
      .cf-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(4),
      .cf-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .cf-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(5),
      .cf-tabbed-content .mobile-tabs.align-top .tabs li:first-child:nth-last-child(5) ~ li {
        width: 20%; }
      .cf-tabbed-content .mobile-tabs.align-top .tabs li.active, .cf-tabbed-content .mobile-tabs.align-top .tabs li:hover {
        border-top: 3px solid #00aeff;
        border-bottom: 0; } }
  .cf-tabbed-content .before,
  .cf-tabbed-content .after {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .cf-tabbed-content .collapse > div {
    padding-right: 0;
    padding-left: 0; }
  .cf-tabbed-content * {
    box-sizing: border-box; }
  .cf-tabbed-content .constraint {
    position: relative; }
    @media screen and (min-width: 641px) {
      .cf-tabbed-content .constraint.align-bottom {
        padding-top: 0;
        padding-bottom: 70px; }
      .cf-tabbed-content .constraint.align-left {
        padding-top: 0;
        padding-left: 200px; }
      .cf-tabbed-content .constraint.align-right {
        padding-top: 0;
        padding-right: 200px; } }
  .cf-tabbed-content .tab-trigger {
    display: none; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .cf-tabbed-content .tab-trigger {
        display: block;
        position: relative;
        width: 100%;
        padding: 20px;
        border-bottom: 3px solid #00aeff;
        background-color: #f2f2f2;
        color: #00aeff;
        cursor: pointer; }
        .cf-tabbed-content .tab-trigger.mobile-tabs {
          display: none; }
        .cf-tabbed-content .tab-trigger::after {
          position: absolute;
          top: 20px;
          right: 20px;
          transform: rotate(90deg);
          content: '\0276F'; }
        .cf-tabbed-content .tab-trigger.open::after {
          transform: rotate(-90deg); }
        .cf-tabbed-content .tab-trigger + .tabs {
          display: none;
          position: absolute;
          top: 67px;
          left: 0;
          z-index: 10; }
        .cf-tabbed-content .tab-trigger.mobile-tabs + .tabs {
          display: block;
          position: static;
          top: 0; }
        .cf-tabbed-content .tab-trigger.open + .tabs {
          display: block; } }
  .cf-tabbed-content .tabs {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 3px solid #e6e6e6;
    background-color: #f2f2f2;
    list-style-type: none; }
    .cf-tabbed-content .tabs::after {
      display: table;
      clear: both;
      content: ''; }
    .cf-tabbed-content .tabs li {
      width: 100%;
      padding: 20px;
      border-bottom: 3px solid #f2f2f2;
      background-color: #f2f2f2;
      cursor: pointer; }
      @media screen and (min-width: 641px) {
        .cf-tabbed-content .tabs li {
          float: left; } }
      .cf-tabbed-content .tabs li.active, .cf-tabbed-content .tabs li:hover {
        border-bottom: 3px solid #00aeff;
        color: #00aeff; }
      @media screen and (min-width: 0px) and (max-width: 640px) {
        .cf-tabbed-content .tabs li.active {
          display: none; } }
  .cf-tabbed-content .tab-container {
    background-color: #fff; }
    .cf-tabbed-content .tab-container > [data-tab] {
      display: none;
      padding: 20px;
      clear: both; }
      .cf-tabbed-content .tab-container > [data-tab].active {
        display: block; }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-top .tabs li {
      border-top: 3px solid #e6e6e6;
      border-bottom: 0; }
      .cf-tabbed-content .align-top .tabs li:first-child:nth-last-child(2),
      .cf-tabbed-content .align-top .tabs li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .cf-tabbed-content .align-top .tabs li:first-child:nth-last-child(3),
      .cf-tabbed-content .align-top .tabs li:first-child:nth-last-child(3) ~ li {
        width: 33.33333%; }
      .cf-tabbed-content .align-top .tabs li:first-child:nth-last-child(4),
      .cf-tabbed-content .align-top .tabs li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .cf-tabbed-content .align-top .tabs li:first-child:nth-last-child(5),
      .cf-tabbed-content .align-top .tabs li:first-child:nth-last-child(5) ~ li {
        width: 20%; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-top .tabs li.active, .cf-tabbed-content .align-top .tabs li:hover {
      border-top: 3px solid #00aeff;
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-bottom .tabs {
      position: absolute;
      bottom: 0;
      border-top: 3px solid #e6e6e6;
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-bottom .tabs li {
      border-top: 0;
      border-bottom: 3px solid #f2f2f2; }
      .cf-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(2),
      .cf-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .cf-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(3),
      .cf-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(3) ~ li {
        width: 33.33333%; }
      .cf-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(4),
      .cf-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .cf-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(5),
      .cf-tabbed-content .align-bottom .tabs li:first-child:nth-last-child(5) ~ li {
        width: 20%; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-bottom .tabs li.active, .cf-tabbed-content .align-bottom .tabs li:hover {
      border-bottom: 3px solid #00aeff;
      color: #00aeff; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-left .tabs {
      position: absolute;
      top: 0;
      left: 0;
      width: 200px;
      height: 100%;
      border-right: 3px solid #e6e6e6;
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-left .tabs li {
      border-top: 0;
      border-bottom: 0;
      border-left: 3px solid #f2f2f2; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-left .tabs li.active, .cf-tabbed-content .align-left .tabs li:hover {
      border-bottom: 0;
      border-left: 3px solid #00aeff;
      color: #00aeff; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-right .tabs {
      position: absolute;
      top: 0;
      right: 0;
      width: 200px;
      height: 100%;
      border-bottom: 0;
      border-left: 3px solid #e6e6e6; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-right .tabs li {
      border-top: 0;
      border-right: 3px solid #f2f2f2;
      border-bottom: 0; } }
  @media screen and (min-width: 641px) {
    .cf-tabbed-content .align-right .tabs li.active, .cf-tabbed-content .align-right .tabs li:hover {
      border-right: 3px solid #00aeff;
      border-bottom: 0;
      color: #00aeff; } }

.layout-top-bar a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 10px;
  line-height: 1.5; }

.layout-top-bar .container {
  display: flex; }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .layout-top-bar .container {
      flex-direction: column; } }
  .layout-top-bar .container .left-block {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: column;
    justify-content: center; }
  .layout-top-bar .container .left-items {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: row;
    align-items: center; }
  .layout-top-bar .container .right-block {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: column;
    justify-content: center;
    text-align: right; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-top-bar .container .right-block {
        text-align: left; } }
  .layout-top-bar .container .right-items {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: row-reverse;
    align-items: center; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .layout-top-bar .container .right-items {
        flex-direction: row; } }

@media screen and (max-width: 1024px) {
  .layout-top-bar.hide-left-tablet .container .left-block,
  .layout-top-bar.hide-left-tablet .container .left-items {
    display: none; } }

@media screen and (min-width: 0px) and (max-width: 640px) {
  .layout-top-bar.hide-left-mobile .container .left-block,
  .layout-top-bar.hide-left-mobile .container .left-items {
    display: none; } }

@media screen and (max-width: 1024px) {
  .layout-top-bar.hide-right-tablet .container .right-block,
  .layout-top-bar.hide-right-tablet .container .right-items {
    display: none; } }

@media screen and (min-width: 0px) and (max-width: 640px) {
  .layout-top-bar.hide-right-mobile .container .right-block,
  .layout-top-bar.hide-right-mobile .container .right-items {
    display: none; } }

.layout-top-bar.wide-left .container .left-block,
.layout-top-bar.wide-left .container .left-items {
  flex: 2; }

.layout-top-bar.wide-right .container .right-block,
.layout-top-bar.wide-right .container .right-items {
  flex: 2; }

.cf-top-bar a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 10px;
  line-height: 1.5; }

.cf-top-bar .constraint {
  display: flex; }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .cf-top-bar .constraint {
      flex-direction: column; } }
  .cf-top-bar .constraint .left-block {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: column;
    justify-content: center; }
  .cf-top-bar .constraint .left-items {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: row;
    align-items: center; }
  .cf-top-bar .constraint .right-block {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: column;
    justify-content: center;
    text-align: right; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .cf-top-bar .constraint .right-block {
        text-align: left; } }
  .cf-top-bar .constraint .right-items {
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-direction: row-reverse;
    align-items: center; }
    @media screen and (min-width: 0px) and (max-width: 640px) {
      .cf-top-bar .constraint .right-items {
        flex-direction: row; } }

@media screen and (max-width: 1024px) {
  .cf-top-bar.hide-left-tablet .container .left-block,
  .cf-top-bar.hide-left-tablet .container .left-items {
    display: none; } }

@media screen and (min-width: 0px) and (max-width: 640px) {
  .cf-top-bar.hide-left-mobile .container .left-block,
  .cf-top-bar.hide-left-mobile .container .left-items {
    display: none; } }

@media screen and (max-width: 1024px) {
  .cf-top-bar.hide-right-tablet .container .right-block,
  .cf-top-bar.hide-right-tablet .container .right-items {
    display: none; } }

@media screen and (min-width: 0px) and (max-width: 640px) {
  .cf-top-bar.hide-right-mobile .container .right-block,
  .cf-top-bar.hide-right-mobile .container .right-items {
    display: none; } }

.cf-top-bar.wide-left .container .left-block,
.cf-top-bar.wide-left .container .left-items {
  flex: 2; }

.cf-top-bar.wide-right .container .right-block,
.cf-top-bar.wide-right .container .right-items {
  flex: 2; }

.cf-logo-container {
  min-width: initial;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.cf-logo-link {
  display: inline-block; }

.cf-logo-image {
  display: inline-block;
  width: initial;
  height: initial; }

.cf-icon-container {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.cf-icon {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M4,2.5 L20,2.5 C20.8284271,2.5 21.5,3.17157288 21.5,4 L21.5,20 C21.5,20.8284271 20.8284271,21.5 20,21.5 L4,21.5 C3.17157288,21.5 2.5,20.8284271 2.5,20 L2.5,4 C2.5,3.17157288 3.17157288,2.5 4,2.5 Z M4,2.875 C3.37867966,2.875 2.875,3.37867966 2.875,4 L2.875,20 C2.875,20.6213203 3.37867966,21.125 4,21.125 L20,21.125 C20.6213203,21.125 21.125,20.6213203 21.125,20 L21.125,4 C21.125,3.37867966 20.6213203,2.875 20,2.875 L4,2.875 Z M5.5,1 L18.5,1 C19.3284271,1 20,1.67157288 20,2.5 L20,21.5 C20,22.3284271 19.3284271,23 18.5,23 L5.5,23 C4.67157288,23 4,22.3284271 4,21.5 L4,2.5 C4,1.67157288 4.67157288,1 5.5,1 Z M5.5,1.375 C4.87867966,1.375 4.375,1.87867966 4.375,2.5 L4.375,21.5 C4.375,22.1213203 4.87867966,22.625 5.5,22.625 L18.5,22.625 C19.1213203,22.625 19.625,22.1213203 19.625,21.5 L19.625,2.5 C19.625,1.87867966 19.1213203,1.375 18.5,1.375 L5.5,1.375 Z M2.5,4 L21.5,4 C22.3284271,4 23,4.67157288 23,5.5 L23,18.5 C23,19.3284271 22.3284271,20 21.5,20 L2.5,20 C1.67157288,20 1,19.3284271 1,18.5 L1,5.5 C1,4.67157288 1.67157288,4 2.5,4 Z M2.5,4.375 C1.87867966,4.375 1.375,4.87867966 1.375,5.5 L1.375,18.5 C1.375,19.1213203 1.87867966,19.625 2.5,19.625 L21.5,19.625 C22.1213203,19.625 22.625,19.1213203 22.625,18.5 L22.625,5.5 C22.625,4.87867966 22.1213203,4.375 21.5,4.375 L2.5,4.375 Z M12,23 C5.92486775,23 1,18.0751322 1,12 C1,5.92486775 5.92486775,1 12,1 C18.0751322,1 23,5.92486775 23,12 C23,18.0751322 18.0751322,23 12,23 Z M12,22.625 C17.8680255,22.625 22.625,17.8680255 22.625,12 C22.625,6.13197453 17.8680255,1.375 12,1.375 C6.13197453,1.375 1.375,6.13197453 1.375,12 C1.375,17.8680255 6.13197453,22.625 12,22.625 Z M12,17 C9.23857625,17 7,14.7614237 7,12 C7,9.23857625 9.23857625,7 12,7 C14.7614237,7 17,9.23857625 17,12 C17,14.7614237 14.7614237,17 12,17 Z M12,16.625 C14.554317,16.625 16.625,14.554317 16.625,12 C16.625,9.44568303 14.554317,7.375 12,7.375 C9.44568303,7.375 7.375,9.44568303 7.375,12 C7.375,14.554317 9.44568303,16.625 12,16.625 Z" /%3E%3C/svg%3E');
  background-repeat: no-repeat; }
  .cf-icon.chevron-down {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }
  .cf-icon.chevron-left {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }
  .cf-icon.chevron-right {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }
  .cf-icon.chevron-up {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }
  .cf-icon.close {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }
  .cf-icon.location {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }
  .cf-icon.menu {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3Cpath d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }
  .cf-icon.phone {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3Cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }
  .cf-icon.search {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; }

.cf-button-container {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px; }

.cf-button {
  display: block;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: 0;
  border-radius: 5px;
  background-color: #00afec;
  color: #fff;
  text-align: center;
  text-decoration: none; }
  .cf-button:hover {
    background-color: #0089b9; }

.cf-navigation-item-jump-link,
.cf-navigation-item-default {
  display: block;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #fff;
  color: #00afec;
  font-size: 1rem;
  text-decoration: none; }
  .cf-navigation-item-jump-link:hover,
  .cf-navigation-item-default:hover {
    color: #0089b9; }

.cf-subnavigation-container .cf-navigation-item-jump-link,
.cf-subnavigation-container .cf-navigation-item-default {
  border-bottom: 1px solid #e6f7fd; }

.cf-navigation-item-header {
  display: block;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #004c79;
  color: #fff;
  font-size: 1.125rem; }
  @media screen and (min-width: 641px) {
    .cf-navigation-item-header {
      display: none; } }

.cf-navigation-container-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #004c79;
  color: #fff; }

.cf-navigation-text-only {
  font-size: 1.125rem; }

.cf-navigation-item-cta {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none; }
  .cf-navigation-item-cta .cf-icon {
    margin-right: 5px; }
    .cf-navigation-item-cta .cf-icon.chevron-down {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }
    .cf-navigation-item-cta .cf-icon.chevron-left {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }
    .cf-navigation-item-cta .cf-icon.chevron-right {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }
    .cf-navigation-item-cta .cf-icon.chevron-up {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }
    .cf-navigation-item-cta .cf-icon.close {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }
    .cf-navigation-item-cta .cf-icon.location {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }
    .cf-navigation-item-cta .cf-icon.menu {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3Cpath d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }
    .cf-navigation-item-cta .cf-icon.phone {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3Cpath d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }
    .cf-navigation-item-cta .cf-icon.search {
      width: 15px;
      height: 15px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }

.cf-navigation-container-promo {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  background-color: #ffc0cb; }

.cf-navigation-item-promo-text {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.125rem; }

.cf-navigation-item-promo-link {
  display: flex;
  align-items: center;
  margin-top: auto;
  color: #fff;
  font-size: 1rem;
  text-decoration: none; }
  .cf-navigation-item-promo-link .cf-icon.chevron-right {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    margin-left: 5px; }

.cf-navigation-item-subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #e6f7fd;
  background-color: #fff;
  color: #00afec;
  text-decoration: none;
  cursor: pointer; }
  .cf-navigation-item-subnav .cf-icon.chevron-right {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    margin-left: 5px; }
  .cf-navigation-item-subnav:hover {
    color: #0089b9; }
    .cf-navigation-item-subnav:hover .cf-icon.chevron-right {
      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%230089b9" viewBox="0 0 24 24"%3E%3Cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; }

.cf-navigation-item-drilldown-return {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #00afec;
  color: #fff;
  cursor: pointer; }
  @media screen and (min-width: 641px) {
    .cf-navigation-item-drilldown-return {
      display: none; } }
  .cf-navigation-item-drilldown-return .cf-icon.chevron-left {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    margin-right: 5px; }

@media screen and (min-width: 641px) {
  .mobile-only {
    display: none; } }

@media screen and (min-width: 641px) {
  .cf-navigation-item-subnav .cf-icon.chevron-right {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; } }

@media screen and (min-width: 641px) {
  .cf-navigation-item-subnav:hover .cf-icon.chevron-right {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%230089b9" viewBox="0 0 24 24"%3E%3Cpath d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; } }

.cf-navigation-menu-container {
  position: relative;
  z-index: 1000; }
  @media screen and (min-width: 641px) {
    .cf-navigation-menu-container > .cf-navigation-menu {
      display: flex; } }
  @media screen and (min-width: 641px) {
    .cf-navigation-menu-container > .cf-navigation-menu > .cf-subnavigation-container > .cf-navigation-menu {
      top: 100%;
      left: 0;
      width: 200px;
      border-top: 1px solid #004c79; } }

@media screen and (min-width: 641px) {
  .cf-subnavigation-container {
    position: relative; } }

@media screen and (min-width: 641px) {
  .cf-subnavigation-container.active > .cf-navigation-item-container .cf-navigation-item-subnav {
    background-color: #004c79;
    color: #fff; } }

@media screen and (min-width: 641px) {
  .cf-subnavigation-container.active > .cf-navigation-item-container .cf-navigation-item-subnav .cf-icon.chevron-right {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; } }

.cf-subnavigation-container .cf-navigation-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  transition: left .25s, opacity .33s;
  opacity: 0;
  visibility: hidden; }
  @media screen and (min-width: 641px) {
    .cf-subnavigation-container .cf-navigation-menu .cf-navigation-item-subnav .cf-icon.chevron-right {
      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; } }
  @media screen and (min-width: 641px) {
    .cf-subnavigation-container .cf-navigation-menu .cf-navigation-item-subnav:hover.chevron-right {
      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%230089b9" viewBox="0 0 24 24"%3E%3Cpath d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; } }
  .cf-subnavigation-container .cf-navigation-menu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 10; }
    @media screen and (min-width: 641px) {
      .cf-subnavigation-container .cf-navigation-menu.active {
        left: 100%; } }
    .cf-subnavigation-container .cf-navigation-menu.active::after {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #004c79;
      content: ''; }

@media screen and (min-width: 641px) {
  .menu-open-left .cf-navigation-menu-container > .cf-navigation-menu > .cf-subnavigation-container > .cf-navigation-menu {
    top: 100%;
    left: 0;
    width: 200px;
    border-top: 1px solid #004c79; } }

@media screen and (min-width: 641px) {
  .menu-open-left .cf-subnavigation-container.active > .cf-navigation-item-container .cf-navigation-item-subnav .chevron-right {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"%3E%3Cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
    background-repeat: no-repeat; } }

.menu-open-left .cf-subnavigation-container .cf-navigation-menu {
  left: -100%; }
  @media screen and (min-width: 641px) {
    .menu-open-left .cf-subnavigation-container .cf-navigation-menu .cf-navigation-item-subnav .chevron-right {
      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%2300afec" viewBox="0 0 24 24"%3E%3Cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; } }
  @media screen and (min-width: 641px) {
    .menu-open-left .cf-subnavigation-container .cf-navigation-menu .cf-navigation-item-subnav.chevron-right:hover {
      width: 24px;
      height: 24px;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%230089b9" viewBox="0 0 24 24"%3E%3Cpath d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" /%3E%3Cpath d="M0 0h24v24H0z" fill="none" /%3E%3C/svg%3E');
      background-repeat: no-repeat; } }
  .menu-open-left .cf-subnavigation-container .cf-navigation-menu.active {
    left: 0; }
    @media screen and (min-width: 641px) {
      .menu-open-left .cf-subnavigation-container .cf-navigation-menu.active {
        left: -100%; } }

.cf-navigation-header-container {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #004c79; }
  .cf-navigation-header-container.menu-below {
    flex-wrap: wrap; }
    .cf-navigation-header-container.menu-below .cf-navigation-menu-container {
      order: 1;
      width: 100%; }

.cf-navigation-menu-container {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  align-self: flex-end;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 641px) {
    .cf-navigation-menu-container {
      display: block;
      position: relative;
      width: auto;
      overflow: visible; } }
  @media screen and (min-width: 641px) {
    .cf-navigation-menu-container > .cf-navigation-menu > .cf-navigation-item-container .cf-navigation-item-default {
      border-bottom-width: 0; } }
  @media screen and (min-width: 641px) {
    .cf-navigation-menu-container > .cf-navigation-menu > .cf-subnavigation-container > .cf-navigation-item-container .cf-navigation-item-subnav {
      border-bottom-width: 0; } }

.cf-navigation-trigger-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 1rem; }

.trigger-menu {
  cursor: pointer; }
  @media screen and (min-width: 641px) {
    .trigger-menu {
      display: none; } }

.trigger-menu-close {
  display: none;
  cursor: pointer; }

.cf-navigation-panel {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: calc(100vh - 51px);
  padding: 2rem;
  border-bottom: 1px solid #004c79;
  background-color: #fff;
  text-align: center;
  z-index: 20; }
  @media screen and (min-width: 641px) {
    .cf-navigation-panel {
      height: auto; } }

.cf-navigation-panel-trigger {
  cursor: pointer; }
  .cf-navigation-panel-trigger .close-trigger {
    display: none; }
  .cf-navigation-panel-trigger.active {
    color: #0089b9; }
    .cf-navigation-panel-trigger.active .cf-icon-container {
      display: none; }
      .cf-navigation-panel-trigger.active .cf-icon-container.close-trigger {
        display: inline-block; }


a.btn-primary, a.btn-secondary {
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  transition: border .1s linear, background-color .1s linear;
  border: 1px solid;
  border-radius: 30px;
  letter-spacing: .4px; }

html,
body {
  color: #26343b;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400; }

h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800; }
  @media screen and (min-width: 641px) {
    h1 {
      font-size: 52px;
      line-height: 60px; } }

h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: left; }
  @media screen and (min-width: 641px) {
    h2 {
      font-size: 48px;
      line-height: 56px;
      margin-bottom: 30px;
      text-align: center; } }

h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 800; }
  @media screen and (min-width: 641px) {
    h3 {
      font-size: 40px;
      line-height: 48px; } }

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 15px; }
  @media screen and (min-width: 641px) {
    h4 {
      font-size: 28px;
      line-height: 36px; } }

h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500; }
  @media screen and (min-width: 641px) {
    h5 {
      font-size: 24px;
      line-height: 32px; } }

h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500; }
  @media screen and (min-width: 641px) {
    h6 {
      font-size: 20px;
      line-height: 28px; } }

p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 25px; }
  p.large {
    font-size: 18px;
    line-height: 24px; }

a.btn-primary {
  border-color: #ff9161;
  background-color: #fff;
  color: #ff9161;
  text-decoration: none; }
  a.btn-primary:hover {
    background-color: #ff9161;
    color: #fff; }

a.btn-secondary {
  border-color: #ff9161;
  background-color: #ff9161;
  color: #fff;
  text-decoration: none; }
  a.btn-secondary:hover {
    background-color: transparent;
    color: #ff9161; }
  a.btn-secondary.inverted {
    background-color: #fff;
    color: #ff9161; }
    a.btn-secondary.inverted:hover {
      background-color: #ff9161;
      color: #fff; }

a.large {
  padding: 15px 30px;
  border-radius: 25px; }

.buttons {
  margin-top: 25px; }
  .buttons a {
    margin-bottom: 20px; }
    .buttons a:first-child {
      margin-right: 20px; }

.button {
  display: flex;
  justify-content: center; }
  .button a {
    margin-bottom: 20px; }

main hr {
  max-width: 1000px;
  margin: auto; }

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left; }
  @media screen and (min-width: 641px) {
    .center {
      text-align: center; } }

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

.narrow {
  max-width: 100%;
  width: 485px;
  margin: auto; }

.cf-basic-content {
  padding: 50px 0; }
  .cf-basic-content.privacy-policy h1 {
    padding-bottom: 15px; }
  .cf-basic-content.privacy-policy ul,
  .cf-basic-content.privacy-policy ol {
    padding: 0 15px 15px; }

.cf-side-by-side.hide-mobile .image-container {
  display: none; }
  @media screen and (min-width: 641px) {
    .cf-side-by-side.hide-mobile .image-container {
      display: block; } }

header {
  min-height: 60px;
  background-color: #066556; }
  @media screen and (min-width: 641px) {
    header {
      min-height: 80px; } }
  header .cf-logo-container {
    padding-right: 100px; }
    header .cf-logo-container .cf-logo-image {
      width: 138px; }

.cf-navigation-header-container {
  padding: 8px 10px 0;
  border-bottom: 0; }
  @media screen and (min-width: 641px) {
    .cf-navigation-header-container {
      padding-top: 0; } }
  @media screen and (min-width: 641px) and (max-width: 1024px) {
    .cf-navigation-header-container .cf-navigation-container-cta {
      display: none; } }
  .cf-navigation-header-container .cf-navigation-trigger-container .click-to-call {
    margin-top: -3px;
    margin-right: 30px; }
    @media screen and (min-width: 641px) {
      .cf-navigation-header-container .cf-navigation-trigger-container .click-to-call {
        display: none; } }
  .cf-navigation-header-container .cf-navigation-menu {
    background-color: #3c4b52; }
    @media screen and (min-width: 641px) {
      .cf-navigation-header-container .cf-navigation-menu {
        background-color: #066556; } }
    .cf-navigation-header-container .cf-navigation-menu.active .cf-subnavigation-container .cf-navigation-item-container .cf-navigation-item-subnav {
      background-color: #3c4b52 !important; }
    .cf-navigation-header-container .cf-navigation-menu .cf-navigation-item-container {
      margin-left: auto; }
    .cf-navigation-header-container .cf-navigation-menu .cf-subnavigation-container .cf-navigation-item-drilldown-return,
    .cf-navigation-header-container .cf-navigation-menu .cf-subnavigation-container .cf-navigation-item-header, .cf-navigation-header-container .cf-navigation-menu .cf-subnavigation-container:hover {
      background-color: #3c4b52; }
    .cf-navigation-header-container .cf-navigation-menu .cf-subnavigation-container .cf-navigation-item-default {
      border: 0; }
    .cf-navigation-header-container .cf-navigation-menu .cf-subnavigation-container > .cf-navigation-menu {
      border: 0; }
  .cf-navigation-header-container .cf-navigation-trigger-container .cf-icon-container .cf-icon.menu,
  .cf-navigation-header-container .cf-navigation-trigger-container .cf-icon-container .cf-icon.close {
    background-image: url("images/hamburger.svg"); }
  .cf-navigation-header-container .cf-navigation-menu-container {
    width: 100%;
    background-color: transparent; }
    .cf-navigation-header-container .cf-navigation-menu-container .cf-navigation-item-container .cf-navigation-item-subnav {
      background-color: transparent;
      color: #fff; }
      .cf-navigation-header-container .cf-navigation-menu-container .cf-navigation-item-container .cf-navigation-item-subnav .cf-icon.chevron-right {
        margin-top: 20px;
        margin-left: 10px;
        background-image: url("images/downArrow.svg"); }
    .cf-navigation-header-container .cf-navigation-menu-container .cf-navigation-item-container .cf-navigation-container-cta {
      background-color: #066556; }
      .cf-navigation-header-container .cf-navigation-menu-container .cf-navigation-item-container .cf-navigation-container-cta .cf-navigation-item-cta .phone {
        width: 35px;
        height: 35px;
        background-image: url("images/whitePhone.svg");
        margin-top: 10px; }
    .cf-navigation-header-container .cf-navigation-menu-container .cf-navigation-item-default {
      border: 0;
      background-color: #3c4b52;
      color: #fff; }

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .hero h1,
  .hero h4,
  .hero p {
    color: #fff; }
  .hero h1 {
    margin-bottom: 15px; }
  .hero p {
    margin-bottom: 20px; }

.index .hero {
  height: 335px;
  background-color: #228f61;
  background-image: url("images/greenGradient.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }
  @media screen and (min-width: 1025px) {
    .index .hero {
      display: block;
      background-image: url("images/hero.svg"); } }
  .index .hero .content {
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .index .hero .content {
        width: 55%; } }
  .index .hero p {
    margin-bottom: 0;
    padding-bottom: 10px; }
  .index .hero form {
    margin-bottom: 20px; }

.compare-plans .hero {
  min-height: 560px;
  background-color: #228f61;
  background-image: url("images/greenGradient.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }
  @media screen and (min-width: 1025px) {
    .compare-plans .hero {
      display: block;
      background-image: url("images/compare-plans/hero-bg.svg"); } }
  .compare-plans .hero h1 {
    font-size: 40px; }
  .compare-plans .hero h4 {
    font-size: 24px; }
  .compare-plans .hero p {
    padding-bottom: 0; }

.about-rates .hero {
  min-height: 355px;
  background-color: #228f61;
  background-image: url("images/greenGradient.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .about-rates .hero .constraint {
      margin-left: 0; } }

.compare-providers .hero {
  background-color: #228f61;
  background-image: url("images/greenGradient.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    .compare-providers .hero .image-container {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .compare-providers .hero {
      padding-bottom: 80px; }
      .compare-providers .hero .content-container {
        width: 50%; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .compare-providers .hero .constraint {
      margin-left: 0; } }
  .compare-providers .hero a:hover {
    background-color: #ff7f48;
    color: #fff; }

.company-hero.hero {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-image: url("images/brands/hero.svg");
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: 50vw bottom;
  padding-bottom: 0; }

  .company-hero .constraint {
    padding: 0;
  }
  .company-hero .constraint .content {
    width: 50%;
  }

  .brand-message-footer {
    margin: 50px auto;
  }

  .brand-message-plans .logo {
    margin-bottom: 50px;
  }

  @media screen and (min-width: 641px) {
    .company-hero  {
      height: 165px;
      background-position: right;
      background-size: auto; } }
  .company-hero h1,
  .company-hero p {
    color: #3c4b52; }

.business-electricity .hero {
  background-color: #228f61;
  background-image: url("images/greenGradient.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .business-electricity .hero .constraint {
      margin-left: 0; } }

.power-to-choose .hero {
  min-height: 225px;
  background-color: #228f61;
  background-image: url("images/greenGradient.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .power-to-choose .hero .constraint {
      margin-left: 0; } }

.compare-plans .zipqual {
  height: 335px;
  background-color: #228f61;
  background-image: url("images/greenGradient.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }
  @media screen and (min-width: 641px) {
    .compare-plans .zipqual {
      display: block;
      background-image: url("images/compare-plans/zipqual-bg.svg"); } }
  .compare-plans .zipqual .content {
    justify-content: center;
    align-items: center; }
    .compare-plans .zipqual .content h2,
    .compare-plans .zipqual .content p {
      color: #fff;
      text-align: left; }
      @media screen and (min-width: 641px) {
        .compare-plans .zipqual .content h2,
        .compare-plans .zipqual .content p {
          text-align: center; } }
  .compare-plans .zipqual form {
    max-width: 335px;
    margin: auto; }

.zipqual form {
  display: block;
  max-width: 485px; }
  @media screen and (min-width: 641px) {
    .zipqual form {
      display: flex;
      align-items: center; } }
  .zipqual form input {
    width: 65%;
    min-height: 50px;
    padding-left: 25px;
    border: 0;
    border-radius: 27px 0 0 27px;
    outline: none;
    color: #3c4b52;
    font-weight: bold; }
    @media screen and (min-width: 641px) {
      .zipqual form input {
        width: 45%; } }
    .zipqual form input:-internal-autofill-previewed, .zipqual form input:-internal-autofill-selected, .zipqual form input:-webkit-autofill {
      background-color: #fff !important;
      box-shadow: 0 0 0 1000px #fff inset; }
    .zipqual form input::placeholder {
      color: #cdcac5; }
  .zipqual form button {
    width: 35%;
    height: 50px;
    margin-left: -5px;
    padding: 0;
    border: 0;
    border-radius: 0 27px 27px 0;
    outline: none;
    background-color: #ff9161;
    color: #fff;
    font-weight: bold; }
    @media screen and (min-width: 641px) {
      .zipqual form button {
        width: 55%; } }

.flex-columns .two-column.flex-column {
  flex-basis: 100%; }
  @media screen and (min-width: 641px) {
    .flex-columns .two-column.flex-column {
      flex-basis: 50%; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flex-columns .two-column.flex-column {
      flex-basis: 0;
      width: 50%; } }

@media screen and (min-width: 641px) {
  .flex-columns .two-column.first {
    display: flex;
    justify-content: flex-end; } }

.flex-columns .two-column ul {
  margin-left: 40px; }

.flex-columns .two-column.bullet {
  display: flex; }
  .flex-columns .two-column.bullet img {
    align-self: flex-start;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px; }
  .flex-columns .two-column.bullet p {
    display: inline-block;
    font-weight: bold; }

.flex-columns .three-column {
  display: flex; }
  .flex-columns .three-column img {
    margin-bottom: 15px; }
  .flex-columns .three-column h5 {
    margin-bottom: 10px; }
  .flex-columns .three-column img,
  .flex-columns .three-column p {
    align-self: center; }
  .flex-columns .three-column.flex-column {
    flex-basis: 100%; }
    @media screen and (min-width: 641px) {
      .flex-columns .three-column.flex-column {
        flex-basis: 33.33%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .flex-columns .three-column.flex-column {
        flex-basis: 0;
        width: 33.33%; } }

.flex-columns .four-column {
  display: flex; }
  .flex-columns .four-column img,
  .flex-columns .four-column p {
    align-self: center; }
  .flex-columns .four-column p {
    padding: 0 15px; }
  .flex-columns .four-column.flex-column {
    flex-basis: 100%; }
    @media screen and (min-width: 641px) {
      .flex-columns .four-column.flex-column {
        flex-basis: 25%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .flex-columns .four-column.flex-column .flex-column {
        width: 25%; } }

.info-card {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 20px 20px 40px;
  margin-bottom: 25px; }
  @media screen and (min-width: 641px) {
    .info-card {
      width: auto;
      max-width: 400px; } }
  .info-card img {
    display: block;
    margin-left: 0;
    margin-bottom: 15px; }
    @media screen and (min-width: 641px) {
      .info-card img {
        margin-left: auto;
        margin-right: auto; } }
    .info-card img.contain {
      width:100%;
      height:100%;
      max-width: 75px;
      max-height: 75px; }
    .info-card img.center {
      margin-left: auto; }
  .info-card h5,
  .info-card p {
    text-align: left; }
    @media screen and (min-width: 641px) {
      .info-card h5,
      .info-card p {
        text-align: center; } }
  .info-card h5 {
    margin-bottom: 15px; }
  .info-card span {
    display: block;
    margin-bottom: 20px; }

.energy-providers {
  display: none; }
  .energy-providers h2,
  .energy-providers .providers-zip {
    display: inline-block; }
  .energy-providers .content h2 {
    display: block;
    text-align: left;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 641px) {
      .energy-providers .content h2 {
        max-width: 1000px; } }

.out-of-area {
  display: none;
  padding: 60px 0 80px; }
  .out-of-area p {
    text-align: left; }
  .out-of-area .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 641px) {
      .out-of-area .center {
        flex-wrap: nowrap; } }
    .out-of-area .center a {
      margin-top: 20px;
      min-width: 290px;
      text-align: center; }
      @media screen and (min-width: 641px) {
        .out-of-area .center a {
          margin-top: 10px; }
          .out-of-area .center a:first-child {
            margin-left: -20px;
            margin-right: 20px; } }

.brand-card {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  max-width: 290px;
  margin: auto;
  margin-bottom: 20px;
  padding: 25px;
  background-color: #fff; }
  @media screen and (min-width: 641px) {
    .brand-card {
      flex-wrap: nowrap;
      max-width: 1000px; } }
  .brand-card .tag {
    position: absolute;
    top: -2px;
    left: 0;
    min-width: 150px;
    min-height: 40px;
    padding-top: 5px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: top left;
    color: #fff;
    font-weight: bold; }
  .brand-card img {
    flex-basis: 200px;
    width: 120px;
    height: 55px;
    margin-top: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 641px) {
      .brand-card img {
        flex-basis: 15%; } }
  .brand-card .content {
    padding-bottom: 20px; }
    @media screen and (min-width: 641px) {
      .brand-card .content {
        flex-basis: 70%;
        padding-bottom: 0; } }
    .brand-card .content h4 {
      margin-bottom: 10px;
      color: #228f61;
      font-weight: normal; }
    .brand-card .content p {
      margin-bottom: 10px; }
  .brand-card .btn-primary {
    text-align: center; }
    @media screen and (min-width: 641px) {
      .brand-card .btn-primary {
        flex-basis: 175px;
        align-self: center;
        width: 175px; } }
  .brand-card.green {
    border-top: 3px solid #228f61; }
    .brand-card.green .tag {
      background-image: url("images/brandCardHeader-green.svg"); }
  .brand-card.blue {
    border-top: 3px solid #138f93; }
    .brand-card.blue .tag {
      background-image: url("images/brandCardHeader-blue.svg"); }

.single-brand-card {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  max-width: 290px;
  margin: auto;
  margin-bottom: 20px;
  padding: 25px;
  padding-bottom: 50px;
  background-color: #fff;
  border: 2px solid #eaecf1;
  border-radius: 0 0 0 10px 10px 0; }
  @media screen and (min-width: 641px) {
    .single-brand-card {
      max-width: 1000px; } }
  .single-brand-card ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 25px; }
    @media screen and (min-width: 641px) {
      .single-brand-card ul {
        margin-left: 200px; } }
    @media screen and (min-width: 641px) {
      .single-brand-card ul li {
        width: 50%;
        padding-right: 20px;
        padding-bottom: 15px; } }
  .single-brand-card .tag {
    position: absolute;
    top: -5px;
    left: -2px;
    min-width: 230px;
    min-height: 40px;
    padding-top: 5px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: top left;
    color: #fff;
    font-weight: bold; }
  .single-brand-card img {
    flex-basis: 200px;
    width: 130px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 70px; }
    @media screen and (min-width: 641px) {
      .single-brand-card img {
        flex-basis: 15%; } }
  .single-brand-card .content {
    width: 100%;
    padding-bottom: 20px; }
    @media screen and (min-width: 641px) {
      .single-brand-card .content {
        flex-basis: 70%;
        padding-bottom: 0; } }
    .single-brand-card .content h4 {
      margin-bottom: 10px;
      color: #228f61;
      font-weight: normal; }
    .single-brand-card .content p {
      margin-bottom: 10px; }
  .single-brand-card .btn-primary {
    text-align: center; }
    @media screen and (min-width: 641px) {
      .single-brand-card .btn-primary {
        flex-basis: 175px;
        align-self: center;
        width: 175px; } }
  .single-brand-card.blue {
    border-top: 4px solid #138f93; }
    .single-brand-card.blue .tag {
      background-image: url("images/brandCardHeader-blue2.svg"); }

.cf-call-to-action {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #066556;
  color: #fff; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cf-call-to-action h4 {
      max-width: 100%;
      width: 700px;
      margin-left: 0; } }
  @media screen and (min-width: 1025px) {
    .cf-call-to-action {
      height: 80px; }
      .cf-call-to-action img {
        margin-left: 20px; } }
  .cf-call-to-action span {
    text-align: left; }
    @media screen and (min-width: 1025px) {
      .cf-call-to-action span {
        text-align: center; } }
    .cf-call-to-action span.text-main.no-mobile-text {
      display: block; }
  .cf-call-to-action .need-more {
    display: block;
    font-size: 24px;
    text-align: left;
    padding-bottom: 15px; }
    @media screen and (min-width: 1025px) {
      .cf-call-to-action .need-more {
        display: inline-block;
        font-size: 20px;
        margin-left: 0;
        padding-bottom: 0; } }
  .cf-call-to-action h4 {
    padding: 0; }
    .cf-call-to-action h4 a {
      font-weight: normal;
      font-size: 20px;
      text-decoration: none; }

.container-tabs-content .tab-container h4 {
  font-size: 24px;
  font-weight: bold;
  color: #228f61; }

.container-tabs-content .tab-container ul li {
  margin-bottom: 20px; }
  .container-tabs-content .tab-container ul li:last-child {
    margin-bottom: 0; }

.container-tabs-content .tab-container .image-container {
  margin-bottom: 25px; }
  @media screen and (min-width: 641px) {
    .container-tabs-content .tab-container .image-container {
      margin-bottom: 0; } }

.cf-tabbed-content .align-top .tabs li {
  border-top: 0;
  border-bottom: 4px solid transparent; }
  .cf-tabbed-content .align-top .tabs li.active, .cf-tabbed-content .align-top .tabs li:hover {
    border-top: 0;
    border-bottom: 4px solid #228f61;
    color: #000; }

.compare-plans ul img,
.compare-plans .tab-trigger img {
  height: 30px;
  width: 30px;
  margin-right: 15px; }

.compare-plans .tab-trigger {
  color: #228f61;
  border-bottom: 3px solid #228f61; }

.simple-faq {
  display: flex;
  padding-bottom: 30px; }
  .simple-faq .content {
    display: flex;
    flex-wrap: wrap; }
  .simple-faq img {
    align-self: flex-start;
    height: 25px;
    width: 25px;
    min-width: 25px; }
    @media screen and (min-width: 641px) {
      .simple-faq img {
        height: 35px;
        width: 35px;
        min-width: 35px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .simple-faq img {
        flex-basis: 100px; } }
  .simple-faq h3,
  .simple-faq p {
    width: 90%; }

.accordion .accordion-item {
  list-style-type: none; }
  .accordion .accordion-item a {
    display: block;
    text-decoration: none;
    font-size: 28px;
    color: #000;
    border-bottom: 5px solid #138f93;
    padding-bottom: 10px;
    width: 100%;
    transition: font-size 200ms ease-out;
    background-image: url("images/x.svg");
    background-repeat: no-repeat;
    background-position: right 15px center; }
  .accordion .accordion-item h4 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .accordion .accordion-item .about .detail img {
    height: 25px;
    width: 25px; }
  .accordion .accordion-item.closed a {
    background-image: url("images/plus.svg");
    color: #fff;
    background-color: #138f93;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding: 5px 0 5px 30px;
    font-size: 24px; }
  .accordion .accordion-item.closed .content {
    display: none; }

.fullwidth-cta {
  background-image: url("images/greenGradient.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 0; }
  @media screen and (min-width: 1025px) {
    .fullwidth-cta h4,
    .fullwidth-cta a {
      display: inline-block; }
    .fullwidth-cta a {
      float: right; } }
  .fullwidth-cta h4 {
    font-weight: normal;
    color: #fff; }
  .fullwidth-cta .btn-secondary:hover {
    background-color: #ff9161;
    color: #fff; }

.featured {
  background-color: #228f61;
  background-image: url("images/greenGradient.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  color: #fff; }
  .featured .icon-text {
    display: flex;
    justify-content: center; }
  .featured p {
    text-align: left; }
    @media screen and (min-width: 641px) {
      .featured p {
        text-align: center;
        max-width: 825px;
        margin: auto; } }

.layout-feature img {
  padding-bottom: 25px; }

.layout-feature p {
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: left; }
  @media screen and (min-width: 641px) {
    .layout-feature p {
      text-align: center; } }

.icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  .icon-text img {
    align-self: flex-start;
    width: 100%;
    height: 35px;
    min-width: 35px;
    max-width: 35px;
    margin-right: 20px; }

.stylish-box ul{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #eaecf1;
  border-radius: 5px;
  width: 290px; }
  .stylish-box li:before{content:""; width:10px; height:10px; display:inline-block;border-radius:50%;background:#228f61;margin-right:0.5em;}
  @media screen and (min-width: 641px) {
    .stylish-box ul{
      width: 510px; } }
  .stylish-box li {
    width: 100%;
    list-style-type: none;
    padding-bottom: 5px;
    font-weight: bold; }
    @media screen and (min-width: 641px) {
      .stylish-box li {
        width: 50%;
        padding-bottom: 20px; } }
    .stylish-box li img {
      margin-right: 10px; }

footer {
  min-height: 300px;
  padding: 0 25px;
  background-color: #26343b; }
  footer .logo {
    width: 190px; }
  footer .flexblocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px; }
    @media screen and (min-width: 641px) {
      footer .flexblocks {
        flex-wrap: nowrap; } }
    footer .flexblocks .provider-phone {
      display: flex;
      align-self: flex-end;
      justify-self: flex;
      margin-top: 15px;
      flex-wrap: wrap;
      text-decoration: none; }
      @media screen and (min-width: 641px) {
        footer .flexblocks .provider-phone {
          margin-top: 0;
          margin-left: auto;
          pointer-events: none; } }
      footer .flexblocks .provider-phone img,
      footer .flexblocks .provider-phone p,
      footer .flexblocks .provider-phone a {
        display: inline-block; }
      footer .flexblocks .provider-phone p,
      footer .flexblocks .provider-phone a {
        margin: 0;
        padding: 0; }
      footer .flexblocks .provider-phone img {
        margin: -8px 10px 0; }
  footer .BBB-logo {
    display: inline-block; }
    @media screen and (min-width: 641px) {
      footer .BBB-logo {
        float: right; } }
  footer a {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 15px;
    color: #fff; }
  footer p {
    margin-bottom: 15px;
    color: #fff; }
  footer .disclaimer {
    font-size: 12px;
    padding-bottom: 0; }

*.collapse-top {
  margin-top: 0;
  padding-top: 0; }

*.collapse-bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

*.pad-top {
  padding-top: 25px; }
  @media screen and (min-width: 641px) {
    *.pad-top {
      padding-top: 50px; } }

*.pad-bottom {
  padding-bottom: 25px; }
  @media screen and (min-width: 641px) {
    *.pad-bottom {
      padding-bottom: 50px; } }

*.margin-top {
  margin-top: 25px; }
  @media screen and (min-width: 641px) {
    *.margin-top {
      margin-top: 50px; } }

*.margin-bottom {
  margin-bottom: 25px; }
  @media screen and (min-width: 641px) {
    *.margin-bottom {
      margin-bottom: 50px; } }

.light-gray {
  background-color: #eaecf1; }

.brand .hero p {
  max-width: 485px; }

.brand .logo {
  margin-bottom: 35px; }

.contain {
  max-width: 830px;
  margin: auto; }

.mobile,
.btn-secondary.mobile {
  display: inline-block;
  font-weight: 500; }
  @media screen and (min-width: 641px) {
    .mobile,
    .btn-secondary.mobile {
      display: none; } }

.desktop,
.btn-secondary.desktop {
  display: none; }
  @media screen and (min-width: 641px) {
    .desktop,
    .btn-secondary.desktop {
      display: inline-block; } }

.explain-electricity .four-column {
  margin-bottom: 25px;
  margin-right: 55px; }
  @media screen and (min-width: 641px) {
    .explain-electricity .four-column {
      margin-right: 0;
      margin-bottom: 0; } }
  .explain-electricity .four-column .plus {
    margin-top: 15px; }
    @media screen and (min-width: 641px) {
      .explain-electricity .four-column .plus {
        margin-top: 0; } }
  .explain-electricity .four-column img {
    align-self: flex-start; }
    @media screen and (min-width: 641px) {
      .explain-electricity .four-column img {
        align-self: center; } 
    }


.submit {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 27px;
  outline: none;
  background-color: #ff9161;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  height: 50px;
  text-decoration: none;
}
  
@media screen and (min-width: 641px) {
  .submit {
    width: 55%;
  }
}

a[href="/compare/texas-electricity-plans/"] {
  display: none;
}
