/*
 * 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: Arial, 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.eot?#iefix") format("embedded-opentype"), url("../../../etc/designs/myprime-v2/fonts/meta/MetaOT-Norm.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Meta OT, Bold';
  src: url("../../../etc/designs/myprime-v2/fonts/meta/MetaOT-Bold.eot?#iefix") format("embedded-opentype"), url("../../../etc/designs/myprime-v2/fonts/meta/MetaOT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: Arial;
  src: url("../../../etc/designs/prime-corporate/fonts/arial/Arial.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: Arial-Bold;
  src: url("../../../etc/designs/prime-corporate/fonts/arial/ArialBold.ttf") format("truetype");
  font-style: bold;
  font-weight: 400; }

/*!
 * 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: -.0667em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative; }

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

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .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: .3em; }

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  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: "\f26e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bacon:before {
  content: "\f7e5"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clinic-medical:before {
  content: "\f7f2"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

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

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

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

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

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

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

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

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

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

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

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

.fa-file-audio:before {
  content: "\f1c7"; }

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

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

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

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

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

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

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

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

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

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

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

.fa-paw:before {
  content: "\f1b0"; }

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

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

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

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

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

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

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

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

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

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

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

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

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

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

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

.fa-stopwatch:before {
  content: "\f2f2"; }

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

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

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

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

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

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

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-x-twitter:before {
  content: "𝕏"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

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

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

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

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

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

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

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  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-x-twitter:before {
  content: "𝕏"; }

.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: "\f57d"; }

.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 image-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.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: -owg-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: -moz-linear-gradient(#2a89b2 0%, #2a89b2 4%, #7ec2da 43%, #7ec2da 100%);
  background-image: -o-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: -owg-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
  background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
  background-image: radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 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 {
  -webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  -moz-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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .ui-datepicker .ui-datepicker-header {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-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: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  color: #2A2A2C; }

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: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  font-weight: normal;
  color: #2A2A2C; }

h2 {
  font-size: 1.25em;
  color: #005E82;
  font-weight: bold; }
  .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: #0057AF;
  /* Assume Font Awesome icons. */ }
  a .fa {
    margin-right: 4px; }
  a .fa-stack {
    margin-right: 2px; }

a:hover {
  color: #0073E6; }

a:active {
  color: #0079d1; }

.external-link .fa-external-link {
  margin-left: 3px;
  font-size: 0.867em;
  /* 13px */ }

/* -------------------------------------------------------------------------- */
/* buttons */
/* -------------------------------------------------------------------------- */
/* .button */
/* -------------------------------------------------------------------------- */
.button {
  /* Overrides browser native BUTTON styles. */
  font-family: Arial, 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: 10px 12px;
  white-space: normal;
  background: #fff;
  border: 1px solid #888;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-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: 10px 12px; } }
  .button .fa {
    margin-right: 4px; }
  .button .fa-stack {
    margin-right: 2px; }

/* .button-default */
/* -------------------------------------------------------------------------- */
.button-default {
  background-color: #1c305c;
  border: 1px solid #1c305c;
  color: #fff !important; }
  .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: #324c7f;
    border: 1px solid #324c7f;
    color: #fff; }
  .button-default:active {
    background: #324c7f;
    border: 1px solid #324c7f;
    color: #fff; }
  .button-default:focus {
    background: #324c7f;
    border: 1px solid #324c7f;
    color: #fff; }
  .button-default[disabled] {
    background: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: none;
    color: #b2b2b2 !important; }

/* .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; }
  .c-regence .not-authenticated a.button-primary:hover, .c-regence .not-authenticated a.button-primary:focus {
    background: #20364f;
    border-color: #20364f; }
  .c-asuris .not-authenticated a.button-primary:hover, .c-asuris .not-authenticated a.button-primary:focus {
    background: #2C3C30;
    border-color: #2C3C30; }
  .c-bridgespan .not-authenticated a.button-primary:hover, .c-bridgespan .not-authenticated a.button-primary:focus {
    background: #c9480c;
    border-color: #c9480c; }

.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: #20364f;
      box-shadow: none;
      border: 1px solid #20364f;
      text-shadow: none; }
    .c-asuris .button-primary:hover {
      background: #2C3C30;
      box-shadow: none;
      border: 1px solid #2C3C30;
      text-shadow: none; }
    .c-bridgespan .button-primary:hover {
      background: #c9480c;
      box-shadow: none;
      border: 1px solid #c9480c; }
  .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, .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: #0057AF;
  font-weight: normal; }

@media screen and (min-width: 60em) {
  /* line 135, ../sass/partials/_buttons.scss */
  .button-link-base, .button-link-as-button, .button-link-as-anchor, .button-link-as-button, .button-link-as-anchor {
    font-size: 1em; } }

/* line 147, ../sass/partials/_buttons.scss */
.button-link-base:hover, .button-link-as-button:hover, .button-link-as-anchor:hover, .button-link-as-button:hover, .button-link-as-anchor:hover {
  background: none;
  border: none;
  color: #0073E6 !important; }

/* line 153, ../sass/partials/_buttons.scss */
.button-link-base:active, .button-link-as-button:active, .button-link-as-anchor:active, .button-link-as-button:active, .button-link-as-anchor:active {
  background: none;
  border: none;
  color: #0079d1 !important; }

/* line 159, ../sass/partials/_buttons.scss */
.button-link-base:focus, .button-link-as-button:focus, .button-link-as-anchor:focus, .button-link-as-button:focus, .button-link-as-anchor:focus {
  background: none;
  border: none;
  color: #0057AF !important;
  box-shadow: none;
  outline: 1px dotted #0057AF !important; }

/* line 167, ../sass/partials/_buttons.scss */
.button-link-base[disabled="disabled"], .button-link-as-button[disabled="disabled"], .button-link-as-anchor[disabled="disabled"], [disabled="disabled"].button-link-as-button, [disabled="disabled"].button-link-as-anchor {
  background: none;
  border: none;
  color: #b2b2b2;
  text-decoration: none; }

.button-link-base, .button-link-as-button, .button-link-as-anchor {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-decoration: underline;
  color: #0057AF;
  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], .button-link-as-button[disabled], .button-link-as-anchor[disabled] {
    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: -owg-linear-gradient(#fafafa 50%, #bbb);
      background-image: -webkit-linear-gradient(#fafafa 50%, #bbb);
      background-image: -moz-linear-gradient(#fafafa 50%, #bbb);
      background-image: -o-linear-gradient(#fafafa 50%, #bbb);
      background-image: linear-gradient(#fafafa 50%, #bbb); }
      @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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /* Overrides browser native BUTTON styles. */
  font-family: Arial, 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;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-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"]:-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"]:-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"]::-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]:-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]:-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]::-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;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-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;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-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: #0057AF;
    margin: 10px 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 30px 9px 10px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    background: #fff url("../../../etc/designs/myprime-v2/images/controls/select-arrow.png") no-repeat right center; }
    .c-asuris .control-select.filter-control-select {
      color: #0057AF;
      background: #fff url("../../../etc/designs/myprime-v2/images/controls/select-arrow.png") no-repeat right center; }
    .c-regence .control-select.filter-control-select {
      color: #0057AF;
      background: #fff url("../../../etc/designs/myprime-v2/images/controls/select-arrow.png") no-repeat right center; }
    .c-bridgespan .control-select.filter-control-select {
      color: #0057AF;
      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 #0073E6; }
    .control-select.filter-control-select:active {
      border: 1px solid #0079d1;
      background-color: #fff; }
    .control-select.filter-control-select:focus {
      border: 1px solid #0057AF; }
    @media print, screen and (min-width: 60em) {
      .control-select.filter-control-select {
        width: auto;
        padding: 5px 30px 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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-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: 35%; }
  .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 */
.fep .medicine-information-container {
  border: 1px solid #bfe1ed; }
  @media print, screen and (min-width: 60em) {
    .fep .medicine-information-container {
      border: 2px solid #e5faff;
      -webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
      -moz-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 {
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  border: 2px solid #bfe1ed;
  opacity: 1;
  color: #425367;
  position: relative;
  background: #fff; }
  .medicine-information-container .gradient-rule {
    background-image: none;
    opacity: 1; }
  .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: -owg-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
    background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
    background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
    background-image: -o-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
    background-image: radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
    background-position: 0 -8px;
    background-repeat: no-repeat; }
  .medicine-information-container .medicine-name {
    font-size: 1.5em;
    padding: 0px 10px 10px 15px;
    line-height: 1; }
    @media print, screen and (max-width: 30em) {
      .medicine-information-container .medicine-name {
        padding: 0px 0px 10px; } }
    .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: 0px; } }
  .medicine-information-container .medicine-info-tier-display .medicine-info-content {
    padding: 0 0 0 15px; }
  .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 .tier-info p {
    display: table-cell;
    width: 100%;
    padding-left: 25px; }
  .medicine-information-container .tier-info .form-actions {
    display: table-cell;
    border: none !important; }
  .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;
    display: flex;
    flex-direction: row;
    flex: 1; }
    @media print, screen and (max-width: 30em) {
      .medicine-information-container .medicine-actions-inner-container {
        display: block; } }
  .medicine-information-container .horz-line {
    border-right: 2px solid #bbe5ee;
    flex: 0 1 auto; }
  .medicine-information-container .medicine-messages {
    float: left;
    width: 50%; }
    @media print, screen and (max-width: 30em) {
      .medicine-information-container .medicine-messages {
        width: 100%;
        border-bottom: 2px solid #bbe5ee;
        padding-bottom: 20px;
        border-right: none !important; } }
    .medicine-information-container .medicine-messages .button-primary {
      width: auto; }
    .medicine-information-container .medicine-messages .medicine-for {
      font-weight: bold;
      margin-top: -5px;
      margin-bottom: 0px; }
  .medicine-information-container .expanded-view .medicine-pricing {
    width: 50%;
    padding-left: 50px;
    float: right;
    font-family: Meta OT, Normal; }
    .medicine-information-container .expanded-view .medicine-pricing .pricing-title {
      font-size: 20px;
      color: #425367; }
    .medicine-information-container .expanded-view .medicine-pricing .total-cost {
      color: #425367; }
    .medicine-information-container .expanded-view .medicine-pricing .user-cost {
      color: #0087A3;
      font-size: 16px;
      font-family: Meta OT, Bold; }
    .medicine-information-container .expanded-view .medicine-pricing .penalty-message {
      border-bottom: none; }
    @media print, screen and (max-width: 30em) {
      .medicine-information-container .expanded-view .medicine-pricing {
        width: 100%;
        border-left: none !important;
        padding-left: 0px; } }
  .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 tr.message-learn-more {
      padding-bottom: 17px; }
    .medicine-information-container .medicine-pricing td.message {
      padding-bottom: 13px; }
      .medicine-information-container .medicine-pricing td.message p {
        margin: 0px; }
    .medicine-information-container .medicine-pricing td.message-currentmed {
      padding-bottom: 3px; }
      .medicine-information-container .medicine-pricing td.message-currentmed 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 #bfe1ed;
      margin-right: 0;
      padding-right: 0; }
      .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 .expanded-view {
        border-left: none !important;
        background-image: none !important;
        background: none !important; }
      .medicine-information-container .medicine-actions-holder {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        background-image: -owg-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
        background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
        background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
        background-image: -o-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
        background-image: radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
        background-position: -180px 0;
        background-repeat: no-repeat;
        border-left: 1px solid #bbe5ee; }
      .medicine-information-container .expanded-view .medicine-actions-inner-container {
        width: auto; }
      .medicine-information-container .medicine-actions-inner-container {
        width: 270px;
        text-align: left;
        padding: 10px 12px 0px 16px; }
        .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;
  -webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-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: -owg-linear-gradient(#fff, #e5faff);
        background-image: -webkit-linear-gradient(#fff, #e5faff);
        background-image: -moz-linear-gradient(#fff, #e5faff);
        background-image: -o-linear-gradient(#fff, #e5faff);
        background-image: linear-gradient(#fff, #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"); } }

.alt-web {
  top: 0;
  height: 23px;
  vertical-align: middle;
  background: url("../../../etc/designs/myprime-v2/images/icons/alt-web.png") no-repeat;
  background-position: center; }
  @media print {
    .alt-web {
      margin-left: 6px;
      background: transparent;
      width: 21px;
      height: 23px;
      content: url("../../../etc/designs/myprime-v2/images/icons/alt-web.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: -owg-linear-gradient(#fff 70%, #f5fcfe);
      background-image: -webkit-linear-gradient(#fff 70%, #f5fcfe);
      background-image: -moz-linear-gradient(#fff 70%, #f5fcfe);
      background-image: -o-linear-gradient(#fff 70%, #f5fcfe);
      background-image: linear-gradient(#fff 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: -owg-linear-gradient(#e5faff 10%, #fff 50%, #fff);
        background-image: -webkit-linear-gradient(#e5faff 10%, #fff 50%, #fff);
        background-image: -moz-linear-gradient(#e5faff 10%, #fff 50%, #fff);
        background-image: -o-linear-gradient(#e5faff 10%, #fff 50%, #fff);
        background-image: linear-gradient(#e5faff 10%, #fff 50%, #fff); }
        .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: -owg-linear-gradient(#e5faff 10%, #fff 50%, #fff);
            background-image: -webkit-linear-gradient(#e5faff 10%, #fff 50%, #fff);
            background-image: -moz-linear-gradient(#e5faff 10%, #fff 50%, #fff);
            background-image: -o-linear-gradient(#e5faff 10%, #fff 50%, #fff);
            background-image: linear-gradient(#e5faff 10%, #fff 50%, #fff); }
          .tabs-container .nav-tabs-row .nav-tab.active div:focus {
            background-image: -owg-linear-gradient(#e5faff 10%, #fff 50%, #fff);
            background-image: -webkit-linear-gradient(#e5faff 10%, #fff 50%, #fff);
            background-image: -moz-linear-gradient(#e5faff 10%, #fff 50%, #fff);
            background-image: -o-linear-gradient(#e5faff 10%, #fff 50%, #fff);
            background-image: linear-gradient(#e5faff 10%, #fff 50%, #fff);
            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: -owg-linear-gradient(#f4fbfd 70%, #e7f7fb);
        background-image: -webkit-linear-gradient(#f4fbfd 70%, #e7f7fb);
        background-image: -moz-linear-gradient(#f4fbfd 70%, #e7f7fb);
        background-image: -o-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: -owg-linear-gradient(#f4fbfd 70%, #e7f7fb);
        background-image: -webkit-linear-gradient(#f4fbfd 70%, #e7f7fb);
        background-image: -moz-linear-gradient(#f4fbfd 70%, #e7f7fb);
        background-image: -o-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: Arial, sans-serif; }

.modal.ui-widget button:focus {
  border: 2px solid #1a3054;
  margin: 2px !important;
  outline: 0px !important; }

.modal .control,
.modal .control-select {
  width: 100%; }

.modal.ui-dialog {
  z-index: 12000;
  background: #fff;
  border: none;
  border-radius: 0;
  font-family: Arial, 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: #0057AF;
    /* Anchors as buttons */ }
    .modal.ui-dialog a:hover {
      color: #0073E6; }
    .modal.ui-dialog a:active {
      color: #0079d1; }
    .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;
      -webkit-border-radius: 0.75em;
      -moz-border-radius: 0.75em;
      -ms-border-radius: 0.75em;
      -o-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; }

#requestConsentModal .cancel-consent-msg,
#requestConsentModal .req-consent,
#requestConsentModal .confirm-btn,
#requestConsentModal .continue-btn,
#requestConsentModal .cancel,
#requestConsentModal .return-to-form {
  display: none; }

#requestConsentModal.send-req-action .req-consent,
#requestConsentModal.send-req-action .confirm-btn,
#requestConsentModal.send-req-action .cancel {
  display: block; }

#requestConsentModal.cancel-req-action .cancel-consent-msg,
#requestConsentModal.cancel-req-action .continue-btn,
#requestConsentModal.cancel-req-action .return-to-form {
  display: block; }

/* -------------------------------------------------------------------------- */
/* 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: Arial, 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 {
      -webkit-border-radius: 0.75em;
      -moz-border-radius: 0.75em;
      -ms-border-radius: 0.75em;
      -o-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; }

.font-size-large .info-popover-content {
  padding: 0 2em 0 1em !important; }

.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: Arial, 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: Arial, 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: Arial, sans-serif;
  font-size: 1em; }

/* === .info-popover-ls === */
.info-popover-ls.ui-dialog {
  overflow: visible;
  font-family: Arial, 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: #2A2A2C;
  margin: 0 0 1em 0;
  padding: 15px 20px 20px;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.1);
  -moz-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: -owg-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
    background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
    background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
    background-image: -o-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 100%);
    background-image: radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 68%, #fff 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: -owg-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
  background-image: -moz-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 100%);
  background-image: radial-gradient(center, ellipse cover, #e5faff 0%, #e5faff 0%, #fff 88%, #fff 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-mail-benefit .no-mail-benefit {
  display: none !important; }

html.no-mail-benefit .has-mail-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-esi-mail-benefit .no-esi-mail-benefit {
  display: none !important; }

html.no-esi-mail-benefit .has-esi-mail-benefit {
  display: none !important; }

html.has-pillpack-mail-benefit .no-pillpack-mail-benefit {
  display: none !important; }

html.no-pillpack-mail-benefit .has-pillpack-mail-benefit {
  display: none !important; }

html.has-pps-mail-benefit .no-pps-mail-benefit {
  display: none !important; }

html.no-pps-mail-benefit .has-pps-mail-benefit {
  display: none !important; }

html.has-costco-mail-benefit .no-costco-mail-benefit {
  display: none !important; }

html.no-costco-mail-benefit .has-costco-mail-benefit {
  display: none !important; }

html.has-ohsu-mail-benefit .no-ohsu-mail-benefit {
  display: none !important; }

html.no-ohsu-mail-benefit .has-ohsu-mail-benefit {
  display: none !important; }

html.has-amazon-mail-benefit .no-amazon-mail-benefit {
  display: none !important; }

html.no-amazon-mail-benefit .has-amazon-mail-benefit {
  display: none !important; }

html.has-markcuban-mail-benefit .no-markcuban-mail-benefit {
  display: none !important; }

html.no-markcuban-mail-benefit .has-markcuban-mail-benefit {
  display: none !important; }

html.has-arxwp-specialty-benefit .no-arxwp-specialty-benefit {
  display: none !important; }

html.no-arxwp-specialty-benefit .has-arxwp-specialty-benefit {
  display: none !important; }

html.has-pharmacymatch-specialty-benefit .no-pharmacymatch-specialty-benefit {
  display: none !important; }

html.no-pharmacymatch-specialty-benefit .has-pharmacymatch-specialty-benefit {
  display: none !important; }

html.has-cvscaremark-specialty-benefit .no-cvscaremark-specialty-benefit {
  display: none !important; }

html.no-cvscaremark-specialty-benefit .has-cvscaremark-specialty-benefit {
  display: none !important; }

html.has-cvscaremark-mail-benefit .no-cvscaremark-mail-benefit {
  display: none !important; }

html.no-cvscaremark-mail-benefit .has-cvscaremark-mail-benefit {
  display: none !important; }

html.has-primetherapeuticspharmacy-mail-benefit .no-primetherapeuticspharmacy-mail-benefit {
  display: none !important; }

html.no-primetherapeuticspharmacy-mail-benefit .has-primetherapeuticspharmacy-mail-benefit {
  display: none !important; }

html.has-enguide-mail-benefit .no-enguide-mail-benefit {
  display: none !important; }

html.no-enguide-mail-benefit .has-enguide-mail-benefit {
  display: none !important; }

html.has-specialtypharmacy-specialty-benefit .no-specialtypharmacy-specialty-benefit {
  display: none !important; }

html.no-specialtypharmacy-specialty-benefit .has-specialtypharmacy-specialty-benefit {
  display: none !important; }

html.has-accredo-specialty-benefit .no-accredo-specialty-benefit {
  display: none !important; }

html.no-accredo-specialty-benefit .has-accredo-specialty-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.wcm-disabled.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; } }

@media print, only screen and (min-width: 31em) and (max-width: 59em) {
  .show-in-tablet {
    display: block !important; } }

@media print, only screen and (min-width: 31em) and (max-width: 59em) {
  .hide-in-tablet {
    display: none !important; } }

