@charset "UTF-8";
/* -------------------------------
Main style file
--------------------------------*/
/* Website Colors */
/* Color Pallete */
/* Content Sections Background Colors */
/* Typography Colors */
/* Header Colors */
/* Inner Banner Colors */
/* Inner Pages Intro Icon Colors */
/* Homepage Banner Colors */
/* Homepage Domains Colors */
/* Homepage Hosting Boxes Colors */
/* Homepage Websites & Security */
/* Homepage Comments */
/* Footer */
/* Sidebar */
/* Mobile Navigation */
/* Content Modules */
/* Intersection Line */
/* Tabs with arrow in active content  */
/* Toolbox */
/* Topbar Admin Menu Colors  */
/* Buy Overview Box */
/* Mixins */
/* Gradient Background */
/* Box-Shadow */
/* Transitions */
/* Some Variables Connected to Foundation Settings */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

/**
 * 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;
  -webkit-border-radius: 0; }

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

body {
  background: #fff;
  color: #585858;
  padding: 0;
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

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

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

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

select {
  width: 100%; }

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

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

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

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

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

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #2D435E; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #2D435E;
      color: white;
      padding: 0.75rem 1rem;
      display: block;
      font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #263950; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: white; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cdd;
  border-color: #0078be;
  color: #fff; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #18BF93;
    border-color: #15a47e;
    color: #fff; }
  .alert-box.alert {
    background-color: #ff585d;
    border-color: #ff282e;
    color: #fff; }
  .alert-box.secondary {
    background-color: #cfd9dd;
    border-color: #acbcc5;
    color: #3c4d56; }
  .alert-box.warning {
    background-color: #fd9662;
    border-color: #fc7631;
    color: #fff; }
  .alert-box.info {
    background-color: #CAE6F2;
    border-color: #98cee6;
    color: #3c4d56; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008cdd; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: none; }
    .breadcrumbs > * a {
      color: #008cdd; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 0.9375rem;
  background-color: #008cdd;
  border-color: #0070b1;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #0070b1; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #cfd9dd;
    border-color: #9db0ba;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #9db0ba; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, .button.success {
    background-color: #18BF93;
    border-color: #139976;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #139976; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #ff585d;
    border-color: #ff131a;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #ff131a; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.125rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008cdd;
    border-color: #0070b1;
    color: #fff;
    cursor: default;
    opacity: 0.5;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0070b1; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008cdd; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #cfd9dd;
      border-color: #9db0ba;
      color: #333;
      cursor: default;
      opacity: 0.5;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #9db0ba; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #cfd9dd; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #18BF93;
      border-color: #139976;
      color: #fff;
      cursor: default;
      opacity: 0.5;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #139976; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #18BF93; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #ff585d;
      border-color: #ff131a;
      color: #fff;
      cursor: default;
      opacity: 0.5;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ff131a; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ff585d; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.9); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.9); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.9); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.9); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.9); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.9); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #31444e;
  border: solid 0px rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #31444e transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent rgba(0, 0, 0, 0) transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #31444e;
    border: solid 0px rgba(0, 0, 0, 0);
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #31444e transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent rgba(0, 0, 0, 0) transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #31444e;
    border: solid 0px rgba(0, 0, 0, 0);
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #31444e;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0);
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #31444e;
    border: solid 0px rgba(0, 0, 0, 0);
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #31444e transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: rgba(0, 0, 0, 0) transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #3a505b; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #FFFFFF; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #31444e;
    border: solid 0px rgba(0, 0, 0, 0);
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before {
    border-color: #333 transparent transparent transparent; }

/* Standard Forms */
form {
  margin: 0 0 1.125rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5625rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5625rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5625rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1.125rem 0;
    line-height: 2.5625rem; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #d5dde1;
  border-right: none;
  color: #31444e;
  border-color: #c1cdd3; }

span.postfix, label.postfix {
  background: #d5dde1;
  border-left: none;
  color: #31444e;
  border-color: #c1cdd3; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #c1cdd3;
  box-shadow: 0;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.5rem;
  margin: 0 0 1.125rem 0;
  padding: 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background-color: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #FFFFFF;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #FFFFFF;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FFFFFF;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #c1cdd3;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5625rem;
  border-radius: 0;
  height: 2.5rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f7f7f7;
    border-color: #999999; }
  select:disabled {
    background-color: #FFFFFF;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.125rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5625rem;
  margin-right: 1.125rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #b4c3cb;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: 300;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0.5rem 1rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1.125rem;
  margin-top: -1px;
  padding: 0.2rem 0.5625rem 0.25rem;
  background: #ff585d;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1.125rem;
  margin-top: -1px;
  padding: 0.2rem 0.5625rem 0.25rem;
  background: #ff585d;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.125rem; }

.error label,
.error label.error {
  color: #ff585d; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1.125rem;
  margin-top: -1px;
  padding: 0.2rem 0.5625rem 0.25rem;
  background: #ff585d;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #ff585d; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  background-color: #008cdd;
  color: #fff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #ff585d;
    color: #fff; }
  .label.success {
    background-color: #18BF93;
    color: #fff; }
  .label.secondary {
    background-color: #cfd9dd;
    color: #333; }
  .label.warning {
    background-color: #fd9662;
    color: #fff; }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container.fade li {
      opacity: 0;
      transition: opacity 500ms ease-in-out;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container.fade li.animate-in {
        opacity: 1;
        z-index: 20;
        transition: opacity 500ms ease-in-out; }
      .orbit-container .orbit-slides-container.fade li.animate-out {
        z-index: 10;
        transition: opacity 500ms ease-in-out; }
    .orbit-container .orbit-slides-container.swipe-next li {
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-next li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-next li.animate-out {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container.swipe-prev li {
      -ms-transform: translate(-100%, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-in {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-out {
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container li.active {
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .orbit-container .orbit-slides-container li .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 1rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-color: transparent #fff transparent transparent; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent #333 transparent transparent; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }
  .orbit-container .orbit-bullets-container {
    text-align: center; }
  .orbit-container .orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block; }
    .orbit-container .orbit-bullets li {
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background: #FFFFFF;
      float: none;
      margin-right: 6px;
      border-radius: 1000px; }
      .orbit-container .orbit-bullets li.active {
        background: #008cdd; }
      .orbit-container .orbit-bullets li:last-child {
        margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative !important;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important; }
  .orbit-stack-on-small .orbit-timer {
    display: none; }
  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; } }

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #585858;
      border-radius: 3px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #bbcdd2; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008cdd;
      color: #fff;
      font-weight: 300;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008cdd; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 0px;
  border-color: #a5b7c0;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #EBEFF1; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #585858; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 0px;
    border-color: #72ccff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #eef9ff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #585858; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008cdd; }
  .panel.radius {
    border-radius: 3px; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008cdd;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #cfd9dd;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #18BF93;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #ff585d;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1.25rem;
  border: 0px solid #ddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1.25rem;
    border: 0px solid #ddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 1.25rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008cdd;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007bc2; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008cdd;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007bc2; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 1.25rem;
  background: #ccd7dc; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.75rem;
  width: 2rem;
  height: 2.6875rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008cdd; }
  .range-slider-handle:hover {
    background: #007bc2; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(28, 29, 30, 0.7);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 0 #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      top: 9.375rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
      border-radius: 3px; }
    dialog.round, .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
      padding: 0; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

@media only screen and (min-width: 40.063em) {
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.switch {
  border: none;
  margin-bottom: 0;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #C9D2D6;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -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); }
  .switch input:checked + label {
    background: #008cdd; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #C9D2D6; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008cdd; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5625rem;
    width: 3.125rem; }
  .switch.tiny label:after {
    height: 1.0625rem;
    width: 1.0625rem; }
  .switch.tiny input:checked + label:after {
    left: 1.8125rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #CDD7DC; }
  table thead,
  table tfoot {
    background: #9573bf; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 1.25rem 1rem;
      font-size: 1.5rem;
      font-weight: 300;
      color: #FFFFFF;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.9375rem 1rem;
    font-size: 0.9375rem;
    color: #585858; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #eff2f4; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

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

/* Default Link Styles */
a {
  color: #4285f4;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0d5bdc; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #282828;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 1.25rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #737373;
    line-height: 0; }

h1 {
  font-size: 1.375rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #d2dbe0;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #fa0007; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

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

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #585858;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px dashed #CDD7DC; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: dimgray; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: dimgray; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #676767; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  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: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #CDD7DC;
      color: #484848;
      padding: 1rem 2rem;
      font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #b4c3cb; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #484848; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 0;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 221, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: none;
  cursor: help;
  font-weight: bold;
  color: #585858; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: none;
    color: #008cdd; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #31444e; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #31444e transparent;
    top: -10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008cdd !important;
    border-bottom: none !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #31444e transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #31444e transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #31444e;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #31444e transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

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

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

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #092241;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #fff;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #092241; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #092241;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #223037;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: none;
    background: #092241; }
    .top-bar-section ul li > a.button {
      font-size: 0.875rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #008cdd;
      border-color: #0070b1;
      color: #fff; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        background-color: #0070b1; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        color: #fff; }
    .top-bar-section ul li > a.button.secondary {
      background-color: #cfd9dd;
      border-color: #9db0ba;
      color: #333; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        background-color: #9db0ba; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        color: #333; }
    .top-bar-section ul li > a.button.success {
      background-color: #18BF93;
      border-color: #139976;
      color: #fff; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        background-color: #139976; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        color: #fff; }
    .top-bar-section ul li > a.button.alert {
      background-color: #ff585d;
      border-color: #ff131a;
      color: #fff; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        background-color: #ff131a; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        color: #fff; }
  .top-bar-section ul li > button {
    font-size: 0.875rem;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #008cdd;
    border-color: #0070b1;
    color: #fff; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      background-color: #0070b1; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      color: #fff; }
    .top-bar-section ul li > button.secondary {
      background-color: #cfd9dd;
      border-color: #9db0ba;
      color: #333; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        background-color: #9db0ba; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        color: #333; }
    .top-bar-section ul li > button.success {
      background-color: #18BF93;
      border-color: #139976;
      color: #fff; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        background-color: #139976; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        color: #fff; }
    .top-bar-section ul li > button.alert {
      background-color: #ff585d;
      border-color: #ff131a;
      color: #fff; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        background-color: #ff131a; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        color: #fff; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #071a31;
    color: #fff; }
  .top-bar-section ul li.active > a {
    background: #071a31;
    color: #fff; }
    .top-bar-section ul li.active > a:hover {
      background: #071a31;
      color: #fff; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: 300;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: 300; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #fff;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #18BF93;
      font-weight: 300;
      font-size: 0.875rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #092241;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #092241; }
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #071a31;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #092241; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #071a31; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: #fff;
      background: #071a31; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #071a31; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #092241; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #fff;
        background: #092241; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: #fff;
        background: #071a31; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #071a31; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #223037;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #092241;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background: #071a31;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #071a31;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

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

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

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

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

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

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

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------------
Global styles used both at frontend and also backend
----------------------------------------------------- */
/* Set max width for the website */
.row {
  max-width: 87.5rem; }

/* Input Styles */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
  color: black; }
  
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="date"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="month"]:hover,
  input[type="week"]:hover,
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="time"]:hover,
  input[type="url"]:hover,
  input[type="color"]:hover,
  textarea:hover,
  select:hover {
    border-color: #9bafb9; }
  
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    border-color: #20B6DB; }
  
  input[type="text"][disabled],
  input[type="text"][disabled]:hover,
  input[type="password"][disabled],
  input[type="password"][disabled]:hover,
  input[type="date"][disabled],
  input[type="date"][disabled]:hover,
  input[type="datetime"][disabled],
  input[type="datetime"][disabled]:hover,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][disabled]:hover,
  input[type="month"][disabled],
  input[type="month"][disabled]:hover,
  input[type="week"][disabled],
  input[type="week"][disabled]:hover,
  input[type="email"][disabled],
  input[type="email"][disabled]:hover,
  input[type="number"][disabled],
  input[type="number"][disabled]:hover,
  input[type="search"][disabled],
  input[type="search"][disabled]:hover,
  input[type="tel"][disabled],
  input[type="tel"][disabled]:hover,
  input[type="time"][disabled],
  input[type="time"][disabled]:hover,
  input[type="url"][disabled],
  input[type="url"][disabled]:hover,
  input[type="color"][disabled],
  input[type="color"][disabled]:hover,
  textarea[disabled],
  textarea[disabled]:hover,
  select[disabled],
  select[disabled]:hover {
    opacity: 0.5;
    border-color: #CDD7DC; }

/* Global styling for radio buttons and checkboxes */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  input[type='radio'] {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #282828;
    border-radius: 50%;
    outline: none;
    background: white; }
  input[type='radio']:hover {
    border: 1px solid #008cdd; }
  input[type='radio']:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 3px auto;
    border-radius: 50%; }
  input[type='radio']:checked:before {
    background: #282828; }
  input[type='radio']:checked:hover {
    background: initial;
    border: 1px solid #282828; }
  /* Styling checkboxes for WebKit browsers */
  input[type='checkbox'] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #282828;
    outline: none;
    display: inline-flex;
    background: white;
    min-width: 14px;
    min-height: 14px; }
  input[type='checkbox']:hover {
    border: 1px solid #008cdd; }
  input[type='checkbox']:before {
    content: '';
    display: block;
    margin: 0 auto; }
  input[type='checkbox']:checked:before {
    content: "\e614";
    font-family: 'icomoon';
    font-size: 13px; } }

@media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
  input[type='checkbox']:checked:before {
    position: relative;
    top: -1px; } }

/* Select initializing */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none; }
  select optgroup {
    padding: 0.2rem; }
  select option {
    padding: 0.2rem; }
  select:invalid {
    color: #b1b1b1; }

/* Fix for outline on inputs across all browsers */
*:focus {
  outline: none; }

/* Fixes for input placeholder color fields */
::placeholder {
  color: #bfbfbf; }

::-webkit-input-placeholder {
  color: #bfbfbf; }

::-ms-placeholder {
  color: #bfbfbf; }

::-moz-placeholder {
  color: #919191; }

/* abbreviation style */
abbr {
  color: inherit;
  font: inherit;
  text-decoration: none; }
  abbr[title] {
    border-bottom: 1px dashed #CDD7DC; }

/* Pointer events none  */
.no-events {
  pointer-events: none;
  cursor: default; }

/* Some ahref styles */
a.warn {
  color: #fd9662; }
  a.warn:hover {
    color: #fc681d; }

a.normal-weight {
  font-weight: 400; }

/* A simple link with arrow movement */
.simple-link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500; }
  .simple-link:hover i {
    left: 4px; }
  .simple-link i {
    vertical-align: middle;
    position: relative;
    left: 0;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -webkit-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .simple-link {
      top: -0.05rem; } }

/* Additional styles for buttons */
button.disabled, .button.disabled {
  cursor: default;
  background-color: #e5ebed;
  color: #B8C7CF;
  opacity: 1;
  text-shadow: 1px 0 0 white;
  pointer-events: none; }
  button.disabled:hover, .button.disabled:hover {
    background-color: #EBEFF1;
    color: #c1cdd4; }

button.animated-btn, .button.animated-btn {
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  button.animated-btn:before, .button.animated-btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    background: #008cdd;
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  button.animated-btn.initiate, .button.animated-btn.initiate {
    background-color: transparent; }
    button.animated-btn.initiate:before, .button.animated-btn.initiate:before {
      top: 0%;
      bottom: auto;
      height: 100%; }
    button.animated-btn.initiate span, .button.animated-btn.initiate span {
      opacity: 0; }
  button.animated-btn.success, .button.animated-btn.success {
    pointer-events: none;
    cursor: default; }
  button.animated-btn span, .button.animated-btn span {
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

button .loading, .button .loading {
  height: 1.375rem; }
  button .loading .spinner, .button .loading .spinner {
    top: 50%; }

button.small .loading, .button.small .loading {
  height: 1.125rem; }

/* Global list style used mainly for gdpr terms but we use it everywhere */
.global-list {
  line-height: 1.3;
  font-size: 0.925rem;
  margin-bottom: 1.75rem;
  margin-top: 1rem; }
  .global-list li:not(:last-child) {
    margin-bottom: 0.75rem; }

/* Group of buttons. Used only with global foundation class .button-group  */
@media only screen and (min-width: 40.063em) {
  .step-buttons .button {
    min-width: 12rem; } }

@media only screen and (min-width: 40.063em) {
  .step-buttons .button.small {
    min-width: 9rem; } }

.step-buttons .button .loading {
  display: inline-block;
  height: 0.725rem; }

/* Class for showing Discounts */
.strikethrough {
  background: url("../img/strikethrough.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  text-decoration: none; }
  .strikethrough.white-version {
    background: url("../img/strikethrough-white.png") no-repeat center center; }
  .strikethrough.grey-version {
    background: url("../img/strikethrough-grey.png") no-repeat center center; }

/* Create Loader and set keyframes for spinner  */
.loading {
  position: relative; }
  .loading .spinner, .loading spinner::after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    width: 2rem;
    height: 2rem; }
  .loading .spinner.smaller, .loading .spinner.smaller:after {
    width: 1.5rem;
    height: 1.5rem; }
  .loading .spinner.bigger, .loading .spinner.bigger:after {
    width: 3rem;
    height: 3rem; }

.spinner {
  position: absolute;
  margin: -1rem auto auto -1rem;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s linear infinite;
  -moz-animation: load 1.1s linear infinite;
  -ms-animation: load 1.1s linear infinite;
  -o-animation: load 1.1s linear infinite;
  animation: load 1.1s linear infinite; }
  .spinner.dark {
    border-color: rgba(155, 175, 185, 0.3);
    border-left-color: #9bafb9; }
  .spinner.bigger {
    border-width: 4px; }
  .spinner.smaller {
    margin: -0.75rem auto auto -0.75rem; }

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

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

/* Global Loader with Overlay . Used recently in dedicated servers */
.global-overlay-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(28, 29, 30, 0.7); }
  .global-overlay-loader .loading {
    left: 50%;
    top: 50%; }
    .global-overlay-loader .loading .spinner, .global-overlay-loader .loading .spinner:after {
      width: 5rem;
      height: 5rem; }
    .global-overlay-loader .loading .spinner {
      border-width: 6px;
      top: 1.5rem;
      margin: -2.5rem auto auto -2.5rem; }

/* Class for take out Main menu shadow and phone */
body.no-shadow header #main_nav .nav {
  box-shadow: none; }
  body.no-shadow header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone {
    display: none !important; }

/* Class for hiding main menu phone */
body.no-phone header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone {
  display: none !important; }

/* Overlay layer with persistent message. Developed but not used. Can be found in Black Friday offers View */
.show-overlay .expired-overlay {
  display: block; }

.expired-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(28, 29, 30, 0.7); }
  .expired-overlay .wrapper {
    background-color: white;
    padding: 2.5rem;
    width: 90%;
    margin-left: -45%;
    left: 50%;
    position: absolute;
    top: 2rem;
    text-align: center;
    -moz-box-shadow: 0 1px 6px #4d4d4d;
    /* FF3.5+ */
    -webkit-box-shadow: 0 1px 6px #4d4d4d;
    /* Saf3.0+, Chrome */
    box-shadow: 0 1px 6px #4d4d4d;
    /* Opera 10.5, IE9 */ }
    @media only screen and (min-width: 40.063em) {
      .expired-overlay .wrapper {
        width: 60%;
        margin-left: -30%; } }
    @media only screen and (min-width: 64.063em) {
      .expired-overlay .wrapper {
        width: 30%;
        margin-left: -15%; } }
    .expired-overlay .wrapper .img-container {
      margin-bottom: 1rem; }
    .expired-overlay .wrapper p {
      line-height: 1.1; }
      .expired-overlay .wrapper p.lead {
        color: #ff585d; }
    .expired-overlay .wrapper ul {
      margin-bottom: 0;
      list-style-position: inside;
      font-size: 0.925rem;
      font-weight: 400; }
    @media only screen and (min-width: 90.063em) {
      .expired-overlay .wrapper .input-wrapper {
        margin: 0 2rem; } }
    .expired-overlay .wrapper .input-wrapper input {
      background-color: #EBEFF1;
      border: 0 none;
      height: 2.75rem; }
    .expired-overlay .wrapper .input-wrapper .prefix, .expired-overlay .wrapper .input-wrapper .postfix {
      height: 2.75rem;
      line-height: 2.75rem; }
    .expired-overlay .wrapper .captcha-wrapper {
      margin-bottom: 1.25rem; }

/* Move to Top - Its the round button above chat that takes you to the top of the page */
.move-to-top {
  position: fixed;
  right: 17px;
  display: none;
  bottom: 100px;
  z-index: 99999; }
  .move-to-top a {
    font-size: 1rem;
    padding: 9px 13px;
    color: white;
    background: #008cdd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.8em; }

/* Chat bubble Widget - This style is specific for medium down screens - We made it so we can control its position */
.chat-block {
  visibility: visible;
  resize: none;
  overflow: visible;
  opacity: 1;
  position: fixed;
  width: auto;
  height: auto;
  z-index: 99;
  cursor: auto;
  top: auto;
  bottom: 76px;
  right: 15px;
  left: auto;
  display: block; }
  .chat-block a {
    margin-left: 1px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    background-color: #023161;
    color: white;
    display: block;
    padding: 12px; }
    .chat-block a i {
      font-style: normal; }
      .chat-block a i:after {
        content: "\e166";
        font-family: "Icomoon";
        font-size: 26px; }

/* Small Cart Widget on the right side of the page */
.cart-widget {
  position: fixed;
  right: -302px;
  top: 6rem;
  z-index: 100;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .cart-widget.active {
    right: -2px; }
  .cart-widget.w-shadow .wrapper {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); }
  .cart-widget a.cart {
    background-color: white;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    display: inline-block;
    height: 3.5rem;
    line-height: 56px;
    text-align: center;
    width: 3.25rem;
    position: absolute;
    top: 1.5rem;
    left: -56px; }
    .cart-widget a.cart i {
      color: #282828;
      font-size: 1.3125rem;
      line-height: 1.8;
      position: relative;
      right: 2px;
      top: 6px; }
    .cart-widget a.cart .badge {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      color: white;
      font-size: 0.675rem;
      height: 18px;
      margin-top: 12px;
      width: 18px;
      margin-left: -11px;
      position: absolute;
      line-height: 19px;
      font-weight: 400;
      text-align: center;
      background-color: #ff585d; }
  .cart-widget .overlay {
    background-color: white;
    display: inline-block;
    height: 3.5rem;
    left: -6px;
    position: absolute;
    top: 1.5rem;
    width: 6px; }
  .cart-widget .wrapper {
    max-width: 300px;
    width: 300px;
    border-radius: 6px 0 0 6px;
    display: inline-block;
    background: white;
    overflow: hidden; }
    .cart-widget .wrapper ul.cart-items {
      position: relative;
      max-height: 14.125rem;
      overflow-y: auto;
      margin-bottom: 0;
      border-bottom: 1px solid #eef1f3; }
      .cart-widget .wrapper ul.cart-items li {
        display: table;
        width: 100%;
        cursor: default;
        padding: 0.425rem 0.6rem 0.6rem;
        font-size: 0.875rem;
        border-bottom: 1px solid #eef1f3; }
        .cart-widget .wrapper ul.cart-items li:last-child {
          border-bottom: 0 none; }
        .cart-widget .wrapper ul.cart-items li:hover, .cart-widget .wrapper ul.cart-items li:focus {
          background-color: #eef1f3; }
        .cart-widget .wrapper ul.cart-items li a {
          color: #585858;
          font-size: 0.875rem;
          padding: 0; }
        .cart-widget .wrapper ul.cart-items li.line {
          cursor: default; }
        .cart-widget .wrapper ul.cart-items li .product {
          display: table-cell;
          width: 70%;
          font-weight: 500;
          word-break: break-all;
          word-wrap: break-word;
          line-height: 1.2; }
          .cart-widget .wrapper ul.cart-items li .product span {
            display: block;
            font-size: 0.7rem;
            font-weight: 300;
            margin-top: 1px; }
        .cart-widget .wrapper ul.cart-items li .price {
          display: table-cell;
          width: 20%;
          min-width: 4.0625rem;
          text-align: right; }
        .cart-widget .wrapper ul.cart-items li .item-remove {
          display: table-cell;
          width: 10%;
          text-align: right; }
          .cart-widget .wrapper ul.cart-items li .item-remove::before {
            content: "\e913";
            font-family: 'icomoon';
            position: relative;
            font-size: 1.025rem;
            height: 0.5rem;
            top: 2px;
            right: -4px;
            width: 0.5rem;
            color: #d2dbe0; }
          .cart-widget .wrapper ul.cart-items li .item-remove:hover::before {
            color: #ff585d; }
    .cart-widget .wrapper .cart-content {
      padding: 0.75rem; }
      .cart-widget .wrapper .cart-content p {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
        line-height: 1.3; }
        .cart-widget .wrapper .cart-content p:last-of-type {
          margin-bottom: 0; }
    .cart-widget .wrapper .view-all-container {
      padding: 0.75rem; }
      .cart-widget .wrapper .view-all-container .view-all {
        width: 100%;
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
        margin-bottom: 0; }

/* this class goes alongside with cart -> .badge / Emphasizes the number of items someone has in his cart */
.heartbit:after {
  content: "";
  height: 30px;
  border: 5px solid #ff585d;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 30px;
  z-index: 10;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Keyframes Cart Widjet */
@keyframes heartbit {
  0% {
    opacity: 0;
    transform: scale(0); }
  25% {
    opacity: 0.1;
    transform: scale(0.1); }
  50% {
    opacity: 0.3;
    transform: scale(0.5); }
  75% {
    opacity: 0.5;
    transform: scale(0.8); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@-webkit-keyframes heartbit {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    opacity: 0.1;
    -webkit-transform: scale(0.5);
    transform: scale(0.1); }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Steps for forms / Initially created for cart but we 've been using them everywhere there are steps */
.steps {
  margin-bottom: 3rem;
  margin-top: 1rem; }
  .steps #progressbar {
    counter-reset: step;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0; }
    .steps #progressbar li {
      float: left;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.2;
      list-style-type: none;
      position: relative;
      text-transform: uppercase;
      width: 33.33%;
      color: #7f7f7f; }
      .steps #progressbar li:first-child::after {
        content: none; }
      .steps #progressbar li::after {
        background-color: #dde4e7;
        content: "";
        height: 2px;
        left: -50%;
        position: absolute;
        top: 1.25rem;
        width: 100%;
        z-index: -1; }
        @media only screen and (min-width: 40.063em) {
          .steps #progressbar li::after {
            top: 2rem; } }
      .steps #progressbar li::before {
        background-color: #dde4e7;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        content: counter(step, decimal);
        counter-increment: step;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        font-family: "Sarala";
        height: 2.5rem;
        line-height: 2.5;
        margin: 0 auto 0.5rem;
        width: 2.5rem;
        color: #282828; }
        @media only screen and (min-width: 40.063em) {
          .steps #progressbar li::before {
            font-size: 2rem;
            font-weight: 400;
            height: 4rem;
            line-height: 2;
            width: 4rem; } }
      .steps #progressbar li.active {
        color: #282828; }
      .steps #progressbar li.active::before, .steps #progressbar li.active::after {
        background: #18BF93;
        color: white; }
    .steps #progressbar.two-steps li {
      width: 50%; }
    .steps #progressbar.five-steps li {
      width: 20%; }
    .steps #progressbar.six-steps li {
      width: 16.6%; }

/* Products in Cart (front-end) & Order (back-end) / This is a complex component so it must be carefully-edited */
#product-summary {
  line-height: 1.4;
  /* Styles for back-end. Overwriting product-summary */ }
  #product-summary .wrapper .header {
    background-color: #0b284c;
    color: white;
    border: 2px solid #0b284c;
    padding: 0.75rem;
    font-size: 1.125rem; }
    @media only screen and (min-width: 40.063em) {
      #product-summary .wrapper .header {
        font-size: 1.25rem; } }
  #product-summary .wrapper .item {
    border-bottom: 1px solid #CDD7DC;
    border-left: 2px solid #CDD7DC;
    border-right: 2px solid #CDD7DC;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    #product-summary .wrapper .item:nth-child(odd) {
      background-color: #f1f4f5; }
    #product-summary .wrapper .item:nth-child(even) {
      background-color: white; }
    #product-summary .wrapper .item .product {
      width: 100%;
      margin-bottom: 1rem; }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .item .product {
          margin-bottom: 0; } }
      #product-summary .wrapper .item .product .description {
        display: inline-block;
        color: #282828; }
        #product-summary .wrapper .item .product .description strong {
          font-size: 1.125rem;
          display: block;
          line-height: 1.2; }
          @media only screen and (min-width: 40.063em) {
            #product-summary .wrapper .item .product .description strong {
              font-size: 1.25rem; } }
          #product-summary .wrapper .item .product .description strong.discount::after {
            content: 'ΣΕ ΠΡΟΣΦΟΡΑ';
            background-color: #00c853;
            color: white;
            font-size: 0.625rem;
            margin-left: 0.5rem;
            padding: 0.1225rem 0.5rem;
            position: relative;
            top: -10px; }
          #product-summary .wrapper .item .product .description strong.warning::after {
            content: '\e916';
            font-family: "icomoon";
            display: inline;
            color: #fd9662;
            margin-left: 0.5rem;
            position: relative;
            top: -1px; }
          #product-summary .wrapper .item .product .description strong.warning.user::after {
            content: '\e924'; }
          #product-summary .wrapper .item .product .description strong.warning.admin::after {
            content: '\e919'; }
        #product-summary .wrapper .item .product .description .product-description {
          display: inline-block;
          font-size: 0.825rem;
          color: #989898;
          position: relative;
          top: -1px; }
          @media only screen and (min-width: 40.063em) {
            #product-summary .wrapper .item .product .description .product-description {
              top: -5px; } }
        #product-summary .wrapper .item .product .description .admin-call-to-action {
          display: inline-block;
          position: relative;
          top: -5px;
          font-size: 0.825rem; }
        #product-summary .wrapper .item .product .description .alert {
          color: #ff585d; }
        #product-summary .wrapper .item .product .description .primary {
          color: #008cdd; }
        #product-summary .wrapper .item .product .description .cart-item-msg {
          font-weight: 400;
          font-size: 0.825rem;
          color: #585858; }
          #product-summary .wrapper .item .product .description .cart-item-msg strong {
            color: #fd9662;
            display: initial;
            font-size: inherit;
            font-weight: 700; }
      #product-summary .wrapper .item .product .action {
        font-size: 0.825rem;
        display: block; }
        @media only screen and (min-width: 40.063em) {
          #product-summary .wrapper .item .product .action {
            margin-left: 0.5rem;
            position: relative;
            top: -1.25rem;
            display: inline-block; } }
      #product-summary .wrapper .item .product .actions {
        float: right;
        margin-left: 0.5rem;
        position: relative; }
        @media only screen and (min-width: 64.063em) {
          #product-summary .wrapper .item .product .actions {
            right: -1rem;
            top: 0.525rem; } }
        #product-summary .wrapper .item .product .actions a {
          color: #282828;
          line-height: 1;
          -moz-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
          #product-summary .wrapper .item .product .actions a.configure {
            position: relative;
            top: -4px;
            font-size: 0.925rem; }
            #product-summary .wrapper .item .product .actions a.configure:hover {
              color: #008cdd; }
          #product-summary .wrapper .item .product .actions a.delete {
            font-size: 1.5rem; }
            #product-summary .wrapper .item .product .actions a.delete:hover {
              color: #ff585d; }
    #product-summary .wrapper .item .price {
      margin-top: 1rem; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        #product-summary .wrapper .item .price {
          margin-top: 1.9375rem; } }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .item .price {
          margin-top: 0; } }
      #product-summary .wrapper .item .price .strikethrough {
        color: #8e8e8e;
        margin-right: 0.5rem;
        font-size: 0.9375rem; }
        @media only screen and (min-width: 64.063em) {
          #product-summary .wrapper .item .price .strikethrough {
            margin-right: 0.25rem; } }
      #product-summary .wrapper .item .price.discount {
        line-height: 1.3; }
        #product-summary .wrapper .item .price.discount .current-price {
          color: #fd7f3f;
          display: inline;
          font-weight: 500; }
      #product-summary .wrapper .item .price .annual-price {
        display: block;
        font-size: 0.825rem;
        color: #8e8e8e; }
      #product-summary .wrapper .item .price .set-up-price {
        display: block;
        font-size: 0.825rem;
        margin-top: 0.125rem; }
        #product-summary .wrapper .item .price .set-up-price span {
          font-size: 0.9375rem;
          display: inline-block; }
        #product-summary .wrapper .item .price .set-up-price.rgp-fee {
          position: relative;
          top: -0.75rem;
          display: inline-flex;
          align-items: center; }
          #product-summary .wrapper .item .price .set-up-price.rgp-fee div {
            margin-right: 0.325rem;
            font-size: 0.8125rem;
            line-height: 1.2; }
    #product-summary .wrapper .item .smaller-font {
      font-size: 0.875rem; }
    #product-summary .wrapper .item hr {
      border-style: dashed;
      margin-top: 0.8rem;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 40em) {
        #product-summary .wrapper .item hr.big-inner-margin {
          margin-left: 0; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        #product-summary .wrapper .item hr.big-inner-margin {
          margin-left: 0; } }
    #product-summary .wrapper .item .domain-configure {
      margin-top: 0.5rem; }
      #product-summary .wrapper .item .domain-configure .wrapper {
        margin-left: 2.75rem;
        margin-top: 1rem; }
        #product-summary .wrapper .item .domain-configure .wrapper .icon {
          border-radius: 50%;
          color: white;
          font-size: 1.125rem;
          height: 2rem;
          left: 0.85rem;
          position: absolute;
          text-align: center;
          top: 0.75rem;
          width: 2rem; }
          #product-summary .wrapper .item .domain-configure .wrapper .icon i {
            line-height: 1.8; }
          #product-summary .wrapper .item .domain-configure .wrapper .icon.success {
            background-color: #18BF93; }
          #product-summary .wrapper .item .domain-configure .wrapper .icon.alert {
            background-color: #ff585d; }
          #product-summary .wrapper .item .domain-configure .wrapper .icon.addons {
            color: #585858;
            font-size: 1.6875rem;
            margin-left: 2px;
            top: 6px; }
        #product-summary .wrapper .item .domain-configure .wrapper p.lead {
          font-weight: 400;
          font-size: 1rem;
          padding-bottom: 7px;
          border-bottom: 1px dashed #d5dde1;
          margin-bottom: 0.5rem;
          color: #282828; }
        #product-summary .wrapper .item .domain-configure .wrapper .content {
          font-size: 0.825rem;
          font-weight: 400; }
          #product-summary .wrapper .item .domain-configure .wrapper .content span {
            display: block; }
          #product-summary .wrapper .item .domain-configure .wrapper .content label {
            font-size: 0.825rem;
            font-weight: 400; }
          #product-summary .wrapper .item .domain-configure .wrapper .content .attr-items ul {
            margin-bottom: 0; }
            #product-summary .wrapper .item .domain-configure .wrapper .content .attr-items ul li {
              font-size: 0.825rem;
              display: flex;
              line-height: 1.2;
              margin-bottom: 0.35rem; }
              #product-summary .wrapper .item .domain-configure .wrapper .content .attr-items ul li strong {
                color: #989898;
                margin-right: 0.125rem;
                min-width: 6rem; }
          #product-summary .wrapper .item .domain-configure .wrapper .content .attr-items .domain-contacts {
            margin-bottom: 0.375rem;
            line-height: 1.3; }
            #product-summary .wrapper .item .domain-configure .wrapper .content .attr-items .domain-contacts a {
              display: block; }
          #product-summary .wrapper .item .domain-configure .wrapper .content .some-margin-top {
            margin-top: 1rem; }
          #product-summary .wrapper .item .domain-configure .wrapper .content a.delete_reg {
            position: relative;
            margin-top: -0.5rem; }
          #product-summary .wrapper .item .domain-configure .wrapper .content a.button.small {
            padding: 0.375rem 1.5rem 0.4375rem; }
            #product-summary .wrapper .item .domain-configure .wrapper .content a.button.small.m-width {
              min-width: 8rem; }
            #product-summary .wrapper .item .domain-configure .wrapper .content a.button.small .loading {
              display: inline-block;
              height: 0.525rem; }
            #product-summary .wrapper .item .domain-configure .wrapper .content a.button.small.add-nameservers {
              font-size: 1.25rem;
              padding: 0.25rem 0.575rem 0.125rem;
              margin-bottom: 0.25rem; }
    #product-summary .wrapper .item .ssl-configure {
      margin-top: 0.75rem; }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .item .ssl-configure {
          margin-left: 1.3rem; } }
      #product-summary .wrapper .item .ssl-configure .wrapper {
        display: table; }
        @media only screen and (max-width: 40em) {
          #product-summary .wrapper .item .ssl-configure .wrapper {
            margin-bottom: 1rem; }
            #product-summary .wrapper .item .ssl-configure .wrapper .ssl-attr {
              min-width: 9.5rem; } }
        #product-summary .wrapper .item .ssl-configure .wrapper .ssl-attr {
          display: table-cell;
          vertical-align: middle;
          padding-right: 0.75rem;
          font-size: 0.875rem; }
          #product-summary .wrapper .item .ssl-configure .wrapper .ssl-attr::after {
            content: ":";
            display: inline-block; }
        #product-summary .wrapper .item .ssl-configure .wrapper .drop-down {
          display: table-cell;
          vertical-align: middle; }
          #product-summary .wrapper .item .ssl-configure .wrapper .drop-down select {
            color: #282828;
            border: 0 none;
            border-bottom: 1px dotted #b7c8d1;
            background-color: transparent;
            background-image: none;
            height: 1.5rem;
            line-height: 1.2;
            padding: 0 0.125rem;
            cursor: pointer;
            width: 1.5rem;
            text-align: center;
            text-align-last: center;
            text-indent: -1px; }
    #product-summary .wrapper .item .actions-panel {
      padding-top: 0.5rem; }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .item .actions-panel {
          padding-top: 0.25rem; } }
      #product-summary .wrapper .item .actions-panel .product::before {
        content: "\e91e";
        font-family: 'icomoon';
        position: absolute;
        display: inline-block;
        font-size: 1.1875rem;
        left: 1.5rem;
        color: #B7C8D1; }
        @media only screen and (min-width: 64.063em) {
          #product-summary .wrapper .item .actions-panel .product::before {
            left: 2.7125rem; } }
      #product-summary .wrapper .item .actions-panel .product .description {
        color: #8e8e8e;
        font-size: 0.825rem; }
        #product-summary .wrapper .item .actions-panel .product .description strong {
          font-size: 0.875rem;
          color: #282828;
          display: block; }
        #product-summary .wrapper .item .actions-panel .product .description .product-description {
          top: 0; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .product::before {
        content: "\e91f";
        font-size: 1.75rem; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .product strong {
        margin-left: 3px; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .product label {
        display: flex;
        align-items: flex-start;
        line-height: 1.1;
        margin-bottom: 0.25rem;
        margin-left: 3px;
        margin-top: 1px; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .product input[type='checkbox'] {
        margin-right: 4px;
        position: relative;
        top: 1px; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .price {
          margin-top: 0.75rem; } }
      @media only screen and (max-width: 40em) {
        #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .price {
          margin-top: -0.825rem; } }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain input[type='text'], #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain .button {
        height: 2.125rem;
        line-height: 2.125rem; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain .help-block {
        margin-top: -9px; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain .button {
        margin-bottom: 0;
        min-width: 8rem; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain div b {
        color: #686868; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain div .icon-checkmark {
        border-radius: 50%;
        color: white;
        padding: 4px;
        font-size: 11px;
        margin-right: 3px;
        background-color: #18BF93; }
      #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain div .edit_target_domains {
        color: #282828;
        position: relative;
        top: 2px; }
        #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain div .edit_target_domains:hover {
          color: #0077bc; }
      @media only screen and (min-width: 40.063em) {
        #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain {
          display: flex;
          margin-top: 0.5rem; }
          #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain input[type='text'] {
            min-width: 19rem; }
          #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain .button {
            position: relative;
            left: -1px; } }
      #product-summary .wrapper .item .actions-panel .cross-sell-duration {
        margin-left: 2.8125rem; }
        @media only screen and (min-width: 64.063em) {
          #product-summary .wrapper .item .actions-panel .cross-sell-duration {
            margin-left: 0; } }
    #product-summary .wrapper .item .specs-panel {
      margin-top: 0.5rem; }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .item .specs-panel {
          margin-left: 1.3rem; } }
      #product-summary .wrapper .item .specs-panel p {
        font-size: 0.825rem;
        line-height: 1.2; }
        #product-summary .wrapper .item .specs-panel p.lead {
          font-weight: 400;
          font-size: 1rem;
          padding-bottom: 7px;
          border-bottom: 1px dashed #d5dde1;
          margin-bottom: 0.5rem;
          color: #282828; }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .item .specs-panel ul {
          margin-bottom: 0; } }
      #product-summary .wrapper .item .specs-panel ul li {
        font-size: 0.825rem;
        line-height: 1.2;
        margin-bottom: 0.25rem;
        color: #282828; }
        #product-summary .wrapper .item .specs-panel ul li .spec {
          color: #8e8e8e; }
    #product-summary .wrapper .item .addons-panel {
      margin-top: 1.25rem; }
      #product-summary .wrapper .item .addons-panel .wrapper {
        margin-left: 2.75rem;
        margin-top: 1rem; }
        #product-summary .wrapper .item .addons-panel .wrapper .icon {
          color: #B7C8D1;
          font-size: 2rem;
          height: 2rem;
          left: 1rem;
          position: absolute;
          text-align: center;
          top: 7px;
          width: 2rem; }
          #product-summary .wrapper .item .addons-panel .wrapper .icon i {
            line-height: 1.8; }
      #product-summary .wrapper .item .addons-panel p.lead {
        font-weight: 400;
        font-size: 0.825rem;
        color: #88A4B3;
        margin-bottom: 0;
        line-height: 1.2; }
      #product-summary .wrapper .item .addons-panel .content ul {
        margin-bottom: 0; }
        #product-summary .wrapper .item .addons-panel .content ul li {
          font-size: 0.925rem;
          font-weight: 400;
          line-height: 1.2;
          padding-top: 4px; }
          #product-summary .wrapper .item .addons-panel .content ul li.v-line::after {
            color: #282828;
            content: "|";
            margin-left: -13px;
            margin-top: -18px;
            position: absolute; }
    #product-summary .wrapper .item .duration .button {
      background: #FFFFFF;
      margin-bottom: 0;
      width: 100%;
      border: 1px solid #CDD7DC;
      color: #282828;
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
      padding-left: 1rem;
      text-align: left;
      padding-right: initial;
      font-size: 0.925rem; }
      #product-summary .wrapper .item .duration .button:hover, #product-summary .wrapper .item .duration .button:focus {
        border-color: #9bafb9; }
      #product-summary .wrapper .item .duration .button.dropdown:before {
        border-color: #333 transparent transparent;
        border-width: 0.3rem; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        #product-summary .wrapper .item .duration .button {
          margin-bottom: 0.5rem; } }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .item .duration .button {
          text-align: center;
          padding-left: initial; } }
      #product-summary .wrapper .item .duration .button .strikethrough {
        color: #8e8e8e;
        margin-right: 0.25rem;
        font-weight: 300; }
    #product-summary .wrapper .item .duration .f-dropdown {
      background: white;
      border: 1px solid #9bafb9;
      margin-top: -1px; }
      @media only screen and (min-width: 90.063em) {
        #product-summary .wrapper .item .duration .f-dropdown {
          max-width: 12.4375rem; } }
      @media only screen and (min-width: 64.063em) and (max-width: 90em) {
        #product-summary .wrapper .item .duration .f-dropdown {
          max-width: 12.0625rem; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        #product-summary .wrapper .item .duration .f-dropdown {
          max-width: 24rem; } }
      @media only screen and (max-width: 40em) {
        #product-summary .wrapper .item .duration .f-dropdown {
          margin-right: 15px; } }
      #product-summary .wrapper .item .duration .f-dropdown:before {
        border: none; }
      #product-summary .wrapper .item .duration .f-dropdown:after {
        border: none; }
      #product-summary .wrapper .item .duration .f-dropdown.discount {
        max-width: inherit; }
        #product-summary .wrapper .item .duration .f-dropdown.discount > li a .strikethrough {
          margin-right: 0.25rem;
          color: #b2b2b2;
          background: url("../img/strikethrough-grey.png") no-repeat center center; }
      #product-summary .wrapper .item .duration .f-dropdown > li a {
        color: #484848; }
        #product-summary .wrapper .item .duration .f-dropdown > li a:hover {
          color: white; }
      #product-summary .wrapper .item .duration .f-dropdown > li:hover, #product-summary .wrapper .item .duration .f-dropdown > li.focus {
        background-color: #008cdd; }
      #product-summary .wrapper .item .duration .f-dropdown > li.active {
        background-color: #D5DFE2;
        cursor: default;
        pointer-events: none; }
    @media only screen and (min-width: 64.063em) {
      #product-summary .wrapper .item .inner-margin {
        margin-left: 1.3rem; } }
    @media only screen and (min-width: 64.063em) {
      #product-summary .wrapper .item .medium-inner-margin {
        margin-left: 2.25rem; } }
    #product-summary .wrapper .item .big-inner-margin {
      margin-left: 2.8125rem; }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .item .big-inner-margin {
          margin-left: 4.0625rem; } }
  #product-summary .wrapper .footer {
    border-top: 2px solid #CDD7DC;
    padding-top: 0.75rem;
    margin-bottom: 1.5rem;
    position: relative;
    top: -1px; }
    @media only screen and (min-width: 64.063em) {
      #product-summary .wrapper .footer {
        padding-top: 1.25rem; } }
    #product-summary .wrapper .footer .prices-box {
      float: right;
      margin-right: 0.75rem;
      padding-top: 0.75rem; }
      @media only screen and (min-width: 64.063em) {
        #product-summary .wrapper .footer .prices-box {
          padding-top: 0; } }
      #product-summary .wrapper .footer .prices-box ul li .price-conteiner {
        display: table;
        width: 100%;
        margin-bottom: 0.25rem; }
        #product-summary .wrapper .footer .prices-box ul li .price-conteiner.total {
          border-top: 1px solid #CDD7DC;
          margin-top: 0.5rem;
          padding-top: 0.25rem;
          font-size: 1.125rem;
          font-weight: 500;
          color: #282828; }
        #product-summary .wrapper .footer .prices-box ul li .price-conteiner .title {
          display: table-cell;
          padding-right: 1rem; }
        #product-summary .wrapper .footer .prices-box ul li .price-conteiner .prices {
          display: table-cell;
          text-align: right;
          padding-left: 2rem; }
  #product-summary .wrapper .cart-chechout .cart-login {
    text-align: right;
    line-height: 1.3;
    margin-bottom: 0.5rem; }
  #product-summary .wrapper input, #product-summary .wrapper select {
    margin-bottom: 0.5rem; }
  #product-summary.document .wrapper .header {
    background-color: #eef1f3;
    border: 1px solid #CDD7DC;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.125rem;
    margin: 0;
    padding: 1rem 1.25rem;
    color: #282828; }
    @media only screen and (max-width: 40em) {
      #product-summary.document .wrapper .header {
        background-color: #CDD7DC; } }
  #product-summary.document .wrapper .sub-header {
    background-color: #eef1f3;
    border: 1px solid #CDD7DC;
    border-top: 0 none;
    font-size: 0.925rem;
    color: #282828;
    font-weight: 500;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  #product-summary.document .item {
    border-width: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    #product-summary.document .item:nth-child(odd) {
      background-color: white; }
    #product-summary.document .item:nth-child(even) {
      background-color: #f5f7f8; }
    #product-summary.document .item .product .description strong {
      font-size: 1rem; }
    @media only screen and (min-width: 64.063em) {
      #product-summary.document .item .product .actions {
        top: 0; } }
    #product-summary.document .item p strong.error {
      color: #ff585d;
      font-weight: 700; }
    #product-summary.document .item label {
      font-weight: 500; }
    @media only screen and (max-width: 40em) {
      #product-summary.document .item .duration span {
        display: block;
        margin-bottom: 1rem; } }
    #product-summary.document .item .label {
      min-width: 6.5rem; }
    #product-summary.document .item .panel {
      background-color: #edf1f2;
      border-color: #CDD7DC;
      border-width: 1px; }
    #product-summary.document .item button.tiny, #product-summary.document .item .button.tiny {
      padding-top: 0.525rem;
      padding-bottom: 0.5875rem;
      margin-bottom: 0; }
    #product-summary.document .item .helper-icon {
      display: inline-block;
      margin-left: 0.25rem; }
      #product-summary.document .item .helper-icon a {
        color: #282828;
        font-size: 1.125rem;
        line-height: 1;
        position: relative;
        top: 4px; }
    #product-summary.document .item .deleteItemOverlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      z-index: 100;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #product-summary.document .item .deleteItemOverlay:hover {
        background: rgba(0, 0, 0, 0.7); }
      #product-summary.document .item .deleteItemOverlay a {
        left: 50%;
        top: 50%;
        position: absolute;
        color: white;
        line-height: 1;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #product-summary.document .item .deleteItemOverlay a:hover {
          transform: rotate(-180deg); }
      #product-summary.document .item .deleteItemOverlay.cross a {
        font-size: 1.25rem;
        margin-left: -0.625rem;
        margin-top: -0.625rem; }
      #product-summary.document .item .deleteItemOverlay.primary a {
        font-size: 4rem;
        margin-left: -2rem;
        margin-top: -2rem; }
    #product-summary.document .item .item_edit_form .checkbox {
      margin-bottom: 1rem; }
      @media only screen and (min-width: 40.063em) {
        #product-summary.document .item .item_edit_form .checkbox {
          margin-top: 1.75rem; } }
    #product-summary.document .item .ssl-installation-domain-display {
      margin-bottom: 0;
      font-size: 0.9rem; }
  #product-summary.document .footer {
    border: 0 none; }
    #product-summary.document .footer .prices-box {
      margin-right: 1.25rem; }

/* Checkout - Payments global Styles */
.btm-border {
  text-align: center; }
  .btm-border:after {
    content: "";
    display: block;
    height: 3px;
    margin: 1rem auto 0;
    width: 9.375rem;
    background-color: #fd9662; }

.blocks-with-vertical-line {
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  display: table;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .blocks-with-vertical-line {
      margin-bottom: 3rem; }
      .blocks-with-vertical-line:after {
        background-color: #d2dbe0;
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 1px; } }
  @media only screen and (min-width: 40.063em) {
    .blocks-with-vertical-line .as-table-cell {
      display: table-cell;
      height: inherit;
      vertical-align: middle; } }
  @media only screen and (max-width: 40em) {
    .blocks-with-vertical-line .first-block {
      margin-bottom: 2rem; } }
  .blocks-with-vertical-line .first-block ul li {
    margin-bottom: 0.325rem; }
  .blocks-with-vertical-line .first-block .title {
    font-weight: 500;
    color: #282828; }
  .blocks-with-vertical-line .first-block .value {
    margin-left: 0.125rem; }
  .blocks-with-vertical-line .first-block .button {
    font-size: 0.925rem;
    padding-top: 0.625rem;
    padding-bottom: 0.675rem; }
  .blocks-with-vertical-line .first-block .cards span {
    background-position: center center;
    background-size: contain;
    display: inline-block;
    height: 48px;
    margin: 0.25rem;
    overflow: hidden;
    text-indent: -9999px;
    width: 80px; }
    .blocks-with-vertical-line .first-block .cards span.visa {
      background-image: url("../img/logos/visa-logo.png"); }
    .blocks-with-vertical-line .first-block .cards span.mastercard {
      background-image: url("../img/logos/mastercard-logo.png"); }
    .blocks-with-vertical-line .first-block .cards span.american-express {
      background-image: url("../img/logos/american-express-logo.png"); }
  .blocks-with-vertical-line .second-block .icon::after {
    background-color: #EBEFF1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    height: 6rem;
    margin-left: -2.6875rem;
    position: absolute;
    top: 0;
    width: 6rem;
    z-index: -1; }
  .blocks-with-vertical-line .second-block .icon i {
    display: block; }
    .blocks-with-vertical-line .second-block .icon i.icon-check-1 {
      color: #18BF93;
      position: relative;
      right: -15px;
      top: -10px;
      font-size: 5rem;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 40.063em) {
        .blocks-with-vertical-line .second-block .icon i.icon-check-1 {
          right: -21px; } }
    .blocks-with-vertical-line .second-block .icon i.icon-warning {
      color: #fd9662;
      position: relative;
      right: -6px;
      top: 16px;
      font-size: 3.5rem;
      margin-bottom: 3.5rem; }
    .blocks-with-vertical-line .second-block .icon i.icon-cross {
      color: #ff585d;
      position: relative;
      right: -6px;
      top: 21px;
      font-size: 3.5rem;
      margin-bottom: 4.25rem; }
  .blocks-with-vertical-line .second-block .msg {
    font-weight: 500;
    color: #282828;
    display: block;
    margin-bottom: 0.75rem; }
  .blocks-with-vertical-line .second-block .button {
    margin-bottom: 0;
    margin-left: 0.5rem; }
  .blocks-with-vertical-line .second-block .simple-link {
    font-weight: 500;
    font-size: 0.925rem; }

.payment-options {
  margin: 1rem 0; }
  .payment-options .panel {
    background-color: white;
    border: 1px solid #CDD7DC;
    min-height: 105px;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -webkit-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s; }
    .payment-options .panel:hover, .payment-options .panel.active {
      background-color: #f1f4f5; }
    @media only screen and (min-width: 40.063em) {
      .payment-options .panel {
        min-height: 170px; } }
    .payment-options .panel .title {
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.1;
      color: #282828; }
    .payment-options .panel span.smaller {
      font-size: 0.825rem;
      line-height: 1.2;
      color: #989898;
      display: block; }
    .payment-options .panel span.paypal {
      max-width: 100px;
      max-height: 30px;
      margin: 0 auto;
      position: relative; }
    .payment-options .panel span.paypal-charge {
      color: #282828;
      font-size: 0.875rem;
      display: block; }
    .payment-options .panel .cards span {
      background-size: contain;
      background-position: center;
      overflow: hidden;
      text-indent: -9999px;
      height: 30px;
      width: 50px;
      display: inline-block;
      margin: 0.25rem; }
      .payment-options .panel .cards span.visa {
        background-image: url("../img/logos/visa-logo.png"); }
      .payment-options .panel .cards span.mastercard {
        background-image: url("../img/logos/mastercard-logo.png"); }
      .payment-options .panel .cards span.american-express {
        background-image: url("../img/logos/american-express-logo.png"); }
  .payment-options .no-credit {
    margin-bottom: 3rem; }
    .payment-options .no-credit .panel {
      text-align: center;
      height: inherit; }
      .payment-options .no-credit .panel .title {
        margin-bottom: 0.5rem; }
      .payment-options .no-credit .panel span.paypal {
        display: block;
        top: -0.35rem; }
      .payment-options .no-credit .panel span.paypal-charge {
        line-height: 1.3;
        margin-top: 1.125rem; }
  .payment-options .credit {
    position: relative;
    margin-bottom: 3rem;
    padding-top: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .payment-options .credit:after {
        background-color: #d2dbe0;
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 1px; } }
    .payment-options .credit .credit-box {
      margin-bottom: 2.75rem; }
      .payment-options .credit .credit-box p {
        color: #282828;
        margin-bottom: 0; }
        .payment-options .credit .credit-box p.sub-header {
          margin-bottom: 0.75rem;
          font-size: 0.875rem;
          line-height: 1.4;
          color: #585858; }
      .payment-options .credit .credit-box .checkbox-wrapper {
        margin-left: 1.25rem; }
        .payment-options .credit .credit-box .checkbox-wrapper input[type="checkbox"] {
          display: inline-block;
          margin-bottom: 0; }
        .payment-options .credit .credit-box .checkbox-wrapper label {
          font-size: 0.95rem;
          font-weight: 400;
          position: relative;
          top: -1px;
          color: #282828; }
        .payment-options .credit .credit-box .checkbox-wrapper p.statement {
          color: #989898;
          margin-left: 1.5rem;
          font-size: 0.825rem;
          line-height: 1.2; }
    .payment-options .credit .panel {
      display: inline-flex;
      width: 100%;
      align-items: baseline; }
      @media only screen and (max-width: 40em) {
        .payment-options .credit .panel {
          align-items: center;
          flex-flow: column;
          text-align: center; } }
      @media only screen and (min-width: 40.063em) {
        .payment-options .credit .panel {
          min-height: 6.25rem;
          padding-bottom: 0.75rem; } }
      .payment-options .credit .panel input[type="radio"] {
        margin-right: 0.425rem;
        vertical-align: top;
        display: table; }
      .payment-options .credit .panel .wrapper {
        display: inline-block; }
      .payment-options .credit .panel .title {
        margin-bottom: 0.25rem; }
      .payment-options .credit .panel span.paypal {
        display: inline-block;
        margin-bottom: 0.25rem;
        top: -4px; }
      .payment-options .credit .panel span.paypal-charge {
        display: block; }
    .payment-options .credit .disabled-options .panel {
      opacity: 0.6;
      pointer-events: none; }
      .payment-options .credit .disabled-options .panel .wrapper {
        opacity: 0.6; }
    .payment-options .credit .disabled-options label {
      cursor: default; }
    .payment-options .credit .hidden-title {
      color: #282828;
      margin-bottom: 0.5rem; }
  .payment-options .total {
    color: #282828; }
    .payment-options .total p {
      margin-bottom: 0.25rem; }
    .payment-options .total > span {
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 2rem;
      display: inline-block; }
  .payment-options #submitOrder {
    min-width: 18.25rem; }
  .payment-options .order-agreement {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    display: inline-block; }
    .payment-options .order-agreement label {
      margin-left: 0.125rem;
      margin-right: 0.125rem;
      position: relative;
      top: -1px;
      font-size: 0.825rem; }
    .payment-options .order-agreement input[type="checkbox"] {
      margin-bottom: 0; }
    .payment-options .order-agreement a {
      padding-bottom: 1px;
      border-bottom: 1px dotted #008cdd;
      font-weight: 500;
      font-size: 0.825rem;
      position: relative;
      top: -1px; }

/* Base styles for creating our Custom List component. Found on ssl, dedicated servers, payment methods(banks table) etc */
.custom-list {
  padding: 0.25rem 0;
  /* Bank list. Used both, in front & back end */ }
  .custom-list .item {
    background-color: white;
    margin-bottom: 1rem;
    border: 2px solid #dde4e7;
    position: relative;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .custom-list .item ul {
      list-style-type: none;
      margin: 0; }
      .custom-list .item ul li {
        font-size: 0.95rem;
        font-weight: 400;
        height: inherit;
        line-height: 1.3;
        margin-bottom: 0.375rem;
        min-height: 3rem;
        padding: 0 1.25rem 0.75rem;
        text-align: center; }
        .custom-list .item ul li:first-child {
          font-size: 0.925rem; }
        .custom-list .item ul li.name a {
          color: #282828; }
        .custom-list .item ul li div span.offer {
          color: white;
          left: 0;
          position: absolute;
          z-index: 1;
          top: 0; }
          .custom-list .item ul li div span.offer strong {
            font-size: 0.75rem;
            font-weight: 700;
            left: -2px;
            position: absolute;
            top: 6px;
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .custom-list .item ul li div span.offer:before {
            border-bottom: 40px solid transparent;
            border-left: 40px solid #00c853;
            content: "";
            position: absolute;
            z-index: -1; }
        .custom-list .item ul li div span.spec {
          display: block;
          font-weight: 700;
          color: #9b9b9b;
          font-size: 70%;
          letter-spacing: 0.5px; }
          @media only screen and (min-width: 64.063em) {
            .custom-list .item ul li div span.spec {
              display: none; } }
        .custom-list .item ul li div span.smaller-info {
          font-size: 0.825rem;
          font-weight: 300;
          display: block; }
          @media only screen and (min-width: 64.063em) {
            .custom-list .item ul li div span.smaller-info {
              color: #8a8a8a; } }
        .custom-list .item ul li div span.s-price {
          color: #282828;
          font-size: 1.75rem;
          display: inline;
          position: relative;
          line-height: 1.1; }
          .custom-list .item ul li div span.s-price .sup {
            font-weight: 400;
            font-family: "Sarala"; }
          .custom-list .item ul li div span.s-price sup {
            font-size: 51%;
            margin-left: 2px;
            position: absolute;
            top: 10px; }
          .custom-list .item ul li div span.s-price small {
            font-size: 43%;
            left: 3px;
            position: relative; }
          .custom-list .item ul li div span.s-price .lowestPrice {
            color: #b2b2b2;
            font-size: 0.625rem;
            font-weight: 400;
            display: block;
            line-height: 1.1;
            padding: 5px 0; }
            .custom-list .item ul li div span.s-price .lowestPrice small {
              font-size: 100%; }
          @media only screen and (min-width: 64.063em) {
            .custom-list .item ul li div span.s-price {
              margin-bottom: 0; }
              .custom-list .item ul li div span.s-price .lowestPrice {
                padding: 0;
                padding-top: 2px; } }
        .custom-list .item ul li div span.discount {
          display: block;
          line-height: 1; }
          .custom-list .item ul li div span.discount .strikethrough {
            font-size: 14px;
            font-weight: 300;
            margin-right: 0.125rem;
            color: #8e8e8e; }
        .custom-list .item ul li div i {
          font-size: 1.25rem; }
          .custom-list .item ul li div i.unavail {
            color: #ff585d;
            position: relative;
            top: 2px; }
          .custom-list .item ul li div i.check {
            color: #18BF93; }
        .custom-list .item ul li div button, .custom-list .item ul li div .button {
          padding: 0.8rem 1.25rem 0.8625rem;
          width: 100%;
          margin-bottom: 0; }
          .custom-list .item ul li div button div.loading, .custom-list .item ul li div .button div.loading {
            display: inline-block;
            height: 1rem; }
          @media only screen and (min-width: 64.063em) {
            .custom-list .item ul li div button, .custom-list .item ul li div .button {
              padding: 0.6rem 1rem 0.625rem;
              font-size: 0.875rem;
              font-weight: 400; } }
          @media only screen and (min-width: 90.063em) {
            .custom-list .item ul li div button, .custom-list .item ul li div .button {
              max-width: 8.125rem; } }
          .custom-list .item ul li div button i, .custom-list .item ul li div .button i {
            font-size: 0.825rem;
            position: relative;
            top: 1px;
            margin-right: 5px; }
    .custom-list .item.suggested:after {
      background-color: #ff585d;
      color: white;
      content: "ΠΡΟΤΕΙΝΟΜΕΝΟ";
      font-size: 0.55rem;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 0.3125rem 0.5rem 0.25rem;
      position: absolute;
      left: auto;
      right: 0;
      top: 0; }
    .custom-list .item.black-friday:after {
      background-color: #161616;
      color: white;
      content: "BLACK FRIDAY";
      font-size: 0.55rem;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 0.3125rem 0.5rem 0.25rem;
      position: absolute;
      left: auto;
      right: 0;
      top: 0; }
    @media only screen and (max-width: 40em) {
      .custom-list .item > ul > li:first-child, .custom-list .item > form > ul > li:first-child {
        background-color: #dde4e7;
        font-size: 1.125rem;
        height: inherit;
        line-height: 1.3;
        margin-bottom: 1.5rem !important;
        min-height: 1rem;
        padding-bottom: 1.4425rem;
        padding-top: 1.5rem; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .custom-list .item {
        float: left;
        width: 48%;
        margin-right: 1%;
        margin-left: 1%; }
        .custom-list .item > ul > li:first-child, .custom-list .item > form > ul > li:first-child {
          background-color: #dde4e7;
          font-size: 1.125rem;
          height: inherit;
          line-height: 1.3;
          margin-bottom: 1.5rem !important;
          min-height: 1rem;
          padding-bottom: 1.5rem;
          padding-top: 1.5rem; } }
    @media only screen and (min-width: 64.063em) {
      .custom-list .item {
        background-color: #f1f4f5;
        border: 0 none;
        padding: 0.75rem 0; }
        .custom-list .item:hover {
          background-color: #e3e8eb; }
          .custom-list .item:hover .name a {
            text-decoration: underline; }
        .custom-list .item:last-child {
          margin-bottom: 0; }
        .custom-list .item ul {
          display: table;
          table-layout: fixed;
          margin: 0;
          width: 100%; }
          .custom-list .item ul li {
            font-size: 0.875rem;
            height: 3.25rem;
            border-right: 1px solid #CDD7DC;
            display: table-cell;
            padding: 0 1rem;
            position: relative;
            vertical-align: middle;
            width: 12.5%; }
            .custom-list .item ul li:last-child {
              border-right: 0 none; }
            .custom-list .item ul li.name a {
              color: #585858; }
            .custom-list .item ul li div span.offer {
              top: -0.75rem; }
        .custom-list .item.suggested:after {
          left: 0;
          right: auto; }
        .custom-list .item.black-friday:after {
          left: 0;
          right: auto; }
        .custom-list .item.suggested.with-offer:after {
          left: 2.5rem; } }
    .custom-list .item.header {
      background-color: white;
      margin-bottom: 0.5rem;
      padding: 0; }
      .custom-list .item.header ul li {
        height: 2.5rem; }
        .custom-list .item.header ul li span, .custom-list .item.header ul li a {
          color: #919191;
          font-size: 0.825rem; }
  .custom-list.bank-list .item:not(.header) {
    background-color: #f1f4f5; }
    @media only screen and (min-width: 64.063em) {
      .custom-list.bank-list .item:not(.header) {
        margin-bottom: 0.75rem; }
        .custom-list.bank-list .item:not(.header) ul li {
          height: 2.25rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .custom-list.bank-list .item .small-inline {
      display: inline-flex; }
      .custom-list.bank-list .item .small-inline li {
        padding-bottom: 0;
        min-height: unset;
        margin-bottom: 0.25rem !important; }
        .custom-list.bank-list .item .small-inline li .spec {
          color: #b1b1b1;
          font-weight: 500; } }
  @media only screen and (max-width: 40em) {
    .custom-list.bank-list .item .small-inline {
      display: inline-flex; }
      .custom-list.bank-list .item .small-inline li {
        padding-bottom: 0;
        min-height: unset;
        margin-bottom: 0.25rem !important; }
        .custom-list.bank-list .item .small-inline li .spec {
          color: #b1b1b1;
          font-weight: 500; } }
  .custom-list.bank-list .item.header .s-m-bottom {
    margin-bottom: 0.25rem;
    display: block; }
  .custom-list.bank-list .item.header .smaller-info {
    display: block;
    font-weight: 300;
    font-size: 0.7rem;
    line-height: 1; }
  .custom-list.bank-list .item.header ul li {
    color: #919191;
    font-weight: 300;
    font-size: 0.7rem;
    line-height: 1;
    height: 1.25rem; }

/* Custom list's controls used for dedicated servers */
.custom-list-controls {
  display: table;
  width: 100%;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  background-color: white; }
  .custom-list-controls.w-border-top {
    border-top: 1px solid #CDD7DC; }
  .custom-list-controls.w-border-bottom {
    border-bottom: 1px solid #CDD7DC; }
  .custom-list-controls.s-margin-bottom {
    margin-bottom: 0.75rem; }
  .custom-list-controls.b-margin-bottom {
    margin-bottom: 2rem; }
  .custom-list-controls .controls-left {
    float: left; }
    .custom-list-controls .controls-left .head .my-h3-title {
      font-size: 1.675rem;
      font-weight: 400;
      margin: 0; }
  .custom-list-controls .controls-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    float: right; }
    .custom-list-controls .controls-right .qty {
      font-size: 0.725rem;
      letter-spacing: 0.25px;
      margin-right: 0.75rem;
      color: #919191;
      width: 6.875rem;
      margin-top: 1px; }
      .custom-list-controls .controls-right .qty span {
        font-weight: 700;
        color: #585858; }
    .custom-list-controls .controls-right .search-container {
      position: relative; }
      .custom-list-controls .controls-right .search-container input {
        margin-bottom: 0;
        min-width: 17rem; }
      .custom-list-controls .controls-right .search-container i {
        position: absolute;
        color: #8e8e8e;
        right: 1rem;
        top: 0.75rem; }
    .custom-list-controls .controls-right .order-option .chosen-container {
      margin-bottom: 0; }
    .custom-list-controls .controls-right .order-option .chosen-container-single .chosen-single {
      font-size: 0.85rem;
      height: 2.3125rem;
      line-height: 2.25rem;
      padding: 0 2px 0 8px; }
    .custom-list-controls .controls-right .order-option .chosen-container-single, .custom-list-controls .controls-right .order-option select {
      min-width: 8.5rem;
      margin-bottom: 0; }
    .custom-list-controls .controls-right .action-container {
      margin-left: 0.75rem; }
      .custom-list-controls .controls-right .action-container .button {
        margin-bottom: 0;
        background-color: #fd8a51;
        padding: 0.6875rem 1.0625rem; }
        .custom-list-controls .controls-right .action-container .button:hover {
          background-color: #fc681d; }

/* Side Filters made with minimal design -> Now on Dedicated Servers */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .side-filters {
    margin-right: 2rem; } }

@media only screen and (min-width: 90.063em) {
  .side-filters {
    margin-right: 5rem; } }

.side-filters header {
  margin-bottom: 2rem;
  margin-top: 5px;
  border-bottom: 1px solid #CDD7DC; }
  .side-filters header .title {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 0.9375rem;
    margin-bottom: 0.8125rem; }

.side-filters .filter_container {
  margin-bottom: 3.5rem; }
  .side-filters .filter_container .title {
    padding-bottom: 1rem; }
    .side-filters .filter_container .title span {
      font-size: 1rem;
      font-weight: 400;
      color: #282828; }
  .side-filters .filter_container .f-wrapper {
    min-height: 0.6875rem; }
    .side-filters .filter_container .f-wrapper ul li {
      display: flex;
      padding-bottom: 0.75rem;
      align-items: start; }
      .side-filters .filter_container .f-wrapper ul li:last-child {
        padding-bottom: 0; }
      .side-filters .filter_container .f-wrapper ul li.disabled {
        opacity: 0.5;
        cursor: default; }
        .side-filters .filter_container .f-wrapper ul li.disabled input, .side-filters .filter_container .f-wrapper ul li.disabled label {
          pointer-events: none; }
    .side-filters .filter_container .f-wrapper input[type="checkbox"], .side-filters .filter_container .f-wrapper input[type="radio"] {
      margin-bottom: 0;
      margin-top: 1px;
      margin-right: 0.25rem; }
    .side-filters .filter_container .f-wrapper label {
      line-height: 1.1; }
      .side-filters .filter_container .f-wrapper label span {
        color: #686868; }
        .side-filters .filter_container .f-wrapper label span:last-of-type {
          font-weight: 400; }
          @media only screen and (min-width: 64.063em) {
            .side-filters .filter_container .f-wrapper label span:last-of-type {
              margin-left: 5px; } }
        .side-filters .filter_container .f-wrapper label span.counter {
          position: relative;
          top: -1px;
          color: #a1a1a1;
          font-weight: 300;
          font-size: 13px; }

.side-filters .cancel {
  display: inline-block;
  font-size: 0.875rem;
  font-style: italic;
  margin-left: 0.5rem; }
  .side-filters .cancel:hover {
    text-decoration: underline; }

/* Form thank you message. Used in new-support-request */
.success-msg {
  line-height: 1.4;
  display: table;
  background-color: white;
  padding: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .success-msg {
      padding: 2rem; } }
  .success-msg i {
    display: table-cell;
    font-size: 4rem;
    padding-right: 1rem;
    color: #18BF93; }
  .success-msg p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5; }
  .success-msg.in-toolbox {
    padding: 0.75rem;
    background-color: transparent; }
    .success-msg.in-toolbox i {
      font-size: 2rem; }
    .success-msg.in-toolbox p {
      line-height: 1.4; }

/* Styles for password eye {reveal - hide} */
.reveal-password {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer; }
  .reveal-password:hover {
    color: #008cdd; }
  .reveal-password i {
    font-size: 21px;
    top: 9px;
    position: absolute;
    left: 5px; }

label .reveal-password {
  top: 22px; }

@supports (-ms-ime-align: auto) {
  .reveal-password {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reveal-password {
    display: none; } }

/* Showing tld's under Search Bar */
.domain-search-items ul li .tld {
  white-space: nowrap;
  text-decoration: none;
  display: table; }
  @media only screen and (min-width: 64.063em) {
    .domain-search-items ul li .tld {
      width: auto;
      margin: 0 auto; } }
  .domain-search-items ul li .tld img {
    display: table-cell;
    width: 4rem; }
  .domain-search-items ul li .tld .price {
    display: table-cell;
    vertical-align: bottom;
    position: relative; }
    .domain-search-items ul li .tld .price .strikethrough {
      color: #8e8e8e;
      font-size: 0.875rem;
      margin-right: 0.25rem; }
    .domain-search-items ul li .tld .price.discount .regular-price {
      color: #fd7f3f;
      display: inline;
      font-weight: 500; }
    @media only screen and (min-width: 40.063em) {
      .domain-search-items ul li .tld .price.small-left {
        left: -12px; } }
    @media only screen and (min-width: 40.063em) {
      .domain-search-items ul li .tld .price.small-right {
        right: -9px; } }

/* Label ΑΛΛΑΞΕ used in payment methods */
.after-label:after {
  background-color: #eb7092;
  content: "ΑΛΛΑΞΕ!";
  color: white;
  position: absolute;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 2px 6px;
  margin-left: 0.5rem; }

/* Error page 404 styles */
.error-content {
  text-align: center;
  margin: 4rem 0 3rem; }
  .error-content h2 {
    margin-bottom: 0.825rem;
    font-weight: 300;
    font-size: 2rem; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .error-content h2 {
        font-size: 1.85rem; } }
    @media only screen and (max-width: 40em) {
      .error-content h2 {
        font-size: 1.375rem;
        font-weight: 400; } }
  .error-content p {
    margin-bottom: 0.225rem;
    line-height: 1.3; }
  .error-content .content {
    margin-top: 4rem; }
    .error-content .content i {
      font-size: 5rem;
      padding: 0;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      background-color: #57f2cc;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, right top, from(#57f2cc), to(#4596FB));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #57f2cc, #4596FB);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #57f2cc, #4596FB);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #57f2cc, #4596FB);
      /* IE10 */
      background-image: -o-linear-gradient(right, #57f2cc, #4596FB);
      /* Opera 11.10+ */
      background-image: linear-gradient(to right, #57f2cc, #4596FB);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#57f2cc', EndColorStr='#4596FB');
      color: #023161; }
    .error-content .content a {
      font-size: 1.1875rem;
      display: block;
      font-weight: 500;
      margin-bottom: 0.5rem;
      margin-top: 1rem;
      text-decoration: underline; }
    .error-content .content p {
      line-height: 1.3; }
    @media only screen and (min-width: 64.063em) {
      .error-content .content ul li {
        padding-left: 2rem;
        padding-right: 2rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .error-content .content i {
    color: #023161;
    background: 0 none; } }

/* -------------------------------------------------------------------------------------------------------------------
Components for header. Includes the menu, home page banner, inner pages banner, promo bar, homepage notification bar
------------------------------------------------------------------------------------------------------------------- */
header {
  /* Menu */
  /* Build Homepage Banner */
  /* All Banners for Inner Pages */
  /* Common Styles between Homepage Banner and Inner pages banner */
  /* Global Promo Bar */
  /* Homepage Alert Bar */
  /* Top bar for when Admin views as a User */ }
  header #main_nav {
    display: block;
    /* Main Menu Dropdown Background */
    /* Overlay Effect */ }
    header #main_nav .nav {
      background-color: #FFFFFF;
      z-index: 98;
      position: relative;
      -webkit-box-shadow: 0 4px 3px -4px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 4px 3px -4px rgba(0, 0, 0, 0.5);
      box-shadow: 0 4px 3px -4px rgba(0, 0, 0, 0.5); }
      header #main_nav .nav .logo {
        float: left;
        -moz-transition: all 0.2s ease-in 0s;
        -o-transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
        transition: all 0.2s ease-in 0s;
        display: inline-flex;
        /*&.easter:before{
                    content: "";
                    display: inline-block;
                    position: absolute;
                    background: url("../img/holidays/easter-hat.png") 0 0/34px 22px no-repeat;
                    width: 34px;
                    height: 22px;
                    left: 24px;
                    top: -4px;
                }*/ }
        header #main_nav .nav .logo a {
          display: inline-block;
          overflow: hidden;
          background: url("../img/logos/logo_dnhost_mobile.png") 0 0/170px 52px no-repeat;
          background: url(../img/logos/dnhost-logo-mobile.svg) 0 2px/157px 48px no-repeat;
          width: 170px;
          height: 52px;
          padding-top: 52px;
          margin: 0.53125rem 0; }
          @media only screen and (min-width: 1025px) {
            header #main_nav .nav .logo a {
              background: url("../img/logos/logo_dnhost_large.png") -1px -2px/171px 54px no-repeat;
              background: url(../img/logos/dnhost-logo.svg) 0 0/166px 51px no-repeat;
              padding-top: 51px;
              width: 166px;
              height: 51px;
              margin: 11px 0;
              -moz-transition: all 0.1s ease-in 0s;
              -o-transition: all 0.1s ease-in 0s;
              -webkit-transition: all 0.1s ease-in 0s;
              transition: all 0.1s ease-in 0s; } }
        header #main_nav .nav .logo.xmas:before {
          content: "";
          display: inline-block;
          position: absolute;
          background: url("../img/holidays/xmass-hat.png") 0 0/34px 22px no-repeat;
          width: 34px;
          height: 22px;
          left: 38px;
          top: 3px; }
          @media only screen and (min-width: 1025px) {
            header #main_nav .nav .logo.xmas:before {
              left: 40px; } }
      header #main_nav .nav .menu-wrapper {
        float: right;
        display: inline-block;
        /* Primary Menu Styles */
        /* Secondary Menu */ }
        header #main_nav .nav .menu-wrapper .primary-menu {
          display: none;
          -moz-transition: all 0.1s ease-in;
          -o-transition: all 0.1s ease-in;
          -webkit-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
          /* Media Queries for Seamless Navigation behaviour */ }
          header #main_nav .nav .menu-wrapper .primary-menu .container {
            margin: 0;
            display: inline-block;
            margin-right: 3rem;
            /* Handle each section separately....domains, hosting, etc */ }
            @media only screen and (min-width: 90.063em) {
              header #main_nav .nav .menu-wrapper .primary-menu .container {
                margin-right: 8rem; } }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li {
              display: inline-block;
              margin-left: 0.5rem; }
              header #main_nav .nav .menu-wrapper .primary-menu .container > li > a {
                color: #282828;
                font-size: 0.9375rem;
                font-weight: 700;
                padding: 1.5rem 1.425rem 1.5rem 1.55rem;
                display: block;
                letter-spacing: 0.5px;
                position: relative;
                -moz-transition: all 0.25s ease-out 0s;
                -o-transition: all 0.25s ease-out 0s;
                -webkit-transition: all 0.25s ease-out 0s;
                transition: all 0.25s ease-out 0s; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li > a:hover {
                  color: #008cdd; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li > a:after {
                  content: "\e606";
                  font-family: "Icomoon";
                  display: inline;
                  position: relative;
                  color: #9D9D9D;
                  top: 1px;
                  left: 2px; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li > a.is-active {
                  background-color: #dce3e7;
                  color: #282828;
                  text-shadow: 1px 1px 0 white; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li > a.is-active:before {
                    content: '';
                    width: 100%;
                    height: 5px;
                    background-color: #dce3e7;
                    bottom: -5px;
                    position: absolute;
                    left: 0; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li > a.is-active:after {
                    content: "\e607";
                    font-family: "Icomoon";
                    display: inline;
                    position: relative;
                    color: #9D9D9D;
                    top: 1px;
                    left: 2px; }
              header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
                overflow: hidden;
                position: absolute;
                margin: 0;
                height: 0;
                opacity: 0;
                z-index: 89;
                top: 105px;
                right: 0;
                -moz-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                /* Styles for content (1st) block */
                /* Styles for links -> 2nd block */
                /* Styles for image -> 3rd block */ }
                @media only screen and (min-width: 1367px) and (max-width: 1920px) {
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
                    padding: 0 1.5rem; } }
                @media only screen and (min-width: 90.063em) {
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
                    padding: 0 3rem; } }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown.is-active {
                  height: auto;
                  opacity: 1; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content, header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links, header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder {
                  padding: 0.9375rem;
                  position: relative;
                  min-height: 17.1875rem; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content:before, header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links:before, header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder:before {
                    content: "";
                    background-color: white;
                    width: 1px;
                    height: 17.5rem;
                    display: inline-block;
                    position: absolute;
                    margin-left: -1.875rem; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content {
                  padding-right: 1.875rem;
                  padding-left: 1rem; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content .title {
                    font-size: 1.3125rem;
                    font-weight: 700;
                    letter-spacing: 0.5px;
                    margin-bottom: 0.675rem;
                    position: relative;
                    display: inline-block; }
                    header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content .title a {
                      color: #282828;
                      padding: 0; }
                    header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content .title:before {
                      content: "";
                      position: absolute;
                      background-color: white;
                      display: inline-block;
                      width: 1.25rem;
                      height: 4px;
                      margin-top: -4px;
                      -moz-transition: all 0.2s ease-out 0s;
                      -o-transition: all 0.2s ease-out 0s;
                      -webkit-transition: all 0.2s ease-out 0s;
                      transition: all 0.2s ease-out 0s; }
                    header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content .title:hover:before {
                      width: 3.25rem; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content .desc {
                    font-size: 0.925rem;
                    margin-bottom: 1.5rem;
                    line-height: 1.5;
                    font-weight: 300;
                    color: #282828; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content .button {
                    margin-bottom: 0;
                    background-color: #becbd2;
                    color: white;
                    padding-top: 0.625rem;
                    padding-bottom: 0.6875rem;
                    font-size: 0.8375rem;
                    font-weight: 400; }
                    @media screen and (-webkit-min-device-pixel-ratio: 0) {
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content .button i {
                        top: 0; } }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .content:before {
                    content: none; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links > ul > li:first-child {
                  margin-top: 2.25rem; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul {
                  line-height: 1.2;
                  position: relative; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul li a {
                    display: block;
                    color: #282828;
                    font-size: 0.875rem;
                    font-weight: 700;
                    padding: 0.6rem 0 0.6375rem 1.25rem;
                    letter-spacing: 0.15px;
                    -moz-transition: all 0.1s linear;
                    -o-transition: all 0.1s linear;
                    -webkit-transition: all 0.1s linear;
                    transition: all 0.1s linear; }
                    header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul li a:hover {
                      background-color: #a3b5be;
                      color: white; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul li a:hover span {
                        color: white; }
                    header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul li a span {
                      color: #919191;
                      display: none;
                      text-transform: none;
                      font-size: 0.675rem;
                      font-weight: 300;
                      letter-spacing: 0.5px;
                      line-height: 1.3; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown {
                  margin-bottom: 8px;
                  margin-top: 13px; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown > a {
                    cursor: default;
                    pointer-events: none;
                    font-weight: 700;
                    font-size: 11px;
                    letter-spacing: 1px;
                    color: #a3b5be;
                    padding: 0;
                    padding-left: 1.25rem; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul {
                    padding: 0;
                    left: -0.4375rem; }
                    header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul li {
                      display: inline-block;
                      position: relative;
                      margin-right: 7px; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul li:after {
                        content: "";
                        height: 10px;
                        width: 1px;
                        background-color: #a3b5be;
                        position: absolute;
                        top: 0;
                        right: 0;
                        margin-right: -4px;
                        margin-top: 8px; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul li a {
                        padding: 0.3125rem 0.375rem;
                        font-size: 0.875rem; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul li:last-of-type:after {
                        content: none; }
                header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder {
                  border-right: 0 none; }
                  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div {
                    margin-top: 1.1875rem;
                    margin-left: 0.25rem; }
                    header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure {
                      margin: 0;
                      position: relative;
                      overflow: hidden;
                      max-width: 415px;
                      max-height: 255px;
                      background-color: white; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure p {
                        margin: 0;
                        line-height: 1.2;
                        color: #282828; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure .title, header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure .desc {
                        position: absolute;
                        bottom: 0;
                        left: 0; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure .title {
                        background-color: white;
                        padding: 0.75rem 1rem;
                        font-weight: 700;
                        letter-spacing: 0.5px;
                        line-height: 1;
                        bottom: 1.25rem; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure .desc {
                        opacity: 0;
                        font-size: 0.9375rem;
                        padding: 1.5rem 1rem;
                        -moz-transition: transform 0.35s;
                        -o-transition: transform 0.35s;
                        -webkit-transition: transform 0.35s;
                        transition: transform 0.35s;
                        -moz-transform: translate3d(0, 50px, 0);
                        -o-transform: translate3d(0, 50px, 0);
                        -ms-transform: translate3d(0, 50px, 0);
                        -webkit-transform: translate3d(0, 50px, 0);
                        transform: translate3d(0, 50px, 0); }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure figcaption > a {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 1000;
                        text-indent: 200%;
                        white-space: nowrap;
                        font-size: 0;
                        opacity: 0; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure img, header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure .title {
                        -moz-transition: transform 0.35s;
                        -o-transition: transform 0.35s;
                        -webkit-transition: transform 0.35s;
                        transition: transform 0.35s; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure img {
                        position: relative;
                        display: block;
                        backface-visibility: hidden; }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure:hover img {
                        -moz-transform: translate3d(0, -65px, 0);
                        -o-transform: translate3d(0, -65px, 0);
                        -ms-transform: translate3d(0, -65px, 0);
                        -webkit-transform: translate3d(0, -65px, 0);
                        transform: translate3d(0, -65px, 0); }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure:hover .title {
                        -moz-transform: translate3d(0, -80px, 0);
                        -o-transform: translate3d(0, -80px, 0);
                        -ms-transform: translate3d(0, -80px, 0);
                        -webkit-transform: translate3d(0, -80px, 0);
                        transform: translate3d(0, -80px, 0); }
                      header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .placeholder div figure:hover .desc {
                        opacity: 1;
                        -moz-transform: translate3d(0, 0, 0);
                        -o-transform: translate3d(0, 0, 0);
                        -ms-transform: translate3d(0, 0, 0);
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0); }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.domains .nav-dropdown .content .title:before {
              background-color: #ff585d; }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.domains .nav-dropdown .content .button {
              background-color: #ff585d; }
              header #main_nav .nav .menu-wrapper .primary-menu .container > li.domains .nav-dropdown .content .button:hover {
                background-color: #e9484d; }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.hosting .nav-dropdown .content .title:before {
              background-color: #20B6DB; }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.hosting .nav-dropdown .content .button {
              background-color: #20B6DB; }
              header #main_nav .nav .menu-wrapper .primary-menu .container > li.hosting .nav-dropdown .content .button:hover {
                background-color: #1da4c5; }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.security .nav-dropdown .content .title:before {
              background-color: #18BF93; }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.security .nav-dropdown .content .button {
              background-color: #18BF93; }
              header #main_nav .nav .menu-wrapper .primary-menu .container > li.security .nav-dropdown .content .button:hover {
                background-color: #16ac84; }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.security .nav-dropdown .links > ul > li:first-child {
              margin-top: 1.375rem; }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.websites .nav-dropdown .content .title:before {
              background-color: #9472BE; }
            header #main_nav .nav .menu-wrapper .primary-menu .container > li.websites .nav-dropdown .content .button {
              background-color: #9472BE; }
              header #main_nav .nav .menu-wrapper .primary-menu .container > li.websites .nav-dropdown .content .button:hover {
                background-color: #8761b6; }
          @media only screen and (min-width: 999px) {
            header #main_nav .nav .menu-wrapper .primary-menu {
              display: inline-block; } }
          @media only screen and (min-width: 999px) and (max-width: 1025px) {
            header #main_nav .nav .menu-wrapper .primary-menu .container {
              border: 0 none;
              padding: 0;
              margin-right: 2rem; } }
          @media only screen and (min-width: 1025px) and (max-width: 1279px) {
            header #main_nav .nav .menu-wrapper .primary-menu .container > li a {
              padding: 1.5rem 1.25rem; } }
          @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
            header #main_nav .nav .menu-wrapper .primary-menu {
              display: inline-block; }
              header #main_nav .nav .menu-wrapper .primary-menu .container > li a {
                padding: 1.5rem 1rem; } }
        header #main_nav .nav .menu-wrapper .secondary-menu {
          display: none !important;
          position: relative; }
          @media only screen and (min-width: 1025px) {
            header #main_nav .nav .menu-wrapper .secondary-menu {
              display: inline-block !important; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account .account-text {
                display: inline-block; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-icon-login, header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account i {
                display: none; } }
          @media only screen and (min-width: 1025px) and (max-width: 1279px) {
            header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-login, header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account .account-text {
              display: none; }
            header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-icon-login, header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account i {
              display: inline-block; } }
          header #main_nav .nav .menu-wrapper .secondary-menu .container {
            margin: 0;
            display: inline-block; }
            header #main_nav .nav .menu-wrapper .secondary-menu .container > li {
              display: inline;
              margin-left: 1.5rem; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li button.register {
                font-size: 0.75rem;
                padding: 0.1875rem 0.25rem 0.375rem 0.875rem;
                margin: 0;
                font-weight: 500;
                letter-spacing: -0.125px; }
                header #main_nav .nav .menu-wrapper .secondary-menu .container > li button.register i {
                  font-size: 1rem;
                  position: relative;
                  top: 2px;
                  left: -3px; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a i {
                font-size: 1.25rem;
                color: #282828; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a .version {
                background-size: 110px 55px;
                overflow: hidden;
                text-indent: -9999px;
                text-align: left;
                height: 30px;
                width: 24px;
                margin-top: 0.4rem;
                background: url("../img/sprites/main-sprite.png") no-repeat;
                position: relative;
                left: 2px; }
                header #main_nav .nav .menu-wrapper .secondary-menu .container > li a .version.gr {
                  background-position: -20px -1583px; }
                header #main_nav .nav .menu-wrapper .secondary-menu .container > li a .version.gb {
                  background-position: -64px -1539px; }
                header #main_nav .nav .menu-wrapper .secondary-menu .container > li a .version.in-dropdown {
                  display: inline-block;
                  margin-right: 0.25rem;
                  margin-top: -3px;
                  position: relative;
                  vertical-align: middle;
                  height: 22px; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account {
                padding: 0;
                color: #282828;
                position: relative;
                top: 1px; }
                header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account .account-text {
                  margin-top: -13px;
                  position: relative;
                  top: 4px; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account .account-text span {
                    display: block;
                    font-size: 0.775rem;
                    font-weight: 500;
                    line-height: 1;
                    position: relative;
                    top: 0.4375rem;
                    text-align: right; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account .account-text small {
                    position: relative;
                    font-size: 65%; }
                header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account i {
                  position: relative;
                  top: 2px; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.notifications i {
                font-size: 1.1875rem;
                line-height: 2;
                position: relative;
                top: 1px; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.notifications .badge {
                margin-left: -12px; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.notifications, header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.language, header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.support, header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.cart {
                width: 2rem;
                text-align: center; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.support {
                position: relative;
                top: 2px; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.cart {
                position: relative;
                top: 1px; }
                header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.cart .badge {
                  margin-left: -12px;
                  top: -8px; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li a .badge {
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                color: white;
                font-size: 0.675rem;
                height: 18px;
                top: -2px;
                width: 18px;
                position: absolute;
                line-height: 18px;
                font-weight: 400;
                background-color: #ff585d; }
              header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone {
                position: absolute;
                right: 0;
                top: 3.125rem;
                min-width: 15rem;
                padding-left: 0.625rem;
                padding-right: 0.625rem;
                background-color: rgba(0, 0, 0, 0.5);
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px; }
                header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div {
                  display: inline;
                  position: relative;
                  top: -1px; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div:first-child {
                    margin-right: 0.5rem; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div i, header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div span {
                    display: inline;
                    color: white; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div i {
                    margin-right: 0.25rem;
                    font-size: 0.6875rem; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div span {
                    font-size: 0.75rem; }
          header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown {
            background: #FFFFFF;
            padding: 0;
            margin-top: 8px;
            border-top: 5px solid #CDD7DC;
            box-shadow: 0 4px 10px -5px #282828;
            width: 200px; }
            header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown::before {
              border-color: transparent transparent #CDD7DC;
              top: -16px; }
            header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown li {
              padding: 0.6rem; }
              header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown li:hover, header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown li:focus {
                background-color: #eef1f3; }
              header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown li a {
                color: #585858;
                font-size: 0.875rem;
                padding: 0; }
            header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content {
              min-width: 300px; }
              header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul {
                position: relative;
                max-height: 14.125rem;
                overflow-y: auto;
                border-bottom: 1px solid #eef1f3; }
                header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul li {
                  border-bottom: 1px solid #eef1f3; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul li:last-child {
                    border-bottom: 0 none; }
                header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.notification-list li {
                  word-break: break-all;
                  word-wrap: break-word;
                  line-height: 1.2;
                  padding-top: 0.7rem;
                  padding-bottom: 0.7rem;
                  cursor: default; }
                header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li {
                  display: table;
                  width: 100%;
                  cursor: default; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .product {
                    display: table-cell;
                    width: 70%;
                    font-weight: 500;
                    word-break: break-all;
                    word-wrap: break-word;
                    line-height: 1.2; }
                    header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .product span {
                      display: block;
                      font-size: 0.7rem;
                      font-weight: 300;
                      margin-top: 1px; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .price {
                    display: table-cell;
                    width: 20%;
                    min-width: 4.0625rem;
                    text-align: right; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .item-remove {
                    display: table-cell;
                    width: 10%;
                    text-align: right; }
                    header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .item-remove::before {
                      content: "\e913";
                      font-family: 'icomoon';
                      position: relative;
                      font-size: 1.025rem;
                      height: 0.5rem;
                      top: 2px;
                      right: -4px;
                      width: 0.5rem;
                      color: #d2dbe0; }
                    header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .item-remove:hover::before {
                      color: #ff585d; }
              header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .cart-content, header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .notifications-content {
                padding: 0.75rem; }
                header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .cart-content p, header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .notifications-content p {
                  font-size: 0.875rem;
                  margin-bottom: 0.75rem;
                  line-height: 1.3; }
                  header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .cart-content p:last-of-type, header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .notifications-content p:last-of-type {
                    margin-bottom: 0; }
            header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown .view-all-container {
              margin: 0.75rem; }
              header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown .view-all-container .view-all {
                width: 100%;
                font-size: 0.875rem;
                padding: 0.5rem 1rem;
                margin-bottom: 0; }
    header #main_nav .nav-background.is-active {
      height: 22rem;
      opacity: 1;
      margin: 0 auto;
      width: 85.625rem;
      padding: 0;
      margin-left: -42.8125rem;
      left: 50%;
      max-width: 85.625rem; }
    header #main_nav .nav-background {
      position: absolute;
      width: 100%;
      opacity: 0;
      z-index: 97;
      background-color: #dce3e7; }
    header #main_nav .overlay.is-active {
      display: block; }
    header #main_nav .overlay {
      position: fixed;
      display: none;
      height: 100%;
      width: 100%;
      background-color: rgba(28, 29, 30, 0.7);
      z-index: 96;
      top: 0;
      left: 0; }
    @media only screen and (max-width: 999px) {
      header #main_nav .nav-background, header #main_nav .overlay {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      header #main_nav .nav-background {
        display: block; } }
  header .main_hp_banner {
    height: 31.25rem;
    width: 100%;
    position: relative;
    -moz-transition: height 300ms linear 0s;
    -o-transition: height 300ms linear 0s;
    -webkit-transition: height 300ms linear 0s;
    transition: height 300ms linear 0s;
    /* Set Homepage Banners */
    /* Content Wrapper */
    /* Media queries for handling banner in different devices */
    /* Specific media query made for handling mobile landscape view - it connects with homepage domains id...check it out */ }
    header .main_hp_banner.hero-banner {
      background-color: #092241;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      /* Set Summer Offers Banner */
      /* Set Black Friday Banner */
      /* Set Xmas Banner */
      /* Set Easter Banner */ }
      @media only screen and (max-width: 40em) {
        header .main_hp_banner.hero-banner {
          background-image: url("../img/header-banners/homepage/current/sm/hero.jpg");
          background-position: 65% center; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .main_hp_banner.hero-banner {
          background-image: url("../img/header-banners/homepage/current/md/hero.jpg");
          background-position: center center; } }
      @media only screen and (min-width: 64.063em) {
        header .main_hp_banner.hero-banner {
          background-image: url("../img/header-banners/homepage/current/lg/hero.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .main_hp_banner.hero-banner.summer-offer {
          background-image: url("../img/header-banners/homepage/summer-banner/sm/hero.jpg");
          background-position: center right; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .main_hp_banner.hero-banner.summer-offer {
          background-image: url("../img/header-banners/homepage/summer-banner/md/hero.jpg");
          background-position: center right; } }
      @media only screen and (min-width: 64.063em) {
        header .main_hp_banner.hero-banner.summer-offer {
          background-image: url("../img/header-banners/homepage/summer-banner/lg/hero.jpg"); } }
      header .main_hp_banner.hero-banner.summer-offer .search .wrapper .searchbar .button {
        background-color: #fd9662; }
        header .main_hp_banner.hero-banner.summer-offer .search .wrapper .searchbar .button:hover {
          background-color: #fc681d; }
      @media only screen and (max-width: 40em) {
        header .main_hp_banner.hero-banner.black-friday {
          background-image: url("../img/header-banners/homepage/black-friday/sm/hero.jpg");
          background-position: center right; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .main_hp_banner.hero-banner.black-friday {
          background-image: url("../img/header-banners/homepage/black-friday/md/hero.jpg");
          background-position: center right; } }
      @media only screen and (min-width: 64.063em) {
        header .main_hp_banner.hero-banner.black-friday {
          background-image: url("../img/header-banners/homepage/black-friday/lg/hero.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .main_hp_banner.hero-banner.xmas {
          background-image: url("../img/header-banners/homepage/xmas/sm/hero1.jpg");
          background-position: center right; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .main_hp_banner.hero-banner.xmas {
          background-image: url("../img/header-banners/homepage/xmas/md/hero1.jpg");
          background-position: center right; } }
      @media only screen and (min-width: 64.063em) {
        header .main_hp_banner.hero-banner.xmas {
          background-image: url("../img/header-banners/homepage/xmas/lg/hero1.jpg"); } }
      header .main_hp_banner.hero-banner.xmas .text-container h1 div {
        color: #F41F28;
        text-shadow: 1px 1px 0 white;
        background-image: none;
        -webkit-text-fill-color: #F41F28; }
      @media only screen and (max-width: 40em) {
        header .main_hp_banner.hero-banner.easter {
          background-image: url("../img/header-banners/homepage/easter/sm/hero-image-small.jpg");
          background-position: center right; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .main_hp_banner.hero-banner.easter {
          background-image: url("../img/header-banners/homepage/easter/md/hero-image-medium.jpg");
          background-position: center right; } }
      @media only screen and (min-width: 64.063em) {
        header .main_hp_banner.hero-banner.easter {
          background-image: url("../img/header-banners/homepage/easter/lg/hero-image-large.jpg"); } }
      header .main_hp_banner.hero-banner.easter .text-container h1 div {
        color: #db4aa3;
        text-shadow: 1px 1px 0 white;
        background-image: none;
        -webkit-text-fill-color: #db4aa3; }
    header .main_hp_banner .text-container {
      position: relative;
      z-index: 1;
      display: table-cell;
      height: 31.25rem;
      vertical-align: middle; }
      header .main_hp_banner .text-container h1 {
        color: white;
        font-size: 3.5625rem;
        font-weight: 500;
        line-height: 1.1;
        margin-top: 0;
        -webkit-animation: smooth-entry-title 1s;
        -moz-animation: smooth-entry-title 1s;
        -ms-animation: smooth-entry-title 1s;
        -o-animation: smooth-entry-title 1s;
        animation: smooth-entry-title 1s; }
        header .main_hp_banner .text-container h1 .s-element {
          font-weight: 400;
          font-size: 92%; }
        header .main_hp_banner .text-container h1 div {
          display: inline-block;
          padding: 0;
          font-size: 95%;
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          background-color: #57f2cc;
          /* Fallback Color */
          background-image: -webkit-gradient(linear, left top, right top, from(#57f2cc), to(#4596FB));
          /* Saf4+, Chrome */
          background-image: -webkit-linear-gradient(right, #57f2cc, #4596FB);
          /* Chrome 10+, Saf5.1+, iOS 5+ */
          background-image: -moz-linear-gradient(right, #57f2cc, #4596FB);
          /* FF3.6 */
          background-image: -ms-linear-gradient(right, #57f2cc, #4596FB);
          /* IE10 */
          background-image: -o-linear-gradient(right, #57f2cc, #4596FB);
          /* Opera 11.10+ */
          background-image: linear-gradient(to right, #57f2cc, #4596FB);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#57f2cc', EndColorStr='#4596FB');
          color: white;
          font-weight: 400; }
      @media only screen and (min-width: 735px) {
        header .main_hp_banner .text-container .break {
          display: block; } }
      header .main_hp_banner .text-container .search {
        max-width: 44rem;
        margin-top: 2.75rem; }
    @media only screen and (max-width: 40em) {
      header .main_hp_banner {
        height: 25rem; }
        header .main_hp_banner:before {
          background-color: rgba(0, 0, 0, 0.6);
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1; }
        header .main_hp_banner .text-container {
          height: 25rem;
          text-align: center; }
          header .main_hp_banner .text-container h1 {
            font-size: 2.75rem;
            line-height: 1.2; }
            header .main_hp_banner .text-container h1 div {
              font-weight: 500; } }
    @media only screen and (max-width: 40em) and (orientation: portrait) {
      header .main_hp_banner .text-container .search {
        display: none; } }
    @media only screen and (max-width: 40em) {
          header .main_hp_banner .text-container .domain-search-items {
            display: none; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      header .main_hp_banner:before {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      header .main_hp_banner .text-container {
        display: block;
        top: 7.1875rem;
        text-align: center; }
        header .main_hp_banner .text-container h1 {
          font-size: 3.25rem; }
        header .main_hp_banner .text-container .search, header .main_hp_banner .text-container .domain-search-items {
          max-width: 42rem;
          margin-left: auto;
          margin-right: auto; }
        header .main_hp_banner .text-container .domain-search-items .banner-vat {
          display: none; } }
    @media only screen and (min-width: 64.063em) {
      header .main_hp_banner .pattern-wrapper {
        display: flex;
        flex-flow: row;
        width: 100%;
        height: 100%;
        position: absolute; }
        header .main_hp_banner .pattern-wrapper .opacity-block {
          max-width: 100%;
          min-width: 100%;
          background-color: rgba(0, 0, 0, 0.55); }
        header .main_hp_banner .pattern-wrapper .pattern-block {
          max-width: 0;
          min-width: 0; }
          header .main_hp_banner .pattern-wrapper .pattern-block .pattern {
            background-image: url("../img/patterns/hp-pattern.png");
            background-position: 0 50%;
            background-repeat: no-repeat;
            background-size: initial;
            width: 100%;
            height: 500px; } }
    @media only screen and (min-width: 64.063em) and (max-width: 90em) {
      header .main_hp_banner .pattern-wrapper .opacity-block {
        min-width: 67%; }
      header .main_hp_banner .pattern-wrapper .pattern-block {
        min-width: 33%; } }
    @media only screen and (min-width: 90.063em) {
      header .main_hp_banner .pattern-wrapper .opacity-block {
        min-width: 57%; }
      header .main_hp_banner .pattern-wrapper .pattern-block {
        min-width: 43%; }
      header .main_hp_banner .text-container .search {
        min-width: 44rem;
        margin-top: 3.5rem; } }
    @media screen and (max-width: 800px) and (max-height: 450px) and (orientation: landscape) {
      header .main_hp_banner {
        height: 25rem; }
        header .main_hp_banner .pattern-wrapper .opacity-block {
          min-width: 100%; }
        header .main_hp_banner .pattern-wrapper .pattern-block {
          min-width: 0; }
        header .main_hp_banner .text-container {
          text-align: center;
          display: block;
          top: 5.1875rem; }
          header .main_hp_banner .text-container .domain-search-items {
            display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header .main_hp_banner .text-container h1 div {
      color: #57f2cc;
      background: 0 none; } }
  header .page_banner {
    height: 20rem;
    background-color: #092241;
    background-size: cover;
    background-position-x: right;
    position: relative;
    /* Domains Section Hero Images */
    /* Hosting Section Hero Images */
    /* Security Section Hero Images */
    /* Websites Section Hero Images */
    /* Company Section Hero Images */
    /* Customer Support Section Hero Images */
    /* Error pages Section Hero Images */
    /* Offers pages Section Hero Images */
    /* Landing pages Section Hero Images */
    /* Client Services Section Hero Images */
    /* Pages with no banner */ }
    header .page_banner:before {
      background-color: rgba(0, 0, 0, 0.7);
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
      /* IE10 */
      background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
      /* Opera 11.10+ */
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(0, 0, 0, 0.7)', EndColorStr='rgba(0, 0, 0, 0)');
      background-color: transparent;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    @media only screen and (min-width: 64.063em) {
      header .page_banner {
        height: 21.25rem; }
        header .page_banner:before {
          content: none; } }
    @media only screen and (min-width: 64.063em) {
      header .page_banner .background-cell {
        background-color: #092241; } }
    header .page_banner .wrapper {
      display: table-cell;
      width: 100%;
      height: 20rem;
      vertical-align: middle;
      padding-right: 2rem;
      padding-left: 1rem;
      position: relative; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner .wrapper {
          height: 21.25rem; } }
      header .page_banner .wrapper .text-container {
        z-index: 2;
        position: relative; }
        header .page_banner .wrapper .text-container h1 {
          color: white;
          font-weight: 500;
          line-height: 1.2;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
          margin-top: 0.25rem;
          margin-bottom: 1rem;
          -webkit-animation: smooth-entry-title 1.2s;
          -moz-animation: smooth-entry-title 1.2s;
          animation: smooth-entry-title 1.2s; }
          header .page_banner .wrapper .text-container h1 span {
            font-weight: 300; }
          @media only screen and (max-width: 40em) {
            header .page_banner .wrapper .text-container h1 {
              font-size: 1.75rem; } }
          @media only screen and (min-width: 40.063em) and (max-width: 64em) {
            header .page_banner .wrapper .text-container h1 {
              font-size: 2.25rem;
              line-height: 1.1; } }
          @media only screen and (min-width: 64.063em) {
            header .page_banner .wrapper .text-container h1 {
              font-size: 2.65rem;
              margin-bottom: 1.5rem;
              text-shadow: none;
              line-height: 1.075; } }
          header .page_banner .wrapper .text-container h1:before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 3rem;
            height: 5px;
            margin-top: -1rem;
            background-color: white; }
        header .page_banner .wrapper .text-container p {
          line-height: 1.3;
          margin-bottom: 0;
          letter-spacing: 0.5px;
          color: white;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
          -webkit-animation: smooth-entry-title 1.2s;
          -moz-animation: smooth-entry-title 1.2s;
          animation: smooth-entry-title 1.2s; }
          @media only screen and (max-width: 40em) {
            header .page_banner .wrapper .text-container p {
              font-size: 0.95rem; } }
          @media only screen and (min-width: 40.063em) and (max-width: 64em) {
            header .page_banner .wrapper .text-container p {
              font-size: 1rem; } }
          @media only screen and (min-width: 64.063em) {
            header .page_banner .wrapper .text-container p {
              font-size: 1.125rem;
              text-shadow: none;
              line-height: 1.4; } }
    header .page_banner .mask {
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-size: initial;
      width: 100%;
      height: 21.25rem;
      margin-left: -1px; }
      header .page_banner .mask.pattern-1 {
        background-image: url("../img/patterns/pattern1.png");
        background-position: 0 42%; }
      header .page_banner .mask.pattern-2 {
        background-image: url("../img/patterns/pattern2.png");
        background-position: 0 47%; }
      header .page_banner .mask.pattern-3 {
        background-image: url("../img/patterns/pattern3.png");
        background-position: 0 40%; }
      header .page_banner .mask.pattern-4 {
        background-image: url("../img/patterns/pattern4.png");
        background-position: 0 32%; }
    header .page_banner.domains {
      /* Domain Parent Page */
      /* Domain Registration Page */
      /* Domain Registrar Change Page */
      /* Domain Id-protect Page */
      /* Domain Whois Page */
      /* Domain Pricelist Page */
      /* Domain Offer Page */
      /* Domain New Tlds Page */
      /* Domain Free-hosting Page */
      /* Domain FAQ Page */
      /* Domain Why Go EU Page */
      /* Special styles for Search Bar inside Header / Parent domain and domain register */ }
      header .page_banner.domains .wrapper .text-container h1:before {
        background-color: #ff585d; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.parent {
          background-image: url("../img/header-banners/domains/parent/lg/domains.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.parent {
          background-image: url("../img/header-banners/domains/parent/md/domains.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.parent {
          background-image: url("../img/header-banners/domains/parent/sm/domains.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.domain-registration {
          background-image: url("../img/header-banners/domains/domain-registration/lg/domain-registration.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.domain-registration {
          background-image: url("../img/header-banners/domains/domain-registration/md/domain-registration.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.domain-registration {
          background-image: url("../img/header-banners/domains/domain-registration/sm/domain-registration.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.registrar-change {
          background-image: url("../img/header-banners/domains/registrar-change/lg/registrar-change.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.registrar-change {
          background-image: url("../img/header-banners/domains/registrar-change/md/registrar-change.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.registrar-change {
          background-image: url("../img/header-banners/domains/registrar-change/sm/registrar-change.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.id-protect {
          background-image: url("../img/header-banners/domains/id-protect/lg/id-protect.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.id-protect {
          background-image: url("../img/header-banners/domains/id-protect/md/id-protect.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.id-protect {
          background-image: url("../img/header-banners/domains/id-protect/sm/id-protect.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.whois {
          background-image: url("../img/header-banners/domains/whois/lg/whois.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.whois {
          background-image: url("../img/header-banners/domains/whois/md/whois.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.whois {
          background-image: url("../img/header-banners/domains/whois/sm/whois.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.pricelist {
          background-image: url("../img/header-banners/domains/pricelist/lg/pricelist.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.pricelist {
          background-image: url("../img/header-banners/domains/pricelist/md/pricelist.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.pricelist {
          background-image: url("../img/header-banners/domains/pricelist/sm/pricelist.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.on-offer {
          background-image: url("../img/header-banners/domains/offers/lg/offers.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.on-offer {
          background-image: url("../img/header-banners/domains/offers/md/offers.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.on-offer {
          background-image: url("../img/header-banners/domains/offers/sm/offers.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.new-tlds {
          background-image: url("../img/header-banners/domains/new-tlds/lg/new-tlds2.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.new-tlds {
          background-image: url("../img/header-banners/domains/new-tlds/md/new-tlds2.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.new-tlds {
          background-image: url("../img/header-banners/domains/new-tlds/sm/new-tlds2.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.free-hosting {
          background-image: url("../img/header-banners/domains/free-hosting/lg/free-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.free-hosting {
          background-image: url("../img/header-banners/domains/free-hosting/md/free-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.free-hosting {
          background-image: url("../img/header-banners/domains/free-hosting/sm/free-hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.faq {
          background-image: url("../img/header-banners/domains/faq/lg/faq.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.faq {
          background-image: url("../img/header-banners/domains/faq/md/faq.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.faq {
          background-image: url("../img/header-banners/domains/faq/sm/faq.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.why-go-eu {
          background-image: url("../img/header-banners/domains/why-go-eu/lg/why-go-eu.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.domains.why-go-eu {
          background-image: url("../img/header-banners/domains/why-go-eu/md/why-go-eu.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.why-go-eu {
          background-image: url("../img/header-banners/domains/why-go-eu/sm/why-go-eu.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.domains.w-search-bar .wrapper .text-container .searchbar, header .page_banner.domains.w-search-bar .wrapper .text-container .domain-search-items {
          display: none; } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.domains.w-search-bar {
          height: 25rem; }
          header .page_banner.domains.w-search-bar .text-container {
            position: initial; }
          header .page_banner.domains.w-search-bar .wrapper, header .page_banner.domains.w-search-bar .mask {
            height: 25rem; } }
      @media only screen and (min-width: 90.063em) {
        header .page_banner.domains.w-search-bar .wrapper {
          padding-right: 4rem; } }
      header .page_banner.domains.w-search-bar .wrapper {
        width: inherit; }
        header .page_banner.domains.w-search-bar .wrapper .text-container h1 {
          margin-bottom: 0.75rem; }
        header .page_banner.domains.w-search-bar .wrapper .text-container .searchbar, header .page_banner.domains.w-search-bar .wrapper .text-container .domain-search-items {
          -webkit-animation: smooth-entry-title 1.2s;
          -moz-animation: smooth-entry-title 1.2s;
          animation: smooth-entry-title 1.2s; }
        header .page_banner.domains.w-search-bar .wrapper .text-container .searchbar {
          margin: 0;
          margin-top: 3rem; }
          header .page_banner.domains.w-search-bar .wrapper .text-container .searchbar input, header .page_banner.domains.w-search-bar .wrapper .text-container .searchbar .button {
            height: 3.125rem;
            line-height: 3.125rem;
            font-size: 1.125rem; }
          header .page_banner.domains.w-search-bar .wrapper .text-container .searchbar .button i {
            font-size: 1.625rem; }
          header .page_banner.domains.w-search-bar .wrapper .text-container .searchbar .button .loading {
            top: 0.875rem; }
        header .page_banner.domains.w-search-bar .wrapper .text-container .domain-search-items .banner-vat {
          left: 1rem; }
        header .page_banner.domains.w-search-bar .wrapper .banner-vat, header .page_banner.domains.w-search-bar .wrapper .vat-link {
          display: none; }
          @media only screen and (min-width: 64.063em) {
            header .page_banner.domains.w-search-bar .wrapper .banner-vat, header .page_banner.domains.w-search-bar .wrapper .vat-link {
              display: block;
              position: absolute;
              bottom: 0;
              left: 1rem;
              font-size: 0.4375rem;
              color: rgba(255, 255, 255, 0.75);
              letter-spacing: 0.75px;
              padding-bottom: 0.25rem; } }
        header .page_banner.domains.w-search-bar .wrapper .vat-link {
          left: 8.25rem; }
    header .page_banner.hosting {
      /* Hosting Parent Page */
      /* Web Hosting */
      /* Windows Web Hosting */
      /* Transfer Site */
      /* Plesk control panel */
      /* Litespeed */
      /* Hosting Security */
      /* Reseller Hosting */
      /* Semi Dedicated */
      /* Magento Hosting */
      /* VPS Hosting */
      /* Windows VPS Hosting */
      /* What is VPS */
      /* Dedicated Servers */
      /* Web radio hosting */ }
      header .page_banner.hosting .wrapper .text-container h1:before {
        background-color: #20B6DB; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.parent {
          background-image: url("../img/header-banners/hosting/parent/lg/hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.parent {
          background-image: url("../img/header-banners/hosting/parent/md/hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.parent {
          background-image: url("../img/header-banners/hosting/parent/sm/hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.web-hosting {
          background-image: url("../img/header-banners/hosting/web-hosting/lg/web-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.web-hosting {
          background-image: url("../img/header-banners/hosting/web-hosting/md/web-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.web-hosting {
          background-image: url("../img/header-banners/hosting/web-hosting/sm/web-hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.windows-web-hosting {
          background-image: url("../img/header-banners/hosting/windows-web-hosting/lg/windows-web-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.windows-web-hosting {
          background-image: url("../img/header-banners/hosting/windows-web-hosting/md/windows-web-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.windows-web-hosting {
          background-image: url("../img/header-banners/hosting/windows-web-hosting/sm/windows-web-hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.transfer-site {
          background-image: url("../img/header-banners/hosting/transfer-site/lg/transfer-site.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.transfer-site {
          background-image: url("../img/header-banners/hosting/transfer-site/md/transfer-site.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.transfer-site {
          background-image: url("../img/header-banners/hosting/transfer-site/sm/transfer-site.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.plesk-control-panel {
          background-image: url("../img/header-banners/hosting/plesk-control-panel/lg/plesk-control-panel.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.plesk-control-panel {
          background-image: url("../img/header-banners/hosting/plesk-control-panel/md/plesk-control-panel.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.plesk-control-panel {
          background-image: url("../img/header-banners/hosting/plesk-control-panel/sm/plesk-control-panel.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.litespeed-web-server {
          background-image: url("../img/header-banners/hosting/litespeed-web-server/lg/litespeed-web-server.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.litespeed-web-server {
          background-image: url("../img/header-banners/hosting/litespeed-web-server/md/litespeed-web-server.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.litespeed-web-server {
          background-image: url("../img/header-banners/hosting/litespeed-web-server/sm/litespeed-web-server.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.hosting-security {
          background-image: url("../img/header-banners/hosting/hosting-security/lg/hosting-security.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.hosting-security {
          background-image: url("../img/header-banners/hosting/hosting-security/md/hosting-security.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.hosting-security {
          background-image: url("../img/header-banners/hosting/hosting-security/sm/hosting-security.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.reseller {
          background-image: url("../img/header-banners/hosting/reseller-hosting/lg/reseller-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.reseller {
          background-image: url("../img/header-banners/hosting/reseller-hosting/md/reseller-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.reseller {
          background-image: url("../img/header-banners/hosting/reseller-hosting/sm/reseller-hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.semi-dedicated {
          background-image: url("../img/header-banners/hosting/semi-dedicated-hosting/lg/semi-dedicated-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.semi-dedicated {
          background-image: url("../img/header-banners/hosting/semi-dedicated-hosting/md/semi-dedicated-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.semi-dedicated {
          background-image: url("../img/header-banners/hosting/semi-dedicated-hosting/sm/semi-dedicated-hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.magento-hosting {
          background-image: url("../img/header-banners/hosting/magento-hosting/lg/magento-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.magento-hosting {
          background-image: url("../img/header-banners/hosting/magento-hosting/md/magento-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.magento-hosting {
          background-image: url("../img/header-banners/hosting/magento-hosting/sm/magento-hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.vps {
          background-image: url("../img/header-banners/hosting/vps-hosting/lg/vps-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.vps {
          background-image: url("../img/header-banners/hosting/vps-hosting/md/vps-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.vps {
          background-image: url("../img/header-banners/hosting/vps-hosting/sm/vps-hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.windows-vps {
          background-image: url("../img/header-banners/hosting/windows-vps-hosting/lg/windows-vps-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.windows-vps {
          background-image: url("../img/header-banners/hosting/windows-vps-hosting/md/windows-vps-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.windows-vps {
          background-image: url("../img/header-banners/hosting/windows-vps-hosting/sm/windows-vps-hosting.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.what-is-vps {
          background-image: url("../img/header-banners/hosting/what-is-vps/lg/what-is-vps.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.what-is-vps {
          background-image: url("../img/header-banners/hosting/what-is-vps/md/what-is-vps.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.what-is-vps {
          background-image: url("../img/header-banners/hosting/what-is-vps/sm/what-is-vps.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.dedicated-servers {
          background-image: url("../img/header-banners/hosting/dedicated-servers/lg/dedicated-servers.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.dedicated-servers {
          background-image: url("../img/header-banners/hosting/dedicated-servers/md/dedicated-servers.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.dedicated-servers {
          background-image: url("../img/header-banners/hosting/dedicated-servers/sm/dedicated-servers.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.hosting.web-radio-hosting {
          background-image: url("../img/header-banners/hosting/web-radio-hosting/lg/web-radio-hosting.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.hosting.web-radio-hosting {
          background-image: url("../img/header-banners/hosting/web-radio-hosting/md/web-radio-hosting.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.hosting.web-radio-hosting {
          background-image: url("../img/header-banners/hosting/web-radio-hosting/sm/web-radio-hosting.jpg"); } }
    header .page_banner.security {
      /* SSL's Parent Page */
      /* SSL details Page */
      /* Why ev SSL Page */
      /* What is SSL Page */
      /* SSL Wizard Page */
      /* SSL PCI Compliance Page */
      /* Symantec SSL's */
      /* Comodo SSL's */
      /* Geotrust SSL's */
      /* Thawte SSL's */
      /* DV SSL's */
      /* OV SSL's */
      /* EV SSL's */
      /* Single Domain SSL's */
      /* Multi Domain SSL's */
      /* Wildcard SSL's */
      /* Suggested SSL's */
      /* Why No Padlock */
      /* CSR Decoder */
      /* SSL Installation */ }
      header .page_banner.security .wrapper .text-container h1:before {
        background-color: #18BF93; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.ssl {
          background-image: url("../img/header-banners/security/ssl/lg/ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.ssl {
          background-image: url("../img/header-banners/security/ssl/md/ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.ssl {
          background-image: url("../img/header-banners/security/ssl/sm/ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.ssl-details {
          background-image: url("../img/header-banners/security/ssl-details/lg/ssl-details.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.ssl-details {
          background-image: url("../img/header-banners/security/ssl-details/md/ssl-details.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.ssl-details {
          background-image: url("../img/header-banners/security/ssl-details/sm/ssl-details.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.why-ev-ssl {
          background-image: url("../img/header-banners/security/why-ev-ssl/lg/why-ev-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.why-ev-ssl {
          background-image: url("../img/header-banners/security/why-ev-ssl/md/why-ev-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.why-ev-ssl {
          background-image: url("../img/header-banners/security/why-ev-ssl/sm/why-ev-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.what-is-ssl {
          background-image: url("../img/header-banners/security/what-is-ssl/lg/what-is-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.what-is-ssl {
          background-image: url("../img/header-banners/security/what-is-ssl/md/what-is-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.what-is-ssl {
          background-image: url("../img/header-banners/security/what-is-ssl/sm/what-is-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.wizard {
          background-image: url("../img/header-banners/security/ssl-wizard/lg/ssl-wizard-2.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.wizard {
          background-image: url("../img/header-banners/security/ssl-wizard/md/ssl-wizard-2.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.wizard {
          background-image: url("../img/header-banners/security/ssl-wizard/sm/ssl-wizard-2.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.pci-compliance {
          background-image: url("../img/header-banners/security/pci-compliance/lg/pci-compliance-2.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.pci-compliance {
          background-image: url("../img/header-banners/security/pci-compliance/md/pci-compliance-2.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.pci-compliance {
          background-image: url("../img/header-banners/security/pci-compliance/sm/pci-compliance-2.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.symantec-ssl {
          background-image: url("../img/header-banners/security/symantec-ssl/lg/symantec-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.symantec-ssl {
          background-image: url("../img/header-banners/security/symantec-ssl/md/symantec-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.symantec-ssl {
          background-image: url("../img/header-banners/security/symantec-ssl/sm/symantec-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.comodo-ssl {
          background-image: url("../img/header-banners/security/comodo-ssl/lg/comodo-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.comodo-ssl {
          background-image: url("../img/header-banners/security/comodo-ssl/md/comodo-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.comodo-ssl {
          background-image: url("../img/header-banners/security/comodo-ssl/sm/comodo-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.geotrust-ssl {
          background-image: url("../img/header-banners/security/geotrust-ssl/lg/geotrust-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.geotrust-ssl {
          background-image: url("../img/header-banners/security/geotrust-ssl/md/geotrust-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.geotrust-ssl {
          background-image: url("../img/header-banners/security/geotrust-ssl/sm/geotrust-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.thawte-ssl {
          background-image: url("../img/header-banners/security/thawte-ssl/lg/thawte-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.thawte-ssl {
          background-image: url("../img/header-banners/security/thawte-ssl/md/thawte-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.thawte-ssl {
          background-image: url("../img/header-banners/security/thawte-ssl/sm/thawte-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.dv-ssl {
          background-image: url("../img/header-banners/security/dv-ssl/lg/dv-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.dv-ssl {
          background-image: url("../img/header-banners/security/dv-ssl/md/dv-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.dv-ssl {
          background-image: url("../img/header-banners/security/dv-ssl/sm/dv-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.ov-ssl {
          background-image: url("../img/header-banners/security/ov-ssl/lg/ov-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.ov-ssl {
          background-image: url("../img/header-banners/security/ov-ssl/md/ov-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.ov-ssl {
          background-image: url("../img/header-banners/security/ov-ssl/sm/ov-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.ev-ssl {
          background-image: url("../img/header-banners/security/ev-ssl/lg/ev-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.ev-ssl {
          background-image: url("../img/header-banners/security/ev-ssl/md/ev-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.ev-ssl {
          background-image: url("../img/header-banners/security/ev-ssl/sm/ev-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.single-domain-ssl {
          background-image: url("../img/header-banners/security/single-domain-ssl/lg/single-domain-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.single-domain-ssl {
          background-image: url("../img/header-banners/security/single-domain-ssl/md/single-domain-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.single-domain-ssl {
          background-image: url("../img/header-banners/security/single-domain-ssl/sm/single-domain-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.multi-domain-ssl {
          background-image: url("../img/header-banners/security/multi-domain-ssl/lg/multi-domain-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.multi-domain-ssl {
          background-image: url("../img/header-banners/security/multi-domain-ssl/md/multi-domain-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.multi-domain-ssl {
          background-image: url("../img/header-banners/security/multi-domain-ssl/sm/multi-domain-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.wildcard-ssl {
          background-image: url("../img/header-banners/security/wildcard-ssl/lg/wildcard-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.wildcard-ssl {
          background-image: url("../img/header-banners/security/wildcard-ssl/md/wildcard-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.wildcard-ssl {
          background-image: url("../img/header-banners/security/wildcard-ssl/sm/wildcard-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.suggested {
          background-image: url("../img/header-banners/security/suggested/lg/suggested-ssl.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.suggested {
          background-image: url("../img/header-banners/security/suggested/md/suggested-ssl.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.suggested {
          background-image: url("../img/header-banners/security/suggested/sm/suggested-ssl.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.why-no-padlock {
          background-image: url("../img/header-banners/security/why-no-padlock/lg/why-no-padlock-2.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.why-no-padlock {
          background-image: url("../img/header-banners/security/why-no-padlock/md/why-no-padlock-2.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.why-no-padlock {
          background-image: url("../img/header-banners/security/why-no-padlock/sm/why-no-padlock-2.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.csr-decoder {
          background-image: url("../img/header-banners/security/csr-decoder/lg/csr-decoder.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.csr-decoder {
          background-image: url("../img/header-banners/security/csr-decoder/md/csr-decoder.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.csr-decoder {
          background-image: url("../img/header-banners/security/csr-decoder/sm/csr-decoder.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.security.ssl-installation {
          background-image: url("../img/header-banners/security/ssl-installation/lg/ssl-installation.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.security.ssl-installation {
          background-image: url("../img/header-banners/security/ssl-installation/md/ssl-installation.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.security.ssl-installation {
          background-image: url("../img/header-banners/security/ssl-installation/sm/ssl-installation.jpg"); } }
    header .page_banner.websites {
      /* Websites Parent Page */
      /* Websites Sitebuilder Page */
      /* Websites Free Apps Page */
      /* Websites Eshop Page */
      /* Websites Wordpress Page */
      /* Websites Spam Filter Page */ }
      header .page_banner.websites .wrapper .text-container h1:before {
        background-color: #9472BE; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.websites.parent {
          background-image: url("../img/header-banners/websites/parent/lg/websites.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.websites.parent {
          background-image: url("../img/header-banners/websites/parent/md/websites.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.websites.parent {
          background-image: url("../img/header-banners/websites/parent/sm/websites.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.websites.sitebuilder {
          background-image: url("../img/header-banners/websites/sitebuilder/lg/sitebuilder.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.websites.sitebuilder {
          background-image: url("../img/header-banners/websites/sitebuilder/md/sitebuilder.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.websites.sitebuilder {
          background-image: url("../img/header-banners/websites/sitebuilder/sm/sitebuilder.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.websites.free-apps {
          background-image: url("../img/header-banners/websites/free-apps/lg/free-apps.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.websites.free-apps {
          background-image: url("../img/header-banners/websites/free-apps/md/free-apps.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.websites.free-apps {
          background-image: url("../img/header-banners/websites/free-apps/sm/free-apps.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.websites.eshop {
          background-image: url("../img/header-banners/websites/eshop/lg/eshop.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.websites.eshop {
          background-image: url("../img/header-banners/websites/eshop/md/eshop.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.websites.eshop {
          background-image: url("../img/header-banners/websites/eshop/sm/eshop.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.websites.wordpress {
          background-image: url("../img/header-banners/websites/wordpress/lg/wordpress.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.websites.wordpress {
          background-image: url("../img/header-banners/websites/wordpress/md/wordpress.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.websites.wordpress {
          background-image: url("../img/header-banners/websites/wordpress/sm/wordpress.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.websites.spam-filter {
          background-image: url("../img/header-banners/websites/spam-filter/lg/spam-filter.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.websites.spam-filter {
          background-image: url("../img/header-banners/websites/spam-filter/md/spam-filter.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.websites.spam-filter {
          background-image: url("../img/header-banners/websites/spam-filter/sm/spam-filter.jpg"); } }
    header .page_banner.company {
      /* Company Profile Page */
      /* Why DNHOST Page */
      /* Testimonials Page */ }
      header .page_banner.company .wrapper .text-container h1:before {
        background-color: #034589; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.company.profile {
          background-image: url("../img/header-banners/company/profile/lg/profile.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.company.profile {
          background-image: url("../img/header-banners/company/profile/md/profile.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.company.profile {
          background-image: url("../img/header-banners/company/profile/sm/profile.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.company.why-dnhost {
          background-image: url("../img/header-banners/company/why-dnhost/lg/why-dnhost.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.company.why-dnhost {
          background-image: url("../img/header-banners/company/why-dnhost/md/why-dnhost.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.company.why-dnhost {
          background-image: url("../img/header-banners/company/why-dnhost/sm/why-dnhost.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.company.testimonials {
          background-image: url("../img/header-banners/company/testimonials/lg/testimonials.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.company.testimonials {
          background-image: url("../img/header-banners/company/testimonials/md/testimonials.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.company.testimonials {
          background-image: url("../img/header-banners/company/testimonials/sm/testimonials.jpg"); } }
    header .page_banner.customer-support {
      /* New Support Request Page */
      /* Payment Methods Page */ }
      header .page_banner.customer-support .wrapper .text-container h1:before {
        background-color: #034589; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.customer-support.new-support-request {
          background-image: url("../img/header-banners/support/new-support-request/lg/new-support-request.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.customer-support.new-support-request {
          background-image: url("../img/header-banners/support/new-support-request/md/new-support-request.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.customer-support.new-support-request {
          background-image: url("../img/header-banners/support/new-support-request/sm/new-support-request.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.customer-support.payments {
          background-image: url("../img/header-banners/support/payments/lg/payments.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.customer-support.payments {
          background-image: url("../img/header-banners/support/payments/md/payments.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.customer-support.payments {
          background-image: url("../img/header-banners/support/payments/sm/payments.jpg"); } }
    header .page_banner.errors {
      /* Error Page */ }
      header .page_banner.errors .wrapper .text-container h1:before {
        background-color: #034589; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.errors.error-page-404 {
          background-image: url("../img/header-banners/error-page/lg/error-page-404.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.errors.error-page-404 {
          background-image: url("../img/header-banners/error-page/md/error-page-404.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.errors.error-page-404 {
          background-image: url("../img/header-banners/error-page/sm/error-page-404.jpg"); } }
    header .page_banner.offers {
      /* Offers Parent Page */
      /* Offers Xmas Page */
      /* Offers Easter Page */
      /* Offers Black Friday Page */ }
      header .page_banner.offers .wrapper .text-container h1:before {
        background-color: #e6d7e2; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.offers.parent {
          background-image: url("../img/header-banners/offers/parent/lg/offers.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.offers.parent {
          background-image: url("../img/header-banners/offers/parent/md/offers.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.offers.parent {
          background-image: url("../img/header-banners/offers/parent/sm/offers.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.offers.xmas {
          background-image: url("../img/header-banners/landing-pages/xmas/lg/xmas.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.offers.xmas {
          background-image: url("../img/header-banners/landing-pages/xmas/md/xmas.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.offers.xmas {
          background-image: url("../img/header-banners/landing-pages/xmas/sm/xmas.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.offers.easter {
          background-image: url("../img/header-banners/offers/parent/lg/offers.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.offers.easter {
          background-image: url("../img/header-banners/offers/parent/md/offers.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.offers.easter {
          background-image: url("../img/header-banners/offers/parent/sm/offers.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.offers.black-friday {
          background-image: url("../img/header-banners/offers/black-friday/lg/black-friday.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.offers.black-friday {
          background-image: url("../img/header-banners/offers/black-friday/md/black-friday.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.offers.black-friday {
          background-image: url("../img/header-banners/offers/black-friday/sm/black-friday.jpg"); } }
      header .page_banner.offers.gr-offer {
        background-color: #20b6db; }
        header .page_banner.offers.gr-offer .background-cell {
          background: none; }
        header .page_banner.offers.gr-offer:before {
          content: "";
          /*background-image: url("../img/offers/gr-duck-offer/backgroundbannerboxes.png");*/
          background-image: url("../img/offers/gr-offer/2019/header.png");
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          display: block; }
    header .page_banner.landing {
      /* Suggested SSL's for Gdpr Page */
      /* Dnhost and Gdpr Page */ }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.landing.landing-gdpr {
          background-image: url("../img/header-banners/landing-pages/gdpr/lg/gdpr.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.landing.landing-gdpr {
          background-image: url("../img/header-banners/landing-pages/gdpr/md/gdpr.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.landing.landing-gdpr {
          background-image: url("../img/header-banners/landing-pages/gdpr/sm/gdpr.jpg"); } }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.landing.gdpr-compliant {
          background-image: url("../img/header-banners/landing-pages/gdpr-compliant/lg/gdpr.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.landing.gdpr-compliant {
          background-image: url("../img/header-banners/landing-pages/gdpr-compliant/md/gdpr.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.landing.gdpr-compliant {
          background-image: url("../img/header-banners/landing-pages/gdpr-compliant/sm/gdpr.jpg"); } }
    header .page_banner.client-services {
      /* Control Panel Page */ }
      header .page_banner.client-services .wrapper .text-container h1:before {
        background-color: #034589; }
      @media only screen and (min-width: 64.063em) {
        header .page_banner.client-services.control-panel {
          background-image: url("../img/header-banners/control-panel/lg/control-panel.jpg"); } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        header .page_banner.client-services.control-panel {
          background-image: url("../img/header-banners/control-panel/md/control-panel.jpg"); } }
      @media only screen and (max-width: 40em) {
        header .page_banner.client-services.control-panel {
          background-image: url("../img/header-banners/control-panel/sm/control-panel.jpg"); } }
    header .page_banner.no-background:before {
      content: none; }
    header .page_banner.no-background .wrapper .text-container h1:before {
      content: none; }
    header .page_banner.no-background .mask {
      background: none !important; }
  header .main_hp_banner .text-container .searchbar.with-transfer, header .page_banner .text-container .searchbar.with-transfer {
    margin: 0;
    display: inline-flex;
    width: 100%;
    -moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
    /* FF3.5+ */
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
    /* Saf3.0+, Chrome */
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
    /* Opera 10.5, IE9 */ }
    header .main_hp_banner .text-container .searchbar.with-transfer input, header .page_banner .text-container .searchbar.with-transfer input {
      height: 3.125rem;
      font-size: 1rem; }
    header .main_hp_banner .text-container .searchbar.with-transfer .dropdown, header .page_banner .text-container .searchbar.with-transfer .dropdown {
      height: 3.125rem;
      font-size: 0.825rem; }
    header .main_hp_banner .text-container .searchbar.with-transfer .button, header .page_banner .text-container .searchbar.with-transfer .button {
      font-size: 1rem;
      height: 3.125rem;
      line-height: 3.125rem;
      width: 18.5rem; }
      header .main_hp_banner .text-container .searchbar.with-transfer .button .submitText i, header .page_banner .text-container .searchbar.with-transfer .button .submitText i {
        top: 0;
        font-size: 1.625rem; }
      header .main_hp_banner .text-container .searchbar.with-transfer .button .loading, header .page_banner .text-container .searchbar.with-transfer .button .loading {
        top: 14px; }
  header .main_hp_banner .text-container .domain-search-items, header .page_banner .text-container .domain-search-items {
    padding: 0 0.625rem;
    margin-top: 0.375rem; }
    header .main_hp_banner .text-container .domain-search-items ul li, header .page_banner .text-container .domain-search-items ul li {
      padding: 0; }
      header .main_hp_banner .text-container .domain-search-items ul li div, header .page_banner .text-container .domain-search-items ul li div {
        margin: initial;
        text-align: center; }
        header .main_hp_banner .text-container .domain-search-items ul li div.tld > span, header .page_banner .text-container .domain-search-items ul li div.tld > span {
          color: white;
          font-weight: 700;
          font-size: 1.375rem;
          line-height: 1;
          font-family: "Sarala";
          display: inline-block;
          margin-right: 0.375rem; }
        header .main_hp_banner .text-container .domain-search-items ul li div.tld .price, header .page_banner .text-container .domain-search-items ul li div.tld .price {
          color: #FFF6f1; }
          header .main_hp_banner .text-container .domain-search-items ul li div.tld .price.on-offer, header .page_banner .text-container .domain-search-items ul li div.tld .price.on-offer {
            color: #fd9662; }
        header .main_hp_banner .text-container .domain-search-items ul li div.link, header .page_banner .text-container .domain-search-items ul li div.link {
          text-align: right;
          line-height: 1;
          margin-top: 0.1875rem; }
          header .main_hp_banner .text-container .domain-search-items ul li div.link a, header .page_banner .text-container .domain-search-items ul li div.link a {
            position: relative;
            color: white;
            font-size: 0.925rem; }
            header .main_hp_banner .text-container .domain-search-items ul li div.link a:before, header .page_banner .text-container .domain-search-items ul li div.link a:before {
              content: "";
              background-color: white;
              bottom: -3px;
              height: 1px;
              width: 100%;
              left: 0;
              position: absolute;
              visibility: hidden;
              -moz-transform: scaleX(0);
              -o-transform: scaleX(0);
              -ms-transform: scaleX(0);
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -moz-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              -webkit-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
            header .main_hp_banner .text-container .domain-search-items ul li div.link a:hover:before, header .page_banner .text-container .domain-search-items ul li div.link a:hover:before {
              visibility: visible;
              -moz-transform: scaleX(1);
              -o-transform: scaleX(1);
              -ms-transform: scaleX(1);
              -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    header .main_hp_banner .text-container .domain-search-items .banner-vat, header .main_hp_banner .text-container .domain-search-items .vat-link, header .page_banner .text-container .domain-search-items .banner-vat, header .page_banner .text-container .domain-search-items .vat-link {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 0.4375rem;
      color: rgba(255, 255, 255, 0.75);
      letter-spacing: 0.75px;
      padding-bottom: 0.25rem; }
    header .main_hp_banner .text-container .domain-search-items .vat-link, header .page_banner .text-container .domain-search-items .vat-link {
      left: 7.25rem; }
  header .promo-top-bar .alert-box {
    margin-bottom: 0;
    border: 0 none;
    padding: 0.5rem 1.375rem;
    font-size: 0.875rem;
    text-align: center;
    z-index: 97;
    -webkit-animation: smooth-entry-title 0.625s;
    -moz-animation: smooth-entry-title 0.625s;
    animation: smooth-entry-title 0.625s;
    background-image: linear-gradient(to top, #917ECD, #DEDAE1);
    /* styles for top bar */ }
    header .promo-top-bar .alert-box.gradient-1 {
      background-color: #b25bdc;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, right top, from(#b25bdc), to(#ee649e));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #b25bdc, #ee649e);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #b25bdc, #ee649e);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #b25bdc, #ee649e);
      /* IE10 */
      background-image: -o-linear-gradient(right, #b25bdc, #ee649e);
      /* Opera 11.10+ */
      background-image: linear-gradient(to right, #b25bdc, #ee649e);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b25bdc', EndColorStr='#ee649e'); }
    header .promo-top-bar .alert-box.gradient-2 {
      background-color: #06cefc;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, right top, from(#06cefc), to(#b721ff));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(right, #06cefc, #b721ff);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, #06cefc, #b721ff);
      /* FF3.6 */
      background-image: -ms-linear-gradient(right, #06cefc, #b721ff);
      /* IE10 */
      background-image: -o-linear-gradient(right, #06cefc, #b721ff);
      /* Opera 11.10+ */
      background-image: linear-gradient(to right, #06cefc, #b721ff);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#06cefc', EndColorStr='#b721ff'); }
    header .promo-top-bar .alert-box.gradient-3 {
      background: #9e6bdd;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #9e6bdd, #f64860, #fc864a);
      background: linear-gradient(to right, #9e6bdd, #f64860, #fc864a); }
    header .promo-top-bar .alert-box.black-friday {
      background-color: #161616; }
    header .promo-top-bar .alert-box .content {
      letter-spacing: 0.5px; }
      header .promo-top-bar .alert-box .content strong {
        letter-spacing: 1px;
        font-weight: 700; }
      header .promo-top-bar .alert-box .content i {
        opacity: 0.5;
        margin: 0 5px; }
      header .promo-top-bar .alert-box .content .number {
        font-family: "Sarala";
        letter-spacing: 1.5px;
        font-size: 0.9375rem;
        font-weight: 700; }
      header .promo-top-bar .alert-box .content .help {
        cursor: help; }
    header .promo-top-bar .alert-box .p-link {
      margin-bottom: 0;
      margin-left: 2rem;
      font-weight: 400;
      color: white;
      letter-spacing: 0;
      font-size: 0.8125rem;
      position: relative;
      top: -1px; }
      header .promo-top-bar .alert-box .p-link i {
        opacity: 1;
        top: 0.025rem;
        margin: 0; }
    header .promo-top-bar .alert-box .close {
      color: white;
      opacity: 0.8;
      right: 0.75rem;
      margin-top: 0;
      padding: 0;
      top: 1rem; }
      header .promo-top-bar .alert-box .close:hover {
        opacity: 1; }
    @media only screen and (max-width: 40em) {
      header .promo-top-bar .alert-box .content {
        text-align: center; }
      header .promo-top-bar .alert-box .hide-f-s {
        display: none; }
      header .promo-top-bar .alert-box .p-link {
        display: block;
        margin: 0;
        margin-top: 8px; }
      header .promo-top-bar .alert-box .icon-star2 {
        display: none; } }
  header .alert-box.for-header {
    border: 0 none;
    font-size: 1rem;
    line-height: 1.3;
    padding: 1rem 0;
    text-align: center;
    margin-bottom: 0; }
    @media only screen and (max-width: 40em) {
      header .alert-box.for-header {
        font-size: 0.925rem; } }
    header .alert-box.for-header.alert {
      background-color: #f6b519; }
    @media only screen and (min-width: 64.063em) {
      header .alert-box.for-header .l-block {
        display: block; } }
    header .alert-box.for-header strong {
      font-weight: 500; }
    header .alert-box.for-header a.s-link {
      color: white;
      border-bottom: 1px dotted;
      border-color: rgba(255, 255, 255, 0.6);
      padding-bottom: 1px; }
      header .alert-box.for-header a.s-link i {
        font-size: 10px; }
    header .alert-box.for-header .close {
      color: #ffffff;
      opacity: 0.8;
      right: 0.75rem;
      top: 1.75rem; }
      header .alert-box.for-header .close:hover {
        opacity: 1; }
  header .user-definition p {
    background-color: #ff585d;
    margin-bottom: 0;
    color: white;
    font-size: 0.825rem;
    text-align: center;
    padding: 0.1rem; }
  @media only screen and (min-width: 64.063em) {
    header .user-definition {
      margin-top: 1.5rem;
      height: 0; }
      header .user-definition p {
        position: relative;
        top: -1.5rem; } }

@-moz-document url-prefix() {
  @media only screen and (min-width: 1025px) {
    header #main_nav .logo a {
      background: url("../img/logos/logo_dnhost_large.png") 0 0/166px 51px no-repeat;
      background: url("../img/logos/dnhost-logo.svg") 0 0/166px 51px no-repeat; } } }

/* --------------------------------
Keyframes for banners title animation
-------------------------------- */
@-webkit-keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -moz-transform: translateY(-0.6em); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-0.6em); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
    -moz-transform: translateY(-0.6em);
    -ms-transform: translateY(-0.6em);
    -o-transform: translateY(-0.6em);
    transform: translateY(-0.6em); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
    -moz-transform: translateY(-0.6em);
    -ms-transform: translateY(-0.6em);
    -o-transform: translateY(-0.6em);
    transform: translateY(-0.6em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/*End of Header*/
/* Global font and icons file */
/* Imports */
/* Import Google Font - This is JUST for backup purpose - Now we serve fonts from our server */
/* Setting Salara Font - We made this as a separate css file for performance reasons

// Salara Regular Font
@font-face {
  font-family: 'Sarala';
  src:url('../fonts/sarala/regular/Sarala.ttf.woff') format('woff'),
      url('../fonts/sarala/regular/Sarala.ttf.svg#Sarala') format('svg'),
      url('../fonts/sarala/regular/Sarala.ttf.eot'),
      url('../fonts/sarala/regular/Sarala.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

// Salara Bold Font
@font-face {
  font-family: 'Sarala';
  src:url('../fonts/sarala/bold/Sarala-Bold.ttf.woff') format('woff'),
      url('../fonts/sarala/bold/Sarala-Bold.ttf.svg#Sarala-Bold') format('svg'),
      url('../fonts/sarala/bold/Sarala-Bold.ttf.eot'),
      url('../fonts/sarala/bold/Sarala-Bold.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
*/
/* Setting Roboto Font */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/regular-greek/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto/regular-greek/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/regular-greek/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/regular-greek/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/regular-greek/Roboto-Regular-webfont.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/bold-greek/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto/bold-greek/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/bold-greek/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/bold-greek/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/bold-greek/Roboto-Bold-webfont.svg#RobotoBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/thin-greek/Roboto-Thin-webfont.eot");
  src: url("../fonts/roboto/thin-greek/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/thin-greek/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/roboto/thin-greek/Roboto-Thin-webfont.ttf") format("truetype"), url("../fonts/roboto/thin-greek/Roboto-Thin-webfont.svg#RobotoThin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/light-greek/Roboto-Light-webfont.eot");
  src: url("../fonts/roboto/light-greek/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/light-greek/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/light-greek/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/light-greek/Roboto-Light-webfont.svg#RobotoLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/medium-greek/Roboto-Medium-webfont.eot");
  src: url("../fonts/roboto/medium-greek/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/medium-greek/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/medium-greek/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/roboto/medium-greek/Roboto-Medium-webfont.svg#RobotoMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/regular/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto/regular/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/regular/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/regular/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/regular/Roboto-Regular-webfont.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/bold/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto/bold/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/bold/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/bold/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/bold/Roboto-Bold-webfont.svg#RobotoBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/thin/Roboto-Thin-webfont.eot");
  src: url("../fonts/roboto/thin/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/thin/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/roboto/thin/Roboto-Thin-webfont.ttf") format("truetype"), url("../fonts/roboto/thin/Roboto-Thin-webfont.svg#RobotoThin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/light/Roboto-Light-webfont.eot");
  src: url("../fonts/roboto/light/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/light/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/light/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/light/Roboto-Light-webfont.svg#RobotoLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/medium/Roboto-Medium-webfont.eot");
  src: url("../fonts/roboto/medium/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/medium/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/medium/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/roboto/medium/Roboto-Medium-webfont.svg#RobotoMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?7bym56");
  src: url("../fonts/icomoon/fonts/icomoon.eot?#iefix7bym56") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.woff?7bym56") format("woff"), url("../fonts/icomoon/fonts/icomoon.ttf?7bym56") format("truetype"), url("../fonts/icomoon/fonts/icomoon.svg?7bym56#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/icomoon/fonts/brands/fontello.eot");
  src: url("../fonts/icomoon/fonts/brands/fontello.eot") format("embedded-opentype"), url("../fonts/icomoon/fonts/brands/fontello.woff") format("woff"), url("../fonts/icomoon/fonts/brands/fontello.woff2") format("woff"), url("../fonts/icomoon/fonts/brands/fontello.ttf") format("truetype"), url("../fonts/icomoon/fonts/brands/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="brands-"], [class*=" brands-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontello' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-lock:before {
  content: "\e62c"; }

.icon-logo-new-circle-google:before {
  content: "\e938"; }

.icon-window-virus:before {
  content: "\e937"; }

.icon-arrow-right23:before {
  content: "\ea3c"; }

.icon-new-tab:before {
  content: "\e667"; }

.icon-home-1:before {
  content: "\e936"; }

.icon-hide:before {
  content: "\e935"; }

.icon-logout-1:before {
  content: "\e934"; }

.icon-window-lock-2:before {
  content: "\e92f"; }

.icon-email-lock:before {
  content: "\e930"; }

.icon-computer-chip-protect:before {
  content: "\e931"; }

.icon-network-computer-lock:before {
  content: "\e932"; }

.icon-lock-open-1:before {
  content: "\e933"; }

.icon-helicopter-1:before {
  content: "\e92e"; }

.icon-info2:before {
  content: "\e92c"; }

.icon-logo-circle-blogger:before {
  content: "\e92b"; }

.icon-phone-call-2:before {
  content: "\e92d"; }

.icon-piggy-bank:before {
  content: "\e921"; }

.icon-credit-card-hand:before {
  content: "\e926"; }

.icon-coins-2:before {
  content: "\e92a"; }

.icon-tools-wrench-screwdriver:before {
  content: "\e91f"; }

.icon-profile2:before {
  content: "\e919"; }

.icon-synchronize-4:before {
  content: "\e90e"; }

.icon-certificate2:before {
  content: "\e929"; }

.icon-bin:before {
  content: "\e925"; }

.icon-coin-receive2:before {
  content: "\e928"; }

.icon-uniE6632:before {
  content: "\e927"; }

.icon-user22:before {
  content: "\e924"; }

.icon-warning2:before {
  content: "\e916"; }

.icon-mobile-phone-heart:before {
  content: "\e923"; }

.icon-pencil3:before {
  content: "\e920"; }

.icon-star2:before {
  content: "\e922"; }

.icon-rocket2:before {
  content: "\e91d"; }

.icon-icon:before {
  content: "\e91e"; }

.icon-bus-5:before {
  content: "\e91b"; }

.icon-car-sports:before {
  content: "\e91c"; }

.icon-bin-1:before {
  content: "\e91a"; }

.icon-jet-plane:before {
  content: "\e917"; }

.icon-airplane:before {
  content: "\e918"; }

.icon-window-application-7:before {
  content: "\e914"; }

.icon-cross3:before {
  content: "\e913"; }

.icon-cog3:before {
  content: "\e915"; }

.icon-heart3:before {
  content: "\e912"; }

.icon-tools-double-ratchet:before {
  content: "\e911"; }

.icon-graph:before {
  content: "\e90f"; }

.icon-network-share:before {
  content: "\e910"; }

.icon-check-1:before {
  content: "\e90d"; }

.icon-coin-receive:before {
  content: "\e905"; }

.icon-server-network-network:before {
  content: "\e906"; }

.icon-server-network-7:before {
  content: "\e907"; }

.icon-server-2:before {
  content: "\e908"; }

.icon-server-1:before {
  content: "\e909"; }

.icon-building-6:before {
  content: "\e90a"; }

.icon-user-chat-6:before {
  content: "\e90b"; }

.icon-check-circle-2:before {
  content: "\e90c"; }

.icon-pencil2:before {
  content: "\2d"; }

.icon-pencil:before {
  content: "\2e"; }

.icon-announcement:before {
  content: "\60"; }

.icon-search:before {
  content: "\e003"; }

.icon-vat:before {
  content: "\e005"; }

.icon-vat_english:before {
  content: "\e006"; }

.icon-novat:before {
  content: "\e007"; }

.icon-novat_english:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e00c"; }

.icon-new:before {
  content: "\e061"; }

.icon-podcast:before {
  content: "\e069"; }

.icon-books:before {
  content: "\e072"; }

.icon-library:before {
  content: "\e075"; }

.icon-stack:before {
  content: "\e096"; }

.icon-cog:before {
  content: "\e0a2"; }

.icon-certificate:before {
  content: "\e0b1"; }

.icon-bag2:before {
  content: "\e0d1"; }

.icon-calculate:before {
  content: "\e0d7"; }

.icon-compass:before {
  content: "\e0f9"; }

.icon-direction:before {
  content: "\e0fe"; }

.icon-storage:before {
  content: "\e137"; }

.icon-database2:before {
  content: "\e139"; }

.icon-eye:before {
  content: "\e13f"; }

.icon-bubble:before {
  content: "\e166"; }

.icon-users:before {
  content: "\e198"; }

.icon-user:before {
  content: "\e199"; }

.icon-vcard:before {
  content: "\e19c"; }

.icon-quotes-right:before {
  content: "\e1a0"; }

.icon-equalizer2:before {
  content: "\e1dd"; }

.icon-wand:before {
  content: "\e1ec"; }

.icon-pie:before {
  content: "\e1f9"; }

.icon-bars:before {
  content: "\e201"; }

.icon-stats-up:before {
  content: "\e207"; }

.icon-stats-down:before {
  content: "\e208"; }

.icon-chart:before {
  content: "\e20b"; }

.icon-podium:before {
  content: "\e216"; }

.icon-medal:before {
  content: "\e217"; }

.icon-medal2:before {
  content: "\e219"; }

.icon-medal3:before {
  content: "\e21a"; }

.icon-medal4:before {
  content: "\e21b"; }

.icon-trophy:before {
  content: "\e21d"; }

.icon-diamond:before {
  content: "\e221"; }

.icon-shield:before {
  content: "\e27e"; }

.icon-shield2:before {
  content: "\e280"; }

.icon-shield3:before {
  content: "\e281"; }

.icon-power:before {
  content: "\e28e"; }

.icon-powercord:before {
  content: "\e291"; }

.icon-cloud:before {
  content: "\e2b3"; }

.icon-download:before {
  content: "\e2c2"; }

.icon-upload:before {
  content: "\e2c3"; }

.icon-earth:before {
  content: "\e2c7"; }

.icon-network:before {
  content: "\e2c8"; }

.icon-flag:before {
  content: "\e2d1"; }

.icon-man:before {
  content: "\e318"; }

.icon-plus-circle:before {
  content: "\e35e"; }

.icon-plus-circle2:before {
  content: "\e35f"; }

.icon-minus-circle:before {
  content: "\e360"; }

.icon-minus-circle2:before {
  content: "\e361"; }

.icon-loop:before {
  content: "\e3a5"; }

.icon-mail:before {
  content: "\e491"; }

.icon-wordpress:before {
  content: "\e4bd"; }

.icon-joomla:before {
  content: "\e4bf"; }

.icon-file-pdf:before {
  content: "\e4e2"; }

.icon-file-css:before {
  content: "\e4e9"; }

.icon-arrow-left2:before {
  content: "\e601"; }

.icon-arrow-down2:before {
  content: "\e602"; }

.icon-arrow-up2:before {
  content: "\e603"; }

.icon-arrow-right2:before {
  content: "\e604"; }

.icon-arrow-left22:before {
  content: "\e605"; }

.icon-arrow-down22:before {
  content: "\e606"; }

.icon-arrow-up22:before {
  content: "\e607"; }

.icon-arrow-right22:before {
  content: "\e608"; }

.icon-arrow-left3:before {
  content: "\e609"; }

.icon-arrow-down3:before {
  content: "\e60a"; }

.icon-arrow-up3:before {
  content: "\e60b"; }

.icon-uniE60C:before {
  content: "\e60c"; }

.icon-twitter:before {
  content: "\e60d"; }

.icon-facebook:before {
  content: "\e60e"; }

.icon-googleplus:before {
  content: "\e60f"; }

.icon-bolt:before {
  content: "\e610"; }

.icon-rocket:before {
  content: "\e612"; }

.icon-drive:before {
  content: "\e613"; }

.icon-checkmark:before {
  content: "\e614"; }

.icon-cross:before {
  content: "\e615"; }

.icon-gauge:before {
  content: "\e618"; }

.icon-search2:before {
  content: "\e61a"; }

.icon-cross2:before {
  content: "\e61b"; }

.icon-question:before {
  content: "\e61c"; }

.icon-help:before {
  content: "\e61e"; }

.icon-warning:before {
  content: "\e61f"; }

.icon-phone:before {
  content: "\e624"; }

.icon-blocked:before {
  content: "\e625"; }

.icon-bubbles:before {
  content: "\e628"; }

.icon-user2:before {
  content: "\e629"; }

.icon-equalizer3:before {
  content: "\e62b"; }

.icon-cogs:before {
  content: "\e62d"; }

.icon-download2:before {
  content: "\e630"; }

.icon-upload2:before {
  content: "\e631"; }

.icon-star:before {
  content: "\e632"; }

.icon-tree:before {
  content: "\e633"; }

.icon-location:before {
  content: "\e634"; }

.icon-windows8:before {
  content: "\e635"; }

.icon-mobile:before {
  content: "\e637"; }

.icon-cart:before {
  content: "\e638"; }

.icon-tux:before {
  content: "\e639"; }

.icon-mail2:before {
  content: "\e63a"; }

.icon-clock:before {
  content: "\e63d"; }

.icon-list:before {
  content: "\e63e"; }

.icon-folder:before {
  content: "\e63f"; }

.icon-gift:before {
  content: "\e640"; }

.icon-truck:before {
  content: "\e643"; }

.icon-credit:before {
  content: "\e644"; }

.icon-barcode:before {
  content: "\e645"; }

.icon-calendar:before {
  content: "\e648"; }

.icon-calendar2:before {
  content: "\e649"; }

.icon-screen2:before {
  content: "\e64a"; }

.icon-spinner:before {
  content: "\e64b"; }

.icon-numbered-list:before {
  content: "\e64d"; }

.icon-globe:before {
  content: "\e64e"; }

.icon-heart:before {
  content: "\e64f"; }

.icon-heart2:before {
  content: "\e650"; }

.icon-light-bulb:before {
  content: "\e651"; }

.icon-lab:before {
  content: "\e653"; }

.icon-info:before {
  content: "\e655"; }

.icon-minus:before {
  content: "\e658"; }

.icon-plus:before {
  content: "\e659"; }

.icon-bookmark:before {
  content: "\e660"; }

.icon-uniE663:before {
  content: "\e663"; }

.icon-laptop:before {
  content: "\e664"; }

.icon-link:before {
  content: "\e667"; }

.icon-cc-nc-eu:before {
  content: "\e66c"; }

.icon-linux:before {
  content: "\e66d"; }

.icon-address-book:before {
  content: "\e66e"; }

.icon-druplicon:before {
  content: "\e670"; }

.icon-spell-check:before {
  content: "\e671"; }

.icon-notifications:before {
  content: "\e7f4"; }

.icon-notifications_active:before {
  content: "\e7f7"; }

.icon-files-empty:before {
  content: "\e900"; }

.icon-file-text2:before {
  content: "\e901"; }

.icon-profile:before {
  content: "\e902"; }

.icon-clipboard:before {
  content: "\e903"; }

.icon-loop22:before {
  content: "\e904"; }

.brands-link-ext:before {
  content: '\f08e'; }

.brands-twitter-squared:before {
  content: '\f304'; }

.brands-facebook-squared:before {
  content: '\f308'; }

.brands-linkedin-squared:before {
  content: '\f30c'; }

.brands-blogger-rect:before {
  content: '\f315'; }

/* Footer Styles */
footer {
  padding: 4.375rem 0 0;
  background-color: #2c3d46; }
  footer.xmas {
    background-image: url("../img/holidays/xmas-footer.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 200px 145px; }
    @media only screen and (max-width: 40em) {
      footer.xmas {
        background-size: 138px 100px; } }
  footer p {
    color: #b6c3c9; }
  footer .logo {
    height: 3.25rem;
    width: 10.625rem;
    margin-bottom: 1rem; }
    footer .logo a {
      background: url("../img/logos/logo_dnhost_footer.png") no-repeat;
      background-size: 170px 52px;
      display: block;
      height: 3.25rem;
      overflow: hidden;
      padding-top: 3.25rem;
      width: 10.625rem; }
  footer .newsletter {
    border-top: 1px solid #223037;
    padding: 1.25rem 0 0; }
    footer .newsletter p.header {
      color: white;
      font-size: 1.2rem;
      margin-bottom: 0; }
    footer .newsletter fieldset {
      border: 0 none;
      margin: 0;
      padding: 0; }
      footer .newsletter fieldset input {
        border-width: 0; }
      footer .newsletter fieldset .checkbox .checkbox__label {
        color: white; }
      footer .newsletter fieldset .button .loading {
        height: 2.5rem; }
      @media only screen and (max-width: 40em) {
        footer .newsletter fieldset input {
          height: 3rem; }
        footer .newsletter fieldset .postfix.button {
          height: 3rem;
          line-height: 3rem; }
          footer .newsletter fieldset .postfix.button .loading {
            height: 3rem; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        footer .newsletter fieldset input {
          height: 3rem;
          line-height: 3rem; }
        footer .newsletter fieldset .postfix.button {
          height: 3rem;
          line-height: 3rem; }
          footer .newsletter fieldset .postfix.button .loading {
            height: 3rem; } }
  footer .social {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem; }
    footer .social ul li a i {
      font-size: 3rem;
      color: #92a3ab; }
      @media only screen and (max-width: 40em) {
        footer .social ul li a i {
          font-size: 3rem; } }
      footer .social ul li a i:hover {
        color: #FFFFFF;
        transition: all 0.2s ease-out 0s; }
    footer .social ul li a #blogger-logo-footer {
      font-size: 2.56rem !important;
      padding-top: 5px;
      display: block; }
    footer .social ul li a span {
      display: none; }
  footer .links {
    margin-top: 0; }
    @media only screen and (min-width: 64.063em) {
      footer .links {
        margin-top: 2.5rem; } }
    footer .links p.header {
      font-size: 0.9325rem;
      font-weight: 700;
      letter-spacing: 0.25px;
      line-height: 1;
      color: white;
      margin-bottom: 0; }
    footer .links a.header {
      color: white;
      font-size: 0.9325rem;
      font-weight: 700;
      letter-spacing: 0.25px; }
      footer .links a.header:hover {
        border-bottom: 1px solid white; }
    footer .links ul {
      margin-top: 0.5rem;
      margin-bottom: 2rem;
      margin-left: 0;
      list-style-type: none; }
      footer .links ul li {
        font-size: 0.95rem;
        color: #b6c3c9; }
        footer .links ul li a {
          font-size: 0.95rem;
          color: #b6c3c9; }
          footer .links ul li a:hover {
            color: white; }
        footer .links ul li span.head {
          color: #b6c3c9;
          font-size: 0.95rem;
          cursor: pointer; }
        footer .links ul li span.the-at:after {
          content: "@";
          display: inline-block; }
        footer .links ul li ul.inner-list {
          -moz-transition: all 0.3s ease-in 0s;
          -o-transition: all 0.3s ease-in 0s;
          -webkit-transition: all 0.3s ease-in 0s;
          transition: all 0.3s ease-in 0s;
          margin: 0;
          margin-left: 1rem;
          overflow: hidden;
          max-height: 0;
          color: #b6c3c9;
          list-style: inside; }
          footer .links ul li ul.inner-list li a {
            font-size: 0.875rem; }
        footer .links ul li.with-inner-list {
          display: inline; }
          footer .links ul li.with-inner-list:hover span.head {
            color: white; }
      footer .links ul.support {
        margin-top: 0; }
        footer .links ul.support li a.button {
          margin: 0 0 0.525rem;
          color: white; }
  footer .vcard {
    color: #b6c3c9;
    padding: 0;
    border: none;
    font-size: 0.95rem;
    line-height: 1.4; }
  footer .line {
    border-top: 1px solid #223037; }
  footer .copyright {
    padding: 2rem 0; }
    footer .copyright p {
      font-size: 0.825rem;
      margin-bottom: 0;
      color: #92a3ab; }
    footer .copyright .terms ul {
      margin: 0; }
      footer .copyright .terms ul li a {
        font-size: 0.825rem;
        color: #92a3ab; }
        footer .copyright .terms ul li a:hover {
          color: white; }
  footer .partners {
    background: #27363e;
    padding: 1.25rem 0; }
    footer .partners .partners-list {
      overflow: hidden;
      width: 1372px; }
      footer .partners .partners-list ul {
        margin-left: -0.28rem;
        overflow: hidden;
        width: 1832px; }
        footer .partners .partners-list ul li {
          height: 3.4375rem;
          margin-bottom: 0.5rem;
          padding: 0;
          opacity: 0.1;
          margin-left: 0.28rem; }
          footer .partners .partners-list ul li:hover {
            opacity: 1;
            transition: all 0.4s ease-out 0s; }
          footer .partners .partners-list ul li.has-tip {
            border-bottom: none;
            cursor: default; }
          footer .partners .partners-list ul li.f_sprite {
            background-size: 110px 55px;
            overflow: hidden;
            text-indent: -9999px;
            text-align: left;
            height: 55px;
            width: 110px;
            background: url("../img/sprites/main-sprite.png") no-repeat; }
          footer .partners .partners-list ul li.centos {
            background-position: -20px -0px; }
          footer .partners .partners-list ul li.dell {
            background-position: -20px -75px; }
          footer .partners .partners-list ul li.grix {
            background-position: -20px -375px; }
          footer .partners .partners-list ul li.intel {
            background-position: -20px -525px; }
          footer .partners .partners-list ul li.helix {
            background-position: -20px -600px; }
          footer .partners .partners-list ul li.linux {
            background-position: -20px -675px; }
          footer .partners .partners-list ul li.litespeed {
            background-position: -20px -750px; }
          footer .partners .partners-list ul li.icann {
            background-position: -20px -450px; }
          footer .partners .partners-list ul li.mysql {
            background-position: -20px -900px; }
          footer .partners .partners-list ul li.odin {
            background-position: -20px -975px; }
          footer .partners .partners-list ul li.php {
            background-position: -20px -1125px; }
          footer .partners .partners-list ul li.spam_experts {
            background-position: -20px -1200px; }
          footer .partners .partners-list ul li.microsoft {
            background-position: -20px -825px; }
          footer .partners .partners-list ul li.eurid {
            background-position: -20px -225px; }
          footer .partners .partners-list ul li.eett {
            background-position: -20px -150px; }
          footer .partners .partners-list ul li.grite {
            background-position: -20px -300px; }
          footer .partners .partners-list ul li span {
            display: none; }
    footer .partners .slider-btn {
      position: absolute;
      cursor: default;
      top: 4.15rem;
      color: #405966; }
      footer .partners .slider-btn:hover {
        color: white; }
      footer .partners .slider-btn.right-bnt {
        left: -1rem; }
      footer .partners .slider-btn.left-bnt {
        right: -1rem; }

/* End of Footer*/
/* Sidebar */
.reveal-sidr-bg {
  background: transparent;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97; }

.sidr {
  background: #FFFFFF;
  border-left: 5px solid #0070b1;
  display: none;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 16.25rem;
  z-index: 999999; }
  .sidr .sidr-inner {
    padding: 0; }
  .sidr.right {
    left: auto;
    right: -16.25rem; }
  .sidr ul {
    display: block;
    margin: 0 0 0.9375rem;
    padding: 0; }
    .sidr ul li {
      border-bottom: 1px solid #8194a7;
      display: block;
      line-height: 1rem;
      margin: 0; }
      .sidr ul li.header {
        padding: 1rem 0 0.5rem;
        background-color: #0070b1; }
        .sidr ul li.header p {
          color: #FFFFFF;
          font-size: 1.4rem;
          font-weight: 300;
          text-align: center; }
      .sidr ul li:hover > a {
        background: #bfe1eb;
        -webkit-tap-highlight-color: transparent; }
      .sidr ul li a {
        display: block;
        padding: 0 0.9375rem;
        text-decoration: none; }

/* End of Sidebar*/
/* -----------------------
Build Mobile Navigation
Always include this file after sidebar.scss in the included scss files
-----------------------------*/
@media only screen and (min-width: 1025px) {
  #mobile-nav {
    display: none; } }

@media only screen and (max-width: 64em) {
  /* Build Mobile Nav Icons */
  #mobile-nav {
    top: 0;
    right: 0.5rem;
    position: fixed;
    margin-top: 0.9375rem;
    z-index: 98;
    display: inline-block; }
    #mobile-nav #site-menu i {
      color: #20292B;
      font-size: 2.4375rem; }
    #mobile-nav #user-menu {
      position: relative;
      top: -7px;
      padding: 7px; }
      #mobile-nav #user-menu i {
        color: #20292B;
        font-size: 1.4375rem; }
      #mobile-nav #user-menu .badge {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        color: white;
        font-size: 0.625rem;
        height: 17px;
        width: 17px;
        position: absolute;
        line-height: 17px;
        background-color: #ff585d;
        margin-left: -11px;
        top: -7px;
        text-align: center; }
  /* Reusing Sidr and build Mobile Side Menu */
  .sidr {
    width: 100%;
    font-weight: normal;
    border-left: none;
    background: white;
    -moz-box-shadow: -16px 0 40px rgba(0, 0, 0, 0.5);
    /* FF3.5+ */
    -webkit-box-shadow: -16px 0 40px rgba(0, 0, 0, 0.5);
    /* Saf3.0+, Chrome */
    box-shadow: -16px 0 40px rgba(0, 0, 0, 0.5);
    /* Opera 10.5, IE9 */ }
    .sidr .side-menu-title {
      background-color: #AFBFC6;
      font-size: 1.125rem;
      font-weight: 500;
      color: #282828;
      letter-spacing: 0.5px;
      line-height: 1;
      display: block;
      padding-left: 1.5rem;
      padding-top: 1.6875rem;
      padding-bottom: 1.5625rem; }
    .sidr .sidr-close {
      color: #20292B;
      position: absolute;
      width: 4rem;
      height: 4.3125rem;
      float: right;
      right: 0;
      top: 0; }
      .sidr .sidr-close i {
        position: absolute;
        top: 1.3125rem;
        right: 1.25rem;
        font-size: 1.875rem; }
    .sidr .sidr-inner > ul > li {
      line-height: 3.25rem; }
      .sidr .sidr-inner > ul > li > a {
        font-weight: 400;
        letter-spacing: 0.25px;
        text-transform: uppercase;
        position: relative;
        padding-left: 3.25rem; }
        .sidr .sidr-inner > ul > li > a:before {
          font-family: 'icomoon';
          position: absolute;
          left: 1.325rem;
          font-size: 21px; }
        .sidr .sidr-inner > ul > li > a .arrow {
          top: 15px; }
      .sidr .sidr-inner > ul > li.sidr-user-account {
        background-color: #20292B;
        line-height: 2.5;
        position: relative; }
        .sidr .sidr-inner > ul > li.sidr-user-account:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 8px solid #20292B;
          left: 1.5rem;
          bottom: -7px; }
        .sidr .sidr-inner > ul > li.sidr-user-account a {
          font-size: 0.875rem;
          color: white;
          text-transform: none;
          font-weight: 500;
          pointer-events: none;
          max-height: 36px;
          overflow: hidden;
          text-overflow: ellipsis;
          outline: none;
          margin: 0;
          padding: 0 1.5rem; }
    .sidr ul {
      margin: 0; }
      .sidr ul li {
        line-height: 2.75rem;
        border-color: #e5ebed; }
        .sidr ul li:hover > a {
          background-color: transparent; }
        .sidr ul li.sidr-class-dashboard > a:before {
          content: "\e62b"; }
        .sidr ul li.sidr-class-domains > a:before {
          content: "\e64e"; }
        .sidr ul li.sidr-class-hosting > a:before {
          content: "\e908"; }
        .sidr ul li.sidr-class-websites > a:before {
          content: "\e914"; }
        .sidr ul li.sidr-class-security > a:before {
          content: "\e280";
          margin-left: -1px; }
        .sidr ul li.sidr-class-users > a:before {
          content: "\e198"; }
        .sidr ul li.sidr-class-account > a:before {
          content: "\e629"; }
        .sidr ul li.sidr-class-billing > a:before {
          content: "\e901"; }
        .sidr ul li a {
          padding: 0 0 0 1.75rem;
          margin-right: 4rem;
          display: block;
          text-decoration: none;
          color: #585858; }
          .sidr ul li a:hover {
            color: #008cdd;
            font-weight: 500; }
          .sidr ul li a.login-btn {
            margin: 1.5rem;
            font-weight: 500;
            font-size: 0.925rem;
            color: white;
            padding: 0.825rem 2rem; } }
          @media only screen and (max-width: 64em) and (min-width: 40.063em) and (max-width: 64em) {
            .sidr ul li a.login-btn {
              display: inline-block; } }

@media only screen and (max-width: 64em) {
            .sidr ul li a.login-btn:hover {
              background-color: #0073b5; }
          .sidr ul li a .arrow {
            position: relative;
            float: right;
            top: 11px;
            background-color: #dde4e7;
            width: 24px;
            height: 22px;
            margin-right: -2.5rem;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px; }
            .sidr ul li a .arrow:after {
              content: "";
              position: absolute;
              width: 0;
              height: 0;
              border-left: 4px solid transparent;
              border-right: 4px solid transparent;
              border-top: 6px solid #20292B;
              right: 0.5rem;
              top: 0.5rem; }
            .sidr ul li a .arrow.active:after {
              content: "";
              border-bottom: 6px solid #20292B;
              border-top: 0 none; }
        .sidr ul li ul {
          border-bottom: none;
          margin: 0;
          background-color: #EBEFF1; }
          .sidr ul li ul li {
            font-size: 0.925rem;
            border: 0 none;
            margin: 0 1.5rem;
            /*
                        label{
                            padding-left: rem-calc(45);
                            margin-top: 0.725rem;
                            margin-bottom: 1px;
                            line-height: 1;
                            font-size: 0.675rem;
                            letter-spacing: 1px;
                            font-weight: 700;
                            color: $my-green;
                        }
                        */ }
            .sidr ul li ul li:not(:first-child) {
              border-top: 1px solid white; }
            .sidr ul li ul li a {
              font-weight: 400; }
            .sidr ul li ul li ul li {
              margin: 0;
              border-top: 1px solid white; }
              .sidr ul li ul li ul li a {
                padding-left: 2.625rem; }
                .sidr ul li ul li ul li a span {
                  display: block;
                  line-height: 1;
                  position: relative;
                  top: -0.4375rem;
                  font-size: 0.75rem;
                  padding-bottom: 0.3125rem;
                  color: #919191; }
    .sidr #userNav.sidr-inner ul li.sidr-class-m-cart > a:before {
      content: "\e638";
      top: -1px !important; }
    .sidr #userNav.sidr-inner ul li.sidr-class-m-cart > a .badge {
      background-color: #ff585d;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      color: white;
      font-size: 0.675rem;
      height: 18px;
      line-height: 18px;
      margin-left: 5px;
      position: absolute;
      text-align: center;
      top: 10px;
      vertical-align: middle;
      width: 18px; }
    .sidr #userNav.sidr-inner ul li.sidr-class-m-support > a:before {
      content: "\e61e"; }
    .sidr #userNav.sidr-inner ul li.sidr-class-m-vat > a:before {
      content: "\e005"; }
    .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul.vat-wrapper {
      padding: 1.625rem; }
      .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul.vat-wrapper > li {
        display: flex; }
        .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul.vat-wrapper > li label {
          font-weight: 400;
          color: #585858;
          position: relative;
          top: -4px; }
      .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul.vat-wrapper button.small {
        padding-top: 0.675rem;
        padding-bottom: 0.7375rem;
        margin-bottom: 0;
        margin-right: 1rem;
        margin-top: 0.325rem;
        min-width: 7rem; }
    .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li {
      border: 0 none; }
      .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li a {
        padding-left: 2.8125rem; }
      .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper {
        display: inline-block;
        width: 100%;
        max-width: 22rem; }
        .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper .c-header {
          line-height: 1.1;
          margin-top: 0.5rem;
          margin-bottom: 0.5rem;
          font-weight: 500;
          border-bottom: 1px dashed #b4c3cb; }
        .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected {
          margin-bottom: 4px;
          line-height: 1.1; }
          .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span {
            color: #585858;
            display: inline-block;
            margin-right: 5px; }
            .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag {
              background-size: 110px 55px;
              overflow: hidden;
              text-indent: -9999px;
              text-align: left;
              height: 24px;
              width: 24px;
              background: url("../img/sprites/main-sprite.png") no-repeat;
              position: relative;
              bottom: -7px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.allothers {
                background-position: -20px -1275px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.at {
                background-position: -64px -1275px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.be {
                background-position: -20px -1319px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.bg {
                background-position: -64px -1319px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.ch {
                background-position: -20px -1363px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.cy {
                background-position: -64px -1363px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.cz {
                background-position: -20px -1407px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.de {
                background-position: -64px -1407px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.dk {
                background-position: -20px -1451px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.ee {
                background-position: -64px -1451px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.es {
                background-position: -20px -1495px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.fi {
                background-position: -64px -1495px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.fr {
                background-position: -20px -1539px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.gb {
                background-position: -64px -1539px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.gr {
                background-position: -20px -1583px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.hr {
                background-position: -64px -1583px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.hu {
                background-position: -20px -1627px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.ie {
                background-position: -64px -1627px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.it {
                background-position: -20px -1671px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.lt {
                background-position: -64px -1671px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.lu {
                background-position: -20px -1715px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.lv {
                background-position: -64px -1715px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.mt {
                background-position: -20px -1759px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.nl {
                background-position: -64px -1759px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.pl {
                background-position: -20px -1803px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.pt {
                background-position: -64px -1803px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.ro {
                background-position: -20px -1847px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.se {
                background-position: -64px -1847px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.si {
                background-position: -20px -1891px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.sk {
                background-position: -64px -1891px; }
              .sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper #countrySelected span.flag.ua {
                background-position: -20px -1935px; }
    .sidr #userNav.sidr-inner ul li.sidr-class-m-lang > a:before {
      content: "\e2c7"; }
    .sidr #userNav.sidr-inner ul li.sidr-class-m-logout > a:before {
      content: "\e934"; } }

html.touch .sidr .sidr-inner > ul > li > a:before {
  top: 1px; }

.top-alert-msg {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .top-alert-msg .alert-box {
    padding-left: 4rem;
    position: fixed;
    bottom: 0;
    background-color: white;
    color: #585858;
    box-shadow: 0 1px 25px -5px #282828;
    line-height: 1.3;
    border: 0 none;
    width: 90%;
    min-height: 7rem;
    margin-left: 5%; }
    @media only screen and (min-width: 40.063em) {
      .top-alert-msg .alert-box {
        width: 20rem;
        left: 1rem;
        margin-left: 0; } }
    .top-alert-msg .alert-box i {
      display: block;
      font-size: 1.75rem;
      height: 100%;
      margin-left: -64px;
      margin-top: -14px;
      padding: 0;
      position: absolute;
      width: 3.25rem;
      padding-top: 16px;
      padding-left: 12px;
      color: white; }
    .top-alert-msg .alert-box .closeMessage {
      color: #282828;
      float: right;
      font-size: 1.25rem;
      position: absolute;
      right: 9px;
      top: 0;
      opacity: 0.5; }
      .top-alert-msg .alert-box .closeMessage:hover {
        opacity: 1; }
    .top-alert-msg .alert-box.success i {
      background: #18BF93; }
    .top-alert-msg .alert-box.alert i {
      background: #ff585d; }
    .top-alert-msg .alert-box.warning i {
      background: #fd9662; }
    .top-alert-msg .alert-box .question-mark:after {
      background-color: #ff585d;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      color: white;
      content: "\e61c";
      font-family: "icomoon";
      font-size: 0.625rem;
      height: 1rem;
      left: 0.25rem;
      padding: 0.2rem;
      position: relative;
      top: 0.125rem;
      width: 1rem; }

.alert-box.closeMyBox {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: black;
  opacity: 0.3; }
  .alert-box.closeMyBox:hover, .alert-box.closeMyBox:focus {
    opacity: 0.5; }

.pending_answer {
  min-height: 7rem; }
  .pending_answer .global_loader {
    margin-top: 6rem;
    text-align: center; }
  .pending_answer .system-response {
    font-size: 0.925rem;
    color: #282828;
    font-weight: 400; }
  .pending_answer #noEntries .loading, .pending_answer .global_loader .loading {
    text-align: center;
    display: inline; }
    .pending_answer #noEntries .loading .spinner, .pending_answer #noEntries .loading .spinner:after, .pending_answer .global_loader .loading .spinner, .pending_answer .global_loader .loading .spinner:after {
      width: 5rem;
      height: 5rem; }
    .pending_answer #noEntries .loading .spinner, .pending_answer .global_loader .loading .spinner {
      border-width: 6px;
      top: 1.5rem;
      margin: -2.5rem auto auto -2.5rem; }

/*
This is our main select component. We have integrated it with the html select.


Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 100% !important;
  margin-bottom: 0.9375rem;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container.error {
  margin-bottom: 0; }

.chosen-container.error .chosen-single {
  border-bottom: none; }

.chosen-container.error .help-block.form-error {
  top: 0; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #20B6DB;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  line-height: 2.4rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #c1cdd3;
  color: black;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s; }

.chosen-container-single .chosen-single:hover {
  border-color: #9bafb9; }

.chosen-container-single .chosen-default {
  color: rgba(0, 0, 0, 0.4); }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/sprites/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/sprites/chosen-sprite.png") no-repeat 0px 9px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/sprites/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/sprites/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 0.875rem; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #0085d2;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-result.group-separator {
  border-top: 1px solid #CDD7DC;
  margin-top: 10px; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li.group-option.group-option-alighned {
  padding: 5px 6px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  background-color: white;
  border: 1px solid #c1cdd3;
  color: black;
  cursor: text;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding: 5px 0 5px 8px;
  text-decoration: none;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0;
  background-color: #F2F8F9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #F2F8F9));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/sprites/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #F2F8F9));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #20B6DB;
  border-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #F2F8F9), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#F2F8F9 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#F2F8F9 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#F2F8F9 20%, #ffffff 80%);
  background-image: linear-gradient(#F2F8F9 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 10px; }

.chosen-container-active .chosen-choices {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/sprites/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/sprites/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/sprites/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/* Styles for modal */
.reveal-modal {
  padding: 0;
  /* Generic styles for modals */ }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .reveal-modal.tiny {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .reveal-modal.tiny {
      margin-left: -25%;
      width: 50%; } }
  @media only screen and (min-width: 90.063em) {
    .reveal-modal.tiny {
      margin-left: -17.5%;
      width: 35%; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .reveal-modal.tiny.for-ssl-order {
      margin-left: -45%;
      width: 90%; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .reveal-modal.tiny.for-ssl-order {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 90.063em) {
    .reveal-modal.tiny.for-ssl-order {
      margin-left: -21%;
      width: 42%; } }
  @media only screen and (min-width: 64.063em) {
    .reveal-modal.tiny.for-ssl-order p.lead {
      font-size: 1.375rem;
      letter-spacing: 0.5px; } }
  .reveal-modal.tiny.for-ssl-order p.lead a {
    color: white; }
  .reveal-modal.tiny.for-ssl-order .modal-content {
    padding: 1rem 0.3125rem; }
  .reveal-modal.minimal .header {
    padding-left: 2rem;
    padding-right: 2rem; }
    .reveal-modal.minimal .header p {
      margin-bottom: 0;
      line-height: 1; }
    .reveal-modal.minimal .header.normal {
      padding-top: 2.75rem;
      padding-bottom: 1.25rem; }
      .reveal-modal.minimal .header.normal p {
        color: #282828;
        font-weight: 500;
        font-size: 1.25rem; }
        .reveal-modal.minimal .header.normal p.w-border {
          border-bottom: 1px solid #dde4e7;
          padding-bottom: 1.5rem; }
        .reveal-modal.minimal .header.normal p.warning {
          color: #fc681d; }
        .reveal-modal.minimal .header.normal p.red {
          color: #ff474c; }
    .reveal-modal.minimal .header.w-bg-color {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
      margin-bottom: 1.25rem; }
      .reveal-modal.minimal .header.w-bg-color.orange {
        background-color: #fd8346; }
      .reveal-modal.minimal .header.w-bg-color.dark-blue {
        background-color: #2D4A63; }
      .reveal-modal.minimal .header.w-bg-color.light-grey {
        background-color: #EBEFF1;
        border-bottom: 1px solid #dde4e7; }
        .reveal-modal.minimal .header.w-bg-color.light-grey p {
          color: #282828; }
      .reveal-modal.minimal .header.w-bg-color.info {
        background-color: #3995c0;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, right top, from(#3995c0), to(#75badc));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(right, #3995c0, #75badc);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(right, #3995c0, #75badc);
        /* FF3.6 */
        background-image: -ms-linear-gradient(right, #3995c0, #75badc);
        /* IE10 */
        background-image: -o-linear-gradient(right, #3995c0, #75badc);
        /* Opera 11.10+ */
        background-image: linear-gradient(to right, #3995c0, #75badc);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3995c0', EndColorStr='#75badc'); }
      .reveal-modal.minimal .header.w-bg-color p {
        color: white; }
  .reveal-modal.minimal .content {
    margin: 0 2rem 2.25rem;
    min-height: 3.5rem; }
  .reveal-modal.minimal .actions {
    padding: 1.325rem 2rem;
    background-color: #EBEFF1;
    border-top: 1px solid #dde4e7;
    text-align: center; }
    .reveal-modal.minimal .actions button, .reveal-modal.minimal .actions .button {
      min-width: 100%;
      margin-left: 0; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.minimal .actions {
        text-align: right; }
        .reveal-modal.minimal .actions button, .reveal-modal.minimal .actions .button {
          min-width: 10rem;
          margin-left: 1rem; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.minimal.with-scroll {
      height: 26rem;
      overflow-y: auto; }
    .reveal-modal.minimal .header, .reveal-modal.minimal .actions {
      padding-left: 3rem;
      padding-right: 3rem; }
    .reveal-modal.minimal .content {
      margin-left: 3rem;
      margin-right: 3rem; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .reveal-modal.minimal .content.cart-scroll {
      height: 15rem;
      overflow-y: auto; } }
  .reveal-modal.login-forms .tabs dd > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.3;
    background-color: #d5dde1;
    color: #8fa5b0;
    font-size: 1.5rem;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .reveal-modal.login-forms .tabs dd > a small {
      display: block;
      font-size: 50%; }
    .reveal-modal.login-forms .tabs dd > a:hover {
      background-color: #c1cdd4;
      color: #698796; }
  .reveal-modal.login-forms .tabs dd.active > a {
    background-color: white;
    color: #18BF93; }
  .reveal-modal.login-forms .tabs-content hr {
    margin: 1.25rem 0 0.5rem; }
  @media only screen and (min-width: 64.063em) {
    .reveal-modal.login-forms .tabs-content .positioned-bottom {
      position: absolute;
      width: 94.5%;
      top: 10.2rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .reveal-modal.login-forms .tabs-content .positioned-bottom {
      position: absolute;
      width: 94.5%;
      top: 12.73rem; } }
  @media only screen and (min-width: 64.063em) {
    .reveal-modal .modal-content-big {
      padding: 3rem;
      min-height: 18rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .reveal-modal .modal-content-big {
      padding: 2rem;
      min-height: 19.5rem; } }
  @media only screen and (max-width: 40em) {
    .reveal-modal .modal-content-big {
      padding: 1rem 0.5rem 1.75rem; } }
  .reveal-modal .vat-content form ul.no-bullet li {
    display: flex; }
  .reveal-modal .vat-content form label {
    line-height: 1;
    font-size: 0.925rem; }
  .reveal-modal .vat-content .select-vat {
    max-width: 22rem; }
    .reveal-modal .vat-content .select-vat p {
      margin-bottom: 0.75rem;
      font-size: 0.9375rem;
      font-weight: 500;
      border-bottom: 1px dashed #b4c3cb; }
    .reveal-modal .vat-content .select-vat ul {
      margin-bottom: 0.25rem; }
      .reveal-modal .vat-content .select-vat ul li.flag {
        background-size: 110px 55px;
        overflow: hidden;
        text-indent: -9999px;
        text-align: left;
        height: 24px;
        width: 24px;
        background: url("../img/sprites/main-sprite.png") no-repeat; }
        .reveal-modal .vat-content .select-vat ul li.flag.allothers {
          background-position: -20px -1275px; }
        .reveal-modal .vat-content .select-vat ul li.flag.at {
          background-position: -64px -1275px; }
        .reveal-modal .vat-content .select-vat ul li.flag.be {
          background-position: -20px -1319px; }
        .reveal-modal .vat-content .select-vat ul li.flag.bg {
          background-position: -64px -1319px; }
        .reveal-modal .vat-content .select-vat ul li.flag.ch {
          background-position: -20px -1363px; }
        .reveal-modal .vat-content .select-vat ul li.flag.cy {
          background-position: -64px -1363px; }
        .reveal-modal .vat-content .select-vat ul li.flag.cz {
          background-position: -20px -1407px; }
        .reveal-modal .vat-content .select-vat ul li.flag.de {
          background-position: -64px -1407px; }
        .reveal-modal .vat-content .select-vat ul li.flag.dk {
          background-position: -20px -1451px; }
        .reveal-modal .vat-content .select-vat ul li.flag.ee {
          background-position: -64px -1451px; }
        .reveal-modal .vat-content .select-vat ul li.flag.es {
          background-position: -20px -1495px; }
        .reveal-modal .vat-content .select-vat ul li.flag.fi {
          background-position: -64px -1495px; }
        .reveal-modal .vat-content .select-vat ul li.flag.fr {
          background-position: -20px -1539px; }
        .reveal-modal .vat-content .select-vat ul li.flag.gb {
          background-position: -64px -1539px; }
        .reveal-modal .vat-content .select-vat ul li.flag.gr {
          background-position: -20px -1583px; }
        .reveal-modal .vat-content .select-vat ul li.flag.hr {
          background-position: -64px -1583px; }
        .reveal-modal .vat-content .select-vat ul li.flag.hu {
          background-position: -20px -1627px; }
        .reveal-modal .vat-content .select-vat ul li.flag.ie {
          background-position: -64px -1627px; }
        .reveal-modal .vat-content .select-vat ul li.flag.it {
          background-position: -20px -1671px; }
        .reveal-modal .vat-content .select-vat ul li.flag.lt {
          background-position: -64px -1671px; }
        .reveal-modal .vat-content .select-vat ul li.flag.lu {
          background-position: -20px -1715px; }
        .reveal-modal .vat-content .select-vat ul li.flag.lv {
          background-position: -64px -1715px; }
        .reveal-modal .vat-content .select-vat ul li.flag.mt {
          background-position: -20px -1759px; }
        .reveal-modal .vat-content .select-vat ul li.flag.nl {
          background-position: -64px -1759px; }
        .reveal-modal .vat-content .select-vat ul li.flag.pl {
          background-position: -20px -1803px; }
        .reveal-modal .vat-content .select-vat ul li.flag.pt {
          background-position: -64px -1803px; }
        .reveal-modal .vat-content .select-vat ul li.flag.ro {
          background-position: -20px -1847px; }
        .reveal-modal .vat-content .select-vat ul li.flag.se {
          background-position: -64px -1847px; }
        .reveal-modal .vat-content .select-vat ul li.flag.si {
          background-position: -20px -1891px; }
        .reveal-modal .vat-content .select-vat ul li.flag.sk {
          background-position: -64px -1891px; }
        .reveal-modal .vat-content .select-vat ul li.flag.ua {
          background-position: -20px -1935px; }
      .reveal-modal .vat-content .select-vat ul li.country {
        margin-left: 0.5rem;
        font-size: 0.9375rem; }
      .reveal-modal .vat-content .select-vat ul li.percentage {
        margin-left: 4px;
        font-size: 13px;
        letter-spacing: -0.25px;
        color: #919191;
        font-weight: 400;
        position: relative;
        top: 2px; }
  .reveal-modal .vat-content .vat-widget-notice {
    font-size: 0.925rem;
    line-height: 1.3;
    margin-bottom: 1rem; }
  .reveal-modal .close-reveal-mymodal {
    color: #c8d3d9;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 0.9375rem;
    top: 0.3125rem; }
    @media only screen and (min-width: 64.063em) {
      .reveal-modal .close-reveal-mymodal {
        font-size: 2rem; } }
  @media only screen and (min-width: 64.063em) {
    .reveal-modal form.with-scroll {
      max-height: 18rem;
      overflow-y: scroll; } }
  .reveal-modal form label {
    font-weight: 500;
    position: relative; }
    @media only screen and (min-width: 64.063em) {
      .reveal-modal form label.inline {
        text-align: right; }
        .reveal-modal form label.inline.n-lineheight {
          line-height: 1.4; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .reveal-modal form label.inline {
        margin: 0;
        padding: 0;
        line-height: 1.5; } }
    @media only screen and (max-width: 40em) {
      .reveal-modal form label.inline {
        margin: 0;
        padding: 0;
        line-height: 1.5; } }
  .reveal-modal p {
    line-height: 1.4; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal p.lead {
        font-size: 1.375rem; } }
    .reveal-modal p.lead.green {
      color: white;
      padding: 1.5rem 1.25rem;
      margin-bottom: 0;
      background-color: #17b58c; }
  .reveal-modal ul li {
    line-height: 1.3;
    margin-bottom: 0.75rem;
    font-size: 0.95rem; }
  .reveal-modal .button {
    padding-top: 0.7rem;
    padding-bottom: 0.725rem; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal .button {
        margin-bottom: 0; } }
    .reveal-modal .button.warning {
      background-color: #fd9662; }
      .reveal-modal .button.warning:hover {
        background-color: #fc681d; }
    .reveal-modal .button .loading .spinner {
      left: 9px;
      position: relative; }
  .reveal-modal .link {
    line-height: 1.2;
    display: block; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal .link {
        position: relative;
        top: 0.5rem;
        margin-bottom: 0; } }
  .reveal-modal .for-order-agreement ul li {
    line-height: 1.4;
    margin-bottom: 0.75rem;
    font-size: 0.95rem; }
    .reveal-modal .for-order-agreement ul li ol {
      margin-top: 0.5rem;
      margin-left: 0.925rem; }
      .reveal-modal .for-order-agreement ul li ol li {
        font-size: 0.85rem;
        margin-bottom: 0.5rem; }
  .reveal-modal .for-el-backorder {
    display: block;
    margin-top: 0.5rem; }
    .reveal-modal .for-el-backorder input[type="checkbox"] {
      margin: 0 0.425rem 0.75rem 0;
      position: relative;
      top: 1px; }
  .reveal-modal .terms-link {
    border-bottom: 1px dotted;
    padding-bottom: 1px;
    color: #585858; }

/* Build custom Modal from scratch. We need this for user interaction. Collect data. -> Can be found at Create Billing Profiles */
.custom-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 100%;
  background: white;
  overflow-y: scroll;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -webkit-transition: all 350ms;
  transition: all 350ms; }
  .custom-modal.active {
    top: 0;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms; }
  @media only screen and (min-width: 64.063em) {
    .custom-modal {
      overflow-y: auto; } }
  .custom-modal .custom-modal-content {
    padding: 2rem 0; }
    .custom-modal .custom-modal-content p.lead {
      color: #282828;
      font-weight: 400;
      line-height: 1.2;
      font-size: 1.5rem; }
      @media only screen and (min-width: 64.063em) {
        .custom-modal .custom-modal-content p.lead {
          font-size: 1.75rem; } }
    .custom-modal .custom-modal-content fieldset {
      border: 1px solid #CDD7DC;
      border-top: 0 none;
      padding: 0 1.25rem 0.25rem;
      margin-bottom: 2rem; }
      .custom-modal .custom-modal-content fieldset p.form-head {
        background-color: #eef1f3;
        border-top: 1px solid #CDD7DC;
        border-bottom: 1px solid #CDD7DC;
        display: block;
        font-weight: 500;
        line-height: 1.1;
        padding: 1rem 1.25rem;
        margin: 0 -1.25rem 1.25rem;
        font-size: 1.125rem;
        color: #282828; }
      .custom-modal .custom-modal-content fieldset label.inline {
        color: #717171; }
        @media only screen and (min-width: 64.063em) {
          .custom-modal .custom-modal-content fieldset label.inline {
            text-align: right; } }
        @media only screen and (min-width: 40.063em) and (max-width: 64em) {
          .custom-modal .custom-modal-content fieldset label.inline {
            margin: 0;
            padding: 0;
            line-height: 1.6; } }
        @media only screen and (max-width: 40em) {
          .custom-modal .custom-modal-content fieldset label.inline {
            margin: 0;
            padding: 0;
            line-height: 1.6; } }
      .custom-modal .custom-modal-content fieldset .checkbox {
        margin-bottom: 1.25rem; }
        .custom-modal .custom-modal-content fieldset .checkbox input[type="checkbox"] {
          margin-bottom: 0;
          margin-left: -1rem; }
        .custom-modal .custom-modal-content fieldset .checkbox label {
          margin-left: 1rem;
          line-height: 1.2; }
          .custom-modal .custom-modal-content fieldset .checkbox label span {
            left: 0.25rem;
            position: relative; }
  .custom-modal .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.125rem;
    color: #585858; }

/* Custom datepicker used in search form filters at back-end tables */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25rem;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5rem .5rem .5rem .7rem;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1rem 2.2rem;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1rem 3px .4rem; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2rem; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2rem;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4rem 1rem;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1rem;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2rem;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1rem;
  height: 2.1rem;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4rem 1rem; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4rem 1rem; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4rem); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12rem;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1rem;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17rem;
  padding: .2rem .2rem 0;
  display: none;
  z-index: 1; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2rem 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 8px;
  width: 1.8rem;
  height: 1.8rem; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: transparent !important;
  border: 0 none !important;
  font-weight: 300 !important;
  color: white; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3rem;
  line-height: 1.8rem;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 0.875rem;
  padding: 0.4rem;
  height: 2.25rem;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9rem;
  border-collapse: collapse;
  margin: 0 0 .4rem; }

.ui-datepicker th {
  padding: .7rem .3rem;
  font-size: 1rem;
  color: #282828;
  background-color: #DEE6EA;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2rem;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7rem 0 0 0;
  padding: 0 .2rem;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5rem .2rem .4rem;
  cursor: pointer;
  padding: .2rem .6rem .3rem .6rem;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4rem; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5rem;
  top: .3rem; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2rem;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4rem 1rem;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1rem 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3rem;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5rem 1rem;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5rem;
  padding: .3rem 1rem .5rem .4rem; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5rem .4rem .5rem 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2rem;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4rem;
  margin: 0.5rem 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14rem; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7rem;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8rem; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3rem;
  margin-left: -.6rem; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8rem;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3rem;
  margin-left: 0;
  margin-bottom: -.6rem; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222rem 0;
  margin: .2rem 0;
  vertical-align: middle;
  margin-left: .4rem;
  margin-right: 2rem; }

.ui-spinner-button {
  width: 1.6rem;
  height: 50%;
  font-size: .5rem;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (elrement with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2rem; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2rem .2rem 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2rem 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5rem 1rem;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1rem 1.4rem;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1rem; }

.ui-widget .ui-widget {
  font-size: 1rem; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1rem; }

.ui-widget.ui-widget-content {
  border: 1px solid #CDD7DC; }

.ui-widget-content {
  border: 1px solid #CDD7DC;
  background: #ffffff;
  color: #282828; }

.ui-widget-content a {
  color: #282828; }

.ui-widget-header {
  border: 1px solid #CDD7DC;
  background: #CDD7DC;
  color: #282828;
  font-weight: bold; }

.ui-widget-header a {
  color: #282828; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cdd7dc;
  color: #585858;
  font-weight: normal; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #CDD7DC;
  background: #EBEFF1;
  font-weight: normal;
  color: #282828; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #282828;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #0070b1;
  background: #008cdd;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #F6D42D;
  background: #FCF2C0;
  color: #baa124; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #baa124; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon-circle-triangle-e:after {
  content: "\e60c";
  font-family: 'icomoon';
  color: #282828;
  position: absolute;
  top: 1px;
  display: block;
  text-indent: initial;
  overflow: visible; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w:after {
  content: "\e609";
  font-family: 'icomoon';
  color: #282828;
  position: absolute;
  top: 1px;
  display: block;
  text-indent: initial;
  overflow: visible; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/* Our styles */
.width-33 {
  width: 33%; }

/* Our special PINK radios and checkboxes. Used in whole backend's forms */
.checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
  position: inherit;
  line-height: 1.3;
  display: inline; }

.checkbox .checkbox__label,
.checkbox-inline .checkbox__label, .radio .radio__label,
.radio-inline .radio__label {
  line-height: 20px;
  display: inline-block;
  margin-left: 1.75rem; }
  .checkbox .checkbox__label:before,
  .checkbox-inline .checkbox__label:before, .radio .radio__label:before,
  .radio-inline .radio__label:before {
    left: -0.5rem;
    position: relative;
    margin-left: -1.25rem;
    float: left;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border: 2px solid #b7bfc4;
    background-color: white;
    content: '';
    transition: all 250ms; }
  .checkbox .checkbox__label:hover::before,
  .checkbox-inline .checkbox__label:hover::before, .radio .radio__label:hover::before,
  .radio-inline .radio__label:hover::before {
    border-color: #eb7092; }

@-moz-document url-prefix() {
  .checkbox .checkbox__label:before,
  .checkbox-inline .checkbox__label:before, .radio .radio__label:before,
  .radio-inline .radio__label:before {
    line-height: 15px; } }

.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'], .radio input[type='radio'],
.radio-inline input[type='radio'] {
  display: none; }
  .checkbox input:checked[type='checkbox'] + span::before, .checkbox-inline input:checked[type='checkbox'] + span::before, .radio input:checked[type='radio'] + span::before, .radio-inline input:checked[type='radio'] + span::before {
    background: #eb7092;
    border-color: #eb7092; }
  .checkbox input:disabled[type='checkbox'] + span::before, .checkbox-inline input:disabled[type='checkbox'] + span::before, .radio input:disabled[type='radio'] + span::before, .radio-inline input:disabled[type='radio'] + span::before {
    border-color: #efefef; }
  .checkbox input:disabled:hover[type='checkbox'] + span, .checkbox-inline input:disabled:hover[type='checkbox'] + span, .radio input:disabled:hover[type='radio'] + span, .radio-inline input:disabled:hover[type='radio'] + span {
    cursor: not-allowed; }
  .checkbox input:disabled:checked[type='checkbox'] + span::before, .checkbox-inline input:disabled:checked[type='checkbox'] + span::before, .radio input:disabled:checked[type='radio'] + span::before, .radio-inline input:disabled:checked[type='radio'] + span::before {
    background-color: #efefef; }

.checkboxes-inline .checkbox-inline:first-child, .radios-inline .radio-inline:first-child {
  padding-left: 0; }

.checkbox .checkbox__label:before,
.checkbox-inline .checkbox__label:before {
  content: '\e614';
  font-family: 'Icomoon'; }

.radio .radio__label:before,
.radio-inline .radio__label:before {
  border-radius: 50%;
  box-shadow: 0 0 0 3px inset; }

/* Special classes for handling radios and checkboxes */
.agree-terms {
  margin-bottom: 1rem; }

.no-bullet .radio, .no-bullet .checkbox {
  margin-bottom: 0.35rem; }

#all-forms .check-margin-top, #register-forms .check-margin-top {
  margin-top: 7px; }

p.radio-label {
  color: #527F9C;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0.2rem; }

/* Backend Mobile Menu - Transform topbar for small screens - Not used anymore
.top-bar{
	max-height: 45px;
	@media only screen and (max-width: 40em) {
		&.expanded{
			@include transition(max-height 0.4s ease-in);
			max-height: 1000px; 
			.title-area{
				.toggle-topbar{
					a{
						color: #FFFFFF;
						&:after {
							border-color: transparent transparent rgba(255, 255, 255, 0.4) transparent;
							border-right-style: solid;
							margin-top: -8px;
						}
					}
				}
			}
		}
		.title-area{
			.toggle-topbar{
				left: 0;
				right: auto;
				a:after {
					content: "";
					display: block;
					width: 0;
					height: 0;
					border: inset 5px;
					border-color: rgba(255, 255, 255, 0.4) transparent transparent;
					border-top-style: solid;
					margin-right: 15px;
					margin-top: -3px;
					position: absolute;
					top: 50%;
					right: 0; 
					left: 60px;
					box-shadow: none;

				}
			}
		}
		.top-bar-section{
			ul.left{
				li.has-dropdown.expanded > a::after{
					top: 23px;
					border-color: rgba(255, 255, 255, 0.4) transparent transparent;
					border-top-style: solid;
					right: 2px;
					margin-top: 0;
				}
			}
			ul.dropdown{
				li.has-dropdown.expanded > a::after{
					top: 19px;
				}
			}
			.divider{
				border-color: #444;
				&:first-of-type{
					display: none;
				}
				&:last-of-type{
					display: none;
				}
			}
			.dropdown {
			    width: 100%; 
			    height: inherit;
			    position: static !important;
			    max-height: 0;
			    a{
			    	padding-left: 30px; 
			    }
			    .dropdown{
			    	a{
			    		padding-left: 45px; 
			    	}	    	
			    }
			}
		}
	}
} */
/* Styles for Forms */
form.white {
  background-color: white;
  padding: 1.25rem; }
  form.white fieldset {
    margin-top: 0; }

form.create h5 {
  background-color: #eef1f3;
  border-top: 1px solid #CDD7DC;
  border-bottom: 1px solid #CDD7DC;
  display: block;
  font-weight: 500;
  line-height: 1.1;
  padding: 1rem 1.25rem;
  margin: 0 -1.25rem 1.25rem; }

form.create fieldset {
  border: 1px solid #CDD7DC;
  border-top: 0 none;
  padding: 0 1.25rem 0.25rem;
  background-color: white; }
  form.create fieldset label.inline {
    color: #717171; }
    @media only screen and (min-width: 64.063em) {
      form.create fieldset label.inline {
        text-align: right; } }
  @media only screen and (min-width: 64.063em) {
    form.create fieldset label.small-lineheight {
      line-height: 1.2;
      display: flex;
      height: 2.5rem;
      align-items: center;
      flex-direction: row-reverse; } }
  form.create fieldset .data-label {
    display: block;
    color: black;
    margin-bottom: 1rem;
    margin-top: 0.25rem; }
    @media only screen and (min-width: 64.063em) {
      form.create fieldset .data-label {
        line-height: 2.4;
        margin-top: 0; } }
  form.create fieldset .euro {
    font-size: 1.25rem;
    position: absolute;
    right: -0.25rem;
    top: 0.7rem; }
  form.create fieldset .approve-int-domains p {
    margin-bottom: 0.325rem; }
  form.create fieldset .approve-int-domains ul {
    padding-left: 0.125rem;
    margin-top: 1rem;
    margin-bottom: 2rem; }
    form.create fieldset .approve-int-domains ul li {
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      line-height: 1.2;
      margin-bottom: 0.425rem;
      font-weight: 500; }

.help-block.form-error {
  display: block;
  padding: 0.2rem 0.5625rem 0.35rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem !important;
  font-weight: 300;
  font-style: normal;
  background: #ff585d;
  color: white;
  line-height: 1.2; }

p.alert-msg {
  line-height: 1;
  margin-bottom: 0;
  font-size: 0.8125rem; }

select.promo {
  width: auto; }

ul.promo-rules {
  list-style-type: none;
  margin: 0;
  border-left: 1px dotted #666;
  padding-left: 1rem; }

label.error {
  color: #ed6857 !important; }

@media only screen and (min-width: 64.063em) {
  .check-margin-top {
    margin-top: 0.5rem; } }

.button-group.add-remove li a.button {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  line-height: 1; }
  .button-group.add-remove li a.button.add:hover {
    background-color: #008cdd;
    color: white; }
  .button-group.add-remove li a.button.remove:hover {
    background-color: #ff585d;
    color: white; }

#flagsHolder .flag {
  cursor: pointer; }
  #flagsHolder .flag:not(:first-child) {
    margin-left: 0.5rem; }
  #flagsHolder .flag i.icon-cross3 {
    color: #ff585d; }

/* Editable forms - Used regularly. Live example can be found at my account section */
.editable-form {
  margin-bottom: 1.25rem;
  /* Edit content for a whole Block */
  /* Edit content for every Item */
  /* Open - Close classes */ }
  @media only screen and (min-width: 40.063em) {
    .editable-form {
      margin-bottom: 2rem; } }
  .editable-form h5, .editable-form h6 {
    background-color: #eef1f3;
    border: 1px solid #CDD7DC;
    display: block;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    padding: 1rem 1.25rem;
    position: relative; }
    @media only screen and (max-width: 40em) {
      .editable-form h5, .editable-form h6 {
        background-color: #CDD7DC; } }
    .editable-form h5 a, .editable-form h6 a {
      color: #282828;
      position: relative;
      right: -2px; }
      .editable-form h5 a.on-right, .editable-form h6 a.on-right {
        position: absolute;
        right: 1.25rem;
        top: 1.125rem; }
  .editable-form .item {
    background-color: white;
    border-bottom: 1px solid #d7dfe3;
    border-left: 1px solid #CDD7DC;
    border-right: 1px solid #CDD7DC;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.3;
    font-size: 0.95rem;
    /* Used for important admin comments */
    /* Used for small loader */
    /* Used in Domains nameservers section */ }
    @media only screen and (max-width: 40em) {
      .editable-form .item {
        font-size: 1rem; } }
    .editable-form .item p {
      font-size: 0.95rem;
      line-height: 1.3; }
    .editable-form .item:last-of-type {
      border-bottom: 1px solid #CDD7DC; }
    .editable-form .item:hover {
      background-color: #f5f7f8; }
    .editable-form .item.non-hover {
      background-color: white; }
    .editable-form .item.opened {
      background-color: #f1f4f5 !important;
      border-bottom: 1px solid #CDD7DC; }
      @media only screen and (max-width: 40em) {
        .editable-form .item.opened {
          background-color: white !important; } }
    .editable-form .item.important:before {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      background-color: #fd9662;
      position: absolute;
      margin-top: 5px; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .editable-form .item.important:before {
          left: 22px; } }
      @media only screen and (max-width: 40em) {
        .editable-form .item.important:before {
          left: 22px; } }
    .editable-form .item .first-label {
      word-wrap: break-word;
      color: #717171;
      display: block; }
      @media only screen and (max-width: 40em) {
        .editable-form .item .first-label {
          font-size: 0.85rem; } }
      @media only screen and (min-width: 64.063em) {
        .editable-form .item .first-label {
          text-align: right; } }
      @media only screen and (min-width: 64.063em) {
        .editable-form .item .first-label.top-7 {
          margin-top: 7px; } }
    .editable-form .item .data-label {
      word-wrap: break-word;
      color: black;
      font-weight: 400; }
      @media only screen and (max-width: 40em) {
        .editable-form .item .data-label {
          display: block;
          width: 90%; } }
      .editable-form .item .data-label span {
        display: block;
        line-height: 1.2; }
        .editable-form .item .data-label span.time {
          display: inline-block;
          margin-left: 0.5rem;
          margin-right: 0.25rem; }
      .editable-form .item .data-label strong {
        font-weight: 700; }
      @media only screen and (min-width: 40.063em) {
        .editable-form .item .data-label.spacy span {
          padding-bottom: 0.25rem; } }
      .editable-form .item .data-label.spacy span:last-child {
        padding-bottom: 0; }
      .editable-form .item .data-label.auth-code span {
        font-size: 0.875rem;
        padding-bottom: 1rem; }
        .editable-form .item .data-label.auth-code span:last-child {
          padding-bottom: 0; }
        .editable-form .item .data-label.auth-code span strong {
          font-weight: 700;
          display: block;
          margin-bottom: 0.125rem;
          color: #282828; }
      .editable-form .item .data-label.italic span {
        font-style: italic;
        font-weight: 300;
        color: #717171; }
        .editable-form .item .data-label.italic span:first-child {
          display: block;
          font-size: 0.85rem; }
      .editable-form .item .data-label.warning {
        color: #fd9662; }
      .editable-form .item .data-label .timezone {
        color: #c3c3c3; }
      @media only screen and (min-width: 64.063em) {
        .editable-form .item .data-label.small-lineheight {
          line-height: 1.2;
          margin-top: 0.25rem;
          align-items: center;
          display: flex; } }
      .editable-form .item .data-label.csr {
        font-family: Monospace;
        line-height: 16px;
        font-size: 13px; }
      .editable-form .item .data-label ol, .editable-form .item .data-label ul {
        margin-bottom: 0.25rem;
        margin-top: 0.1rem;
        margin-left: 1rem;
        font-weight: 300; }
        .editable-form .item .data-label ol li, .editable-form .item .data-label ul li {
          line-height: 1.1;
          margin-bottom: 0.75rem;
          font-size: 0.95rem; }
          .editable-form .item .data-label ol li:last-child, .editable-form .item .data-label ul li:last-child {
            margin-bottom: 0; }
      .editable-form .item .data-label i.check {
        font-size: 1.25rem;
        color: #18BF93; }
      .editable-form .item .data-label i.unavail {
        font-size: 1.25rem;
        color: #ff585d;
        position: relative;
        top: 1px; }
    .editable-form .item .label {
      margin-bottom: 0; }
      @media only screen and (max-width: 40em) {
        .editable-form .item .label {
          margin-top: 3px;
          margin-bottom: 2px; } }
      @media only screen and (min-width: 64.063em) {
        .editable-form .item .label {
          float: right; } }
      .editable-form .item .label.label-hide {
        display: none; }
      @media only screen and (min-width: 64.063em) {
        .editable-form .item .label.align-left {
          float: left !important;
          margin-right: 0.5rem; } }
      .editable-form .item .label.lang-el {
        min-width: 5rem; }
      .editable-form .item .label.lang-en {
        min-width: 5rem; }
    .editable-form .item .inline-small-loader .loading {
      margin: 0.625rem 0.8125rem; }
      @media only screen and (max-width: 40em) {
        .editable-form .item .inline-small-loader .loading {
          margin: 1.25rem 0.8125rem;
          padding-bottom: 1px; } }
    .editable-form .item .in-block {
      display: inline-block; }
    .editable-form .item .edit_btn {
      font-size: 0.875rem;
      position: relative; }
      @media only screen and (max-width: 40em) {
        .editable-form .item .edit_btn {
          bottom: 0;
          font-size: 0.875rem;
          position: absolute;
          right: 1rem; } }
      .editable-form .item .edit_btn.edit_host:hover::before {
        content: " ";
        content: none; }
    .editable-form .item .delete_btn {
      font-size: 1.25rem;
      position: relative;
      right: -3px; }
      @media only screen and (max-width: 40em) {
        .editable-form .item .delete_btn {
          right: 4px; } }
      .editable-form .item .delete_btn.delete_host {
        top: 4px; }
        .editable-form .item .delete_btn.delete_host:hover::before {
          content: " ";
          content: none; }
    .editable-form .item .delete_reg {
      bottom: 0.85rem;
      float: right;
      font-size: 0.825rem;
      height: 0.5rem;
      position: relative; }
      @media only screen and (min-width: 40.063em) {
        .editable-form .item .delete_reg:hover::before {
          content: "\e913";
          font-family: 'icomoon';
          position: absolute;
          left: -1rem;
          font-size: 0.9rem;
          top: -1px; } }
    .editable-form .item .divider-padding {
      margin-right: 1.25rem;
      margin-left: 0.35rem; }
      .editable-form .item .divider-padding:after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        border-left: 1px solid #686868;
        top: 0; }
      @media only screen and (min-width: 64.063em) {
        .editable-form .item .divider-padding {
          margin-left: 0.925rem;
          margin-right: 1.325rem; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .editable-form .item .divider-padding {
          margin-left: 0.5rem;
          margin-right: 0.75rem; } }
    .editable-form .item .verify_btn {
      padding-top: 0.25rem;
      padding-bottom: 0.3125rem;
      margin-bottom: 0.5rem;
      margin-right: 0.25rem; }
    .editable-form .item .switch.tiny {
      margin-top: 0.25rem; }
      @media only screen and (min-width: 40.063em) {
        .editable-form .item .switch.tiny {
          top: -2px;
          margin-bottom: -0.5rem;
          margin-top: 0; } }
      .editable-form .item .switch.tiny input:checked + label::after {
        left: 2.25rem; }
      .editable-form .item .switch.tiny label {
        width: 4rem;
        text-indent: 0%; }
        .editable-form .item .switch.tiny label::after {
          width: 1.5rem; }
      .editable-form .item .switch.tiny .switch-off, .editable-form .item .switch.tiny .switch-on {
        font-size: 0.6875rem;
        pointer-events: none;
        top: 4px; }
      .editable-form .item .switch.tiny .switch-on {
        left: 6px; }
      .editable-form .item .switch.tiny .switch-off {
        left: 36px; }
      .editable-form .item .switch.tiny.is-locked {
        pointer-events: none;
        cursor: default; }
    .editable-form .item form fieldset {
      background-color: #e1e7ea; }
      .editable-form .item form fieldset legend {
        background-color: #e1e7ea; }
    .editable-form .item form label {
      font-weight: 500;
      cursor: default; }
    .editable-form .item form .checkbox label, .editable-form .item form .radio label {
      cursor: pointer; }
    .editable-form .item hr {
      margin-top: 0.5rem; }
    .editable-form .item .button {
      padding-top: 0.5rem;
      padding-bottom: 0.5625rem; }
      .editable-form .item .button.cancel {
        background-color: #dde4e7; }
        .editable-form .item .button.cancel:hover {
          background-color: #c9d4d9; }
      .editable-form .item .button.add-nameservers {
        font-size: 1.25rem;
        padding: 0.25rem 0.575rem 0.025rem;
        margin-bottom: 0.675rem; }
      .editable-form .item .button.in-cart {
        background-color: #18BF93;
        cursor: default;
        pointer-events: none; }
      @media only screen and (min-width: 40.063em) {
        .editable-form .item .button.in-item {
          margin-left: 1rem; } }
  .editable-form .display_items {
    max-height: 40rem; }
  .editable-form .display_form {
    display: none;
    overflow: hidden; }
    .editable-form .display_form .item.opened {
      padding-top: 1.75rem; }
  .editable-form .content_static {
    max-height: 15rem; }
    .editable-form .content_static hr {
      margin: 1rem 0 0.6rem;
      border-color: #d2dee1; }
  .editable-form .content_form {
    padding-top: 1rem;
    overflow: hidden;
    display: none; }
  .editable-form .is-open {
    display: block;
    overflow: visible; }
  .editable-form .is-closed {
    display: none;
    max-height: 0;
    overflow: hidden; }

/* Classes used in Admin Comments */
.no-static-line {
  max-height: 0;
  overflow: hidden; }

.no-static-line.active {
  max-height: 35rem; }

/* Handling Touch only screens */
html.touch .editable-form .item:hover {
  background-color: white; }

html.touch .editable-form .item .delete_reg:hover::before,
html.touch .editable-form .item .delete_btn:hover::before,
html.touch .editable-form .item .edit_btn:hover::before {
  content: '';
  content: none; }

/* Styles for building search and filters for responsive tables */
.form-search {
  margin-bottom: 1.25rem; }
  .form-search button.toggle {
    font-size: 0.825rem;
    font-weight: 500;
    color: #585858;
    background-color: #f0f3f5;
    border: 1px solid #CDD7DC;
    margin-bottom: 0;
    padding: 0.525rem 1rem 0.5875rem;
    position: relative;
    top: 1px; }
    .form-search button.toggle:hover {
      border: 1px solid #b4c3cb;
      color: #282828; }
    .form-search button.toggle i {
      font-size: 1rem;
      margin-left: 0.35rem;
      position: relative;
      top: 3px; }
  .form-search .panel {
    background-color: #f0f3f5;
    border: 1px solid #CDD7DC; }
  .form-search.active button.toggle {
    border-bottom: 0 none; }
    .form-search.active button.toggle:hover {
      border-color: #CDD7DC; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-search button.toggle {
    top: 2px; } }


form.search-fields input[type="text"],
form.search-fields input[type="password"],
form.search-fields input[type="date"],
form.search-fields input[type="datetime"],
form.search-fields input[type="datetime-local"],
form.search-fields input[type="month"],
form.search-fields input[type="week"],
form.search-fields input[type="email"],
form.search-fields input[type="number"],
form.search-fields input[type="search"],
form.search-fields input[type="tel"],
form.search-fields input[type="time"],
form.search-fields input[type="url"],
form.search-fields input[type="color"],
form.search-fields textarea,
form.search-fields select {
  height: 2.3125rem; }

form.search-fields label {
  font-size: 0.825rem;
  color: #585858;
  font-weight: 500;
  line-height: 1.4; }

form.search-fields select {
  padding: 0.2625rem 0.5625rem;
  color: #757575;
  font-weight: 300;
  background-position: 94% center; }

form.search-fields .chosen-container-single .chosen-single {
  line-height: 2.2125rem; }

form.search-fields .checkbox {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }
  @media only screen and (min-width: 40.063em) {
    form.search-fields .checkbox {
      margin-top: 1.625rem; } }

form.search-fields .my-btn {
  padding-top: 1.25rem !important; }
  @media only screen and (max-width: 40em) {
    form.search-fields .my-btn {
      padding-top: 0.25rem !important;
      margin-bottom: 0.25rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    form.search-fields .my-btn {
      margin-bottom: 0.25rem; } }
  form.search-fields .my-btn .button {
    width: 100%;
    height: 2.3125rem;
    padding: 0.5rem 0.25rem;
    margin-bottom: 0; }
    form.search-fields .my-btn .button .loading {
      padding-top: 0.8125rem; }
  @media only screen and (min-width: 64.063em) {
    form.search-fields .my-btn.no-padding-top {
      padding-top: 0 !important; } }
  form.search-fields .my-btn.small-margin-bottom {
    margin-bottom: 0.25rem !important; }

form.search-fields .panel {
  background: #FFFFFF;
  border-width: 1px; }

form.search-fields .table-results {
  display: block;
  font-size: 0.825rem;
  margin-bottom: 0.25rem; }
  form.search-fields .table-results span {
    font-weight: 700; }

form.search-fields .clear-filters {
  font-size: 0.825rem;
  position: relative;
  top: -1px; }

/* Hide - Show Filters */
.form-search .form_cont {
  max-height: 0;
  overflow: hidden; }

.form-search .form_cont.visible {
  max-height: 55rem; }
  @media only screen and (min-width: 40.063em) {
    .form-search .form_cont.visible {
      max-height: 25rem; } }

.form-search .form_cont.visible, .form-search .form_cont {
  transition: all 0.5s ease; }

/* Radio Switch inside form search */
/* Hide by default */
.switch-toggle a, .switch-light span span {
  display: none; }

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
  .switch-toggle {
    display: block;
    height: 2.3125rem;
    /* Outline the toggles when the inputs are focused
		*/
    position: relative;
    /* For callout panels in foundation
		*/
    padding: 0 !important;
    /* Generate styles for the multiple states */ }
  .switch-toggle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .switch-toggle a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .switch-toggle label, .switch-toggle > span {
    line-height: 30px;
    vertical-align: middle; }
  .switch-toggle input:focus ~ a, .switch-toggle input:focus + label {
    outline: none; }
  .switch-toggle input {
    position: absolute;
    opacity: 0; }
  .switch-toggle input + label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: center;
    line-height: 2.5; }
  .switch-toggle a {
    background: #feb691;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%; }
  .switch-toggle input:last-of-type:checked ~ a {
    left: 50%; }
  .switch-toggle.switch-3 label, .switch-toggle.switch-3 a {
    width: 33.33333%; }
  .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
    left: 33.33333%; }
  .switch-toggle.switch-3 input:checked:last-of-type ~ a {
    left: 66.66667%; }
  .switch-toggle.switch-4 label, .switch-toggle.switch-4 a {
    width: 25%; }
  .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
    left: 25%; }
  .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
    left: 50%; }
  .switch-toggle.switch-4 input:checked:last-of-type ~ a {
    left: 75%; }
  .switch-toggle.switch-5 label, .switch-toggle.switch-5 a {
    width: 20%; }
  .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
    left: 20%; }
  .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
    left: 40%; }
  .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
    left: 60%; }
  .switch-toggle.switch-5 input:checked:last-of-type ~ a {
    left: 80%; }
  .switch-candy {
    background-color: #2d3035;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #191b1e;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(255, 255, 255, 0.2); }
  .switch-candy label {
    color: #fff;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
  .switch-candy input:checked + label {
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  .switch-candy a {
    border: 1px solid #333;
    background-color: #70c66b;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45); }
  .switch-candy > span {
    color: #333;
    text-shadow: none; }
  .switch-candy span {
    color: #fff; }
  .switch-candy.switch-candy-blue a {
    background-color: #38a3d4; }
  .switch-candy.switch-candy-yellow a {
    background-color: #f5e560; }
  .switch-android {
    background-color: #464747;
    border-radius: 1px;
    color: #fff;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
    /* Selected ON switch-light
		 */ }
  .switch-android label {
    color: #fff; }
  .switch-android > span span {
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
  .switch-android > span span:first-of-type {
    opacity: 1; }
  .switch-android a {
    background-color: #666;
    border-radius: 1px;
    box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0; }
  .switch-android.switch-light input:checked ~ a {
    background-color: #0E88B1; }
  .switch-android.switch-light input:checked ~ span span:first-of-type {
    opacity: 0; }
  .switch-android.switch-light input:checked ~ span span:last-of-type {
    opacity: 1; }
  .switch-android.switch-toggle, .switch-android > span span {
    font-size: 85%;
    text-transform: uppercase; }
  .switch-ios.switch-light {
    color: #868686; }
  .switch-ios.switch-light a {
    left: 0;
    width: 30px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1); }
  .switch-ios.switch-light > span span {
    width: 100%;
    left: 0;
    opacity: 0; }
  .switch-ios.switch-light > span span:first-of-type {
    opacity: 1;
    padding-left: 30px; }
  .switch-ios.switch-light > span span:last-of-type {
    padding-right: 30px; }
  .switch-ios.switch-light > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100px;
    top: 0;
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0; }
  .switch-ios.switch-light input:checked ~ a {
    left: 100%;
    margin-left: -30px; }
  .switch-ios.switch-light input:checked ~ span:before {
    border-color: #53d76a;
    box-shadow: inset 0 0 0 30px #53d76a; }
  .switch-ios.switch-light input:checked ~ span span:first-of-type {
    opacity: 0; }
  .switch-ios.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff; }
  .switch-ios.switch-toggle {
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0; }
  .switch-ios.switch-toggle a {
    background-color: #53d76a;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .switch-ios.switch-toggle label {
    color: #868686; }
  .switch-ios input:checked + label {
    color: #3a3a3a; } }

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 1280px) {
  .switch-light, .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s; } }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }

/* Building our responsible tables */
.my-table {
  margin-bottom: 1.25rem;
  border-top: 1px solid #CDD7DC; }
  .my-table div.head {
    padding: 1rem 1.25rem;
    background: #eef1f3;
    border: 1px solid #CDD7DC;
    border-top: 0 none; }
    .my-table div.head h5 {
      line-height: 1.1;
      margin: 0;
      padding: 0;
      font-weight: 500;
      display: inline-block; }
    .my-table div.head a i {
      color: #282828;
      float: right;
      font-size: 1rem;
      position: relative;
      top: 6px; }
      @media only screen and (min-width: 64.063em) {
        .my-table div.head a i {
          font-size: 1.25rem;
          top: 8px; } }
    .my-table div.head .toggle-table i {
      float: right;
      position: relative;
      top: 7px;
      cursor: pointer;
      color: #282828; }
    .my-table div.head .toggle-table .loading {
      position: absolute;
      right: 1.5rem;
      top: 0.725rem; }
  .my-table div.resp-table {
    font-size: 0.925rem;
    line-height: 1.3; }
    .my-table div.resp-table .sorting-links {
      margin: .2rem 0 0; }
    .my-table div.resp-table .ordering-links {
      margin: .2rem 0 .25rem; }
    .my-table div.resp-table div.data-headers {
      background: #f0f3f5; }
    .my-table div.resp-table div.odd {
      background-color: white;
      border-bottom: 1px solid #d7dfe3; }
    .my-table div.resp-table div.even {
      background-color: #f5f7f8;
      border-bottom: 1px solid #d7dfe3; }
    .my-table div.resp-table div.data-headers, .my-table div.resp-table div.odd, .my-table div.resp-table div.even {
      border-left: 1px solid #CDD7DC;
      border-right: 1px solid #CDD7DC; }
    .my-table div.resp-table div.odd, .my-table div.resp-table div.even {
      padding: 1rem; }
      .my-table div.resp-table div.odd > .row > .columns, .my-table div.resp-table div.even > .row > .columns {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem; }
      .my-table div.resp-table div.odd .header-for-small, .my-table div.resp-table div.even .header-for-small {
        display: none; }
      .my-table div.resp-table div.odd .my-hide-only-small, .my-table div.resp-table div.even .my-hide-only-small {
        display: block; }
        @media only screen and (max-width: 40em) {
          .my-table div.resp-table div.odd .my-hide-only-small, .my-table div.resp-table div.even .my-hide-only-small {
            display: none; } }
    .my-table div.resp-table div.default {
      /* Its a class that indicates the Default Billing Profile */ }
    .my-table div.resp-table div.last {
      border-bottom: 1px solid #CDD7DC; }
    .my-table div.resp-table span {
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
      .my-table div.resp-table span.status {
        position: relative;
        top: -1px;
        text-align: center; }
        .my-table div.resp-table span.status .label {
          min-width: 5rem;
          white-space: normal; }
          .my-table div.resp-table span.status .label.error {
            margin-bottom: 0;
            display: inline-block !important;
            font-size: 0.6875rem;
            font-weight: 500;
            background-color: white; }
      .my-table div.resp-table span.email a, .my-table div.resp-table span.user_email a {
        border-bottom: 1px dotted; }
      @media only screen and (min-width: 64.063em) {
        .my-table div.resp-table span.email.ssl-email a, .my-table div.resp-table span.user_email.ssl-email a {
          display: inline-block;
          line-height: 1.3;
          max-height: 1.6rem;
          overflow: hidden;
          text-overflow: ellipsis; } }
      .my-table div.resp-table span.negative-balance {
        color: #ff585d; }
      .my-table div.resp-table span.positive-balance {
        color: #18BF93; }
      @media only screen and (min-width: 64.063em) {
        .my-table div.resp-table span.balance, .my-table div.resp-table span.total, .my-table div.resp-table span.amount, .my-table div.resp-table span.credit_before, .my-table div.resp-table span.credit_after, .my-table div.resp-table span.balance_before, .my-table div.resp-table span.balance_after {
          text-align: right; } }
      @media only screen and (min-width: 64.063em) {
        .my-table div.resp-table span.ex_date, .my-table div.resp-table span.date, .my-table div.resp-table span.sync_date, .my-table div.resp-table span.domains, .my-table div.resp-table span.enroll_date, .my-table div.resp-table span.update, .my-table div.resp-table span.order_date {
          text-align: center; } }
      .my-table div.resp-table span.ex_date small, .my-table div.resp-table span.enroll_date small, .my-table div.resp-table span.w-hours small {
        font-weight: 300;
        font-size: 100%;
        color: #c3c3c3;
        margin-left: 0.325rem; }
      @media only screen and (min-width: 64.063em) {
        .my-table div.resp-table span.ex_date.admin-timezone, .my-table div.resp-table span.enroll_date.admin-timezone, .my-table div.resp-table span.w-hours.admin-timezone {
          padding-right: 2rem;
          position: absolute;
          top: -4px;
          width: 100%; } }
      .my-table div.resp-table span.ex_date.admin-timezone small, .my-table div.resp-table span.enroll_date.admin-timezone small, .my-table div.resp-table span.w-hours.admin-timezone small {
        font-size: 70%; }
        @media only screen and (min-width: 64.063em) {
          .my-table div.resp-table span.ex_date.admin-timezone small, .my-table div.resp-table span.enroll_date.admin-timezone small, .my-table div.resp-table span.w-hours.admin-timezone small {
            display: block;
            margin-left: 0; } }
      .my-table div.resp-table span [data-attr-selection] {
        display: inline; }
    .my-table div.resp-table .is-right {
      display: inline;
      position: relative;
      top: 3px;
      color: #18BF93; }
      .my-table div.resp-table .is-right.second {
        color: #fd9662; }
    .my-table div.resp-table .id_protect {
      float: right; }
      .my-table div.resp-table .id_protect a.id_icon {
        display: block;
        width: 38px;
        height: 24px;
        overflow: hidden;
        text-indent: -9999px;
        text-align: left;
        background-size: 38px 24px;
        background: url("../img/sprites/main-sprite.png") no-repeat;
        background-position: -20px -2023px; }
        .my-table div.resp-table .id_protect a.id_icon.on {
          background-position: -20px -1979px;
          cursor: default; }
        .my-table div.resp-table .id_protect a.id_icon.warning {
          background-position: -74px -1979px; }
        .my-table div.resp-table .id_protect a.id_icon.off {
          background-position: -20px -2023px; }
        .my-table div.resp-table .id_protect a.id_icon.na {
          background-position: -74px -2023px;
          cursor: default; }
      .my-table div.resp-table .id_protect .id_protect_notice {
        word-break: initial; }
      .my-table div.resp-table .id_protect button.id_icon_action {
        width: inherit;
        font-size: 0.75rem;
        margin-bottom: 0;
        margin-top: 1rem;
        padding: 0.425rem 1.25rem 0.4875rem; }
    .my-table div.resp-table .el-promo {
      float: right; }
      .my-table div.resp-table .el-promo a.el_icon {
        display: block;
        width: 38px;
        height: 24px;
        overflow: hidden;
        text-indent: -9999px;
        text-align: left;
        background-size: 38px 24px;
        background: url("../img/sprites/sprite-el-domain.png") no-repeat;
        background-position: -20px -2023px; }
        .my-table div.resp-table .el-promo a.el_icon.connected {
          background-position: -15px -23px;
          cursor: default; }
        .my-table div.resp-table .el-promo a.el_icon.avail {
          background-position: -70px -23px; }
        .my-table div.resp-table .el-promo a.el_icon.conditionally {
          background-position: -15px -111px; }
        .my-table div.resp-table .el-promo a.el_icon.un_avail {
          background-position: -15px -67px; }
        .my-table div.resp-table .el-promo a.el_icon.unknown {
          background-position: -70px -67px;
          cursor: default; }
      .my-table div.resp-table .el-promo .el_notice {
        word-break: initial; }
        .my-table div.resp-table .el-promo .el_notice u {
          text-decoration: none; }
      .my-table div.resp-table .el-promo button.el_add_to_cart {
        width: inherit;
        font-size: 0.75rem;
        margin-bottom: 0;
        margin-top: 1rem;
        padding: 0.425rem 1.25rem 0.4875rem; }
    .my-table div.resp-table .has-document {
      display: inline-block; }
      .my-table div.resp-table .has-document a {
        color: #CDD7DC; }
      .my-table div.resp-table .has-document.active a {
        color: #18BF93; }
      .my-table div.resp-table .has-document.pending a {
        color: #fd9662; }
      .my-table div.resp-table .has-document i {
        font-size: 1.1875rem;
        position: relative;
        top: 1px; }
    .my-table div.resp-table .refund-status {
      display: inline; }
      .my-table div.resp-table .refund-status a {
        color: #CDD7DC; }
      .my-table div.resp-table .refund-status.approved a {
        color: #18BF93; }
      .my-table div.resp-table .refund-status.pending a {
        color: #fd9662; }
      .my-table div.resp-table .refund-status.rejected a {
        color: #ff585d; }
      .my-table div.resp-table .refund-status i {
        font-size: 1rem;
        position: relative;
        top: 3px; }
    .my-table div.resp-table .renew_before {
      display: inline-block;
      margin-right: 0.125rem; }
    .my-table div.resp-table small.timezone {
      display: block;
      color: #919191;
      font-weight: 300; }
    .my-table div.resp-table button, .my-table div.resp-table .button {
      margin-bottom: 0;
      padding: 0.34375rem 1rem 0.40625rem;
      font-size: 0.775rem; }
      @media only screen and (min-width: 64.063em) {
        .my-table div.resp-table button, .my-table div.resp-table .button {
          width: 100%;
          padding-left: 0.25rem;
          padding-right: 0.25rem; } }
      .my-table div.resp-table button.active, .my-table div.resp-table .button.active {
        background-color: #18BF93;
        cursor: default; }
      .my-table div.resp-table button.in-cart, .my-table div.resp-table .button.in-cart {
        background-color: #18BF93;
        cursor: default;
        pointer-events: none; }
      .my-table div.resp-table button .loading, .my-table div.resp-table .button .loading {
        height: 1.1875rem; }
      .my-table div.resp-table button span, .my-table div.resp-table .button span {
        padding: 0; }
  .my-table div.footer {
    padding-top: 0.7rem;
    padding-bottom: 0.7525rem; }
    .my-table div.footer .chosen-container-single {
      margin-bottom: 0; }
      .my-table div.footer .chosen-container-single .chosen-single {
        line-height: 2.2125rem; }
    .my-table div.footer .entries {
      text-align: center;
      font-size: 0.8125rem;
      padding: 0.8rem; }
      .my-table div.footer .entries span {
        font-weight: 700; }
    .my-table div.footer ul.pagination {
      margin-bottom: 0.25rem;
      margin-top: 0.75rem; }
      .my-table div.footer ul.pagination li a {
        border-radius: 0;
        padding: 0.05rem 0.275rem; }
      .my-table div.footer ul.pagination li.morePagesR, .my-table div.footer ul.pagination li.morePagesL {
        padding: 0; }
        .my-table div.footer ul.pagination li.morePagesR a:hover, .my-table div.footer ul.pagination li.morePagesL a:hover {
          background: none;
          cursor: default; }

/* Styles for medium up */
@media only screen and (min-width: 40.063em) and (min-width: 64.063em) {
  .my-table div.resp-table div.data-headers {
    border-bottom: 1px solid #CDD7DC;
    padding: 0 1rem; }
    .my-table div.resp-table div.data-headers > .row {
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .my-table div.resp-table div.data-headers > .row > .columns {
      border-right: 1px solid #d7dfe3;
      padding-top: 0.2rem;
      padding-bottom: 0.225rem; }
      .my-table div.resp-table div.data-headers > .row > .columns:last-child {
        border-right: none; }
    .my-table div.resp-table div.data-headers div.label-wrapper {
      position: relative; }
      .my-table div.resp-table div.data-headers div.label-wrapper span.header-label {
        font-size: 0.925rem;
        color: #282828;
        font-weight: 500;
        text-align: center; }
        .my-table div.resp-table div.data-headers div.label-wrapper span.header-label.smaller {
          font-size: 0.725rem;
          font-weight: 700;
          padding: 0.4rem 0; }
      .my-table div.resp-table div.data-headers div.label-wrapper i {
        float: right;
        position: absolute;
        cursor: pointer;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
        .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-up, .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-down {
          left: auto; }
          .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-up.active, .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-down.active {
            pointer-events: none;
            cursor: default; }
        .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-up {
          border-bottom: 8px solid;
          top: 0.3125rem;
          right: -0.4375rem; }
          .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-up.blue {
            border-bottom-color: #c1cdd3; }
            .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-up.blue:hover, .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-up.blue.active {
              border-bottom-color: #585858; }
        .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-down {
          border-top: 8px solid;
          top: 0.9375rem;
          right: -0.4375rem; }
          .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-down.blue {
            border-top-color: #c1cdd3; }
            .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-down.blue:hover, .my-table div.resp-table div.data-headers div.label-wrapper i.arrow-down.blue.active {
              border-top-color: #585858; }
    .my-table div.resp-table div.data-headers.v-middle div.label-wrapper {
      display: table-cell;
      height: 2.5rem;
      vertical-align: middle;
      width: 10%; }
      .my-table div.resp-table div.data-headers.v-middle div.label-wrapper i.arrow-up {
        top: 0.75rem; }
      .my-table div.resp-table div.data-headers.v-middle div.label-wrapper i.arrow-down {
        top: 1.375rem; }
  .my-table div.resp-table div.odd, .my-table div.resp-table div.even {
    padding: 0 1rem; }
    .my-table div.resp-table div.odd > .row, .my-table div.resp-table div.even > .row {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .my-table div.resp-table div.odd > .row > .columns, .my-table div.resp-table div.even > .row > .columns {
      border-right: 1px solid #d7dfe3;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; }
      .my-table div.resp-table div.odd > .row > .columns:last-child, .my-table div.resp-table div.even > .row > .columns:last-child {
        border-right: none; }
      .my-table div.resp-table div.odd > .row > .columns.no-border-right, .my-table div.resp-table div.even > .row > .columns.no-border-right {
        border-right: 0 none; }
    .my-table div.resp-table div.odd > .row > .columns.smaller-padding, .my-table div.resp-table div.even > .row > .columns.smaller-padding {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    .my-table div.resp-table div.odd > .row > .columns.smallest-padding, .my-table div.resp-table div.even > .row > .columns.smallest-padding {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
  .my-table div.resp-table span {
    display: block;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
    .my-table div.resp-table span .label {
      display: inline-block !important; }
  .my-table div.resp-table .has-document {
    float: right; }
  .my-table div.resp-table .refund-status a i {
    position: absolute;
    right: 0;
    top: 7px; }
  .my-table div.resp-table .is-right {
    position: absolute;
    right: 0;
    top: 6px; }
    .my-table div.resp-table .is-right.second {
      right: 1.25rem; } }

@media only screen and (min-width: 40.063em) {
  .my-table div.footer ul {
    margin-bottom: 0; }
    .my-table div.footer ul.pagination {
      float: right;
      margin-top: 0.35rem; }
      .my-table div.footer ul.pagination li a {
        padding: 0.05rem 0.45rem; } }

@media only screen and (max-width: 64em) {
  .my-table {
    border-top: 0 none; }
    .my-table div.head {
      background: #CDD7DC;
      margin-bottom: 0.75rem; }
    .my-table div.resp-table div.odd, .my-table div.resp-table div.even {
      background-color: white;
      border-top: 1px solid #CDD7DC;
      border-bottom: 1px solid #CDD7DC;
      margin-bottom: 1.75rem;
      padding: 0 1.75rem 0; }
      .my-table div.resp-table div.odd > .row > .columns, .my-table div.resp-table div.even > .row > .columns {
        border-bottom: 1px solid #d7dfe3;
        padding: 0.75rem 0.5rem; }
        .my-table div.resp-table div.odd > .row > .columns:last-child, .my-table div.resp-table div.even > .row > .columns:last-child {
          border-bottom: none; }
      .my-table div.resp-table div.odd .header-for-small, .my-table div.resp-table div.even .header-for-small {
        display: block;
        position: relative;
        margin-bottom: 0;
        margin-left: -1.75rem;
        margin-right: -1.75rem;
        background-color: #CDD7DC;
        padding: 1.25rem 1rem; }
        .my-table div.resp-table div.odd .header-for-small span, .my-table div.resp-table div.even .header-for-small span {
          font-size: 1.125rem;
          font-weight: 500;
          color: #282828;
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block; }
    .my-table div.resp-table .label-for-small {
      font-size: 0.85rem;
      color: #717171;
      font-weight: 300 !important; }
      .my-table div.resp-table .label-for-small small.timezone {
        display: inline-block;
        margin-left: 0.2rem;
        font-size: 100%;
        color: #717171; }
        .my-table div.resp-table .label-for-small small.timezone:before {
          content: "(";
          display: inline-block; }
        .my-table div.resp-table .label-for-small small.timezone:after {
          content: ")";
          display: inline-block; }
    .my-table div.resp-table span {
      font-size: 1rem;
      font-weight: 400; }
      .my-table div.resp-table span.status {
        top: 0;
        display: inline-block;
        margin-top: 2px;
        margin-bottom: 1px; }
        .my-table div.resp-table span.status .label {
          font-size: 0.6875rem; }
      .my-table div.resp-table span.ex_date.admin-timezone, .my-table div.resp-table span.enroll_date.admin-timezone, .my-table div.resp-table span.w-hours.admin-timezone {
        position: relative;
        top: 0; }
        .my-table div.resp-table span.ex_date.admin-timezone small, .my-table div.resp-table span.enroll_date.admin-timezone small, .my-table div.resp-table span.w-hours.admin-timezone small {
          display: inline-block;
          font-size: 100%;
          margin-left: 0.2rem; }
      .my-table div.resp-table span.email a, .my-table div.resp-table span.user_email a {
        border-bottom: 0 none; }
    .my-table div.resp-table .id_protect a.id_icon.na {
      display: none; }
    .my-table div.resp-table .button {
      padding: 0.54375rem 1.75rem 0.60625rem; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .my-table div.resp-table .label-for-small small.timezone {
    display: block;
    font-size: 80%;
    margin-left: 0; } }

@-moz-document url-prefix() {
  .my-table div.resp-table span.status .label {
    padding-bottom: 0.3125rem !important; }
  @media only screen and (max-width: 64em) {
    .my-table div.resp-table div.odd .header-for-small, .my-table div.resp-table div.even .header-for-small {
      padding: 1.25rem 1.25rem 0.925rem; } } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .my-table div.resp-table span.status .label {
    padding-bottom: 0.3125rem !important; } }

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 64em) {
  .my-table div.resp-table div.odd .header-for-small, .my-table div.resp-table div.even .header-for-small {
    padding: 1.25rem 1.25rem 0.925rem; } }

@media only screen and (max-width: 64em) {
  ::i-block-chrome, .my-table div.resp-table div.odd .header-for-small {
    padding: 1rem 1.25rem 1.125rem; } }

@media only screen and (max-width: 64em) {
  ::i-block-chrome, .my-table div.resp-table div.even .header-for-small {
    padding: 1rem 1.25rem 1.125rem; } }

/**********************************************************************
 New Backend Responsive Tables Based on Custom List - Development stage

 resources\views\static\test\backend.blade.php
************************************************************************/
.custom-list.backend .item.header ul li .arrows-wrapper {
  position: absolute;
  right: 1.125rem;
  top: 6px; }
  .custom-list.backend .item.header ul li .arrows-wrapper i {
    float: right;
    position: absolute;
    cursor: pointer;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
    .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-up, .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-down {
      left: auto; }
      .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-up.active, .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-down.active {
        pointer-events: none;
        cursor: default; }
    .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-up {
      border-bottom: 8px solid;
      top: 0.3125rem;
      border-bottom-color: #c1cdd3; }
      .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-up:hover, .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-up.active {
        border-bottom-color: #585858; }
    .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-down {
      border-top: 8px solid;
      top: 0.9375rem;
      border-top-color: #c1cdd3; }
      .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-down:hover, .custom-list.backend .item.header ul li .arrows-wrapper i.arrow-down.active {
        border-top-color: #585858; }

@media only screen and (min-width: 64.063em) {
  .custom-list.backend .w-5 {
    width: 5%; }
  .custom-list.backend .w-10 {
    width: 10%; }
  .custom-list.backend .w-15 {
    width: 15%; }
  .custom-list.backend .w-20 {
    width: 20%; }
  .custom-list.backend .w-25 {
    width: 25%; }
  .custom-list.backend .w-30 {
    width: 30%; }
  .custom-list.backend .w-35 {
    width: 35%; }
  .custom-list.backend .id {
    width: 5%; }
  .custom-list.backend .item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem; } }

.custom-list.backend .b-line {
  display: block; }

.custom-list.backend span {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
  .custom-list.backend span.status {
    position: relative;
    top: -1px;
    text-align: center; }
    .custom-list.backend span.status .label {
      min-width: 6.625rem;
      white-space: normal; }
      .custom-list.backend span.status .label.error {
        margin-bottom: 0;
        display: inline-block !important;
        font-size: 0.6875rem;
        font-weight: 500;
        background-color: white; }

#enrolment_options_container .panel {
  background: white;
  position: relative;
  -moz-box-shadow: 0 2px 0 #c1cdd3;
  -webkit-box-shadow: 0 2px 0 #c1cdd3;
  box-shadow: 0 2px 0 #c1cdd3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.75rem 1.75rem 0.875rem 1.75rem;
  margin-bottom: 0; }
  #enrolment_options_container .panel .button {
    min-height: 46px;
    padding-top: 0.8rem; }

#installation-disclaimer {
  font-size: 0.75rem; }

@media only screen and (max-width: 40em) {
  .custom-tabs ul.inline-list li {
    width: 100%; } }

.custom-tabs ul.inline-list li .button {
  background-color: #EBEFF1;
  color: #a8b9c2;
  border: 1px solid #CDD7DC;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.75rem;
  text-align: center;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s; }
  @media only screen and (max-width: 40em) {
    .custom-tabs ul.inline-list li .button {
      width: 82%; } }
  .custom-tabs ul.inline-list li .button:hover {
    background-color: white;
    border: 1px solid #18BF93;
    color: #18BF93; }
  .custom-tabs ul.inline-list li .button.active {
    background-color: #18BF93;
    border: 1px solid #18BF93;
    color: white; }

.custom-tabs ul.inline-list li input {
  margin-bottom: 0;
  margin-right: 0.25rem;
  position: relative;
  top: 1px; }

.custom-tabs .content {
  padding: 1rem 0; }
  .custom-tabs .content p {
    line-height: 1.4; }
  .custom-tabs .content ul {
    font-size: 0.925rem;
    margin-bottom: 0; }
    .custom-tabs .content ul li {
      line-height: 1.2;
      margin-bottom: 0.5rem; }
      .custom-tabs .content ul li span {
        overflow-wrap: break-word;
        word-wrap: break-word;
        display: block; }

/* Dashboard Styles */
.dashboard-wrapper {
  margin-bottom: -2.75rem; }
  .dashboard-wrapper .wrapper {
    padding: 4rem 0; }
    .dashboard-wrapper .wrapper.light-grey {
      background-color: #EBEFF1; }
  .dashboard-wrapper .alert-box {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    padding-right: 3rem;
    font-weight: 300; }
    .dashboard-wrapper .alert-box strong {
      font-weight: 700;
      letter-spacing: 0.5px; }
    .dashboard-wrapper .alert-box .close {
      color: #ffffff;
      opacity: 0.8;
      right: 0.75rem;
      top: 1.625rem; }
      .dashboard-wrapper .alert-box .close:hover {
        opacity: 1; }

.account-info {
  padding: 1rem 0 1.875rem; }
  .account-info .user-container, .account-info .user-info {
    border: 1px solid #CDD7DC;
    padding: 1.25rem; }
  .account-info .user-container h5 {
    margin-top: -0.225rem; }
  .account-info .user-container .info {
    display: table; }
    .account-info .user-container .info i, .account-info .user-container .info .user-details {
      display: table-cell; }
    .account-info .user-container .info i {
      font-size: 4rem;
      min-width: 4rem;
      padding-right: 1rem; }
    .account-info .user-container .info .user-details {
      vertical-align: middle; }
      .account-info .user-container .info .user-details span {
        display: block;
        margin-bottom: 0.425rem; }
        .account-info .user-container .info .user-details span.minimum strong {
          min-width: 7rem;
          display: inline-table; }
        .account-info .user-container .info .user-details span.verify-link {
          display: inline;
          margin-left: 0.25rem;
          font-size: 0.85rem; }
          .account-info .user-container .info .user-details span.verify-link a {
            font-size: 0.85rem; }
      .account-info .user-container .info .user-details span, .account-info .user-container .info .user-details a {
        font-size: 0.95rem; }
  @media only screen and (max-width: 40em) {
    .account-info .user-info {
      position: relative;
      top: -1px;
      padding-top: 1.75rem; }
      .account-info .user-info ul li:first-of-type {
        margin-bottom: 1.25rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .account-info .user-info {
      position: relative;
      top: -1px;
      padding-top: 1.75rem; } }
  @media only screen and (min-width: 40.063em) {
    .account-info .user-info ul li {
      padding-bottom: 0; }
      .account-info .user-info ul li:first-of-type {
        padding-right: 1.75rem; }
        .account-info .user-info ul li:first-of-type::after {
          background-color: #CDD7DC;
          content: "";
          display: block;
          height: 60%;
          left: 50%;
          position: absolute;
          top: 20%;
          width: 1px; }
      .account-info .user-info ul li:last-of-type {
        padding-left: 1.75rem; } }
  .account-info .user-info .tile {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0.675rem;
    border: 0 none;
    margin-bottom: 0; }
    .account-info .user-info .tile .t-right i {
      top: 0;
      right: 0.25rem; }
  .account-info .user-info p, .account-info .user-info a {
    font-size: 0.95rem;
    line-height: 1.1rem;
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .account-info .user-info.admin ul li:first-of-type {
      padding-right: 0.625rem; }
      .account-info .user-info.admin ul li:first-of-type::after {
        content: none; }
    .account-info .user-info.admin ul li:last-of-type {
      padding-left: 0.625rem; }
      .account-info .user-info.admin ul li:last-of-type .tile {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; } }
  @media only screen and (max-width: 40em) {
    .account-info .user-info.admin {
      position: relative;
      top: -1px;
      padding-top: 1.75rem; }
      .account-info .user-info.admin ul li:first-of-type {
        margin-bottom: 0; }
      .account-info .user-info.admin ul li:last-of-type .tile {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; } }
  .account-info .user-info.admin .tile {
    font-size: 0.95rem;
    border-bottom: 1px solid #CDD7DC;
    margin-bottom: 1.25rem; }
    .account-info .user-info.admin .tile.more-padding {
      padding-bottom: 2.25rem; }
    .account-info .user-info.admin .tile .t-left .label {
      margin-bottom: 0.5rem; }
    .account-info .user-info.admin .tile .t-left .number {
      font-weight: 500; }
    .account-info .user-info.admin .tile .t-left .content {
      padding-top: 0.5rem; }
      .account-info .user-info.admin .tile .t-left .content strong {
        color: #282828; }
      .account-info .user-info.admin .tile .t-left .content .date i {
        font-size: 0.75rem; }
      @media only screen and (min-width: 64.063em) {
        .account-info .user-info.admin .tile .t-left .content .date {
          position: absolute;
          right: 0;
          top: 4rem; } }
      .account-info .user-info.admin .tile .t-left .content ul.inline-list {
        margin-bottom: 0; }
        .account-info .user-info.admin .tile .t-left .content ul.inline-list > li > * {
          display: inline-block; }
        .account-info .user-info.admin .tile .t-left .content ul.inline-list li {
          font-size: 0.95rem; }
  .account-info.hosting {
    padding: 0 0 2rem;
    margin-top: 0; }
    .account-info.hosting .user-container {
      border: 0 none;
      padding: 0; }
      .account-info.hosting .user-container h5 {
        margin-top: -0.225rem; }
    .account-info.hosting .user-actions {
      display: table-cell;
      vertical-align: bottom;
      padding-left: 2rem; }
      .account-info.hosting .user-actions .button {
        margin-bottom: 0.25rem; }
    @media only screen and (min-width: 64.063em) {
      .account-info.hosting {
        margin-top: -1.5rem; } }
    @media only screen and (max-width: 40em) {
      .account-info.hosting .user-container {
        display: block; }
        .account-info.hosting .user-container .info {
          display: block; }
          .account-info.hosting .user-container .info i {
            display: block;
            margin-bottom: 1rem; }
      .account-info.hosting .user-actions {
        display: block;
        margin-top: 1rem;
        padding-left: 0; } }

.services-overview {
  padding-bottom: 4rem; }
  .services-overview .services_wrapper {
    background-color: white;
    margin-bottom: 1.25rem;
    position: relative; }
    .services-overview .services_wrapper .blocks {
      border: 1px solid #CDD7DC;
      border-bottom: 0 none; }
      .services-overview .services_wrapper .blocks .total {
        display: block;
        text-align: center;
        padding: 1.25rem;
        color: #585858;
        height: inherit;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        @media only screen and (min-width: 64.063em) {
          .services-overview .services_wrapper .blocks .total {
            padding-top: 2.25rem; } }
        .services-overview .services_wrapper .blocks .total:hover {
          color: #282828; }
          .services-overview .services_wrapper .blocks .total:hover .title::after {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
        .services-overview .services_wrapper .blocks .total::after {
          position: absolute;
          top: 0.825rem;
          left: 1rem;
          font-family: 'icomoon';
          color: #CDD7DC; }
        .services-overview .services_wrapper .blocks .total .number {
          font-size: 3.5rem;
          font-weight: 400;
          margin-bottom: 0.25rem;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          @media only screen and (min-width: 40.063em) {
            .services-overview .services_wrapper .blocks .total .number {
              font-size: 4.5rem; } }
          .services-overview .services_wrapper .blocks .total .number.admin {
            font-size: 2.875rem;
            margin-top: 1rem;
            font-weight: 500; }
        .services-overview .services_wrapper .blocks .total .title {
          font-size: 1.25rem;
          position: relative;
          overflow: hidden;
          padding-bottom: 0.4rem;
          letter-spacing: -0.35px;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .services-overview .services_wrapper .blocks .total .title::after {
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            transform: translate3d(-100%, 0px, 0px);
            -webkit-transform: translate3d(-100%, 0, 0);
            -moz-transition: transform 0.35s ease 0s;
            -o-transition: transform 0.35s ease 0s;
            -webkit-transition: transform 0.35s ease 0s;
            transition: transform 0.35s ease 0s;
            width: 100%; }
      .services-overview .services_wrapper .blocks .warnings .number {
        font-size: 1.875rem;
        font-weight: 400;
        padding-top: 1.25rem;
        line-height: 1; }
      .services-overview .services_wrapper .blocks .warnings .title {
        font-size: 0.875rem;
        line-height: 1.2;
        padding-bottom: 0.1875rem;
        color: #585858; }
      .services-overview .services_wrapper .blocks .warnings ul {
        margin: 0; }
        .services-overview .services_wrapper .blocks .warnings ul li {
          padding-bottom: 0.6rem;
          -moz-transition: all 0.25s ease-in;
          -o-transition: all 0.25s ease-in;
          -webkit-transition: all 0.25s ease-in;
          transition: all 0.25s ease-in;
          border-top: 1px solid #CDD7DC; }
          @media only screen and (min-width: 64.063em) {
            .services-overview .services_wrapper .blocks .warnings ul li {
              border-left: 1px solid #CDD7DC;
              border-top: 0 none; } }
          .services-overview .services_wrapper .blocks .warnings ul li:hover {
            background-color: #eef1f3; }
          .services-overview .services_wrapper .blocks .warnings ul li.warn {
            border-right: 1px solid #CDD7DC; }
            @media only screen and (min-width: 64.063em) {
              .services-overview .services_wrapper .blocks .warnings ul li.warn {
                border-right: 0 none;
                border-bottom: 1px solid #CDD7DC; } }
            .services-overview .services_wrapper .blocks .warnings ul li.warn .number {
              color: #fd9662; }
          .services-overview .services_wrapper .blocks .warnings ul li.expired .number {
            color: #ff585d; }
    .services-overview .services_wrapper .button {
      padding: 1.25rem;
      display: block; }
    .services-overview .services_wrapper.domains .blocks .total::after {
      content: "\e64e";
      font-size: 1.625rem; }
    .services-overview .services_wrapper.domains .blocks .total .title::after {
      background-color: #ff585d; }
    .services-overview .services_wrapper.domains .button {
      background-color: #ff585d; }
      .services-overview .services_wrapper.domains .button:hover {
        background-color: #ff131a; }
    .services-overview .services_wrapper.hosting .blocks .total::after {
      content: "\e908";
      font-size: 1.825rem; }
    .services-overview .services_wrapper.hosting .blocks .total .title::after {
      background-color: #20b6db; }
    .services-overview .services_wrapper.hosting .button {
      background-color: #20b6db; }
      .services-overview .services_wrapper.hosting .button:hover {
        background-color: #1a92af; }
    .services-overview .services_wrapper.ssl .blocks .total::after {
      content: "\e280";
      font-size: 1.825rem; }
    .services-overview .services_wrapper.ssl .blocks .total .title::after {
      background-color: #18bf93; }
    .services-overview .services_wrapper.ssl .button {
      background-color: #18bf93; }
      .services-overview .services_wrapper.ssl .button:hover {
        background-color: #139976; }

.quick-actions {
  margin-bottom: 0.75rem; }
  .quick-actions .panel {
    background-color: white;
    border: 1px solid #CDD7DC;
    position: relative;
    transition: all 0.3s ease-in-out;
    /*
		&::before{
            content: "";
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            opacity: 0;
            width: 100%;
            height: 100%;
            @include shadow(0, 1px, 6px, scale-color($my-black, $lightness: 55%));
            @include transition(opacity 0.3s ease-in-out);
        }
        */ }
    @media only screen and (min-width: 64.063em) {
      .quick-actions .panel {
        padding-top: 2.25rem;
        padding-bottom: 1.75rem;
        max-height: 9.5rem; } }
    .quick-actions .panel:hover .icon {
      color: #008ee0; }
    .quick-actions .panel:hover p {
      color: #282828; }
      .quick-actions .panel:hover p::after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .quick-actions .panel:hover::before {
      opacity: 1; }
    .quick-actions .panel .icon {
      font-size: 2.75rem;
      margin-bottom: 1rem;
      color: #20b8dd;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .quick-actions .panel p {
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      position: relative;
      overflow: hidden;
      padding-bottom: 0.4rem;
      margin-bottom: 0;
      line-height: 1.2;
      font-size: 0.925rem;
      font-weight: 500; }
      .quick-actions .panel p::after {
        background-color: #008ee0;
        bottom: 0;
        content: "";
        height: 2px;
        left: -0.075rem;
        position: absolute;
        transform: translate3d(-100%, 0px, 0px);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transition: transform 0.35s ease 0s;
        -o-transition: transform 0.35s ease 0s;
        -webkit-transition: transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s;
        width: 100%; }
  .quick-actions .box-unpaid-orders .panel span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fd9662;
    color: white;
    font-size: 0.875rem;
    font-weight: 700;
    height: 1.5rem;
    line-height: 1.7;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    width: 1.5rem; }

.quick-search {
  margin-bottom: 0.75rem; }

.support-offers .support .head {
  background-color: #7adbc8;
  background: url("../img/back-end/support.jpg") no-repeat scroll left 0, #7adbc8;
  background-size: 305px 204px;
  width: 100%;
  height: 204px; }

.support-offers .support .content {
  border: 1px solid #CDD7DC;
  border-top: 0 none;
  min-height: 12.75rem;
  padding-top: 2rem; }
  @media only screen and (min-width: 64.063em) {
    .support-offers .support .content {
      border-left: 0 none;
      border-top: 1px solid #CDD7DC; } }
  .support-offers .support .content h4 {
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center; }
  .support-offers .support .content a {
    display: inline-block;
    margin-bottom: 1.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #585858;
    font-size: 0.925rem;
    font-weight: 400;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .support-offers .support .content a i {
      display: block;
      font-size: 2.0625rem;
      margin-bottom: 0.25rem;
      color: #5fd4bd;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .support-offers .support .content a:hover {
      color: #282828; }
      .support-offers .support .content a:hover i {
        color: #2fae96; }

.support-offers .offer {
  position: relative;
  /* Effect */ }
  .support-offers .offer figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    background-color: #2c3d46; }
    .support-offers .offer figure img {
      position: relative;
      display: block;
      -moz-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .support-offers .offer figure figcaption {
      padding: 2rem;
      position: absolute;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .support-offers .offer figure.effect figcaption {
    top: auto;
    bottom: 0;
    padding: 1rem;
    height: 3.75rem;
    background: white;
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .support-offers .offer figure.effect a {
    float: left;
    padding: 0.125rem;
    font-weight: 400; }
  .support-offers .offer figure.effect p.description {
    position: absolute;
    top: -10rem;
    padding: 2rem;
    font-size: 1rem;
    color: white;
    opacity: 0;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
    backface-visibility: hidden; }
    @media only screen and (min-width: 64.063em) {
      .support-offers .offer figure.effect p.description {
        font-size: 1.125rem;
        top: -11.5rem; } }
  .support-offers .offer figure.effect a {
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
  .support-offers .offer figure.effect:hover p.description {
    opacity: 1; }
  .support-offers .offer figure.effect:hover img {
    opacity: 0.05; }
  .support-offers .offer figure.effect:hover figcaption, .support-offers .offer figure.effect:hover a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .support-offers .offer figure.effect:hover a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s; }

.account-login {
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  text-align: center; }
  @media only screen and (min-width: 64.063em) {
    .account-login {
      margin-top: 3rem; } }
  .account-login h2, .account-login h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 300; }
    .account-login h2:after, .account-login h3:after {
      content: "";
      display: block;
      height: 3px;
      margin: 1rem auto 0;
      width: 9.375rem;
      background-color: #fd9662; }
    @media only screen and (max-width: 40em) {
      .account-login h2, .account-login h3 {
        font-size: 1.625rem;
        font-weight: 400; } }

@media only screen and (min-width: 64.063em) {
  #all-forms {
    margin-bottom: 5rem;
    margin-top: 3rem; } }

#all-forms .tabs .tab-title {
  text-align: center;
  width: 50%;
  margin-bottom: 2rem !important; }
  #all-forms .tabs .tab-title > a {
    background-color: white;
    color: #aabbc4;
    border: 1px solid #bcc9d0;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    width: 91.5%;
    line-height: 1.3;
    padding: 0.75rem;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s; }
    #all-forms .tabs .tab-title > a small {
      display: block;
      font-size: 50%;
      font-weight: 300; }
  #all-forms .tabs .tab-title > a:hover {
    border: 1px solid #18BF93;
    color: #18BF93; }
  #all-forms .tabs .tab-title.active a {
    background-color: #18BF93;
    border: 1px solid #18BF93;
    color: white; }

#all-forms .accordion .accordion-navigation .content.active {
  border-bottom: 0 none; }
  @media only screen and (max-width: 40em) {
    #all-forms .accordion .accordion-navigation .content.active {
      background-color: #f1f4f5; } }

#all-forms form {
  padding: 0 0 0.75rem; }
  @media only screen and (max-width: 40em) {
    #all-forms form {
      padding: 0.25rem 0.5rem; } }

#reset-forms .panel.reset-container {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #c1cdd3; }

#reset-forms .panel.callout {
  border-width: 1px;
  font-size: 0.95rem;
  line-height: 1.4; }
  #reset-forms .panel.callout p {
    font-size: 0.95rem;
    line-height: 1.4; }

#reset-forms a.link {
  display: inline-block;
  margin-top: 1rem; }

#reset-forms .account-suspended-msg .alert-box.alert {
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 1.25rem; }

#all-forms form label, #reset-forms form label {
  font-weight: 500; }
  @media only screen and (min-width: 64.063em) {
    #all-forms form label, #reset-forms form label {
      text-align: right; } }

#all-forms .button, #all-forms button, #reset-forms .button, #reset-forms button {
  padding: 0.725rem 1.25rem 0.7875rem; }
  #all-forms .button .loading .spinner, #all-forms button .loading .spinner, #reset-forms .button .loading .spinner, #reset-forms button .loading .spinner {
    left: 9px;
    position: relative; }

#all-forms hr, #reset-forms hr {
  margin: 1.25rem 0 0.5rem; }

.notify-actions {
  margin-left: 7.625rem; }
  @media only screen and (max-width: 40em) {
    .notify-actions {
      margin-left: 0; } }
  .notify-actions .f-dropdown {
    background: white;
    border: 1px solid #CDD7DC; }
    .notify-actions .f-dropdown:before {
      border: none; }
    .notify-actions .f-dropdown:after {
      border: none; }
    .notify-actions .f-dropdown > li a {
      color: #585858; }
    .notify-actions .f-dropdown > li:hover, .notify-actions .f-dropdown > li.focus {
      background-color: #EBEFF1;
      color: #585858; }

.read-all {
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .read-all {
      top: 0.85rem; } }

.notifyer {
  margin-bottom: 0; }
  .notifyer:before {
    content: "";
    position: absolute;
    left: 4.0625rem;
    top: 0;
    bottom: 0;
    background: #CDD7DC;
    width: 1px; }
  .notifyer .notification {
    font-size: 0.95rem;
    margin: 0 0 0.9375rem 7.625rem;
    border: 1px solid #CDD7DC;
    background-color: #f0f3f5;
    position: relative;
    padding: 1.25rem; }
    .notifyer .notification:last-of-type {
      margin-bottom: 0; }
    .notifyer .notification .date {
      background-color: #f0f3f5;
      font-size: 0.825rem;
      border: 1px solid #CDD7DC;
      left: -7.5625rem;
      margin-top: -1.0625rem;
      padding: 0.25rem 0.75rem;
      position: absolute;
      top: 50%; }
    .notifyer .notification .content .label {
      margin-bottom: 0.75rem;
      padding: 0.35rem 1rem;
      position: relative;
      top: -2px; }
    .notifyer .notification .content .title {
      line-height: 1.3;
      font-size: 0.925rem;
      font-weight: 500;
      margin-bottom: 0; }
    .notifyer .notification .content .message {
      line-height: 1.4;
      font-size: 0.875rem;
      margin-bottom: 0;
      margin-top: 0.325rem; }
    .notifyer .notification .actions {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem; }
      .notifyer .notification .actions .delete {
        color: #989898;
        font-size: 1.125rem;
        line-height: 1; }
        .notifyer .notification .actions .delete:hover {
          color: #ff585d; }
  @media only screen and (max-width: 40em) {
    .notifyer:before {
      content: none; }
    .notifyer .notification {
      margin: 1.5rem 0 1rem; }
      .notifyer .notification .date {
        display: inline-block;
        position: static;
        margin-bottom: 1rem;
        background-color: white; } }

#newsletterConfirmationNotice > span {
  margin-bottom: .75rem; }

#newsletterConfirmationNotice > button {
  width: 180px;
  height: 41px;
  vertical-align: top; }

/* Specific refinement styles for checkout in back-end */
#checkout-summary h1, .payment-options h1 {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40.063em) {
    #checkout-summary h1, .payment-options h1 {
      margin-bottom: 3rem; } }

#checkout-summary hr, .payment-options hr {
  border-color: #d2dbe0; }

#checkout-summary p.smaller, .payment-options p.smaller {
  font-size: 0.925rem;
  line-height: 1.3; }

#checkout-summary .payment-methods {
  padding-top: 0;
  padding-bottom: 1rem;
  background-color: white; }
  #checkout-summary .payment-methods ol {
    margin-bottom: 0;
    line-height: 1.3; }
    #checkout-summary .payment-methods ol li:not(:last-child) {
      margin-bottom: 0.825rem; }

.payment-options {
  margin: 1rem 0; }

.suggestions header {
  margin-bottom: 2.5rem; }
  .suggestions header h3 {
    font-weight: 400; }
  .suggestions header p {
    line-height: 1.4; }
  .suggestions header h3, .suggestions header p {
    margin-bottom: 0; }
  @media only screen and (min-width: 64.063em) {
    .suggestions header h3, .suggestions header p {
      text-align: center; }
    .suggestions header p {
      font-size: 1.2rem; } }

.suggestions .overview a {
  /* Fix for Microsoft Edge */
  color: transparent; }
  .suggestions .overview a .panel {
    background-color: #e8edef;
    padding: 1.25rem 1.25rem 1.5rem;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    -moz-box-shadow: 0 2px 0 #c1cdd3;
    /* FF3.5+ */
    -webkit-box-shadow: 0 2px 0 #c1cdd3;
    /* Saf3.0+, Chrome */
    box-shadow: 0 2px 0 #c1cdd3;
    /* Opera 10.5, IE9 */
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .suggestions .overview a .panel {
        padding: 1.75rem 2rem 1.75rem; } }
    @media only screen and (min-width: 64.063em) and (max-width: 90em) {
      .suggestions .overview a .panel {
        padding: 2rem 1rem 1rem; } }
    @media only screen and (min-width: 64.063em) {
      .suggestions .overview a .panel {
        padding: 2rem 1.25rem 1.5rem; } }
    .suggestions .overview a .panel:hover {
      background: #FFFFFF;
      box-shadow: none; }
      .suggestions .overview a .panel:hover .icon i {
        color: white; }
      .suggestions .overview a .panel:hover p {
        -moz-transition: opacity 0.8s, transform 0.8s;
        -o-transition: opacity 0.8s, transform 0.8s;
        -webkit-transition: opacity 0.8s, transform 0.8s;
        transition: opacity 0.8s, transform 0.8s; }
        .suggestions .overview a .panel:hover p.content {
          visibility: hidden;
          opacity: 0; }
        .suggestions .overview a .panel:hover p.h-content {
          opacity: 1;
          visibility: visible;
          position: relative; }
      .suggestions .overview a .panel:hover .button {
        background: #0070b1; }
    .suggestions .overview a .panel::after {
      content: "";
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      -moz-box-shadow: 0 1px 6px #b3b3b3;
      /* FF3.5+ */
      -webkit-box-shadow: 0 1px 6px #b3b3b3;
      /* Saf3.0+, Chrome */
      box-shadow: 0 1px 6px #b3b3b3;
      /* Opera 10.5, IE9 */
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .suggestions .overview a .panel:hover::after {
      opacity: 1; }
    .suggestions .overview a .panel h3, .suggestions .overview a .panel h2 {
      font-size: 1.75rem;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1.4;
      margin-top: 0;
      margin-bottom: 0rem; }
      @media only screen and (max-width: 40em) {
        .suggestions .overview a .panel h3, .suggestions .overview a .panel h2 {
          font-size: 1.5rem;
          line-height: 1.1;
          margin-bottom: 0.25rem; } }
      @media only screen and (min-width: 64.063em) and (max-width: 90em) {
        .suggestions .overview a .panel h3, .suggestions .overview a .panel h2 {
          font-size: 1.5rem; } }
    .suggestions .overview a .panel p {
      font-size: 0.925rem;
      line-height: 1.5; }
      .suggestions .overview a .panel p.subheading {
        width: 100%;
        border-bottom: 0 none;
        color: #31444e;
        font-size: 0.775rem;
        font-weight: 500;
        padding-bottom: 0.25rem;
        margin: 0 auto 1.25rem; }
        @media only screen and (min-width: 64.063em) {
          .suggestions .overview a .panel p.subheading {
            width: 85%; } }
      .suggestions .overview a .panel p.content {
        opacity: 1;
        visibility: visible;
        position: relative; }
      .suggestions .overview a .panel p.h-content {
        visibility: hidden;
        opacity: 0;
        margin-bottom: 0; }
      .suggestions .overview a .panel p.m-italics {
        font-style: italic; }
      .suggestions .overview a .panel p i {
        vertical-align: middle; }
    .suggestions .overview a .panel .icon {
      margin: 0 auto;
      width: 8rem;
      margin-top: 0.25rem;
      margin-bottom: 2rem; }
      .suggestions .overview a .panel .icon:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-color: #EEF1F3;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .suggestions .overview a .panel .icon i {
        float: left;
        width: 100%;
        padding-top: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        text-align: center;
        font-size: 4.0625rem;
        -moz-transition: all 0.3s ease-out 0.1s;
        -o-transition: all 0.3s ease-out 0.1s;
        -webkit-transition: all 0.3s ease-out 0.1s;
        transition: all 0.3s ease-out 0.1s; }
        @media only screen and (min-width: 40.063em) and (max-width: 64em) {
          .suggestions .overview a .panel .icon i {
            font-size: 3.5625rem; } }
    .suggestions .overview a .panel .button {
      width: 100%;
      padding: 0.8rem 1rem 0.8625rem;
      margin-bottom: 0;
      margin-top: 2rem; }

.suggestions .overview.hosting .panel {
  background-color: white;
  border: 1px solid #CDD7DC;
  box-shadow: none; }
  .suggestions .overview.hosting .panel h3, .suggestions .overview.hosting .panel h2 {
    color: #20B6DB; }
  .suggestions .overview.hosting .panel p {
    -moz-transition: opacity 0.8s, transform 0.8s;
    -o-transition: opacity 0.8s, transform 0.8s;
    -webkit-transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s; }
    .suggestions .overview.hosting .panel p.content {
      font-style: italic;
      font-size: 1rem;
      line-height: 1.3rem; }
      .suggestions .overview.hosting .panel p.content span {
        display: block;
        font-size: 0.825rem;
        margin-top: 0.25rem; }
    .suggestions .overview.hosting .panel p.h-content {
      margin-top: -4.125rem; }
  .suggestions .overview.hosting .panel .icon i {
    color: #fd7f3f; }
  .suggestions .overview.hosting .panel:hover {
    border: 1px solid #b4c3cb; }
    .suggestions .overview.hosting .panel:hover .icon:after {
      background: #fd7f3f; }

.suggestions .suggestion-boxes a {
  /* Fix for Microsoft Edge */
  color: transparent; }
  .suggestions .suggestion-boxes a .panel {
    background: #FFFFFF;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    border: 0 none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .suggestions .suggestion-boxes a .panel {
        max-width: 30rem;
        margin: 0 auto; } }
    .suggestions .suggestion-boxes a .panel:hover {
      background: #FFFFFF; }
      .suggestions .suggestion-boxes a .panel:hover .button {
        background: #0070b1; }
      .suggestions .suggestion-boxes a .panel:hover .container, .suggestions .suggestion-boxes a .panel:hover .img-cont {
        border-color: #b4c3cb; }
    .suggestions .suggestion-boxes a .panel::after {
      content: "";
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      -moz-box-shadow: 0 1px 6px #b3b3b3;
      /* FF3.5+ */
      -webkit-box-shadow: 0 1px 6px #b3b3b3;
      /* Saf3.0+, Chrome */
      box-shadow: 0 1px 6px #b3b3b3;
      /* Opera 10.5, IE9 */
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .suggestions .suggestion-boxes a .panel:hover::after {
      opacity: 1; }
    .suggestions .suggestion-boxes a .panel .container {
      padding: 1.25rem;
      border: 1px solid #CDD7DC;
      border-top: 0; }
      @media only screen and (min-width: 64.063em) {
        .suggestions .suggestion-boxes a .panel .container {
          padding: 1.75rem; } }
    .suggestions .suggestion-boxes a .panel .img-cont {
      background-color: #dfe5e8;
      border: 1px solid #CDD7DC;
      border-bottom: 0;
      padding: 1.75rem 1rem;
      text-align: center; }
      .suggestions .suggestion-boxes a .panel .img-cont.smaller img {
        max-width: 40%; }
    .suggestions .suggestion-boxes a .panel h3 {
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 1.4;
      color: #282828;
      margin-bottom: 0.25rem;
      margin-top: 0; }
      @media only screen and (max-width: 40em) {
        .suggestions .suggestion-boxes a .panel h3 {
          font-size: 1.3rem; } }
    .suggestions .suggestion-boxes a .panel p {
      font-size: 0.925rem;
      line-height: 1.4; }
      .suggestions .suggestion-boxes a .panel p.price {
        margin-bottom: 0;
        text-align: right;
        color: #282828;
        font-size: 1.825rem;
        margin-top: 2rem;
        display: block; }
        .suggestions .suggestion-boxes a .panel p.price .sup {
          font-family: "Sarala";
          font-size: 2.75rem; }
        .suggestions .suggestion-boxes a .panel p.price sup {
          font-size: 38.25%;
          margin-top: 15px;
          position: absolute;
          top: initial; }
        .suggestions .suggestion-boxes a .panel p.price small {
          font-size: 56%; }
          .suggestions .suggestion-boxes a .panel p.price small:last-of-type {
            left: -5px;
            position: relative; }
        .suggestions .suggestion-boxes a .panel p.price .strikethrough {
          color: #8e8e8e;
          font-size: 1.125rem; }
    .suggestions .suggestion-boxes a .panel ul li {
      font-size: 0.925rem;
      line-height: 1.2;
      margin-bottom: 0.5rem;
      color: #686868; }
    .suggestions .suggestion-boxes a .panel.hot:before {
      background: url("../img/popular.png") no-repeat scroll 0 0/82px 82px rgba(0, 0, 0, 0);
      content: "";
      height: 82px;
      position: absolute;
      right: -1px;
      top: -1px;
      width: 82px; }
    .suggestions .suggestion-boxes a .panel .button {
      width: 100%;
      padding: 0.8rem 1rem 0.8625rem;
      margin-bottom: 0; }

.suggestions .domains-searchbar {
  margin-bottom: 1rem;
  padding: 1.25rem;
  background: #CDD7DC; }
  @media only screen and (min-width: 40.063em) {
    .suggestions .domains-searchbar {
      padding: 2rem; } }

.suggestions .searchbar input {
  margin: 0;
  height: 3.75rem;
  font-size: 1.2rem;
  border: none;
  background: white;
  color: #000000;
  padding-left: 1.25rem;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  @media only screen and (max-width: 40em) {
    .suggestions .searchbar input {
      height: 3.25rem;
      font-size: 1rem;
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .suggestions .searchbar input {
      height: 3.5rem; } }
  .suggestions .searchbar input:focus {
    border: 1px solid #FFFFFF;
    -moz-box-shadow: 1px 0 3px gray;
    /* FF3.5+ */
    -webkit-box-shadow: 1px 0 3px gray;
    /* Saf3.0+, Chrome */
    box-shadow: 1px 0 3px gray;
    /* Opera 10.5, IE9 */ }

.suggestions .searchbar .button {
  cursor: pointer;
  font-size: 1.5rem;
  height: 3.75rem;
  line-height: 3.75rem; }
  @media only screen and (max-width: 40em) {
    .suggestions .searchbar .button {
      height: 3.25rem; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .suggestions .searchbar .button {
      height: 3.5rem; } }
  .suggestions .searchbar .button i {
    vertical-align: middle;
    font-size: 1.8rem;
    position: relative;
    top: -0.1rem; }
    @media only screen and (max-width: 40em) {
      .suggestions .searchbar .button i {
        font-size: 1.4rem;
        top: -0.3rem; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .suggestions .searchbar .button i {
        font-size: 1.6rem;
        top: -0.2rem; } }
  .suggestions .searchbar .button .loading {
    top: 19px; }
    @media only screen and (max-width: 40em) {
      .suggestions .searchbar .button .loading {
        top: 15px; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .suggestions .searchbar .button .loading {
        top: 18px; } }
    .suggestions .searchbar .button .loading .spinner {
      display: inline-block; }

.suggestions .searchbar a {
  margin: 0; }
  .suggestions .searchbar a span {
    display: none; }

/* Styles for building file uploader / Its used in transfer domain */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 126px;
  border: 2px dashed #CDD7DC;
  background: white;
  padding: 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2rem 0;
  line-height: 1.3;
  font-size: 0.925rem; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 4px;
  border: 1px solid #CDD7DC;
  background: #CDD7DC;
  background: linear-gradient(to bottom, #e5ebed, #dae2e5); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove, .dropzone .dz-preview .dz-download {
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover,
.dropzone .dz-preview .dz-download:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 4px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 2px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #20B6DB;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -moz-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

/* Disable Backend Menu Shadow for medium down*/
@media only screen and (max-width: 1025px) {
  header #main_nav {
    box-shadow: none; } }

/* -----------------------------------------
Useful margin and padding global classes
------------------------------------------- */
.no-padding {
  padding: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.some-padding-top {
  padding-top: 1.25rem; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.some-margin-top {
  margin-top: 1.25rem; }

.half-margin-top {
  margin-top: 0.75rem; }

.small-margin-top {
  margin-top: 0.25rem; }

.some-margin-bottom {
  margin-bottom: 1.25rem; }

.half-margin-bottom {
  margin-bottom: 0.75rem; }

.small-margin-bottom {
  margin-bottom: 0.25rem; }

.half-margin-left {
  margin-left: 0.75rem; }

.small-margin-left {
  margin-left: 0.25rem; }

/* -----------------------------------------
Globals - Typography
------------------------------------------ */
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: white; }

.small-font {
  font-size: 0.875rem;
  line-height: 1.4; }

.smaller-font {
  font-size: 0.825rem;
  line-height: 1.3; }

.smallest-font {
  font-size: 0.75rem;
  line-height: 1.2; }

b, strong {
  font-weight: 500; }

.light-weight {
  font-weight: 300; }

.normal-weight {
  font-weight: 400; }

hr {
  border-color: #c4d3da; }
  hr.big-margin {
    margin-top: 0.5rem;
    margin-bottom: 2rem; }
  hr.dash {
    border-style: dashed; }

a.under-line {
  border-bottom: 1px dotted;
  padding-bottom: 1px; }

a.warn {
  color: #fd9662; }
  a.warn:hover {
    color: #fc681d; }

a.pale-blue {
  color: #90caf9; }
  a.pale-blue:hover {
    color: #45a6f5; }

a.consistant-light-blue {
  color: #20B6DB; }

/* -----------------------------------------
Global Elements
------------------------------------------ */
footer {
  margin-top: 2.75rem; }

input {
  font-weight: 400; }

textarea {
  line-height: 1.3; }
  textarea.non-resizable, textarea.no-resize {
    resize: none; }
  textarea.normal-size {
    font-size: 1rem; }
  textarea.mono-space {
    font-family: Monospace; }
  textarea.with-min-height {
    min-height: 6rem; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  label.inline {
    margin: 0;
    padding: 0;
    line-height: 1.5; } }

@media only screen and (max-width: 40em) {
  label.inline {
    margin: 0;
    padding: 0;
    line-height: 1.5; } }

@media only screen and (min-width: 64.063em) {
  label.inline.n-lineheight {
    line-height: 1.4; } }

fieldset {
  margin-bottom: 1.75rem; }

button.small, .button.small {
  padding: 0.675rem 1.75rem 0.7375rem; }

button.warning, .button.warning {
  background-color: #fd9662; }
  button.warning:hover, .button.warning:hover {
    background-color: #fc681d; }

button.with-icon, .button.with-icon {
  padding-left: 3rem; }
  button.with-icon i, .button.with-icon i {
    display: block;
    font-size: 1.25rem;
    height: 100%;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: -1px;
    left: 1.25rem; }

.label {
  background-color: white;
  font-weight: 500;
  border: 1px solid; }
  .label.suspended, .label.error, .label.declined {
    background-color: white;
    border-color: #ff585d;
    color: #ff585d;
    font-size: 0.6875rem;
    font-weight: 500; }
  .label.open, .label.overdue, .label.on_payment {
    border-color: #d8b50a;
    color: #d8b50a; }
  .label.paid {
    border-color: #008cdd;
    color: #008cdd; }
  .label.success, .label.completed {
    background-color: white;
    border-color: #18BF93;
    color: #18BF93; }
  .label.pending, .label.warning {
    background-color: white;
    border-color: #f08a24;
    color: #f08a24; }
  .label.scheduled {
    border-color: #20B6DB;
    color: #20B6DB; }
  .label.processing {
    border-color: #eb7092;
    color: #eb7092; }
  .label.cancelled {
    border-color: #8fa5b0;
    color: #8fa5b0; }
  .label.refunded, .label.partially_refunded {
    border-color: #9472BE;
    color: #9472BE; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .label {
    padding-bottom: 0.3125rem !important; } }

@-moz-document url-prefix() {
  .label {
    padding-top: 0.3125rem !important; } }

.switch-on {
  position: absolute;
  left: -55px;
  top: 10px;
  color: white;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.5px; }

.switch-off {
  position: absolute;
  left: -25px;
  top: 10px;
  color: white;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.5px; }

.simple-wrapper {
  padding: 4rem 0; }

/* End Styling Globals */
/* -----------------------------------------
Useful Classes & Elements
------------------------------------------ */
.panel {
  border-width: 1px; }
  .panel.no-border {
    border-width: 0; }
  .panel.white {
    background-color: white; }
  .panel.callout {
    border-width: 1px;
    border-color: #fd9662;
    background: #ffe5d8; }
  .panel.actions {
    background-color: #d9edfa; }
  .panel.form {
    padding: 2rem; }
    .panel.form form {
      padding: 0; }
    .panel.form .link {
      line-height: 1.2;
      margin-bottom: 0.75rem; }
      @media only screen and (min-width: 40.063em) {
        .panel.form .link {
          position: relative;
          top: 0.8rem;
          margin-bottom: 0; } }

.my-tooltip.f-dropdown:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c1cdd3;
  top: -13px; }

.my-tooltip.f-dropdown.content {
  background: white;
  margin-left: -0.55rem;
  margin-top: 0.175rem;
  border: 1px solid #c1cdd3;
  padding: 1rem;
  line-height: 1.3;
  font-weight: 400;
  font-size: 0.825rem;
  box-shadow: 0 4px 10px -5px #282828;
  word-break: initial; }
  .my-tooltip.f-dropdown.content .rgp {
    color: #ff585d;
    position: relative;
    padding: 0;
    display: inline; }
  .my-tooltip.f-dropdown.content span {
    font-size: 0.825rem; }

.top-1 {
  position: relative;
  top: 1px; }

.top-2 {
  position: relative;
  top: 2px; }

.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

.color-white {
  color: white; }

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

/* End */
/* -----------------------------------------
Components
------------------------------------------ */
.custom-panel {
  margin-bottom: 1.25rem; }
  .custom-panel .heading {
    padding: 1rem 1.25rem;
    background: #eef1f3;
    border: 1px solid #CDD7DC; }
    .custom-panel .heading h5 {
      line-height: 1.1;
      margin: 0;
      padding: 0;
      font-weight: 500;
      display: inline; }
    .custom-panel .heading.light-grey {
      background: #7294a6; }
    .custom-panel .heading.pale-red {
      background: #fde3e0; }
  .custom-panel .body {
    background: white;
    padding: 1.25rem;
    border: 1px solid #CDD7DC;
    border-top: 0;
    font-size: 0.925rem; }
    .custom-panel .body.light-grey {
      background: #EBEFF1; }
    .custom-panel .body p.description {
      font-size: 0.95rem;
      line-height: 1.3;
      margin-bottom: 1.75rem; }
    .custom-panel .body ol, .custom-panel .body ul {
      margin-bottom: 0;
      font-size: 0.95rem;
      line-height: 1.3; }
      .custom-panel .body ol li:not(:last-child), .custom-panel .body ul li:not(:last-child) {
        margin-bottom: 0.75rem; }
    .custom-panel .body ol {
      margin-left: 1.2rem; }
    .custom-panel .body ul.documents li {
      margin-bottom: 1.25rem;
      line-height: 1.3;
      display: table;
      width: 100%; }
      .custom-panel .body ul.documents li .number {
        display: table-cell;
        font-size: 1.5rem;
        font-weight: 500;
        color: #282828;
        padding-right: 0.5rem;
        text-align: right;
        width: 3rem; }
      .custom-panel .body ul.documents li .desc {
        display: table-cell; }
    .custom-panel .body ul.links li {
      margin-bottom: 1.25rem;
      line-height: 1.3; }
    .custom-panel .body .tile:last-of-type {
      margin-bottom: 0; }

.tabs dd > a, .tabs .tab-title > a {
  font-weight: 400;
  color: white;
  background-color: #405966; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .tabs dd > a, .tabs .tab-title > a {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .tabs dd > a span, .tabs .tab-title > a span {
    position: relative;
    color: #fd9662; }
    .tabs dd > a span i, .tabs .tab-title > a span i {
      position: absolute;
      font-size: 1.25rem;
      top: 1px;
      left: 7px; }
  .tabs dd > a:hover, .tabs .tab-title > a:hover {
    background-color: #334751; }

.tabs dd.active > a, .tabs .tab-title.active > a {
  background-color: white;
  color: #282828;
  font-weight: 500; }

.tabs.vertical .tab-title > a {
  color: #9bafb9;
  background-color: white;
  border: 1px solid #CDD7DC;
  line-height: 1.2;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  font-weight: 500;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .tabs.vertical .tab-title > a {
      padding-left: 0.825rem;
      padding-right: 0.825rem; } }
  .tabs.vertical .tab-title > a:hover {
    color: #282828;
    border-color: #a8b9c2; }
  .tabs.vertical .tab-title > a:hover::after {
    font-family: "Icomoon";
    content: "\e604";
    position: absolute;
    right: 1.25rem;
    margin-top: 1px;
    color: #282828; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .tabs.vertical .tab-title > a:hover::after {
        right: 0.625rem; } }

.tabs.vertical .tab-title:last-of-type > a {
  margin-bottom: 0; }

.tabs.vertical .tab-title.active > a {
  background-color: #CFE8F3;
  border-color: #75bddd;
  color: #282828; }
  .tabs.vertical .tab-title.active > a::after {
    font-family: "Icomoon";
    content: "\e604";
    position: absolute;
    right: 1.25rem;
    margin-top: 1px;
    color: #282828; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .tabs.vertical .tab-title.active > a::after {
      right: 0.625rem; } }

.accordion {
  margin-bottom: 1.25rem; }
  .accordion .accordion-navigation > a {
    margin-bottom: 1px; }
  @media only screen and (min-width: 40.063em) {
    .accordion .accordion-navigation .content.active {
      border-bottom: 2px solid #c1cdd3; } }
  .accordion .accordion-navigation .content.vertical.active {
    background-color: white;
    border-bottom: 0 none; }
    @media only screen and (max-width: 40em) {
      .accordion .accordion-navigation .content.vertical.active {
        background-color: #EBEFF1;
        padding: 1.5rem 1rem; } }
  @media only screen and (min-width: 40.063em) {
    .accordion .accordion-navigation .content.vertical {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      margin-left: 20%; }
      .accordion .accordion-navigation .content.vertical .content-box, .accordion .accordion-navigation .content.vertical .section-box {
        padding: 0 0.5rem;
        padding-right: 0; } }
  @media only screen and (min-width: 64.063em) {
    .accordion .accordion-navigation .content.vertical .content-box, .accordion .accordion-navigation .content.vertical .section-box {
      padding: 0 0 0 1rem; } }

table {
  width: 100%; }
  table thead {
    background: #eef1f3;
    border: 1px solid #CDD7DC; }
    table thead tr th {
      color: #282828;
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 1.1;
      padding: 1rem 1.25rem; }
  table.credit-limit tbody tr td, table.credit-limit tbody tr th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: right; }
    table.credit-limit tbody tr td:first-of-type, table.credit-limit tbody tr th:first-of-type {
      text-align: left; }
  table.credit-limit tbody tr th {
    font-size: 0.925rem;
    color: #282828;
    font-weight: 500; }
  table.credit-limit tbody tr td:last-of-type {
    color: #ff585d; }
  table.simple-2-columns tr td:first-of-type {
    color: #717171; }
    @media only screen and (min-width: 64.063em) {
      table.simple-2-columns tr td:first-of-type {
        width: 33%; } }
  table.simple-2-columns tr td:last-of-type {
    color: black;
    font-weight: 400; }
  table.simple-2-columns tbody th {
    text-align: left;
    line-height: 1.4;
    font-weight: 300; }
  table#domain-transfer-validation {
    border-color: #ff585d; }
    table#domain-transfer-validation thead {
      border-color: #ff585d;
      background-color: #FFBEC0; }
    table#domain-transfer-validation .msg:before {
      color: white;
      border-radius: 50%;
      font-family: "Icomoon";
      margin-right: 0.5rem;
      padding: 3px;
      position: relative;
      line-height: 1;
      top: 1px; }
    table#domain-transfer-validation .msg.fail:before {
      background-color: #ff585d;
      content: "\e913"; }
    table#domain-transfer-validation .msg.pass:before {
      background-color: #18BF93;
      content: "\e614"; }

/* -----------------------------------------
 Custom Build Components
------------------------------------------ */
#nav-icons .top-bar .top-bar-section ul {
  background-color: #092241; }

#nav-icons .top-bar .top-bar-section > ul > li > a i {
  display: none; }

#nav-icons .top-bar .top-bar-section .dropdown li label {
  padding: 7px 15px;
  cursor: default; }

#nav-icons .top-bar .top-bar-section #backendSidrTarget {
  display: flex; }

@media only screen and (min-width: 64.063em) {
  #nav-icons .top-bar {
    max-width: 100%;
    line-height: 10px;
    text-align: center;
    display: table; }
    #nav-icons .top-bar .top-bar-section {
      display: inline-block; }
      #nav-icons .top-bar .top-bar-section > ul > li > a {
        font-size: .85rem;
        font-weight: 400;
        height: 145px;
        min-width: 11rem;
        padding: 2rem 1rem; }
        #nav-icons .top-bar .top-bar-section > ul > li > a::after {
          content: none; }
        #nav-icons .top-bar .top-bar-section > ul > li > a i {
          font-size: 2.75rem;
          display: block;
          color: #18BF93; }
      #nav-icons .top-bar .top-bar-section > ul > li > ul > li {
        text-align: left; } }

@media only screen and (max-width: 90.063em) {
  #nav-icons .top-bar .top-bar-section > ul > li > a {
    min-width: 9.5rem; } }

/* Build User Menu for Admin */
#admin-nav .contain-to-grid {
  background-color: #1d3554;
  border-top: 5px solid #071931; }
  #admin-nav .contain-to-grid .top-bar {
    max-width: 87.5rem;
    background-color: #1d3554; }
    @media only screen and (min-width: 64.063em) {
      #admin-nav .contain-to-grid .top-bar {
        padding-right: 1rem; } }
    #admin-nav .contain-to-grid .top-bar .top-bar-section li:not(.has-form) a:not(.button) {
      background-color: #1d3554; }
      #admin-nav .contain-to-grid .top-bar .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #071931; }
    #admin-nav .contain-to-grid .top-bar .top-bar-section .divider, #admin-nav .contain-to-grid .top-bar .top-bar-section [role="separator"],
    #admin-nav .contain-to-grid .top-bar .top-bar-section > ul > .divider, #admin-nav .contain-to-grid .top-bar .top-bar-section > ul > [role="separator"] {
      border-color: #071931; }
    #admin-nav .contain-to-grid .top-bar .title-area .name .username {
      cursor: default; }
      #admin-nav .contain-to-grid .top-bar .title-area .name .username span {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
        height: 0.75rem;
        margin-right: 0.5rem;
        position: relative;
        width: 0.75rem; }
      #admin-nav .contain-to-grid .top-bar .title-area .name .username.success span {
        background-color: #18BF93; }
      #admin-nav .contain-to-grid .top-bar .title-area .name .username.alert span {
        background-color: #ff585d; }
      #admin-nav .contain-to-grid .top-bar .title-area .name .username.warning span {
        background-color: #fd9662; }
      #admin-nav .contain-to-grid .top-bar .title-area .name .username small {
        display: block;
        position: relative;
        top: -6px;
        color: white;
        text-align: right; }

.intro {
  background-color: #f0f3f5;
  border-bottom: 1px solid #CDD7DC;
  border-top: 1px solid #CDD7DC;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 64.063em) {
    .intro {
      margin-bottom: 3.25rem;
      padding-top: 0.5rem;
      border-top: 0 none; } }
  @media only screen and (max-width: 40em) {
    .intro .wrapper .breadcrumbs {
      display: none; } }
  .intro .wrapper .breadcrumbs {
    margin-bottom: 0.825rem;
    margin-left: 0.125rem;
    padding-bottom: 0;
    padding-top: 0.25rem;
    /* Query for Smartphones Portrait disable */ }
    .intro .wrapper .breadcrumbs > * {
      line-height: 1.2; }
    @media only screen and (max-width: 40em) and (orientation: portrait) {
      .intro .wrapper .breadcrumbs {
        display: none; } }
  .intro .wrapper h1 {
    font-weight: 300;
    margin-top: 0;
    line-height: 1.1;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 64.063em) {
      .intro .wrapper h1 {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 40em) {
      .intro .wrapper h1 {
        font-size: 1.5rem;
        font-weight: 400; } }
    .intro .wrapper h1 span.suspended-user-status {
      font-size: 1rem;
      font-weight: 500;
      color: #ff585d; }
      @media only screen and (max-width: 40em) {
        .intro .wrapper h1 span.suspended-user-status {
          display: block; } }
  .intro .actions {
    position: relative; }
    @media only screen and (min-width: 64.063em) {
      .intro .actions {
        margin-top: -3.625rem;
        top: 2.0625rem; }
        .intro .actions ul {
          float: right; } }
    .intro .actions ul {
      margin-bottom: 0; }
      @media only screen and (min-width: 64.063em) {
        .intro .actions ul li {
          margin-left: 0.75rem; } }
      .intro .actions ul li .button {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background-color: white;
        border: 1px solid #008cdd;
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
        color: #008cdd;
        font-weight: 500;
        line-height: 1.3;
        padding-top: 0.6875rem;
        padding-bottom: 0.70313rem;
        padding-left: 1.0625rem;
        padding-right: 1.0625rem; }
        .intro .actions ul li .button:hover {
          color: #0070b1;
          border-color: #0070b1;
          background-color: #E1EDF4; }
        .intro .actions ul li .button span {
          font-size: 1.25rem;
          position: relative;
          line-height: 0.5;
          top: 4px;
          left: -1px; }
          .intro .actions ul li .button span:before {
            font-family: "Icomoon"; }
        .intro .actions ul li .button.create {
          border-color: #18BF93;
          color: #18BF93; }
          .intro .actions ul li .button.create span:before {
            content: '\e659'; }
          .intro .actions ul li .button.create:hover {
            color: #139976;
            border-color: #139976;
            background-color: #E6F4F1; }
        .intro .actions ul li .button.delete {
          color: #ff585d;
          border-color: #ff585d; }
          .intro .actions ul li .button.delete span:before {
            content: '\e913'; }
          .intro .actions ul li .button.delete:hover {
            color: #ff131a;
            border-color: #ff131a;
            background-color: #ffeeef; }
        .intro .actions ul li .button.help {
          padding-left: 0.6875rem;
          padding-right: 0.6875rem;
          border: 1px solid #CDD7DC;
          display: none; }
          .intro .actions ul li .button.help span {
            left: 0.0175rem;
            color: #585858; }
            .intro .actions ul li .button.help span:before {
              content: '\e655'; }
          .intro .actions ul li .button.help:hover {
            border-color: #CDD7DC;
            background-color: white; }
          @media only screen and (min-width: 64.063em) {
            .intro .actions ul li .button.help {
              display: block; } }
        .intro .actions ul li .button.in-cart {
          color: #18BF93;
          border-color: #18BF93;
          cursor: default;
          pointer-events: none; }
        .intro .actions ul li .button .loading {
          padding: 0.6rem; }

.table-info {
  padding-top: 0.5rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 64.063em) {
    .table-info {
      padding-bottom: 2rem; } }
  .table-info ul {
    margin-left: 0;
    margin-bottom: 0.25rem;
    width: 100%; }
    @media only screen and (min-width: 64.063em) {
      .table-info ul {
        min-width: 100%;
        display: inline-flex;
        justify-content: center; } }
    .table-info ul li {
      margin-left: 0;
      border-bottom: 1px solid #CDD7DC;
      border-left: 1px solid #CDD7DC; }
      @media only screen and (max-width: 40em) {
        .table-info ul li {
          border-left: 0 none;
          width: 100%;
          margin-bottom: 1rem; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .table-info ul li {
          border-left: 0 none;
          clear: unset;
          margin-bottom: 1rem;
          margin-left: 4%;
          min-width: 17rem;
          width: 44%; } }
      @media only screen and (min-width: 64.063em) {
        .table-info ul li {
          min-width: 25%; } }
      .table-info ul li:first-child {
        border-left: 0 none; }
      .table-info ul li .container {
        display: inline-flex;
        padding: 0.5rem 1rem;
        align-items: flex-end;
        width: 100%;
        justify-content: space-between; }
        .table-info ul li .container .box1 {
          display: flex;
          flex-direction: column; }
          .table-info ul li .container .box1 .number {
            line-height: 1;
            font-family: "Sarala";
            font-size: 2rem;
            font-weight: 700; }
            .table-info ul li .container .box1 .number.warning {
              color: #fd9662; }
            .table-info ul li .container .box1 .number.error {
              color: #ff585d; }
            .table-info ul li .container .box1 .number.success {
              color: #18BF93; }
          .table-info ul li .container .box1 .number-label {
            font-size: 0.75rem;
            font-weight: 500;
            line-height: 1;
            color: #686868; }
            @media screen and (-webkit-min-device-pixel-ratio: 0) {
              .table-info ul li .container .box1 .number-label {
                font-weight: 700; } }
          @media only screen and (min-width: 64.063em) {
            .table-info ul li .container .box1 .number {
              font-size: 2.3125rem; } }
        .table-info ul li .container .box2 button, .table-info ul li .container .box2 .button {
          border: 1px solid #CDD7DC;
          background-color: #f0f3f5;
          color: #585858;
          font-size: 0.75rem;
          font-weight: 500;
          margin-bottom: 1px;
          padding: 0.325rem 1rem 0.35rem; }
          .table-info ul li .container .box2 button:hover, .table-info ul li .container .box2 .button:hover {
            border-color: #b4c3cb;
            color: #282828; }
  .table-info.dashboard {
    padding-top: 1.375rem; }
    .table-info.dashboard ul li {
      border-left: 1px solid #CDD7DC;
      border-right: 1px solid #CDD7DC;
      margin-bottom: 0; }
      .table-info.dashboard ul li:first-of-type {
        border-top: 1px solid #CDD7DC; }
      .table-info.dashboard ul li .container {
        padding-top: 10px;
        padding-bottom: 10px; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .table-info.dashboard ul li {
        width: 100%;
        margin: 0; } }
    @media only screen and (min-width: 64.063em) {
      .table-info.dashboard {
        padding-bottom: 0; }
        .table-info.dashboard ul {
          margin-bottom: 0;
          display: inherit; }
          .table-info.dashboard ul li {
            min-width: 100%; }
            .table-info.dashboard ul li .container .number {
              font-size: 2rem;
              font-weight: 400; } }

.document-info {
  display: table;
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 64.063em) {
    .document-info {
      padding-bottom: 2rem; } }
  .document-info ul {
    margin-left: 0; }
    .document-info ul li {
      margin-left: 0;
      border-bottom: 1px solid #CDD7DC;
      border-left: 1px solid #CDD7DC; }
      @media only screen and (max-width: 40em) {
        .document-info ul li {
          border-left: 0 none;
          width: 100%;
          margin-bottom: 1rem; } }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .document-info ul li {
          border-left: 0 none;
          clear: unset;
          margin-bottom: 1rem;
          margin-left: 4%;
          min-width: 17rem;
          width: 44%; } }
      @media only screen and (min-width: 64.063em) {
        .document-info ul li {
          min-width: 18rem; } }
      .document-info ul li:first-child {
        border-left: 0 none; }
      .document-info ul li .container {
        padding: 0.5rem 1rem;
        width: 100%;
        min-height: 3.75rem; }
        .document-info ul li .container .box {
          text-align: center; }
          .document-info ul li .container .box .number {
            font-size: 1.625rem;
            font-weight: 400;
            line-height: 1; }
            .document-info ul li .container .box .number.negative-balance, .document-info ul li .container .box .number.no-fee {
              color: #ff585d; }
            .document-info ul li .container .box .number.positive-balance, .document-info ul li .container .box .number.with-fee {
              color: #18BF93; }
            .document-info ul li .container .box .number.smaller {
              font-size: 1.4375rem; }
          .document-info ul li .container .box .number-label {
            font-size: 0.775rem;
            color: #a0b3bb;
            font-weight: 700;
            padding-bottom: 0.25rem;
            line-height: 1; }
            .document-info ul li .container .box .number-label a {
              left: 16px;
              position: relative; }
              .document-info ul li .container .box .number-label a span {
                position: relative;
                right: 16px; }
              .document-info ul li .container .box .number-label a.warn.rgp {
                left: 0; }
          .document-info ul li .container .box .label {
            font-size: 0.875rem;
            font-weight: 700;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-bottom: 0.3125rem; }
            @media screen and (-webkit-min-device-pixel-ratio: 0) {
              .document-info ul li .container .box .label {
                padding-top: 0.3125rem; } }
          @media only screen and (max-width: 40em) {
            .document-info ul li .container .box .number {
              font-size: 1.35rem;
              font-weight: 500; }
            .document-info ul li .container .box .number-label {
              font-size: 0.675rem; }
              .document-info ul li .container .box .number-label a {
                position: initial; }
                .document-info ul li .container .box .number-label a span {
                  position: initial; } }

.tile {
  width: 100%;
  border: 1px solid #CDD7DC;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative; }
  .tile .t-left .label {
    border: 0 none;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    padding: 0 !important;
    text-align: left;
    background-color: transparent; }
  .tile .t-left .number {
    font-size: 1.2rem;
    color: #282828;
    line-height: 1; }
    .tile .t-left .number .digit {
      font-size: 2.5rem;
      font-weight: 400; }
  .tile .t-right i {
    color: #CDD7DC;
    font-size: 3.6875rem;
    line-height: 1;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem; }

.custom-dropdown .button {
  padding-right: 2.75rem; }
  @media only screen and (max-width: 40em) {
    .custom-dropdown .button {
      width: 100%; } }
  .custom-dropdown .button.dropdown:before {
    border-color: #fff transparent transparent;
    border-width: 0.3rem; }

.custom-dropdown .f-dropdown {
  background: #FFFFFF;
  border: 2px solid #CDD7DC; }
  .custom-dropdown .f-dropdown:before {
    border: none; }
  .custom-dropdown .f-dropdown:after {
    border: none; }
  .custom-dropdown .f-dropdown > li a {
    color: #484848; }
    .custom-dropdown .f-dropdown > li a:hover {
      color: white; }
  .custom-dropdown .f-dropdown > li:hover, .custom-dropdown .f-dropdown > li.focus {
    background-color: #008cdd; }
  .custom-dropdown .f-dropdown > li.active {
    background-color: #D5DFE2;
    cursor: default;
    pointer-events: none; }

.payment-methods .my-h3-title {
  font-weight: 400; }

.payment-methods hr {
  border-style: dashed;
  border-color: #c1cdd4;
  margin: 2rem 0; }

.payment-methods .panel.warning {
  background: #fdf8db;
  border-color: #f6d42d;
  border-width: 1px; }
  .payment-methods .panel.warning p.panel-header {
    font-weight: 500;
    margin-bottom: 0.25rem; }
  .payment-methods .panel.warning ol, .payment-methods .panel.warning ul {
    margin-bottom: 0;
    font-size: 0.925rem;
    font-weight: 300;
    line-height: 1.3; }
    .payment-methods .panel.warning ol li:not(:last-child), .payment-methods .panel.warning ul li:not(:last-child) {
      margin-bottom: 0.625rem; }

.payment-methods .payments {
  padding-top: 1rem; }
  .payment-methods .payments .panel {
    border-color: #CDD7DC;
    padding-bottom: 2.5rem;
    padding-top: 0.5rem;
    text-align: center;
    border-width: 1px; }
    .payment-methods .payments .panel ul li {
      line-height: 1.3;
      margin-top: 1rem;
      font-size: 0.925rem; }
      .payment-methods .payments .panel ul li:before {
        content: none; }
      .payment-methods .payments .panel ul li span {
        display: block;
        color: #282828;
        font-size: 0.875rem;
        font-weight: 700; }

.msg-with-icon {
  display: table;
  margin-bottom: 1.25rem;
  width: 100%; }
  .msg-with-icon .icon {
    background-color: #EBEFF1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: table-cell;
    height: 3rem;
    text-align: center;
    vertical-align: middle;
    width: 3rem; }
    .msg-with-icon .icon i {
      color: #18BF93;
      font-size: 2rem; }
  .msg-with-icon p {
    display: table-cell;
    line-height: 1.2;
    margin-bottom: 0;
    padding-left: 0.75rem;
    vertical-align: middle; }
    .msg-with-icon p strong {
      color: #282828; }

/* -----------------------------------------
Development Components  / Test if in use
------------------------------------------ */
.single-comment {
  background: #e3e8eb;
  margin-bottom: 1.25rem;
  padding: 1.25rem; }
  .single-comment:nth-child(2n+1) {
    background: #eef1f3; }
  .single-comment .initiator {
    display: block;
    margin-bottom: 1.75rem; }
    .single-comment .initiator span.name {
      background-color: #384e5a;
      color: white;
      font-size: 1rem;
      margin-left: -1.25rem;
      padding: 0.25rem 1.25rem;
      display: inline-block; }
    .single-comment .initiator span.date {
      font-size: 0.725rem;
      margin-left: 0.5rem; }
    .single-comment .initiator span.action {
      font-size: 0.785rem;
      margin-right: 0.5rem; }
      .single-comment .initiator span.action a {
        color: #585858; }
      .single-comment .initiator span.action.edit a:hover {
        color: #007ec7; }
      .single-comment .initiator span.action.delete a {
        font-size: 1.025rem;
        position: relative;
        top: 2px; }
        .single-comment .initiator span.action.delete a:hover {
          color: #ff555a; }

#iconNav .top-bar-section #backendSidrTarget > .has-dropdown > a {
  padding-right: 17px !important; }

/* ------------
End CSS file
-------------- */
/*
main color red
footer , top right
main logo , (hat)

hero banner (front page) - background img

hosting section (fornt page) rocket image bottom

price box - badge (fornt page)  - mexri -24%

offer strip (web-hosting)

hero banner (offers)



*/
