@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * THEMENAME.scss.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *

 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700|Nunito:300,400,700");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,700|Oswald:400,700");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700;900&display=swap");
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

/*! 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: not-allowed; }

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

a {
  color: #71b73d;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #619d34; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #71b73d;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #609c34;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

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

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

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

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

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #71b73d;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

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

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

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

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

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

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

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

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

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

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

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #71b73d;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

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

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

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

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

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

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

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

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

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

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

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

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

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

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

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

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(113, 183, 61, 0.5); }

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

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

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

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

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

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

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

.top-bar-title {
  float: left;
  margin-right: 1rem; }

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

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

.slide-in-down.mui-enter {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

.temp-banner {
  background-color: #234;
  padding: 0.5rem 0rem; }
  .temp-banner h4 {
    color: #ffffff; }
  .temp-banner a {
    color: #ffffff; }

.large-blue-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #71b73d;
  color: #fff;
  background-color: #2f343b;
  padding: 1.5rem 3.75rem;
  font-size: 1.935rem;
  font-family: "Volkhov", serif;
  text-transform: uppercase;
  margin: 1rem 0; }
  [data-whatinput='mouse'] .large-blue-button {
    outline: 0; }
  .large-blue-button:hover, .large-blue-button:focus {
    background-color: #609c34;
    color: #fff; }
  .large-blue-button:hover {
    background-color: #464d57; }
  @media screen and (max-width: 768px) {
    .large-blue-button {
      width: 100%; } }

.medium-burgandy-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #71b73d;
  color: #fff;
  background-color: #c77966;
  padding: 1rem 1rem;
  font-size: 1.375rem;
  font-family: "Volkhov", serif;
  text-transform: uppercase;
  margin: 1rem 0; }
  [data-whatinput='mouse'] .medium-burgandy-button {
    outline: 0; }
  .medium-burgandy-button:hover, .medium-burgandy-button:focus {
    background-color: #609c34;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .medium-burgandy-button {
      width: 100%; } }
  .medium-burgandy-button:hover {
    background-color: #d59a8b; }

body.section-erocybersecurity h3.eno-heading, body.section-ero-cyber-security h3.eno-heading, body.node--type-ero-cyber-security h3.eno-heading {
  margin-bottom: 1.5rem; }

body.section-erocybersecurity .eno-subheading, body.section-ero-cyber-security .eno-subheading, body.node--type-ero-cyber-security .eno-subheading {
  font-size: 1.1rem;
  margin-bottom: 0; }

body.section-erocybersecurity .eno-text, body.section-ero-cyber-security .eno-text, body.node--type-ero-cyber-security .eno-text {
  font-size: 0.9rem;
  margin-bottom: 0.3rem; }

body.section-erocybersecurity .eno-callout, body.section-ero-cyber-security .eno-callout, body.node--type-ero-cyber-security .eno-callout {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  padding: 3.5rem 0 7rem 0;
  border: rgba(0, 0, 0, 0.1) solid thin;
  box-shadow: rgba(0, 0, 0, 0.1) 2px -1px 6px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px -1px 6px 0px; }
  body.section-erocybersecurity .eno-callout a, body.section-ero-cyber-security .eno-callout a, body.node--type-ero-cyber-security .eno-callout a {
    color: #c77966; }

body.section-erocybersecurity .tiny, body.section-ero-cyber-security .tiny, body.node--type-ero-cyber-security .tiny {
  font-size: 0.8rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem; }

body.section-erocybersecurity .large.reveal .reveal-content, body.section-ero-cyber-security .large.reveal .reveal-content, body.node--type-ero-cyber-security .large.reveal .reveal-content {
  padding: 1rem; }

body.section-erocybersecurity .large.reveal ul ul.alpha li, body.section-ero-cyber-security .large.reveal ul ul.alpha li, body.node--type-ero-cyber-security .large.reveal ul ul.alpha li {
  list-style-type: lower-alpha; }

body.section-erocybersecurity .large.reveal li, body.section-ero-cyber-security .large.reveal li, body.node--type-ero-cyber-security .large.reveal li {
  list-style-type: upper-roman;
  font-family: "Volkhov", serif;
  font-size: 1rem;
  color: #7e827a;
  line-height: 1.7rem; }

body.section-erocybersecurity .large.reveal .benefit-heading, body.section-ero-cyber-security .large.reveal .benefit-heading, body.node--type-ero-cyber-security .large.reveal .benefit-heading {
  font-size: 2rem;
  padding: 0;
  color: #c77966; }

body.section-erocybersecurity .large.reveal .subhead, body.section-ero-cyber-security .large.reveal .subhead, body.node--type-ero-cyber-security .large.reveal .subhead {
  padding: 1rem 0;
  color: #444; }

@media screen and (max-width: 1190px) {
  body.section-erocybersecurity .text-right, body.section-ero-cyber-security .text-right, body.node--type-ero-cyber-security .text-right {
    text-align: center; } }

body.section-erocybersecurity h1, body.section-erocybersecurity h2, body.section-erocybersecurity h3, body.section-erocybersecurity h4, body.section-erocybersecurity h5, body.section-erocybersecurity h6, body.section-erocybersecurity p, body.section-ero-cyber-security h1, body.section-ero-cyber-security h2, body.section-ero-cyber-security h3, body.section-ero-cyber-security h4, body.section-ero-cyber-security h5, body.section-ero-cyber-security h6, body.section-ero-cyber-security p, body.node--type-ero-cyber-security h1, body.node--type-ero-cyber-security h2, body.node--type-ero-cyber-security h3, body.node--type-ero-cyber-security h4, body.node--type-ero-cyber-security h5, body.node--type-ero-cyber-security h6, body.node--type-ero-cyber-security p {
  padding: 0;
  margin: 0;
  font-family: "Volkhov", serif; }

body.section-erocybersecurity .accent-color, body.section-ero-cyber-security .accent-color, body.node--type-ero-cyber-security .accent-color {
  color: #c77966; }

body.section-erocybersecurity .midsize, body.section-ero-cyber-security .midsize, body.node--type-ero-cyber-security .midsize {
  font-size: 2rem; }

body.section-erocybersecurity p, body.section-ero-cyber-security p, body.node--type-ero-cyber-security p {
  padding: 10px 0;
  font-size: 1rem;
  color: #444444; }

body.section-erocybersecurity span, body.section-ero-cyber-security span, body.node--type-ero-cyber-security span {
  color: #c77966; }

body.section-erocybersecurity .bold, body.section-ero-cyber-security .bold, body.node--type-ero-cyber-security .bold {
  font-weight: 700; }

body.section-erocybersecurity .grey, body.section-ero-cyber-security .grey, body.node--type-ero-cyber-security .grey {
  color: #7e827a; }

body.section-erocybersecurity .slogan-head, body.section-ero-cyber-security .slogan-head, body.node--type-ero-cyber-security .slogan-head {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30%; }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity .slogan-head, body.section-ero-cyber-security .slogan-head, body.node--type-ero-cyber-security .slogan-head {
      text-align: center; } }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity .slogan-head, body.section-ero-cyber-security .slogan-head, body.node--type-ero-cyber-security .slogan-head {
      margin-top: 5%; } }

body.section-erocybersecurity .slogan, body.section-ero-cyber-security .slogan, body.node--type-ero-cyber-security .slogan {
  color: #ffffff; }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity .slogan, body.section-ero-cyber-security .slogan, body.node--type-ero-cyber-security .slogan {
      text-align: center; } }

@media screen and (max-width: 1190px) {
  body.section-erocybersecurity .busVector, body.section-ero-cyber-security .busVector, body.node--type-ero-cyber-security .busVector {
    text-align: center; } }

@media screen and (max-width: 1190px) {
  body.section-erocybersecurity .busVector, body.section-ero-cyber-security .busVector, body.node--type-ero-cyber-security .busVector {
    margin-top: 7%; } }

body.section-erocybersecurity .summary, body.section-ero-cyber-security .summary, body.node--type-ero-cyber-security .summary {
  font-size: 0.9rem;
  width: 100%;
  float: left;
  color: #ffffff; }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity .summary, body.section-ero-cyber-security .summary, body.node--type-ero-cyber-security .summary {
      text-align: center; } }
  body.section-erocybersecurity .summary_small, body.section-ero-cyber-security .summary_small, body.node--type-ero-cyber-security .summary_small {
    color: #e3cda4;
    width: 100%;
    text-align: center;
    float: left; }
  body.section-erocybersecurity .summary:hover, body.section-ero-cyber-security .summary:hover, body.node--type-ero-cyber-security .summary:hover {
    text-decoration: underline; }

body.section-erocybersecurity .tbpad, body.section-ero-cyber-security .tbpad, body.node--type-ero-cyber-security .tbpad {
  padding: 2% 0; }

body.section-erocybersecurity .lrpad, body.section-ero-cyber-security .lrpad, body.node--type-ero-cyber-security .lrpad {
  padding-right: 3%;
  padding-left: 3%; }

body.section-erocybersecurity h1.title, body.section-ero-cyber-security h1.title, body.node--type-ero-cyber-security h1.title {
  font-size: 4.1rem;
  color: #ffffff;
  margin: 0 auto;
  position: relative; }
  body.section-erocybersecurity h1.title:before, body.section-ero-cyber-security h1.title:before, body.node--type-ero-cyber-security h1.title:before {
    content: "We Provide";
    position: absolute;
    top: -1rem;
    left: 0;
    color: #ffffff;
    font-size: 1.6rem; }
    @media screen and (max-width: 1190px) {
      body.section-erocybersecurity h1.title:before, body.section-ero-cyber-security h1.title:before, body.node--type-ero-cyber-security h1.title:before {
        font-size: 1rem;
        text-align: center;
        position: relative;
        float: left;
        width: 100%;
        top: 0; } }
  body.section-erocybersecurity h1.title:after, body.section-ero-cyber-security h1.title:after, body.node--type-ero-cyber-security h1.title:after {
    content: "Underwritten by CPA Mutial Insurance Company";
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    color: #ffffff;
    font-size: 1.1rem; }
    @media screen and (max-width: 1190px) {
      body.section-erocybersecurity h1.title:after, body.section-ero-cyber-security h1.title:after, body.node--type-ero-cyber-security h1.title:after {
        font-size: 1rem;
        text-align: center;
        position: relative;
        float: left;
        width: 100%;
        bottom: 0; } }
    @media screen and (max-width: 480px) {
      body.section-erocybersecurity h1.title:after, body.section-ero-cyber-security h1.title:after, body.node--type-ero-cyber-security h1.title:after {
        font-size: 0.9rem; } }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity h1.title, body.section-ero-cyber-security h1.title, body.node--type-ero-cyber-security h1.title {
      font-size: 3.1rem;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    body.section-erocybersecurity h1.title, body.section-ero-cyber-security h1.title, body.node--type-ero-cyber-security h1.title {
      font-size: 2.1rem; } }

body.section-erocybersecurity h1.title_alter, body.section-ero-cyber-security h1.title_alter, body.node--type-ero-cyber-security h1.title_alter {
  font-size: 2.8rem;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px; }
  body.section-erocybersecurity h1.title_alter:before, body.section-ero-cyber-security h1.title_alter:before, body.node--type-ero-cyber-security h1.title_alter:before {
    text-align: center;
    width: 100%;
    display: block;
    top: -2rem; }
  body.section-erocybersecurity h1.title_alter:after, body.section-ero-cyber-security h1.title_alter:after, body.node--type-ero-cyber-security h1.title_alter:after {
    display: none; }

body.section-erocybersecurity h2.logo, body.section-ero-cyber-security h2.logo, body.node--type-ero-cyber-security h2.logo {
  font-style: italic;
  color: #ffffff;
  float: left;
  padding-right: 5%;
  font-size: 1.2rem;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 4rem; }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity h2.logo, body.section-ero-cyber-security h2.logo, body.node--type-ero-cyber-security h2.logo {
      padding-right: 0;
      text-align: center; } }

body.section-erocybersecurity h2.logo_alter, body.section-ero-cyber-security h2.logo_alter, body.node--type-ero-cyber-security h2.logo_alter {
  font-style: italic;
  color: #ffffff;
  float: left;
  padding-right: 0;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 31rem;
  top: 32rem;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px; }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity h2.logo_alter, body.section-ero-cyber-security h2.logo_alter, body.node--type-ero-cyber-security h2.logo_alter {
      padding-right: 0;
      text-align: center; } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

body.section-erocybersecurity .discover, body.section-ero-cyber-security .discover, body.node--type-ero-cyber-security .discover {
  width: 100%;
  text-align: right;
  padding-right: 5%;
  float: left;
  position: absolute;
  bottom: 6rem;
  z-index: 889; }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity .discover, body.section-ero-cyber-security .discover, body.node--type-ero-cyber-security .discover {
      text-align: center;
      float: left;
      width: 100%;
      padding-right: 0; } }
  body.section-erocybersecurity .discover a, body.section-ero-cyber-security .discover a, body.node--type-ero-cyber-security .discover a {
    color: #ffffff;
    position: relative;
    float: right; }
    @media screen and (max-width: 1190px) {
      body.section-erocybersecurity .discover a, body.section-ero-cyber-security .discover a, body.node--type-ero-cyber-security .discover a {
        float: none; } }
    body.section-erocybersecurity .discover a:after, body.section-ero-cyber-security .discover a:after, body.node--type-ero-cyber-security .discover a:after {
      content: "\f01a";
      font-family: fontAwesome;
      margin-left: 10px;
      position: relative;
      float: right;
      -webkit-transition-duration: 0.8s;
      -webkit-transition-property: transform;
      transition-duration: 0.8s;
      transition-property: transform; }
      @media screen and (max-width: 1190px) {
        body.section-erocybersecurity .discover a:after, body.section-ero-cyber-security .discover a:after, body.node--type-ero-cyber-security .discover a:after {
          float: none; } }
    body.section-erocybersecurity .discover a:hover:after, body.section-ero-cyber-security .discover a:hover:after, body.node--type-ero-cyber-security .discover a:hover:after {
      color: #234;
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }

body.section-erocybersecurity .mid-title, body.section-ero-cyber-security .mid-title, body.node--type-ero-cyber-security .mid-title {
  position: relative;
  bottom: 0;
  margin-top: 42%; }
  @media screen and (max-width: 1024px) {
    body.section-erocybersecurity .mid-title, body.section-ero-cyber-security .mid-title, body.node--type-ero-cyber-security .mid-title {
      margin-top: 0;
      text-align: center; } }

body.section-erocybersecurity section.first, body.section-ero-cyber-security section.first, body.node--type-ero-cyber-security section.first {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/themes/anakin/images/women.jpg);
  min-height: 110vh;
  position: relative; }

body.section-erocybersecurity section.two, body.section-ero-cyber-security section.two, body.node--type-ero-cyber-security section.two {
  position: relative;
  z-index: 800;
  margin-top: -8%;
  padding: 0 0 5% 0; }

body.section-erocybersecurity section.three, body.section-ero-cyber-security section.three, body.node--type-ero-cyber-security section.three {
  padding: 0;
  position: relative; }
  @media screen and (max-width: 1024px) {
    body.section-erocybersecurity section.three, body.section-ero-cyber-security section.three, body.node--type-ero-cyber-security section.three {
      background-color: #2f343b; } }

body.section-erocybersecurity .bar, body.section-ero-cyber-security .bar, body.node--type-ero-cyber-security .bar {
  background-color: #2f343b;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: -1;
  height: 390px; }

body.section-erocybersecurity section.four, body.section-ero-cyber-security section.four, body.node--type-ero-cyber-security section.four {
  padding: 5% 0 0 0;
  position: relative; }

body.section-erocybersecurity .details-wrapper, body.section-ero-cyber-security .details-wrapper, body.node--type-ero-cyber-security .details-wrapper {
  padding: 1.5rem 0; }
  body.section-erocybersecurity .details-wrapper p, body.section-ero-cyber-security .details-wrapper p, body.node--type-ero-cyber-security .details-wrapper p {
    color: #7e827a; }
  body.section-erocybersecurity .details-wrapper h5 a, body.section-ero-cyber-security .details-wrapper h5 a, body.node--type-ero-cyber-security .details-wrapper h5 a {
    color: #7e827a;
    font-size: 1.2rem; }
    body.section-erocybersecurity .details-wrapper h5 a:hover, body.section-ero-cyber-security .details-wrapper h5 a:hover, body.node--type-ero-cyber-security .details-wrapper h5 a:hover {
      text-decoration: underline; }

body.section-erocybersecurity .detail-inner-wrapper, body.section-ero-cyber-security .detail-inner-wrapper, body.node--type-ero-cyber-security .detail-inner-wrapper {
  padding: 5% 0; }

body.section-erocybersecurity .detail-content, body.section-ero-cyber-security .detail-content, body.node--type-ero-cyber-security .detail-content {
  padding: 0 30px; }

body.section-erocybersecurity .detail-head, body.section-ero-cyber-security .detail-head, body.node--type-ero-cyber-security .detail-head {
  text-align: center; }

body.section-erocybersecurity .sub, body.section-ero-cyber-security .sub, body.node--type-ero-cyber-security .sub {
  font-size: 0.9rem;
  font-style: italic;
  text-align: center; }

body.section-erocybersecurity section.five, body.section-ero-cyber-security section.five, body.node--type-ero-cyber-security section.five {
  background-color: #c77966;
  padding: 3% 0 7% 0;
  position: relative; }
  body.section-erocybersecurity section.five .five-wrap, body.section-ero-cyber-security section.five .five-wrap, body.node--type-ero-cyber-security section.five .five-wrap {
    z-index: 699;
    position: relative; }
  body.section-erocybersecurity section.five .skew, body.section-ero-cyber-security section.five .skew, body.node--type-ero-cyber-security section.five .skew {
    padding: 20px;
    margin-left: auto;
    margin-right: auto; }
  body.section-erocybersecurity section.five .skew:before, body.section-ero-cyber-security section.five .skew:before, body.node--type-ero-cyber-security section.five .skew:before {
    content: '';
    position: absolute;
    left: 0;
    top: -35px;
    overflow: visible;
    width: 100%;
    height: 10rem;
    background: #c77966;
    z-index: 0;
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial; }
  body.section-erocybersecurity section.five .skew:after, body.section-ero-cyber-security section.five .skew:after, body.node--type-ero-cyber-security section.five .skew:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -38px;
    overflow: visible;
    width: 100%;
    height: 5em;
    background: #edeeef;
    z-index: 1;
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial; }

body.section-erocybersecurity .huge, body.section-ero-cyber-security .huge, body.node--type-ero-cyber-security .huge {
  font-size: 6rem;
  color: #2f343b;
  line-height: 6.5rem; }
  @media screen and (max-width: 1190px) {
    body.section-erocybersecurity .huge, body.section-ero-cyber-security .huge, body.node--type-ero-cyber-security .huge {
      font-size: 5rem;
      line-height: 5.5rem; } }
  @media screen and (max-width: 1024px) {
    body.section-erocybersecurity .huge, body.section-ero-cyber-security .huge, body.node--type-ero-cyber-security .huge {
      font-size: 4rem;
      line-height: 4.5rem;
      text-align: center; } }
  @media screen and (max-width: 760px) {
    body.section-erocybersecurity .huge, body.section-ero-cyber-security .huge, body.node--type-ero-cyber-security .huge {
      font-size: 2rem;
      line-height: 2.5rem; } }

body.section-erocybersecurity .large, body.section-ero-cyber-security .large, body.node--type-ero-cyber-security .large {
  font-size: 1.375rem; }
  @media screen and (max-width: 760px) {
    body.section-erocybersecurity .large, body.section-ero-cyber-security .large, body.node--type-ero-cyber-security .large {
      font-size: 1rem; } }

body.section-erocybersecurity .small, body.section-ero-cyber-security .small, body.node--type-ero-cyber-security .small {
  font-size: 1.25rem; }

body.section-erocybersecurity .disclosure, body.section-ero-cyber-security .disclosure, body.node--type-ero-cyber-security .disclosure {
  font-size: 0.7rem;
  color: #7e827a;
  background-color: transparent;
  z-index: 999;
  border-top: none; }

body.section-erocybersecurity footer, body.section-ero-cyber-security footer, body.node--type-ero-cyber-security footer {
  background-color: transparent;
  padding: 0% 0;
  z-index: 999;
  position: relative;
  margin: 0 0 3% 0;
  border-top: none; }

body.section-erocybersecurity .reveal, body.section-ero-cyber-security .reveal, body.node--type-ero-cyber-security .reveal {
  position: relative; }
  body.section-erocybersecurity .reveal .questions-wrapper, body.section-ero-cyber-security .reveal .questions-wrapper, body.node--type-ero-cyber-security .reveal .questions-wrapper {
    font-size: 1rem;
    padding: 2% 3%;
    border-bottom: #eaeaea solid thin; }
    body.section-erocybersecurity .reveal .questions-wrapper:last-child, body.section-ero-cyber-security .reveal .questions-wrapper:last-child, body.node--type-ero-cyber-security .reveal .questions-wrapper:last-child {
      border-bottom: 0; }
  body.section-erocybersecurity .reveal .eligibility-header, body.section-ero-cyber-security .reveal .eligibility-header, body.node--type-ero-cyber-security .reveal .eligibility-header {
    padding: 0.5rem 0 0 0;
    margin-bottom: 0;
    border-bottom: #eaeaea solid thin;
    color: #c77966; }
  body.section-erocybersecurity .reveal label, body.section-ero-cyber-security .reveal label, body.node--type-ero-cyber-security .reveal label {
    line-height: 1.3rem;
    font-size: 0.9rem; }
  body.section-erocybersecurity .reveal input[type="radio"], body.section-ero-cyber-security .reveal input[type="radio"], body.node--type-ero-cyber-security .reveal input[type="radio"] {
    margin: 2%;
    font-size: 1rem; }
  body.section-erocybersecurity .reveal #submit-wrap, body.section-ero-cyber-security .reveal #submit-wrap, body.node--type-ero-cyber-security .reveal #submit-wrap {
    margin: 3% 0; }

section.top {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/themes/anakin/images/women.jpg);
  min-height: 35rem;
  position: relative; }
  section.top ul li {
    list-style-type: none; }
  section.top h2.logo {
    font-style: italic;
    color: #ffffff;
    padding-right: 5%;
    font-size: 1.2rem;
    text-align: right;
    position: absolute;
    top: 2rem;
    right: 2rem; }
    @media screen and (max-width: 1190px) {
      section.top h2.logo {
        padding-right: 0;
        text-align: center; } }
  section.top h1.title {
    font-size: 3.1rem;
    color: #ffffff;
    margin-top: 3rem; }

.form-copy_wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 3%;
  min-height: 35rem; }

.form-copy {
  padding: 0 7%;
  color: #ffffff; }

.cyber-enroll-content-wrapper fieldset#edit-billing--2--wrapper input, .cyber-enroll-content-wrapper fieldset#edit-billing--2--wrapper label {
  display: none; }

.cyber-enroll-content-wrapper .field {
  position: relative; }

.cyber-enroll-content-wrapper .form-error {
  position: absolute;
  top: 5.5rem; }

.cyber-enroll-content-wrapper .esig_text {
  font-size: 0.7rem;
  margin-bottom: 1rem; }

.cyber-enroll-content-wrapper .button--biggin {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #71b73d;
  color: #fff;
  background-color: #2f343b !important;
  padding: 1.5rem 3.75rem;
  font-size: 1.935rem;
  font-family: "Volkhov", serif;
  text-transform: uppercase;
  margin: 0.4rem 0 8% 0;
  width: 100%; }
  [data-whatinput='mouse'] .cyber-enroll-content-wrapper .button--biggin {
    outline: 0; }
  .cyber-enroll-content-wrapper .button--biggin:hover, .cyber-enroll-content-wrapper .button--biggin:focus {
    background-color: #609c34;
    color: #fff; }
  .cyber-enroll-content-wrapper .button--biggin:hover {
    background-color: #464d57 !important; }
  @media screen and (max-width: 768px) {
    .cyber-enroll-content-wrapper .button--biggin {
      width: 100%; } }

.cyber-enroll-content-wrapper p, .cyber-enroll-content-wrapper input, .cyber-enroll-content-wrapper legend, .cyber-enroll-content-wrapper h1, .cyber-enroll-content-wrapper h2, .cyber-enroll-content-wrapper h3, .cyber-enroll-content-wrapper h4, .cyber-enroll-content-wrapper ul, .cyber-enroll-content-wrapper li, .cyber-enroll-content-wrapper label {
  font-family: "Volkhov", serif;
  color: #7e827a;
  font-size: 0.8rem; }

.cyber-enroll-content-wrapper p, .cyber-enroll-content-wrapper li {
  font-size: 0.9rem; }

.cyber-enroll-content-wrapper legend {
  font-size: 2rem;
  width: 100%;
  float: left;
  color: #2f343b;
  letter-spacing: 0.1rem;
  border-bottom: #ededed solid thin;
  margin-bottom: 1rem;
  padding: 0.5rem 0 0.5rem 0;
  margin-top: 1rem; }

.cyber-enroll-content-wrapper .notice {
  padding: 3% 0;
  margin-bottom: 1%; }

.cyber-enroll-content-wrapper .block-title {
  display: none; }

.cyber-enroll-content-wrapper #edit-applicant-type--wrapper legend, .cyber-enroll-content-wrapper #edit-mailingaddress--wrapper legend, .cyber-enroll-content-wrapper #edit-diffaddress--wrapper legend, .cyber-enroll-content-wrapper #edit-billing--2--wrapper legend {
  font-size: 1rem;
  float: left;
  margin-bottom: 1rem;
  padding: 0 0 0.5rem 0;
  margin-top: 1rem;
  background-color: transparent;
  border-bottom: none; }

.cyber-enroll-content-wrapper #edit-applicant-type, .cyber-enroll-content-wrapper #edit-mailingaddress, .cyber-enroll-content-wrapper #edit-billing--2 {
  margin-bottom: 1rem; }

.cyber-enroll-content-wrapper #edit-diffaddress--wrapper {
  padding: 0; }

.cyber-enroll-content-wrapper .info-wrapper {
  padding: 2rem 3rem;
  background-color: #ffffff;
  /* margin: 3% 0; */
  z-index: 888;
  position: relative;
  margin-top: -7rem; }

.cyber-enroll-content-wrapper input[type='text'], .cyber-enroll-content-wrapper input[type='password'], .cyber-enroll-content-wrapper input[type='date'], .cyber-enroll-content-wrapper input[type='datetime'], .cyber-enroll-content-wrapper input[type='datetime-local'], .cyber-enroll-content-wrapper input[type='month'], .cyber-enroll-content-wrapper input[type='week'], .cyber-enroll-content-wrapper input[type='email'], .cyber-enroll-content-wrapper input[type='number'], .cyber-enroll-content-wrapper input[type='search'], .cyber-enroll-content-wrapper input[type='tel'], .cyber-enroll-content-wrapper input[type='time'], .cyber-enroll-content-wrapper input[type='url'], .cyber-enroll-content-wrapper input[type='color'], .cyber-enroll-content-wrapper textarea, .cyber-enroll-content-wrapper select {
  height: 3.35rem;
  font-size: 1.1rem;
  margin: 0 0 1.8rem 0; }

.cyber-enroll-content-wrapper .summary-box {
  padding: 1rem 2rem;
  background-color: #ffffff;
  z-index: 888;
  float: left; }
  .cyber-enroll-content-wrapper .summary-box .total {
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: "Volkhov", serif;
    color: #c77966; }
  .cyber-enroll-content-wrapper .summary-box .review-heading {
    font-weight: 700;
    border-bottom: #ededed solid thin;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-family: "Volkhov", serif; }
  .cyber-enroll-content-wrapper .summary-box .review-program {
    font-weight: 600;
    font-family: "Volkhov", serif;
    color: #c77966; }
  .cyber-enroll-content-wrapper .summary-box .review-listing {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .cyber-enroll-content-wrapper .summary-box .review-listing li {
      list-style-type: none;
      font-size: 0.8rem; }
  .cyber-enroll-content-wrapper .summary-box .business-program p {
    margin: 0;
    padding: 0; }

.cyber-enroll-content-wrapper .sticky {
  width: 100%;
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
  margin-top: -7rem; }

.cyber-enroll-content-wrapper .sticky.is-anchored {
  width: 100%;
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
  margin-top: -7rem !important; }

.cyber-enroll-content-wrapper .sticky.is-stuck {
  position: fixed;
  z-index: 5; }

.cyber-enroll-content-wrapper .product-selection-wrapper {
  padding: 0;
  margin-bottom: 1rem; }

.cyber-enroll-content-wrapper .selection-header {
  font-size: 1.7rem;
  font-family: "Volkhov", serif;
  margin-bottom: 1rem;
  color: #2f343b;
  text-align: center;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  text-align: left; }

.cyber-enroll-content-wrapper .select-option {
  border: #eee solid thin;
  padding: 1rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .cyber-enroll-content-wrapper .select-option .select-option_content {
    text-align: center;
    width: 100%; }
  .cyber-enroll-content-wrapper .select-option:hover {
    background-color: #ededed;
    cursor: pointer;
    transition: all 0.2s linear;
    -ms-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    border: none; }
    .cyber-enroll-content-wrapper .select-option:hover .select-option_title {
      color: #222222; }
    .cyber-enroll-content-wrapper .select-option:hover .select-option_price {
      color: #222222; }
    .cyber-enroll-content-wrapper .select-option:hover .fa-check-circle-o {
      width: 100%;
      float: left;
      text-align: center;
      margin-bottom: 0.5rem;
      font-size: 3rem;
      color: green; }
  .cyber-enroll-content-wrapper .select-option.active {
    border: none;
    background-color: #ededed; }
    .cyber-enroll-content-wrapper .select-option.active .select-option_title {
      color: #222222; }
    .cyber-enroll-content-wrapper .select-option.active .select-option_price {
      color: #222222; }
    .cyber-enroll-content-wrapper .select-option.active .fa-check-circle-o {
      width: 100%;
      float: left;
      text-align: center;
      margin-bottom: 0.5rem;
      font-size: 3rem;
      color: green; }

.cyber-enroll-content-wrapper .select-option_title {
  text-align: center;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  color: #eee; }

.cyber-enroll-content-wrapper .select-option_price {
  text-align: center;
  font-size: 1.2rem;
  color: #eee;
  padding: 0;
  margin: 0; }
  .cyber-enroll-content-wrapper .select-option_price span {
    font-size: 0.8rem;
    vertical-align: text-top; }

.cyber-enroll-content-wrapper .fa-check-circle-o {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  color: #eee; }

.cyber-enroll-content-wrapper #edit-actions {
  margin-top: 3rem;
  display: block;
  position: relative;
  float: left;
  width: 100%; }

.beazley-button-heading {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #71b73d;
  color: #fff;
  padding: 0.8rem 0.8rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  margin: 1rem 0;
  width: 265px; }
  [data-whatinput='mouse'] .beazley-button-heading {
    outline: 0; }
  .beazley-button-heading:hover, .beazley-button-heading:focus {
    background-color: #609c34;
    color: #fff; }
  @media only screen and (max-width: 414px) {
    .beazley-button-heading {
      margin: 0.5rem 0; } }
  .beazley-button-heading.NewBlue {
    background-color: #215791; }
    .beazley-button-heading.NewBlue:hover {
      background-color: #2a70bb; }
  .beazley-button-heading.blue {
    background-color: #75bbc8; }
    .beazley-button-heading.blue:hover {
      background-color: #99cdd7; }
  .beazley-button-heading.pink {
    background-color: #ce128b; }
    .beazley-button-heading.pink:hover {
      background-color: #ec27a6; }

#higher-limits h3 {
  font-weight: 700;
  padding: 1rem 0 1rem 0; }

#higher-limits p.bold {
  font-weight: 600; }

#higher-limits ul {
  margin: 1rem 0 1rem 3rem;
  padding: 0 3rem 0 0; }

div.beazley section.higher-limits a.aggregate:focus, div.beazley section.higher-limits a.aggregate:hover {
  background-color: #2a70bb !important; }

div.beazley section.higher-limits {
  padding: 5rem 0; }
  div.beazley section.higher-limits p {
    padding: 0.5rem 0 0.5rem 0; }
    div.beazley section.higher-limits p.subheading {
      font-weight: 600; }
  div.beazley section.higher-limits a {
    color: #75bbc8; }
  div.beazley section.higher-limits a.aggregate {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #71b73d;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.3rem;
    margin: 1rem 0;
    background-color: #215791;
    color: #ffffff;
    width: 100%;
    padding: 1rem;
    margin: 1.5rem; }
    [data-whatinput='mouse'] div.beazley section.higher-limits a.aggregate {
      outline: 0; }
    div.beazley section.higher-limits a.aggregate:hover, div.beazley section.higher-limits a.aggregate:focus {
      background-color: #609c34;
      color: #fff; }
    div.beazley section.higher-limits a.aggregate::hover {
      background-color: #2a70bb !important; }

div.beazley .disclaimer {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1rem;
  color: #aaa; }

div.beazley .login-wrapper {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 888; }
  @media only screen and (max-width: 1260px) {
    div.beazley .login-wrapper {
      width: 57%;
      text-align: center;
      margin: 0 auto; } }
  @media only screen and (max-width: 1024px) {
    div.beazley .login-wrapper {
      width: 100%;
      right: 0; } }
  @media only screen and (max-width: 768px) {
    div.beazley .login-wrapper {
      width: 100%;
      right: 0; } }
  @media only screen and (max-width: 414px) {
    div.beazley .login-wrapper {
      width: 100%;
      right: 0; } }
  div.beazley .login-wrapper ul {
    list-style-type: none; }
    @media only screen and (max-width: 1024px) {
      div.beazley .login-wrapper ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center; } }
    @media only screen and (max-width: 768px) {
      div.beazley .login-wrapper ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center; } }
    @media only screen and (max-width: 414px) {
      div.beazley .login-wrapper ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center; } }
    div.beazley .login-wrapper ul li {
      color: #ffffff;
      font-size: 0.8rem;
      float: left;
      padding: 0 0.5rem;
      line-height: 1.7rem; }
      @media only screen and (max-width: 414px) {
        div.beazley .login-wrapper ul li {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          border-right: 0; } }
      div.beazley .login-wrapper ul li:last-child {
        border-right: 0; }
    div.beazley .login-wrapper ul a {
      color: #ffffff;
      font-size: 0.8rem; }
      div.beazley .login-wrapper ul a:hover {
        text-decoration: underline; }

div.beazley .arrows {
  display: none; }

div.beazley .mini-heading {
  text-transform: uppercase;
  color: #a09ca0;
  font-size: 0.85rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem; }
  @media only screen and (max-width: 414px) {
    div.beazley .mini-heading.text-left {
      text-align: center !important; } }

div.beazley p, div.beazley ul, div.beazley li, div.beazley h1, div.beazley h2, div.beazley h3, div.beazley h4, div.beazley h5 {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", sans-serif; }

div.beazley .right {
  float: right; }
  @media only screen and (max-width: 1020px) {
    div.beazley .right {
      float: none; } }

div.beazley .left {
  float: left; }
  @media only screen and (max-width: 1020px) {
    div.beazley .left {
      float: none; } }

div.beazley .top-heading {
  margin: 1.5rem 0; }
  @media only screen and (max-width: 414px) {
    div.beazley .top-heading {
      margin: 6rem 0 0 0; } }
  div.beazley .top-heading .top-heading_title {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 4rem;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; }
    @media only screen and (max-width: 1020px) {
      div.beazley .top-heading .top-heading_title {
        font-size: 3rem; } }
    @media only screen and (max-width: 760px) {
      div.beazley .top-heading .top-heading_title {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 414px) {
      div.beazley .top-heading .top-heading_title {
        font-size: 1.9rem;
        line-height: 2.2rem; } }
  div.beazley .top-heading .top-heading_subtitle {
    font-size: 1.65rem;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    margin: 1.5rem 0 1rem 0; }
    @media only screen and (max-width: 414px) {
      div.beazley .top-heading .top-heading_subtitle {
        font-size: 0.9rem;
        line-height: 1rem; } }
  div.beazley .top-heading .top-heading_achievements {
    font-size: 0.9rem;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    -webkit-text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    margin: 1.5rem 0 1rem 0; }

div.beazley .top-heading_disclaimer {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 2rem;
  text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -webkit-text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px; }
  @media only screen and (max-width: 414px) {
    div.beazley .top-heading_disclaimer {
      font-size: 0.6rem;
      line-height: 1rem; } }

div.beazley #heading-slider {
  width: 100%;
  position: relative; }

div.beazley ul.heading-slider_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  div.beazley ul.heading-slider_wrap li {
    color: #ffffff;
    text-align: center;
    background-size: cover;
    height: 94vh;
    float: left;
    text-align: center;
    background-position: center center; }
    div.beazley ul.heading-slider_wrap li.first {
      background-image: url("/themes/anakin/images/computerGirl.jpg"); }
    div.beazley ul.heading-slider_wrap li.second {
      background-image: url("/themes/anakin/images/group.jpg"); }
    div.beazley ul.heading-slider_wrap li.third {
      background-image: url("/themes/anakin/images/lawyer.jpg"); }

div.beazley .unslider-arrow {
  position: absolute;
  color: #ffffff;
  top: -3rem;
  font-size: 1.5rem; }
  div.beazley .unslider-arrow:hover {
    color: #75bbc8; }
  div.beazley .unslider-arrow.prev {
    right: 2rem; }
  div.beazley .unslider-arrow.next {
    right: 0; }

div.beazley ol.dots {
  position: absolute;
  bottom: 8rem;
  right: 5rem;
  color: #ffffff;
  display: inline-block; }
  div.beazley ol.dots li.dot {
    color: #ffffff;
    display: inline-block;
    padding: 0 0.5rem;
    cursor: pointer; }
    div.beazley ol.dots li.dot.active {
      color: red; }

div.beazley section.theRisks {
  background-image: url("/themes/anakin/images/grey.png");
  position: relative; }
  div.beazley section.theRisks .accordion-content {
    color: #0a0a0a; }
    div.beazley section.theRisks .accordion-content p {
      padding: 1rem 0; }
  div.beazley section.theRisks .prepared-wrapper {
    background-color: #ffffff;
    position: relative;
    top: -5.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 6px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 6px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 6px 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media only screen and (max-width: 1020px) {
      div.beazley section.theRisks .prepared-wrapper {
        display: none; } }
    div.beazley section.theRisks .prepared-wrapper .prepared_image {
      background-image: url("/themes/anakin/images/code.png");
      background-size: cover;
      background-position: center center;
      height: 36rem; }
    div.beazley section.theRisks .prepared-wrapper .prepared_content {
      padding: 0 4rem; }
    div.beazley section.theRisks .prepared-wrapper .prepared_heading {
      font-size: 2.7rem;
      font-weight: 300;
      padding: 0;
      line-height: 3rem; }
    div.beazley section.theRisks .prepared-wrapper .prepared_subheading {
      font-size: 1.1rem;
      line-height: 1.5rem;
      font-weight: 700;
      padding: 1rem 0; }
    div.beazley section.theRisks .prepared-wrapper .prepared_copy {
      font-size: 0.9rem;
      font-weight: 300;
      color: #a09ca0;
      line-height: 1.4rem;
      margin: 0.5rem 0; }
  div.beazley section.theRisks .breach {
    padding: 0 0 6rem 0; }
    @media only screen and (max-width: 414px) {
      div.beazley section.theRisks .breach {
        padding: 0 0 1rem 0; } }
    div.beazley section.theRisks .breach .two-buttons_wrapper_wrapper {
      width: 47%; }
      @media only screen and (max-width: 1024px) {
        div.beazley section.theRisks .breach .two-buttons_wrapper_wrapper {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        div.beazley section.theRisks .breach .two-buttons_wrapper_wrapper {
          width: 100%; } }
      @media only screen and (max-width: 414px) {
        div.beazley section.theRisks .breach .two-buttons_wrapper_wrapper {
          width: 100%; } }
    div.beazley section.theRisks .breach .two-buttons_wrapper {
      background-color: rgba(0, 0, 0, 0.1);
      padding: 1rem 2rem;
      float: left;
      margin: 3rem 0 0 0; }
      @media only screen and (max-width: 1024px) {
        div.beazley section.theRisks .breach .two-buttons_wrapper {
          float: none;
          text-align: center; } }
      @media only screen and (max-width: 414px) {
        div.beazley section.theRisks .breach .two-buttons_wrapper {
          float: none;
          text-align: center;
          width: 100% !important;
          margin: 0;
          padding: 0; } }
    div.beazley section.theRisks .breach .breach-heading-wrapper {
      margin: 0 0 1rem 0; }
      @media only screen and (max-width: 1020px) {
        div.beazley section.theRisks .breach .breach-heading-wrapper {
          margin: 2rem 0;
          text-align: center; } }
      @media only screen and (max-width: 414px) {
        div.beazley section.theRisks .breach .breach-heading-wrapper {
          margin: 1rem 0 0 0; } }
    div.beazley section.theRisks .breach .breach-heading {
      font-size: 2.8rem;
      font-weight: 300; }
      @media only screen and (max-width: 414px) {
        div.beazley section.theRisks .breach .breach-heading {
          font-size: 2rem; } }
    div.beazley section.theRisks .breach .breach-subheading {
      font-size: 1.2rem;
      font-weight: 300;
      padding: 1rem 0; }
      div.beazley section.theRisks .breach .breach-subheading span {
        color: #75bbc8; }
    div.beazley section.theRisks .breach .accordion {
      background-color: transparent;
      border: 0; }
    div.beazley section.theRisks .breach .accordion-item {
      background-color: #ffffff;
      margin: 0.7rem 0;
      border-radius: 5px; }
      div.beazley section.theRisks .breach .accordion-item.is-active .accordion-title {
        color: #75bbc8;
        border-bottom: 0;
        background-color: transparent; }
        div.beazley section.theRisks .breach .accordion-item.is-active .accordion-title:after {
          content: "\f106"; }
      div.beazley section.theRisks .breach .accordion-item .accordion-content {
        font-weight: 300;
        font-size: 0.9rem;
        padding: 0rem 2.8rem 3rem 2.8rem; }
        div.beazley section.theRisks .breach .accordion-item .accordion-content ul {
          margin-left: 3rem;
          margin-top: 0.5rem; }
    div.beazley section.theRisks .breach .accordion-title {
      color: #878687;
      font-size: 1rem;
      font-weight: 500;
      border-bottom: 0;
      padding: 1.75rem 2.5rem;
      position: relative;
      transition: all 0.16s ease-in-out;
      -webkit-transition: all 0.16s ease-in-out; }
      @media only screen and (max-width: 414px) {
        div.beazley section.theRisks .breach .accordion-title {
          padding: 1rem 0.5rem;
          line-height: 1.4rem;
          text-align: center; } }
      div.beazley section.theRisks .breach .accordion-title:before {
        font-family: fontAwesome;
        position: relative;
        left: 0;
        margin-right: 1.2rem;
        font-size: 1.2rem; }
        @media only screen and (max-width: 414px) {
          div.beazley section.theRisks .breach .accordion-title:before {
            display: none; } }
      div.beazley section.theRisks .breach .accordion-title:after {
        font-family: fontAwesome;
        position: absolute;
        right: 1.5rem;
        margin-left: 1rem;
        content: "\f107"; }
        @media only screen and (max-width: 414px) {
          div.beazley section.theRisks .breach .accordion-title:after {
            display: none; } }
      div.beazley section.theRisks .breach .accordion-title:focus {
        background-color: transparent; }
      div.beazley section.theRisks .breach .accordion-title:hover {
        color: #75bbc8;
        background-color: #e2f1f4; }
      div.beazley section.theRisks .breach .accordion-title.one:before {
        content: "\f200"; }
      div.beazley section.theRisks .breach .accordion-title.two:before {
        content: "\f2b4"; }
      div.beazley section.theRisks .breach .accordion-title.three:before {
        content: "\f09d"; }
      div.beazley section.theRisks .breach .accordion-title.four:before {
        content: "\f0d6"; }
      div.beazley section.theRisks .breach .accordion-title.five:before {
        content: "\f007"; }
    div.beazley section.theRisks .breach .beazley-button-breach {
      display: inline-block;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      -webkit-appearance: none;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      vertical-align: middle;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 0.85em 1em;
      margin: 0 0 1rem 0;
      font-size: 0.9rem;
      background-color: #71b73d;
      color: #fff;
      padding: 0.9rem 2.3rem;
      font-family: "Ubuntu", sans-serif;
      font-size: 1rem;
      margin: 1rem 0; }
      [data-whatinput='mouse'] div.beazley section.theRisks .breach .beazley-button-breach {
        outline: 0; }
      div.beazley section.theRisks .breach .beazley-button-breach:hover, div.beazley section.theRisks .breach .beazley-button-breach:focus {
        background-color: #609c34;
        color: #fff; }
      div.beazley section.theRisks .breach .beazley-button-breach.trans {
        background-color: transparent;
        color: #686768;
        text-decoration: underline;
        font-style: italic; }
        @media only screen and (max-width: 414px) {
          div.beazley section.theRisks .breach .beazley-button-breach.trans {
            display: none; } }
        div.beazley section.theRisks .breach .beazley-button-breach.trans:hover {
          background-color: transparent;
          color: #75bbc8; }
      div.beazley section.theRisks .breach .beazley-button-breach.NewBlue {
        background-color: #215791; }
        div.beazley section.theRisks .breach .beazley-button-breach.NewBlue:hover {
          background-color: #2a70bb; }
      div.beazley section.theRisks .breach .beazley-button-breach.pink {
        background-color: #ce128b; }
        div.beazley section.theRisks .breach .beazley-button-breach.pink:hover {
          background-color: #ec27a6; }

div.beazley section.solution {
  padding: 6rem 0;
  background-color: #ffffff; }
  @media only screen and (max-width: 414px) {
    div.beazley section.solution {
      padding: 1.5rem 0; } }
  div.beazley section.solution .solution-heading {
    font-size: 2.8rem;
    font-weight: 300;
    position: relative; }
    div.beazley section.solution .solution-heading span {
      font-size: 1.2rem;
      color: #686768;
      position: relative;
      top: -0.4rem;
      font-weight: 700;
      font-style: italic; }
      @media only screen and (max-width: 600px) {
        div.beazley section.solution .solution-heading span {
          display: block;
          width: 100%;
          margin-top: 0.5rem; } }
  div.beazley section.solution .solution-subheading {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 2rem 0; }
    div.beazley section.solution .solution-subheading span {
      color: #75bbc8;
      font-weight: 700; }
  div.beazley section.solution .solution-content_heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #75bbc8;
    margin-top: 1rem; }
  div.beazley section.solution .solution-content_copy {
    font-size: 0.95rem;
    color: #a09ca0;
    font-weight: 300;
    margin: 0.5rem 0 1rem 0;
    line-height: 1.7rem; }
    div.beazley section.solution .solution-content_copy span {
      font-weight: 700;
      color: #2f343b; }
  div.beazley section.solution .three-buttons_wrapper {
    background-color: #dbd9db;
    padding: 1rem 2rem;
    float: left;
    margin: 3rem 0 0 0; }
    @media only screen and (max-width: 1024px) {
      div.beazley section.solution .three-buttons_wrapper {
        float: none;
        text-align: center;
        padding: 1rem 0; } }
  div.beazley section.solution .pad {
    padding: 0 2rem; }
  div.beazley section.solution .small-pad {
    padding: 0 0 0 1rem; }

div.beazley .solution-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #71b73d;
  color: #fff;
  padding: 0.8rem 0.8rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  margin: 1rem 0;
  width: 150px; }
  [data-whatinput='mouse'] div.beazley .solution-button {
    outline: 0; }
  div.beazley .solution-button:hover, div.beazley .solution-button:focus {
    background-color: #609c34;
    color: #fff; }
  div.beazley .solution-button.black {
    background-color: #000000; }
    div.beazley .solution-button.black:hover {
      background-color: #1a1a1a; }
  div.beazley .solution-button.pink {
    background-color: #ce128b; }
    div.beazley .solution-button.pink:hover {
      background-color: #ec27a6; }
  div.beazley .solution-button.NewBlue {
    background-color: #215791; }
    div.beazley .solution-button.NewBlue:hover {
      background-color: #2a70bb; }
  @media only screen and (max-width: 768px) {
    div.beazley .solution-button.theProviders {
      display: none; } }
  @media only screen and (max-width: 768px) {
    div.beazley .solution-button.theTimeline {
      display: none; } }

@keyframes heightGrow {
  from {
    height: 0; }
  to {
    height: 100%; } }

div.beazley section.providers {
  background-image: url("/themes/anakin/images/dummybkg.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  float: left;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 1200px) {
    div.beazley section.providers {
      display: none; } }
  @media only screen and (max-width: 768px) {
    div.beazley section.providers {
      display: none; } }
  @media only screen and (max-width: 414px) {
    div.beazley section.providers {
      display: none; } }
  div.beazley section.providers .provider-wrapper {
    width: 33.3%;
    float: left;
    height: 100%;
    padding: 8rem 2rem;
    cursor: pointer;
    min-height: 40rem;
    position: relative;
    text-align: center;
    overflow: hidden; }
    @media only screen and (max-width: 760px) {
      div.beazley section.providers .provider-wrapper {
        padding: 1rem 2rem;
        min-height: auto; } }
    div.beazley section.providers .provider-wrapper::before {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      position: absolute; }
    div.beazley section.providers .provider-wrapper img {
      position: relative;
      top: 8rem;
      transition: all 0.2s ease; }
    div.beazley section.providers .provider-wrapper .provider-content {
      visibility: hidden;
      top: 100rem;
      color: #ffffff;
      font-size: 0.9rem;
      position: relative;
      z-index: 1;
      transition: all 0.3s ease; }
      div.beazley section.providers .provider-wrapper .provider-content .provder-copy {
        padding: 0.3rem 0; }
    div.beazley section.providers .provider-wrapper:hover {
      display: block; }
      div.beazley section.providers .provider-wrapper:hover .provider-content {
        visibility: visible;
        top: 0; }
      div.beazley section.providers .provider-wrapper:hover img {
        position: relative;
        top: 0; }
      div.beazley section.providers .provider-wrapper:hover::before {
        animation-name: heightGrow;
        animation-duration: 0.3s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        background-color: rgba(117, 187, 200, 0.7);
        z-index: 0; }

div.beazley section.timeline {
  background-color: #ffffff; }
  div.beazley section.timeline .timeline-box h3 {
    color: #686768;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    padding-bottom: 0.5rem; }
  div.beazley section.timeline .timeline-box p {
    color: #a09ca0;
    font-size: 0.9rem; }
  div.beazley section.timeline .timeline-box ul {
    list-style-type: none;
    margin-left: 4rem; }
    div.beazley section.timeline .timeline-box ul li {
      border-left: #e0dcdf solid thin;
      padding: 0.6rem 0 0.6rem 2rem;
      position: relative; }
      div.beazley section.timeline .timeline-box ul li.step1::after {
        content: "Step 1"; }
        @media only screen and (max-width: 1160px) {
          div.beazley section.timeline .timeline-box ul li.step1::after {
            display: none; } }
      div.beazley section.timeline .timeline-box ul li.step2::after {
        content: "Step 2"; }
        @media only screen and (max-width: 1160px) {
          div.beazley section.timeline .timeline-box ul li.step2::after {
            display: none; } }
      div.beazley section.timeline .timeline-box ul li.step3::after {
        content: "Step 3";
        top: -6.3rem; }
        @media only screen and (max-width: 1160px) {
          div.beazley section.timeline .timeline-box ul li.step3::after {
            display: none; } }
      div.beazley section.timeline .timeline-box ul li.step4::after {
        content: "Step 4";
        top: -9.2rem; }
        @media only screen and (max-width: 1160px) {
          div.beazley section.timeline .timeline-box ul li.step4::after {
            display: none; } }
      div.beazley section.timeline .timeline-box ul li.step5::after {
        content: "Step 5";
        top: -7.8rem; }
        @media only screen and (max-width: 1160px) {
          div.beazley section.timeline .timeline-box ul li.step5::after {
            display: none; } }
      div.beazley section.timeline .timeline-box ul li.step6::after {
        content: "Step 6";
        top: -3.4rem; }
        @media only screen and (max-width: 1160px) {
          div.beazley section.timeline .timeline-box ul li.step6::after {
            display: none; } }
      div.beazley section.timeline .timeline-box ul li::before {
        color: #e0dcdf;
        content: "\f192";
        position: relative;
        left: -2.65rem;
        top: 1.8rem;
        font-family: fontAwesome;
        font-size: 1.5rem;
        background-color: #ffffff; }
      div.beazley section.timeline .timeline-box ul li::after {
        color: #215791;
        position: relative;
        left: -6rem;
        top: -3.4rem;
        font-size: 0.9rem;
        background-color: #ffffff;
        font-weight: 700; }
      div.beazley section.timeline .timeline-box ul li:last-child {
        padding-bottom: 8rem; }
  div.beazley section.timeline .text-left {
    text-align: left; }
  div.beazley section.timeline .timeline-heading {
    font-size: 2.8rem;
    font-weight: 300;
    position: relative; }
    @media only screen and (max-width: 414px) {
      div.beazley section.timeline .timeline-heading {
        text-align: center; } }
    div.beazley section.timeline .timeline-heading span {
      font-size: 1.2rem;
      color: #686768;
      position: relative;
      top: -0.4rem;
      font-weight: 700;
      font-style: italic; }
  div.beazley section.timeline .timeline-subheading {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 2rem 0; }
    div.beazley section.timeline .timeline-subheading span {
      color: #75bbc8;
      font-weight: 700; }
  div.beazley section.timeline .timeline-content_heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #75bbc8;
    margin-top: 1rem; }
  div.beazley section.timeline .timeline-content_copy {
    font-size: 0.95rem;
    color: #a09ca0;
    font-weight: 300;
    margin: 0.5rem 0 1rem 0;
    line-height: 1.7rem; }
    div.beazley section.timeline .timeline-content_copy span {
      font-weight: 700;
      color: #2f343b; }

div.beazley .get-protected-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #71b73d;
  color: #fff;
  padding: 0.8rem 2rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  margin: 1rem 0; }
  [data-whatinput='mouse'] div.beazley .get-protected-button {
    outline: 0; }
  div.beazley .get-protected-button:hover, div.beazley .get-protected-button:focus {
    background-color: #609c34;
    color: #fff; }
  div.beazley .get-protected-button.pink {
    background-color: #ce128b; }
    div.beazley .get-protected-button.pink:hover {
      background-color: #ec27a6; }
  div.beazley .get-protected-button.NewBlue {
    background-color: #215791; }
    div.beazley .get-protected-button.NewBlue:hover {
      background-color: #2a70bb; }

div.beazley section.get-protected {
  padding: 15rem 0;
  background-image: url("/themes/anakin/images/protected-bkg.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center; }
  @media only screen and (max-width: 760px) {
    div.beazley section.get-protected {
      padding: 7rem; } }
  @media only screen and (max-width: 480px) {
    div.beazley section.get-protected {
      padding: 2rem; } }
  div.beazley section.get-protected .get-protected_heading {
    font-weight: 700;
    color: #ffffff;
    font-size: 4.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
    @media only screen and (max-width: 760px) {
      div.beazley section.get-protected .get-protected_heading {
        font-size: 3rem;
        line-height: 3.2rem; } }
    @media only screen and (max-width: 414px) {
      div.beazley section.get-protected .get-protected_heading {
        font-size: 2rem;
        line-height: 2.2rem; } }
  div.beazley section.get-protected .get-protected_subheading {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem; }

div.beazley footer.beazley {
  border-top: none;
  background-color: #ffffff; }
  div.beazley footer.beazley .footer-links {
    font-size: 0.8rem;
    color: #cecec8;
    padding: 0 1rem;
    border-right: #cecec8 solid thin;
    line-height: -0.1rem;
    display: block;
    float: left;
    margin: 1rem 0; }
    div.beazley footer.beazley .footer-links:hover {
      color: #555;
      text-decoration: underline; }
    div.beazley footer.beazley .footer-links:last-child {
      border-right: none; }
  div.beazley footer.beazley .footer-links_wrapper {
    width: 100%;
    background-color: #aaa; }
  div.beazley footer.beazley .disclosure-wrapper {
    padding: 0.5rem 0 3rem 0; }
  div.beazley footer.beazley .discolsure {
    font-size: 0.8rem;
    color: #cecec8; }
  div.beazley footer.beazley .bottom-bar {
    width: 100%;
    padding: 2rem 0;
    border-top: rgba(0, 0, 0, 0.1) 1px solid; }
    @media only screen and (max-width: 760px) {
      div.beazley footer.beazley .bottom-bar {
        text-align: center; } }

div.beazley .about-solution {
  padding: 5rem 0;
  background: linear-gradient(to bottom, #75bbc8, white);
  transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 414px) {
    div.beazley .about-solution {
      display: none; } }
  div.beazley .about-solution_heading {
    font-size: 2.8rem;
    font-weight: 300;
    position: relative;
    color: #2f343b; }
  div.beazley .about-solution_copy {
    font-size: 0.95rem;
    color: #2f343b;
    font-weight: 300;
    margin: 0.5rem 0 1rem 0;
    line-height: 1.7rem; }

@keyframes backgroundScroll {
  from {
    background-position: 0 0; }
  to {
    background-position: -400px 0; } }

@keyframes bounce {
  from {
    bottom: 2.8rem; }
  to {
    bottom: 2.6rem; } }
  div.beazley .about-solution .wheelbarrow {
    width: 22rem;
    height: 21rem;
    position: absolute;
    bottom: 2.7rem;
    background-image: url(/themes/anakin/images/barrow.png);
    animation: bounce 1s linear infinite; }
  div.beazley .about-solution .ground {
    background-image: url(/themes/anakin/images/ground.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 145px;
    animation: backgroundScroll 8s linear infinite; }
  div.beazley .about-solution .text-left {
    text-align: left;
    color: #2f343b; }
  div.beazley .about-solution .pad-right {
    padding-right: 4rem; }

div.beazley .animation-box-wrapper {
  position: relative;
  width: 100%;
  height: 27rem; }

section.top.breach-protection {
  background-image: url(/themes/anakin/images/pen.png); }

table.cost-summary {
  border: 0; }
  table.cost-summary tbody {
    border: 0; }

.sub-total {
  font-size: 0.7rem;
  color: #7e827a;
  padding: 0.5rem 0 0.5rem 0.3rem;
  margin: 0; }

.summary-disclaimer {
  font-size: 0.7rem;
  color: #a09ca0; }

p.error {
  background-color: red;
  width: 100%;
  padding: 1rem 0 1rem 1rem;
  color: #ffffff; }

.beazley-option {
  background-color: #ededed;
  border: none;
  border: #eee solid thin;
  padding: 1rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .beazley-option .select-option_content {
    text-align: center;
    width: 100%; }
  .beazley-option.active {
    border: none;
    background-color: #ededed; }
    .beazley-option.active .select-option_title {
      color: #222222; }
    .beazley-option.active .select-option_price {
      color: #222222; }
    .beazley-option.active .fa-check-circle-o {
      width: 100%;
      float: left;
      text-align: center;
      margin-bottom: 0.5rem;
      font-size: 3rem;
      color: green; }

.flexIt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .flexIt ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .flexIt ul li {
      padding: 0;
      margin: 0; }
      .flexIt ul li.title {
        font-weight: 700; }

.trupoint-tax-body {
  background-color: #ffffff; }
  .trupoint-tax-body span.subhead {
    font-size: 1rem;
    position: absolute;
    display: block;
    width: 100%; }
  .trupoint-tax-body .contact h3.section-subheading {
    margin-top: 1rem !important; }
  .trupoint-tax-body .contact p {
    margin: 0;
    padding: 0; }
    .trupoint-tax-body .contact p span {
      font-weight: 700; }
  .trupoint-tax-body ul.fast-facts {
    list-style-type: none;
    margin: 0.5rem 0 0 0;
    padding: 0; }
    .trupoint-tax-body ul.fast-facts li {
      font-size: 1rem;
      color: #8e8e8e; }
  .trupoint-tax-body .big {
    font-size: 4rem !important;
    font-weight: 700;
    line-height: 5rem;
    margin-left: -0.5rem !important;
    position: relative;
    line-height: 3rem; }
  .trupoint-tax-body .what {
    margin: 0 0;
    font-size: 0.9rem;
    display: inline-block;
    font-style: italic; }
  .trupoint-tax-body #google_play {
    display: none;
    width: 100%;
    background-color: #48577D; }
    .trupoint-tax-body #google_play p {
      color: #ffffff; }
  .trupoint-tax-body a {
    color: #718FCC; }
    .trupoint-tax-body a.button {
      color: #ffffff; }
      .trupoint-tax-body a.button:hover {
        color: #ffffff; }
    .trupoint-tax-body a:hover {
      color: #395a9e; }
  .trupoint-tax-body .bold {
    font-weight: 700; }
  .trupoint-tax-body .slogan {
    font-size: 1.5rem;
    padding: 0;
    margin: 1.3rem 0 0 1rem;
    color: #454545;
    float: left;
    font-weight: 700; }
  .trupoint-tax-body .small {
    font-size: 0.8rem; }
  .trupoint-tax-body .less-height {
    line-height: 3rem !important; }
  .trupoint-tax-body .logo {
    max-width: 13rem;
    margin-top: .5rem;
    float: left; }
    @media screen and (max-width: 790px) {
      .trupoint-tax-body .logo {
        float: none; } }
  .trupoint-tax-body .irsLogo {
    max-width: 5rem; }
  .trupoint-tax-body .client-logo {
    max-width: 10rem;
    margin: 0 1rem; }
  .trupoint-tax-body h1, .trupoint-tax-body h2, .trupoint-tax-body h3, .trupoint-tax-body h4, .trupoint-tax-body h5, .trupoint-tax-body h6 {
    font-family: "Nunito", sans-serif;
    color: #48577D; }
  .trupoint-tax-body .relative {
    position: relative; }
  .trupoint-tax-body .white {
    color: #ffffff; }
  .trupoint-tax-body .zindex {
    z-index: 2; }
  .trupoint-tax-body .badge {
    max-width: 18rem;
    background-color: transparent; }
  .trupoint-tax-body section {
    padding: 4rem 0 4rem 0; }
    .trupoint-tax-body section .button {
      background-color: #48577D;
      margin: 1rem 0; }
      .trupoint-tax-body section .button:hover {
        background-color: #35405d; }
    .trupoint-tax-body section .header-actions {
      margin: 0 0 0rem 0; }
      .trupoint-tax-body section .header-actions h4 {
        padding: 0;
        margin: 1rem 0 0 0;
        line-height: 1rem; }
      .trupoint-tax-body section .header-actions p {
        padding: 0;
        margin: 0 0 1rem 0;
        color: #8e8e8e; }
    .trupoint-tax-body section.heading {
      padding: 0; }
      .trupoint-tax-body section.heading .section-subheading {
        margin: 0 0 1rem 0; }
    .trupoint-tax-body section.mobile {
      padding: 4rem 0 7rem 0; }
    .trupoint-tax-body section.online {
      background-image: url("/themes/anakin/images/computerGuy.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 12rem 0 12rem 0; }
      .trupoint-tax-body section.online h2.section-heading {
        color: #ffffff; }
      .trupoint-tax-body section.online p, .trupoint-tax-body section.online .section-subheading {
        color: #ffffff; }
      .trupoint-tax-body section.online p a {
        color: #ffffff;
        text-decoration: underline; }
        .trupoint-tax-body section.online p a:hover {
          color: #eaeaea; }
    .trupoint-tax-body section .fa-mobile-alt, .trupoint-tax-body section .fa-connectdevelop {
      font-size: 3rem;
      text-align: center; }
  .trupoint-tax-body img.lady {
    min-width: 38rem;
    margin-left: -8rem; }
  .trupoint-tax-body img.demo {
    position: absolute;
    width: 100%;
    top: -9rem;
    right: 0; }
  .trupoint-tax-body nav {
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    align-items: center;
    padding: 0rem 3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px;
    margin-bottom: 2rem; }
    .trupoint-tax-body nav .logo-left {
      text-align: center;
      -ms-flex-order: 0;
      order: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 100%;
      text-align: left;
      padding: 0.5rem 0; }
    .trupoint-tax-body nav .links-right {
      text-align: center;
      -ms-flex-order: 0;
      order: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 65%;
      text-align: right;
      padding: 0.5rem 0; }
  .trupoint-tax-body .margin-center {
    margin: 0 auto; }
  .trupoint-tax-body .section-subheading {
    color: #303030;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0 0 0 0;
    padding: 0; }
    .trupoint-tax-body .section-subheading span {
      color: #718FCC; }
  .trupoint-tax-body .section-heading {
    font-weight: 700;
    font-size: 3rem;
    padding: 1rem 0 .75rem 0;
    margin: 0;
    line-height: 4rem; }
  .trupoint-tax-body .subheading-heading-copy {
    font-size: 1.3rem;
    text-align: center; }
    .trupoint-tax-body .subheading-heading-copy span {
      font-weight: 700;
      color: #718fcc; }
  .trupoint-tax-body .heading-copy {
    color: #454545;
    margin-top: 0;
    padding: 0.5rem 3rem;
    text-align: center;
    font-size: 1rem; }
    .trupoint-tax-body .heading-copy span {
      color: #48577D;
      font-weight: 600; }
  .trupoint-tax-body .box-callout {
    background-color: #718FCC;
    color: #ffffff;
    padding: 0.5rem;
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
    .trupoint-tax-body .box-callout_wrapper {
      margin-bottom: 2.5rem; }
    .trupoint-tax-body .box-callout:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #718FCC;
      bottom: -1rem;
      left: 42%; }
  .trupoint-tax-body .line {
    height: 1px;
    background-color: #8e8e8e;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 50%; }
  .trupoint-tax-body .heading-content_wrapper {
    margin-bottom: 2rem; }
  .trupoint-tax-body .bar {
    width: 100%;
    height: 55px;
    background-color: #303030;
    background-image: url("../images/connectwork.png"); }

.download-copy {
  font-size: 1.2rem;
  padding: 0;
  margin: 0; }
  .download-copy a.what {
    font-size: 1.2rem; }

section.download {
  background: #48577D; }
  section.download .download-heading {
    color: #ffffff;
    font-size: 4rem;
    line-height: 4rem;
    padding: 2rem 0;
    font-weight: 700; }
  section.download .download_subheading {
    font-size: 1.7rem;
    color: #ffffff;
    padding: 2rem 0 0 0;
    font-weight: 600; }

footer.trupointtax {
  padding: 3rem 0; }
  footer.trupointtax ul.social-icons {
    margin: 0;
    padding: 0; }
    footer.trupointtax ul.social-icons li {
      display: inline-block; }
      footer.trupointtax ul.social-icons li span {
        font-size: 1.5rem;
        font-weight: 700;
        margin-right: 0.5rem; }
      footer.trupointtax ul.social-icons li a {
        font-size: 2rem;
        color: #718FCC;
        margin-right: 0.5rem; }
  footer.trupointtax img.footer-logo {
    max-width: 10rem; }

@media screen and (max-width: 39.9375em) {
  .reveal {
    margin-top: 8rem; }
  footer.trupointtax {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
    footer.trupointtax .footer-left {
      text-align: center; }
    footer.trupointtax .footer-right {
      text-align: center; }
      footer.trupointtax .footer-right p {
        font-size: 0.9rem; }
  .mobile-only {
    position: relative;
    z-index: 1; }
  .trupoint-tax-body ul.fast-facts.show-for-small-only li {
    color: #ffffff; }
  .trupoint-tax-body .big {
    font-size: 3rem !important; }
  .trupoint-tax-body img.lady {
    display: none; }
  .trupoint-tax-body .box-callout {
    width: 75%; }
  .trupoint-tax-body .bar {
    display: none; }
  .trupoint-tax-body .heading-content_wrapper {
    padding: 0 1rem; }
  .trupoint-tax-body section.mobile {
    padding: 2rem 1rem; }
  .trupoint-tax-body section.online {
    padding: 2rem 1rem; }
  .trupoint-tax-body section.heading {
    padding: 0; }
    .trupoint-tax-body section.heading .section-heading {
      text-align: center; }
    .trupoint-tax-body section.heading .section-subheading {
      text-align: center; }
    .trupoint-tax-body section.heading .heading-copy {
      text-align: center;
      padding: 1rem;
      font-size: 1rem; }
  .trupoint-tax-body section.about-trupoint-tax {
    padding: 2rem 1rem; }
  .trupoint-tax-body .section-heading {
    font-size: 2rem; }
  .trupoint-tax-body img.demo {
    z-index: -1;
    opacity: 0.2;
    top: -30rem;
    width: 15rem;
    z-index: 0; }
  .trupoint-tax-body .header-actions {
    display: none; }
  .trupoint-tax-body nav .logo-left {
    text-align: center; }
    .trupoint-tax-body nav .logo-left img.logo {
      text-align: center; }
  .trupoint-tax-body .links-right {
    display: none; } }

/* min-width 641px, medium screens */
.white-text {
  color: #ffffff; }

.darkerTeal {
  background-color: #33cccc; }

.center-on-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.teal-text {
  color: #00b9b9; }

.darkblue-text {
  color: #1d3075; }

.italic {
  font-style: italic; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.relative {
  position: relative; }

.lightBlue {
  background-color: #6699cc; }

.darkBlueBackground {
  background-color: #1d3075; }

.z-top {
  z-index: 9999;
  position: relative; }

.seehow {
  font-size: 2.3rem !important;
  font-weight: 700;
  border-radius: 2rem;
  padding: 0.75rem 2.3rem !important; }

.blue-background {
  background-color: #1d3075; }

body.section-a-landing {
  background-color: #ffffff; }
  body.section-a-landing section {
    position: relative; }
  body.section-a-landing h1, body.section-a-landing h2, body.section-a-landing h3, body.section-a-landing h4, body.section-a-landing h5, body.section-a-landing h6, body.section-a-landing p, body.section-a-landing li, body.section-a-landing span {
    font-family: 'Montserrat', sans-serif;
    padding: 0.5rem 0;
    margin: 0;
    letter-spacing: -0.1rem; }
  body.section-a-landing h1, body.section-a-landing h2, body.section-a-landing h3, body.section-a-landing h4, body.section-a-landing h5, body.section-a-landing h6 {
    font-weight: 700; }
  body.section-a-landing h2 {
    font-size: 4rem;
    line-height: 3rem; }
    @media only screen and (max-width: 1040px) {
      body.section-a-landing h2 {
        font-size: 3rem; } }
    @media only screen and (max-width: 640px) {
      body.section-a-landing h2 {
        font-size: 2rem;
        line-height: 2rem;
        padding: 0; } }
    @media only screen and (max-width: 414px) {
      body.section-a-landing h2 {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 375px) {
      body.section-a-landing h2 {
        font-size: 1.3rem; } }
  body.section-a-landing h3 {
    font-size: 3rem;
    line-height: 3.2rem; }
    @media only screen and (max-width: 1024px) {
      body.section-a-landing h3 {
        padding: 0;
        margin: 0; } }
  body.section-a-landing p {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 500; }
  body.section-a-landing a {
    font-size: 1.5rem;
    padding: 0;
    margin: 0; }
  body.section-a-landing .tpta_heading {
    z-index: 3;
    padding: 1rem 0; }
    body.section-a-landing .tpta_heading .irs_logo {
      max-width: 11rem;
      float: left;
      margin-right: 1.2rem; }
    body.section-a-landing .tpta_heading .wrapper {
      float: left;
      text-align: center; }
  body.section-a-landing .title-subheading {
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500; }
    @media only screen and (max-width: 414px) {
      body.section-a-landing .title-subheading {
        font-size: 1rem;
        letter-spacing: -1px;
        color: #1d3075; } }
    @media only screen and (max-width: 375px) {
      body.section-a-landing .title-subheading {
        font-size: 0.9rem; } }
  body.section-a-landing .desktop-content-section2 .nopadding {
    padding: 0;
    padding-left: 0;
    padding-right: 0; }
  body.section-a-landing .desktop-content-section2 .section4b {
    background-image: url("/themes/anakin/images/tpt_landing/section-wrapper-bkg.jpg");
    background-size: cover;
    background-position: -17rem 50%;
    height: 20rem;
    position: relative; }
  body.section-a-landing .desktop-content-section2 h2 {
    font-size: 2rem;
    padding: 0; }
    @media only screen and (max-width: 1040px) {
      body.section-a-landing .desktop-content-section2 h2 {
        font-size: 1.5rem;
        line-height: 1.8rem; } }
  body.section-a-landing .desktop-content-section2 .padding {
    padding: 1rem 0; }
  @media only screen and (max-width: 1024px) {
    body.section-a-landing .desktop-content-section2 .price-callout-wrapper {
      display: none; } }
  @media only screen and (max-width: 768px) {
    body.section-a-landing .desktop-content-section2 .price-callout-wrapper {
      display: none; } }
  body.section-a-landing .desktop-content-section2 .price-callout-wrapper .tiny {
    font-size: 1rem;
    line-height: 0;
    position: absolute;
    top: -5px;
    right: 0;
    padding: 0; }
  body.section-a-landing .desktop-content-section2 .price-callout-wrapper .returns-at {
    font-size: 1.3rem;
    line-height: 1rem;
    display: block;
    padding: 0 0 0.5rem 0; }
  body.section-a-landing .desktop-content-section2 .price-callout-wrapper span.price {
    font-size: 3rem;
    line-height: 0;
    font-weight: 800;
    color: #1d3075;
    display: block;
    margin: 1rem 0;
    margin-left: -1.4rem;
    position: relative;
    padding: 0; }
  body.section-a-landing .desktop-content-section2 .price-callout-wrapper span.asterik {
    font-size: 0.9rem;
    font-style: italic;
    display: block;
    line-height: 1rem; }
  body.section-a-landing .desktop-content-section2 .price_callout {
    position: absolute;
    top: 2rem;
    right: 0.25rem;
    z-index: 3;
    width: 13rem; }
    @media only screen and (max-width: 1260px) {
      body.section-a-landing .desktop-content-section2 .price_callout {
        z-index: 3;
        right: 0rem; } }
  body.section-a-landing .desktop-content-section2 .super-bar {
    position: relative;
    z-index: 33;
    padding: 1rem 0; }
  body.section-a-landing .desktop-content-section2 .fatcopy {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 700; }
    @media only screen and (max-width: 1040px) {
      body.section-a-landing .desktop-content-section2 .fatcopy {
        font-size: 1.7rem;
        line-height: 1.8rem; } }
  body.section-a-landing .desktop-content-section2 .phoneapp {
    position: absolute;
    top: -11rem;
    bottom: 0;
    right: 8rem;
    width: 23rem;
    z-index: 2; }
    @media only screen and (max-width: 1046px) {
      body.section-a-landing .desktop-content-section2 .phoneapp {
        top: -11rem;
        right: 5rem; } }
    @media only screen and (max-width: 1024px) {
      body.section-a-landing .desktop-content-section2 .phoneapp {
        top: -9rem;
        right: 5rem; } }
    @media only screen and (max-width: 975px) {
      body.section-a-landing .desktop-content-section2 .phoneapp {
        top: -11rem;
        right: 5rem; } }
    @media only screen and (max-width: 895px) {
      body.section-a-landing .desktop-content-section2 .phoneapp {
        top: -11;
        right: 4rem; } }
    @media only screen and (max-width: 768px) {
      body.section-a-landing .desktop-content-section2 .phoneapp {
        top: -13rem;
        right: 1rem; } }
  body.section-a-landing .desktop-content-section2 .big-copy {
    font-size: 1.5rem;
    line-height: 2.4rem;
    float: left;
    padding: 0; }
    body.section-a-landing .desktop-content-section2 .big-copy span {
      font-weight: 700; }
    @media only screen and (max-width: 1046px) {
      body.section-a-landing .desktop-content-section2 .big-copy {
        font-size: 1.3rem;
        line-height: 2.2rem; } }
  body.section-a-landing .section2 {
    background-color: #00b9b9;
    overflow: hidden;
    padding: 2rem; }
    @media only screen and (max-width: 1090px) {
      body.section-a-landing .section2 {
        padding: 1rem; } }
    body.section-a-landing .section2.mobile-only .irs_logo {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 3rem; }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section2.mobile-only .irs_logo {
          left: -11px; } }
    body.section-a-landing .section2 .irs_logo {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 6rem; }
    body.section-a-landing .section2 .make-it-easy {
      font-size: 3rem;
      line-height: 3.3rem;
      font-weight: 700; }
    body.section-a-landing .section2 h1 {
      line-height: 3.5rem;
      text-shadow: rgba(0, 0, 0, 0.2) 1px 4px 4px;
      letter-spacing: -0.1rem;
      font-size: 4rem; }
      body.section-a-landing .section2 h1 span {
        line-height: 6.8rem;
        font-size: 6.4rem; }
  body.section-a-landing .section2b {
    background-color: #1d3075;
    position: relative;
    padding: 1rem 2rem 2rem 2rem; }
    @media only screen and (max-width: 1090px) {
      body.section-a-landing .section2b {
        padding: 0 1rem 1rem 1rem; } }
    body.section-a-landing .section2b.mobile-only .happyguy {
      position: absolute;
      bottom: -3.1rem;
      left: -3rem;
      width: 21rem;
      z-index: 2; }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section2b.mobile-only .happyguy {
          left: -2.3rem;
          width: 16rem;
          bottom: -0.1rem; } }
    body.section-a-landing .section2b.mobile-only .yes-small {
      font-size: 3rem;
      text-indent: -5rem; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing .section2b.mobile-only .yes-small {
          text-indent: 4rem; } }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section2b.mobile-only .yes-small {
          text-indent: 1rem; } }
    body.section-a-landing .section2b.mobile-only .inbetween-text {
      font-size: 1rem;
      text-indent: -5rem; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing .section2b.mobile-only .inbetween-text {
          text-indent: 4rem; } }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section2b.mobile-only .inbetween-text {
          text-indent: 1rem; } }
    body.section-a-landing .section2b.mobile-only h3.make-it-easy {
      font-size: 1.3rem;
      line-height: 1.5rem;
      margin-left: -5rem; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing .section2b.mobile-only h3.make-it-easy {
          margin-left: 4rem; } }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section2b.mobile-only h3.make-it-easy {
          margin-left: 1rem; } }
    body.section-a-landing .section2b .yes-small {
      font-size: 5rem;
      font-weight: 800;
      line-height: 4rem;
      padding-top: 1rem; }
      @media only screen and (max-width: 1040px) {
        body.section-a-landing .section2b .yes-small {
          font-size: 4rem; } }
      @media only screen and (max-width: 1024px) {
        body.section-a-landing .section2b .yes-small {
          padding-bottom: 0;
          margin-bottom: -5px; } }
    body.section-a-landing .section2b .2b-content-row {
      padding: 1rem 0;
      position: relative; }
    body.section-a-landing .section2b .happyguy {
      position: absolute;
      bottom: -16rem;
      left: 0rem;
      width: 35rem;
      z-index: 2; }
    @media only screen and (max-width: 882px) {
      body.section-a-landing .section2b h3 {
        font-size: 2.3rem;
        line-height: 2.3rem; } }
    body.section-a-landing .section2b p.inbetween-text {
      color: #ffffff;
      text-align: center;
      padding: 0; }
  body.section-a-landing .section-wrapper {
    position: relative;
    overflow: hidden; }
    body.section-a-landing .section-wrapper.tpts-top {
      overflow: hidden; }
    body.section-a-landing .section-wrapper .section3 {
      padding: 1.5rem 0; }
      body.section-a-landing .section-wrapper .section3 .spacer-wrapper {
        position: relative; }
      body.section-a-landing .section-wrapper .section3 .spacer {
        bottom: 0;
        left: 0;
        width: 20rem;
        height: 10rem;
        background-color: #454545;
        display: block;
        float: left; }
      body.section-a-landing .section-wrapper .section3 .big-copy {
        font-size: 2.3rem;
        line-height: 3rem;
        float: left; }
      body.section-a-landing .section-wrapper .section3 span {
        font-weight: 700; }
      body.section-a-landing .section-wrapper .section3.mobile-only {
        padding: 0.5rem 0; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section-wrapper .section3.mobile-only {
            padding: 0; } }
        body.section-a-landing .section-wrapper .section3.mobile-only .big-copy {
          font-size: 1.3rem;
          line-height: 1.8rem;
          float: left; }
          @media only screen and (max-width: 414px) {
            body.section-a-landing .section-wrapper .section3.mobile-only .big-copy {
              line-height: 1.6rem; } }
          @media only screen and (max-width: 375px) {
            body.section-a-landing .section-wrapper .section3.mobile-only .big-copy {
              font-size: 1.1rem; } }
    body.section-a-landing .section-wrapper .section4 {
      background-color: #1d3075;
      position: relative;
      padding: 0 0 1rem 0; }
      body.section-a-landing .section-wrapper .section4 .getnow_btn {
        position: absolute;
        bottom: -4.2rem;
        left: 0;
        width: 8rem;
        z-index: 22; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section-wrapper .section4 .getnow_btn {
            position: absolute;
            bottom: 0.8rem;
            left: 0;
            width: 8rem;
            z-index: 100; } }
      body.section-a-landing .section-wrapper .section4.mobile-only {
        padding: 0; }
        body.section-a-landing .section-wrapper .section4.mobile-only .asterik {
          font-size: 1.1rem;
          vertical-align: top;
          line-height: 1rem; }
      body.section-a-landing .section-wrapper .section4 .price {
        font-size: 7rem;
        line-height: 3.1rem;
        font-weight: 800; }
        @media only screen and (max-width: 640px) {
          body.section-a-landing .section-wrapper .section4 .price {
            font-size: 4rem;
            line-height: 2rem; } }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section-wrapper .section4 .price {
            font-size: 3.5rem;
            line-height: 2rem; } }
      body.section-a-landing .section-wrapper .section4 .starting-at {
        line-height: 5.5rem;
        padding: 0;
        font-size: 3rem; }
        @media only screen and (max-width: 640px) {
          body.section-a-landing .section-wrapper .section4 .starting-at {
            font-size: 1.5rem;
            line-height: 2rem; } }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section-wrapper .section4 .starting-at {
            font-size: 1.3rem;
            line-height: 1.8rem; } }
        @media only screen and (max-width: 375px) {
          body.section-a-landing .section-wrapper .section4 .starting-at {
            font-size: 1.2rem; } }
      body.section-a-landing .section-wrapper .section4 .asterk {
        font-size: 1.5rem;
        font-weight: 700;
        padding-top: 1.8rem; }
        @media only screen and (max-width: 640px) {
          body.section-a-landing .section-wrapper .section4 .asterk {
            font-size: 1rem;
            padding-top: 0.5rem; } }
    body.section-a-landing .section-wrapper .section4b {
      background-image: url("/themes/anakin/images/tpt_landing/section-wrapper-bkg.jpg");
      background-size: cover;
      background-position: -17rem 50%;
      height: 20rem; }
      body.section-a-landing .section-wrapper .section4b.mobile-only {
        height: 7rem;
        background-position: 50% 50%; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section-wrapper .section4b.mobile-only {
            height: 5rem; } }
    body.section-a-landing .section-wrapper .section4c {
      background-color: #00b9b9;
      position: relative; }
      body.section-a-landing .section-wrapper .section4c.mobile-only .phoneapp {
        position: absolute;
        bottom: -16rem;
        left: 4%;
        width: 19rem;
        z-index: 3; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section-wrapper .section4c.mobile-only .phoneapp {
            bottom: -3rem;
            left: 4%;
            width: 12rem; } }
        @media only screen and (max-width: 375px) {
          body.section-a-landing .section-wrapper .section4c.mobile-only .phoneapp {
            left: 0; } }
      body.section-a-landing .section-wrapper .section4c.mobile-only .big-copy {
        font-size: 1.3rem;
        line-height: 2rem; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section-wrapper .section4c.mobile-only .big-copy {
            line-height: 1.5rem; } }
        @media only screen and (max-width: 375px) {
          body.section-a-landing .section-wrapper .section4c.mobile-only .big-copy {
            font-size: 1.1rem; } }
      body.section-a-landing .section-wrapper .section4c .big-copy {
        font-size: 2.3rem;
        line-height: 3rem; }
  body.section-a-landing section.download {
    background-color: #ffffff;
    padding: 2rem 0; }
    @media only screen and (max-width: 414px) {
      body.section-a-landing section.download {
        padding: 0.5rem 0; } }
    body.section-a-landing section.download .big-copy {
      font-size: 2.3rem;
      line-height: 3rem; }
    body.section-a-landing section.download.mobile-only .big-copy {
      font-size: 1.3rem;
      line-height: 2rem; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing section.download.mobile-only .big-copy {
          line-height: 1.5rem; } }
      @media only screen and (max-width: 375px) {
        body.section-a-landing section.download.mobile-only .big-copy {
          font-size: 1.1rem; } }
    body.section-a-landing section.download.mobile-only h3 {
      font-size: 2rem;
      line-height: 2rem;
      padding: 1rem 0 0 0; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing section.download.mobile-only h3 {
          font-size: 1.3rem;
          line-height: 1.5rem; } }
    body.section-a-landing section.download.desktop-only h2 {
      padding: 2rem;
      margin-bottom: 1rem; }
    body.section-a-landing section.download.desktop-only .big-copy {
      font-size: 2rem; }
      @media only screen and (max-width: 1040px) {
        body.section-a-landing section.download.desktop-only .big-copy {
          font-size: 1.5rem;
          line-height: 2rem; } }
    body.section-a-landing section.download.desktop-only .playVideo {
      position: absolute;
      right: 0;
      margin: 0;
      width: 42%;
      bottom: 3rem; }
      @media only screen and (max-width: 1500px) {
        body.section-a-landing section.download.desktop-only .playVideo {
          bottom: 9rem; } }
      @media only screen and (max-width: 1040px) {
        body.section-a-landing section.download.desktop-only .playVideo {
          bottom: 7rem;
          width: 40%; } }
      @media only screen and (max-width: 768px) {
        body.section-a-landing section.download.desktop-only .playVideo {
          bottom: 11rem; } }
  body.section-a-landing .section5 {
    background-color: #1d3075;
    padding: 1rem; }
    body.section-a-landing .section5.mobile-only {
      padding: 0.5rem 0; }
      body.section-a-landing .section5.mobile-only .big-copy {
        font-size: 1.3rem;
        line-height: 2rem;
        padding: 0; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section5.mobile-only .big-copy {
            line-height: 1.5rem; } }
        @media only screen and (max-width: 375px) {
          body.section-a-landing .section5.mobile-only .big-copy {
            font-size: 1.1rem; } }
    body.section-a-landing .section5 .big-copy {
      font-size: 2.3rem;
      line-height: 3rem;
      padding: 0; }
  body.section-a-landing .section6 {
    background-color: #00b9b9; }
    body.section-a-landing .section6.mobile-only {
      padding: 1rem 0; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing .section6.mobile-only {
          padding: 0; } }
      body.section-a-landing .section6.mobile-only ul.howItWorks {
        padding-top: 1rem; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section6.mobile-only ul.howItWorks {
            padding: 0; } }
        body.section-a-landing .section6.mobile-only ul.howItWorks li {
          color: #1d3075;
          font-weight: 600;
          font-size: 1.2rem;
          line-height: 2rem;
          padding: 0; }
          @media only screen and (max-width: 414px) {
            body.section-a-landing .section6.mobile-only ul.howItWorks li {
              line-height: 1.5rem;
              font-size: 1rem; } }
          @media only screen and (max-width: 375px) {
            body.section-a-landing .section6.mobile-only ul.howItWorks li {
              line-height: 1.3rem; } }
      body.section-a-landing .section6.mobile-only h2 {
        padding: 0 0 0.5rem 0; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section6.mobile-only h2 {
            padding-top: 0; } }
    body.section-a-landing .section6.desktop-only {
      background-color: #99cccc; }
      body.section-a-landing .section6.desktop-only ul.howItWorks {
        padding-top: 2rem; }
        @media only screen and (max-width: 1040px) {
          body.section-a-landing .section6.desktop-only ul.howItWorks {
            padding: 0;
            margin: 0; } }
        body.section-a-landing .section6.desktop-only ul.howItWorks li {
          color: #1d3075;
          font-weight: 700;
          font-size: 1.75rem;
          line-height: 2rem; }
          @media only screen and (max-width: 1040px) {
            body.section-a-landing .section6.desktop-only ul.howItWorks li {
              font-size: 1.4rem;
              line-height: 2.1rem;
              padding: 0.5rem 0; } }
          @media only screen and (max-width: 768px) {
            body.section-a-landing .section6.desktop-only ul.howItWorks li {
              font-size: 1.2rem;
              line-height: 1.4rem;
              padding: 0.5rem 0; } }
      body.section-a-landing .section6.desktop-only img {
        padding: 0;
        margin: 0; }
      body.section-a-landing .section6.desktop-only h2 {
        background-color: #33cccc;
        padding: 1rem 0; }
  body.section-a-landing .section7.mobile-only h2 {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0.5rem 0; }
    @media only screen and (max-width: 414px) {
      body.section-a-landing .section7.mobile-only h2 {
        line-height: 1.5rem;
        font-size: 1.5rem; } }
    @media only screen and (max-width: 375px) {
      body.section-a-landing .section7.mobile-only h2 {
        font-size: 1.3rem; } }
  body.section-a-landing .section7.mobile-only .list-item {
    padding: 0 0;
    margin: 0.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    body.section-a-landing .section7.mobile-only .list-item img.price_callout {
      position: absolute;
      width: 8rem;
      right: -10rem;
      top: -3rem; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing .section7.mobile-only .list-item img.price_callout {
          width: 6rem;
          right: -7.5rem;
          top: -1.8rem; } }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section7.mobile-only .list-item img.price_callout {
          width: 5rem;
          top: -1.1rem; } }
    body.section-a-landing .section7.mobile-only .list-item p {
      font-size: 1.5rem;
      line-height: 1.6rem; }
      body.section-a-landing .section7.mobile-only .list-item p.relative {
        position: relative; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing .section7.mobile-only .list-item p {
          font-size: 1.3rem; } }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section7.mobile-only .list-item p {
          font-size: 1.1rem; } }
    body.section-a-landing .section7.mobile-only .list-item .text-callout {
      font-size: 1.75rem; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing .section7.mobile-only .list-item .text-callout {
          font-size: 1.4rem; } }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section7.mobile-only .list-item .text-callout {
          font-size: 1.2rem; } }
    body.section-a-landing .section7.mobile-only .list-item div.box {
      text-align: right;
      font-size: 2rem;
      font-weight: 700;
      width: 15%;
      display: block;
      color: #fff;
      position: relative;
      float: left;
      margin-right: 0;
      padding: 1.75rem 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-right: 3rem;
      padding-right: 1rem; }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section7.mobile-only .list-item div.box {
          margin-right: 2rem;
          width: 12%; } }
    body.section-a-landing .section7.mobile-only .list-item div.box:after {
      content: " ";
      position: absolute;
      right: -23px;
      top: 0px;
      border-top: 28px solid transparent;
      border-right: none;
      border-left: 25px solid #000;
      border-bottom: 28px solid transparent; }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section7.mobile-only .list-item div.box:after {
          right: -22px; } }
  body.section-a-landing .section7.mobile-only .list-item .list-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 85%; }
    body.section-a-landing .section7.mobile-only .list-item .list-item-wrapper img {
      width: 6rem;
      margin-right: 0.5rem; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing .section7.mobile-only .list-item .list-item-wrapper img {
          width: 5rem; } }
      @media only screen and (max-width: 375px) {
        body.section-a-landing .section7.mobile-only .list-item .list-item-wrapper img {
          width: 4rem; } }
      body.section-a-landing .section7.mobile-only .list-item .list-item-wrapper img.clock {
        width: 4.5rem; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing .section7.mobile-only .list-item .list-item-wrapper img.clock {
            width: 4rem; } }
        @media only screen and (max-width: 375px) {
          body.section-a-landing .section7.mobile-only .list-item .list-item-wrapper img.clock {
            width: 3rem; } }
  body.section-a-landing .section7.mobile-only div.orange:after {
    border-left: 23px solid #ff9933 !important; }
  body.section-a-landing .section7.mobile-only div.purple:after {
    border-left: 23px solid #663366 !important; }
  body.section-a-landing .section7.mobile-only div.maroon:after {
    border-left: 23px solid #993366 !important; }
  body.section-a-landing .section7.mobile-only div.peach:after {
    border-left: 23px solid #ff6666 !important; }
  body.section-a-landing .section7 h2 {
    padding: 1.5rem 0; }
    @media only screen and (max-width: 1190px) {
      body.section-a-landing .section7 h2 {
        font-size: 3rem; } }
  body.section-a-landing .section7 .list-item {
    width: 100%;
    padding: 1rem 0;
    margin: 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    body.section-a-landing .section7 .list-item .text-callout {
      color: #1d3075;
      font-size: 3rem;
      font-weight: 800;
      letter-spacing: -0.1rem; }
      @media only screen and (max-width: 1190px) {
        body.section-a-landing .section7 .list-item .text-callout {
          font-size: 2rem; } }
      body.section-a-landing .section7 .list-item .text-callout span {
        color: #000000;
        font-size: 1.3rem; }
    body.section-a-landing .section7 .list-item img {
      float: left;
      width: 9%;
      margin-right: 2rem; }
      body.section-a-landing .section7 .list-item img.clock {
        width: 7%; }
    body.section-a-landing .section7 .list-item p {
      float: left;
      font-size: 2rem;
      line-height: 2.3rem; }
      @media only screen and (max-width: 1190px) {
        body.section-a-landing .section7 .list-item p {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 768px) {
        body.section-a-landing .section7 .list-item p {
          font-size: 1.2rem; } }
    body.section-a-landing .section7 .list-item div.box {
      text-align: right;
      font-size: 2rem;
      font-weight: 700;
      height: 3rem;
      width: 25%;
      display: block;
      color: #fff;
      position: relative;
      float: left;
      margin-right: 3rem;
      padding: 3rem 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-right: 4rem;
      padding-right: 1rem; }
    body.section-a-landing .section7 .list-item div.box:after {
      content: " ";
      position: absolute;
      right: -23px;
      top: 0px;
      border-top: 47px solid transparent;
      border-right: none;
      border-left: 25px solid #000;
      border-bottom: 47px solid transparent; }
    body.section-a-landing .section7 .list-item div.orange {
      background-color: #ff9933; }
      body.section-a-landing .section7 .list-item div.orange:after {
        border-left: 23px solid #ff9933; }
    body.section-a-landing .section7 .list-item div.purple {
      background-color: #663366; }
      body.section-a-landing .section7 .list-item div.purple:after {
        border-left: 23px solid #663366; }
    body.section-a-landing .section7 .list-item div.maroon {
      background-color: #993366; }
      body.section-a-landing .section7 .list-item div.maroon:after {
        border-left: 23px solid #993366; }
    body.section-a-landing .section7 .list-item div.peach {
      background-color: #ff6666; }
      body.section-a-landing .section7 .list-item div.peach:after {
        border-left: 23px solid #ff6666; }
  body.section-a-landing .section7.desktop-only h2 {
    padding: 1rem 0; }
  body.section-a-landing .section7.desktop-only div.box {
    font-size: 2rem;
    font-weight: 700;
    height: 3rem;
    width: 10%;
    display: block;
    color: #fff;
    position: relative;
    float: left;
    margin-right: 3rem;
    padding: 2.3rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    margin-right: 4rem;
    padding-right: 0rem; }
  body.section-a-landing .section7.desktop-only div.box:after {
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent; }
  body.section-a-landing .section7.desktop-only .list-item {
    padding: 0; }
    body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
      position: absolute;
      top: -2.5rem;
      right: 6rem;
      width: 10rem; }
      @media only screen and (max-width: 1190px) {
        body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
          right: 5rem; } }
      @media only screen and (max-width: 910px) {
        body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
          right: 3rem; } }
      @media only screen and (max-width: 865px) {
        body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
          right: 1rem; } }
      @media only screen and (max-width: 820px) {
        body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
          right: 0; } }
      @media only screen and (max-width: 800px) {
        body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
          right: -2rem; } }
      @media only screen and (max-width: 757px) {
        body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
          right: -4rem; } }
      @media only screen and (max-width: 719px) {
        body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
          right: -6rem; } }
      @media only screen and (max-width: 669px) {
        body.section-a-landing .section7.desktop-only .list-item .getnow_btn {
          right: -7rem; } }
  body.section-a-landing .section7.desktop-only .list-item img {
    width: 12%; }
    body.section-a-landing .section7.desktop-only .list-item img.clock {
      width: 9%; }
  body.section-a-landing .section7.desktop-only div.orange:after {
    border-left: 23px solid #ff9933; }
  body.section-a-landing .section7.desktop-only div.purple:after {
    border-left: 23px solid #663366; }
  body.section-a-landing .section7.desktop-only div.maroon:after {
    border-left: 23px solid #993366; }
  body.section-a-landing .section7.desktop-only div.peach:after {
    border-left: 23px solid #ff6666; }
  body.section-a-landing div.bar {
    background-color: #00cccc;
    width: 100%;
    height: 5rem; }
  body.section-a-landing .badge {
    width: 100%;
    background-color: transparent;
    padding: 1rem; }
    @media only screen and (max-width: 414px) {
      body.section-a-landing .badge {
        padding: 0.25rem; } }
  body.section-a-landing .playVideo {
    float: right;
    width: 50%; }
  body.section-a-landing .team {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: -2rem;
    z-index: -1; }
  body.section-a-landing .testimonials-section .arrows {
    position: absolute;
    top: 50%;
    width: 100%; }
    body.section-a-landing .testimonials-section .arrows .prev, body.section-a-landing .testimonials-section .arrows .next {
      position: relative;
      background-color: #6699cc;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      font-size: 2rem;
      color: #fff;
      line-height: 1.9rem;
      text-align: center; }
      @media only screen and (max-width: 806px) {
        body.section-a-landing .testimonials-section .arrows .prev, body.section-a-landing .testimonials-section .arrows .next {
          width: 2rem;
          height: 2rem;
          font-size: 1.5rem;
          line-height: 2rem; } }
      @media only screen and (max-width: 640px) {
        body.section-a-landing .testimonials-section .arrows .prev, body.section-a-landing .testimonials-section .arrows .next {
          width: 2rem;
          height: 2rem;
          font-size: 1.1rem;
          line-height: 0rem; } }
    body.section-a-landing .testimonials-section .arrows .prev {
      float: left;
      margin-left: 1rem; }
    body.section-a-landing .testimonials-section .arrows .next {
      float: right;
      margin-right: 1rem; }
  body.section-a-landing .testimonials-section .banner {
    position: relative;
    overflow: auto; }
    body.section-a-landing .testimonials-section .banner ul {
      float: left;
      padding: 0;
      margin: 0; }
      body.section-a-landing .testimonials-section .banner ul li {
        list-style: none;
        float: left;
        padding: 0;
        margin: 0; }
        body.section-a-landing .testimonials-section .banner ul li .test-wrapper {
          display: -ms-flexbox;
          display: flex; }
        body.section-a-landing .testimonials-section .banner ul li .left, body.section-a-landing .testimonials-section .banner ul li .right {
          padding: 3rem 5rem 4rem 5rem;
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
          background: #cccccc;
          /* Old browsers */
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #cccccc 0%, #ffffff 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 );
          /* IE6-9 */ }
          @media only screen and (max-width: 800px) {
            body.section-a-landing .testimonials-section .banner ul li .left, body.section-a-landing .testimonials-section .banner ul li .right {
              padding: 1rem 4rem 3rem 4rem; } }
        body.section-a-landing .testimonials-section .banner ul li p {
          font-size: 1.3rem;
          line-height: 2rem;
          padding: 0;
          margin: 0;
          font-style: italic; }
          @media only screen and (max-width: 414px) {
            body.section-a-landing .testimonials-section .banner ul li p {
              font-size: 1rem;
              line-height: 1.4rem; } }
  body.section-a-landing .testimonials-section h2 {
    padding: 1.5rem;
    background-color: #6699cc; }
    @media only screen and (max-width: 640px) {
      body.section-a-landing .testimonials-section h2 {
        background-color: #1d3075;
        padding: 0.5rem; } }
  body.section-a-landing .testimonials-section h3 {
    padding: 1rem 0; }
    @media only screen and (max-width: 376px) {
      body.section-a-landing .testimonials-section h3 {
        padding: 0.5rem; } }
  body.section-a-landing .testimonials-section ul.testimonials {
    padding: 0;
    margin: 0; }
    body.section-a-landing .testimonials-section ul.testimonials li {
      padding: 2rem;
      list-style-type: none;
      font-style: italic;
      font-size: 1.5rem;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
      background: #ffffff;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #ffffff 0%, #efefef 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 );
      /* IE6-9 */ }
      body.section-a-landing .testimonials-section ul.testimonials li:nth-child(odd) {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
        background: #efefef;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #efefef 0%, #ffffff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
  body.section-a-landing footer.desktop-only .copyright-bar p {
    font-size: 1rem;
    color: #000000; }
  body.section-a-landing footer.desktop-only .tpt_logo {
    width: 15rem; }
  body.section-a-landing footer.desktop-only .irs_logo {
    width: 6rem;
    margin-right: 1rem; }
  body.section-a-landing footer.desktop-only h2 {
    background-color: #00b9b9;
    padding: 2rem;
    text-align: center; }
  body.section-a-landing footer.desktop-only p {
    padding: 1rem 0;
    float: left;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0; }
    @media only screen and (max-width: 810px) {
      body.section-a-landing footer.desktop-only p {
        font-size: 1rem; } }
    body.section-a-landing footer.desktop-only p a {
      font-size: 1.3rem;
      font-weight: 600; }
      @media only screen and (max-width: 810px) {
        body.section-a-landing footer.desktop-only p a {
          font-size: 1rem; } }
    body.section-a-landing footer.desktop-only p:last-child:after {
      content: ''; }
    body.section-a-landing footer.desktop-only p:after {
      content: '|';
      margin: 0 1rem; }
  body.section-a-landing footer.desktop-only a {
    text-decoration: underline; }
    body.section-a-landing footer.desktop-only a:hover {
      color: #27419e; }
  body.section-a-landing footer.desktop-only .centerMe {
    padding: 1rem 0; }
  body.section-a-landing footer.mobile-only {
    background-color: #00b9b9;
    text-align: center;
    padding: 0.5rem 0 0 0; }
    @media only screen and (max-width: 414px) {
      body.section-a-landing footer.mobile-only .centerMe {
        padding: 0 0 0.5rem 0; } }
    body.section-a-landing footer.mobile-only .centerMe p, body.section-a-landing footer.mobile-only .centerMe a {
      font-weight: 600;
      color: #1d3075; }
      @media only screen and (max-width: 414px) {
        body.section-a-landing footer.mobile-only .centerMe p, body.section-a-landing footer.mobile-only .centerMe a {
          font-size: 1.2rem;
          line-height: 1.5rem;
          padding: 0; } }
    body.section-a-landing footer.mobile-only h2 {
      color: #ffffff; }
    body.section-a-landing footer.mobile-only .blue-bar {
      background-color: #1d3075;
      padding: 0.5rem 0; }
      body.section-a-landing footer.mobile-only .blue-bar .tpt_logo {
        width: 15rem; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing footer.mobile-only .blue-bar .tpt_logo {
            width: 13rem; } }
      body.section-a-landing footer.mobile-only .blue-bar .irs_logo {
        width: 4rem;
        margin-right: 1rem; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing footer.mobile-only .blue-bar .irs_logo {
            width: 3rem; } }
    body.section-a-landing footer.mobile-only .copyright-bar {
      background-color: #ffffff; }
      body.section-a-landing footer.mobile-only .copyright-bar p {
        color: #000000;
        font-size: 1.1rem;
        letter-spacing: 0;
        text-align: center; }
        @media only screen and (max-width: 414px) {
          body.section-a-landing footer.mobile-only .copyright-bar p {
            font-size: 1rem; } }
  body.section-a-landing section.about .about-heading-wrapper {
    padding: 1rem; }
  body.section-a-landing section.about ul.about-list {
    padding: 1rem 0;
    margin: 0; }
    body.section-a-landing section.about ul.about-list li {
      list-style-type: none;
      font-size: 2rem;
      position: relative;
      float: left; }
      body.section-a-landing section.about ul.about-list li:before {
        content: ' ';
        width: 1rem;
        height: 1rem;
        background-color: #69c;
        position: relative;
        display: block;
        float: left;
        margin-right: 1rem;
        margin-top: 0.55rem;
        margin-bottom: 0.55; }
  body.section-a-landing section.about.desktop-only .tpt_logo {
    width: 15rem;
    margin-right: 1rem; }
  body.section-a-landing section.about.desktop-only ul.about-list li {
    font-size: 1.5rem;
    padding: .3rem 0;
    margin: 0;
    width: 100%;
    clear: both; }
    @media only screen and (max-width: 768px) {
      body.section-a-landing section.about.desktop-only ul.about-list li {
        font-size: 1.3rem; } }
  body.section-a-landing section.about.mobile-only h2 {
    color: #ffffff; }
  body.section-a-landing section.about.mobile-only .tpt_logo {
    width: 9rem;
    margin-right: 0.5rem; }
  body.section-a-landing section.about.mobile-only ul.about-list li {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0.5rem 0;
    margin: 0;
    width: 100%;
    clear: both; }
    @media only screen and (max-width: 414px) {
      body.section-a-landing section.about.mobile-only ul.about-list li {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 375px) {
      body.section-a-landing section.about.mobile-only ul.about-list li {
        font-size: 1.1rem;
        padding: 0.3rem; } }

/*Global*/

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }

.bounce {
  animation-name: bounce; }

/*********************** Page Styles *************************/
body.node--type-veritas-page, body.node--type-client-about {
  background-color: #fefefe;
  color: #909595;
  font-family: Oswald,sans-serif;
  /*********************** Section Styles *************************/ }
  @media screen and (max-width: 39.9375em) {
    body.node--type-veritas-page img.toothbrush, body.node--type-client-about img.toothbrush {
      display: none; } }
  body.node--type-veritas-page .section-disclaimer, body.node--type-client-about .section-disclaimer {
    font-style: italic; }
  body.node--type-veritas-page .shrink.image-col, body.node--type-client-about .shrink.image-col {
    padding-right: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  body.node--type-veritas-page ul, body.node--type-client-about ul {
    margin: 0;
    padding: 0;
    margin-left: 0 !important; }
    body.node--type-veritas-page ul li, body.node--type-client-about ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-left: 0; }
  body.node--type-veritas-page p span, body.node--type-client-about p span {
    font-weight: 700; }
  body.node--type-veritas-page .box, body.node--type-client-about .box {
    position: relative;
    transition: all 0.2s ease-in-out;
    background-color: #FEFEFE;
    border: #E5E1E1 solid thin;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    body.node--type-veritas-page .box p, body.node--type-client-about .box p {
      padding: 0;
      margin: 0; }
    body.node--type-veritas-page .box:after, body.node--type-client-about .box:after {
      content: 'Learn More';
      display: block;
      position: absolute;
      font-size: 2rem;
      text-transform: uppercase;
      color: #ffffff;
      font-family: 'Oswald', sans-serif;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    body.node--type-veritas-page .box:before, body.node--type-client-about .box:before {
      background-color: #2199e8;
      display: block;
      border-radius: 1rem;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page .box, body.node--type-client-about .box {
        padding: .5rem 1rem; } }
    body.node--type-veritas-page .box:hover:before, body.node--type-client-about .box:hover:before {
      opacity: 0.9; }
    body.node--type-veritas-page .box:hover:after, body.node--type-client-about .box:hover:after {
      opacity: 1; }
  body.node--type-veritas-page .headerSection ul.right, body.node--type-veritas-page .headerSection ul.left, body.node--type-client-about .headerSection ul.right, body.node--type-client-about .headerSection ul.left {
    padding: 0;
    margin: 0;
    background-color: transparent; }
  body.node--type-veritas-page .headerSection ul.left li, body.node--type-client-about .headerSection ul.left li {
    display: inline-block;
    float: left;
    margin: 0 1rem; }
    body.node--type-veritas-page .headerSection ul.left li a, body.node--type-client-about .headerSection ul.left li a {
      transition: all 0.2s ease-in-out;
      color: #fefefe; }
      body.node--type-veritas-page .headerSection ul.left li a:hover, body.node--type-client-about .headerSection ul.left li a:hover {
        color: #cbcbcb; }
  body.node--type-veritas-page .headerSection .top-bar, body.node--type-client-about .headerSection .top-bar {
    padding: 1rem 3rem;
    background-color: #484b4c; }
    body.node--type-veritas-page .headerSection .top-bar a, body.node--type-client-about .headerSection .top-bar a {
      font-family: 'Oswald', sans-serif; }
  body.node--type-veritas-page .headerSection .top-bar-section, body.node--type-client-about .headerSection .top-bar-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  body.node--type-veritas-page .tabs-wrapper, body.node--type-client-about .tabs-wrapper {
    margin-top: -2.4rem;
    margin-bottom: 1rem; }
  body.node--type-veritas-page h3.special.heading, body.node--type-client-about h3.special.heading {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 3rem; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page h3.special.heading, body.node--type-client-about h3.special.heading {
        text-align: center; } }
  body.node--type-veritas-page p, body.node--type-client-about p {
    width: 100%;
    padding: 0;
    margin: 0; }
  body.node--type-veritas-page .voucher, body.node--type-veritas-page .savings, body.node--type-client-about .voucher, body.node--type-client-about .savings {
    width: 100%;
    padding: 0 0 0.5rem 0;
    margin: 0;
    font-size: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    body.node--type-veritas-page .logos, body.node--type-client-about .logos {
      text-align: center; } }
  body.node--type-veritas-page .logos img, body.node--type-client-about .logos img {
    margin: 1.3rem 0; }
    @media screen and (max-width: 39.9375em) {
      body.node--type-veritas-page .logos img, body.node--type-client-about .logos img {
        clear: both;
        padding: 0 14%; } }
  body.node--type-veritas-page .section-disclaimer, body.node--type-client-about .section-disclaimer {
    margin-top: 1rem; }
  body.node--type-veritas-page .logo-row, body.node--type-client-about .logo-row {
    margin-top: 1rem; }
  body.node--type-veritas-page .tabs-panel, body.node--type-client-about .tabs-panel {
    padding: 2rem; }
  body.node--type-veritas-page .content, body.node--type-client-about .content {
    position: relative;
    z-index: 2; }
  body.node--type-veritas-page .disclosure, body.node--type-client-about .disclosure {
    font-size: 16px; }
  body.node--type-veritas-page .tabs-content, body.node--type-client-about .tabs-content {
    color: #909595; }
  body.node--type-veritas-page .button, body.node--type-client-about .button {
    font-weight: 700;
    font-family: Oswald,sans-serif; }
  body.node--type-veritas-page p, body.node--type-client-about p {
    font-family: "EB Garamond", serif;
    padding: 0.5rem 0;
    margin: 0; }
  body.node--type-veritas-page h1, body.node--type-veritas-page h2, body.node--type-veritas-page h3, body.node--type-veritas-page h4, body.node--type-veritas-page h5, body.node--type-veritas-page h6, body.node--type-client-about h1, body.node--type-client-about h2, body.node--type-client-about h3, body.node--type-client-about h4, body.node--type-client-about h5, body.node--type-client-about h6 {
    font-family: 'Oswald', sans-serif;
    padding: 0.5rem 0;
    margin: 0; }
  body.node--type-veritas-page .align-justify, body.node--type-client-about .align-justify {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  body.node--type-veritas-page .overflow-hidden, body.node--type-client-about .overflow-hidden {
    overflow: hidden; }
  body.node--type-veritas-page ul li, body.node--type-client-about ul li {
    font-size: 1rem;
    font-family: "EB Garamond",serif; }
  body.node--type-veritas-page .white, body.node--type-client-about .white {
    color: #ffffff; }
  body.node--type-veritas-page .arrow, body.node--type-client-about .arrow {
    margin-bottom: 2rem;
    width: 2rem;
    color: #ffffff;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite; }
  body.node--type-veritas-page a.video-btn, body.node--type-client-about a.video-btn {
    color: #ffffff !important;
    font-family: 'oswald'; }
  body.node--type-veritas-page .flex, body.node--type-client-about .flex {
    display: -ms-flexbox;
    display: flex; }
  body.node--type-veritas-page .full-width, body.node--type-client-about .full-width {
    width: 100%; }
  body.node--type-veritas-page .flex-center, body.node--type-client-about .flex-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  body.node--type-veritas-page .red, body.node--type-client-about .red {
    color: #B26C69; }
  body.node--type-veritas-page .bold, body.node--type-client-about .bold {
    font-weight: 700; }
  body.node--type-veritas-page .relative, body.node--type-client-about .relative {
    position: relative; }
  body.node--type-veritas-page .header-logo, body.node--type-client-about .header-logo {
    max-width: 10rem; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page .header-logo, body.node--type-client-about .header-logo {
        max-width: 5rem; } }
  body.node--type-veritas-page .section-heading, body.node--type-client-about .section-heading {
    font-size: 2.1875rem;
    line-height: 3rem;
    position: relative;
    margin: 0 0; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page .section-heading, body.node--type-client-about .section-heading {
        font-size: 1.8rem;
        line-height: 2rem !important; } }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page .section-heading h4, body.node--type-client-about .section-heading h4 {
        font-size: 1.8rem;
        line-height: 2rem !important; } }
    body.node--type-veritas-page .section-heading:after, body.node--type-client-about .section-heading:after {
      height: 2px;
      background-color: #ffffff;
      width: 4rem;
      content: '';
      display: block;
      margin: 1rem 0; }
      @media screen and (max-width: 63.9375em) {
        body.node--type-veritas-page .section-heading:after, body.node--type-client-about .section-heading:after {
          display: none; } }
    body.node--type-veritas-page .section-heading.black-line:after, body.node--type-client-about .section-heading.black-line:after {
      background-color: #454545; }
    body.node--type-veritas-page .section-heading span, body.node--type-client-about .section-heading span {
      display: block;
      font-style: italic;
      font-size: 0.9rem;
      position: relative;
      margin-bottom: 0.5rem;
      padding-bottom: 1rem; }
  body.node--type-veritas-page h2.subheading, body.node--type-client-about h2.subheading {
    position: relative;
    margin-bottom: 2rem;
    line-height: 3rem;
    font-size: 2.1875rem; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page h2.subheading, body.node--type-client-about h2.subheading {
        margin-bottom: 0; } }
    body.node--type-veritas-page h2.subheading:after, body.node--type-client-about h2.subheading:after {
      height: 2px;
      background-color: #ffffff;
      width: 18%;
      position: absolute;
      content: '';
      display: block;
      bottom: -1rem; }
      @media screen and (max-width: 63.9375em) {
        body.node--type-veritas-page h2.subheading:after, body.node--type-client-about h2.subheading:after {
          display: none; } }
  body.node--type-veritas-page section .tabs, body.node--type-client-about section .tabs {
    border: none; }
  body.node--type-veritas-page section .tabs-content, body.node--type-client-about section .tabs-content {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 1px; }
  body.node--type-veritas-page section.section2, body.node--type-client-about section.section2 {
    position: relative;
    padding: 4rem 0 6rem 0; }
    body.node--type-veritas-page section.section2 .assortment-image, body.node--type-client-about section.section2 .assortment-image {
      margin-top: -8.5rem;
      width: 50%; }
      @media screen and (max-width: 39.9375em) {
        body.node--type-veritas-page section.section2 .assortment-image, body.node--type-client-about section.section2 .assortment-image {
          display: none; } }
    body.node--type-veritas-page section.section2 .service-listing h5, body.node--type-veritas-page section.section2 .service-listing p, body.node--type-client-about section.section2 .service-listing h5, body.node--type-client-about section.section2 .service-listing p {
      padding: 0;
      margin: 0; }
    body.node--type-veritas-page section.section2 .service-listing img, body.node--type-client-about section.section2 .service-listing img {
      width: 2rem;
      margin-right: 1rem; }
    body.node--type-veritas-page section.section2 ul.services li, body.node--type-client-about section.section2 ul.services li {
      list-style-type: none;
      margin: 1rem 0;
      cursor: pointer; }
      @media screen and (max-width: 63.9375em) {
        body.node--type-veritas-page section.section2 ul.services li, body.node--type-client-about section.section2 ul.services li {
          margin: 0.5rem 0; } }
  body.node--type-veritas-page section .vision-wrapper, body.node--type-client-about section .vision-wrapper {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow-x: hidden;
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page section .vision-wrapper, body.node--type-client-about section .vision-wrapper {
        text-align: center; } }
    body.node--type-veritas-page section .vision-wrapper .disclosure-wrapper, body.node--type-client-about section .vision-wrapper .disclosure-wrapper {
      margin-top: 2rem; }
      @media screen and (max-width: 63.9375em) {
        body.node--type-veritas-page section .vision-wrapper .disclosure-wrapper, body.node--type-client-about section .vision-wrapper .disclosure-wrapper {
          margin-top: 0;
          margin-bottom: 2rem; } }
    body.node--type-veritas-page section .vision-wrapper .section-copy, body.node--type-client-about section .vision-wrapper .section-copy {
      padding: 0 0 4rem 0; }
    body.node--type-veritas-page section .vision-wrapper img.bookglasses, body.node--type-client-about section .vision-wrapper img.bookglasses {
      margin-top: -1.5rem;
      margin-left: -1rem;
      max-width: 55rem; }
      @media screen and (max-width: 39.9375em) {
        body.node--type-veritas-page section .vision-wrapper img.bookglasses, body.node--type-client-about section .vision-wrapper img.bookglasses {
          display: none; } }
    body.node--type-veritas-page section .vision-wrapper .disclosure, body.node--type-client-about section .vision-wrapper .disclosure {
      border-top: 0; }
    body.node--type-veritas-page section .vision-wrapper .background-image-drug-section, body.node--type-client-about section .vision-wrapper .background-image-drug-section {
      background-image: url("../images/redpills-bkg.png");
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 24.5rem;
      position: absolute;
      top: 0; }
    body.node--type-veritas-page section .vision-wrapper .box, body.node--type-client-about section .vision-wrapper .box {
      border-radius: 0;
      padding: 3rem;
      margin-top: -1.6rem;
      display: block; }
      body.node--type-veritas-page section .vision-wrapper .box:before, body.node--type-client-about section .vision-wrapper .box:before {
        display: none; }
      body.node--type-veritas-page section .vision-wrapper .box:after, body.node--type-client-about section .vision-wrapper .box:after {
        display: none; }
      body.node--type-veritas-page section .vision-wrapper .box.special, body.node--type-client-about section .vision-wrapper .box.special {
        top: -0.7rem;
        position: relative; }
      body.node--type-veritas-page section .vision-wrapper .box p, body.node--type-client-about section .vision-wrapper .box p {
        margin: 0;
        padding: 0; }
  body.node--type-veritas-page section .truscript-wrapper, body.node--type-client-about section .truscript-wrapper {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    margin: 0 0 11rem 0; }
    @media screen and (max-width: 39.9375em) {
      body.node--type-veritas-page section .truscript-wrapper, body.node--type-client-about section .truscript-wrapper {
        margin: 0 0 4rem 0 !important; } }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page section .truscript-wrapper h2, body.node--type-client-about section .truscript-wrapper h2 {
        text-align: center; } }
    body.node--type-veritas-page section .truscript-wrapper .section-copy, body.node--type-client-about section .truscript-wrapper .section-copy {
      padding: 4rem 0 4rem 0; }
    body.node--type-veritas-page section .truscript-wrapper .tabs-title > a, body.node--type-client-about section .truscript-wrapper .tabs-title > a {
      font-size: 1rem;
      font-weight: bold;
      font-family: 'oswald';
      color: #777; }
      @media screen and (max-width: 39.9375em) {
        body.node--type-veritas-page section .truscript-wrapper .tabs-title > a, body.node--type-client-about section .truscript-wrapper .tabs-title > a {
          padding: 0.5rem 1rem; } }
    body.node--type-veritas-page section .truscript-wrapper .tabs-title > a:focus, body.node--type-veritas-page section .truscript-wrapper .tabs-title > a[aria-selected='true'], body.node--type-client-about section .truscript-wrapper .tabs-title > a:focus, body.node--type-client-about section .truscript-wrapper .tabs-title > a[aria-selected='true'] {
      background-color: #777;
      color: #ffffff; }
    body.node--type-veritas-page section .truscript-wrapper .background-image-drug-section, body.node--type-client-about section .truscript-wrapper .background-image-drug-section {
      background-image: url("../images/redpills-bkg.png");
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 24.5rem;
      position: absolute;
      top: 0; }
    body.node--type-veritas-page section .truscript-wrapper .tabs-title > a:focus, body.node--type-veritas-page section .truscript-wrapper .tabs-title > a[aria-selected=true], body.node--type-client-about section .truscript-wrapper .tabs-title > a:focus, body.node--type-client-about section .truscript-wrapper .tabs-title > a[aria-selected=true] {
      background-color: #B26C69;
      color: #ffffff; }
    body.node--type-veritas-page section .truscript-wrapper .tabs-title > a, body.node--type-veritas-page section .truscript-wrapper section.section6 .tabs-title > a, body.node--type-client-about section .truscript-wrapper .tabs-title > a, body.node--type-client-about section .truscript-wrapper section.section6 .tabs-title > a {
      font-size: 1rem;
      font-weight: bold;
      font-family: 'oswald';
      color: #B26C69; }
    body.node--type-veritas-page section .truscript-wrapper .box, body.node--type-client-about section .truscript-wrapper .box {
      display: block;
      padding: 0; }
      @media screen and (max-width: 63.9375em) {
        body.node--type-veritas-page section .truscript-wrapper .box, body.node--type-client-about section .truscript-wrapper .box {
          padding: 1rem !important; } }
      body.node--type-veritas-page section .truscript-wrapper .box:hover:after, body.node--type-client-about section .truscript-wrapper .box:hover:after {
        opacity: 0; }
      body.node--type-veritas-page section .truscript-wrapper .box:hover:before, body.node--type-client-about section .truscript-wrapper .box:hover:before {
        opacity: 0; }
      body.node--type-veritas-page section .truscript-wrapper .box:hover p, body.node--type-client-about section .truscript-wrapper .box:hover p {
        padding: 0;
        margin: 0; }
      body.node--type-veritas-page section .truscript-wrapper .box.special, body.node--type-client-about section .truscript-wrapper .box.special {
        border-radius: 0;
        padding: 3rem;
        margin-top: -1.6rem; }
      body.node--type-veritas-page section .truscript-wrapper .box.large-6, body.node--type-client-about section .truscript-wrapper .box.large-6 {
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; }
        @media screen and (max-width: 39.9375em) {
          body.node--type-veritas-page section .truscript-wrapper .box.large-6, body.node--type-client-about section .truscript-wrapper .box.large-6 {
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            margin: 0.5rem 0; } }
    body.node--type-veritas-page section .truscript-wrapper .box, body.node--type-client-about section .truscript-wrapper .box {
      padding: 1rem; }
      body.node--type-veritas-page section .truscript-wrapper .box p, body.node--type-client-about section .truscript-wrapper .box p {
        padding: 0;
        margin: 0; }
      body.node--type-veritas-page section .truscript-wrapper .box:before, body.node--type-client-about section .truscript-wrapper .box:before {
        display: none; }
      body.node--type-veritas-page section .truscript-wrapper .box:after, body.node--type-client-about section .truscript-wrapper .box:after {
        display: none; }
    body.node--type-veritas-page section .truscript-wrapper img.laptop, body.node--type-client-about section .truscript-wrapper img.laptop {
      margin-top: -1.5rem;
      margin-left: -1rem;
      max-width: 44rem; }
      @media screen and (max-width: 39.9375em) {
        body.node--type-veritas-page section .truscript-wrapper img.laptop, body.node--type-client-about section .truscript-wrapper img.laptop {
          display: none; } }
    body.node--type-veritas-page section .truscript-wrapper .truscript_disclaimer, body.node--type-client-about section .truscript-wrapper .truscript_disclaimer {
      margin-top: 0;
      padding: 0;
      text-align: center; }
  body.node--type-veritas-page section .entertainment-content-wrapper, body.node--type-client-about section .entertainment-content-wrapper {
    background-image: url(../images/girls.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10rem 0; }
    body.node--type-veritas-page section .entertainment-content-wrapper.savers_direct, body.node--type-client-about section .entertainment-content-wrapper.savers_direct {
      background-image: url(../images/savers_direct/older_couple_shopping.jpg); }
    body.node--type-veritas-page section .entertainment-content-wrapper .box, body.node--type-client-about section .entertainment-content-wrapper .box {
      display: block;
      padding: 4rem; }
      body.node--type-veritas-page section .entertainment-content-wrapper .box p, body.node--type-client-about section .entertainment-content-wrapper .box p {
        padding: 0;
        margin: 0; }
      body.node--type-veritas-page section .entertainment-content-wrapper .box:before, body.node--type-client-about section .entertainment-content-wrapper .box:before {
        display: none; }
      body.node--type-veritas-page section .entertainment-content-wrapper .box:after, body.node--type-client-about section .entertainment-content-wrapper .box:after {
        display: none; }
  body.node--type-veritas-page section .header-section-wrapper, body.node--type-client-about section .header-section-wrapper {
    background-image: url(../images/header-bkg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0 0 0;
    position: static; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page section .header-section-wrapper .row, body.node--type-client-about section .header-section-wrapper .row {
        margin-top: -5rem; } }
    body.node--type-veritas-page section .header-section-wrapper .subheading, body.node--type-client-about section .header-section-wrapper .subheading {
      margin-bottom: 5rem; }
  body.node--type-veritas-page section .nurse-background-wrapper, body.node--type-client-about section .nurse-background-wrapper {
    padding: 10rem 0;
    background-image: url("../images/blue-bkg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page section .nurse-background-wrapper, body.node--type-client-about section .nurse-background-wrapper {
        text-align: center; } }
    body.node--type-veritas-page section .nurse-background-wrapper p.white, body.node--type-client-about section .nurse-background-wrapper p.white {
      margin-top: 1.5rem; }
    body.node--type-veritas-page section .nurse-background-wrapper .nurse, body.node--type-client-about section .nurse-background-wrapper .nurse {
      position: absolute;
      bottom: 0;
      left: 8rem;
      width: 30rem; }
      @media screen and (max-width: 63.9375em) {
        body.node--type-veritas-page section .nurse-background-wrapper .nurse, body.node--type-client-about section .nurse-background-wrapper .nurse {
          display: none; } }
    body.node--type-veritas-page section .nurse-background-wrapper .nurse, body.node--type-client-about section .nurse-background-wrapper .nurse {
      position: absolute;
      bottom: 0;
      left: 10rem; }
  body.node--type-veritas-page footer, body.node--type-client-about footer {
    background-color: #efefef;
    padding: 3rem 0;
    -ms-flex-align: center;
        align-items: center;
    padding: 3rem; }
    body.node--type-veritas-page footer .footer-disclosure, body.node--type-client-about footer .footer-disclosure {
      font-size: 0.8rem;
      padding: 0;
      margin: 0; }
  @media screen and (max-width: 63.9375em) {
    body.node--type-veritas-page .section5 .row.flex.flex-center, body.node--type-veritas-page .section6 .row.flex.flex-center, body.node--type-veritas-page .section7 .row.flex.flex-center, body.node--type-veritas-page .section8 .row.flex.flex-center, body.node--type-veritas-page .section9 .row.flex.flex-center, body.node--type-veritas-page .section10 .row.flex.flex-center, body.node--type-veritas-page .section11 .row.flex.flex-center, body.node--type-veritas-page footer .row.flex.flex-center, body.node--type-client-about .section5 .row.flex.flex-center, body.node--type-client-about .section6 .row.flex.flex-center, body.node--type-client-about .section7 .row.flex.flex-center, body.node--type-client-about .section8 .row.flex.flex-center, body.node--type-client-about .section9 .row.flex.flex-center, body.node--type-client-about .section10 .row.flex.flex-center, body.node--type-client-about .section11 .row.flex.flex-center, body.node--type-client-about footer .row.flex.flex-center {
      padding: 3rem 0;
      display: block;
      text-align: center; } }
  @media screen and (max-width: 39.9375em) {
    body.node--type-veritas-page .hearingCare, body.node--type-client-about .hearingCare {
      display: none; } }
  @media screen and (max-width: 39.9375em) {
    body.node--type-veritas-page .mom, body.node--type-veritas-page .travel-img, body.node--type-veritas-page .prayer-img, body.node--type-client-about .mom, body.node--type-client-about .travel-img, body.node--type-client-about .prayer-img {
      display: none; } }
  body.node--type-veritas-page.section5, body.node--type-client-about.section5 {
    padding: 0rem; }
    @media screen and (max-width: 63.9375em) {
      body.node--type-veritas-page.section5, body.node--type-client-about.section5 {
        padding: 1rem; } }
  body.node--type-veritas-page.section7, body.node--type-client-about.section7 {
    padding: 3rem 0; }
    @media screen and (max-width: 39.9375em) {
      body.node--type-veritas-page.section7, body.node--type-client-about.section7 {
        padding: 0; } }
    body.node--type-veritas-page.section7 table tbody, body.node--type-client-about.section7 table tbody {
      border: none; }
      body.node--type-veritas-page.section7 table tbody tr, body.node--type-client-about.section7 table tbody tr {
        border: none; }
      body.node--type-veritas-page.section7 table tbody td, body.node--type-client-about.section7 table tbody td {
        border: none;
        padding: 0.3rem 0; }
        @media screen and (max-width: 39.9375em) {
          body.node--type-veritas-page.section7 table tbody td, body.node--type-client-about.section7 table tbody td {
            padding: 0;
            text-align: center; } }
  body.node--type-veritas-page .section9, body.node--type-veritas-page .section10, body.node--type-veritas-page .section11, body.node--type-veritas-page .section12, body.node--type-client-about .section9, body.node--type-client-about .section10, body.node--type-client-about .section11, body.node--type-client-about .section12 {
    padding: 3rem 0; }
    @media screen and (max-width: 39.9375em) {
      body.node--type-veritas-page .section9, body.node--type-veritas-page .section10, body.node--type-veritas-page .section11, body.node--type-veritas-page .section12, body.node--type-client-about .section9, body.node--type-client-about .section10, body.node--type-client-about .section11, body.node--type-client-about .section12 {
        padding: 1rem; } }
  body.node--type-veritas-page .section11, body.node--type-client-about .section11 {
    padding-bottom: 0; }
  body.node--type-veritas-page section.section9, body.node--type-client-about section.section9 {
    padding-top: 7rem; }
    @media screen and (max-width: 39.9375em) {
      body.node--type-veritas-page section.section9, body.node--type-client-about section.section9 {
        padding: 0; } }
  body.node--type-veritas-page section.section12 img, body.node--type-client-about section.section12 img {
    width: 70%;
    margin-top: -4rem; }

.pharmacy-search_page form input.input {
  height: 4.0625rem;
  padding-left: 1rem !important;
  border: 0;
  margin-bottom: 0; }

.pharmacy-search_page .searched-zip-bar {
  background: #8e9eab;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #edeeef, #8e9eab);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 1rem 0 1rem 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 1px; }

.searchedzip_wrapper {
  padding: 0rem; }
  .searchedzip_wrapper h5 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
    color: #444444; }

.pharmacy_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .pharmacy_box .pharmacyMainInfo {
    min-width: 50%;
    max-width: 50%; }
  .pharmacy_box p {
    margin: 0;
    padding: 0;
    color: #a0a0a0;
    font-size: 0.9rem; }
    .pharmacy_box p span {
      display: block; }
    .pharmacy_box p span.miniTitle {
      font-weight: 700;
      display: block;
      margin-top: 0.5rem;
      color: #454545; }
  .pharmacy_box .pharmacyName {
    padding: 0.3rem 0;
    text-transform: capitalize;
    color: #27b999;
    font-size: 1.3rem;
    margin-bottom: 0;
    line-height: 1rem; }
  .pharmacy_box .pharmacyAddress, .pharmacy_box .pharmacyCity {
    padding: 0;
    margin: 0;
    float: left; }
  .pharmacy_box .pharmacyCity {
    display: block; }
  .pharmacy_box .pharmacyHours {
    margin-right: 1rem;
    min-width: 25%;
    max-width: 25%;
    display: block; }
  .pharmacy_box .pharmacyPhone {
    min-width: 25%;
    max-width: 25%;
    display: block; }

form#pharmacySearch {
  padding: 2rem 1rem; }
  form#pharmacySearch input.zipcode {
    background-color: #fff;
    opacity: 1; }
  form#pharmacySearch .button {
    margin: 0;
    padding: 1.3rem; }

.pharmacy-heading, .pharmacy-subheading {
  color: #fff;
  font-weight: 700;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px; }

.pharmacy-heading {
  font-size: 3rem;
  margin-bottom: 0; }

.pharmacy-subheading {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.pharmacy-search-form_wrapper {
  background-color: #27b999;
  background-image: url("/themes/anakin/images/pharmacy-search-bkg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5rem 0;
  position: relative;
  z-index: 1; }

.pharmacy-results_wrapper {
  min-height: 10rem;
  padding: 0rem 0;
  opacity: 0; }

ul.pharmacies {
  margin-top: 1rem; }
  ul.pharmacies li.pharmacy {
    width: 100%;
    padding: 1rem;
    border-bottom: #fff solid thin;
    list-style-type: none; }
    ul.pharmacies li.pharmacy .fa-map-marker {
      font-size: 1.5rem;
      color: #777;
      margin-right: 0.5rem; }

body.section-telemed, body.telemed {
  background-image: url("/themes/anakin/images/abstract-background.jpg");
  background-size: cover;
  background-position: 0 49%;
  background-repeat: no-repeat;
  background-color: #ffffff; }
  body.section-telemed .disclosures, body.telemed .disclosures {
    padding: 1rem 0; }
    body.section-telemed .disclosures p, body.section-telemed .disclosures li, body.telemed .disclosures p, body.telemed .disclosures li {
      color: #aeaeae;
      font-size: 0.8rem;
      padding: 0;
      margin: 0; }
    body.section-telemed .disclosures li, body.telemed .disclosures li {
      list-style-type: none; }
  body.section-telemed .navigation, body.section-telemed footer, body.telemed .navigation, body.telemed footer {
    display: -ms-flexbox;
    display: flex;
    padding: 0 3rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: rgba(0, 0, 0, 0.1) solid thin;
    -ms-flex-align: center;
        align-items: center;
    background-color: #454545; }
    body.section-telemed .navigation .copyright, body.section-telemed footer .copyright, body.telemed .navigation .copyright, body.telemed footer .copyright {
      color: #ffffff; }
    body.section-telemed .navigation ul, body.section-telemed footer ul, body.telemed .navigation ul, body.telemed footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body.section-telemed .navigation ul li, body.section-telemed footer ul li, body.telemed .navigation ul li, body.telemed footer ul li {
        display: inline-block;
        list-style-type: none; }
        body.section-telemed .navigation ul li a, body.section-telemed footer ul li a, body.telemed .navigation ul li a, body.telemed footer ul li a {
          padding: 1rem;
          display: block;
          color: #fff;
          font-weight: 600; }
  @media all and (max-width: 1000px) {
    body.section-telemed .navigation ul, body.telemed .navigation ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    body.section-telemed .navigation li, body.telemed .navigation li {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
    body.section-telemed .navigation .user, body.telemed .navigation .user {
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%; } }
  @media all and (max-width: 480px) {
    body.section-telemed .navigation li, body.telemed .navigation li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  @media all and (max-width: 480px) {
    body.section-telemed .navigation li, body.telemed .navigation li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    body.section-telemed .navigation .user, body.telemed .navigation .user {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  body.section-telemed .button-wrapper, body.telemed .button-wrapper {
    padding: 2rem 0; }
  body.section-telemed h3.price, body.telemed h3.price {
    padding: 1rem 0 0 0;
    margin: 0;
    font-size: 1.3rem; }
  body.section-telemed .billed, body.telemed .billed {
    font-size: 0.9rem;
    padding: 0 0 1.5rem 0;
    font-style: italic; }
  body.section-telemed .faqs, body.telemed .faqs {
    padding: 3rem 0; }
    body.section-telemed .faqs h3.content-heading, body.telemed .faqs h3.content-heading {
      margin-bottom: 3rem; }
    body.section-telemed .faqs h5, body.section-telemed .faqs p, body.telemed .faqs h5, body.telemed .faqs p {
      padding: 0;
      margin: 0; }
  body.section-telemed .access-includes .non-highlight-boxes, body.telemed .access-includes .non-highlight-boxes {
    text-align: center;
    border-radius: 0.5rem;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    position: relative; }
    body.section-telemed .access-includes .non-highlight-boxes .benefit-info-wrapper, body.telemed .access-includes .non-highlight-boxes .benefit-info-wrapper {
      padding: 1rem 2rem; }
      body.section-telemed .access-includes .non-highlight-boxes .benefit-info-wrapper .benefit-info, body.telemed .access-includes .non-highlight-boxes .benefit-info-wrapper .benefit-info {
        color: #454545;
        padding: 0 0 1rem 0; }
    body.section-telemed .access-includes .non-highlight-boxes h4, body.telemed .access-includes .non-highlight-boxes h4 {
      color: #454545;
      font-weight: 700;
      padding: 0;
      margin: 0 0 0.3rem 0;
      font-size: 1.2rem; }
  body.section-telemed .reveal-modal p span, body.telemed .reveal-modal p span {
    font-weight: 700; }
  body.section-telemed .reveal-modal .modal-btn, body.telemed .reveal-modal .modal-btn {
    margin: 1rem 0; }
  body.section-telemed .reveal-modal .image, body.telemed .reveal-modal .image {
    margin-bottom: 0;
    max-width: 35%;
    margin: 1rem 0 1rem 1rem; }
    body.section-telemed .reveal-modal .image.right, body.telemed .reveal-modal .image.right {
      float: right; }
  body.section-telemed .reveal-modal .icon, body.telemed .reveal-modal .icon {
    width: 100%;
    height: 80%; }
  body.section-telemed .reveal-modal ul, body.telemed .reveal-modal ul {
    margin: 0 0 0 1rem; }
    body.section-telemed .reveal-modal ul li, body.telemed .reveal-modal ul li {
      font-size: 0.9rem;
      line-height: 1.3rem;
      list-style-type: circle; }
  body.section-telemed .register-btn.large.btn.primary, body.telemed .register-btn.large.btn.primary {
    padding: 0rem 2rem !important;
    font-weight: 700;
    color: #ffffff;
    margin: 1rem 0; }
    body.section-telemed .register-btn.large.btn.primary:hover, body.telemed .register-btn.large.btn.primary:hover {
      cursor: pointer;
      background-color: #aaa !important;
      border: none; }
  body.section-telemed .icon, body.telemed .icon {
    width: 50px;
    height: 50px; }
  body.section-telemed button.seePlan.large.btn.secondary, body.section-telemed button.seeMore.large.btn.secondary, body.section-telemed a.seeMore.large.btn.secondary, body.telemed button.seePlan.large.btn.secondary, body.telemed button.seeMore.large.btn.secondary, body.telemed a.seeMore.large.btn.secondary {
    padding: 0rem 2rem !important;
    font-weight: 700;
    color: #ffffff;
    margin: 1rem 0;
    border: none; }
    body.section-telemed button.seePlan.large.btn.secondary:hover, body.section-telemed button.seeMore.large.btn.secondary:hover, body.section-telemed a.seeMore.large.btn.secondary:hover, body.telemed button.seePlan.large.btn.secondary:hover, body.telemed button.seeMore.large.btn.secondary:hover, body.telemed a.seeMore.large.btn.secondary:hover {
      cursor: pointer;
      background-color: #aaa !important;
      border: none; }
  body.section-telemed .seeMore.small.primary.btn, body.telemed .seeMore.small.primary.btn {
    padding: 0rem 2rem !important;
    font-weight: 700;
    color: #ffffff;
    margin: 1rem 0; }
    body.section-telemed .seeMore.small.primary.btn.small, body.telemed .seeMore.small.primary.btn.small {
      font-size: 0.9rem;
      padding: 0.5rem 0; }
    body.section-telemed .seeMore.small.primary.btn:hover, body.telemed .seeMore.small.primary.btn:hover {
      cursor: pointer;
      background-color: #aaa !important;
      border: none; }
  body.section-telemed .access-includes, body.telemed .access-includes {
    margin-top: 19rem;
    padding: 0rem 0;
    position: relative; }
  body.section-telemed .town, body.telemed .town {
    position: absolute;
    top: -18rem;
    right: 0; }
  body.section-telemed .constant-title, body.telemed .constant-title {
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 2.5rem;
    letter-spacing: -0.1rem; }
    body.section-telemed .constant-title span, body.telemed .constant-title span {
      color: #2199e8; }
  body.section-telemed .about-trubenefit, body.telemed .about-trubenefit {
    margin: 3rem 0 0 0;
    padding: 5rem 0;
    background-image: url("/themes/anakin/images/teamwork.png");
    background-size: cover;
    background-color: #efefef;
    background-position: 50% 50%; }
    body.section-telemed .about-trubenefit h3, body.telemed .about-trubenefit h3 {
      text-align: left;
      color: #ffffff;
      margin-bottom: 1rem; }
    body.section-telemed .about-trubenefit ul, body.telemed .about-trubenefit ul {
      margin-bottom: 1rem; }
      body.section-telemed .about-trubenefit ul li, body.telemed .about-trubenefit ul li {
        font-size: 0.9rem; }
    body.section-telemed .about-trubenefit h4, body.telemed .about-trubenefit h4 {
      padding: 1rem 0; }
  body.section-telemed .navbar.transparent ul li:hover > a, body.section-telemed .gumby-touch .navbar ul li.active > a, body.telemed .navbar.transparent ul li:hover > a, body.telemed .gumby-touch .navbar ul li.active > a {
    background: transparent; }
  body.section-telemed .navbar.transparent ul li:hover > a, body.telemed .navbar.transparent ul li:hover > a {
    background: transparent; }
  body.section-telemed .relative, body.telemed .relative {
    position: relative; }
  body.section-telemed .benefits-wrapper, body.telemed .benefits-wrapper {
    margin-top: 3rem; }
  body.section-telemed .callout-wrapper-doctor, body.telemed .callout-wrapper-doctor {
    margin-bottom: 5.5rem;
    margin-top: 1.5rem; }
  body.section-telemed .vector-doctor, body.telemed .vector-doctor {
    position: absolute;
    z-index: 1;
    width: 4rem; }
  body.section-telemed .top-row, body.telemed .top-row {
    padding-top: 3rem; }
  body.section-telemed h1, body.section-telemed h2, body.section-telemed h3, body.section-telemed h4, body.section-telemed h5, body.section-telemed h6, body.section-telemed p, body.section-telemed li, body.section-telemed a, body.telemed h1, body.telemed h2, body.telemed h3, body.telemed h4, body.telemed h5, body.telemed h6, body.telemed p, body.telemed li, body.telemed a {
    font-family: 'Open Sans', sans-serif; }
  body.section-telemed a.go, body.telemed a.go {
    width: 45px;
    height: 45px;
    margin-left: 0.75rem; }
  body.section-telemed h1, body.telemed h1 {
    font-weight: 800;
    font-size: 4rem; }
  body.section-telemed h2, body.telemed h2 {
    font-size: 1.5rem;
    line-height: 2.5rem; }
    body.section-telemed h2 span, body.telemed h2 span {
      font-weight: 600;
      color: #2199e8; }
  body.section-telemed h3, body.telemed h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 0.5rem 0;
    margin: 0;
    z-index: 2;
    position: relative;
    text-align: center;
    color: #666;
    padding: 3rem 0 0 0;
    letter-spacing: -0.02rem;
    position: relative; }
    body.section-telemed h3.speaknow, body.telemed h3.speaknow {
      padding: 0; }
  body.section-telemed h4, body.telemed h4 {
    font-weight: 700;
    font-size: 1rem; }
  body.section-telemed p.highlight-text, body.telemed p.highlight-text {
    font-size: 1rem;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0.3rem 0;
    z-index: 2;
    position: relative; }
  body.section-telemed .callout-wrapper, body.telemed .callout-wrapper {
    margin-top: 3rem; }
  body.section-telemed .subheading, body.telemed .subheading {
    font-size: 27px;
    font-weight: 500;
    color: #9C9999; }
  body.section-telemed .navbar.transparent.fixed, body.telemed .navbar.transparent.fixed {
    background-color: transparent;
    box-shadow: none; }
    body.section-telemed .navbar.transparent.fixed ul, body.telemed .navbar.transparent.fixed ul {
      background-color: transparent; }
      body.section-telemed .navbar.transparent.fixed ul li .dropdown, body.telemed .navbar.transparent.fixed ul li .dropdown {
        background: rgba(200, 200, 200, 0.8); }
        body.section-telemed .navbar.transparent.fixed ul li .dropdown li a, body.telemed .navbar.transparent.fixed ul li .dropdown li a {
          color: #000000; }
      body.section-telemed .navbar.transparent.fixed ul li:hover ul li a, body.telemed .navbar.transparent.fixed ul li:hover ul li a {
        background-color: transparent; }
      body.section-telemed .navbar.transparent.fixed ul li:hover ul li:hover, body.telemed .navbar.transparent.fixed ul li:hover ul li:hover {
        background-color: transparent; }
        body.section-telemed .navbar.transparent.fixed ul li:hover ul li:hover a, body.telemed .navbar.transparent.fixed ul li:hover ul li:hover a {
          background-color: transparent; }
      body.section-telemed .navbar.transparent.fixed ul li a, body.telemed .navbar.transparent.fixed ul li a {
        color: #454545;
        padding: 0 0.5rem;
        text-transform: capitalize; }
        body.section-telemed .navbar.transparent.fixed ul li a:hover, body.telemed .navbar.transparent.fixed ul li a:hover {
          background-color: transparent;
          text-decoration: underline; }
  body.section-telemed .homepage-input, body.telemed .homepage-input {
    width: 80%; }
  body.section-telemed #searchNow, body.telemed #searchNow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  body.section-telemed .home-drug-search-btn, body.telemed .home-drug-search-btn {
    color: #fefefe;
    height: 3.4rem;
    font-weight: 700;
    margin-bottom: 0;
    border: rgba(255, 255, 255, 0.2) solid thin;
    margin-left: 0;
    width: 20%; }
    body.section-telemed .home-drug-search-btn:hover, body.telemed .home-drug-search-btn:hover {
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.2) !important; }

.about-trubenefit {
  margin: 3rem 0 0 0;
  padding: 5rem 0;
  background-image: url("/themes/anakin/images/teamwork.png");
  background-size: cover;
  background-color: #efefef;
  background-position: 50% 50%; }
  .about-trubenefit h3 {
    text-align: left;
    color: #ffffff;
    margin-bottom: 1rem; }
  .about-trubenefit ul {
    margin-bottom: 1rem; }
    .about-trubenefit ul li {
      font-size: 0.9rem; }
  .about-trubenefit h4 {
    padding: 1rem 0; }

body.page-node-82 {
  height: auto; }
  body.page-node-82 div.row.logged-in.benefits-row:last-child {
    margin-bottom: 3rem; }
  body.page-node-82 .logged-in-benefits-wrapper {
    margin: 1rem 0 3rem 0; }
  body.page-node-82 ul.primary {
    border: none; }
  body.page-node-82 select {
    background-image: url("/sites/all/themes/doge/img/select-down-arrow.png");
    background-origin: content-box;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out; }
  body.page-node-82 .homepage2-logo-wrapper {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 3.8rem; }
  body.page-node-82 .homepage2-logo {
    max-width: 55%; }
  body.page-node-82 a.read-more {
    color: #fefefe;
    text-decoration: underline; }
  body.page-node-82 .white {
    color: #fefefe; }
  body.page-node-82 .heading-wrapper-box {
    background-color: #ededed;
    width: 100%;
    padding: 7rem 0;
    background-image: url("/sites/all/themes/doge/img/bike.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    body.page-node-82 .heading-wrapper-box p {
      font-size: 1rem;
      font-weight: 600; }
    body.page-node-82 .heading-wrapper-box .a-logo {
      font-size: 3rem;
      font-weight: 700;
      margin-top: 3rem;
      color: #fefefe; }
      body.page-node-82 .heading-wrapper-box .a-logo span {
        color: #2199e8; }
  body.page-node-82 #searchNow {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  body.page-node-82 .footer-bkg {
    position: absolute;
    background-image: url("/sites/all/themes/doge/img/bottom-bkg.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 50rem;
    width: 100%;
    height: 40rem;
    z-index: -1; }
  body.page-node-82 .footer {
    margin: 4rem 0 0 0; }
    body.page-node-82 .footer.not-logged-in {
      margin: 0 0 0 0; }
  body.page-node-82 .homepage-search_wrapper {
    text-align: center;
    border-radius: 0.5rem;
    padding: 2rem 4rem 3rem 4rem !important;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #fefefe;
    position: relative;
    background-color: #777;
    margin-top: -4rem;
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px 0px; }
    body.page-node-82 .homepage-search_wrapper h3 {
      font-weight: 700; }
    body.page-node-82 .homepage-search_wrapper p.benefit-info {
      color: #8a8a8a; }
      body.page-node-82 .homepage-search_wrapper p.benefit-info span {
        color: #2199e8; }
    body.page-node-82 .homepage-search_wrapper input {
      box-shadow: rgba(0, 0, 0, 0.1) inset 0px 0px 1px 1px;
      border: rgba(0, 0, 0, 0.1) solid thin; }
  body.page-node-82 .home-drug-search-btn {
    color: #fefefe;
    height: 3.4rem;
    font-weight: 700;
    margin-bottom: 0;
    border: rgba(255, 255, 255, 0.2) solid thin; }
    body.page-node-82 .home-drug-search-btn:hover {
      cursor: pointer;
      background-color: rgba(55, 55, 55, 0.3) !important; }
  body.page-node-82 .recent-searches-title {
    color: #fefefe;
    font-size: 1rem;
    padding: 0.5rem 0;
    margin: 0; }
  body.page-node-82 .recent-searches-list {
    list-style-type: none; }
    body.page-node-82 .recent-searches-list li {
      list-style-type: none;
      display: inline-block; }
      body.page-node-82 .recent-searches-list li:last-child a:after {
        content: '';
        display: none; }
      body.page-node-82 .recent-searches-list li:last-child a {
        padding-right: 0; }
      body.page-node-82 .recent-searches-list li a {
        color: #fefefe;
        font-size: 0.8rem;
        padding: 0.5rem 0.5rem 0.5rem 0;
        float: left; }
        body.page-node-82 .recent-searches-list li a:after {
          content: '|';
          padding-left: 0.5rem; }
        body.page-node-82 .recent-searches-list li a:hover {
          text-decoration: underline; }
  body.page-node-82 input.homepage-input {
    padding-left: 1rem !important;
    border: 0;
    margin-bottom: 0;
    border: #eaeaea solid thin;
    font-size: 1.1rem;
    padding: 1rem; }
    body.page-node-82 input.homepage-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #777; }
    body.page-node-82 input.homepage-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #777; }
    body.page-node-82 input.homepage-input::-ms-input-placeholder {
      /* IE 10+ */
      color: #777; }
    body.page-node-82 input.homepage-input::-moz-placeholder {
      /* Firefox 18- */
      color: #777; }
  body.page-node-82 .homepage-search_wrapper {
    padding: 2.8125rem 0; }
  body.page-node-82 .highlight-row {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  body.page-node-82 a.white:hover {
    text-decoration: underline; }
  body.page-node-82 .non-highlight-boxes {
    text-align: center;
    border-radius: 0.5rem;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    position: relative; }
    body.page-node-82 .non-highlight-boxes.not-logged-in {
      background-color: transparent;
      color: #454545; }
    body.page-node-82 .non-highlight-boxes h4 {
      color: #ffffff;
      font-weight: 700;
      padding: 0;
      margin: 0 0 0.3rem 0;
      font-size: 1.2rem; }
    body.page-node-82 .non-highlight-boxes .benefit-info-wrapper {
      padding: 2rem 2rem;
      text-align: center; }
    body.page-node-82 .non-highlight-boxes .benefit-info {
      padding: 0;
      margin: 0;
      line-height: 1.3rem;
      font-size: 0.9rem; }
    body.page-node-82 .non-highlight-boxes .benefit-link {
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      float: left;
      padding: 0.5rem 0;
      color: #fefefe;
      font-weight: 700;
      border-radius: 0 0 0.5rem 0.5rem;
      font-size: 0.9rem;
      transition: all 0.2s ease-in-out; }
      body.page-node-82 .non-highlight-boxes .benefit-link:hover {
        background-color: rgba(255, 255, 255, 0.1); }
  body.page-node-82 .subheading {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 0 1rem 0; }
  body.page-node-82 .highlight-boxes {
    text-align: center;
    border-radius: 0.5rem;
    padding: 0;
    margin: 1rem;
    color: #fefefe;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 4px 2px; }
    body.page-node-82 .highlight-boxes .benefit-info-wrapper {
      padding: 1rem 2rem 1rem 7rem; }
    body.page-node-82 .highlight-boxes h3 {
      color: #fefefe;
      text-align: left;
      font-weight: 700;
      padding: 0;
      margin: 0 0 0.4rem 0;
      text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
      font-size: 1.2rem; }
    body.page-node-82 .highlight-boxes.red {
      background-color: #D0021B; }
    body.page-node-82 .highlight-boxes.yellow {
      background-color: #F5A623; }
    body.page-node-82 .highlight-boxes .benefit-svg {
      float: left;
      position: absolute;
      left: 0;
      top: 0; }
      body.page-node-82 .highlight-boxes .benefit-svg.doc-img {
        left: 2rem;
        width: 16%;
        top: -1.8rem; }
      body.page-node-82 .highlight-boxes .benefit-svg.pill-img {
        left: -0.7rem;
        width: 33%; }
    body.page-node-82 .highlight-boxes .benefit-info {
      text-align: left;
      padding: 0;
      margin: 0;
      line-height: 1rem; }
    body.page-node-82 .highlight-boxes .benefit-link {
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      float: left;
      padding: 0.75rem 1rem;
      color: #ffffff;
      font-weight: 700;
      letter-spacing: 0.2rem;
      border-radius: 0 0 0.5rem 0.5rem; }
      body.page-node-82 .highlight-boxes .benefit-link:hover {
        background-color: rgba(255, 255, 255, 0.3); }
  body.page-node-82 .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center; }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 10px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }
  .ui-autocomplete .ui-menu-item-wrapper, .ui-autocomplete .ui-state-active {
    display: block;
    padding: 10px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap; }
    .ui-autocomplete .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-state-active:hover {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }
    .ui-autocomplete .ui-menu-item-wrapper:focus, .ui-autocomplete .ui-state-active:focus {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }
    .ui-autocomplete .ui-menu-item-wrapper:active, .ui-autocomplete .ui-state-active:active {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }
  .ui-autocomplete .ui-state-active {
    color: #ffffff;
    box-shadow: none;
    border: 0; }
  .ui-autocomplete .ui-state-focus {
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    border: 0; }
    .ui-autocomplete .ui-state-focus:hover {
      color: #ffffff;
      box-shadow: none;
      border: 0; }
    .ui-autocomplete .ui-state-focus:focus {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }
    .ui-autocomplete .ui-state-focus:active {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }

#autocomplete li.selected {
  background-color: #428bca;
  color: green; }

ul.ui-autocomplete.primary {
  overflow-y: scroll;
  max-height: 15rem;
  padding: 0;
  border-radius: 0; }
  ul.ui-autocomplete.primary li {
    position: relative; }
  ul.ui-autocomplete.primary .ui-menu-item:nth-child(6):after, ul.ui-autocomplete.primary .ui-state-focus:nth-child(6):after {
    content: "\f358";
    position: absolute;
    right: 1rem;
    top: -1.8rem;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.1rem;
    color: #454545; }

/*************************** DRUG SEARCH ****************************/
#drugSearch select#quantity_dropdown {
  margin-bottom: 0; }

#drugSearch .content {
  padding: 2rem 2rem 3rem 2rem;
  width: 85%;
  max-height: 85%; }
  #drugSearch .content .modal-title {
    text-align: center; }
  #drugSearch .content i.fa {
    display: none; }

#drugSearch label {
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 0 0.5rem 0; }

#drugSearch select {
  border: rgba(0, 0, 0, 0.2) solid thin;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
  color: #aaa;
  -moz-appearance: none !important; }
  #drugSearch select:hover {
    color: #555;
    border: #27b999 solid thin;
    background-color: #ffffff; }
  #drugSearch select:focus {
    border: #27b999 solid thin;
    outline: auto 0px -webkit-focus-ring-color;
    background-color: #ffffff; }

.get_pricing_wrapper {
  margin-top: 2.5rem; }

.customQuantity-input {
  display: none;
  border: rgba(0, 0, 0, 0.2) solid thin;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 0.5rem;
  color: #aaa; }

.custom_quantity_btn a {
  font-size: 0.8rem;
  margin: 0.2rem 0 0 0;
  float: left; }

#zipcode-change {
  padding: 2rem; }
  #zipcode-change input.zip_code {
    margin-bottom: 0 !important; }

.error-curtain {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 500000; }

.error-wrapper {
  position: absolute;
  top: 20%;
  left: 10%;
  bottom: 20%;
  right: 10%;
  background-color: white;
  padding: 20px; }

.error-message {
  height: 70%; }

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

.customQuantity-input:hover {
  color: black; }

#drugSearch.reveal.docked {
  visibility: visible;
  opacity: 1;
  position: relative;
  background: none;
  z-index: 1; }

#drugSearch.reveal.docked > .content[style] {
  visibility: visible;
  opacity: 1;
  padding: 0;
  width: 100%;
  /*margin-top: 0 !important;*/ }

#drugSearch.reveal.docked .content {
  background-color: #fcfcfc; }

#drugSearch.reveal.docked label {
  font-size: 0.9rem; }

#drugSearch.reveal.docked > .content > .close {
  visibility: hidden;
  display: none;
  opacity: 0; }

#drugSearch.reveal.docked > .content > .primary > div > div > .configuration {
  display: none; }

#drugSearch.reveal.docked > .content > .primary > div > div.row > div.six {
  width: 100%; }

#drugSearch.reveal.docked .seven.centered.columns.get-pricing-button_wrapper {
  width: 100%;
  margin-left: 0; }

#drugSearch.reveal.docked .pricing-disclaimer {
  text-align: left;
  padding: 0;
  margin: 0; }

#drugSearch.reveal.docked .showIntro {
  display: none; }

#drugSearch.reveal .pricing-disclaimer {
  margin: 0.5rem 0 1rem 0;
  padding: 0.5rem;
  font-size: 0.8rem; }

#drugSearch.reveal select.highlightMe {
  border: #3288e6 solid medium; }

.noQuote {
  position: absolute;
  z-index: 999;
  left: 2rem;
  top: 1rem;
  font-weight: 600;
  padding: 0;
  font-size: 0.9rem;
  color: #f6b83f; }

.noQuote:hover {
  color: #f6b83f;
  text-decoration: underline; }

.showIntro {
  position: absolute;
  z-index: 999;
  left: 2rem;
  bottom: 1rem;
  font-weight: 600;
  padding: 0;
  color: #d04526;
  font-size: 0.9rem; }

.btn.disabled {
  background-color: #dadada; }

.showIntro:hover {
  text-decoration: underline;
  color: #d04526; }

.get-pricing-button_wrapper .btn.disabled {
  position: absolute;
  right: -9999rem; }

.button-disabled {
  width: 100%;
  background-color: #aaa;
  text-align: center;
  padding: 0.5rem; }

.hiddenSearch {
  color: #606060; }

.shepherd-button.endTour {
  background-color: transparent !important;
  color: #808080 !important; }

@media (max-width: 920px) {
  .showIntro {
    left: 0 !important;
    top: 0rem !important;
    padding: 0.3rem !important; } }

@media (max-width: 768px) {
  .showIntro, .noQuote {
    display: none; } }

#drugSearch.unquotable select[disabled="disabled"], #drugSearch.unquotable input[disabled="disabled"] {
  pointer-events: none;
  opacity: 0.3; }

#drugSearch.unquotable select#variant_dropdown {
  border-color: red; }

#drugSearch.unquotable .quote-warning-text {
  padding: 0.5rem 0; }

#drugSearch.unquotable .fa {
  display: inline-block !important; }

#drugSearch.unquotable .unquotable-warning-icon {
  color: red;
  float: left;
  margin-right: 0.5rem;
  padding: 0;
  line-height: initial;
  margin-bottom: 0;
  position: relative;
  bottom: -0.3rem; }

#drugSearch.reveal.unquotable > .content > .primary > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > i.unquotable-warning-icon {
  display: block;
  position: absolute;
  top: 4px;
  left: 146px;
  font-size: 20px;
  color: red;
  cursor: help; }

#drugSearch.reveal div.get_error_explination_wrapper {
  display: none; }

#drugSearch.reveal div.get_pricing_wrapper {
  display: block; }

#drugSearch.reveal.unquotable div.get_error_explination_wrapper {
  display: block; }

#drugSearch.reveal.unquotable div.get_pricing_wrapper {
  display: none; }

#drugSearch .quote-warning-text {
  padding: 0;
  margin: 1rem 0 0 0;
  color: red;
  font-weight: 700; }

.customQuantity-input:hover {
  color: black; }

.drug-search-filter-intro_wrapper {
  position: absolute;
  bottom: 0;
  right: 0; }

.pharmacist {
  max-width: 15rem;
  pointer-events: none; }

.showIntro {
  position: absolute;
  z-index: 9999;
  left: 5rem;
  bottom: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 0.9rem; }

.showIntro:hover {
  text-decoration: underline;
  color: #ffffff; }

.btn.primary.searchIt {
  padding: 0rem 2rem !important;
  color: #ffffff;
  font-weight: 700; }
  .btn.primary.searchIt:hover {
    cursor: pointer;
    background-color: white;
    border: #454545 solid thin;
    color: #454545; }

body.node--type-american-advantage-programs {
  background-image: url("/themes/anakin/images/abstract-background.jpg");
  background-size: cover;
  background-position: 0 49%;
  background-repeat: no-repeat;
  background-color: #ffffff; }
  body.node--type-american-advantage-programs .button.primary {
    background-color: #0B6097;
    font-weight: 600; }
  body.node--type-american-advantage-programs .disclosures {
    padding: 1rem 0; }
    body.node--type-american-advantage-programs .disclosures p, body.node--type-american-advantage-programs .disclosures li {
      color: #aeaeae;
      font-size: 0.8rem;
      padding: 0;
      margin: 0; }
    body.node--type-american-advantage-programs .disclosures li {
      list-style-type: none; }
  body.node--type-american-advantage-programs .navigation, body.node--type-american-advantage-programs footer {
    display: -ms-flexbox;
    display: flex;
    padding: 0 3rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: rgba(0, 0, 0, 0.1) solid thin;
    -ms-flex-align: center;
        align-items: center;
    background-color: #454545; }
    body.node--type-american-advantage-programs .navigation .copyright, body.node--type-american-advantage-programs footer .copyright {
      color: #ffffff; }
    body.node--type-american-advantage-programs .navigation ul, body.node--type-american-advantage-programs footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body.node--type-american-advantage-programs .navigation ul li, body.node--type-american-advantage-programs footer ul li {
        display: inline-block;
        list-style-type: none; }
        body.node--type-american-advantage-programs .navigation ul li a, body.node--type-american-advantage-programs footer ul li a {
          padding: 1rem;
          display: block;
          color: #fff;
          font-weight: 600; }
  @media all and (max-width: 1000px) {
    body.node--type-american-advantage-programs .navigation ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    body.node--type-american-advantage-programs .navigation li {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
    body.node--type-american-advantage-programs .navigation .user {
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%; } }
  @media all and (max-width: 480px) {
    body.node--type-american-advantage-programs .navigation li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  @media all and (max-width: 480px) {
    body.node--type-american-advantage-programs .navigation li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    body.node--type-american-advantage-programs .navigation .user {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  body.node--type-american-advantage-programs h3.price {
    padding: 1rem 0 0 0;
    margin: 0;
    font-size: 1.3rem; }
  body.node--type-american-advantage-programs .billed {
    font-size: 0.9rem;
    padding: 0 0 1.5rem 0;
    font-style: italic; }
  body.node--type-american-advantage-programs .faqs {
    padding: 3rem 0; }
    body.node--type-american-advantage-programs .faqs h3.content-heading {
      margin-bottom: 3rem; }
    body.node--type-american-advantage-programs .faqs h5, body.node--type-american-advantage-programs .faqs p {
      padding: 0;
      margin: 0; }
  body.node--type-american-advantage-programs .access-includes .non-highlight-boxes {
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 0;
    color: #ffffff;
    position: relative; }
    body.node--type-american-advantage-programs .access-includes .non-highlight-boxes .plan-name, body.node--type-american-advantage-programs .access-includes .non-highlight-boxes .sub-plan-name {
      font-size: 0.9rem;
      color: #fff;
      padding: 0 0 1rem 0;
      margin: 0; }
    body.node--type-american-advantage-programs .access-includes .non-highlight-boxes .benefit-info-wrapper {
      padding: 2rem;
      background-color: #2199e8;
      border-radius: 2rem;
      position: relative;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 2px;
      border: white solid 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: inherit;
          align-items: inherit;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative; }
      body.node--type-american-advantage-programs .access-includes .non-highlight-boxes .benefit-info-wrapper img {
        position: absolute;
        right: 2rem; }
      body.node--type-american-advantage-programs .access-includes .non-highlight-boxes .benefit-info-wrapper .benefit-info {
        padding: 0 0 1rem 0; }
    body.node--type-american-advantage-programs .access-includes .non-highlight-boxes h4 {
      font-weight: 700;
      padding: 0;
      margin: 0 0 0.3rem 0;
      font-size: 1.2rem; }
  body.node--type-american-advantage-programs .reveal-modal p span {
    font-weight: 700; }
  body.node--type-american-advantage-programs .reveal-modal .modal-btn {
    margin: 1rem 0; }
  body.node--type-american-advantage-programs .reveal-modal .image {
    margin-bottom: 0;
    max-width: 35%;
    margin: 1rem 0 1rem 1rem; }
    body.node--type-american-advantage-programs .reveal-modal .image.right {
      float: right; }
  body.node--type-american-advantage-programs .reveal-modal .icon {
    width: 100%;
    height: 80%; }
  body.node--type-american-advantage-programs .reveal-modal ul {
    margin: 0 0 0 1rem; }
    body.node--type-american-advantage-programs .reveal-modal ul li {
      font-size: 0.9rem;
      line-height: 1.3rem;
      list-style-type: circle; }
  body.node--type-american-advantage-programs .register-btn.large.btn.primary {
    padding: 0rem 2rem !important;
    font-weight: 700;
    color: #ffffff;
    margin: 1rem 0; }
    body.node--type-american-advantage-programs .register-btn.large.btn.primary:hover {
      cursor: pointer;
      background-color: #aaa !important;
      border: none; }
  body.node--type-american-advantage-programs .icon {
    width: 50px;
    height: 50px; }
  body.node--type-american-advantage-programs .dummy-wrapper {
    height: 1rem; }
  body.node--type-american-advantage-programs .button-wrapper {
    bottom: 0; }
    body.node--type-american-advantage-programs .button-wrapper .button.secondary {
      background-color: transparent;
      font-weight: 700;
      color: #ffffff;
      margin: 0; }
      body.node--type-american-advantage-programs .button-wrapper .button.secondary:hover {
        color: #0b6097; }
    body.node--type-american-advantage-programs .button-wrapper .button.primary {
      border-radius: 1rem; }
      body.node--type-american-advantage-programs .button-wrapper .button.primary:hover {
        background-color: #084267; }
  body.node--type-american-advantage-programs .downloads-wrapper {
    padding: 1rem;
    border-top: rgba(255, 255, 255, 0.2) solid thin;
    border-bottom: rgba(255, 255, 255, 0.2) solid thin;
    position: relative; }
    body.node--type-american-advantage-programs .downloads-wrapper a.download {
      color: #ffffff;
      width: 100%;
      float: left;
      margin: 0.3rem 0; }
    body.node--type-american-advantage-programs .downloads-wrapper:before {
      content: "Downloads";
      position: absolute;
      top: -1.2rem;
      background-color: #2199e8;
      padding: 0.4rem;
      font-weight: 700; }
  body.node--type-american-advantage-programs .button-wrapper button.seePlan.large.btn.secondary, body.node--type-american-advantage-programs button.seeMore.large.btn.secondary, body.node--type-american-advantage-programs a.seeMore.large.btn.secondary {
    padding: 0rem 2rem !important;
    font-weight: 700;
    color: #ffffff;
    margin: 1rem 0;
    border: none; }
    body.node--type-american-advantage-programs .button-wrapper button.seePlan.large.btn.secondary:hover, body.node--type-american-advantage-programs button.seeMore.large.btn.secondary:hover, body.node--type-american-advantage-programs a.seeMore.large.btn.secondary:hover {
      cursor: pointer;
      background-color: #aaa !important;
      border: none; }
  body.node--type-american-advantage-programs .seeMore.small.primary.btn {
    padding: 0rem 2rem !important;
    font-weight: 700;
    color: #ffffff;
    margin: 1rem 0; }
    body.node--type-american-advantage-programs .seeMore.small.primary.btn.small {
      font-size: 0.9rem;
      padding: 0.5rem 0; }
    body.node--type-american-advantage-programs .seeMore.small.primary.btn:hover {
      cursor: pointer;
      background-color: #aaa !important;
      border: none; }
  body.node--type-american-advantage-programs .access-includes {
    padding: 0rem 0;
    position: relative; }
  body.node--type-american-advantage-programs .town {
    position: absolute;
    top: -18rem;
    right: 0; }
  body.node--type-american-advantage-programs .constant-title {
    font-weight: 800;
    padding: 1rem 0;
    margin: 0 auto;
    font-size: 2.5rem;
    letter-spacing: -0.1rem;
    max-width: 20rem; }
    body.node--type-american-advantage-programs .constant-title span {
      color: #2199e8; }
  body.node--type-american-advantage-programs .about-trubenefit {
    margin: 3rem 0 0 0;
    padding: 5rem 0;
    background-image: url("/themes/anakin/images/teamwork.png");
    background-size: cover;
    background-color: #efefef;
    background-position: 50% 50%; }
    body.node--type-american-advantage-programs .about-trubenefit h3 {
      text-align: left;
      color: #ffffff;
      margin-bottom: 1rem; }
    body.node--type-american-advantage-programs .about-trubenefit ul {
      margin-bottom: 1rem; }
      body.node--type-american-advantage-programs .about-trubenefit ul li {
        font-size: 0.9rem; }
    body.node--type-american-advantage-programs .about-trubenefit h4 {
      padding: 1rem 0; }
  body.node--type-american-advantage-programs .navbar.transparent ul li:hover > a, body.node--type-american-advantage-programs .gumby-touch .navbar ul li.active > a {
    background: transparent; }
  body.node--type-american-advantage-programs .navbar.transparent ul li:hover > a {
    background: transparent; }
  body.node--type-american-advantage-programs .relative {
    position: relative; }
  body.node--type-american-advantage-programs .benefit-info-wrapper ul {
    margin-left: 0;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
    body.node--type-american-advantage-programs .benefit-info-wrapper ul li {
      list-style-type: none; }
  body.node--type-american-advantage-programs .benefits-wrapper {
    margin-top: 3rem;
    border-top: rgba(0, 0, 0, 0.1) solid thin; }
  body.node--type-american-advantage-programs .title-section {
    border-bottom: rgba(255, 255, 255, 0.2) solid thin;
    padding-bottom: 0;
    margin-bottom: 1rem; }
  body.node--type-american-advantage-programs .callout-wrapper-doctor {
    margin-bottom: 5.5rem;
    margin-top: 1.5rem; }
  body.node--type-american-advantage-programs .vector-doctor {
    position: absolute;
    z-index: 1;
    width: 4rem; }
  body.node--type-american-advantage-programs .top-row {
    padding-top: 3rem; }
    body.node--type-american-advantage-programs .top-row h2 {
      font-weight: 600;
      padding: 0;
      margin: 0; }
    body.node--type-american-advantage-programs .top-row .top-heading-wrapper {
      padding: 1rem 0 0 0; }
  body.node--type-american-advantage-programs h1, body.node--type-american-advantage-programs h2, body.node--type-american-advantage-programs h3, body.node--type-american-advantage-programs h4, body.node--type-american-advantage-programs h5, body.node--type-american-advantage-programs h6, body.node--type-american-advantage-programs p, body.node--type-american-advantage-programs li, body.node--type-american-advantage-programs a {
    font-family: 'Open Sans', sans-serif; }
  body.node--type-american-advantage-programs a.go {
    width: 45px;
    height: 45px;
    margin-left: 0.75rem; }
  body.node--type-american-advantage-programs h1 {
    font-weight: 800;
    font-size: 3.5rem;
    padding: 0;
    margin: 0; }
  body.node--type-american-advantage-programs h2 {
    font-size: 1.5rem;
    line-height: 2.5rem; }
    body.node--type-american-advantage-programs h2 span {
      font-weight: 600;
      color: #2199e8; }
  body.node--type-american-advantage-programs h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 0.5rem 0;
    margin: 0;
    z-index: 2;
    position: relative;
    text-align: center;
    color: #666;
    padding: 3rem 0 0 0;
    letter-spacing: -0.02rem;
    position: relative; }
    body.node--type-american-advantage-programs h3.speaknow {
      padding: 0; }
  body.node--type-american-advantage-programs h4 {
    font-weight: 700;
    font-size: 1rem; }
  body.node--type-american-advantage-programs p.highlight-text {
    font-size: 1rem;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0.3rem 0;
    z-index: 2;
    position: relative; }
  body.node--type-american-advantage-programs .callout-wrapper {
    margin-top: 3rem; }
  body.node--type-american-advantage-programs .subheading {
    font-size: 1.2rem;
    font-weight: 500;
    color: #9C9999;
    font-style: italic;
    line-height: 1.9rem;
    padding-bottom: 1rem; }
  body.node--type-american-advantage-programs .navbar.transparent.fixed {
    background-color: transparent;
    box-shadow: none; }
    body.node--type-american-advantage-programs .navbar.transparent.fixed ul {
      background-color: transparent; }
      body.node--type-american-advantage-programs .navbar.transparent.fixed ul li .dropdown {
        background: rgba(200, 200, 200, 0.8); }
        body.node--type-american-advantage-programs .navbar.transparent.fixed ul li .dropdown li a {
          color: #000000; }
      body.node--type-american-advantage-programs .navbar.transparent.fixed ul li:hover ul li a {
        background-color: transparent; }
      body.node--type-american-advantage-programs .navbar.transparent.fixed ul li:hover ul li:hover {
        background-color: transparent; }
        body.node--type-american-advantage-programs .navbar.transparent.fixed ul li:hover ul li:hover a {
          background-color: transparent; }
      body.node--type-american-advantage-programs .navbar.transparent.fixed ul li a {
        color: #454545;
        padding: 0 0.5rem;
        text-transform: capitalize; }
        body.node--type-american-advantage-programs .navbar.transparent.fixed ul li a:hover {
          background-color: transparent;
          text-decoration: underline; }
  body.node--type-american-advantage-programs .homepage-input {
    width: 80%; }
  body.node--type-american-advantage-programs #searchNow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  body.node--type-american-advantage-programs .home-drug-search-btn {
    color: #fefefe;
    height: 3.4rem;
    font-weight: 700;
    margin-bottom: 0;
    border: rgba(255, 255, 255, 0.2) solid thin;
    margin-left: 0;
    width: 20%; }
    body.node--type-american-advantage-programs .home-drug-search-btn:hover {
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.2) !important; }

.about-trubenefit {
  margin: 3rem 0 0 0;
  padding: 5rem 0;
  background-image: url("/themes/anakin/images/teamwork.png");
  background-size: cover;
  background-color: #efefef;
  background-position: 50% 50%; }
  .about-trubenefit h3 {
    text-align: left;
    color: #ffffff;
    margin-bottom: 1rem; }
  .about-trubenefit ul {
    margin-bottom: 1rem; }
    .about-trubenefit ul li {
      font-size: 0.9rem; }
  .about-trubenefit h4 {
    padding: 1rem 0; }

body.page-node-82 {
  height: auto; }
  body.page-node-82 div.row.logged-in.benefits-row:last-child {
    margin-bottom: 3rem; }
  body.page-node-82 .logged-in-benefits-wrapper {
    margin: 1rem 0 3rem 0; }
  body.page-node-82 ul.primary {
    border: none; }
  body.page-node-82 select {
    background-image: url("/sites/all/themes/doge/img/select-down-arrow.png");
    background-origin: content-box;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out; }
  body.page-node-82 .homepage2-logo-wrapper {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 3.8rem; }
  body.page-node-82 .homepage2-logo {
    max-width: 55%; }
  body.page-node-82 a.read-more {
    color: #fefefe;
    text-decoration: underline; }
  body.page-node-82 .white {
    color: #fefefe; }
  body.page-node-82 .heading-wrapper-box {
    background-color: #ededed;
    width: 100%;
    padding: 7rem 0;
    background-image: url("/sites/all/themes/doge/img/bike.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    body.page-node-82 .heading-wrapper-box p {
      font-size: 1rem;
      font-weight: 600; }
    body.page-node-82 .heading-wrapper-box .a-logo {
      font-size: 3rem;
      font-weight: 700;
      margin-top: 3rem;
      color: #fefefe; }
      body.page-node-82 .heading-wrapper-box .a-logo span {
        color: #2199e8; }
  body.page-node-82 #searchNow {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  body.page-node-82 .footer-bkg {
    position: absolute;
    background-image: url("/sites/all/themes/doge/img/bottom-bkg.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 50rem;
    width: 100%;
    height: 40rem;
    z-index: -1; }
  body.page-node-82 .footer {
    margin: 4rem 0 0 0; }
    body.page-node-82 .footer.not-logged-in {
      margin: 0 0 0 0; }
  body.page-node-82 .homepage-search_wrapper {
    text-align: center;
    border-radius: 0.5rem;
    padding: 2rem 4rem 3rem 4rem !important;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #fefefe;
    position: relative;
    background-color: #777;
    margin-top: -4rem;
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px 0px; }
    body.page-node-82 .homepage-search_wrapper h3 {
      font-weight: 700; }
    body.page-node-82 .homepage-search_wrapper p.benefit-info span {
      color: #2199e8; }
    body.page-node-82 .homepage-search_wrapper input {
      box-shadow: rgba(0, 0, 0, 0.1) inset 0px 0px 1px 1px;
      border: rgba(0, 0, 0, 0.1) solid thin; }
  body.page-node-82 .home-drug-search-btn {
    color: #fefefe;
    height: 3.4rem;
    font-weight: 700;
    margin-bottom: 0;
    border: rgba(255, 255, 255, 0.2) solid thin; }
    body.page-node-82 .home-drug-search-btn:hover {
      cursor: pointer;
      background-color: rgba(55, 55, 55, 0.3) !important; }
  body.page-node-82 .recent-searches-title {
    color: #fefefe;
    font-size: 1rem;
    padding: 0.5rem 0;
    margin: 0; }
  body.page-node-82 .recent-searches-list {
    list-style-type: none; }
    body.page-node-82 .recent-searches-list li {
      list-style-type: none;
      display: inline-block; }
      body.page-node-82 .recent-searches-list li:last-child a:after {
        content: '';
        display: none; }
      body.page-node-82 .recent-searches-list li:last-child a {
        padding-right: 0; }
      body.page-node-82 .recent-searches-list li a {
        color: #fefefe;
        font-size: 0.8rem;
        padding: 0.5rem 0.5rem 0.5rem 0;
        float: left; }
        body.page-node-82 .recent-searches-list li a:after {
          content: '|';
          padding-left: 0.5rem; }
        body.page-node-82 .recent-searches-list li a:hover {
          text-decoration: underline; }
  body.page-node-82 input.homepage-input {
    padding-left: 1rem !important;
    border: 0;
    margin-bottom: 0;
    border: #eaeaea solid thin;
    font-size: 1.1rem;
    padding: 1rem; }
    body.page-node-82 input.homepage-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #777; }
    body.page-node-82 input.homepage-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #777; }
    body.page-node-82 input.homepage-input::-ms-input-placeholder {
      /* IE 10+ */
      color: #777; }
    body.page-node-82 input.homepage-input::-moz-placeholder {
      /* Firefox 18- */
      color: #777; }
  body.page-node-82 .homepage-search_wrapper {
    padding: 2.8125rem 0; }
  body.page-node-82 .highlight-row {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  body.page-node-82 a.white:hover {
    text-decoration: underline; }
  body.page-node-82 .non-highlight-boxes {
    text-align: center;
    border-radius: 0.5rem;
    padding: 2rem;
    margin: 0;
    color: #ffffff;
    position: relative; }
    body.page-node-82 .non-highlight-boxes.not-logged-in {
      background-color: transparent;
      color: #454545; }
    body.page-node-82 .non-highlight-boxes h4 {
      font-weight: 700;
      padding: 0;
      margin: 0 0 0.3rem 0;
      font-size: 1.2rem; }
    body.page-node-82 .non-highlight-boxes .benefit-info-wrapper {
      padding: 2rem 2rem;
      text-align: center;
      background-color: #efefef;
      border-radius: 2rem; }
    body.page-node-82 .non-highlight-boxes .benefit-info {
      padding: 0;
      margin: 0;
      line-height: 1.3rem;
      font-size: 0.9rem; }
    body.page-node-82 .non-highlight-boxes .benefit-link {
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      float: left;
      padding: 0.5rem 0;
      color: #fefefe;
      font-weight: 700;
      border-radius: 0 0 0.5rem 0.5rem;
      font-size: 0.9rem;
      transition: all 0.2s ease-in-out; }
      body.page-node-82 .non-highlight-boxes .benefit-link:hover {
        background-color: rgba(255, 255, 255, 0.1); }
  body.page-node-82 .subheading {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 0 1rem 0; }
  body.page-node-82 .highlight-boxes {
    text-align: center;
    border-radius: 0.5rem;
    padding: 0;
    margin: 1rem;
    color: #fefefe;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 4px 2px; }
    body.page-node-82 .highlight-boxes .benefit-info-wrapper {
      padding: 1rem 2rem 1rem 7rem; }
    body.page-node-82 .highlight-boxes h3 {
      color: #fefefe;
      text-align: left;
      font-weight: 700;
      padding: 0;
      margin: 0 0 0.4rem 0;
      text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
      font-size: 1.2rem; }
    body.page-node-82 .highlight-boxes.red {
      background-color: #D0021B; }
    body.page-node-82 .highlight-boxes.yellow {
      background-color: #F5A623; }
    body.page-node-82 .highlight-boxes .benefit-svg {
      float: left;
      position: absolute;
      left: 0;
      top: 0; }
      body.page-node-82 .highlight-boxes .benefit-svg.doc-img {
        left: 2rem;
        width: 16%;
        top: -1.8rem; }
      body.page-node-82 .highlight-boxes .benefit-svg.pill-img {
        left: -0.7rem;
        width: 33%; }
    body.page-node-82 .highlight-boxes .benefit-info {
      text-align: left;
      padding: 0;
      margin: 0;
      line-height: 1rem; }
    body.page-node-82 .highlight-boxes .benefit-link {
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      float: left;
      padding: 0.75rem 1rem;
      color: #ffffff;
      font-weight: 700;
      letter-spacing: 0.2rem;
      border-radius: 0 0 0.5rem 0.5rem; }
      body.page-node-82 .highlight-boxes .benefit-link:hover {
        background-color: rgba(255, 255, 255, 0.3); }
  body.page-node-82 .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center; }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 10px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }
  .ui-autocomplete .ui-menu-item-wrapper, .ui-autocomplete .ui-state-active {
    display: block;
    padding: 10px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap; }
    .ui-autocomplete .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-state-active:hover {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }
    .ui-autocomplete .ui-menu-item-wrapper:focus, .ui-autocomplete .ui-state-active:focus {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }
    .ui-autocomplete .ui-menu-item-wrapper:active, .ui-autocomplete .ui-state-active:active {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }
  .ui-autocomplete .ui-state-active {
    color: #ffffff;
    box-shadow: none;
    border: 0; }
  .ui-autocomplete .ui-state-focus {
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    border: 0; }
    .ui-autocomplete .ui-state-focus:hover {
      color: #ffffff;
      box-shadow: none;
      border: 0; }
    .ui-autocomplete .ui-state-focus:focus {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }
    .ui-autocomplete .ui-state-focus:active {
      background-color: #2199e8;
      color: #ffffff;
      box-shadow: none;
      border: 0; }

#autocomplete li.selected {
  background-color: #428bca;
  color: green; }

ul.ui-autocomplete.primary {
  overflow-y: scroll;
  max-height: 15rem;
  padding: 0;
  border-radius: 0; }
  ul.ui-autocomplete.primary li {
    position: relative; }
  ul.ui-autocomplete.primary .ui-menu-item:nth-child(6):after, ul.ui-autocomplete.primary .ui-state-focus:nth-child(6):after {
    content: "\f358";
    position: absolute;
    right: 1rem;
    top: -1.8rem;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.1rem;
    color: #454545; }

/*************************** DRUG SEARCH ****************************/
#drugSearch select#quantity_dropdown {
  margin-bottom: 0; }

#drugSearch .content {
  padding: 2rem 2rem 3rem 2rem;
  width: 85%;
  max-height: 85%; }
  #drugSearch .content .modal-title {
    text-align: center; }
  #drugSearch .content i.fa {
    display: none; }

#drugSearch label {
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 0 0.5rem 0; }

#drugSearch select {
  border: rgba(0, 0, 0, 0.2) solid thin;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
  color: #aaa;
  -moz-appearance: none !important; }
  #drugSearch select:hover {
    color: #555;
    border: #27b999 solid thin;
    background-color: #ffffff; }
  #drugSearch select:focus {
    border: #27b999 solid thin;
    outline: auto 0px -webkit-focus-ring-color;
    background-color: #ffffff; }

.get_pricing_wrapper {
  margin-top: 2.5rem; }

.customQuantity-input {
  display: none;
  border: rgba(0, 0, 0, 0.2) solid thin;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 0.5rem;
  color: #aaa; }

.custom_quantity_btn a {
  font-size: 0.8rem;
  margin: 0.2rem 0 0 0;
  float: left; }

#zipcode-change {
  padding: 2rem; }
  #zipcode-change input.zip_code {
    margin-bottom: 0 !important; }

.error-curtain {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 500000; }

.error-wrapper {
  position: absolute;
  top: 20%;
  left: 10%;
  bottom: 20%;
  right: 10%;
  background-color: white;
  padding: 20px; }

.error-message {
  height: 70%; }

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

.customQuantity-input:hover {
  color: black; }

#drugSearch.reveal.docked {
  visibility: visible;
  opacity: 1;
  position: relative;
  background: none;
  z-index: 1; }

#drugSearch.reveal.docked > .content[style] {
  visibility: visible;
  opacity: 1;
  padding: 0;
  width: 100%;
  /*margin-top: 0 !important;*/ }

#drugSearch.reveal.docked .content {
  background-color: #fcfcfc; }

#drugSearch.reveal.docked label {
  font-size: 0.9rem; }

#drugSearch.reveal.docked > .content > .close {
  visibility: hidden;
  display: none;
  opacity: 0; }

#drugSearch.reveal.docked > .content > .primary > div > div > .configuration {
  display: none; }

#drugSearch.reveal.docked > .content > .primary > div > div.row > div.six {
  width: 100%; }

#drugSearch.reveal.docked .seven.centered.columns.get-pricing-button_wrapper {
  width: 100%;
  margin-left: 0; }

#drugSearch.reveal.docked .pricing-disclaimer {
  text-align: left;
  padding: 0;
  margin: 0; }

#drugSearch.reveal.docked .showIntro {
  display: none; }

#drugSearch.reveal .pricing-disclaimer {
  margin: 0.5rem 0 1rem 0;
  padding: 0.5rem;
  font-size: 0.8rem; }

#drugSearch.reveal select.highlightMe {
  border: #3288e6 solid medium; }

.noQuote {
  position: absolute;
  z-index: 999;
  left: 2rem;
  top: 1rem;
  font-weight: 600;
  padding: 0;
  font-size: 0.9rem;
  color: #f6b83f; }

.noQuote:hover {
  color: #f6b83f;
  text-decoration: underline; }

.showIntro {
  position: absolute;
  z-index: 999;
  left: 2rem;
  bottom: 1rem;
  font-weight: 600;
  padding: 0;
  color: #d04526;
  font-size: 0.9rem; }

.btn.disabled {
  background-color: #dadada; }

.showIntro:hover {
  text-decoration: underline;
  color: #d04526; }

.get-pricing-button_wrapper .btn.disabled {
  position: absolute;
  right: -9999rem; }

.button-disabled {
  width: 100%;
  background-color: #aaa;
  text-align: center;
  padding: 0.5rem; }

.hiddenSearch {
  color: #606060; }

.shepherd-button.endTour {
  background-color: transparent !important;
  color: #808080 !important; }

@media (max-width: 920px) {
  .showIntro {
    left: 0 !important;
    top: 0rem !important;
    padding: 0.3rem !important; } }

@media (max-width: 768px) {
  .showIntro, .noQuote {
    display: none; } }

#drugSearch.unquotable select[disabled="disabled"], #drugSearch.unquotable input[disabled="disabled"] {
  pointer-events: none;
  opacity: 0.3; }

#drugSearch.unquotable select#variant_dropdown {
  border-color: red; }

#drugSearch.unquotable .quote-warning-text {
  padding: 0.5rem 0; }

#drugSearch.unquotable .fa {
  display: inline-block !important; }

#drugSearch.unquotable .unquotable-warning-icon {
  color: red;
  float: left;
  margin-right: 0.5rem;
  padding: 0;
  line-height: initial;
  margin-bottom: 0;
  position: relative;
  bottom: -0.3rem; }

#drugSearch.reveal.unquotable > .content > .primary > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > i.unquotable-warning-icon {
  display: block;
  position: absolute;
  top: 4px;
  left: 146px;
  font-size: 20px;
  color: red;
  cursor: help; }

#drugSearch.reveal div.get_error_explination_wrapper {
  display: none; }

#drugSearch.reveal div.get_pricing_wrapper {
  display: block; }

#drugSearch.reveal.unquotable div.get_error_explination_wrapper {
  display: block; }

#drugSearch.reveal.unquotable div.get_pricing_wrapper {
  display: none; }

#drugSearch .quote-warning-text {
  padding: 0;
  margin: 1rem 0 0 0;
  color: red;
  font-weight: 700; }

.customQuantity-input:hover {
  color: black; }

.drug-search-filter-intro_wrapper {
  position: absolute;
  bottom: 0;
  right: 0; }

.pharmacist {
  max-width: 15rem;
  pointer-events: none; }

.showIntro {
  position: absolute;
  z-index: 9999;
  left: 5rem;
  bottom: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 0.9rem; }

.showIntro:hover {
  text-decoration: underline;
  color: #ffffff; }

.btn.primary.searchIt {
  padding: 0rem 2rem !important;
  color: #ffffff;
  font-weight: 700; }
  .btn.primary.searchIt:hover {
    cursor: pointer;
    background-color: white;
    border: #454545 solid thin;
    color: #454545; }

body.node--type-elite-lp-plan-templates {
  background-image: url("/themes/anakin/images/dot-grid.png");
  background-color: #ffffff; }
  body.node--type-elite-lp-plan-templates .top-bar ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1rem; }
    body.node--type-elite-lp-plan-templates .top-bar ul li a {
      color: #ffffff; }
      body.node--type-elite-lp-plan-templates .top-bar ul li a:hover {
        text-decoration: underline; }
  @media all and (max-width: 1000px) {
    body.node--type-elite-lp-plan-templates #status {
      letter-spacing: 1rem; } }
  body.node--type-elite-lp-plan-templates h1, body.node--type-elite-lp-plan-templates h2, body.node--type-elite-lp-plan-templates h3, body.node--type-elite-lp-plan-templates h4, body.node--type-elite-lp-plan-templates h5, body.node--type-elite-lp-plan-templates h6 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700; }
  body.node--type-elite-lp-plan-templates li, body.node--type-elite-lp-plan-templates p, body.node--type-elite-lp-plan-templates span {
    font-family: 'Noto Sans KR', sans-serif; }
  body.node--type-elite-lp-plan-templates p, body.node--type-elite-lp-plan-templates li {
    color: #454545; }
  body.node--type-elite-lp-plan-templates .truscriptGreen {
    color: #009999; }
  body.node--type-elite-lp-plan-templates .orange {
    color: #ff9933; }
  body.node--type-elite-lp-plan-templates .blue {
    color: #99ccff; }
  body.node--type-elite-lp-plan-templates .disclaimer {
    font-size: 0.8rem;
    padding: 0;
    margin: 0; }
  body.node--type-elite-lp-plan-templates .headerSection {
    width: 100vw;
    height: 100vh;
    border-radius: 10px;
    position: relative;
    top: 50%;
    overflow: hidden;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
    body.node--type-elite-lp-plan-templates .headerSection .top-bar {
      position: relative;
      z-index: 9999;
      padding: 1rem 3rem; }
      body.node--type-elite-lp-plan-templates .headerSection .top-bar .right {
        float: right; }
      body.node--type-elite-lp-plan-templates .headerSection .top-bar .left {
        float: left; }
    body.node--type-elite-lp-plan-templates .headerSection .row {
      position: relative;
      z-index: 9999;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      min-height: 75vh; }
    body.node--type-elite-lp-plan-templates .headerSection .header-logo {
      max-width: 15rem; }
  body.node--type-elite-lp-plan-templates .background-image {
    background-image: url("/themes/anakin/images/telemed_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 105%;
    height: 95vh;
    left: -3%;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 99; }
  body.node--type-elite-lp-plan-templates .top-bar {
    background-color: transparent; }
    body.node--type-elite-lp-plan-templates .top-bar ul {
      background-color: transparent; }
  body.node--type-elite-lp-plan-templates .realtive {
    position: relative; }
  body.node--type-elite-lp-plan-templates .white {
    color: #fefefe; }
  body.node--type-elite-lp-plan-templates .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative; }
  body.node--type-elite-lp-plan-templates .text-center {
    text-align: center; }
  body.node--type-elite-lp-plan-templates .large.primary.button {
    font-weight: 700; }
  body.node--type-elite-lp-plan-templates .page-heading {
    font-size: 4rem;
    font-weight: 900;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 2px 2px; }
    @media all and (max-width: 640px) {
      body.node--type-elite-lp-plan-templates .page-heading {
        font-size: 2rem; } }
    body.node--type-elite-lp-plan-templates .page-heading sup {
      font-size: 2rem;
      vertical-align: super; }
      @media all and (max-width: 640px) {
        body.node--type-elite-lp-plan-templates .page-heading sup {
          font-size: 1rem; } }
  body.node--type-elite-lp-plan-templates .page-subheading {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 2px 2px; }
  body.node--type-elite-lp-plan-templates .gain-access-wrapper {
    padding: 1rem 0 2.5rem 0; }
    body.node--type-elite-lp-plan-templates .gain-access-wrapper h4 {
      color: #004489; }
    body.node--type-elite-lp-plan-templates .gain-access-wrapper .button {
      margin-top: 1rem; }
  body.node--type-elite-lp-plan-templates section.quick-overview {
    padding: 2rem 0; }
    body.node--type-elite-lp-plan-templates section.quick-overview .quick_overview_wrapper {
      background-color: #efefef;
      position: relative;
      box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 4px 1px; }
      body.node--type-elite-lp-plan-templates section.quick-overview .quick_overview_wrapper ul li ul li {
        list-style-type: disc;
        padding: 0.3rem 0;
        border: 0; }
    body.node--type-elite-lp-plan-templates section.quick-overview .quickOverview-heading {
      font-size: 3.5rem;
      position: relative;
      color: #004489;
      letter-spacing: -.1rem;
      padding: 0 0 1rem 0;
      margin: 0 auto;
      font-weight: 900;
      margin-top: -3rem;
      bottom: -3rem;
      z-index: 999; }
  body.node--type-elite-lp-plan-templates ul.benefits-quick-highlights {
    list-style-type: none;
    padding: 3rem 2rem 0 2rem; }
    @media all and (max-width: 1023px) {
      body.node--type-elite-lp-plan-templates ul.benefits-quick-highlights {
        text-align: center;
        padding: 0;
        margin: 0; } }
    body.node--type-elite-lp-plan-templates ul.benefits-quick-highlights li {
      list-style-type: none;
      font-size: 1rem;
      padding: 1rem 0; }
      body.node--type-elite-lp-plan-templates ul.benefits-quick-highlights li span {
        font-weight: 700;
        font-size: 1.6rem;
        padding: 0;
        margin: 0;
        line-height: 1.4rem; }
  body.node--type-elite-lp-plan-templates .benefits-quick-list_wrapper {
    background-color: #fff; }
  body.node--type-elite-lp-plan-templates ul.benefits-quick-list {
    list-style-type: none;
    padding: 0; }
    body.node--type-elite-lp-plan-templates ul.benefits-quick-list li {
      padding: 2rem;
      border-bottom: rgba(0, 0, 0, 0.1) solid thin; }
      @media all and (max-width: 640px) {
        body.node--type-elite-lp-plan-templates ul.benefits-quick-list li {
          padding: 0.5rem; } }
      body.node--type-elite-lp-plan-templates ul.benefits-quick-list li:last-child {
        border-radius: 0 0 20px 20px; }
      body.node--type-elite-lp-plan-templates ul.benefits-quick-list li img {
        max-width: 15rem;
        max-height: 16rem; }
        @media all and (max-width: 640px) {
          body.node--type-elite-lp-plan-templates ul.benefits-quick-list li img {
            display: none; } }
  body.node--type-elite-lp-plan-templates .benefit-quick-desription {
    padding: 0 2rem 0 0; }
    body.node--type-elite-lp-plan-templates .benefit-quick-desription .button.learnmore {
      margin: 1rem 0;
      border-radius: 5px;
      transition: all 0.4s ease;
      border: #bbb solid thin;
      font-weight: 700; }
    body.node--type-elite-lp-plan-templates .benefit-quick-desription .quickOverview-benefit-title {
      padding: 0.5rem 0;
      margin: 0;
      color: #004489; }
    body.node--type-elite-lp-plan-templates .benefit-quick-desription p {
      padding: 0;
      margin: 0; }
  body.node--type-elite-lp-plan-templates a.large.button.primary.gainAccess {
    position: relative;
    bottom: -2.6rem;
    left: 36%;
    margin: 1rem 0;
    padding: 1rem 4rem;
    border-radius: 5px;
    transition: all .4s ease;
    border: #bbb solid thin;
    font-size: 1.5rem;
    font-weight: 700; }
  body.node--type-elite-lp-plan-templates section.wellPremium {
    margin: 6rem 0 0rem 0;
    padding: 2rem 0;
    background-color: #efefef;
    background-image: url("/themes/anakin/images/crossword.png");
    box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px 0px; }
    body.node--type-elite-lp-plan-templates section.wellPremium table.two-equal {
      background-color: #999; }
      body.node--type-elite-lp-plan-templates section.wellPremium table.two-equal tr td {
        width: 25%; }
  body.node--type-elite-lp-plan-templates table {
    font-size: 0.9rem;
    border: #aaa solid thin;
    margin: 2rem 0; }
    body.node--type-elite-lp-plan-templates table tr, body.node--type-elite-lp-plan-templates table th, body.node--type-elite-lp-plan-templates table td {
      border: #aaa solid thin; }
    body.node--type-elite-lp-plan-templates table td.highlight, body.node--type-elite-lp-plan-templates table th.highlight {
      background-color: #004489;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 700; }
    body.node--type-elite-lp-plan-templates table td {
      color: #004489; }
    body.node--type-elite-lp-plan-templates table th {
      font-size: 1.2rem;
      font-weight: 900; }
    body.node--type-elite-lp-plan-templates table.deductible-summary {
      border: #004489 double 4px; }
      body.node--type-elite-lp-plan-templates table.deductible-summary th {
        background-color: #004489;
        color: #ffffff; }
      body.node--type-elite-lp-plan-templates table.deductible-summary td {
        padding: 1rem;
        color: #004489; }
  body.node--type-elite-lp-plan-templates .section2-subheading {
    padding: 0.2rem 0; }
  body.node--type-elite-lp-plan-templates .section2-heading {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 900; }
    @media all and (max-width: 640px) {
      body.node--type-elite-lp-plan-templates .section2-heading {
        font-size: 2rem;
        line-height: 2rem; } }
    body.node--type-elite-lp-plan-templates .section2-heading sup {
      font-size: 2rem; }
      @media all and (max-width: 640px) {
        body.node--type-elite-lp-plan-templates .section2-heading sup {
          font-size: 1rem; } }
    body.node--type-elite-lp-plan-templates .section2-heading span {
      color: #ff9933; }
      body.node--type-elite-lp-plan-templates .section2-heading span.blue {
        color: #004489; }

section.arriveRx {
  padding: 2rem 0; }
  section.arriveRx .tabs-content {
    background-color: #efefef;
    padding: 1rem 2rem;
    min-height: 20rem; }
  section.arriveRx h3.sectionHeading {
    font-size: 3rem;
    padding: 0;
    margin: 0;
    font-weight: 900;
    letter-spacing: 0rem;
    color: #088; }
    @media all and (max-width: 640px) {
      section.arriveRx h3.sectionHeading {
        font-size: 2rem; } }
  section.arriveRx p.subheading {
    padding: 0;
    margin: 0;
    font-size: 1.5rem; }
  section.arriveRx img.laptop {
    max-width: 35%;
    bottom: -2rem;
    position: relative;
    z-index: 999; }
    @media all and (max-width: 640px) {
      section.arriveRx img.laptop {
        display: none; } }
  section.arriveRx .prescription-menu_wrapper {
    background-color: #efefef;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px 0px; }
    section.arriveRx .prescription-menu_wrapper ul.prescription-menu {
      background-color: #efefef;
      position: relative; }
      section.arriveRx .prescription-menu_wrapper ul.prescription-menu li {
        list-style-type: none;
        position: relative; }
        section.arriveRx .prescription-menu_wrapper ul.prescription-menu li.tabs-title a {
          font-size: 1.1rem;
          color: #009999; }
        section.arriveRx .prescription-menu_wrapper ul.prescription-menu li.tabs-title.is-active a {
          background-color: #009999;
          color: #ffffff;
          position: relative;
          border-right: #088 solid 4px; }
        section.arriveRx .prescription-menu_wrapper ul.prescription-menu li.tabs-title.is-active:after {
          content: '';
          position: absolute;
          right: -1.80rem;
          top: -2px;
          z-index: 999;
          width: 0;
          height: 0;
          border-top: 1.8rem solid transparent;
          border-bottom: 1.8rem solid transparent;
          border-left: 1.8rem solid #099; }
  section.arriveRx .prescription-menu_content {
    padding: 0;
    background-color: #efefef;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px 0px; }

section.showBenefits {
  background-color: #004489;
  padding: 2rem 0;
  margin: 6rem 0;
  position: relative; }
  section.showBenefits .section_subhead {
    font-size: 1.3rem;
    padding: 0;
    margin: 0 0 1.5rem 0;
    text-align: center; }
  section.showBenefits h2 {
    font-size: 3rem;
    padding: 0;
    margin: 0;
    text-align: center; }
  section.showBenefits h4 {
    color: #fefefe;
    font-size: 1.2rem;
    padding: 0;
    margin: 0; }
  section.showBenefits ul li {
    list-style-type: none; }
    section.showBenefits ul li div.flex {
      margin: 0.5rem 0; }
    section.showBenefits ul li ul {
      margin-left: 2rem; }
      section.showBenefits ul li ul li {
        list-style-type: disc; }
  section.showBenefits .gain-access-wrapper {
    margin: 1.5rem 0;
    padding: 0; }
    section.showBenefits .gain-access-wrapper img.tbc {
      margin-top: -6rem; }
    section.showBenefits .gain-access-wrapper ul.additional {
      margin: 1rem 2rem; }
      section.showBenefits .gain-access-wrapper ul.additional li {
        list-style-type: disc; }
    section.showBenefits .gain-access-wrapper.additional {
      border-top: rgba(255, 255, 255, 0.1) solid thin;
      padding-top: 2rem; }
    section.showBenefits .gain-access-wrapper h4 {
      color: #fefefe; }
  section.showBenefits ul {
    padding: 0;
    margin: 0.5rem 0; }
    section.showBenefits ul li {
      color: #fefefe;
      list-style-type: none; }
  section.showBenefits .appBadge {
    padding-right: 1rem;
    margin: 0.5rem 0; }
  section.showBenefits .phone {
    position: absolute;
    top: -4rem;
    left: 11rem; }
    @media all and (max-width: 1481px) {
      section.showBenefits .phone {
        left: 7rem; } }
    @media all and (max-width: 1340px) {
      section.showBenefits .phone {
        left: 2rem; } }
    @media all and (max-width: 1185px) {
      section.showBenefits .phone {
        left: 0rem; } }
    @media all and (max-width: 1100px) {
      section.showBenefits .phone {
        max-width: 28%;
        top: 15%;
        left: 4rem; } }
    @media all and (max-width: 1023px) {
      section.showBenefits .phone {
        display: none; } }
  section.showBenefits h2 {
    color: #ffffff; }

footer {
  margin-top: 3rem;
  padding: 2rem 0; }
  footer .footer-logo {
    max-width: 14rem;
    float: right; }

p, h1, h2, h3, h4, h5, h6 {
  padding: 10px 0;
  margin: 0;
  font-family: "Open Sans", sans-serif; }

body {
  background-color: #edeeef; }

body.path-frontpage p {
  color: #ffffff; }

body.path-frontpage .transparent {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0; }
  @media only screen and (max-width: 980px) {
    body.path-frontpage .transparent {
      background-image: url("/sites/all/themes/tpp/images/ero-bg.png"); } }

body.path-frontpage #home-top-video {
  left: 0%;
  top: 0%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

body.path-frontpage #outer {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

body.path-frontpage .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100vh; }
  body.path-frontpage .flex .pretext {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600; }
  body.path-frontpage .flex h1 {
    font-weight: 800;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
    padding: 0;
    margin: 0; }

#videoBG {
  position: fixed;
  z-index: -1;
  /*not work if the screen ratio is below 16/9*/
  width: 100%;
  height: auto; }

@media (min-aspect-ratio: 16 / 9) {
  #videoBG {
    width: 100%;
    height: auto; } }

@media (max-aspect-ratio: 16 / 9) {
  #videoBG {
    width: auto;
    height: 100%; } }

@media (max-width: 767px) {
  #videoBG {
    display: none; }
  body.path-frontpage {
    background: url("poster.jpg");
    background-size: cover; } }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #484b4c;
  z-index: 999; }

#status {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  #status h3 {
    padding-top: 20%;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #ffffff; }

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  animation-delay: -1.1s; }

.spinner .rect3 {
  animation-delay: -1.0s; }

.spinner .rect4 {
  animation-delay: -0.9s; }

.spinner .rect5 {
  animation-delay: -0.8s; }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.is-invalid-input {
  border: #ec5840 3px solid !important; }

.header-wrapper {
  background-color: #71b73d;
  background-image: url("//www.transparenttextures.com/patterns/diagonal-waves.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  padding: 3% 0;
  margin: 0; }
  .header-wrapper h1 {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 44px; }
  .header-wrapper p {
    color: #ffffff;
    font-weight: 400;
    padding: 0;
    letter-spacing: 2px; }

.content-wrapper {
  padding: 3% 0; }

.left-col h2 {
  font-size: 36px;
  color: #252525;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 40px; }

.left-col h3 {
  color: #2a4633;
  font-size: 28px;
  color: #2a4633;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.left-col p {
  color: #879096;
  line-height: 20px; }

.left-col__logo {
  margin-top: 14%; }

.left-col_afterthought {
  font-size: 14px; }

.left-col__add-family {
  position: relative; }
  .left-col__add-family img {
    position: relative;
    top: -10px; }

.right-col {
  padding: 0 40px; }
  .right-col input, .right-col select {
    border-radius: 7px;
    height: 45px;
    margin: 11px 0;
    padding: 0 15px;
    color: #252525;
    border: #71b73d solid thin; }
  .right-col input[type="checkbox"] {
    height: auto;
    margin: 0;
    padding: 0; }
  .right-col__next_btn .button {
    margin-top: 20px; }
  .right-col legend {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #2a4633; }

.disclosure {
  background-color: #ffffff;
  padding: 3% 0;
  margin: 3%  0 0 0;
  border-top: #d2d8d8 solid thin; }
  .disclosure p {
    font-size: 12px;
    color: #879096; }

.footer__bar {
  background-color: #252525; }
  .footer__bar p {
    color: #ffffff;
    font-size: 12px; }

.reveal p.sell-copy {
  color: #879096;
  padding: 0px 0 10px 0; }
  .reveal p.sell-copy span {
    color: #71b73d; }

.coverage-box {
  border: #484b4c solid thin;
  display: block;
  background: #f4f4f4;
  margin: 3% 0;
  box-shadow: rgba(220, 220, 220, 0.4) 2px 2px 2px 1px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .coverage-box--no {
    border: #edeeef solid thin;
    margin-top: 1%;
    margin-bottom: 3%;
    color: #879096;
    padding: 3%; }
    .coverage-box--no p {
      padding: 0;
      font-size: 14px;
      display: table-cell;
      vertical-align: middle;
      line-height: 40px; }
    .coverage-box--no .button {
      margin-bottom: 0;
      background-color: #484b4c; }
      .coverage-box--no .button:hover {
        background-color: #71b73d; }
  .coverage-box_info {
    padding: 0 0 9% 0; }
  .coverage-box h3 {
    background-color: #484b4c;
    color: #ffffff;
    padding: 10px 0;
    margin: 0 0 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    transition: background-color 0.2s ease-in-out; }
  .coverage-box__coverageAmt {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    color: #252525; }
  .coverage-box__amt {
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 45px;
    line-height: 45px;
    color: #484b4c;
    margin-top: -8px; }
    .coverage-box__amt span {
      font-size: 12px;
      vertical-align: text-top;
      /* resembling more the tm symbol you mentioned */ }
  .coverage-box__cost {
    padding: 0;
    color: #879096;
    font-size: 15px;
    font-weight: 400; }
  .coverage-box .button.expand {
    margin: 25px 0 0 0;
    width: 80%;
    background-color: #484b4c; }
  .coverage-box:hover {
    -ms-transform: scale(1.05, 1.05);
    /* IE 9 */
    /* Safari */
    transform: scale(1.05, 1.05); }
    .coverage-box:hover h3, .coverage-box:hover .button.expand {
      background-color: #71b73d; }

.review-box {
  padding: 20px 30px;
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  margin-bottom: 20px; }
  .review-box h6, .review-box p {
    padding: 0; }
  .review-box p {
    font-size: 0.8em !important; }
  .review-box h6 {
    font-weight: 700; }
  .review-box .address-review {
    margin-top: 10px; }

.esig_text {
  font-size: 11px;
  color: #879096; }

#edit-customerinfo > legend {
  padding-left: 0.9375rem;
  margin-bottom: 10px;
  font-size: 1.3em; }

#edit-billinginfo img {
  margin-top: 18px; }

#edit-billinginfo > legend {
  padding-left: 0.9375rem; }

fieldset#edit-billing--wrapper {
  padding: 0;
  margin-top: 10px; }

.js-form-type-radio {
  display: inline-block; }
  .js-form-type-radio #edit-billing-creditcard, .js-form-type-radio #edit-billing-ach, .js-form-type-radio #edit-diffaddress-1, .js-form-type-radio #edit-diffaddress-0, .js-form-type-radio #edit-gender-male, .js-form-type-radio #edit-gender-female {
    height: auto; }

span.birthday {
  display: none;
  padding: 10px;
  border: #ededed solid thin;
  background-color: #454545;
  z-index: 99;
  position: absolute;
  color: #ffffff;
  top: -30px;
  right: 0;
  border-radius: 5px; }

.birthdate:hover {
  position: relative; }
  .birthdate:hover span.birthday {
    display: block; }

.creds-head {
  padding: 0;
  margin: 0; }

.creds {
  padding: 0;
  margin: 0; }
