/*
 * This file contains css that is common to all components and/or templates.
 */
@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/* vendor */
/* -------------------------------------------------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0 !important;
}

.no-outline {
  outline: 0 !important;
}

/* 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 1cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.collapsable-trigger {
  cursor: pointer;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../etc/designs/myprime-v2/fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../../../etc/designs/myprime-v2/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../../etc/designs/myprime-v2/fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../../../etc/designs/myprime-v2/fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../../../etc/designs/myprime-v2/fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../../../etc/designs/myprime-v2/fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Meta OT';
  src: url("../../../etc/designs/myprime-v2/fonts/meta/MetaOT-Norm.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Meta OT, Bold';
  src: url("../../../etc/designs/myprime-v2/fonts/meta/MetaOT-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
/*!
 * Font Awesome Free 5.7.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -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: .75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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: .08em solid #eee;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.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);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  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;
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.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;
  font-display: auto;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
  font-weight: 900;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.c-regence .fa-bars:before, .c-asuris .fa-bars:before, .c-bridgespan .fa-bars:before {
  color: #fff;
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-globe-americas:before {
  content: "";
}

.slick-slider {
  position: relative;
  display: block;
  margin-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(../../../etc/designs/myprime-v2/images/common/spinner-blue-large.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: slick-font-url("common/scss/slick.eot");
  src: slick-font-url("common/scss/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("common/scss/slick.woff") format("woff"), slick-font-url("common/scss/slick.ttf") format("truetype"), slick-font-url("common/scss/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir='rtl'] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir='rtl'] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

/* -------------------------------------------------------------------------- */
/* main */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* common */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* mixins */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* structure */
/* -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url("../../../etc/designs/myprime-v2/images/common/intercept-body-bg.png") repeat-y center 0;
}
.c-regence body, .c-asuris body, .c-bridgespan body {
  background: none;
}

body.font-size-large {
  font-size: 1.2em;
}
body.font-size-large .ignore-font-resize {
  font-size: 0.8333em;
}

.page-container.blue {
  background-color: #7ec2da;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhODliMiIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMyYTg5YjIiLz48c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzdlYzJkYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlYzJkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a89b2), color-stop(4%, #2a89b2), color-stop(43%, #7ec2da), color-stop(100%, #7ec2da));
  background-image: -moz-linear-gradient(#2a89b2 0%, #2a89b2 4%, #7ec2da 43%, #7ec2da 100%);
  background-image: -webkit-linear-gradient(#2a89b2 0%, #2a89b2 4%, #7ec2da 43%, #7ec2da 100%);
  background-image: linear-gradient(#2a89b2 0%, #2a89b2 4%, #7ec2da 43%, #7ec2da 100%);
  color: #fff;
}
.page-container.blue .pills-background {
  background-image: url("../../../etc/designs/myprime-v2/images/common/pills-bg.png");
  background-position: center 140px;
  background-repeat: repeat-y;
  padding-bottom: 20px;
}

footer.page-footer,
.page-content-container,
.container {
  width: 100%;
  margin: 0;
}
@media print, screen and (min-width: 60em) {
  footer.page-footer,
  .page-content-container,
  .container {
    width: 960px;
    margin: 0 auto;
  }
}

.page-content-container {
  margin-top: 72px;
  padding: 0 20px;
}
@media print, screen and (min-width: 60em) {
  .page-content-container {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.container-inner {
  margin: 0 20px;
}

/* horizontal rules for various purposes */
.gradient-rule {
  height: 18px;
  margin: 1em 0 0 0;
  border-top: 2px solid #bfe1ed;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZmFmZiIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWZhZmYiLz48c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-image: radial-gradient(ellipse cover at center, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-position: 0 -8px;
  background-repeat: no-repeat;
}
.gradient-rule.no-margin {
  margin: 0;
}

.screen-message {
  padding: 8px 10px;
  background: #e5faff;
  border: 1px solid #bfe1ed;
  color: #1c305c;
  text-align: center;
  margin: 20px 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

.full-bleed-rule {
  margin: 0 -15px;
}

.bleed-right-rule {
  margin: 0 -15px 0 0;
}

/* end horizontal rule styles */
@media print, screen and (min-width: 51em) {
  #pt-main-container {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 60em) {
  .container-inner {
    margin: 0 10px;
  }

  #pt-ss-header {
    display: none;
  }
}
/* Page Layout */
/* -------------------------------------------------------------------------- */
@media print, screen and (min-width: 60em) {
  .page-column-1 {
    width: 620px;
    float: left;
  }

  .page-column-2 {
    width: 300px;
    float: right;
  }
}
.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

@media print, only screen and (min-width: 37.5em) {
  .block-table-sm {
    display: table;
  }

  .block-row-sm {
    display: table-row;
  }

  .block-cell-sm {
    display: table-cell;
  }
}
@media print, only screen and (min-width: 48em) {
  .block-table-med {
    display: table;
  }

  .block-row-med {
    display: table-row;
  }

  .block-cell-med {
    display: table-cell;
  }
}
@media print, screen and (min-width: 60em) {
  .block-table {
    display: table;
  }

  .block-row {
    display: table-row;
  }

  .block-cell {
    display: table-cell;
  }
}
/* Visual Utilities */
/* -------------------------------------------------------------------------- */
.box-shadow {
  -moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
}

/* Utilities */
/* -------------------------------------------------------------------------- */
#screen-size .desktop {
  display: none;
}
@media print, screen and (min-width: 60em) {
  #screen-size .desktop {
    display: block;
  }
}
#screen-size .tablet-portrait-large {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  #screen-size .tablet-portrait-large {
    display: block;
  }
}
#screen-size .tablet-portrait-small {
  display: none;
}
@media print, only screen and (min-width: 37.5em) {
  #screen-size .tablet-portrait-small {
    display: block;
  }
}

.templates {
  display: none;
}

.reference-preview {
  display: none;
}

@media screen {
  .overlay-background-white {
    display: none;
  }
}
@media print {
  .modal, .ui-widget-overlay {
    left: 0px !important;
    right: 0px !important;
    margin: 0px auto !important;
    position: absolute !important;
  }

  .lt-ie9 .ui-widget-overlay {
    display: none !important;
  }

  #screen-notifications {
    display: none;
  }

  .pheader-ls-signed-in-panel .button-signout {
    margin-right: 65px;
  }

  .overlay-background-white {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
  }

  @-moz-document url-prefix() {
    .button-primary {
      background: #fff !important;
      color: #000 !important;
    }
  }
  .pharmacies-search.has-focus.has-search-locations .input-container {
    border-bottom: 1px solid #CCC !important;
  }

  .locations-view-wrapper {
    border-top: 1px solid #CCC !important;
  }
}
/* -------------------------------------------------------------------------- */
/* accessibility */
/* -------------------------------------------------------------------------- */
.skip-link {
  position: absolute;
  top: auto;
  left: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
}
@media print, screen and (max-width: 30em) {
  .skip-link {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */
/* datepicker */
/* -------------------------------------------------------------------------- */
.ui-datepicker {
  background: #fff;
  border: 1px solid #c5c5c5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ui-datepicker .ui-datepicker-header {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ui-datepicker .ui-datepicker-title {
  color: #002c5f;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:after {
  color: #002c5f;
  content: '\f137';
  font-family: 'FontAwesome';
  font-size: 1.750em;
  line-height: normal;
  position: absolute;
  top: 1px;
  left: 3px;
}
.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:after {
  color: #002c5f;
  content: '\f138';
  font-family: 'FontAwesome';
  font-size: 1.750em;
  line-height: normal;
  position: absolute;
  top: 1px;
  left: 3px;
}
.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}
.ui-datepicker td span,
.ui-datepicker td a {
  border: 1px solid #f7f7f7;
  text-align: center;
}
.ui-datepicker td span.ui-state-active,
.ui-datepicker td a.ui-state-active {
  background: #1c305c;
  border: 1px solid #1c305c;
  color: #fff;
}
.ui-datepicker td.this-selected-date a {
  background: #1c305c;
  border: 1px solid #1c305c;
  color: #fff;
}
.ui-datepicker td.other-selected-date a {
  background: #1c305c;
  border: 1px solid #1c305c;
  color: #fff;
}
.ui-datepicker td.in-between-date a {
  background: #1c305c;
  border: 1px solid #1c305c;
  color: #fff;
}
.ui-datepicker td.ui-datepicker-unselectable span,
.ui-datepicker td.ui-datepicker-unselectable a, .ui-datepicker td.ui-state-disabled span,
.ui-datepicker td.ui-state-disabled a {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #646464;
}

.ui-datepicker {
  width: 15em;
}
@media print, only screen and (min-width: 37.5em) {
  .ui-datepicker {
    width: 17em;
  }
}

/* -------------------------------------------------------------------------- */
/* typography */
/* -------------------------------------------------------------------------- */
body {
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  color: #425367;
}

h1 {
  font-size: 2.25em;
  color: #1c305c;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
}
.c-regence h1 {
  color: #192A3D;
}
.c-asuris h1 {
  color: #243319;
}
.c-bridgespan h1 {
  color: #006069;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  font-weight: normal;
  color: #425367;
}

h2 {
  font-size: 1.563em;
  color: #1c305c;
}
.c-regence h2 {
  color: #0075be;
}
.c-asuris h2 {
  color: #568347;
}
.c-bridgespan h2 {
  color: #008a97;
}

h3 {
  font-size: 1.250em;
  font-weight: bold;
}

h2,
h3 {
  margin-top: 0.72727em;
  margin-bottom: 0.36364em;
}

h4,
h5,
h6 {
  margin-top: 0.36364em;
  margin-bottom: 0.36364em;
}

sup {
  font-size: 0.6em;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.spacer {
  color: #CCC;
  padding: 0 0.5em;
}

/* anchors */
/* -------------------------------------------------------------------------- */
a {
  color: #b64202;
  /* Assume Font Awesome icons. */
}
a .fa {
  margin-right: 4px;
}
a .fa-stack {
  margin-right: 2px;
}

a:hover {
  color: #943602;
}

a:active {
  color: #772f0b;
}

.external-link .fa-external-link {
  margin-left: 3px;
  font-size: 0.867em;
  /* 13px */
}

/* -------------------------------------------------------------------------- */
/* buttons */
/* -------------------------------------------------------------------------- */
/* .button */
/* -------------------------------------------------------------------------- */
.button {
  /* Overrides browser native BUTTON styles. */
  font-family: ff-meta-web-pro, sans-serif;
  /* 16px @ 16px base font */
  font-size: 1em;
  /* Assume buttons will not need to support wrapping text. */
  line-height: 1;
  font-weight: bold;
  /* Aligns text baseline with other buttons. */
  vertical-align: middle;
  margin: 5px 0;
  /* outer height = 44px */
  padding: 13px 40px;
  white-space: normal;
  background: #fff;
  border: 1px solid #888;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  /* Centers text if width is not "auto". */
  text-align: center;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  /* Fixes anchor element sizing issue. */
  display: inline-block;
  /* Assume Font Awesome icons. */
}
@media print, only screen and (min-width: 37.5em) {
  .button {
    white-space: inherit;
  }
}
.button[disabled] {
  background: #ccc;
  color: #fff;
  border-color: #ccc;
}
.button[hidden] {
  display: none;
}
@media print, screen and (min-width: 60em) {
  .button {
    /* 17px @ 16px base font */
    font-size: 1.0625em;
    /* outer height = 36px */
    padding: 9px 40px;
  }
}
.button .fa {
  margin-right: 4px;
}
.button .fa-stack {
  margin-right: 2px;
}

/* .button-default */
/* -------------------------------------------------------------------------- */
.button-default {
  background-color: #fffbf2;
  border: 1px solid #eac3ad;
  color: #b64202;
}
.c-regence .button-default {
  background: #0075be;
  color: #fff;
  border: 1px solid #0075be;
}
.c-regence .button-default:hover {
  background: #2b76a5;
  color: #fff;
  border: 1px solid #0075be;
}
.c-regence .button-default:active {
  background: #2b76a5;
  color: #fff;
  border: 1px solid #0075be;
  box-shadow: none;
  color: #fff;
}
.c-regence .button-default:focus {
  background: #2b76a5;
  color: #fff;
  border: 1px solid #0075be;
  outline: 0;
}
.c-asuris .button-default {
  background: #568347;
  color: #fff;
  border: 1px solid #568347;
}
.c-asuris .button-default:hover {
  background: #5c7f51;
  color: #fff;
  border: 1px solid #568347;
}
.c-asuris .button-default:active {
  background: #5c7f51;
  color: #fff;
  border: 1px solid #568347;
  box-shadow: none;
  color: #fff;
}
.c-asuris .button-default:focus {
  background: #5c7f51;
  color: #fff;
  border: 1px solid #568347;
  outline: 0;
}
.c-bridgespan .button-default {
  background: #f26522;
  color: #fff;
  border: 1px solid #f26522;
}
.c-bridgespan .button-default:hover {
  background: #c9480c;
  color: #fff;
  border: 1px solid #f26522;
}
.c-bridgespan .button-default:active {
  background: #c9480c;
  color: #fff;
  border: 1px solid #f26522;
  box-shadow: none;
  color: #fff;
}
.c-bridgespan .button-default:focus {
  background: #c9480c;
  color: #fff;
  border: 1px solid #f26522;
  outline: 0;
}
.button-default:hover {
  background: #fdf1d9;
  border: 1px solid #eac3ad;
  color: #b64202;
}
.button-default:active {
  background: #fdf1d9;
  border: 1px solid #eac3ad;
  color: #fffbf2;
  box-shadow: inset 0 3px 5px #efe0c2;
  color: #b64202;
}
.button-default:focus {
  background: #fdf1d9;
  border: 1px solid #d2926e;
  color: #b64202;
  outline: 0;
}
.button-default[disabled] {
  background: #f7f7f7;
  border-color: #f7f7f7;
  box-shadow: none;
  color: #b2b2b2;
}

/* .button-primary */
/* -------------------------------------------------------------------------- */
a.button-primary {
  color: #fff;
}
a.button-primary:hover {
  color: #fff;
}

.not-authenticated a.button-primary:hover, .not-authenticated a.button-primary:focus {
  background-color: #00607d;
}

.button-primary {
  background: #1c305c;
  border-color: #1c305c;
  color: #fff;
}
.c-regence .button-primary {
  background: #0075be;
  border-color: #0075be;
}
.c-asuris .button-primary {
  background: #568347;
  border-color: #568347;
}
.c-bridgespan .button-primary {
  background: #f26522;
  border-color: #f26522;
}
.button-primary:focus {
  color: #fff;
  background: #324c7f;
  outline: 0;
}
.c-regence .button-primary:focus {
  background: #2b76a5;
}
.c-asuris .button-primary:focus {
  background: #5c7f51;
}
.c-bridgespan .button-primary:focus {
  background: #c9480c;
}
.button-primary:hover {
  background: #324c7f;
  border: 1px solid #324c7f;
  color: #fff;
  text-shadow: #1c305c 1px 1px 0;
  box-shadow: inset 0 -3px 0 #005786;
}
.c-regence .button-primary:hover {
  background: #2b76a5;
  box-shadow: none;
  border: 1px solid #2b76a5;
  text-shadow: none;
}
.c-asuris .button-primary:hover {
  background: #5c7f51;
  box-shadow: none;
  border: 1px solid #5c7f51;
  text-shadow: none;
}
.c-bridgespan .button-primary:hover {
  background: #c9480c;
  box-shadow: none;
  border: 1px solid #c9480c;
  text-shadow: none;
}
.button-primary:active {
  background: #324c7f;
  border: 1px solid #004266;
  color: #fff;
  text-shadow: #1c305c 0 -1px 0;
  box-shadow: inset 0 3px 5px #203765;
}
.c-regence .button-primary:active {
  background: #2b76a5;
  box-shadow: none;
  border: 1px solid #2b76a5;
  text-shadow: none;
}
.c-asuris .button-primary:active {
  background: #5c7f51;
  box-shadow: none;
  border: 1px solid #5c7f51;
  text-shadow: none;
}
.c-bridgespan .button-primary:active {
  background: #c9480c;
  box-shadow: none;
  border: 1px solid #c9480c;
  text-shadow: none;
}
.button-primary[disabled] {
  background: #f7f7f7;
  border-color: #d9d9d9;
  box-shadow: none;
  color: #b2b2b2;
  text-shadow: none;
}
.c-regence .button-primary[disabled] {
  background: #f7f7f7;
  border-color: #d9d9d9;
  box-shadow: none;
  color: #b2b2b2;
  text-shadow: none;
}
.c-asuris .button-primary[disabled] {
  background: #f7f7f7;
  border-color: #d9d9d9;
  box-shadow: none;
  color: #b2b2b2;
  text-shadow: none;
}
.c-bridgespan .button-primary[disabled] {
  background: #f7f7f7;
  border-color: #d9d9d9;
  box-shadow: none;
  color: #b2b2b2;
  text-shadow: none;
}

/* .button-link */
/* -------------------------------------------------------------------------- */
.button-link-base, .button-link-as-button, .button-link-as-anchor {
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: underline;
  color: #b64202;
  font-weight: normal;
}
@media print, screen and (min-width: 60em) {
  .button-link-base, .button-link-as-button, .button-link-as-anchor {
    font-size: 1em;
  }
}
.button-link-base:hover, .button-link-as-button:hover, .button-link-as-anchor:hover {
  background: none;
  border: none;
  color: #943602;
}
.button-link-base:active, .button-link-as-button:active, .button-link-as-anchor:active {
  background: none;
  border: none;
  color: #772f0b;
}
.button-link-base:focus, .button-link-as-button:focus, .button-link-as-anchor:focus {
  background: none;
  border: none;
  color: #b64202;
  box-shadow: none;
  outline: 2px solid #1a3054;
}
.button-link-base[disabled], [disabled].button-link-as-button, [disabled].button-link-as-anchor {
  background: none;
  border: none;
  color: #b2b2b2;
  text-decoration: none;
}

.button-link-as-button {
  padding: 10px 0;
}

.button-link-as-anchor {
  display: inline;
  margin: 0;
  padding: 1px 0;
  font-size: 1em;
  line-height: 1.375;
  /* 22px */
  vertical-align: baseline;
}

/* .button-* modifiers */
/* -------------------------------------------------------------------------- */
.button-block {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.button-with-margins {
  margin-left: 5px;
  margin-right: 5px;
}

.button-with-margin-left {
  margin-left: 5px;
}

.button-with-margin-right {
  margin-right: 5px;
}

.button-with-icon span {
  margin-left: 5px;
}

/* toggle button classes */
/* -------------------------------------------------------------------------- */
.toggle-buttons {
  margin: 0;
  padding: 0;
  width: 100%;
}
.toggle-buttons .toggle-button-item {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}
.toggle-buttons .toggle-button-item .button-toggle {
  color: #1c305c;
  height: 44px;
  font-weight: normal;
  border-color: #ccc;
  padding: 8px 0;
  width: 100%;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #ccc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #fafafa), color-stop(100%, #bbbbbb));
  background-image: -moz-linear-gradient(#fafafa 50%, #bbbbbb);
  background-image: -webkit-linear-gradient(#fafafa 50%, #bbbbbb);
  background-image: linear-gradient(#fafafa 50%, #bbbbbb);
}
@media print, screen and (min-width: 60em) {
  .toggle-buttons .toggle-button-item .button-toggle {
    height: auto;
  }
}
.toggle-buttons .toggle-button-item .button-toggle:hover {
  background: #ededed;
}
.toggle-buttons .toggle-button-item .button-toggle:active {
  box-shadow: inset 0 4px 5px #d0d0d0;
  background: #ededed;
}
.toggle-buttons .toggle-button-item .button-toggle:focus {
  outline: 0;
  border: 1px solid #a2a2a2;
}
.toggle-buttons .toggle-button-item .active {
  background: #fff;
  box-shadow: inset 0 4px 0 #f2f5f7;
  border: 1px solid #ccc;
}
.toggle-buttons .toggle-button-item .active:hover {
  background: #fff;
}
.toggle-buttons .toggle-button-item .active:active {
  background: #fff;
  box-shadow: inset 0 4px 0 #f2f5f7;
  border: 1px solid #ccc;
}
.toggle-buttons .toggle-button-item:first-child .button-toggle {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 2em;
  -webkit-border-top-left-radius: 2em;
  border-top-left-radius: 2em;
  -moz-border-radius-bottomleft: 2em;
  -webkit-border-bottom-left-radius: 2em;
  border-bottom-left-radius: 2em;
  border-right: none;
}

.panel-carousel-next-button {
  text-align: center;
}
.panel-carousel-next-button .fa-chevron-right {
  margin: 0 0 0 4px;
}

.panel-carousel-previous-button {
  text-align: center;
}
.panel-carousel-previous-button .fa-chevron-left {
  margin: 0 2px 0 0;
}

@media print, screen and (min-width: 60em) {
  .font-size-large .button {
    padding: 9px 20px;
  }
}

/*
.button-style-2 {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  color: #b2b2b2;
}
*/
.panel-list-item + .button-style-2 {
  margin: 25px 0;
}

/* pagination buttons: .button-pagination & .button-pagination-default */
/* -------------------------------------------------------------------------- */
.button-pagination {
  padding: 13px 0;
  width: 47px;
  background-color: #fffbf2;
  border: 1px solid #eac3ad;
  color: #b64202;
}
@media print, screen and (min-width: 60em) {
  .button-pagination {
    padding: 9px 0;
    width: 38px;
  }
}
.font-size-large .button-pagination {
  padding: 13px 0;
  width: 50px;
}
@media print, screen and (min-width: 60em) {
  .font-size-large .button-pagination {
    padding: 9px 0;
    width: 42px;
  }
}
.button-pagination .fa {
  margin: 0;
}
.button-pagination:hover {
  background: #fdf1d9;
  border: 1px solid #eac3ad;
  color: #b64202;
}
.button-pagination:active {
  background: #fdf1d9;
  border: 1px solid #eac3ad;
  color: #fffbf2;
  box-shadow: inset 0 3px 5px #efe0c2;
  color: #b64202;
}
.button-pagination:focus {
  background: #fdf1d9;
  border: 1px solid #d2926e;
  color: #b64202;
  outline: 0;
}
.button-pagination[disabled] {
  background: #f7f7f7;
  border-color: #d9d9d9;
  color: #b2b2b2;
  text-shadow: none;
  box-shadow: none;
}
.button-pagination-primary, .button-pagination-carousel {
  background: #1c305c;
  border-color: #1c305c;
  color: #fff;
}
.button-pagination-primary .fa, .button-pagination-carousel .fa {
  margin: 0;
}
.button-pagination-primary:focus, .button-pagination-carousel:focus {
  color: #fff;
  background: #324c7f;
  border: 1px solid #1c305c;
}
.button-pagination-primary:hover, .button-pagination-carousel:hover {
  background: #324c7f;
  border: 1px solid #324c7f;
  color: #fff;
  text-shadow: #1c305c 1px 1px 0;
  box-shadow: inset 0 -3px 0 #005786;
}
.button-pagination-primary:active, .button-pagination-carousel:active {
  background: #324c7f;
  border: 1px solid #004266;
  color: #fff;
  text-shadow: #1c305c 0 -1px 0;
  box-shadow: inset 0 3px 5px #203765;
}
.button-pagination-primary[disabled], .button-pagination-carousel[disabled] {
  background: #f7f7f7;
  border-color: #d9d9d9;
  color: #b2b2b2;
  text-shadow: none;
  box-shadow: none;
}
.button-pagination-carousel[disabled] {
  background: #53aecc;
  color: #0c8eb9;
  border-color: #53aecc;
}

/*Styling for file upload buttons */
.focusOnTab:focus {
  outline: 2px solid #1a3054;
}

/* -------------------------------------------------------------------------- */
/* controls */
/* -------------------------------------------------------------------------- */
.control[type="text"],
.control[type="password"],
.control[type="search"],
.control-date,
.control-select,
.control-textarea {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /* Overrides browser native BUTTON styles. */
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 1em;
  font-kerning: none;
  line-height: 1.375;
  color: #1c305c;
  margin: 5px 0;
  /* outer height = 44px */
  padding: 9px 15px;
  background: #e5faff;
  border: 1px solid #bfe1ed;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.control[type="text"]:-moz-placeholder,
.control[type="password"]:-moz-placeholder,
.control[type="search"]:-moz-placeholder,
.control-date:-moz-placeholder,
.control-select:-moz-placeholder,
.control-textarea:-moz-placeholder {
  color: #1c305c;
  font-style: italic;
}
.control[type="text"]::-moz-placeholder,
.control[type="password"]::-moz-placeholder,
.control[type="search"]::-moz-placeholder,
.control-date::-moz-placeholder,
.control-select::-moz-placeholder,
.control-textarea::-moz-placeholder {
  color: #1c305c;
  font-style: italic;
}
.control[type="text"]:-ms-input-placeholder,
.control[type="password"]:-ms-input-placeholder,
.control[type="search"]:-ms-input-placeholder,
.control-date:-ms-input-placeholder,
.control-select:-ms-input-placeholder,
.control-textarea:-ms-input-placeholder {
  color: #1c305c;
  font-style: italic;
}
.control[type="text"]::-webkit-input-placeholder,
.control[type="password"]::-webkit-input-placeholder,
.control[type="search"]::-webkit-input-placeholder,
.control-date::-webkit-input-placeholder,
.control-select::-webkit-input-placeholder,
.control-textarea::-webkit-input-placeholder {
  color: #1c305c;
  font-style: italic;
}

@media print, screen and (min-width: 60em) {
  .control[type="text"],
  .control[type="password"],
  .control[type="search"],
  .control-date,
  .control-select,
  .control-textarea {
    font-size: 1.0625em;
    /* outer height == 36px */
    padding: 6px 15px 4px;
  }
}
.control-block {
  display: block;
  width: 100%;
}

.control[type="text"]:focus,
.control[type="password"]:focus,
.control[type="search"]:focus,
.control-textarea:focus {
  background: #fff;
  border-color: #888;
  outline: none;
}

.control[type="text"][disabled],
.control[type="password"][disabled],
.control[type="search"][disabled],
.control-textarea[disabled],
.control-date[disabled],
.control-select[disabled] {
  background: #f2f1f1;
  border-color: #eaeaea;
  box-shadow: none;
  color: #a9a9a9;
}
.control[type="text"][disabled]:-moz-placeholder,
.control[type="password"][disabled]:-moz-placeholder,
.control[type="search"][disabled]:-moz-placeholder,
.control-textarea[disabled]:-moz-placeholder,
.control-date[disabled]:-moz-placeholder,
.control-select[disabled]:-moz-placeholder {
  color: #a9a9a9;
}
.control[type="text"][disabled]::-moz-placeholder,
.control[type="password"][disabled]::-moz-placeholder,
.control[type="search"][disabled]::-moz-placeholder,
.control-textarea[disabled]::-moz-placeholder,
.control-date[disabled]::-moz-placeholder,
.control-select[disabled]::-moz-placeholder {
  color: #a9a9a9;
}
.control[type="text"][disabled]:-ms-input-placeholder,
.control[type="password"][disabled]:-ms-input-placeholder,
.control[type="search"][disabled]:-ms-input-placeholder,
.control-textarea[disabled]:-ms-input-placeholder,
.control-date[disabled]:-ms-input-placeholder,
.control-select[disabled]:-ms-input-placeholder {
  color: #a9a9a9;
}
.control[type="text"][disabled]::-webkit-input-placeholder,
.control[type="password"][disabled]::-webkit-input-placeholder,
.control[type="search"][disabled]::-webkit-input-placeholder,
.control-textarea[disabled]::-webkit-input-placeholder,
.control-date[disabled]::-webkit-input-placeholder,
.control-select[disabled]::-webkit-input-placeholder {
  color: #a9a9a9;
}

.lt-ie10 .placeholdersjs {
  font-style: italic;
  color: #ccc;
}

.lt-ie10 .control[type="text"].placeholdersjs,
.lt-ie10 .control[type="password"].placeholdersjs,
.lt-ie10 .control[type="search"].placeholdersjs,
.lt-ie10 .control-date.placeholdersjs,
.lt-ie10 .control-select.placeholdersjs,
.lt-ie10 .control-textarea.placeholdersjs {
  color: #1c305c;
}

.lt-ie10 .control[type="text"][disabled].placeholdersjs,
.lt-ie10 .control[type="password"][disabled].placeholdersjs,
.lt-ie10 .control[type="search"][disabled].placeholdersjs,
.lt-ie10 .control-date.placeholdersjs,
.lt-ie10 .control-select.placeholdersjs,
.lt-ie10 .control-textarea[disabled].placeholdersjs {
  color: #a9a9a9;
}

/* input (submit) --> SEE: "button.css" */
/* textarea */
/* -------------------------------------------------------------------------- */
.control-textarea {
  position: relative;
  padding: 5px 15px;
  background: #e5faff;
  border: 1px solid #bfe1ed;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.control-textarea:focus {
  background: #fff;
  border-color: #888;
  outline: none;
}

.control-textarea[disabled] {
  background: #f2f1f1;
  border-color: #eaeaea;
  box-shadow: none;
  color: #a9a9a9;
}

/* select */
/* -------------------------------------------------------------------------- */
.control-select {
  position: relative;
  max-width: 100%;
  padding-right: 30px;
  background: #e5faff url("../../../etc/designs/myprime-v2/images/controls/select-arrow.png") no-repeat right center;
  border: 1px solid #bfe1ed;
  border-radius: 2em;
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  /* Hides the arrow button (Chrome, Firefox). */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  -ms-text-overflow: '';
  -o-text-overflow: '';
  text-overflow: '';
}
.lt-ie9 .control-select {
  background: #e5faff;
  background-image: none;
}
.control-select::-ms-expand {
  /* Hides the arrow button (IE10). */
  display: none;
}
.control-select:focus {
  background: #fff url("../../../etc/designs/myprime-v2/images/controls/select-arrow.png") no-repeat right center;
  border-color: #888;
  outline: none;
}
.control-select[disabled] {
  background: #f2f1f1;
  border-color: #eaeaea;
  box-shadow: none;
  color: #a9a9a9;
}
.lt-ie10 .control-select {
  /* Hides the arrow image (IE9, IE8...). */
  padding-right: 15px;
  background-image: none;
}
.control-select.filter-control-select {
  border: 1px solid #abd1e1;
  color: #b64202;
  margin: 10px 0;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 30px 9px 10px;
  box-shadow: inset 0 0 0 transparent;
  background: #fff url("../../../etc/designs/myprime-v2/images/medicines/select-arrow-orange.png") no-repeat right center;
}
.c-asuris .control-select.filter-control-select {
  color: #1c305c;
  background: #fff url("../../../etc/designs/myprime-v2/images/medicines/select-arrow-orange.png") no-repeat right center;
}
.c-regence .control-select.filter-control-select {
  color: #1c305c;
  background: #fff url("../../../etc/designs/myprime-v2/images/controls/select-arrow.png") no-repeat right center;
}
.c-bridgespan .control-select.filter-control-select {
  color: #1c305c;
  background: #fff url("../../../etc/designs/myprime-v2/images/controls/select-arrow.png") no-repeat right center;
}
.control-select.filter-control-select:hover {
  border: 1px solid #81b3c4;
}
.control-select.filter-control-select:active {
  border: 1px solid #81b3c4;
  background-color: #f2fbfd;
}
.control-select.filter-control-select:focus {
  border: 1px solid #002c5f;
}
@media print, screen and (min-width: 60em) {
  .control-select.filter-control-select {
    width: auto;
    padding: 5px 45px 5px 10px;
    margin: 0;
  }
}
.lt-ie10 .control-select.filter-control-select {
  background: #fff;
  padding-right: 15px;
}
.lt-ie10 .control-select.filter-control-select:hover, .lt-ie10 .control-select.filter-control-select.hover {
  box-shadow: inset 0 -4px 0 0 #e9eced;
}
.lt-ie10 .control-select.filter-control-select:active {
  box-shadow: inset 0 4px 0 0 #e9eced;
}

/* date */
/* -------------------------------------------------------------------------- */
.control-date {
  background: #fff url("../../../etc/designs/myprime-v2/images/controls/date-icon.png") no-repeat right center;
  border: 1px solid #abd1e1;
  box-shadow: inset 0 0 0 transparent;
  color: #002c5f;
  font-size: 0.97em;
  padding: 6px 10px 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media print, screen and (min-width: 60em) {
  .control-date {
    margin: 0 4px;
  }
}

/* checkbox / radio */
/* -------------------------------------------------------------------------- */
/* invalid */
/* -------------------------------------------------------------------------- */
.control[type="text"].control-invalid,
.control[type="password"].control-invalid,
.control[type="search"].control-invalid,
.control-date.control-invalid,
.control-select.control-invalid,
.control-textarea.control-invalid {
  border-color: #c20430;
}

/* miscellaneous */
/* -------------------------------------------------------------------------- */
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  opacity: 1;
}

/* -------------------------------------------------------------------------- */
/* forms */
/* -------------------------------------------------------------------------- */
.form-container {
  padding: 0;
}

.form-bordered {
  position: relative;
  padding: 10px;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 20px;
  font-size: 0.95em;
  /* 15px/21px */
  color: #111;
}
.form-bordered .fieldset-container:first-child {
  padding-top: 0;
  border-top: none;
}

@media print, only screen and (min-width: 48em) {
  .form-container {
    padding: 0 35px;
  }

  .form-bordered {
    padding: 20px;
  }
}
/* form texts */
/* -------------------------------------------------------------------------- */
.form-alert p,
.form-instruction p {
  margin: 0.5em 0;
}

.form-alert-container {
  margin: 20px 15px;
}

.form-alert {
  font-size: 0.95em;
  /* 15px/21px */
  font-weight: bold;
  color: #c20430;
}

.form-instruction {
  font-style: italic;
  max-width: 300px;
}

/* .form-actions */
/* -------------------------------------------------------------------------- */
.form-actions,
.form-actions-inner {
  border-top: 1px solid #ccc;
}

.form-actions {
  padding-top: 3px;
}

.form-actions-inner {
  padding: 20px 10px 0;
}

@media print, only screen and (min-width: 48em) {
  .form-actions-inner .left-column {
    width: 50%;
    float: left;
  }

  .form-actions-inner .right-column {
    width: 50%;
    float: left;
  }
}
@media print, screen and (min-width: 60em) {
  .form-actions-inner .left-column {
    width: 30%;
  }

  .form-actions-inner .right-column {
    width: 70%;
  }
}
.form-action {
  margin: 0 5px;
}

.form-action:first-child {
  margin-left: 0;
}

/* .form-info */
/* -------------------------------------------------------------------------- */
.form-info {
  margin: 20px 0;
}
.condensed .form-info {
  margin: 0 0 15px 0;
}

/* .fieldset */
/* -------------------------------------------------------------------------- */
.fieldset-container {
  position: relative;
  padding: 20px 5px;
  border-top: 1px solid #ccc;
}

fieldset,
legend {
  margin: 0;
  padding: 0;
  border: none;
}

.fieldset legend {
  font-size: 1.05em;
  font-weight: bold;
  color: #333;
}

.fieldset-mask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
}

.fieldset-container-disabled {
  -ms-opacity: 0.5;
  opacity: 0.5;
}

.fieldset-checking,
.field-checking {
  display: none;
  position: relative;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("../../../etc/designs/myprime-v2/images/common/spinner-blue-small.gif") no-repeat;
}

.fieldset-checking {
  margin-left: 15px;
}

.fieldset-checking-displayed {
  display: inline-block;
}

@media print, only screen and (min-width: 48em) {
  .fieldset-text {
    width: 60%;
  }
}
/* .form-group */
/* -------------------------------------------------------------------------- */
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.form-group .control,
.form-group button {
  display: block;
  margin: 0;
}

/* .field-container */
/* -------------------------------------------------------------------------- */
.field-container {
  position: relative;
  display: block;
  margin: 20px 0;
}
.field-container-reg {
  display: block;
  margin: 20px 0;
}
.field-container label {
  display: block;
  font-weight: normal;
}
.field-container input[type="checkbox"] + label {
  display: inline-block;
}
.field-container-info {
  display: none;
}
.condensed .field-container {
  margin: 0 0 15px 0;
}

.label-optional {
  font-style: italic;
}

.field-container-checking .field-container-info,
.field-container-valid .field-container-info,
.field-container-invalid .field-container-info,
.field-container-explanation .field-container-info {
  display: inline-block;
}

.field-checking,
.field-text-valid,
.field-text-invalid,
.field-text-explanation {
  display: none;
}

/* .field-checking */
/* See ".fieldset-checking, .field-checking" */
.field-container-checking .field-checking {
  display: inline-block;
}

/* .field-text-valid */
.field-text-valid {
  font-weight: bold;
  color: #a3ae00;
}

.field-container-valid .field-text-valid {
  display: inline-block;
}

/* .field-text-invalid */
.field-text-invalid {
  font-weight: bold;
  color: #c20430;
  margin-top: 1em;
}

.field-container-invalid .field-text-invalid {
  display: inline-block;
}

/* .field-text-explanation */
.field-container-explanation .field-text-explanation {
  display: inline-block;
}

/* .field-text-help */
.field-text-help {
  font-style: italic;
  color: #808080;
}

/* disabled */
.field-container-disabled label {
  color: #a2a2a2;
}

/* .field-container-group */
@media print, only screen and (min-width: 48em) {
  .field-container-info {
    display: inline-block;
    margin-left: 15px;
  }
  .field-container-info-below {
    display: block;
    margin-left: 0;
  }

  .field-container-group {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .field-container-group .field-container {
    display: table-cell;
    padding-right: 15px;
  }
  .field-container-group .field-container-group-info {
    display: table-cell;
    vertical-align: middle;
  }
}
.field-input-group {
  display: inline-block;
}

/* form elements - form context styles */
/* -------------------------------------------------------------------------- */
.field-container textarea,
.field-container input[type="text"],
.field-container input[type="password"],
.field-container input[type="file"],
.field-container select {
  margin: 5px 0;
  width: 100%;
}

.field-input-group input[type="text"],
.field-input-group input[type="password"],
.field-input-group input[type="file"],
.field-input-group select {
  /* 5109 - changed block to inline-block*/
  display: inline-block;
}

@media print, only screen and (min-width: 48em) {
  .field-container textarea {
    max-width: 24em;
    min-height: 6em;
  }

  .field-container input[type="text"],
  .field-input-group input[type="text"],
  .field-container input[type="password"],
  .field-input-group input[type="password"],
  .field-container input[type="file"],
  .field-input-group input[type="file"],
  .field-container select,
  .field-input-group select {
    display: inline-block;
    width: auto;
  }

  .field-container-group input[type="text"],
  .field-container-group input[type="password"]
  .field-container-group input[type="file"] {
    display: inline-block;
    width: 100%;
  }

  .form-full-width .field-container textarea {
    max-width: 100%;
  }
  .form-full-width .field-container input[type="text"],
  .form-full-width .field-input-group input[type="text"],
  .form-full-width .field-container input[type="password"],
  .form-full-width .field-input-group input[type="password"],
  .form-full-width .field-container input[type="file"],
  .form-full-width .field-input-group input[type="file"],
  .form-full-width .field-container select,
  .form-full-width .field-input-group select {
    display: inline-block;
    width: 100%;
  }
  .form-full-width .field-container-group input[type="text"],
  .form-full-width .field-container-group input[type="password"]
  .field-container-group input[type="file"] {
    display: inline-block;
    width: 100%;
  }
}
input[type="file"] {
  color: transparent;
}

/* checkbox and radio */
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 2px solid #1a3054;
}
input[type=radio]:hover,
input[type=checkbox]:hover {
  outline: 0px;
}

input[type=button]:focus {
  outline: 2px solid #1a3054;
}
input[type=button]:hover {
  outline: 0px;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.field-container-checkbox-set,
.field-container-radio-set {
  margin: 20px 0;
}

.field-checkbox-set-label,
.field-radio-set-label {
  font-weight: bold;
}

.field-checkbox-set-vertical,
.field-checkbox-set-horizontal,
.field-radio-set-vertical,
.field-radio-set-horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.field-checkbox-set-vertical li,
.field-checkbox-set-horizontal li,
.field-radio-set-vertical li,
.field-radio-set-horizontal li {
  margin: 5px 0;
}

.field-radio-set-reg-vertical {
  margin: 5px 0 15px;
  display: block;
}

.field-checkbox-set-horizontal li,
.field-radio-set-horizontal li {
  display: inline-block;
  padding-right: 40px;
}

/* form step sections */
/* -------------------------------------------------------------------------- */
.form-step-section {
  position: relative;
  padding: 20px 10px;
  border-top: 1px solid #ccc;
}
.form-step-section a {
  color: #a3ae00;
}
.form-step-section-disabled {
  -ms-opacity: 0.5;
  opacity: 0.5;
}

.form-step-number {
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  border: 3px solid #3291ba;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #3291ba;
}
@media print, screen and (min-width: 60em) {
  .form-step-number {
    float: left;
  }
}

.form-step-heading {
  font-size: 1.05em;
  font-weight: bold;
  color: #333;
}

@media print, screen and (min-width: 60em) {
  .form-step-heading,
  .form-step-section-content {
    margin-left: 50px;
  }
}
/* miscellandous */
/* -------------------------------------------------------------------------- */
.form-disclaimer-container {
  margin: 20px 10px;
  font-size: 0.9em;
  line-height: 1.55;
}
@media print, screen and (min-width: 60em) {
  .form-disclaimer-container {
    margin: 20px 20px 40px;
  }
}

.field-container-invalid .control[type="text"],
.field-container-invalid .control[type="password"],
.field-container-invalid .control[type="file"],
.field-container-invalid .control-select,
.field-container-invalid .control-date {
  border-color: #c20430;
}

.field-container-invalid textarea {
  border-color: #c20430 !important;
}

/* Required Field */
/* -------------------------------------------------------------------------- */
.required-field {
  position: relative;
  display: inline;
}
.required-field .required-field-error {
  display: none;
}
.required-field .required-field-error-left {
  left: 2px;
}
.required-field .required-field-error-right {
  right: 2px;
}
.required-field.invalid .required-field-error {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 1em;
  color: #c20430;
  font-weight: bold;
  padding: 10px 20px;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  top: -55px;
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
}
.required-field.invalid .required-field-error.required-field-error-left:after {
  right: auto;
  left: 30px;
}
.required-field.invalid .required-field-error.required-field-error-right:after {
  left: auto;
  right: 20px;
}
.required-field.invalid .required-field-error:after {
  background: url("../../../etc/designs/myprime-v2/images/v1/rfv-arrow.png") center bottom no-repeat;
  content: '';
  display: block;
  width: 34px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -21px;
}

.control-validation-container {
  position: relative;
}

input::-ms-clear {
  display: none;
}

.ui-datepicker .ui-icon.ui-icon-circle-triangle-w, .ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
  background-image: none;
}

@-moz-document url-prefix() {
  option {
    border-right: 1px solid #888;
  }

  optgroup {
    border-right: 1px solid #888;
  }
  optgroup option {
    border-right: 0px;
  }
}
/* -------------------------------------------------------------------------- */
/* common */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* mixins */
/* -------------------------------------------------------------------------- */
/* medicine-information-container.scss */
.medicine-information-container {
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  border: 1px solid #bfe1ed;
  color: #425367;
  position: relative;
  background: #fff;
}
.medicine-information-container .inner-container {
  padding: 15px 0 15px 15px;
}
.medicine-information-container .inner-container .loading {
  width: 100%;
  padding: 30px;
}
.medicine-information-container-close {
  cursor: pointer;
  position: absolute;
  font-size: 1em;
  top: 7px;
  right: 7px;
}
.medicine-information-container.medicine-pricing-error p {
  margin-bottom: 0;
  font-weight: bold;
}
.medicine-information-container .radial-gradient-top {
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZmFmZiIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWZhZmYiLz48c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-image: radial-gradient(ellipse cover at center, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-position: 0 -8px;
  background-repeat: no-repeat;
}
.medicine-information-container .medicine-name {
  font-size: 1.5em;
  padding-bottom: 10px;
  line-height: 1;
}
.medicine-information-container .medicine-name.brand {
  text-transform: uppercase;
}
.medicine-information-container .medicine-name.generic {
  text-transform: lowercase;
}
@media print, screen and (min-width: 60em) {
  .medicine-information-container .medicine-info-content {
    min-height: 90px;
  }
}
.medicine-information-container .medicine-info p.generic-drug-label {
  margin-bottom: 10px;
}
.medicine-information-container .medicine-info p.prescription-number {
  margin-bottom: 2px;
}
.medicine-information-container .medicine-info p.prescription-last-filled-on {
  margin-bottom: 2px;
}
.medicine-information-container .medicine-info p.last-filled-primemail {
  margin-bottom: 2px;
}
.medicine-information-container .medicine-info p.last-filled-retail {
  margin-bottom: 2px;
}
.medicine-information-container .medicine-info p .prescribed-by {
  margin-bottom: 8px;
}
.medicine-information-container .medicine-info .prescription-lastfilled-container {
  line-height: 0.55em;
  margin-bottom: 0.7em;
}
.medicine-information-container .medicine-info p {
  margin-top: 0px;
  margin-bottom: 8px;
}
.medicine-information-container .medicine-info p.medicine-for {
  font-weight: bold;
  margin-top: 9px;
}
.medicine-information-container .medicine-info p.medicine-for.has-person-icon {
  margin-top: 9px;
  margin-bottom: 8px;
}
@media print, only screen and (min-width: 37.5em) {
  .medicine-information-container .medicine-info p.medicine-for.has-person-icon {
    margin-bottom: 0px;
  }
}
.medicine-information-container .not-covered-on-drug-list .fa-ban {
  font-size: 1.36em;
  vertical-align: middle;
}
.medicine-information-container .covered-on-drug-list .fa-stack {
  font-size: 0.68em;
}
.medicine-information-container .covered-on-drug-list .fa-stack .fa-circle {
  color: #a3ae00;
}
.medicine-information-container .covered-on-drug-list .fa-stack .fa-check {
  color: #fff;
  font-size: 1.25em;
}
.medicine-information-container .medicine-prime-mail-message {
  color: #78278b;
  font-weight: bold;
}
.medicine-information-container .medicine-prime-mail-message.fill-later {
  color: #1c305c;
}
.medicine-information-container .medicine-prime-mail-message.info {
  color: #1c305c;
}
.medicine-information-container .medicine-prime-mail-message.info .medicine-list-item-info {
  vertical-align: top;
  font-size: 0.65em;
}
.medicine-information-container .medicine-prime-mail-message.info .medicine-list-item-info .fa-info {
  font-size: 1.2em;
  line-height: 1.75em;
}
.medicine-information-container .medicine-interactions {
  display: block;
  margin: 5px 0 20px;
}
.medicine-information-container .medicine-interactions .fa {
  margin-right: 3px;
  margin-left: 1px;
}
.medicine-information-container .medicine-interactions .fa.multiple {
  color: #ee8530;
}
.medicine-information-container .medicine-interactions .fa.severe {
  color: #c20430;
}
.medicine-information-container .medicine-interactions .fa.moderate {
  color: #ee8530;
}
.medicine-information-container .medicine-interactions .fa.mild {
  color: #eeaf30;
}
.medicine-information-container .button-link-as-anchor {
  display: block;
  margin: 0 auto;
}
.medicine-information-container .medicine-actions-inner-container {
  padding-bottom: 14px;
}
.medicine-information-container .medicine-pricing {
  width: 100%;
  margin-bottom: 15px;
  color: #002c5f;
}
.medicine-information-container .medicine-pricing.checking td {
  display: none;
}
.medicine-information-container .medicine-pricing.checking .field-checking {
  display: block;
  float: none;
  margin: 20px auto;
}
.medicine-information-container .medicine-pricing td.message {
  padding-bottom: 10px;
}
.medicine-information-container .medicine-pricing td.message p {
  margin: 0px;
}
.medicine-information-container .user-cost {
  font-weight: bold;
  color: #46BADA;
}
.medicine-information-container .penalty-amount {
  font-weight: bold;
  color: red;
}
.medicine-information-container .penalty-message {
  border-bottom: 1px solid #bbe5ee;
}
.medicine-information-container .pre-cost-info-message {
  color: purple;
  font-weight: bold;
}
.medicine-information-container .medicine-table-left {
  text-align: left;
  padding-right: 1em;
}
.medicine-information-container .medicine-table-right {
  text-align: right;
  vertical-align: bottom;
}
.medicine-information-container .message {
  text-align: left;
}
.medicine-information-container .sup {
  font-size: 0.5em;
  vertical-align: super;
}
.medicine-information-container .fa-stack-1x {
  color: #fff;
}
.medicine-information-container .refill-too-soon-icon {
  color: #31c7ec;
  float: left;
  margin-right: 8px;
}
.medicine-information-container .order-status-icon {
  color: #78278b;
  float: left;
  margin-right: 8px;
}
.medicine-information-container .refill-too-soon-message .button-link,
.medicine-information-container .order-status-message .button-link {
  padding-top: 0;
  padding-bottom: 0;
}
.medicine-information-container .icon-messaging {
  float: left;
  width: 75%;
}
@media print, screen and (min-width: 60em) {
  .medicine-information-container .icon-messaging a {
    display: block;
    clear: both;
  }
}
.medicine-information-container .icon-messaging .track-it {
  margin-top: 8px;
  display: inline-block;
}
.medicine-information-container.refill-too-soon .refill-too-soon-message .fa-circle {
  color: #18a2c2;
}
.medicine-information-container.order-status .order-status-message .fa-circle {
  color: #78278b;
}
.medicine-information-container.order-status .order-status-message .in-progress {
  color: #78278b;
  font-weight: bold;
}
.medicine-information-container .medicine-pipe {
  font-weight: normal;
  color: #e3e8ec;
}
.medicine-information-container .medicine-pricing-options {
  text-align: left;
  width: 100%;
  margin: 10px 0 10px;
  display: inline-block;
}
@media print, screen and (min-width: 60em) {
  .medicine-information-container {
    border: 2px solid #e5faff;
    margin-right: 0;
    padding-right: 0;
    -moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  }
  .medicine-information-container-close {
    top: -12px;
    right: -12px;
  }
  .medicine-information-container-close .fa-circle {
    color: #1c305c;
  }
  .medicine-information-container .container-inner {
    padding: 20px 15px 0 25px;
  }
  .medicine-information-container .radial-gradient-top {
    display: none;
  }
  .medicine-information-container .medicine-info {
    display: table-cell;
    position: relative;
    width: 100%;
  }
  .medicine-information-container .medicine-actions-holder {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZmFmZiIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWZhZmYiLz48c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 68%, #ffffff 100%);
    background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 68%, #ffffff 100%);
    background-image: radial-gradient(ellipse cover at center, #e5faff 0%, #e5faff 0%, #ffffff 68%, #ffffff 100%);
    background-position: -180px 0;
    background-repeat: no-repeat;
    border-left: 1px solid #bbe5ee;
  }
  .medicine-information-container .medicine-actions-inner-container {
    width: 270px;
    text-align: left;
    padding: 10px 12px 14px 20px;
  }
  .medicine-information-container .medicine-actions-inner-container .no-pricing-info {
    padding: 30px 0;
  }
  .medicine-information-container .medicine-messages-holder {
    border-top: 1px solid #f7f7f7;
    padding-top: 12px;
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .medicine-information-container .medicine-prime-mail-message {
    margin-bottom: 0;
  }
  .medicine-information-container .medicine-interactions {
    margin-bottom: 0;
  }
  .medicine-information-container .refill-too-soon-icon {
    float: none;
    margin-right: 0;
  }
  .medicine-information-container .order-status-icon {
    float: none;
    margin-right: 0;
  }
  .medicine-information-container .icon-messaging {
    float: none;
    width: 100%;
  }
  .medicine-information-container .icon-messaging .track-it {
    margin-top: 0;
    display: inline;
  }
}

.total-cost-information-container .total-cost-messages-info-content {
  min-height: 90px;
}
.total-cost-information-container .total-cost-message-info {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .total-cost-information-container .total-cost-message-info {
    display: table-cell;
  }
}
@media print, only screen and (min-width: 37.5em) {
  .total-cost-information-container .total-cost-message-info {
    display: table-cell;
  }
}
@media print, only screen and (min-width: 48em) {
  .total-cost-information-container .total-cost-message-info {
    display: table-cell;
  }
}
.total-cost-information-container .total-cost-actions-holder {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  border: 2px solid #BFE1ED;
  background-color: #E5FAFF;
  background-position: -180px 0;
  background-repeat: no-repeat;
}
.total-cost-information-container .total-cost-actions-inner-container {
  width: 270px;
  text-align: left;
  padding: 10px 12px 14px 20px;
  color: #425367;
  font-size: 20px;
}
@media print, screen and (max-width: 30em) {
  .total-cost-information-container .total-cost-actions-inner-container {
    width: 330px;
  }
}
.total-cost-information-container .medicine-table-left {
  text-align: left;
  padding-right: 1em;
}
.total-cost-information-container .medicine-table-right {
  text-align: right;
  vertical-align: bottom;
}

/* -------------------------------------------------------------------------- */
/* #medicine-interaction */
/* -------------------------------------------------------------------------- */
.accordion-component {
  border: 2px solid #bfe1ed;
  -moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  list-style-type: none;
  padding: 0;
}
.accordion-component .accordion-row {
  border-top: 1px solid #bfe1ed;
}
.accordion-component .accordion-row .row-content {
  margin: 0 40px;
  border-top: 1px solid #bfe1ed;
  padding: 20px 0;
  display: none;
}
.accordion-component .accordion-row:focus {
  outline: 1px solid #000;
}
.accordion-component .accordion-row h3 {
  display: block;
  font-size: 1.2em;
  padding: 1em 1em 1em 0;
  margin: 0;
  border-top: 3px solid #fff;
  cursor: pointer;
  border-bottom: 1px solid #bfe1ed;
  background: #e5faff;
  color: #1c305c;
}
.accordion-component .accordion-row h3:hover {
  background: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZmFmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5faff));
  background-image: -moz-linear-gradient(#ffffff, #e5faff);
  background-image: -webkit-linear-gradient(#ffffff, #e5faff);
  background-image: linear-gradient(#ffffff, #e5faff);
}
.accordion-component .accordion-row h3 .fa-angle-down,
.accordion-component .accordion-row h3 .fa-angle-right {
  padding: 2px 14px 0 16px;
  height: 40px;
  width: 40px;
  float: left;
}
.accordion-component .accordion-row h3 .fa-angle-down {
  display: none;
}
.accordion-component .accordion-row h3.active {
  background: #fff;
  border-bottom: none;
}
.accordion-component .accordion-row h3.active .fa-angle-right {
  display: none;
}
.accordion-component .accordion-row h3.active .fa-angle-down {
  display: block;
}

.pt-view-slider {
  overflow-x: hidden;
  overflow-y: hidden;
}

.pt-view-container {
  width: 100%;
}
.pt-view-container.pt-view-container-animating {
  width: 200%;
}

.pt-view-container-animating .pt-view-shown {
  width: 50%;
  float: left;
}

.pt-view-clear {
  clear: both;
}

/* -------------------------------------------------------------------------- */
/* lists */
/* -------------------------------------------------------------------------- */
.list-content,
.has-list-content ul {
  margin: 1em 0;
  padding: 0 0 0 15px;
  list-style: none;
}

.list-content li,
.has-list-content ul li {
  background: url("../../../img/icons/icon-arrow.png") no-repeat 0 2px;
  padding-left: 25px;
}

.list-content .li-downloadable,
.has-list-content ul .li-downloadable {
  background-image: url("../../../etc/designs/myprime-v2/images/icons/icon-download.png");
}

.font-size-large .list-content li,
.font-size-large .list-content .li-downloadable,
.font-size-large .has-list-content ul li,
.font-size-large .has-list-content ul .li-downloadable {
  background-position: 0 5px;
}

/* Font Awesome lists */
.list-fa {
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
}
.list-fa .li-fa {
  position: relative;
}
.list-fa .li-fa:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
}
.list-fa .li-fa-plus-circle:before {
  content: '\f055';
  left: -23px;
}
.list-fa .li-fa-arrow-right:before {
  content: '\f061';
  left: -23px;
}
.list-fa .li-fa-mortar-board:before {
  content: '\f19d';
  left: -27px;
}
.list-fa .li-fa-check:before {
  content: '\f00c';
  left: -24px;
}

.fa-cerulean {
  color: #00AFD8;
}

.fa-buddha-gold {
  color: #A2AD00;
}

.fa-bamboo {
  color: #d95e00;
}

.fa-seance,
.fa-purple {
  color: #78278b;
}

.fa-fuel-yellow {
  color: #EEAF30;
}

.fa-midnight-blue {
  color: #002c5f;
}

.fa-sky-blue {
  color: #7FD7EB;
}

.fa-deco {
  color: #D0D67F;
}

.fa-regent-blue {
  color: #A7C1E3;
}

.fa-tacao {
  color: #ECAE7F;
}

.fa-east-side {
  color: #BB93C5;
}

.fa-marzipan {
  color: #F6D797;
}

.fa-bali-hai {
  color: #7F95AF;
}

.fa-severe {
  color: #C20430;
}

.fa-moderate {
  color: #EE8530;
}

.fa-minor {
  color: #EEAF30;
}

.fa-good {
  color: #A2AD00;
}

.fa-link-color {
  color: #B64202;
}

.hidden.fa:before, .hidden .fa:before, .inactive.fa:before, .inactive .fa:before {
  content: "";
}

.icon-download {
  top: 0;
  height: 23px;
  vertical-align: middle;
  background: url("../../../etc/designs/myprime-v2/images/icons/icon-download.png") no-repeat;
  background-position: center;
}
@media print {
  .icon-download {
    margin-left: 6px;
    background: transparent;
    width: 21px;
    height: 23px;
    content: url("../../../etc/designs/myprime-v2/images/icons/icon-download.png");
  }
}

.icon-bsc-info {
  background: url("../../../etc/designs/myprime-v2/images/icons/BSC-icon.png") no-repeat;
  background-size: 15px 13px;
  display: inline-block;
  height: 13px;
  width: 16px;
}

.icon-purple-bullet {
  top: 0;
  height: 23px;
  vertical-align: middle;
  background: url("../../../etc/designs/myprime-v2/images/icons/icon-purple-bullet.png") no-repeat;
  background-position: center;
}

.icon-dotted-arrow {
  top: 0;
  height: 23px;
  vertical-align: middle;
  background: url("../../../etc/designs/myprime-v2/images/icons/dotted-arrow-dblue.png") no-repeat;
  background-position: center;
}

.icon-dotted-arrow-up {
  top: 0;
  height: 26px;
  vertical-align: middle;
  background: url("../../../etc/designs/myprime-v2/images/icons/dotted-arrow-up.png") no-repeat;
  background-position: center;
}

.icon-preferred {
  top: 0;
  height: 23px;
  vertical-align: middle;
  background: url("../../../etc/designs/myprime-v2/images/pharmacies/icon-preferred.png") no-repeat;
  background-position: center;
}
@media print {
  .icon-preferred {
    margin-left: 6px;
    background: transparent;
    width: 21px;
    height: 23px;
    content: url("../../../etc/designs/myprime-v2/images/pharmacies/icon-preferred.png");
  }
}

.fa-stack .fa.icon-download,
.fa-stack .fa.icon-purple-bullet,
.fa-stack .fa.icon-dotted-arrow,
.fa-stack .fa.icon-dotted-arrow-up,
.fa-stack .fa.icon-preferred {
  top: 0.45em;
}

.tabs-container {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 60em) {
  .tabs-container {
    border-bottom: 1px solid #b8dae6;
  }
}
.tabs-container h1 {
  padding: 10px 0 0 0px;
  display: block;
}
@media print, screen and (min-width: 60em) {
  .tabs-container h1 {
    display: none;
  }
  .authenticated .tabs-container h1.authenticated {
    display: none;
  }
}
.tabs-container .not-authenticated h1 {
  padding: 0 20px;
}
.tabs-container .nav-tabs-row {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #b8dae6;
  display: table-row;
}
@media print, screen and (min-width: 60em) {
  .tabs-container .nav-tabs-row {
    margin: 0 10px 15px;
  }
}
.tabs-container .nav-tabs-row .nav-tab {
  list-style: none;
  display: table-cell;
  border-top: 1px solid #cfdfe6;
  border-right: 1px solid #cfdfe6;
  border-bottom: 1px solid #cfdfe6;
  background-color: #fff;
  text-decoration: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWZjZmUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #ffffff), color-stop(100%, #f5fcfe));
  background-image: -moz-linear-gradient(#ffffff 70%, #f5fcfe);
  background-image: -webkit-linear-gradient(#ffffff 70%, #f5fcfe);
  background-image: linear-gradient(#ffffff 70%, #f5fcfe);
}
.tabs-container .nav-tabs-row .nav-tab:first-child {
  border-right: 1px solid #b8dae6;
  border-left: 1px solid #b8dae6;
}
.tabs-container .nav-tabs-row .nav-tab.active {
  border-top: 1px solid #b8dae6;
  border-bottom: none;
  margin-bottom: -1px;
  background-color: #e5faff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWZhZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #e5faff), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
  background-image: -webkit-linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
  background-image: linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
}
.tabs-container .nav-tabs-row .nav-tab.active div {
  color: #1c305c;
  font-weight: bold;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.tabs-container .nav-tabs-row .nav-tab.active div:active {
  box-shadow: none;
  border: 1px solid #fff;
}
.tabs-container .nav-tabs-row .nav-tab.active div:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWZhZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #e5faff), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
  background-image: -webkit-linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
  background-image: linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
}
.tabs-container .nav-tabs-row .nav-tab.active div:focus {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWZhZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #e5faff), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
  background-image: -webkit-linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
  background-image: linear-gradient(#e5faff 10%, #ffffff 50%, #ffffff);
  border: 1px solid #fff;
  outline: 0;
}
@media print, screen and (min-width: 60em) {
  .tabs-container .nav-tabs-row .nav-tab {
    float: left;
    min-width: 270px;
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0;
    border-bottom: none;
    border-left: 1px solid #b8dae6;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
  }
}
.tabs-container .nav-tabs-row .nav-tab:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmNGZiZmQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2Y3ZmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #f4fbfd), color-stop(100%, #e7f7fb));
  background-image: -moz-linear-gradient(#f4fbfd 70%, #e7f7fb);
  background-image: -webkit-linear-gradient(#f4fbfd 70%, #e7f7fb);
  background-image: linear-gradient(#f4fbfd 70%, #e7f7fb);
  box-shadow: inset 0 5px 3px #cedfe3;
  border: 1px solid #cedfe3;
}
.tabs-container .nav-tabs-row .nav-tab:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmNGZiZmQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2Y3ZmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #f4fbfd), color-stop(100%, #e7f7fb));
  background-image: -moz-linear-gradient(#f4fbfd 70%, #e7f7fb);
  background-image: -webkit-linear-gradient(#f4fbfd 70%, #e7f7fb);
  background-image: linear-gradient(#f4fbfd 70%, #e7f7fb);
}
.tabs-container .nav-tabs-row .nav-tab:focus {
  border: 1px solid #87b0be;
  border-bottom: none;
  outline: 0;
}
.tabs-container .nav-tabs-row .nav-tab div {
  font-size: 1.125em;
  display: block;
  text-align: center;
  padding: 18px 16px;
  color: #646464;
  border: 1px solid #fff;
  text-decoration: none;
  line-height: 1.2;
}
@media print, screen and (min-width: 60em) {
  .tabs-container .nav-tabs-row .nav-tab div {
    font-size: 1.18em;
    border-bottom: none;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
  }
}
.tabs-container .nav-tabs-row .nav-tab div.active {
  border-width: 2px;
}
.tabs-container .nav-tabs-row label.long {
  cursor: pointer;
}
@media print, only screen and (min-width: 37.5em) {
  .tabs-container .nav-tabs-row label.long {
    display: inline;
  }
}
.tabs-container .nav-tabs-row label.short {
  display: inline;
  cursor: pointer;
}
@media print, only screen and (min-width: 37.5em) {
  .tabs-container .nav-tabs-row label.short {
    display: none;
  }
}
.tabs-container .fa-circle {
  color: #22c7ee;
}
.c-regence .tabs-container .fa-circle {
  color: #0075be;
}
.c-asuris .tabs-container .fa-circle {
  color: #568347;
}
.c-bridgespan .tabs-container .fa-circle {
  color: #f26522;
}
.tabs-container .dotted-arrow {
  background-image: url("../../../etc/designs/myprime-v2/images/medicines/dotted-arrow.png");
  height: 22px;
  width: 30px;
  display: inline-block;
  margin: 5px 0 0 55px;
  vertical-align: middle;
}

.ui-widget-overlay {
  background: #fff;
  opacity: 0.7;
}

.modal-container {
  display: none;
}

.modal {
  height: auto;
  width: 640px;
  left: 30%;
  top: 50px;
}

.modal.ui-widget input, .modal.ui-widget select, .modal.ui-widget textarea, .modal.ui-widget button {
  font-family: "ff-meta-web-pro", sans-serif;
}
.modal.ui-widget button:focus {
  border: 2px solid #1a3054;
  margin: 2px !important;
  outline: 0px !important;
}
.modal.ui-widget button:hover {
  border: none;
}
.modal .control,
.modal .control-select {
  width: 100%;
}
.modal.ui-dialog {
  z-index: 12000;
  background: #fff;
  border: none;
  border-radius: 0;
  font-family: "ff-meta-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.97em;
  /* 16px */
  line-height: 1.4;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: fixed;
}
@media print, only screen and (min-width: 48em) {
  .modal.ui-dialog {
    border: 1px solid #ccc;
    box-shadow: 4px 4px 0 #f7f7f7;
    width: 640px !important;
    top: 50px !important;
  }
}
.modal.ui-dialog a {
  color: #b64202;
  /* Anchors as buttons */
}
.modal.ui-dialog a:hover {
  color: #943602;
}
.modal.ui-dialog a:active {
  color: #772f0b;
}
.modal.ui-dialog a.button {
  cursor: pointer;
}
.modal.ui-dialog a.button.button-primary {
  color: #fff;
}
.modal .ui-dialog-titlebar {
  padding-top: 8px;
  padding-bottom: 8px;
  background: none;
  border: 0;
}
.modal .ui-dialog-title {
  font-size: 2em;
  line-height: 1.2;
  color: #1c305c;
  font-weight: normal;
  overflow: visible;
  white-space: normal;
  margin: 0;
  width: 85%;
}
@media print, only screen and (min-width: 37.5em) {
  .modal .ui-dialog-title {
    font-size: 34px;
  }
}
.modal .ui-dialog-title .bold {
  font-weight: bold;
}
.modal .ui-dialog-title .nowrap {
  white-space: nowrap;
}
.modal .ui-dialog-titlebar-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  background-size: auto;
}
.modal .ui-dialog-titlebar-close:focus {
  height: 26px;
  width: 26px;
}
.modal .ui-dialog-titlebar-close:hover {
  border: none;
}
@media screen and (max-width: 600px) {
  .modal .ui-dialog-titlebar-close {
    top: 5px;
  }
  .modal .ui-dialog-titlebar-close:focus {
    height: 41px;
    width: 41px;
  }
}
@media print, only screen and (min-width: 48em) {
  .modal .ui-dialog-titlebar-close {
    width: 22px;
    height: 22px;
  }
}
.modal .modal-print {
  position: absolute;
  top: 15px;
  right: 47px;
}
.modal .ui-button-icon-primary, .modal .ui-button-icon, .modal .ui-button:hover .ui-icon {
  width: 34px;
  height: 34px;
  background: transparent url("../../../etc/designs/myprime-v2/images/modal/close-button-small-screen.png") 0 0 no-repeat;
  background-size: auto;
}
@media print, only screen and (min-width: 48em) {
  .modal .ui-button-icon-primary, .modal .ui-button-icon, .modal .ui-button:hover .ui-icon {
    width: 22px;
    height: 22px;
    background: transparent url("../../../etc/designs/myprime-v2/images/modal/close-sprite.png") no-repeat;
    background-position: 0 0;
    outline: 0;
  }
  .modal .ui-button-icon-primary:focus, .modal .ui-button-icon:focus, .modal .ui-button:hover .ui-icon:focus {
    background-position: 0 -22px;
    /* outline : 2px solid #1a3054 !important; */
  }
  .modal .ui-button-icon-primary:hover, .modal .ui-button-icon:hover, .modal .ui-button:hover .ui-icon:hover {
    background-position: 0 -22px;
  }
  .modal .ui-button-icon-primary:active, .modal .ui-button-icon:active, .modal .ui-button:hover .ui-icon:active {
    background-position: 0 -44px;
  }
}
.modal .ui-icon {
  margin: 1px;
  top: 0;
  left: 0;
  overflow: visible;
}
.modal .ui-button-text, .modal .ui-button-icon-space {
  text-indent: -9999999px;
  padding: 0;
}
.modal .ui-dialog-content {
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.modal .modal-content-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  /* scrollbar height/width & offset from container borders */
}
.modal .modal-content-container > .scroll-element {
  background-color: #fff;
}
.modal .modal-content-container > .scroll-element, .modal .modal-content-container > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.modal .modal-content-container > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.modal .modal-content-container > .scroll-element.scroll-x {
  display: none !important;
}
.modal .modal-content-container > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 0.75em;
}
.modal .modal-content-container > .scroll-element.scroll-y .scroll-element_outer {
  left: 0;
  width: 0.75em;
}
.modal .modal-content-container > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.modal .modal-content-container > .scroll-element .scroll-element_track {
  background-color: #e5e5e5;
}
.modal .modal-content-container > .scroll-element .scroll-bar {
  background-color: #999999;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  max-height: 50%;
  min-height: 20px;
}
.modal .modal-content-container > .scroll-element .scroll-bar:hover {
  background-color: #808080;
}
.modal .modal-content-container > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #737373;
}
.modal .modal-content-container > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.modal .modal-content-container > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.modal .modal-content {
  padding: 16px 0;
}
.modal .modal-content p {
  margin: 0 0 1em 0;
  padding: 0;
}
.modal .modal-content:focus {
  outline: 0;
}
.modal .modal-content .modal-inner-content {
  padding: 0 15px;
}
@media print, only screen and (min-width: 48em) {
  .modal .modal-content .modal-inner-content {
    padding: 0 20px;
  }
}
.modal footer {
  margin: 0;
  padding: 8px 18px;
}
.modal footer .button {
  margin-right: 10px;
}
.modal footer .button:first-child {
  margin-left: 0;
}

@media print, screen and (min-width: 60em) {
  .ui-dialog .ui-dialog-content {
    overflow: hidden;
  }
}
.no-border {
  border: none !important;
}

/* -------------------------------------------------------------------------- */
/* common */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* mixins */
/* -------------------------------------------------------------------------- */
/* Styles for the anchor(s) that trigger the informational popover. */
/* === .has-info-popover === */
.has-info-popover,
#info-popover-trigger-1 {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dashed #888;
}

.has-info-popover.no-border {
  border-bottom: none;
}

/* Styles for the informational popover itelf. */
/* === .info-popover === */
.info-popover.ui-widget {
  min-height: 32px;
  padding: 0;
  border: 1px solid #d5d5d5;
  -o-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  z-index: 14000;
  background: #fff;
}

.info-popover .ui-dialog-titlebar {
  display: none;
}

.info-popover .ui-dialog-content {
  padding: 1em 0;
}

.info-popover-content {
  padding: 0 2em 0 1em;
  font-family: "ff-meta-web-pro", sans-serif;
  height: 100%;
  /* scrollbar height/width & offset from container borders */
}
@media print, only screen and (min-width: 48em) {
  .info-popover-content {
    max-height: 250px;
  }
}
.info-popover-content p {
  margin: 0 0 1em 0;
  padding: 0 30px 0px;
  color: #425367;
}
.info-popover-content > .scroll-element {
  background-color: #ffffff;
}
.info-popover-content > .scroll-element, .info-popover-content > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.info-popover-content > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.info-popover-content > .scroll-element.scroll-x {
  display: none !important;
}
.info-popover-content > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 0.75em;
}
.info-popover-content > .scroll-element.scroll-y .scroll-element_outer {
  left: 0;
  width: 0.75em;
}
.info-popover-content > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.info-popover-content > .scroll-element .scroll-element_track {
  background-color: #e5e5e5;
}
.info-popover-content > .scroll-element .scroll-element_outer,
.info-popover-content > .scroll-element .scroll-element_track,
.info-popover-content > .scroll-element .scroll-bar {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}
.info-popover-content > .scroll-element .scroll-bar {
  background-color: #999999;
  max-height: 50%;
  min-height: 20px;
}
.info-popover-content > .scroll-element .scroll-bar:hover {
  background-color: #808080;
}
.info-popover-content > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #737373;
}
.info-popover-content > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.info-popover-content > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.info-popover-close {
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0;
  background: transparent;
  border: none;
  z-index: 100;
}

.info-popover-close-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: transparent url("../../../etc/designs/myprime-v2/images/modal/close-sprite.png") no-repeat;
  background-position: 0 0;
  outline: 0 !important;
  overflow: visible;
}
.info-popover-close-icon:focus {
  background-position: 0 -22px;
}
.info-popover-close-icon:hover {
  background-position: 0 -22px;
}
.info-popover-close-icon:active {
  background-position: 0 -44px;
}

.info-popover-arrow {
  display: none;
}

.info-popover-ajax-loader {
  display: block;
  margin: 1em auto 0 auto;
}

.info-popover-title {
  font-size: 1.125em;
}

.info-popover-content label {
  display: inline-block;
  margin: 10px 0 8px 0;
  font-weight: bold;
}

.info-popover-content input[type="text"] {
  display: inline-block;
  border: 1px solid #EAEAEA;
  border-radius: 1em;
  padding: 4px 6px;
  font-weight: bold;
  -webkit-box-shadow: inset 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  font-family: "ff-meta-web-pro", sans-serif;
  margin: 0 0 10px 0;
  text-align: center;
}

.info-popover-content input[type="submit"] {
  display: inline-block;
  border: none;
  color: #FFF;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: bold;
  border-radius: 1em;
  padding: 2px 12px;
  margin: 0;
}

/* === .info-popover-ss === */
.info-popover-ss.ui-dialog {
  position: fixed;
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 1em;
}

/* === .info-popover-ls === */
.info-popover-ls.ui-dialog {
  overflow: visible;
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 1em;
  min-height: 32px;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 0 #f7f7f7;
  background: #fff;
  border-radius: 15px;
}

.info-popover-ls .info-popover-arrow {
  display: none;
  position: absolute;
  left: 1em;
  width: 32px;
  height: 16px;
  z-index: 1000;
}

.info-popover-ls .info-popover-arrow-visible {
  display: block;
}

.info-popover-ls .info-popover-arrow-above {
  bottom: -16px;
  background: url(../../../etc/designs/myprime-v2/images/popover/arrow-above.png) no-repeat;
}

.info-popover-ls .info-popover-arrow-below {
  top: -16px;
  background: url(../../../etc/designs/myprime-v2/images/popover/arrow-below.png) no-repeat;
}

/* -------------------------------------------------------------------------- */
/* panel */
/* -------------------------------------------------------------------------- */
/**
 * A panel is a reusable component that typically consists of a title,
 * body, and a footer. Panels should be able to flex to the width of
 * their containing element.
 *
 * Currently a panel can exist with or without a border. If a border
 * is desired - simply add the class 'panel-border' to the 'panel'
 * element.
 *
 * TODO: Address any other states of a 'panel'. Also look into customizing
 * the padding of a 'panel-footer'. Currently padding between default and
 * 'panel-primary' are different.
 */
.panel {
  background: #fff;
  color: #425367;
  margin: 0 0 1em 0;
  padding: 15px 20px 20px;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  -moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  /* panel w/ carousel
   ========================================================================== */
}
.panel .item-prime-mail-message {
  margin: 20px 0;
}
.panel .sup {
  font-size: 0.5em;
  vertical-align: super;
}
.panel p {
  margin: 0 0 10px;
}
.panel .panel-title {
  font-size: 1.625em;
  line-height: 1.154em;
  margin: 0 0 10px;
  color: #002c5f;
}
.panel .col-panel-header {
  color: #1c305c;
  font-weight: bold;
  margin-bottom: 10px;
}
.panel .panel-footer {
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  margin: 0 -20px -20px;
  padding: 15px;
}
.panel .panel-footer .button {
  margin: 0;
}
.panel.panel-border {
  border: 2px solid #bfe1ed;
  border-radius: 0;
}
.panel.panel-primary .panel-footer {
  background: #0c8eb9;
  border-top: none;
  padding: 8px 15px;
}
.c-regence .panel.panel-primary .panel-footer, .c-asuris .panel.panel-primary .panel-footer, .c-bridgespan .panel.panel-primary .panel-footer {
  background: #fff;
}
.panel .panel-carousel-slide {
  display: none;
}
.panel .panel-carousel-slide.active {
  display: block;
}
.panel .panel-carousel-controls {
  display: inline-block;
}
.panel .panel-carousel-controls span {
  color: #fff;
  font-weight: bold;
}
.panel .panel-carousel-controls span.panel-carousel-controls-current:after {
  content: ' / ';
}

/* panel list items
   ========================================================================== */
.panel-list-items .radial-gradient-top {
  margin: 0;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-items .radial-gradient-top {
    display: none;
  }
}
.panel-list-items .panel-footer-1 {
  bottom: -20px;
  margin: -20px -20px 0;
  position: relative;
}
.panel-list-items .panel-footer-1 .button {
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-items .panel-footer-1 .button {
    float: left;
    margin-left: 6px;
    width: auto;
  }
}
@media print, only screen and (min-width: 48em) {
  .panel-list-items .panel-footer-1 .button + .button {
    float: right;
    margin-left: 30px;
    margin-right: 6px;
  }
}

.panel-list-title {
  font-size: 1.875em;
  line-height: 1.125;
  color: #1c305c;
  font-weight: normal;
  margin-bottom: 5px;
}
.panel-list-title + p {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-title + p {
    display: block;
  }
}

.panel-list-item {
  box-shadow: none;
  color: #425367;
  padding: 0;
  position: relative;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-item {
    border: 2px solid #e5faff;
    box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
  }
}
.panel-list-item .panel-list-col {
  position: relative;
  vertical-align: top;
  width: 100%;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-item .panel-list-col {
    display: table-cell;
  }
}
.panel-list-item .panel-info p {
  margin-bottom: 0;
  margin-top: 4px;
}
.panel-list-item .panel-info .panel-item-consumer {
  margin-bottom: 2px;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-item .panel-info .panel-info-content {
    min-height: 80px;
  }
}
.panel-list-item .panel-item-name {
  font-size: 1.5em;
  line-height: 1;
}
.panel-list-item .panel-item-name.brand {
  text-transform: uppercase;
}
.panel-list-item .panel-item-messages {
  display: none;
  margin-bottom: 12px;
  padding-top: 12px;
  vertical-align: bottom;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-item .panel-item-messages {
    display: table-cell;
    height: 79px;
    margin-right: 12px;
    width: 407px;
  }
}
@media print, screen and (min-width: 60em) {
  .panel-list-item .panel-item-messages {
    width: 280px;
  }
}
.panel-list-item .panel-item-messages p {
  border-top: 1px solid #e5faff;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 10px;
}
.panel-list-item .panel-item-messages p + p {
  border: none;
  margin-top: 4px;
  padding-top: 0;
}
.panel-list-item .panel-item-actions {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZmFmZiIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWZhZmYiLz48c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 68%, #ffffff 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 68%, #ffffff 100%);
  background-image: radial-gradient(ellipse cover at center, #e5faff 0%, #e5faff 0%, #ffffff 68%, #ffffff 100%);
  background-repeat: no-repeat;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-item .panel-item-actions {
    background-position: -180px 0;
    border-left: 1px solid #bbe5ee;
  }
}
.panel-list-item .panel-item-actions .panel-actions-container {
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-item .panel-item-actions .panel-actions-container {
    padding: 10px 12px 0 20px;
    width: 270px;
  }
}
.panel-list-item .panel-item-pricing {
  display: none;
  width: 100%;
  margin-bottom: 1em;
  color: #002c5f;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-item .panel-item-pricing {
    display: table;
  }
}
.panel-list-item .panel-item-pricing .panel-item-cost {
  font-weight: bold;
}
.panel-list-item .panel-item-pricing.checking td {
  display: none;
}
.panel-list-item .panel-item-pricing.checking .field-checking {
  display: block;
  float: none;
  margin: 20px auto;
}
.panel-list-item .panel-item-pricing .panel-item-td-key {
  text-align: left;
}
.panel-list-item .panel-item-pricing .panel-item-td-value {
  text-align: right;
}
.panel-list-item .panel-item-price-options {
  display: none;
  text-align: center;
  padding: 10px 0;
}
@media print, only screen and (min-width: 48em) {
  .panel-list-item .panel-item-price-options {
    display: block;
  }
}

.item-prime-mail-message {
  color: #78278b;
  font-weight: bold;
}
.item-prime-mail-message.fill-later {
  color: #1c305c;
}
.item-prime-mail-message a {
  font-weight: normal;
}
.item-prime-mail-message.info {
  color: #1c305c;
}
.item-prime-mail-message.info .panel-list-item-info {
  vertical-align: top;
  font-size: 0.65em;
}
.item-prime-mail-message.info .panel-list-item-info .fa-info {
  font-size: 1.2em;
  line-height: 1.75em;
}

.panel-footer-1 {
  background: #0c8eb9;
  border-top: none;
  padding: 10px 10px 9px;
  text-align: center;
}
@media print, only screen and (min-width: 48em) {
  .panel-footer-1 {
    padding: 0 15px 1px;
  }
}

.panel-item-fill-location {
  display: none;
}
@media print, only screen and (min-width: 48em) {
  .panel-item-fill-location {
    display: block;
  }
}

.radial-gradient-top {
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZmFmZiIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWZhZmYiLz48c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-image: radial-gradient(ellipse cover at center, #e5faff 0%, #e5faff 0%, #ffffff 88%, #ffffff 100%);
  background-position: 0 -8px;
  background-repeat: no-repeat;
}

@media print {
  #online-forms-coverage-exception-confirmation .fc-print-button {
    display: none !important;
  }
}
/* -------------------------------------------------------------------------- */
/* Logic for hide and show classes, see MYPRIME-11846 for details */
/* -------------------------------------------------------------------------- */
html.authenticated .not-authenticated {
  display: none !important;
}

html.not-authenticated .authenticated {
  display: none !important;
}

html.shopper-site.authenticated .pheader-ls-user-menu ul .pheader-ls-user-menu-settings.authenticated, html.shopper-site.authenticated .pheader-ls-user-menu ul .pheader-ls-user-menu-inbox.authenticated {
  display: block !important;
}

html.has-primemail-benefit .no-primemail-benefit {
  display: none !important;
}

html.no-primemail-benefit .has-primemail-benefit {
  display: none !important;
}

html.has-walgreens-mail-benefit .no-walgreens-mail-benefit {
  display: none !important;
}

html.no-walgreens-mail-benefit .has-walgreens-mail-benefit {
  display: none !important;
}

html.has-retail-benefit .no-retail-benefit {
  display: none !important;
}

html.no-retail-benefit .has-retail-benefit {
  display: none !important;
}

html.has-specialty-benefit .no-specialty-benefit {
  display: none !important;
}

html.no-specialty-benefit .has-specialty-benefit {
  display: none !important;
}

html.has-client .no-client {
  display: none !important;
}

html.no-client .has-client {
  display: none !important;
}

html.active-membership .not-active-membership {
  display: none !important;
}

html.not-active-membership .active-membership {
  display: none !important;
}

html.no-language-support .language-support {
  display: none !important;
}

html.language-support .no-language-support {
  display: none !important;
}

html.no-related-persons .has-related-persons {
  display: none !important;
}

html.has-related-persons .no-related-persons {
  display: none !important;
}

html.has-pharmacy-network .no-pharmacy-network {
  display: none !important;
}

html.no-pharmacy-network .has-pharmacy-network {
  display: none !important;
}

html.has-multiple-coverages .no-multiple-coverages {
  display: none !important;
}

html.no-multiple-coverages .has-multiple-coverages {
  display: none !important;
}

html.has-account .no-account {
  display: none !important;
}

html.no-account .has-account {
  display: none !important;
}

html.has-drug-list .no-drug-list {
  display: none !important;
}

html.no-drug-list .has-drug-list {
  display: none !important;
}

html.has-product-offering .no-product-offering {
  display: none !important;
}

html.no-product-offering .has-product-offering {
  display: none !important;
}

html.has-dual-primemail-access .no-dual-primemail-access {
  display: none !important;
}

html.no-dual-primemail-access .has-dual-primemail-access {
  display: none !important;
}

html.has-dual-retail-access .no-dual-retail-access {
  display: none !important;
}

html.no-dual-retail-access .has-dual-retail-access {
  display: none !important;
}

html.active-membership .has-alternative-mail-benefit {
  display: block !important;
}

html.active-membership .no-alternative-mail-benefit {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/* responsive-mobile-desktop-tablet */
/* -------------------------------------------------------------------------- */
@media print, screen and (max-width: 30em) {
  .hide-in-mobile {
    display: none !important;
  }
}

@media print, screen and (max-width: 30em) {
  .show-in-mobile {
    display: block !important;
  }
}

@media print, screen and (min-width: 60em) {
  .hide-in-desktop {
    display: none !important;
  }
}

@media print, screen and (min-width: 60em) {
  .show-in-desktop {
    display: block !important;
  }
}

@media print, only screen and (min-width: 37.5em) {
  .hide-in-tablet-portrait-small {
    display: none !important;
  }
}

@media print, only screen and (min-width: 37.5em) {
  .show-in-tablet-portrait-small {
    display: block !important;
  }
}

@media print, only screen and (min-width: 48em) {
  .hide-in-tablet-portrait-large {
    display: none !important;
  }
}

@media print, only screen and (min-width: 48em) {
  .show-in-tablet-portrait-large {
    display: block !important;
  }
}

