/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* Links */
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* Typography */
h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  margin-left: .1em;
  font-size: 66%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Figures */
figure {
  margin: 0;
}

/* Forms */
fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HTML5 Boilerplate */
/* Base styles: opinionated defaults */
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

/* Chrome Frame prompt */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Helper classes */
.ir, .payment-methods li, .logos-partners a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.lt-ie8 .ir, .lt-ie8 .payment-methods li, .payment-methods .lt-ie8 li, .lt-ie8 .logos-partners a, .logos-partners .lt-ie8 a {
  text-indent: -9999px;
}
.ir:before, .payment-methods li:before, .logos-partners a:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .logos-list:before, .prop-list:before, .columns:before, .page-nav-list:before, .page-subnav-list:before, .extranav-list:before, .promotions:before, .promo-item-list:before, .plans-popular:before,
.clearfix:after,
.logos-list:after,
.prop-list:after,
.columns:after,
.page-nav-list:after,
.page-subnav-list:after,
.extranav-list:after,
.promotions:after,
.promo-item-list:after,
.plans-popular:after {
  content: " ";
  /* 1 */
  display: table;
}

.clearfix:after, .logos-list:after, .prop-list:after, .columns:after, .page-nav-list:after, .page-subnav-list:after, .extranav-list:after, .promotions:after, .promo-item-list:after, .plans-popular:after {
  clear: both;
}

.lt-ie8 .clearfix, .lt-ie8 .logos-list, .lt-ie8 .prop-list, .lt-ie8 .columns, .lt-ie8 .page-nav-list, .lt-ie8 .page-subnav-list, .lt-ie8 .extranav-list, .lt-ie8 .promotions, .lt-ie8 .promo-item-list, .lt-ie8 .plans-popular {
  zoom: 1;
}

/* Print styles. Inlined to avoid required HTTP connection: h5bp.com/r */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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, .payment-methods li a:after, .logos-partners a 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;
  }

  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;
  }
}
body {
  background: #292940 url(../images/bg-page-pattern.png) repeat-x 50% 0;
  color: #555555;
  font: 1em/1.6 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a {
  color: #335980;
}

a:visited {
  color: #62628c;
}

a:hover,
a:active {
  color: #d82b2b;
}

/* Headings */
.h-alpha {
  position: relative;
  margin: 40px -40px 20px;
  color: #505073;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.h-alpha:before, .h-alpha:after {
  content: '';
  position: absolute;
  top: -45px;
  width: 40px;
  height: 92px;
  background: url(../images/h-alpha-sides.png) no-repeat 0 0;
}
.h-alpha:before {
  left: 0;
}
.h-alpha:after {
  right: 0;
  background-position: -40px 0;
}

.h-alpha-hr {
  position: absolute;
  top: 0;
  right: 40px;
  left: 40px;
  height: 0;
  border-top: 2px solid #E9E9EC;
  z-index: 0;
}

.h-alpha-wrap {
  position: relative;
  top: -0.8em;
  display: inline-block;
  padding: 0 .6em;
  background-color: #FFF;
  z-index: 1;
}

.h-beta {
  position: relative;
  margin: 60px -40px 40px;
  color: #62628c;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.h-beta:before {
  content: '';
  position: absolute;
  top: .5em;
  right: 0;
  left: 0;
  height: 0;
  border-top: 2px solid #E9E9EC;
  z-index: 0;
}

.h-beta-wrap {
  position: relative;
  display: inline-block;
  padding: 0 .75em;
  background-color: #FFF;
  z-index: 1;
}

.h-gamma {
  margin: 2em 0 .75em;
  color: #62628c;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.h-gamma:first-child {
  margin-top: 0;
}

.h-delta {
  margin: 1.25em 0 .5em;
  color: #f25a3d;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.h-delta:first-child {
  margin-top: 0;
}
.h-delta a {
  color: inherit;
}

p,
ul,
ol {
  margin: .2em 0 1em;
}

ul,
ol {
  margin-left: 2em;
}

/* List without spacing */
.compact-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/* List with checkmarks */
.checkmarks-list li {
  padding-left: 20px;
  background: url(../images/i-checkbox.png) no-repeat 2px 0.5em;
}

/* Inline list */
.inline-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.inline-list li {
  display: inline;
}
.inline-list li:before {
  content: '\2022';
  margin: 0 .6em;
}
.inline-list li:first-child:before {
  content: '';
  margin: 0;
}

/* Logos list */
.logos-list {
  margin-right: -10px;
  margin-left: -10px;
  padding-left: 0;
  list-style: none;
}

.logos-list-item {
  float: left;
  margin: 0 10px 20px;
}

/* Properties List */
.prop-list {
  margin: 0 0 1em;
}
.prop-list dt {
  clear: both;
  float: left;
  width: 47.5%;
  margin-bottom: .33em;
}
.prop-list dd {
  margin-left: 52.5%;
  margin-bottom: .33em;
}

.prop-list--centered dt {
  text-align: right;
}
.prop-list--centered dd {
  text-align: left;
}

/* Buttons */
.button {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: .6em 1em .75em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.button--orange {
  background-color: #f25a3d;
  color: #FFF !important;
}
.button--orange:hover {
  background-color: #d82b2b;
}

/* Helpers */
.meta {
  color: #888888;
}

.dark {
  color: #000;
}

/* Text */
.narrow {
  padding-right: 80px;
  padding-left: 80px;
}

/* Tooltips */
.link-tooltip {
  border-bottom: 1px dashed;
  color: inherit !important;
  text-decoration: none;
}

.tooltip {
  position: absolute;
  max-width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: .85em 1em;
  background-color: #262626;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 65000;
}
.tooltip p {
  margin: 0;
  color: #EEE;
  font-size: .85em;
  line-height: 1.4;
}

/* Stars */
.stars {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 397px;
  z-index: -1;
  overflow: hidden;
}
.stars span {
  position: absolute;
  left: 50%;
}

.stars-sprite, .stars-s1, .stars-s2, .stars-s9, .stars-s3, .stars-s12, .stars-s4, .stars-s11, .stars-s5, .stars-s8, .stars-s6, .stars-s10, .stars-s7 {
  background: url('../images/stars-s54e8331f81.png') no-repeat;
}

.stars-s1 {
  background-position: 0 0;
  height: 58px;
  width: 58px;
}

.stars-s2, .stars-s9 {
  background-position: -58px 0;
  height: 60px;
  width: 60px;
}

.stars-s3, .stars-s12 {
  background-position: -118px 0;
  height: 58px;
  width: 58px;
}

.stars-s4, .stars-s11 {
  background-position: -176px 0;
  height: 56px;
  width: 56px;
}

.stars-s5, .stars-s8 {
  background-position: -232px 0;
  height: 50px;
  width: 51px;
}

.stars-s6, .stars-s10 {
  background-position: -283px 0;
  height: 38px;
  width: 39px;
}

.stars-s7 {
  background-position: -322px 0;
  height: 38px;
  width: 39px;
}

.stars-s1 {
  top: 25px;
  margin-left: -73px;
}

.stars-s2, .stars-s9 {
  top: 60px;
  margin-left: -485px;
}

.stars-s3, .stars-s12 {
  top: 100px;
  margin-left: 274px;
}

.stars-s4, .stars-s11 {
  top: 140px;
  margin-left: -610px;
}

.stars-s5, .stars-s8 {
  top: 31px;
  margin-left: 364px;
}

.stars-s6, .stars-s10 {
  top: 75px;
  margin-left: 565px;
}

.stars-s7 {
  top: 37px;
  margin-left: -237px;
}

.stars-s8 {
  display: none;
  top: 107px;
  margin-left: -156px;
}

.stars-s9 {
  display: none;
  top: 138px;
  margin-left: -8px;
}

.stars-s10 {
  display: none;
  top: 75px;
  margin-left: 218px;
}

.stars-s11 {
  display: none;
  top: 142px;
  margin-left: -268px;
}

.stars-s12 {
  display: none;
  top: 177px;
  margin-left: 522px;
}

.page {
  width: 1000px;
  margin: 0 auto 40px;
}

.page-body {
  padding: 40px;
  background-color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
}

.page-body--first {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.page-body--last {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page-body--bg-light {
  background-color: #f2f1f7;
}

/* Columns */
.col-item {
  float: left;
  margin-left: 40px;
}
.col-item:first-child {
  margin-left: 0;
}

.col-item--1-of-2 {
  width: 440px;
}
.col-item--1-of-2.col-item--narrow {
  width: 360px;
}

.col-item--1-of-3 {
  width: 280px;
}

.col-item--1-of-4 {
  width: 200px;
}

.col-item--2-of-4 {
  width: 440px;
}

.col-item--3-of-4 {
  width: 680px;
}

.head {
  position: relative;
  width: 920px;
  height: 190px;
  margin: 0 auto;
}

.head-logo {
  position: absolute;
  top: 37.5px;
  left: 23.5px;
  width: 153px;
  height: 115px;
  background: url(../images/logo-westnic-rev.png) no-repeat;
}
.head-logo a {
  display: block;
  height: 100%;
}

.head-contact, .head-nav {
  display: table;
  height: 190px;
}

.head-contact-list, .head-nav-list {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  list-style: none;
}

.head-contact {
  position: absolute;
  left: 480px;
  width: 240px;
  color: #c3c3d9;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

.head-contact-item {
  padding: .25em 0;
}
.head-contact-item a {
  color: inherit;
}
.head-contact-item a:hover {
  color: #FFF;
}

.head-contact-icon:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -0.3em;
  margin-right: .4em;
  background: url(../images/i-head-contact.png) no-repeat;
  vertical-align: middle;
}

.i-call:before {
  background-position: 0 0px;
}

a.i-call:hover:before {
  background-position: -16px 0px;
}

.i-mywestnic:before {
  background-position: 0 -16px;
}

a.i-mywestnic:hover:before {
  background-position: -16px -16px;
}

.i-chat:before {
  background-position: 0 -32px;
}

a.i-chat:hover:before {
  background-position: -16px -32px;
}

.i-twitter:before {
  background-position: 0 -48px;
}

a.i-twitter:hover:before {
  background-position: -16px -48px;
}

.head-nav {
  position: absolute;
  left: 720px;
  width: 200px;
  color: #85859b;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: right;
  text-transform: uppercase;
}

.head-nav-item {
  padding: .4em 0;
}
.head-nav-item a {
  color: inherit;
  text-decoration: none;
}
.head-nav-item a:hover {
  color: #c3c3d9;
}
.head-nav-item.current {
  color: #c3c3d9;
}

/* Footer */
.footer {
  margin: 60px 0 0;
  background: #1f1d2b url(../images/bg-footer-pattern.png);
  color: #8f8e95;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-shadow: inset 0 4px 4px rgba(9, 8, 13, 0.33);
  -moz-box-shadow: inset 0 4px 4px rgba(9, 8, 13, 0.33);
  box-shadow: inset 0 4px 4px rgba(9, 8, 13, 0.33);
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: #c7c6ca;
}
.footer .h-delta {
  color: #FFF;
}

.footer-body {
  width: 920px;
  margin: 0 auto;
  padding: 60px 0;
}

/* Payment methods */
.payment-methods {
  margin-right: -5px;
  margin-left: -5px;
}
.payment-methods li {
  width: 32px;
  height: 21px;
  margin: 0 5px 20px !important;
  background-image: url(../images/i-payment-methods.png);
  background-repeat: no-repeat;
}

.pay-visa {
  background-position: 0px 0;
}

.pay-mc {
  background-position: -32px 0;
}

.pay-amex {
  background-position: -64px 0;
}

.pay-paypal {
  background-position: -96px 0;
}

.pay-paycheck {
  background-position: -128px 0;
}

/* Partners */
.logo-partner-sprite, .logo-partner-cityofdomains, .logo-partner-cpanel, .logo-partner-dell, .logo-partner-intel, .logo-partner-nyrack, .logo-partner-redhat, .logo-partner-supermicro {
  background: url('../images/logo-partner-s1789dee2a1.png') no-repeat;
}

.logo-partner-cityofdomains {
  background-position: 0 0;
  height: 33px;
  width: 113px;
}

.logo-partner-cpanel {
  background-position: -113px 0;
  height: 33px;
  width: 72px;
}

.logo-partner-dell {
  background-position: -185px 0;
  height: 33px;
  width: 49px;
}

.logo-partner-intel {
  background-position: -234px 0;
  height: 33px;
  width: 47px;
}

.logo-partner-nyrack {
  background-position: -281px 0;
  height: 33px;
  width: 71px;
}

.logo-partner-redhat {
  background-position: -352px 0;
  height: 33px;
  width: 85px;
}

.logo-partner-supermicro {
  background-position: -437px 0;
  height: 33px;
  width: 98px;
}

.logos-partners {
  margin-right: -32.08333px;
  margin-left: -32.08333px;
  margin-bottom: 40px;
}
.logos-partners li {
  margin-right: 32.08333px;
  margin-left: 32.08333px;
  opacity: .5;
}
.logos-partners li:hover {
  opacity: 1;
}
.logos-partners a {
  display: block;
  height: 100%;
}

/* Navigation */
.page-nav {
  height: 60px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #f25a3d;
}

.page-nav-list {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.page-nav-item {
  position: relative;
  float: left;
  display: table;
  height: 60px;
  margin: 0 20px;
  font: bold 18px "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.page-nav-list--items-3 .page-nav-item {
  width: 280px;
}
.page-nav-list--items-4 .page-nav-item {
  width: 200px;
}
.page-nav-list--items-5 .page-nav-item {
  width: 152px;
}
.page-nav-item.current {
  background: url(../images/page-nav-item-current.png) no-repeat 50% 100%;
}
.page-nav-item a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding-bottom: .2em;
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
}
.page-nav-item a:hover {
  color: #ffee99;
}

/* Sub-navigation */
.page-subnav {
  height: 50px;
  background: #7b1c09 url(../images/bg-tiles-red.png) repeat;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

.page-subnav-list {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.page-subnav-item {
  position: relative;
  float: left;
  display: table;
  height: 39px;
  margin: 10px 20px 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #95493a;
  color: #E5BFB8;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.page-subnav-item:hover {
  border-color: #bd8d84;
  color: #FFF;
}
.page-subnav-list--items-3 .page-subnav-item {
  width: 278px;
}
.page-subnav-list--items-4 .page-subnav-item {
  width: 198px;
}
.page-subnav-list--items-5 .page-subnav-item {
  width: 150px;
}
.page-subnav-item.current {
  border-color: #FFF !important;
  background-color: #FFF;
  color: #d82b2b;
}
.page-subnav-item a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding-bottom: .2em;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

/* Extra navigation */
.extranav {
  position: relative;
  padding: 0.75em 40px;
  background: #3e3e59 url(../images/bg-tiles-blue.png);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

.h-extranav {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 200px;
  margin: -0.9em 0 0;
  color: #FFF;
  font: bold 18px/1.5 "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.extranav-list {
  margin: 0 0 0 200px;
  padding: 0 0 .75em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  list-style: none;
}

.extranav-item {
  float: left;
  width: 200px;
  margin: 0 0 0.5em 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
.no-rgba .extranav-item {
  color: #B0B0B9;
}
.extranav-item a {
  display: block;
  border-bottom: 1px solid #616177;
  padding: .75em 0 0;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}
.rgba .extranav-item a {
  border-color: rgba(255, 255, 255, 0.2);
}
.extranav-item a:hover {
  border-color: #9D9DAB;
  color: #FFF;
}
.rgba .extranav-item a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.extranav-item.current {
  color: #FFF;
}
.extranav-item.current a {
  border-color: #9D9DAB;
  cursor: default;
}
.rgba .extranav-item.current a {
  border-color: rgba(255, 255, 255, 0.5);
}

/* Ads */
.promo-item {
  float: left;
  width: 480px;
  height: 200px;
  margin: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
}
.lt-ie9 .promo-item {
  margin-left: 40px;
  margin-right: 0;
}
.promo-item:first-child {
  margin-left: 0 !important;
}
.promo-item:last-child {
  margin-right: 0;
}

.promo-item--sunset {
  background-image: url(../images/promo-item-bg-sunset.jpg);
}
.promo-item--sunset .promo-item-link {
  color: #FD9;
}

.promo-item--mountains {
  background-image: url(../images/promo-item-bg-mountains.jpg);
}
.promo-item--mountains .promo-item-link {
  color: #A9BED4;
}

.promo-item--orange {
  background-image: url(../images/promo-item-bg-orange.jpg);
}
.promo-item--orange .promo-item-link {
  color: #FFF2B2;
}

.promo-item--leaf {
  background-image: url(../images/promo-item-bg-leaf.jpg);
}
.promo-item--leaf .promo-item-link {
  color: #CCE59A;
}

.promo-item--xmas {
  background-image: url(../images/promo-item-bg-xmas.jpg);
}
.promo-item--xmas .promo-item-link {
  color: #CCE59A;
}

.promo-item--lights {
  background-image: url(../images/promo-item-bg-lights.jpg);
}
.promo-item--lights .promo-item-link {
  color: rgba(255, 255, 255, 0.65);
}
.no-rgba .promo-item--lights .promo-item-link {
  color: #AAA;
}

.promo-item-link {
  display: table;
  width: 100%;
  height: 200px;
  background: url(../images/promo-item-decor.png) no-repeat 0 0;
  color: #FFF;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.35;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-align: center;
}
.promo-item-link:hover {
  background-position: 0 -200px;
}
.promo-item-link strong {
  color: #FFF;
  font-weight: normal;
}

.promo-item-wrap {
  display: table-cell;
  padding-bottom: 1em;
  vertical-align: bottom;
}

.promo-item-title {
  margin: 0 0 .2em;
  color: #FFF;
}

.promo-item-desc {
  margin: 0;
}

.promo-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.promo-item-list li {
  float: left;
  width: 48%;
  text-align: right;
}
.promo-item-list li.nth-child-even {
  float: right;
  text-align: left;
}

.page-head {
  height: 180px;
  overflow: hidden;
}

.page-head-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

.page-head--map {
  position: relative;
  background: #3e3e59 url(../images/bg-tiles-blue.png) repeat-x;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.page-head--map .page-head-wrap {
  background: url(../images/page-head-map.png) no-repeat;
}
.page-head--map h1 {
  margin: 105px 0 0;
  color: #FFF;
  font-size: 28px;
  font-size: 1.75rem;
}
.page-head--map h1 .tm {
  margin-right: -0.6em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  font-size: .85em;
}
.no-rgba .page-head--map h1 .tm {
  color: #D5D5D9;
}
.page-head--map p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-size: 1.125rem;
}
.no-rgba .page-head--map p {
  color: #BDBDC4;
}

.map-locations {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.map-locations li {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #8D8DA6;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 2px 3px rgba(0, 0, 0, 0.15);
}

.map-location-label--top,
.map-location-label--bottom {
  position: absolute;
  width: 150px;
  margin-left: -72.5px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: nowrap;
}
.no-rgba .map-location-label--top, .no-rgba
.map-location-label--bottom {
  color: #BDBDC4;
}

.map-location-label--top {
  top: -22px;
}

.map-location-label--bottom {
  top: 14px;
}

.map-location-seattle {
  top: 49px;
  left: 172px;
}

.map-location-dallas {
  top: 125px;
  left: 226px;
}

.map-location-washington {
  top: 92px;
  left: 340px;
}

.map-location-nuremberg {
  top: 32px;
  left: 746px;
}

.map-location-munich {
  top: 42px;
  left: 750px;
}

/* Popular Plans */
.plans-popular {
  margin: -20px;
}

.plan-item {
  float: left;
  width: 200px;
  margin: 0 20px;
}

.plan-title {
  margin: .5em 0 1.25em;
  text-align: center;
  line-height: 1.3;
}

.plan-name {
  margin: 0;
  color: #f25a3d;
}

.plan-cat {
  margin: 0;
  color: #f2793d;
}
.plan-cat a {
  color: inherit;
}
.plan-cat a:hover {
  color: #f25a3d;
}

.plan-price {
  margin: 20px 0 0;
  padding: 1em 0;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 110, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0) 110px);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0) 110px);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0) 110px);
  background: -ms-radial-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0) 110px);
  background: radial-gradient(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0) 110px);
  background-repeat: no-repeat;
  background-position: 50% -7px;
  background-size: 100% 14px;
  text-align: center;
}

.price {
  color: #62628c;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.plan-order {
  margin: 0 0 20px;
  text-align: center;
}

/* Plans Description */
.tbl-plans {
  width: 100%;
  margin: 1em 0 3em;
}
.tbl-plans th,
.tbl-plans td {
  padding-top: .4em;
  padding-bottom: .4em;
}
.tbl-plans th {
  font-weight: normal;
  text-align: right;
}
.tbl-plans td {
  font-weight: bold;
  text-align: center;
}
.tbl-plans thead th,
.tbl-plans thead td {
  margin: 0;
  padding-bottom: .75em;
  font-weight: bold;
  text-align: center;
}
.tbl-plans .tbl-plans-summary {
  background-color: #f2f1f7;
}
.tbl-plans .tbl-plans-summary tr:first-child th,
.tbl-plans .tbl-plans-summary tr:first-child td {
  padding-top: 20px;
}
.tbl-plans .tbl-plans-summary tr:last-child th,
.tbl-plans .tbl-plans-summary tr:last-child td {
  padding-bottom: 20px;
}
.tbl-plans .tbl-plans-hr {
  padding-top: 2em;
  padding-bottom: 0;
}
.tbl-plans .tbl-plans-section {
  font-weight: bold;
}

/* News section */
.news-entry {
  padding-left: 80px;
}

.news-entry-time {
  float: left;
  width: 70px;
  margin-top: .1em;
  margin-left: -80px;
  color: #C2C2D4;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
.news-entry-time .date-year {
  display: block;
  font-weight: 200;
  font-size: 25px;
  font-size: 1.5625rem;
}

.news-entry-title {
  color: #3b3b3b;
  font-family: inherit;
}
