@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
.list-unset {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

/*! 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 style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  background: #f4f4f4;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400; }

h1 {
  color: #2F323B;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -3px;
  margin-bottom: 5px;
  text-align: center; }

h1.cloud {
  margin-top: 50px; }

h2 {
  color: #3675b4;
  font-size: 26px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 60px; }

ul, li, button, form {
  margin: 0;
  padding: 0;
  border: 0;
  text-indent: auto; }

a {
  display: inline-block;
  color: #515151;
  transition: all 0.1s ease-in-out; }
  a strong {
    font-weight: bold; }
  a:hover {
    color: #3675b4; }

.close-tlds a {
  margin: 40px 0 0; }

.error-message {
  display: block;
  margin: 10px 0 15px;
  color: #dd1c1c;
  font-size: 14px;
  font-weight: bold; }

.pw-val {
  position: absolute;
  display: block;
  right: 48px;
  top: 5px;
  padding: 11px 5px 9px;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  z-index: 9;
  background: #fff; }

.better {
  color: #5da115; }

.strong {
  color: #5da115;
  font-weight: bold; }

.weak {
  color: #dd1c1c;
  font-weight: bold; }

i {
  font-weight: 200;
  color: #878787; }

#policy_agree {
  display: none; }

.well {
  margin: 0 auto;
  padding: 20px;
  max-width: 500px;
  border: 0;
  background: #fff;
  border-radius: 5px; }
  .well p {
    font-size: 14px;
    margin: 25px 0; }

.placeholder {
  color: #878787; }

#password_confirm + .error-message {
  display: none; }

.narrow {
  max-width: 377px;
  margin: 0 auto; }

.u-center {
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none; }

@font-face {
  font-family: "dh-icons";
  src: url("../fonts/dh-icons.eot");
  src: url("../fonts/dh-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/dh-icons.woff") format("woff"), url("../fonts/dh-icons.ttf") format("truetype"), url("../fonts/dh-icons.svg#dh-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "dh-icons";
    src: url("../fonts/dh-icons.svg#dh-icons") format("svg"); } }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.icon-amex:before,
.icon-cart-outline:before,
.icon-check:before,
.icon-chevron-down:before,
.icon-chevron-right:before,
.icon-close:before,
.icon-comodo:before,
.icon-discover:before,
.icon-facebook-box:before,
.icon-guarantee:before,
.icon-help-circle:before,
.icon-lens-closed:before,
.icon-lens-hover:before,
.icon-lens-open:before,
.icon-lock:before,
.icon-master:before,
.icon-pencil:before,
.icon-server:before,
.icon-spinner:before,
.icon-star-circle:before,
.icon-twitter:before,
.icon-visa:before,
.icon-web:before {
  display: inline-block;
  font-family: "dh-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icon-amex:before {
  content: "\f10c"; }

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

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

.icon-chevron-down:before {
  content: "\f101"; }

.icon-chevron-right:before {
  content: "\f10e"; }

.icon-close:before {
  content: "\f102"; }

.icon-comodo:before {
  content: "\f10f"; }

.icon-discover:before {
  content: "\f110"; }

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

.icon-guarantee:before {
  content: "\f111"; }

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

.icon-lens-closed:before {
  content: "\f113"; }

.icon-lens-hover:before {
  content: "\f114"; }

.icon-lens-open:before {
  content: "\f115"; }

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

.icon-master:before {
  content: "\f116"; }

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

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

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

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

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

.icon-visa:before {
  content: "\f118"; }

.icon-web:before {
  content: "\f10a"; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proxima_nova_light-webfont.eot");
  src: url("../fonts/proxima-nova/proxima_nova_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima_nova_light-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proxima_nova_light-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima_nova_light-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima_nova_light-webfont.svg#proxima_novalight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova-lightitalic-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-lightitalic-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova-lightitalic-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-lightitalic-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-lightitalic-webfont.svg#proxima_novalight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova-reg-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-reg-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova-reg-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-reg-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-reg-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova-regitalic-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-regitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-regitalic-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova-regitalic-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-regitalic-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-regitalic-webfont.svg#proxima_novaregular_italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova-sbold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-sbold-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova-sbold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-sbold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-sbold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova-sbolditalic-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-sbolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-sbolditalic-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova-sbolditalic-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-sbolditalic-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-sbolditalic-webfont.svg#proxima_novasemibold_italic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova-bold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/proximanova-boldit-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-boldit-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proximanova-boldit-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-boldit-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-boldit-webfont.svg#proxima_nova_rgbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  z-index: -1; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #FAFAFA; }

.noUi-connect {
  background: #3FB8AF;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle {
  cursor: not-allowed; }

/*

Credit Card

Description

A little demo credit card for display purposes that can be filled in with real information

Markup

<ul class="creditcard">
	<li class="creditcard__type creditcard__type--LI"></li>
	<li class="creditcard__number">0851</li>
	<li class="creditcard__expiration">06/24</li>
	<li class="creditcard__replace-link"><button class="inline-btn js-replace-card">Replace Card</a></button>
</ul>

*/
.creditcard {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #91969C;
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  font-size: 1.3rem;
  position: relative;
  padding: 1em;
  height: 11.54em;
  /* 150px @ 13px */
  width: 18em;
  /* 235px @ 13px */ }

.creditcard__type {
  width: 55px;
  height: 18px;
  background: url(../images/smallicons.fakecard.svg) no-repeat;
  background-size: contain;
  margin-top: .2em;
  margin-bottom: 3.5em; }

.creditcard__type--AX {
  background-image: url(../images/smallicons.amex.svg); }

.creditcard__type--DI {
  background-image: url(../images/smallicons.discover.svg); }

.creditcard__type--MC {
  background-image: url(../images/smallicons.mastercard.svg); }

.creditcard__type--VI {
  background-image: url(../images/smallicons.visa2.svg); }

.creditcard__number {
  font-size: 17px;
  color: #4D5B69; }
  .creditcard__number:before {
    content: '\2022\2022\2022\2022\00a0\2022\2022\2022\2022\00a0\2022\2022\2022\2022\00a0'; }

.creditcard__expiration {
  margin-top: .8em; }
  .creditcard__expiration:before {
    content: 'Valid thru '; }

.creditcard__replace-link {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #35AEE6;
  position: absolute;
  top: 1.1em;
  right: 1em; }

.creditcard__replace-link .inline-btn {
  background: none;
  font-size: .9em; }

/*

CTA Block

Description

For use on marketing / intro pages. Bottom of the page CTA section for customers to sign up. See also _cta-intro.scss

Markup

<div class="cta-block">
	<p class="cta-block__message">Half-off during beta period!<br>Protect your website for just $1.50/month!</p>
	<a href="#" class="btn btn-primary">Start scanning</a>
</div>

*/
.cta-block {
  background: #ebf7fc;
  border: 1px solid #35AEE6;
  border-radius: 3px;
  box-sizing: border-box;
  color: #4D5B69;
  font-size: 1.6rem;
  padding: 2em;
  max-width: 400px;
  margin: 3em auto 2em;
  text-align: center; }

.cta-block__message {
  font-weight: bold;
  margin-top: 0; }
  .cta-block__message + .cta-block__message {
    margin-top: 2.5em; }

.cta-block.is-disabled,
.cta-block--disabled {
  background: rgba(209, 209, 209, 0.1);
  border: 1px solid #d1d1d1; }

.cta-block__fine-print {
  font-size: .75em;
  font-weight: normal;
  margin: 1em 0 0; }

.progress-bar {
  font-family: "Ubuntu", sans-serif;
  background: #fcfcfc;
  position: relative;
  width: 100%;
  min-height: 70px;
  display: table;
  table-layout: fixed;
  margin-bottom: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .progress-bar ul {
    display: table-row; }
    .progress-bar ul li {
      position: relative;
      display: table-cell;
      list-style: none;
      vertical-align: middle; }
      .progress-bar ul li a {
        position: relative;
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
        min-height: 60px;
        text-decoration: none;
        font-size: inherit;
        color: #3675b4; }
        .progress-bar ul li a:hover {
          text-decoration: underline; }
        .progress-bar ul li a p {
          display: table-cell;
          vertical-align: middle; }
      .progress-bar ul li:before {
        position: absolute;
        display: block;
        top: 50%;
        left: -15px;
        margin-top: -6px;
        height: 13px;
        font-family: "dh-icons";
        content: "";
        font-size: 30px;
        color: #d1d1d1; }
      .progress-bar ul li:after {
        content: '';
        position: absolute;
        display: block;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #d1d1d1;
        transition: all 0.2s ease-in-out; }
      .progress-bar ul li:hover:after {
        background: #d1d1d1; }
    .progress-bar ul li:first-child:before {
      content: ''; }
    .progress-bar ul .breadcrumb-active p, .progress-bar ul .breadcrumb-next p {
      color: #d1d1d1; }
    .progress-bar ul .breadcrumb-active:before, .progress-bar ul .breadcrumb-next:before {
      color: #3675b4; }
    .progress-bar ul .breadcrumb-active:after, .progress-bar ul .breadcrumb-active:hover:after, .progress-bar ul .breadcrumb-next:after, .progress-bar ul .breadcrumb-next:hover:after {
      background: #3675b4; }
    .progress-bar ul .breadcrumb-next:before {
      color: #d1d1d1; }
    .progress-bar ul .breadcrumb-next:after, .progress-bar ul .breadcrumb-next:hover:after {
      background: #d1d1d1; }
    .progress-bar ul .breadcrumb-done:before {
      color: #3675b4; }
    .progress-bar ul .breadcrumb-done:after, .progress-bar ul .breadcrumb-done:hover:after {
      background: #3675b4; }
    .progress-bar ul .breadcrumb-active > p {
      color: #000; }
    .progress-bar ul p {
      position: relative;
      display: inline-block;
      text-align: center;
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      padding: 0 20px; }

.lens-of-truth {
  border-radius: 2px; }
  .lens-of-truth input {
    width: 305px;
    height: 16px;
    margin-right: 55px;
    border: none; }
  .lens-of-truth button {
    background: #f4f4f4;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
    position: absolute;
    display: table;
    height: 2.3em;
    right: -.15em;
    top: 1px;
    width: 50px;
    cursor: pointer;
    outline: none;
    border-radius: 0 2px 2px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .lens-of-truth button:before {
      position: absolute;
      top: 8px;
      left: 14px;
      line-height: 26px;
      font-family: "dh-icons";
      font-size: 24px;
      font-weight: 100;
      content: "";
      color: #878787; }
    .lens-of-truth button:hover:before {
      color: #2F323B;
      content: "";
      font-family: "dh-icons"; }
    .lens-of-truth button:hover:after {
      position: absolute;
      top: 15px;
      left: 60px;
      width: 100px;
      text-align: left;
      color: #2F323B;
      font-weight: 200;
      font-size: 12px;
      content: "Show password"; }
    .lens-of-truth button:after {
      transition: all 0.2s ease-in-out; }

@-moz-document url-prefix() {
  .lens-of-truth button {
    height: 41px !important; } }
  .lens-of-truth .lens-opened:before {
    content: "";
    color: #2F323B; }
  .lens-of-truth .lens-opened:hover:before {
    content: ""; }
  .lens-of-truth .lens-opened:hover:after {
    content: "Hide password"; }
  .lens-of-truth .lens-disabled-opened:before, .lens-of-truth .lens-disabled-opened:hover:before {
    content: "";
    color: #2F323B; }
  .lens-of-truth .lens-disabled-opened:hover:after {
    content: ""; }
  .lens-of-truth .lens-closed:before {
    content: "";
    color: #878787; }
  .lens-of-truth .lens-closed:hover:before {
    content: ""; }
  .lens-of-truth .lens-closed:hover:after {
    content: "Show password"; }
  .lens-of-truth .lens-disabled-closed:before, .lens-of-truth .lens-disabled-closed:hover:before {
    content: "";
    color: #2F323B; }
  .lens-of-truth .lens-disabled-closed:hover:after {
    content: ""; }

.resources-slider {
  margin: 20px;
  padding: 10px 10px; }
  .resources-slider h1 {
    font-size: 34px;
    font-weight: 100;
    letter-spacing: 0.05em;
    padding: 0 0 10px; }
  .resources-slider #slider-range {
    display: block;
    max-width: 902px;
    margin: 0 auto 35px; }
  .resources-slider .totals-container {
    padding: 0 0 50px;
    margin: -10px auto 0;
    max-width: 900px;
    text-align: center; }
    .resources-slider .totals-container .slider-section {
      font-size: 20px;
      font-weight: 200;
      display: inline-block; }
      .resources-slider .totals-container .slider-section input[type=text] {
        position: relative;
        width: 90px; }
        .resources-slider .totals-container .slider-section input[type=text]::-webkit-input-placeholder {
          color: #fff; }
        .resources-slider .totals-container .slider-section input[type=text]:-moz-placeholder {
          color: #fff !important; }
        .resources-slider .totals-container .slider-section input[type=text]::-moz-placeholder {
          color: #fff !important; }
        .resources-slider .totals-container .slider-section input[type=text]:-ms-input-placeholder {
          color: #fff !important; }
      .resources-slider .totals-container .slider-section label {
        position: relative;
        top: -8px;
        cursor: text;
        font-size: 20px;
        font-weight: bold; }
      .resources-slider .totals-container .slider-section .detail {
        color: #515151; }
    .resources-slider .totals-container .ram {
      position: relative;
      float: left; }
    .resources-slider .totals-container .disk {
      position: relative;
      text-align: center; }
    .resources-slider .totals-container #slider-disk {
      display: inline-block; }
    .resources-slider .totals-container .bandwidth {
      position: relative;
      float: right;
      text-align: right;
      padding-top: 6px;
      font-weight: bold; }
      .resources-slider .totals-container .bandwidth .detail {
        font-weight: normal; }
  @media (max-width: 1100px) {
    .resources-slider .totals-container {
      display: table;
      width: 100%; }
      .resources-slider .totals-container .ram, .resources-slider .totals-container .disk, .resources-slider .totals-container .bandwidth {
        font-size: 16px;
        float: none;
        text-align: left;
        display: table-cell; }
        .resources-slider .totals-container .ram label, .resources-slider .totals-container .disk label, .resources-slider .totals-container .bandwidth label {
          top: 0;
          padding: 0;
          margin: 10px 10px 0;
          font-size: 16px;
          font-weight: bold;
          border-right: 1px solid transparent; }
        .resources-slider .totals-container .ram .detail, .resources-slider .totals-container .disk .detail, .resources-slider .totals-container .bandwidth .detail {
          display: block;
          margin-top: 5px; }
      .resources-slider .totals-container .bandwidth {
        border-radius: 0 5px 5px 0;
        font-weight: bold;
        padding-left: 10px;
        min-width: 100px; }
        .resources-slider .totals-container .bandwidth .detail {
          margin-top: 14px;
          font-weight: 200; }
      .resources-slider .totals-container #slider-disk {
        margin: 0; } }

.noUi-background, .noUi-target, .noUi-active {
  background: #d1d1d1; }

.noUi-connect {
  background: #bbd9f7;
  border: 0px solid #bbd9f7; }

.noUi-handle {
  background: #3675b4;
  color: #f4f4f4;
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: 0 3px 6px -3px #878787; }

.top-bar {
  width: 100%;
  height: 79px;
  background: #2F323B;
  text-align: left; }
  .top-bar .logo {
    margin: 0 22px;
    padding: 28px 0 0;
    height: 26px; }
    .top-bar .logo img {
      height: 23px;
      width: 157px;
      z-index: 8; }
    .top-bar .logo a {
      display: block; }
  .top-bar .partner {
    position: absolute;
    top: 36px;
    left: 300px;
    color: #fff;
    font-size: 20px; }
  .top-bar .promotion-container {
    display: none;
    top: 12px;
    right: 0;
    margin: 0 10px;
    height: 40px;
    width: auto;
    white-space: nowrap;
    border-radius: 3px;
    background: #fa5920;
    transition: all 0.2s ease-in-out; }
    .top-bar .promotion-container .promotion-description {
      position: relative;
      width: auto;
      height: 40px;
      display: inline-block;
      margin: 12px;
      color: #fff;
      text-align: center; }
      .top-bar .promotion-container .promotion-description:after {
        content: "";
        font-family: "dh-icons";
        font-weight: 100;
        font-size: 26px;
        position: relative;
        right: 0;
        top: 0;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .top-bar .promotion-container .promotion-description span {
        position: relative;
        bottom: 4px; }

.top-bar.logo-fixed .logo img {
  position: fixed; }

.cart {
  position: relative;
  top: -57px;
  right: 0;
  height: 79px;
  text-align: right;
  vertical-align: top;
  z-index: 7; }
  .cart .cart-price {
    display: none;
    color: #fff;
    font-size: 24px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    z-index: 6;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .cart .cart-icon {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    width: 82px;
    height: 82px;
    right: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s ease-in-out; }
    .cart .cart-icon:before {
      margin: 27px auto 10px;
      display: block;
      text-align: center;
      font-family: "dh-icons";
      font-size: 30px;
      font-weight: 100;
      color: #fff;
      cursor: pointer;
      content: "";
      transition: all 0.2s ease-in-out;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .cart .cart-icon:hover {
    background: #3675b4; }

.cart-opened {
  position: fixed;
  top: -3px; }
  .cart-opened .cart-price {
    display: none;
    color: #fff; }
  .cart-opened .cart-icon:before {
    color: #fff;
    content: "";
    transition: all 0.2s ease-in-out; }
  .cart-opened .cart-icon:hover:before {
    content: ""; }

.cart-demo .cart-icon:before {
  background: #3675b4; }

.content-wrapper {
  transition: all 0.2s ease-in-out; }

.content-shift {
  position: relative;
  margin-right: 0; }

.summary {
  position: fixed;
  vertical-align: top;
  display: inline-block;
  top: 0;
  right: 0;
  left: 0;
  border-right: 0px;
  padding: 25px;
  background: #fff;
  height: 100%;
  width: auto;
  z-index: 5;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 -10px 5px rgba(90, 0, 0, 0.17); }
  .summary:before {
    position: relative;
    display: block;
    content: '';
    left: -25px;
    top: -26px;
    padding: 25px 25px 1px 25px;
    width: 100%;
    height: 54px;
    background: #000; }
  .summary .h-rule {
    display: block;
    height: 1px;
    width: 100%;
    background: #f4f4f4;
    margin: 20px auto; }
  .summary ul {
    display: block;
    width: 100%;
    list-style: none;
    text-indent: none; }
    .summary ul li {
      display: table;
      width: 100%;
      position: relative;
      text-align: left;
      white-space: nowrap; }
      .summary ul li:not(:last-child) {
        margin: 0 0 15px; }
      .summary ul li p {
        display: table-cell;
        width: 100%; }
      .summary ul li .right {
        color: #2F323B;
        display: table-cell;
        width: 110px;
        position: relative;
        top: 0;
        right: 0;
        text-align: right; }
      .summary ul li a {
        text-align: center;
        padding: 0;
        color: #2F323B;
        transition: all 0.2s ease-in-out; }
        .summary ul li a:hover {
          color: #3675b4; }
      .summary ul li .product-name {
        display: table-caption;
        font-weight: 700;
        margin-bottom: 8px; }
    .summary ul li.product-type {
      font-weight: 700;
      margin: 10px 0 0;
      color: #2F323B; }
    .summary ul .domain, .summary ul .domain span {
      color: #d1d1d1; }
    .summary ul .total, .summary ul .total .price {
      padding: 0 0 0;
      font-size: 18px;
      color: #2F323B; }
  .summary .promotion-description {
    display: block;
    border-bottom: 1px solid #f7d8bb;
    background: #fa5920;
    color: #fff;
    width: 120%;
    position: relative;
    top: -26px;
    left: -25px;
    padding: 10px 0;
    border-radius: 2px; }

.pending, .summary ul li.pending {
  color: #a1a1a1;
  font-weight: 400; }
  .pending strong, .summary ul li.pending strong {
    color: #a1a1a1; }
  .pending a, .summary ul li.pending a {
    color: #a1a1a1; }
    .pending a:hover, .summary ul li.pending a:hover {
      color: #3675b4; }

.summary ul li.active {
  color: #2F323B;
  font-weight: bold; }
  .summary ul li.active strong {
    color: #2F323B;
    font-weight: bold; }

.promotion {
  display: block;
  margin: 23px 0 0;
  color: #5da115;
  font-weight: 700; }
  .promotion strong {
    font-weight: 700; }

.summary-opened {
  top: -1px;
  opacity: 1; }

.summary-closed {
  z-index: -1;
  right: 0;
  opacity: 0; }

.cloud.summary ul li {
  padding: 0 0 20px; }

#final-summary {
  position: relative;
  padding: 40px; }
  #final-summary .h-rule {
    position: relative;
    left: -10%;
    display: block;
    height: 1px;
    width: 120%;
    background: #e5e5e5;
    margin: 10px auto 35px; }
  #final-summary .product-name {
    font-weight: bold;
    display: block;
    position: absolute;
    top: -23px;
    left: -13px;
    font-size: 10px;
    text-transform: uppercase; }
  #final-summary .promotion-description {
    display: block;
    margin: 0 0 30px;
    padding: 15px 20px;
    background: #fce5cf;
    font-size: 14px;
    text-align: center; }
  #final-summary .promotion:before {
    display: none; }
  #final-summary ul {
    display: block;
    width: 100%;
    list-style: none;
    text-indent: none; }
    #final-summary ul li {
      position: relative;
      padding: 0 0 5px;
      font-weight: 400;
      font-size: 14px;
      margin: 15px; }
      #final-summary ul li:first-child {
        margin-top: 45px; }
      #final-summary ul li:last-child {
        margin-bottom: 35px; }
      #final-summary ul li p {
        margin: 0; }
      #final-summary ul li i {
        font-style: normal; }
      #final-summary ul li .right {
        position: absolute;
        top: 0;
        right: 0;
        vertical-align: top;
        font-weight: 400; }
        #final-summary ul li .right small {
          position: absolute;
          top: -17px;
          right: 0; }
    #final-summary ul:last-child li {
      margin: 0 15px;
      color: #000; }
    #final-summary ul .total {
      padding: 0;
      font-size: 18px; }

#final-summary.cloud ul li {
  padding: 0 0 20px; }

.product-details {
  position: relative;
  text-align: left;
  left: 1.3em; }
  .product-details p {
    display: block;
    margin: .7em auto;
    color: #515151; }

@media (min-width: 600px) {
  .cart .cart-price {
    display: inline-block;
    position: relative;
    top: .25em; }
  .top-bar .promotion-container {
    display: inline-block; }
  .summary .promotion-description {
    display: none; } }

@media (min-width: 850px) {
  .top-bar .logo img, .top-bar.logo-fixed .logo img {
    position: absolute; }
  .summary {
    left: auto;
    width: 350px; }
  .summary .promotion-description {
    width: 120%; }
  .summary-closed {
    right: -400px; }
  .content-shift {
    margin-right: 400px; } }

form {
  font-size: 1.8rem;
  text-align: center; }

button,
.btn {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }

.btn-primary {
  background: #3675b4;
  border: none;
  box-shadow: 0 1px 2px rgba(90, 0, 0, 0.17);
  color: #fcfcfc;
  font-size: .9em;
  margin: 20px auto 50px;
  border-radius: 3px;
  outline: none;
  padding: 1em 2em;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .btn-primary:hover {
    color: #fff;
    background: #1f75cb; }
  .btn-primary:active {
    box-shadow: none;
    transform: translate(0, 1px);
    background: #2a5b8d; }

@-moz-document url-prefix() {
  .btn-primary {
    min-height: 50px; } }

label {
  display: block;
  font-size: .75em; }

section {
  position: relative; }

input[type=text], input[type=tel], input[type=url], input[type=password], input[type=email], select {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
  color: #1f3244;
  font-weight: 300;
  font-size: .8em;
  padding: 1.015em 0.7em 0.75em;
  width: calc(100% - 18px);
  transition: all 0.1s ease-in-out; }
  input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #3675b4; }
  input[type=text]::selection, input[type=tel]::selection, input[type=url]::selection, input[type=password]::selection, input[type=email]::selection, select::selection {
    background: #f4f4f4; }
  input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #515151; }
  input[type=text]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, select:-moz-placeholder {
    color: #515151 !important; }
  input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder {
    color: #515151 !important; }
  input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #515151 !important; }

select {
  cursor: pointer;
  background: url(../icon-font/chevron-down.svg) center right no-repeat #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: padding-box;
  padding: 1.115em 0.7em 0.75em; }
  .lt-ie10 select {
    background: #fff; }

@-moz-document url-prefix() {
  select {
    padding: 1em 0.5em 0.61em;
    background-position: 100% 60%; } }

.floating-label {
  position: relative;
  margin: 0 auto;
  width: 373px;
  vertical-align: top; }
  .floating-label label {
    color: #3675b4;
    font-size: .55em;
    opacity: 0;
    text-transform: uppercase;
    transition: opacity 0.2s, top 0.2s;
    position: absolute;
    top: 0;
    left: 1.1em; }
  .floating-label input:focus {
    padding-top: 1.4em;
    padding-bottom: .36em; }
    .floating-label input:focus ~ label {
      opacity: 1;
      top: .6em; }
    .floating-label input:focus::-webkit-input-placeholder {
      color: #fff; }
    .floating-label input:focus:-moz-placeholder {
      color: #fff !important; }
    .floating-label input:focus::-moz-placeholder {
      color: #fff !important; }
    .floating-label input:focus:-ms-input-placeholder {
      color: #fff !important; }

@-moz-document url-prefix() {
  input:focus {
    padding-bottom: .4em; } }

.form-row {
  margin: 20px auto; }

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    *width: 100%;
    *margin: -5px 0 5px; }
  .dropdown-menu a {
    display: block;
    margin: 0;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
    text-align: left; }
  .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.checkbox {
  position: relative;
  left: -40px;
  width: 373px;
  border-radius: 5px;
  padding: 10px 40px 20px; }
  .checkbox p {
    line-height: 20px;
    font-size: 12px; }

input.error, select.error, input.error:focus, select.error:focus {
  border: 1px solid #dd1c1c; }

input.success, select.success, input.success:focus, select.success:focus {
  border: 1px solid #5da115; }

.hidden-inputs {
  display: none; }

input#password {
  padding-right: 110px;
  width: calc(100% - 118px); }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 999; }

.inner {
  top: 50%;
  margin: 50px auto;
  padding: 25px;
  min-height: 200px;
  max-width: 500px;
  width: 85%;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: 0 1px 2px rgba(90, 0, 0, 0.17);
  border-radius: 2px; }
  .inner h3 {
    font-size: 24px;
    line-height: 60px;
    font-weight: 200; }
  .inner p {
    line-height: 20px;
    color: #515151; }

.hide {
  display: none; }

.alert {
  max-width: 405px;
  text-align: left;
  width: 100%;
  padding: 10px 20px;
  margin: 0 auto 60px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px; }
  .alert a {
    margin: 0;
    color: #000; }

.alert-error {
  border: 1px solid #dd1c1c;
  background: #fccfcf; }

.alert-special {
  border: 1px solid #3675b4;
  background: #bbd9f7; }

.alert-promo {
  border: 1px solid #fa5920;
  background: #fce5cf; }

.alert-notice {
  border: 1px solid #cac378;
  background: #fdf8e2;
  color: #2F323B;
  padding: 10px 20px 10px 50px;
  position: relative; }
  .alert-notice:before {
    position: absolute;
    left: .75em;
    top: 1.2em;
    margin-top: -.5em;
    height: 1em;
    content: '!';
    color: #cac378;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    border: 1px solid #cac378;
    border-radius: 50%;
    padding: 0.05em 0.4em; }

.alert-block {
  border: 1px solid #cac378;
  background: #fdf8e2;
  color: #2F323B;
  padding: 1em; }

.alert-block-item {
  padding: 0 0 0 32px;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  position: relative; }
  .alert-block-item:before {
    position: absolute;
    content: '*';
    color: #cac378;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    left: 5px;
    top: 40%;
    font-size: 1.6em; }
  .alert-block-item:not(:last-child) {
    margin-bottom: 1em; }

.help-block a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer; }

.tooltip {
  position: absolute;
  z-index: 4;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip.top {
  margin-top: -2px; }

.tooltip.right {
  margin-left: 2px; }

.tooltip.bottom {
  margin-top: 2px; }

.tooltip.left {
  margin-left: -2px; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2F323B; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2F323B; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2F323B; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #2F323B; }

.tooltip-inner {
  max-width: 250px;
  padding: 10px 13px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #2F323B;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0; }

.trust {
  display: table;
  position: relative;
  margin: 25px auto 100px; }
  .trust div {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    padding: 60px 10px 30px; }
    .trust div:before {
      font-family: "dh-icons";
      font-size: 100px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #878787;
      transition: all 0.3s ease-in-out; }
  .trust .guarantee:before {
    content: ""; }
  .trust .comodo:before {
    content: ""; }

.list-table {
  list-style: none;
  padding-left: 0;
  background: #fff;
  border-radius: 2px; }
  .list-table li {
    padding: 1.2em;
    position: relative;
    font-size: 1.25em;
    color: #1f3244; }
    .list-table li:nth-child(even) {
      background: #d1d1d1; }
    .list-table li:first-child {
      font-size: 1.5em;
      font-weight: normal;
      line-height: 1;
      padding: .7em; }
    .list-table li.heading {
      background: #1f3244;
      color: #fff; }

.vantiv-holder {
  margin: 2em 0; }

.vantiv-holder .alert {
  margin-bottom: 2em;
  width: auto; }

.vantiv-holder .btn-primary {
  margin-top: 0;
  margin-bottom: 0; }

.vantiv-holder__placeholder {
  margin-top: 0;
  margin-bottom: 0;
  width: 235px; }

.vantiv-holder__cc-form {
  font-size: 1.7rem;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  width: 415px;
  max-width: 405px; }
  .vantiv-holder__cc-form .vantiv-holder__cc-form__field {
    margin: .8em 0;
    /* Error States */ }
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field:first-child {
      margin-top: 0; }
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field label {
      border: none;
      color: #4D5B69;
      display: block;
      float: none;
      font-size: .8em;
      margin: 0;
      padding: 0;
      width: 100%; }
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field input {
      background: #fff;
      border: 1px solid #d1d1d1;
      box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
      border-radius: 2px;
      font-size: 1em;
      outline: none;
      padding: .5em;
      transition: border 0.1s ease-in-out;
      width: 100%; }
      .vantiv-holder__cc-form .vantiv-holder__cc-form__field input:focus {
        border-color: #3675b4; }
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field.error:before {
      content: ''; }
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field.error label {
      color: #dd1c1c; }
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field.error input[type=text],
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field.error input[type=tel],
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field.error input[type=url],
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field.error input[type=password],
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field.error input[type=email],
    .vantiv-holder__cc-form .vantiv-holder__cc-form__field.error select {
      border: 1px solid #dd1c1c; }

.login-container {
  margin: 2em; }
  .login-container .login-to-account,
  .login-container .create-an-account {
    width: 450px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 2em; }
  .login-container .login-to-account input#password {
    padding-right: 60px;
    width: calc(100% - 60px); }
  .login-container .login-to-account .lens-of-truth button {
    right: -0.6em; }
  .login-container .login-to-account .pw-val {
    display: none; }
  .login-container .create-an-account .btn-primary {
    margin: 65px 30px 20px;
    font-size: 16px;
    width: 86%; }

.login-to-account .form-row {
  margin: 20px 5px 20px 0;
  width: 45%;
  display: inline-block; }

.login-to-account .btn-primary {
  margin: 5px 0 0;
  display: block; }

.create-account-h2,
.login-h2 {
  color: #000;
  font-weight: 400;
  text-align: left;
  margin: 20px 30px 30px; }

.login-h2 {
  margin: 35px 30px 30px 0; }

.create-account-p,
.login-p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin: 0 30px; }

.login-p {
  margin: 0 30px 0 0; }

.login {
  position: relative;
  max-width: 420px;
  margin: 0 auto 2em;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-align: center; }
  .login.remixer {
    background: inherit; }
    .login.remixer a {
      display: inline-block;
      padding: 7px 0px;
      margin: 0 0 0 5px;
      background: inherit;
      color: #515151;
      border-radius: 0px;
      box-shadow: 0 0px 0px rgba(90, 0, 0, 0.17);
      text-decoration: underline; }
      .login.remixer a:hover {
        background: none; }
  .login a {
    display: inline-block;
    padding: 7px 12px;
    margin: 0 0 0 5px;
    background: #3675b4;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(90, 0, 0, 0.17); }
    .login a:hover {
      background: #1f75cb; }
    .login a:active {
      box-shadow: none;
      transform: translate(0, 1px);
      background: #2a5b8d; }

.checkout-form {
  margin: 0 auto;
  text-align: left; }
  .checkout-form section {
    margin: 0 auto 40px; }
  .checkout-form #payment-type {
    position: relative;
    min-width: 377px;
    max-width: 400px;
    padding: 40px;
    background: #fff;
    border-radius: 5px; }
    .checkout-form #payment-type .card {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      height: 40px;
      width: 375px;
      cursor: text; }
  .checkout-form h3 {
    font-weight: 300;
    margin: 0 0 25px; }
  .checkout-form .almost-full {
    width: 71.8%;
    display: inline-block; }
  .checkout-form .half {
    width: 47%;
    display: inline-block; }
  .checkout-form .quarter {
    width: 22%;
    display: inline-block; }
  .checkout-form select {
    width: 100.9%; }
  .checkout-form .form-row {
    margin: 0 15px 15px 0; }
  .checkout-form #gift_certificate_message {
    display: none; }
  .checkout-form .secure {
    color: #515151;
    font-size: 14px;
    text-align: center; }
    .checkout-form .secure:before {
      position: relative;
      top: 2px;
      font-family: "dh-icons";
      content: "";
      font-size: 20px;
      margin: 0 5px 0 0; }
  .checkout-form .card:before {
    position: relative;
    display: block;
    right: 0;
    top: .6em;
    margin-top: -11px;
    height: 19px;
    font-family: "dh-icons";
    font-size: 2.5em;
    color: #515151;
    float: right;
    content: "" "" "" "";
    background-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: text; }

@-moz-document url-prefix() {
  .checkout-form .card:before {
    bottom: .4em; }
  .checkout-form select {
    width: 100.5%; } }
  .checkout-form .active:before {
    color: #d1d1d1; }
  .checkout-form .visa ~ .card:before {
    content: "";
    color: #3675b4; }
  .checkout-form .amex ~ .card:before {
    content: "";
    color: #3675b4; }
  .checkout-form .mastercard ~ .card:before {
    padding-top: 6px;
    top: 21px;
    bottom: 25px;
    color: #fa5920;
    content: "";
    background: -webkit-linear-gradient(left, #dd1c1c, #fa5920);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .checkout-form .discover ~ .card:before {
    content: "";
    color: #fa5920; }
  .checkout-form .cvv {
    height: 0;
    width: 0; }
    .checkout-form .cvv:before {
      position: absolute;
      top: 2.54em;
      right: -.16em;
      padding: 0.57em 0.65em;
      font-family: "dh-icons";
      font-size: 1.3em;
      content: "";
      color: #878787;
      z-index: 4;
      cursor: help;
      background: #f4f4f4;
      box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .lt-ie10 .checkout-form .cvv:before {
        top: 1.68em;
        left: 18.6em;
        padding: 0.48em 0.75em; }
    .checkout-form .cvv:hover:before {
      color: #2F323B; }

@-moz-document url-prefix() {
  .checkout-form .cvv:before {
    padding: .65em;
    top: 2.65em; }
  .checkout-form .cc-exp:focus, .checkout-form .cc-cvc:focus {
    padding-bottom: .4em;
    margin-bottom: 0; } }
  .checkout-form .cvv-all, .checkout-form .cvv-amex, .checkout-form .cvv-visa-master-discover {
    position: absolute;
    bottom: -.95em;
    right: 0;
    background: #fff;
    border: 1px solid #d1d1d1;
    color: #000;
    padding: 20px;
    border-radius: 2px;
    display: none;
    box-shadow: 0 0 5px rgba(90, 0, 0, 0.17);
    z-index: 4; }
    .checkout-form .cvv-all:after, .checkout-form .cvv-all:before, .checkout-form .cvv-amex:after, .checkout-form .cvv-amex:before, .checkout-form .cvv-visa-master-discover:after, .checkout-form .cvv-visa-master-discover:before {
      top: 100%;
      right: 15px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .checkout-form .cvv-all:after, .checkout-form .cvv-amex:after, .checkout-form .cvv-visa-master-discover:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 7px;
      margin-left: -7px; }
    .checkout-form .cvv-all:before, .checkout-form .cvv-amex:before, .checkout-form .cvv-visa-master-discover:before {
      border-color: transparent;
      border-top-color: #d1d1d1;
      border-width: 8px;
      margin-left: -8px; }
  .checkout-form .cvv-all p {
    display: inline-block;
    margin: 0 auto;
    width: 46%;
    vertical-align: top;
    padding: 0 0px 0 5px;
    font-size: 14px; }
    .checkout-form .cvv-all p:first-child {
      border-right: 1px solid #ebebeb;
      padding: 0 7px 0 5px; }
    .checkout-form .cvv-all p img {
      width: 100%;
      margin-bottom: 10px; }
  .checkout-form .cvv-visa-master-discover, .checkout-form .cvv-amex {
    width: 86%;
    padding: 25px;
    font-size: 14px;
    text-align: center;
    font-weight: bold; }
    .checkout-form .cvv-visa-master-discover img, .checkout-form .cvv-amex img {
      width: 100%;
      margin-bottom: 10px; }
  .checkout-form .unknown ~ .cvv:hover > .cvv-all,
  .checkout-form .visa ~ .cvv:hover > .cvv-visa-master-discover,
  .checkout-form .mastercard ~ .cvv:hover > .cvv-visa-master-discover,
  .checkout-form .discover ~ .cvv:hover > .cvv-visa-master-discover,
  .checkout-form .amex ~ .cvv:hover > .cvv-amex {
    display: block; }
  .checkout-form .submit-container {
    width: 100%;
    text-align: center;
    margin: 20px auto 0; }
    .checkout-form .submit-container .btn {
      margin: 20px auto;
      background: #fa5920; }
      .checkout-form .submit-container .btn:hover {
        background: #ff571b; }
      .checkout-form .submit-container .btn:active {
        background: #b03104; }
      .checkout-form .submit-container .btn:before {
        position: relative;
        left: -5px;
        font-family: "dh-icons";
        content: "";
        color: #fce5cf;
        transition: all 0.2s ease-in-out; }
      .checkout-form .submit-container .btn:hover:before {
        color: #fff; }
      .checkout-form .submit-container .btn:disabled {
        background: #627991;
        color: #fff;
        cursor: wait; }
        .checkout-form .submit-container .btn:disabled:before {
          color: #fff;
          display: inline-block;
          content: "";
          animation: spin 4s linear infinite;
          -moz-animation: spin 4s linear infinite;
          -webkit-animation: spin 4s linear infinite;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }

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

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    .checkout-form .submit-container .error:disabled {
      background: #a62d2d;
      color: #fccfcf;
      cursor: not-allowed; }
      .checkout-form .submit-container .error:disabled:before {
        color: #fccfcf;
        display: inline-block;
        content: "";
        animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

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

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .checkout-form #final-summary {
    margin: 0 auto; }
  .checkout-form .fine-print {
    position: relative;
    display: block;
    font-size: 14px;
    color: #515151;
    text-align: center;
    line-height: 25px;
    margin: 0 auto; }
    .checkout-form .fine-print a {
      padding: 0;
      margin: 0;
      font-weight: 900;
      font-size: 14px; }
      .checkout-form .fine-print a:hover {
        color: #3675b4;
        text-decoration: none; }
  .checkout-form .info {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 25px;
    margin: 0 auto; }
    .checkout-form .info a {
      padding: 0;
      margin: 0;
      font-weight: 900;
      font-size: 16px; }
      .checkout-form .info a:hover {
        color: #3675b4;
        text-decoration: none; }

.login-details-p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left; }

/* module */
.server-config__options ul, .server-quote ul, .server-quote__options {
  padding-left: 0;
  list-style: none; }

.server-config__options ul li, .server-quote__options li {
  display: inline; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.server-config a:hover, .server-quote__options a:hover {
  background: #eee; }

.server-quote__heading {
  margin-top: 0; }

.plan-price__cost {
  font-weight: 700;
  margin: 0; }

.plan-price__details {
  font-size: .9rem;
  color: #777;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 0; }

.plan-price--selected {
  background: #eee; }

.plan-price:hover {
  cursor: pointer; }

.order-plan {
  background: #eee;
  display: block;
  color: #333;
  padding: 1rem;
  margin: 1rem 0 0;
  text-decoration: none; }

.order-plan:hover {
  background: #ccc; }

.server-config__heading {
  margin-top: 0; }

.server-config__options li {
  margin-right: 5px; }

.server-config__options li:last-child {
  margin-right: 0; }

.server-config__options .disabled {
  background: #f4f4f4;
  opacity: .4; }

/* theme */
.dedicated-servers-configuration {
  padding: 0 0 20px;
  max-width: 1000px;
  margin: 0 auto; }

.server-quote {
  display: inline-block;
  text-align: left;
  max-width: 500px;
  width: 100%;
  padding: 35px 0 0 15px;
  vertical-align: top; }
  .server-quote h3 {
    padding: 0 0 15px; }

.server-quote__heading {
  margin: 20px 0; }
  .server-quote__heading:first-child {
    margin-top: 0; }

.server-quote__details ul {
  margin-left: 0;
  list-style: none; }

.server-quote__details li {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
  font-weight: 500; }
  .server-quote__details li:first-child {
    padding-top: 0; }
  .server-quote__details li:before {
    content: '\2714';
    color: #33BB33;
    margin-right: 10px; }

.server-config {
  display: inline-block;
  margin-bottom: 0;
  width: 260px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  padding: 19px 20px 30px; }
  .server-config p {
    margin: 20px 0;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500; }
  .server-config a {
    text-decoration: none; }
  .server-config h3 {
    padding: 0 0 15px; }

.server-config__heading {
  margin-bottom: 5px; }

.server-config__options ul {
  margin-left: 0; }

.server-config__item {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 3px; }

.server-config__heading {
  margin: 20px 0; }
  .server-config__heading:first-child {
    margin-top: 0; }

.plan-price {
  width: 40%;
  float: left;
  padding: 20px;
  text-align: center; }
  .plan-price:hover {
    background: #2F323B;
    color: #fff;
    transition: all 0.2s ease-in-out; }

.plan-price__details {
  font-weight: 600;
  font-size: 14px;
  font-style: normal; }

.plan-price--selected .plan-price__details {
  color: #fff; }

.plan-price:last-child {
  float: right; }

.plan-price__cost {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px; }

/* responsive */
@media screen and (max-width: 880px) {
  .dedicated-servers-configuration .span4,
  .dedicated-servers-configuration .span6,
  .dedicated-servers-configuration .span8 {
    max-width: 90%;
    width: 100%;
    float: none; }
  .plan-price {
    width: 35%; } }

/* Add Bootstrap buttons to things */
.server-config__options a {
  padding: 4px 12px; }
  .server-config__options a:hover {
    background: #2F323B;
    color: #fff; }

.plan-price, .server-config__options a {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); }

.server-config__options a.active,
.plan-price--selected {
  color: #ffffff;
  background-color: #3675b4;
  box-shadow: none; }
  .server-config__options a.active:hover,
  .plan-price--selected:hover {
    background-color: #3675b4; }

.server-config__options .disabled:hover {
  background: #f4f4f4;
  cursor: not-allowed;
  color: #000; }

.plan-out-of-stock {
  position: relative;
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin-top: 2em;
  border-radius: 2px;
  padding: 0 20px 0 60px;
  line-height: 1.5em;
  transition: all 0.2s ease-in-out; }

.config-not-available .plan-out-of-stock {
  opacity: 1;
  height: auto;
  padding: 10px 20px 10px 60px; }

#api-password p {
  font-weight: 200;
  font-size: .7em;
  margin: -15px 0 20px;
  line-height: 1.5em; }

.day-trial {
  color: #5da115; }

#plans-selection {
  position: inherit; }

.plans-container {
  width: 100%;
  text-align: center;
  left: 0;
  padding: 0; }
  .plans-container h3 {
    font-weight: 200;
    letter-spacing: 1px;
    padding-top: 50px;
    color: #fff;
    font-size: 30px; }

.not-strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize; }

.amount {
  display: inline-block;
  font-size: 60px;
  font-weight: 100;
  line-height: 50px;
  margin: 14px 0;
  position: relative;
  left: -8px; }
  .amount .footnote {
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    top: -20px;
    left: -3px; }

.cloud-container .alert-error {
  position: relative;
  left: -20px; }

.usd {
  left: -5px;
  bottom: 13px;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: relative; }

.domain-container h3 {
  text-align: left;
  font-weight: 300;
  position: relative;
  z-index: 2; }

.domain-container form {
  max-width: 375px;
  margin: 0 auto 100px;
  position: relative; }

.domain-container label[for="domain"]:before {
  font-size: 14px;
  line-height: 3em;
  display: block;
  position: absolute;
  top: 35px;
  left: 1px;
  height: 38.8px;
  padding: 1px 12px 0;
  background: #2F323B;
  color: #fff;
  content: "www.";
  border-radius: 1px 0 0 1px;
  cursor: text;
  z-index: 2; }

@-moz-document url-prefix() {
  .domain-container input[name="domain"]:focus {
    padding-bottom: 0.75em; } }

.domain-container input[name="domain"] {
  position: relative;
  font-size: 1em;
  width: calc(375px - 80px);
  padding-left: 67px;
  z-index: 1; }
  .domain-container input[name="domain"]:disabled {
    background: #f9f9f9;
    color: #999;
    box-shadow: none; }
  .domain-container input[name="domain"]:focus::-webkit-input-placeholder {
    color: #d1d1d1; }
  .domain-container input[name="domain"]:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #d1d1d1; }
  .domain-container input[name="domain"]:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d1; }
  .domain-container input[name="domain"]:focus:-ms-input-placeholder {
    color: #d1d1d1; }

.domain-container .btn-primary {
  margin: 0;
  min-height: 0; }

.domain-container .duration {
  width: 75px;
  padding: 5px 5px 3px;
  margin: 0;
  margin: 0 2px 0 5px;
  background: url(../icon-font/chevron-down.svg) #fff center right no-repeat;
  background-size: 15px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold; }

.domain-container .tlds {
  height: 60px; }
  .domain-container .tlds ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    color: #9c9c9c;
    font-size: 12px; }
    .domain-container .tlds ul li a {
      margin: 0;
      padding: 10px 0;
      text-decoration: none;
      font-size: 12px; }
      .domain-container .tlds ul li a:before {
        font-family: "dh-icons";
        content: "";
        margin: 0 2px 0 0; }
    .domain-container .tlds ul li:last-child {
      width: 70px; }

.domain-container ul.domain-choices li {
  list-style: none;
  text-align: left;
  height: 40px; }
  .domain-container ul.domain-choices li label {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #6b6b6b;
    transition: all 0.2s ease-in-out; }
    .domain-container ul.domain-choices li label:hover {
      color: #1b1b1b; }
  .domain-container ul.domain-choices li input[type="radio"] {
    margin-right: 15px; }
  .domain-container ul.domain-choices li .free-promo {
    font-weight: bold; }

.domain-container .free-whois h3 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px; }
  .domain-container .free-whois h3:before {
    height: 80px;
    width: 80px;
    display: block;
    content: "";
    margin: 50px auto 20px;
    background: url(../icons/free-domain.svg) top left no-repeat;
    background-size: 100% auto; }

.domain-container .free-whois p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px;
  color: #9c9c9c; }
  .domain-container .free-whois p a {
    padding: 0;
    margin: 0;
    font-size: 14px; }

.domain-container .you-have-got-to-be-kidding-me-with-this-list {
  position: relative;
  width: 100%;
  padding: 20px 20px 50px;
  margin: 0 auto;
  background: #1b1b1b;
  color: #fff;
  display: none; }
  .domain-container .you-have-got-to-be-kidding-me-with-this-list h3 {
    font-size: 50px;
    font-weight: 300;
    line-height: 150px;
    text-align: center;
    color: #4285c7; }
  @media (max-width: 800px) {
    .domain-container .you-have-got-to-be-kidding-me-with-this-list h3 {
      font-size: 26px;
      font-weight: 300;
      line-height: 100px; } }
  .domain-container .you-have-got-to-be-kidding-me-with-this-list ul li {
    list-style: none;
    display: inline-block;
    max-width: 210px;
    width: 100%;
    text-align: left;
    margin: 7px 50px; }
    .domain-container .you-have-got-to-be-kidding-me-with-this-list ul li strong {
      display: inline-block;
      width: 100px;
      text-align: right;
      margin: 0 10px 0 0; }
  .domain-container .you-have-got-to-be-kidding-me-with-this-list .close-tlds {
    position: absolute;
    top: 20px;
    right: 100px;
    font-size: 60px;
    font-weight: bold; }
    .domain-container .you-have-got-to-be-kidding-me-with-this-list .close-tlds a {
      text-decoration: none; }
      .domain-container .you-have-got-to-be-kidding-me-with-this-list .close-tlds a:before {
        font-family: "dh-icons";
        content: "";
        color: #fff; }
      .domain-container .you-have-got-to-be-kidding-me-with-this-list .close-tlds a:hover:before {
        color: #4285c7; }

.domain-container .domain-alerts {
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold; }
  .domain-container .domain-alerts #domain-available {
    color: #5da115;
    display: none; }
  .domain-container .domain-alerts #domain-unavailable, .domain-container .domain-alerts #domain-error {
    color: #dd1c1c;
    display: none; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg); } }

.domain-container #domain-loading, .domain-container #domain-error, .domain-container #domain-success {
  display: none;
  position: absolute;
  top: 45px;
  right: 10px;
  height: 20px;
  width: 20px;
  opacity: 0.2;
  z-index: 2; }

.domain-container .tooltip-inner {
  min-width: 130px; }

.domain-container #domain-loading {
  animation: spinner 2s linear infinite;
  -webkit-animation: spinner 2s linear infinite; }

.domain-container #suggestions {
  position: relative;
  left: -40px;
  top: -100px; }
  .domain-container #suggestions .suggestions-container {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 40px;
    text-align: left; }
    .domain-container #suggestions .suggestions-container ul {
      list-style: none;
      text-align: left;
      margin-top: 80px; }
    .domain-container #suggestions .suggestions-container li {
      font-size: 14px;
      padding: 10px;
      display: table; }
      .domain-container #suggestions .suggestions-container li:nth-child(2n+0) {
        background: #f4f4f4;
        border-radius: 2px; }
      .domain-container #suggestions .suggestions-container li span {
        display: table-cell; }
      .domain-container #suggestions .suggestions-container li .cta, .domain-container #suggestions .suggestions-container li .unavailable {
        width: 200px; }
      .domain-container #suggestions .suggestions-container li .unavailable {
        background: #d1d1d1;
        border-radius: 2px;
        padding: 12px 54px;
        font-size: 12px;
        cursor: not-allowed; }
      .domain-container #suggestions .suggestions-container li .cta a {
        text-decoration: none;
        font-weight: 700;
        width: 120px;
        text-align: center; }
        .domain-container #suggestions .suggestions-container li .cta a:hover {
          color: #fff; }
      .domain-container #suggestions .suggestions-container li .price {
        width: 50px;
        display: inline-block; }
      .domain-container #suggestions .suggestions-container li .domain {
        width: 175px;
        margin-right: 10px;
        word-wrap: break-word;
        display: block; }
    .domain-container #suggestions .suggestions-container .hidden {
      height: 0px;
      overflow: hidden; }
    .domain-container #suggestions .suggestions-container .height-auto {
      height: auto; }
    .domain-container #suggestions .suggestions-container .see-more-domain-suggestions {
      display: block;
      text-decoration: none;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      border: 1px solid #d1d1d1;
      width: 180px;
      margin: 15px auto 0;
      padding: 12px 0;
      border-radius: 2px; }
      .domain-container #suggestions .suggestions-container .see-more-domain-suggestions:after {
        font-family: 'dh-icons';
        content: "";
        position: relative; }
    .domain-container #suggestions .suggestions-container .searched-dom {
      color: #878787; }

.domain-container .suggestions-header {
  display: none; }
  .domain-container .suggestions-header h3 {
    position: relative;
    top: -25px; }

.dreamhosters label[for="domain"]:before {
  left: auto;
  right: 2px;
  content: ".dreamhosters.com";
  border-radius: 0 2px 2px 0; }

.dreamhosters input[name="domain"] {
  padding-left: 10px;
  padding-right: 135px;
  width: 226px; }

/* Adds the box with the '.dream.press' wording */
.dreampress label[for="domain"]:before {
  left: auto;
  right: 2px;
  content: ".dream.press";
  border-radius: 0 2px 2px 0; }

.dreampress input[name="domain"] {
  padding-left: 10px;
  padding-right: 135px;
  width: 226px; }

.disabled label[for="domain"]:before {
  background: #666;
  cursor: default; }

/* New domains step CSS, for use with hidden domains flow */
/* May supplant previous code when production-ready */
.domain-vue-container {
  padding: 0 1em; }

.domain-wrapper {
  max-width: 600px;
  margin: 0 auto; }

input.select-domain {
  font-size: 16px;
  padding: 0.8em 1em 0.7em;
  border-radius: 5px 0 0 5px; }
  input.select-domain:disabled {
    background: #f9f9f9;
    color: #999;
    box-shadow: none; }

.input-group {
  display: table;
  position: relative; }

.select-domain-label {
  display: table-cell;
  width: 99%;
  vertical-align: middle; }

.input-group-btn {
  width: 1%;
  display: table-cell; }

.btn-search {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 0 5px 5px 0;
  margin: 0; }
  .btn-search:disabled {
    background-color: #878787; }

.btn-status, .btn-result {
  margin: 0;
  padding: 10px 15px; }
  .btn-status:disabled, .btn-result:disabled {
    opacity: 0.7; }

.btn-result {
  font-size: 14px; }

.btn-verifying, .btn-status.cancel {
  width: auto;
  background-color: #878787; }
  .btn-verifying:hover, .btn-status.cancel:hover {
    background-color: #878787; }

.subdomain-block {
  position: absolute;
  right: 55px;
  top: 0;
  background-color: #1f3244;
  padding: 15.5px 10px;
  font-size: 15px;
  color: #fff; }

.domain-spinner {
  animation: spin 1s linear infinite;
  font-size: 25px; }

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

.subdomain-icon {
  font-size: 25px;
  font-weight: bold; }

.domain-suggestions {
  width: 100%;
  text-align: left;
  margin: 2em 0; }
  .domain-suggestions ul {
    list-style: none; }
  .domain-suggestions h4 {
    text-align: center;
    margin-bottom: 0; }

.tag-sale {
  background-color: #fa5920;
  font-size: 12px;
  color: #fff;
  padding: 2px;
  margin-right: 8px;
  border-radius: 3px; }

.result-form {
  font-size: 14px;
  text-align: left; }

.domain-years-select {
  margin-top: 1em;
  border: 1px solid #d1d1d1;
  background-color: #fff; }

.domain-label {
  padding: 1em;
  font-size: 14px;
  box-sizing: border-box; }
  .domain-label + .domain-label {
    border-top: 1px solid #d1d1d1; }

.domain-input {
  margin-right: 0.5em; }

.domain-status-container {
  margin: 2em 0;
  max-width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 1.5em;
  box-sizing: border-box; }

.domain-status-container.alert-error {
  color: #dd1c1c; }

.domain-status-message p:first-child {
  margin-top: 0; }

.domain-table {
  width: 100%; }

.domain-table-row {
  font-size: 14px;
  padding: 1em;
  background-color: #fff;
  margin-top: 0.5em; }

.domain-table-row.domain-table-row-header {
  background-color: #627991;
  color: #fff;
  text-align: center;
  margin: 3em 0 0; }

.domain-table-header {
  text-transform: capitalize; }

.domain-table-unavailable {
  background-color: #878787;
  color: #fff;
  padding: 1em; }

.input-group-btn {
  width: 1%;
  display: table-cell; }

.domain-table, .domain-table-left, .domain-table-right {
  display: block;
  text-align: center;
  margin: 0 auto; }

.domain-table-left {
  padding: 0;
  margin: 1em 0; }

.domain-table-btns {
  margin-top: 1em;
  text-align: center; }

@media (min-width: 640px) {
  .domain-table {
    display: table; }
  .domain-table-left {
    display: table-cell;
    width: 99%;
    text-align: left; }
  .domain-table-right {
    display: inline-block; }
  .domain-table-price {
    padding-right: 1em; }
  .domain-table-unavailable {
    padding: 1.75em 1em; } }

.see-more-domain-suggestions {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  margin: 3em auto 10em;
  cursor: pointer;
  border-radius: 2px; }
  .see-more-domain-suggestions:after {
    font-family: 'dh-icons';
    content: "";
    position: relative; }

.domain-tlds li {
  list-style: none;
  display: inline-block;
  margin: 0 1.3em;
  color: #9c9c9c;
  font-size: 15px;
  line-height: 1.5; }

.domain-tlds a {
  text-decoration: none; }

.domain-search-promo {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 1em auto;
  box-sizing: border-box;
  border-radius: 5px; }

.free-whois {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  color: #9c9c9c; }
  .free-whois p {
    margin-bottom: 0; }

.dreampress-options {
  font-size: 14px;
  margin-bottom: 1.5em; }

.shared-options {
  margin-top: 4em; }

.domains-tooltip {
  background-color: #d1d1d1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 5px;
  line-height: 1;
  border-radius: 10px;
  cursor: pointer; }
  .domains-tooltip:hover {
    background-color: #3675b4;
    color: #fff; }

.dreampress-alert {
  font-size: 12px;
  line-height: 1.2em;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 1.5em 0 0;
  padding: 1em;
  border-radius: 30px; }

.you-have-got-to-be-kidding-me-with-this-list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #1b1b1b;
  color: #fff;
  padding: 3em 0;
  margin-top: 8em; }
  .you-have-got-to-be-kidding-me-with-this-list ul li {
    list-style: none;
    display: inline-block;
    max-width: 210px;
    width: 100%;
    text-align: left;
    margin: 7px 0; }
    .you-have-got-to-be-kidding-me-with-this-list ul li strong {
      display: inline-block;
      width: 100px;
      text-align: right;
      margin-right: 10px; }

.domain-close-tld-list {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5em 10px;
  border-radius: 50px; }
  .domain-close-tld-list a {
    text-decoration: none;
    vertical-align: middle; }
    .domain-close-tld-list a:before {
      font-family: "dh-icons";
      content: "";
      color: #fff; }
    .domain-close-tld-list a:hover:before {
      color: #4285c7; }

.vm-slide-right-enter-active,
.vm-slide-up-enter-active,
.vm-slide-down-enter-active {
  transition: all 0.5s; }

.vm-slide-right-enter-to,
.vm-slide-up-enter-to,
.vm-fade-enter-to {
  transform: translate(0, 0);
  opacity: 1; }

.vm-slide-up-enter,
.vm-slide-right-enter,
.vm-fade-enter {
  opacity: 0; }

.vm-slide-up-enter {
  transform: translate(0, 20%); }

.vm-slide-right-enter {
  transform: translate(-20%, 0); }

.shared-plans-container h3 {
  font-weight: 200;
  letter-spacing: 1px; }

.shared-plans-container p {
  color: #515151;
  font-size: 12px;
  margin: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%; }

.shared-plans-container .plan-details {
  font-size: 14px; }

.shared-plans-container .not-strong {
  display: block;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize; }

.shared-plans-container .amount {
  display: inline-block;
  font-size: 30px;
  font-weight: 100;
  line-height: 50px;
  margin: 14px 0 5px;
  position: relative; }
  .shared-plans-container .amount .footnote {
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    top: -20px;
    left: -3px; }

.shared-plans-container .best-deal {
  background: #fa5920;
  height: 70px;
  margin: 50px 0 0 50px;
  position: absolute;
  right: -7px;
  top: 170px;
  width: 105%; }
  .shared-plans-container .best-deal:before {
    position: absolute;
    bottom: 66px;
    left: 3px;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e23f05;
    z-index: -1;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .shared-plans-container .best-deal:after {
    position: absolute;
    bottom: 66px;
    right: 3px;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #e23f05;
    z-index: -1;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .shared-plans-container .best-deal .deal-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    padding: 17px 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }

.shared-plans-container .plan {
  background: #fcfcfc;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  display: inline-block;
  height: 200px;
  margin: 0 10px 50px;
  padding: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
  width: 250px; }
  .shared-plans-container .plan:hover {
    background: #2F323B;
    color: #fff;
    cursor: pointer; }
  .shared-plans-container .plan:hover > .plan-inner p {
    color: #d1d1d1; }
  .shared-plans-container .plan .plan-inner {
    position: relative;
    top: 50px; }
  .shared-plans-container .plan input[type="radio"] {
    display: none; }

.shared-plans-container .billing-active, .shared-plans-container .billing-active:hover {
  background: #3675b4;
  box-shadow: 0 0 0 #fff;
  color: #fff;
  cursor: default;
  transition: all 0.2s ease-in-out; }
  .shared-plans-container .billing-active .plan-inner p, .shared-plans-container .billing-active:hover .plan-inner p {
    color: #fff; }

.shared-plans-container .plan:hover > .plan-inner .promo.pill,
.shared-plans-container .billing-active > .plan-inner .promo.pill,
.shared-plans-container .billing-active:hover > .plan-inner .promo.pill {
  background: #fff;
  color: #2F323B;
  border: 1px solid transparent; }

.shared-plans-container .promo.pill {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  border-radius: 500px;
  color: #000;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  padding: 10px 25px;
  position: relative;
  transition: all 0.2s ease-in-out;
  min-width: 100px;
  max-width: 150px;
  width: 100%; }

.shared-plans-container .recurring-promo {
  position: absolute;
  width: 100%;
  left: -30px;
  bottom: -90px;
  padding: 10px 30px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  background: #fa5920; }

.shared-plans-container .with-annual {
  bottom: -76px; }

.shared-plans-container .usd {
  bottom: 3px;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 100;
  position: relative; }

.page-header p {
  font-size: 16px;
  margin-bottom: 35px; }

.checkbox {
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  left: auto;
  padding: 10px 30px;
  max-width: 600px;
  width: 100%;
  text-align: left;
  transition: all 0.2s ease-in-out; }
  .checkbox h3, .checkbox strong, .checkbox p {
    transition: all 0.2s ease-in-out; }
  .checkbox h3 {
    font-size: 26px;
    font-weight: 200; }
  .checkbox strong {
    position: relative;
    margin-left: 10px;
    top: 2px;
    font-weight: 600;
    color: #3675b4;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif; }
  .checkbox p {
    margin-top: 15px;
    margin-left: 25px;
    font-size: 16px;
    color: #515151; }
  .checkbox ul {
    margin-left: 45px;
    line-height: 20px;
    font-size: 16px;
    color: #515151; }
  .checkbox li {
    padding: 5px; }
  .checkbox:hover {
    background: #2F323B; }
    .checkbox:hover h3, .checkbox:hover strong, .checkbox:hover p, .checkbox:hover ul {
      color: #fff; }

.selected, .selected:hover {
  cursor: pointer;
  background: #3675b4; }
  .selected h3, .selected strong, .selected p, .selected:hover h3, .selected:hover strong, .selected:hover p {
    color: #fff; }
  .selected ul, .selected:hover ul {
    color: #fff; }

.bottom {
  position: relative;
  margin: auto;
  cursor: pointer;
  max-width: 600px;
  line-height: 20px;
  font-size: 16px; }

.control-group {
  position: relative;
  width: 500px;
  margin: 0 auto; }

#finish p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px; }

#finish a.btn {
  text-decoration: none;
  color: #fff;
  margin: 50px 0; }

#finish a.btn.sharepopup {
  display: inline-block;
  width: 100px;
  color: #000;
  text-decoration: none;
  margin: 0 0 50px; }
  #finish a.btn.sharepopup:hover {
    color: #3675b4; }

#finish .twitter:before {
  font-family: "dh-icons";
  content: "";
  font-size: 20px;
  font-weight: 200;
  margin-right: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

#finish .facebook:before {
  content: "";
  font-family: "dh-icons";
  font-size: 20px;
  font-weight: 200;
  margin-right: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

#finish .well {
  font-size: 14px;
  display: none; }

#finish ol {
  max-width: 600px;
  margin: 25px auto;
  text-align: left; }
  #finish ol li {
    margin: 5px 0; }

.vps-pricing {
  padding: 0 2em;
  margin-bottom: 2em;
  line-height: 1.4; }
  .vps-pricing:before,
  .vps-pricing:after {
    display: table;
    content: ""; }
  .vps-pricing:after {
    clear: both; }
  .vps-pricing .list-table {
    margin-bottom: 2em; }
    @media (min-width: 900px) {
      .vps-pricing .list-table {
        width: 23.5%;
        float: left;
        margin-right: 2%;
        margin-bottom: 4em;
        font-size: 14px; }
        .vps-pricing .list-table:last-child {
          margin-right: 0; } }
  .vps-pricing .plan-name {
    background: #1f3244; }
    .vps-pricing .plan-name h2 {
      margin: 0;
      color: #fff;
      padding: 1em 0; }
  .vps-pricing .btn-primary {
    margin: 0;
    text-decoration: none; }
  .vps-pricing .is-visible {
    display: block; }
  .vps-pricing .is-hidden {
    display: none; }

.drop-content {
  background: #1f3244;
  padding: 1em;
  border-radius: 3px;
  min-width: 350px;
  -webkit-font-smoothing: antialised; }
  .drop-content:before,
  .drop-content:after {
    display: table;
    content: ""; }
  .drop-content:after {
    clear: both; }

.vps-billing-choice {
  border-radius: 3px;
  padding: 1em;
  text-align: center;
  display: block;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  color: #4F5251;
  transition: .3s;
  text-decoration: none;
  margin-bottom: 1em; }
  .vps-billing-choice:hover {
    background: #fff;
    background: #3675b4;
    color: #fff; }
  .vps-billing-choice span {
    display: block; }
  .vps-billing-choice__type {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize; }
  .vps-billing-choice__price {
    font-weight: bold;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    margin-top: 12px; }
  .vps-billing-choice__details {
    font-style: italic; }

.list-table li.vps-payment-choice {
  padding: 0; }
  .list-table li.vps-payment-choice.is-visible {
    padding: 1.2em; }
  .list-table li.vps-payment-choice p {
    margin-top: 0; }

.vps-payment-choice-cancel {
  font-size: 14px; }
