/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............The section your currently reading
 *
 * CODING STANDARDS....READ BEFORE editing any CSS file
 *
 * COMPONENTS..........Simple, extendable, content containers
 */

/*------------------------------------*\
    $CODING STANDARDS
\*------------------------------------*/
/**
 * Read, learn, utilize for a consistent, reusable, understandable all around
 * better experience when writing quality CSS in a collaborative environment
 *
 * Most suggestions are taken from Google HTML/CSS Style Guide
 * Please read each topic entry listed below at its corresponding link
 */

    /**
     * General Formating Rules
     * https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml#General_Formatting_Rules
     *
     * Note: When writing HTML or PHP use PEAR Standards for indentation
     * http://pear.php.net/manual/en/standards.indenting.php
     */

    /**
     * CSS Formating Rules
     * https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml#CSS_Formatting_Rules
     *
     * Declaration order
     * Declaration stops
     * Property name stops
     *
     */

    /**
     * CSS Style Rules
     * https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml#CSS_Style_Rules
     *
     * Shorthand properties
     * 0 and units
     * Leading 0s
     * Hexadecimal notation
     * ID and class name delimiters
     * Type selectors
     */

blockquote {
  border: none;
  margin: 0;
  padding: 0 20px 20px 36px;
}

blockquote p {
  font-size: 13px;
  line-height: 22px;
}

body {
  background: #fcfcfc;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}
header {
  padding: 18px 0;
}

.emisor,
.emisor > span {
  display: block;
}

.clear {
  clear: both;
}

.no-margin {
  margin: 0 !important;
}

/**
 * Remove the gutter of the element
 */
.gutter-remove {
  margin-left: 0;
}

/**
 * Remove the gutter of the element
 */
.gutter-spillover {
  padding-right: 20px;
}

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/
/**
 * Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object
 */
.island {
  outline: 1px solid #ccc;
  padding: 20px;
}

/*------------------------------------*\
    $ROSTRUM
\*------------------------------------*/
/**
 * Like what Olympic winners stand on during medal ceremony
 * Use for presenting a grouping of 3 items necessitating a visual indicator
 * of 'importance' or 'winner' like displaying hosting plans
 *
 * First place is visual center with second place left of center and
 * third place right of center
 */
.rostrum {
  margin-top: -20px;
  position: relative;
}

  .rostrum-tiered-item {
    margin-right: -1px;
    position: relative;
    text-align: center;
  }

  .rostrum-tiered-item-first {
    margin: -20px 0 0 0;
    width: 340px;
    z-index: 5;
  }

  .rostrum-tiered-item-third {
    margin-left: -1px;
  }

/*------------------------------------*\
    $SPLIT CENTER
\*------------------------------------*/
/**
 * Display group of two elements one after the other with the text centered
 * Makes it appear as if it were one element that is text aligned center
 *
 */
.split-center {
  padding: 0 25px;
}

  .split-center-title {
    display: inline-block;
    font-weight: normal;
    margin-left: 0;
  }

  .split-center-value {
    display: inline;
    margin: 0;
  }

  .split-center-value + .split-center-title::before {
    color: transparent;
    content: ".";
    display: block;
    line-height: .50em;
  }

.icon {
  background: #fff;
  width: 33%;
}

/**
 * Apply chat bubble icon
 */
header .nav-pills-contact,
header .nav-pills-contact a,
.chatstrip .nav-pills-contact a {
  color: #232323;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
header .nav-pills-contact,
header .nav-pills-contact a:hover,
.chatstrip .nav-pills-contact a:hover {
  color: #888;
}
.nav-pills-contact a.chat {
  padding: 1px 7px;
  cursor: pointer;
}
header .nav-pills-contact .sales-label {
  color: #131313;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  padding: 2px 5px 0 5px;
}

header .nav-pills-contact a.btn {
  color: #fff;
  font-size: 14px;
}

.nav-pills-no-link {
  color: #232323;
  font-size: 13px;
  line-height: 20px;
  margin-right: 9px;
  padding: 0 5px;
}
.nav-pills-no-link a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-pills-contact i {
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  width: 18px;
}

header .amp-btn-wrap {
  line-height: 42px;
  margin-left: 15px;
}
.navbar .amp-btn {
  margin-top: 4px !important;
  margin-left: 5px;
}
.navbar .amp-btn:hover {
  margin-top: 4px;
  margin-left: 5px;
}
.navbar .amp-btn:active {
  margin-top: 5px;
  margin-left: 5px;
}

/**
 * Icon positioning to apply to icon elements
 */
.ipos {
  height: 24px;
  margin-right: 6px;
  width: 24px;
}

.icon-chat {
  background: url(../../img/icon-chat.gif) no-repeat 0 0;
  margin-right: 3px;
}

.icon-phone {
  background: url(../../img/icon-phone.gif) no-repeat -3px -3px;
}

.icon-headphones {
  background: url(../../img/icon-headphones.png) no-repeat 0 0;
}

.icon-cpu {
  background: url(../../img/icon-cpu.png) no-repeat 0 0;
}

.icon-tach {
  background: url(../../img/icon-tach.png) no-repeat 0 0;
}

.icon-star {
  background: url(../../img/icon-star.png) no-repeat 0 0;
}

.icon-disc {
  background: url(../../img/icon-disc.png) no-repeat 0 0;
}

.icon-tree {
  background: url(../../img/icon-tree.png) no-repeat 0 0;
}

.icon-greencheck {
  background: url(../../img/ideal.png) no-repeat 0 0;
}

.icon-chart {
  background: url(../../img/icon-chart.png) no-repeat 0 0;
}

.icon-facebook {
  background: url(../../img/icon-facebook.png) no-repeat 0 0;
}

.icon-tag {
  background: url(../../img/icon-tag.png) no-repeat 0 0;
}

.icon-lock {
  background: url(../../img/icon-lock.png) no-repeat 0 0;
}

.icon-support-center,
.icon-amp-login {
  background: url(../../img/icon-support-sprite.png) -21px 0;
  display: block;
  float: left;
  height: 26px;
  margin: -1px 6px 0 -2px;
  width: 21px;
}

.icon-amp-login {
  background: url(../../img/icon-amp-login.png) -23px 1px;
}


.domains .row .span4 {
  padding: 4px 0;
}

/**
 * dd is spacing for dropdown menu cube icons
 */
.dd {
  background: url(../../img/menu-sprite.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 25px;
  margin: 2px 8px 0 -10px;
  width: 24px;
  z-index: 1000;
}

.icon-business {
  background-position: 0 0;
}

.icon-vps {
  background-position: 0 -25px;
}

.icon-dedi {
  background-position: 0 -50px;
}

.icon-reseller {
  background-position: 0 -75px;
}

.dropdown-menu li a {
  line-height: 30px !important;
  padding-right: 30px;
}

.dropdown-menu li a:hover {
  background-color: #333;
}

.dropdown-menu li a:hover .icon-business,
.dropdown-menu .active > a > .icon-business,
.dropdown-menu li a:focus .icon-business {
  background: url(../../img/menu-sprite.png) -25px 0;
}

.dropdown-menu li a:hover .icon-vps,
.dropdown-menu .active > a > .icon-vps,
.dropdown-menu li a:focus .icon-vps {
  background: url(../../img/menu-sprite.png) -25px -25px;
}

.dropdown-menu li a:hover .icon-dedi,
.dropdown-menu .active > a > .icon-dedi,
.dropdown-menu li a:focus .icon-dedi {
  background: url(../../img/menu-sprite.png) -25px -50px;
}

.dropdown-menu li a:hover .icon-reseller,
.dropdown-menu .active > a > .icon-reseller,
.dropdown-menu li a:focus .icon-reseller {
  background: url(../../img/menu-sprite.png) -25px -75px;
}

.flush {
  margin: 0;
}

/**
 * Apply grey
 */
.muted {
  color: #888;
}

/**
 * Apply the crosshatch pattern to element
 */
.pattern {
  background: url(../../img/pattern.gif) repeat 0 0;
}

/**
 * Apply white background to element
 */
.raised {
  background: #fff;
}

/**
 * Apply light grey background to element
 */
.sunken {
  background: #eee;
}

/**
 * Apply red background with noise to element
*/
.intro {
  background: url(../../img/rednoise.gif) repeat 0 0;
}

.intro h1, .intro p {
  color: #fff;
}

.intro a {
  color: #fff;
  text-decoration: underline;
}

.intro .btn {
  text-decoration: none !important;
}

/**
 * Main leader/banner factory with buttons underneath
 */
.wrap.intro.homepage {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.carousel .btn-white {
  color: #4ba0e1;
}

.intro a.carousel-control {
  text-decoration: none;
  line-height: 21px;
}

.intro.homepage .item {
  height: 220px;
  padding: 40px 0;
}

.hold, .stage {
  margin-top: -40px;
}

.intro.homepage .business.item {
  /*background: url(../../img/homepage-carousel-business-bg-conveyor-tile.png) repeat-x 0 234px, url(../../img/homepage-carousel-business-bg-left.png) no-repeat top left, url(../../img/homepage-carousel-business-bg-right.png) no-repeat top right, url(../../img/homepage-carousel-business-bg-bluenoise.png) repeat 0 0;
  color: #0f3857;*/
  z-index: 5;
}

.box {
  float: right;
  width: 260px;
}

.intro.homepage .business .box img {
  position: relative;
  top: 42px;
}

.intro.homepage .business .container {
  margin-top: 40px;
}

.intro.homepage .tech.item {
  background-color: #021f3a;
  background: url(../../img/homepage-carousel-tech-circuit.png) no-repeat top left, url(../../img/homepage-carousel-tech-bg-circuit-vertical.png) no-repeat top right, url(../../img/homepage-carousel-tech-bg-circuit-horizontal.png) no-repeat left bottom, url(../../img/homepage-carousel-tech-bg.gif) repeat 0 0;
  -pie-background: url(../../img/homepage-carousel-tech-circuit.png) no-repeat top left, url(../../img/homepage-carousel-tech-bg-circuit-vertical.png) no-repeat top right, url(../../img/homepage-carousel-tech-bg-circuit-horizontal.png) no-repeat left bottom, url(../../img/homepage-carousel-tech-bg.gif) repeat 0 0;
  text-transform: uppercase;
  z-index: 4;
}

.intro.homepage .tech.item p {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}

.intro.homepage .tech.item p span {
  color: #4ba0e1;
}

.intro.homepage .tech.btn {
  box-shadow: 0 3px 0 #01101d;
  color: #01101d;
}

.intro.homepage .support.item {
  background: url(../../img/homepage-carousel-support-bg-logo.png) no-repeat left center, url(../../img/homepage-carousel-support-collage.png) no-repeat right 11px, url(../../img/homepage-carousel-support-bg.jpg) repeat 0 0;
  -pie-background: url(../../img/homepage-carousel-support-bg-logo.png) no-repeat left center, url(../../img/homepage-carousel-support-collage.png) no-repeat right 11px, url(../../img/homepage-carousel-support-bg.jpg) repeat 0 0;
}

.intro.homepage .support.btn {
  box-shadow: 0 3px 0 #234622;
  color: #234622;
}

.intro.homepage .support.item .span8 {
  height: 220px;
}

.intro.homepage.support .item .span8 p {
  color: #232323;
  padding-right: 80px;
}

.intro.homepage .tech.item h1 {
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.intro.homepage .winter.item {
  background: url(../../img/homepage-carousel-winter-bg.jpg) repeat;
  color: #fff;
}

.intro.homepage .winter.item > div:first-child {
  background: url(../../img/homepage-carousel-winter-bg-stripe.jpg) repeat-x top center;
  height: 190px;
  margin: -30px 0 0 -10px;
  position: absolute;
  width: 104%;
  z-index: 0;
}

.intro.homepage .winter .span6 {
  margin-bottom: -44px;
  margin-top: 44px;
}

.intro.homepage h1.winter-special {
  color: #6ea8d2;
  line-height: 2;
  margin-left: 0px;
  margin-top: .1em;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.intro.homepage .winter-special {
  color: #eca73b;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  margin-left: 26px;
  text-shadow: 4px 4px 0 #0a2f45;
  text-transform: uppercase;
}

.intro.homepage .winter-special-price {
  font-family: "adelle", serif;
  font-size: 32px;
  margin-bottom: 4px;
  text-shadow: 0 2px #000;
}

.winter-special-price span {
  display: block;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.slanted,
.intro.homepage .winter.item > div:first-child {
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-backface-visibility: hidden;
}

.intro.homepage .winter-special-terms {
  font-size: 13px;
  padding-top: 110px;
}

.intro.homepage .seal {
  background: url(../../img/homepage-carousel-winter-bg-seal.svg) no-repeat 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #593d10;
  font-size: 17px;
  margin-left: 40px;
  margin-top: 23px;
  max-height: 140px;
  overflow: hidden;
  padding: 40px 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 303px;
}

.container2 {
  display: block;
  margin: 0 auto;
  width: 980px;
}

.lift20 {
  margin-top: -40px;
}

.intro.homepage .seal h2 {
  color: #593d10;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 5px;
}

.intro.homepage .seal p {
  color: #593d10;
}

.intro.homepage h1, .intro.business_hosting h1, .intro.vps_hosting h1, .intro.dedicated_servers h1, .error404 h1 {
  color: #fff;
  padding-bottom: 5px;
}

.intro.homepage p {
  font-size: 18px;
  line-height: 22px;
}

.error404 .span7 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 90px;
}

.intro-foot {
  background: #333;
  height: 124px;
}

.intro-foot .well {
  border-radius: 5px;
  height: 86px;
  margin: 10px;
}

.span3.slab {
  box-shadow: 0 3px 0 #666;
  color: #232323;
  height: 65px;
}

.span3.slab:active {
  box-shadow: 0 2px 0 #666;
  height: 65px;
  margin-top: 1px;
}

.slab p {
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.intro-foot .span2 {
  color: #888;
  line-height: 16px;
  padding-left: 10px;
  text-align: center;
  width: 110px;
}

.intro-foot .span2
img {
  border: 0;
  clear: both;
  display: block;
  margin: 13px auto 2px;
}

.intro-foot .span1 {
  border-left: #ccc 1px solid;
  color: #888;
  display: block;
  float: right;
  font-size: 13px;
  font-weight: 600;
  margin-left: 9px;
  padding: 5px 4px 10px 8px;
  text-align: center;
  width: 50px;
}

/**
 * Apply red opening double quote above element
 */
.quoted:before {
  color: #c52127;
  content: "\201C";
  display: block;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 600%;
  margin: 20px 0 40px -38px;
  width: 30px;
}

.q-home {
  padding-right: 0;
}

/**
 * Apply top and bottom padding to element
 */
.wrap {
  padding: 25px 0;
}

/**
 * Center the bottom banner container in window
 */
#container {
  margin: auto;
  width: 675px;
}

.business-specification .table-striped thead th.table-col-4,
.business-specification .table-striped tfoot td.table-col-4,
.business-specification .table-striped tbody td.table-col-4 {
  background-color: rgba(77, 160, 225, 0.15);
}

.table tbody td,
.table tfoot td {
  border-left: 1px solid #ccc;
  text-align: center;
}

.table tbody th {
  text-align: left;
}

.plan-specification-featured,
.plan-specification-example {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.business-specification thead td,
.business-specification .table-col-2 {
  border-left-color: #fcfcfc;
  width: 30%;
}

.business-specification tfoot .table-col-1,
.business-specification tfoot .table-col-2 {
  border-left-color: #fff;
}

.business-specification tfoot .table-col-2 {
  border-right: 1px solid #ccc;
}
.business-specification tfoot {
  border-bottom: 2px solid #888;
}

.table tbody {
  border-top: 1px solid #ccc;
}

.compare .table tbody td,
.compare .table thead th {
  border-left: 1px solid #ccc;
  min-width: 110px;
}

.compare .table thead td + th {
  border-left: none;
}

.compare .table tbody th {
  width: 40%;
}

.matrix > li {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  border-right: 1px solid #ccc;
  height: 150px;
  margin-left: 0;
  padding: 10px 70px;
}

.matrix > li:nth-child(even) {
  border-right: none;
}

.matrix-two-column > li {
  float: left;
  width: 35%;
}
.matrix > .matrix-last {
  border-bottom: none;
}

.well .row-fluid .span4 {
  border-right: 1px solid #b4b4b4;
  position: relative;
}

.well .row-fluid .span4:nth-child(3n) {
  border-right: none;
}

.well form {
  margin-bottom: 0;
}

.well .row-fluid .span4:nth-child(5n):before,
.well .row-fluid .span4:nth-child(4n):after {
  border-color: transparent;
  border-left-color: #b4b4b4;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  display: inline-block;
  height: 0;
  margin-left: -10px;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 0;
}

.well .row-fluid .span4:nth-child(4n),
.well .row-fluid .span4:nth-child(7n) {
  margin-left: 0;
}

.well .row-fluid .span4:nth-child(6n) {
  float: right;
}

.well .row-fluid .span4:nth-child(8n+0) {
  float: right;
  margin-left: 18px;
}

.client_spotlight .well .row-fluid .span4:nth-child(8n+0) {
  float: left;
  margin-left: 18px;
}

.well .row-fluid .span4:nth-child(8n):after {
  border: none;
  content: none;
}

.well-inverted {
  background: #232323;
}

.a11y { /* screen readers */
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.ir { /* image replacement */
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.table .ir {
  background: transparent no-repeat 0 0;
  display: block;
  height: 18px;
  margin: 0 auto;
  width: 18px;
}

/**
 * Skip links for a11y and keyboard navigation
 */
#skip {
  background: #232323;
}

#skip a {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -500px;
  width: 1px;
}

#skip a:focus {
  position: static;
  height: auto;
  width: auto;
}

/**
 * Plan comparison icons
 */

.ideal,
.table .ideal {
  background-image: url(../../img/ideal.png);
}

.less-ideal,
.table .less-ideal {
  background-image: url(../../img/less-ideal.png);
}

.unacceptable,
.table .unacceptable {
  background-image: url(../../img/unacceptable.png);
}

.well-small {
  border: none;
  box-shadow: none;
}

.compare .nav-pills > li {
  margin: 0 20px 0 0;
}
.compare .nav-pills > li:first-child {
  margin-left: 30px;
}

.compare .nav-pills .ideal,
.compare .nav-pills .less-ideal,
.compare .nav-pills .unacceptable,
.addgutter {
  background-repeat: no-repeat;
  padding-left: 20px;
}

.suggestion {
  margin: 36px auto;
}

.suggestion
h3 {
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}

.suggestion
img {
  margin-right: .5em;
}

textarea,
input[type="text"],
input[type="url"],
input[type="email"] {
  border-radius: 3px;
  color: #232323;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #232323;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #232323;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #232323;
}

.rostrum-tiered-item
h3 {
  background-repeat: no-repeat;
  margin-right: 0 auto;
  position: relative;
  text-align: center;
}

.package-subtitle {
  border-bottom: 1px solid #ccc;
}

/**
 * Use in addition with media component
 */

.span6 h2.sht {
  color: #212121;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-left: 10px;
  text-transform: uppercase;
}

.span6 h2.second-level {
  margin-left: 0;
}

.site-hosting-tool {
  margin-left: 10px;
  margin-right: 10px;
}

.site-hosting-tool > .pull-left {
  border-radius:5px 0 0 5px;
  border-right: 1px solid #ccc;
  display: block;
  height: 87px;
  margin-right: 0;
  margin: 1px 0 0 1px;
  padding: 26px 0 17px 40px;
  width: 120px;
}

.site-hosting-tool > .media-body-sht {
  border-radius:5px;
  border: 1px solid #ccc;
  height:120px;
  margin-bottom:10px;
  padding:10px 0 0 6px;
}

.site-hosting-tool > .raised p {
  padding: 0 16px 0 171px;
}

footer {
  background: #232323;
  color: #888;
}

footer p,
footer h5 {
  text-align: right;
}

footer a {
  color: #888;
}

/**
 * Meet Us customizations for .media component
 */
.meet_us > .media {
  margin: 24px 0 0 30px;
}

.meet_us > .media > .media-body,
.typical-uses > .media > .media-body {
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
}

.meet_us > .media:last-child .media-body {
  border-bottom: none;
}

.meet_us > .media h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 11px;
  text-transform: uppercase;
}

.meet_us > .media > .media-object {
  margin-left: 20px;
  text-align: center;
  width: 140px;
}

.media-object-empty {
  height: 3em;
}

.meet_us .media-object img + img {
  padding: 30px;
}

.meet_us.nav-tabs.nav-stacked > li > a,
.typical-uses.nav-tabs.nav-stacked > li > a {
  background: #eee;
  border-top: none;
  color: #888;
  font-family: "adelle", serif;
  font-size: 22px;
  line-height: 42px;
  position: relative;
}

.meet_us.nav-tabs.nav-stacked > li > a:hover,
.meet_us.nav-tabs.nav-stacked > li > a:focus,
.typical-uses.nav-tabs.nav-stacked > li > a:hover,
.typical-uses.nav-tabs.nav-stacked > li > a:focus {
  color: #232323;
}

.meet_us.nav-tabs.nav-stacked > li:first-child > a,
.typical-uses.nav-tabs.nav-stacked > li:first-child > a {
  border-top: 1px solid #ddd;
}

.meet_us.nav-tabs.nav-stacked.overview > li > a.overview,
.meet_us.nav-tabs.nav-stacked.support > li > a.support,
.meet_us.nav-tabs.nav-stacked.technology > li > a.technology,
.meet_us.nav-tabs.nav-stacked.reliability > li > a.reliability,
.meet_us.nav-tabs.nav-stacked.guarantee > li > a.guarantee,
.meet_us.nav-tabs.nav-stacked.software > li > a.software,
.meet_us.nav-tabs.nav-stacked.gogreen > li > a.gogreen,
.typical-uses.nav-tabs.nav-stacked > .active > a {
  background: #ddd;
  color: #232323;
}

.meet_us.nav-tabs.nav-stacked.overview > li > a.overview:after,
.meet_us.nav-tabs.nav-stacked.support > li > a.support:after,
.meet_us.nav-tabs.nav-stacked.technology > li > a.technology:after,
.meet_us.nav-tabs.nav-stacked.reliability > li > a.reliability:after,
.meet_us.nav-tabs.nav-stacked.guarantee > li > a.guarantee:after,
.meet_us.nav-tabs.nav-stacked.software > li > a.software:after,
.meet_us.nav-tabs.nav-stacked.gogreen > li > a.gogreen:after,
.typical-uses.nav-tabs.nav-stacked > .active > a:after {
  border-color: transparent;
  border-style: solid;
  border-left-color: #ddd;
  border-width: 10px;
  border-right-width: 0;
  content: ' ';
  display: inline-block;
  height: 0;
  right: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

/**
 * Meet Us customizations for [class^="icon-"]
 */
.meet_us a > i {
  background-position: 0 0;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}

.icon-overview {
  background-image: url(../../img/icon-overview.gif);
}

.icon-support {
  background-image: url(../../img/icon-support.png);
}

.icon-technology {
  background-image: url(../../img/icon-technology.gif);
}

.icon-reliability {
  background-image: url(../../img/icon-reliability.png);
}

.icon-guarantee {
  background-image: url(../../img/icon-guarantee.gif);
}

.icon-software {
  background-image: url(../../img/icon-software.gif);
}

.icon-gogreen {
  background-image: url(../../img/icon-gogreen.gif);
}

/**
 * Meet Us active states for icons
 */
.overview .overview > .icon-overview,
.overview:hover > .icon-overview,
.overview:focus > .icon-overview {
  background-image: url(../../img/icon-overview-active.gif);
}
.support .support > .icon-support,
.support:hover > .icon-support,
.support:focus > .icon-support {
  background-image: url(../../img/icon-support-active.gif);
}

.technology .technology > .icon-technology,
.technology:hover > .icon-technology,
.technology:focus > .icon-technology {
  background-image: url(../../img/icon-technology-active.gif);
}

.reliability .reliability > .icon-reliability,
.reliability:hover > .icon-reliability,
.reliability:focus > .icon-reliability {
  background-image: url(../../img/icon-reliability-active.gif);
}

.guarantee .guarantee > .icon-guarantee,
.guarantee:hover > .icon-guarantee,
.guarantee:focus > .icon-guarantee {
  background-image: url(../../img/icon-guarantee-active.gif);
}

.software .software > .icon-software,
.software:hover > .icon-software,
.software:focus > .icon-software {
  background-image: url(../../img/icon-software-active.png);
}

.gogreen .gogreen > .icon-gogreen,
.gogreen:hover > .icon-gogreen,
.gogreen:focus > .icon-gogreen {
  background-image: url(../../img/icon-gogreen-active.gif);
}

.staylit {
  background-color: #232323;
}

li.staylit.dropdown > a {
  color: #fff;
}

/**
 * Contact Us
 */
.row-fluid.sunken.contact {
  padding: 0;
}

.row-fluid.sunken.contact > .span4 > .fence-right {
  min-height: 155px;
}

.fence-right {
  border-right: 1px solid #ccc;
}

.contact > .span4 > div,
.domains .sunken,
.domain-privacy {
  padding: 20px;
}

a.map {
  line-height: 1.1;
  margin: 16px;
  text-transform: uppercase;
  width: 40px;
}

.icon-mail {
  background: url(../../img/icon-mail.png) no-repeat 0 0;
  height: 24px;
  line-height: 24px;
  width: 24px;
}

.postal-address {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 16px 0;
  padding-right: 15px;
  width: 180px;
}

.postal-stripes {
  background-image: -webkit-repeating-linear-gradient(-60deg,
  #fff,
  #fff 10px,
  #62a0cf 10px,
  #62a0cf 20px,
  #fff 20px,
  #fff 30px,
  #d66468 30px,
  #d66468 40px
  );
  background-image: repeating-linear-gradient(-60deg,
  #fff,
  #fff 10px,
  #62a0cf 10px,
  #62a0cf 20px,
  #fff 20px,
  #fff 30px,
  #d66468 30px,
  #d66468 40px
  );
  height: 10px;
  width: inherit;
}
.contact-details {
  list-style: none;
  padding: 20px;
}

#contact-form {
  background-image: none;
  background: #fcfcfc;
}

.raised.contact {
  border: 1px solid #ddd;
}

h3.contact {
  border-top: 1px solid #ccc;
  font-size: 20px;
  font-weight: 400;
  padding-top: 23px;
  margin-top: 24px;
  text-transform: uppercase;
}

.row-fluid.contact > .span6.department-details > h3.contact {
  border-top: none;
}

h3.contact + .row-fluid,
.adm {
  margin-top: 20px;
}

.span6.department-details,
.cnetpush {
  padding-right: 10px;
}

.span6.department-details + .span6.department-details {
  padding-left: 10px;
  padding-right: 0;
}

.nav li a.inline {
  display: inline;
}

/**
 * Domain Transfer
 */

.intro.domain_transfer .span3 > img {
  display: block;
  margin: 0 auto;
}

.row.well-inverted > .container > h3.span12 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

h3.domain_transfer {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-indent: 20px;
}

.domain_transfer h3.domain_transfer {
  line-height: 66px;
  padding-left: 20px;
  text-indent: 0;
}

.domain_transfer-we.span8 {
  border-bottom: 1px solid #ccc;
  border-right: none;
  width: 626px;
}

.pricebox-domain_transfer {
  line-height: 1;
  text-align: center;
}
.pricebox-domain_transfer > span {
  display: block;
  font-size: 16px;
}

p.pricebox.pricebox-domain_transfer {
  margin: 0;
}

.pricebox-domain_transfer > .btn {
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
}

.domain_transfer-you .media,
.domain_transfer-we .media {
  margin-top: 0;
  min-height: 77px;
  padding-top: 15px;
}

.domain_transfer-you.span4,
.domain_transfer-we.span4 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 312px;
}

.domain_transfer-you .media:nth-child(even),
.domain_transfer-we .media:nth-child(odd) {
  background: #ededed;
}

.domain_transfer-you .media:nth-child(odd),
.domain_transfer-we .media:nth-child(even) {
  background: #f5f5f5;
}

.domain_transfer-you > *,
.domain_transfer-we > * {
  padding-left: 20px;
}

.domain_transfer-we + .domain_transfer-we {
  border-right: none;
}

@media (min-width: 768px) and (max-width: 979px) {

  .rostrum-tiered-item-first {
    width: 268px;
  }

  .matrix-two-column > li {
    width: 30%;
  }

}















/*------------------------------*/

.webbuilder p,
.referrals .sunken.island {
  margin-bottom: 20px;
}

/**
 * CTA placement on webdesign page
 */
.undercpu {
  margin: 6px 0 0 50px;
}

.carousel a {
  color: #fff;
}

/**
 * Error page
 */

.errorpage {
  background: url(../../img/404.jpg) top center no-repeat, url(../../img/darkgray-noise.jpg) repeat;
  min-height: 450px;
}

.errorpage.wrap {
  margin: 0;
  padding: 0;
}

.error404.wrap.intro {
  display: none;
}

/**
 * Grid-like unordered list for awards/partners page
 */

.partners ul {
  margin: 0;
  padding: 10px 0 0 0;
}

.partners ul li {
  display: inline-block;
  height: 80px;
  width: 114px;
}

.awards span {
  display: inline-block;
  float: left;
  margin: -1px 0 0 -1px;
  height: 160px;
  overflow: hidden;
  padding: 20px 0 10px 0;
  text-align: center;
  width: 233px;
}

/**
 * Link to Us snippet css
 */
.snippet {
  border-bottom: #ccc 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -20px -20px 20px;
  padding: 20px 0;
  text-align: center;
}

pre {
  background-color: #fff;
  border: none;
  color: #232323;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.pad-t10 {
  padding-top: 10px;
}

pre:hover {
  cursor: pointer;
}

/**
 * Site map page listing
 */
.sm ul li li {
  list-style-image: url(../../img/bullet-in.gif);
}

/**
 * Add these to boostrap
 */
.carousel {
  margin-bottom: 0;
}

.carousel-control {
  font-size: 60px;
  line-height: 30px;
  opacity: .1;
  filter: alpha(opacity=10);
  top: 80%;
  z-index: 10;
}

.carousel-control:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  }

.webdesign .carousel-control,
.about_us .carousel-control {
  top: 50%;
}

.img-polaroid {
  box-shadow: none;
}

h3 {
  font-family: "adelle-sans";
  font-weight: 500;
  padding-bottom: 12px;
}

/**
 * Privacy policy OL red coloring and text following attributes
 */
.privacy {
  color: #c52228;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 30px 0 30px 30px;
}

.marg-bot,
.privacy li {
  margin-bottom: 20px;
}

.privacy p {
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #232323;
}

/**
 * Adds margin spacing to all sections starting wtih red H4s
 */
.terms_of_service * + h4 {
  margin-top: 30px;
  padding-bottom: 4px;
}

/**
 * New #888 colored round bullet for site-wide ULs
 */
ul {
  list-style-image: url(../../img/bullet.gif);
}

.red {
  color: #c52228;
}

/**
 * "How it Works" blue icon ordered list under red tabs
 */
.b1 {
  background-color: #4ba0e1;
  border-radius: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "adelle";
  font-size: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 2px 0 0;
  text-align: center;
  width: 28px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
}

/**
 * "How it Works" blue icon ordered list under red tabs
 */
.g1 {
  background-color: #8eb73e;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "adelle-sans";
  font-size: 20px;
  height: 36px;
  margin: 0 auto 10px;
  padding: 7px 0 0;
  text-align: center;
  width: 36px;
}

.g1 + p,
.cnet-goog + p {
  clear: both;
  margin-bottom: 10px;
}

.howitworks-list {
  list-style-type: none;
  margin: 0;
}

.howitworks-list li {
  display: block;
  float: left;
  margin: 5px 0;
  width: 50%;
}

/**
 * Strip with contact info (chat and phone) like header
 */
.chatstrip {
  border-top: #ccc 1px solid;
  display: block;
  float: left;
  margin: 20px 0 0 0;
  padding: 10px 0;
  width: 100%;
}

/**
 * Design gallery list of categories
 */
.gallery-list {
  color: #232323;
  font-size: 13px;
  list-style-type: none;
  margin: 0 0 0 8px;
  text-transform: uppercase;
}

.gallery-list li a {
  color: #232323;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.gallery-list li a:hover {
  background-color: #888;
  color: #fff;
  text-decoration: none;
}

/**
 * remove this css when active state functionality is made
 */
.gallery-list li.selected a {
  background-color: #ccc;
  color: #232323;
}

/**
 * Domains page search input and wells / spacing
 */
.domains-pill {
  background-color: #ccc;
}

.domains-pill
input {
  background: url(../../img/icon-magnifying.png) no-repeat 10px 12px #fff;
  color: #ccc;
  font-size: 20px;
  margin: 0 8px 3px 3px;
  padding-left: 40px;
  width: 451px;
  height: 38px;
  line-height: 38px
}

.domains-pill .inputtext {
  color: #707070;
}
.domains-pill .inputtext::-webkit-input-placeholder {
   color: #888;
}
.domains-pill .inputtext:-moz-placeholder { /* Firefox 18- */
   color: #888;
}
.domains-pill .inputtext::-moz-placeholder {  /* Firefox 19+ */
   color: #888;
}
.domains-pill .inputtext:-ms-input-placeholder {
   color: #888;
}


#domain-input-wrap.error .inputtext:focus {
    border: 1px solid rgba(255,0,0,.1) !important;
    box-shadow: 0 0 8px rgba(168, 50, 54,.06) !important;
}
/*#domain-input-wrap *::selection {
    color:#505050;
    background-color: #EEEEEE;
}
#domain-input-wrap *::-moz-selection {
    color:#505050;
    background-color: #EEEEEE;
}*/
#domain-input-wrap {
    display: inline-block;
    position: relative;
}
#domain-input-wrap .res-container {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -19px;
    border-radius: 10px;
    padding: 8px 10px;
    z-index: 2;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #444;
    font-weight: 600;
    border-radius: 3px;
}
#domain-input-wrap.error .res-container {
    background-color: rgba(168, 50, 54, .2);
    border: 1px solid rgba(255,0,0,.2);
}
#domain-input-wrap.success .res-container {
    background-color: rgba(98, 174, 90, .25);
    border: 1px solid rgba(0,200,0,.2);
}
#domain-input-wrap.error .res-container,
#domain-input-wrap.success .res-container {
    -moz-transition: ease-in 150ms opacity 0s;
    -ms-transition: ease-in 150ms opacity 0s;
    -o-transition: ease-in 150ms opacity 0s;
    -webkit-transition: ease-in 150ms opacity 0s;
    transition: ease-in 150ms opacity 0s;
    opacity: 1;
}
#domain-input-wrap.success .res-container a {
    font-weight: normal;
    margin-left: 7px;
    text-shadow: 0 1px #EEE;
}
#domain-input-wrap .loading-gear {
    display: none;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -20px;
    width: 22px;
    height: 22px;
}
#domain-input-wrap .loading-gear.lowerleft {
    margin-top: -3px;
    right: 25px;
}

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

.tall {
  height: 29px;
  margin-top: 0px;
  padding-top: 13px;
}

.domainwell {
  height: 70px;
}

.lift2 {
  float: right;
}

/**
 * Gears placement in banner
 */
.gears-domains,
.gears-top {
  margin: -25px 0 0 0;
}

/**
 * Placement for gears etc. on pages with banners
 */
.banner-img {
  margin: -44px 0 0 0;
}

/**
 * Domains page quadrants -- need to change this to just quadrants since we use it on Testimonials and elsewhere
 */
.domain-quadrants .span6 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 40px 0;
}

/**
 * Side by side paragraph span6's
 */
.design-info .span6 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 40px 0;
}

.design-info .span6:first-child {
  border-right: #ccc 1px solid;
}

/**
 * Applies to text in special area Tools & Tech on homepage
 */
.tools-tech .span4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}

.tools-tech .span4
p{
  padding-bottom: 4px;
}

/**
 * Advertising strip logo and text spacing
 */
.credit-text {
  line-height: 16px;
  margin-top: -10px;
}

.logospace
img {
  margin: 20px 10px 0 0;
}

.logospace img:nth-child(3) {
  margin-right: 20px;
}

.cr-title {
  display: block;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 12px 0;
}

/**
 * Implements fix on 3 col boxes on product pages
 */
.tab-pane .island {
  border: 1px solid #ccc;
  outline: none;
}

/**
 * Commercial class container/boxes
 */
.combox-row {
  margin: 50px auto 10px;
}

.combox {
  text-align: center;
  width: 45.667%;
}

/**
 * Link buttons for collapsable drawers on tables
 */
th > .btn-link {
  color: #232323;
  font-weight: bold;
  margin-left: -8px;
}
th > .btn-link:hover {
  color: #4ba0e1;
  text-decoration: none;
}

/**
 * Web Design page tables/columns styles
 */
.webdesign.table-striped thead th:nth-child(even) {
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  width: 108px;
}

.webdesign.table-striped thead th:first-child {
  text-align: left;
}

.webdesign.table-striped {
  border-bottom: #888 2px solid;
}

/**
 * Dedicated page tables/columns styles
 */
.dedi-specification .table-striped thead th.table-col-3,
.dedi-specification .table-striped tfoot td.table-col-3,
.dedi-specification .table-striped tbody td.table-col-3 {
  background-color: rgba(77, 160, 225, 0.15);
}

.dedi-specification .table-striped thead th.table-col-5,
.dedi-specification .table-striped tfoot td.table-col-5,
.dedi-specification .table-striped tbody td.table-col-5 {
  border-left: 1px solid #888;
}

.dedi-specification .table-striped thead th.table-col-3,
.dedi-specification .table-striped thead th.table-col-4,
.dedi-specification .table-striped thead th.table-col-6,
.compipe {
  border-left: 1px solid #ccc;
}

.dedi-specification thead th {
  width: 110px;
}

.dedi-specification thead td {
  border-left-color: #fcfcfc;
  width: 30%;
}

/**
 * VPS page tables/columns styles
 */
.vps-specification .table-striped thead th.table-col-2,
.vps-specification .table-striped tfoot td.table-col-2,
.vps-specification .table-striped tbody td.table-col-2 {
  background-color: rgba(77, 160, 225, 0.15);
  border-left: 1px solid #ccc;
}

.vps-specification thead td {
  border-left-color: #fcfcfc;
  width: 45%;
}

.vps-specification .table-col-2 {
  border-left-color: #fcfcfc;
}

.vps-specificaiton tfoot .table-col-1,
.vps-specification tfoot .table-col-2 {
  border-left-color: #fff;
}

.vps-specification tfoot .table-col-2 {
  border-right: 1px solid #ccc;
}

.vps-specification tfoot {
  border-bottom: 2px solid #888;
}

.vps-specification .table-striped thead .table-col-3,
.vps-specification .table-striped thead .table-col-3 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.vps-specification .table-striped thead th.table-col-2,
.business-specification .table-striped thead th.table-col-2,
.vps-specification tfoot td .table-col-1 {
  border-left: 0;
}

/**
 * Business page tables/columns styles
 */
.business-specification .table-striped thead th.table-col-2,
.business-specification .table-striped tfoot td.table-col-2,
.business-specification .table-striped tbody td.table-col-2{
  border-left: 1px solid #ccc;
}

.business-specification .table-striped th.table-col-1 {
  width: 33%;
}

.business-specification th.table-col-3,
.business-specification th.table-col-4,
.business-specification th.table-col-5 {
  width: 110px;
}

.business-specification .table-striped thead .table-col-4,
.vps-specification .table-striped thead .table-col-3 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/**
 * Use cases tabbed section images
 */
.uses-img {
  border: 0;
  margin-left: 30px;
  width: 110px;
}

.collapse p {
  font-weight: 400;
}

/**
 * Horizonal blockquote
 */
.bq-horiz {
  margin: 0;
  padding: 0 0 20px 30px;
}

.table tfoot tr {
  border-bottom: 2px solid #888;
}

.table thead.dropped th {
    border-top: none;
    display: none;
}
.table tfoot.dropped tr {
    background: #f5f5f5;
}

.legend {
  background-color: #ededed;
  margin-top: 30px;
}

.table {
  margin-bottom: 0;
}

/**
 * Table titles
 */
.tb-title {
  font-size: 16px;
  font-weight: 500;
}

.white {
  color: #fff;
}

/**
 * CTA placement on regular hosting packages
 */
.mid {
  left: 0;
  margin: 6px auto 0;
  position: absolute;
  width: 100%;
}

/**
 * Affiliate landing page spacing
 */

 .centerall .span4 {
  text-align: center;
}

.centerall .span6 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 360px;
  padding: 30px;
  text-align: center;
}

.centerall h2 {
  text-align: center;
}

.quadrant3 {
  text-align: left;
}

.quadrant3 li {
  float: left;
  width: 50%
}

.cta-banner {
  display: block;
  margin: 30px 0 0 28px;
  position: relative;
  width: 120px;
}

.affiliate-cta-place {
  display: block;
  margin: -20px auto 0;
  position: relative;
  width: 120px;
}

.affiliate-top .span4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 40px;
}

.bignumber {
  color: #4ba0e1;
  font-family: "adelle";
  font-size: 80px;
}

.hosting_affiliate_program .bignumber {
  padding: 50px 0 25px;
}

.bignumber + i {
  color: #888;
  }

.hosting_affiliate_program > .span6:first-child {
  border-right: #ccc 1px solid;
}

.hosting_affiliate_program > .span6:last-child {
  margin-left: 0;
}

.hosting_affiliate_program + .hosting_affiliate_program > .span6:first-child {
  border-top: #ccc 1px solid;
}

.hosting_affiliate_program + .hosting_affiliate_program > .span6:last-child {
  border-top: #ccc 1px solid;
  margin-left: 0;
}

.hosting_affiliate_program .span5 {
  width: 180px;
}

/**
 * CTA placement div for Commercial packages
 */
.com-mid {
  margin: 6px auto 0;
  position: absolute;
  width: 430px;
}

/**
 * CTA placement div for premium web builder
 */
.centercta {
  margin: 0 auto 0;
  position: relative;
  width: 153px;
}

/**
 * Price styling for bottom of table matrices
 */
.smallprice {
  color: #c52228;
  font-weight: 600;
  font-size: 15px;
}

/**
 * Leaderboards/banners for biz, vps, dedi, cheap
 */
.intro.business_hosting {
  background: url(../../img/leader-biz-robotics.png) no-repeat top center, url(../../img/leader-bg-biz.jpg) repeat-x 0 0, url(../../img/pattern.gif) repeat 0 0;
  -pie-background: url(../../img/leader-biz-robotics.png) no-repeat top center, url(../../img/leader-bg-biz.jpg) repeat-x 0 0, url(../../img/pattern.gif) repeat 0 0;
  display: block;
  height: 253px;
}

.intro.vps_hosting {
  background: url(../../img/leader-vps-server.png) no-repeat top center, url(../../img/leader-bg-vps.jpg) repeat-x 0 0, url(../../img/pattern.gif) repeat 0 0;
  -pie-background: url(../../img/leader-vps-server.png) no-repeat top center, url(../../img/leader-bg-vps.jpg) repeat-x 0 0, url(../../img/pattern.gif) repeat 0 0;
  display: block;
  height: 286px;
}

.intro.dedicated_servers {
  background: url(../../img/leader-dedi-tower.png) no-repeat top center, url(../../img/leader-bg-dedi.jpg) repeat-x 0 0, url(../../img/pattern.gif) repeat 0 0;
  -pie-background: url(../../img/leader-dedi-tower.png) no-repeat top center, url(../../img/leader-bg-dedi.jpg) repeat-x 0 0, url(../../img/pattern.gif) repeat 0 0;;
  display: block;
  height: 284px;
}

.intro.cheap_hosting, .intro.los_angeles_web_hosting {
  background: url(../../img/bluenoise.png) repeat 0 0;
  display: block;
  height: 116px;
}

/**
 * CTA placement in leaderboards for biz, vps, dedi
 */
.leader-biz-cta-place {
  float: right;
  margin: 56px 122px 0 0;
}

.leader-vps-cta-place {
  float: right;
  margin: 0px -40px 0 0;
}

.leader-dedi-cta-place {
  float: right;
  margin: 125px 160px 0 0;
}

/**
 * Background color behind tables
 */
.tabbg {
  background-color: #f5f5f5;
}

.package-title {
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}

.tier-space {
    margin: -4px 6px 0 0;
}

/**
 * Hosting package prices display
 */
.pricebox {
  color: #c52228;
  font-family: "adelle";
  font-size: 52px;
  font-weight: 400;
  margin: 30px auto 26px;
  padding: 0;
}

.pricebox
sup {
  font-size: 28px;
  margin: -10px 0 0 5px;
}

.pricebox
sub {
  font-size: 20px;
  margin: 0 0 0 -32px;
}

/**
 * Offsets price when needed
 */
.offs {
  margin-right: 38px;
}

.checkmark,
.table .checkmark {
  background-image: url(../../img/ideal.png);
}

/**
 * Unordered list with green checkmark icons
 */
.checkli
li {
  list-style-image: url(../../img/ideal.png);
}

.split-center-mid {
  padding: 0 40px;
}

/**
 * Typical uses container for content
 */
.tu-span {
  width: 670px;
}

/**
 * Ad spot where two island boxes are side by side
 */
.ads {
  height: 36px;
  line-height: 18px;
}

/**
 * Pushes icons leftwards of a heading
 */
.iconleft {
  float: left;
  margin: 0 12px 10px 0;
}

/**
 * Testimonial or quote - person's name/location etc.
 */
.quotename {
  color: #c52228;
  font-family: "adelle";
  font-size: 16px;
  font-weight: 600;
}

.quotefrom {
  font-family: "adelle";
  font-size: 11px;
  margin-top: -3px;
}

.quotesample{
  border: #dadada 10px solid;
  border-radius: 5px;
  float: right;
  margin: 0 0 10px 20px;
}

.quote {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
  font-family: "adelle";
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  padding: 15px;
}

/**
 * Apply thicker padding
 */
.thick {
  padding: 30px;
}

.ab h4 {
  margin-top: 30px;
}

/**
 * PF= Pre-Footer section for price and cta button
 */
.pf-cta-place {
  color: #888;
  float: right;
  border-left: #ccc 1px solid;
  margin: 0 6px 0 10px;
  padding-left: 15px;
  text-align: center;
  width: 80px;
}

.pf .span4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
}

.pf-price {
  font-family: "adelle";
  font-size: 20px;
  font-weight: 600;
}
/**
 * These are wraps that fall above or below an element that "juts" out. For example a CTA that is positioned on the outline of an island
 */
.jutwrap {
  padding: 30px 0 40px;
}

.jutwrap2 {
  padding: 40px 0 30px;
}

.jutwrap3 {
  padding: 30px 0;
}

.jutwrap4 {
  display: block;
  padding: 0 0 30px;
}

.jutwrap5 {
  padding: 20px 0 0;
}

.jutwrap6 {
  padding: 20px 0;
}

/**
 * Empty wrap - applies 2x padding to top only
 */
.wrap-emp {
  padding: 40px 0 0;
}

/**
 * Domain Concierge block next to quotebox
 */
.dc {
  display: block;
  float: right;
  text-align: center;
}

/**
 * Trust-builders section headings
 */
.trust {
  font-family: "adelle";
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

/**
 * Dotted line under trust-builders titles
 */
.ln {
  border-bottom: #ccc dotted 1px;
  display: block;
  margin: 0 0 10px 0;
  padding-bottom: 3px;
  width: 100%;
}

.centered {
  text-align: center;
}

.mx-icon {
  display: block;
  float: left;
  margin: 0 12px 0 -38px;
}

/**
 * Spacing for table caption icon at top next to legend
 */
.oth-icon {
  margin: 12px 12px 0 0;
}

.inp-fatty {
  display: block;
  height: 36px;
}

/**
 * Special slider CTA
 */
.btn-white {
  background-color: #fff;
  border-radius: 3px;
  color: #4ba0e1;
  margin-top: 5px;
}

.btn-white:hover {
  background-color: #fff;
  color: #4ba0e1;
  margin-top: 5px;
}

.btn-white:active {
  margin-top: 6px;
}

.btn-primary:hover {
  color: #fff;
  margin: 0 auto;
}

.btn-primary:active {
  margin: 1px auto -1px;
}

.linkstring {
  margin-left: -11px;
  margin-top: 40px;
}

.linkstring li {
  border-right: #ccc 1px solid;
  display: inline-block;
  padding-left: 9px;
  padding-right: 11px;
}

/**
 * IMH logo in footer
 */
.ft-logo {
  border: 0;
  display: block;
  height: 41px;
  margin-left: 85px;
  margin-bottom: 8px;
  width: 155px;
}

/**
 * Social media icons in footer
 */
.ft-iconlist {
  border-bottom: 1px solid #333;
  float: right;
  margin-bottom: 12px;
  margin-left: 0;
  padding-bottom: 12px;
}

.ft-iconlist li {
  display: inline-block;
  list-style-type: none;
  width: 25px;
}

.ft-iconlist
li
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
}

/**
 * Apply indent
 */
.indentit {
  margin-left: 44px;
}

.text-indent {
  text-indent: 14px;
}
/**
 * Horizontal right margin
 */
.hspace {
  margin-right: 18px;
}

/**
 * This is used on SEO and Social media sections on web design
 */
.hspace2 {
  margin-right: 25px;
  margin-top: 8px;
}

.no-wrap {
  overflow: hidden;
}

/**
 * Red Badge for featured/promoted hosting plan
 */
.badge {
  background: none;
  border-top: 40px solid #c52228;
  border-right: 40px solid #c52228;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
  border-radius: 0;
  height: 0;
  padding: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
}

.badge-lg {
  background: none;
  border-top: 60px solid #c52228;
  border-right: 60px solid #c52228;
  border-bottom: 60px solid transparent;
  border-left: 60px solid transparent;
  border-radius: 0;
  height: 0;
  padding: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
}

/**
 * Text for badge
 */
.badge
p {
  font-size: 11px;
  font-weight: 400;
  margin-top: -40px;
  padding: 0;
  text-shadow: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  rotation:45deg;
}

.badge-lg
p {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  margin: -36px 0 0 -32px;
  padding: 0;
  text-align: center !important;
  text-shadow: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  rotation:45deg;
  width: 100px;
}

/**
 * Blue Badge for featured/promoted hosting plan
 */
.blue {
  border-right: 40px solid #327fb9;
  border-top: 40px solid #327fb9;
}

/*------------------------------------*\
    SALES PAGES LONGTAIL LAYOUT
\*------------------------------------*/

/**
 * sales page longtail column layout
 */

.sales-longtail-right-column {
  background: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 15px 0;
  text-align: center;
}

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

ul.left-align {
  padding: 0 15px;
}

.sales-longtail-right-column > h3 {
  padding: 15px 0;
}

.sales-longtail-right-column p {
  padding: 0 15px;
}

.sales-longtail-right-column a,
.sales-longtail-right-column a:hover {
  margin: 0 0 10px;
}

.sales-longtail-right-column img {
  margin: 0;
}

.sales-longtail-right-column img.sponsor {
  margin: 0 0 10px;
}

/**
 * sales page longtail styles
 */

img.sales-page-longtail-logo {
  margin: 11px 0 0;
}

p.collapse-title {
  padding: 0 0 0 30px;
}

img.sales-page-left-float {
  float: left;
  margin: 0 15px 10px 0;
}

img.sales-page-right-float {
  float: right;
  margin: 0 0 0 15px;
}

/**
 * longtail right column - recommended hosting, plans link, tutorials, and awards
 */

.recommended-hosting-image-no-select,
.recommended-hosting-image-shared,
.recommended-hosting-image-vps,
.recommended-hosting-image-dedi,
.recommended-hosting-image-all {
  background: url(../../img/site-hosting-tools/sales-page-recommended-hosting.gif) 0 0;
  display: block;
  height: 55px;
  list-style-type: none;
  margin: 0 auto 5px;
  width: 162px;
}

.recommended-hosting-image-shared {
  background-position: 0 -55px;
}

.recommended-hosting-image-vps {
  background-position: 0 -110px;
}

.recommended-hosting-image-dedi {
  background-position: 0 -165px;
}

.recommended-hosting-image-all {
  background-position: 0 -220px;
}

h4.recommended-hosting {
  color: #888;
  margin: 15px 0 4px;
}

hr.recommended-hosting {
  border-bottom: 1px solid #ccc;
  border-top: none;
}

/**
 * longtail right column page button
 */

.btn-longtail {
  background-color: #888; /* top-bottom border color */
  border: 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 3px 0 #666;
  -webkit-box-shadow: 0 3px 0 #666;
  box-shadow: 0 3px #666;
  color: #fff;
  margin-top: -2px;
  padding: 2px 40px;
  text-transform: uppercase;
}

.btn-longtail:hover,
.btn-longtail:active,
.btn-longtail.active,
.btn-longtail.disabled,
.btn-longtail[disabled] {
  background-color: #777;
  *background-color: #777;
  -moz-box-shadow: 0 3px 0 #666;
  -webkit-box-shadow: 0 3px #666;
  box-shadow: 0 3px #666;
  color: #fff;
}

.btn-longtail:active,
.btn-longtail.active {
  -moz-box-shadow: 0 3px 0 #666;
  -webkit-box-shadow: 0 3px 0 #666;
  box-shadow: 0 2px #666;
  margin-top: 0;
}

/**
 * longtail features collapse section
 */

.feature-section {
  margin: 0 auto;
  width: 640px;
}

h4.features-collapse {
  border-top: 1px solid #ccc;
  color: #c52127;
  padding: 11px 0 11px 0;
}

h5.media-heading {
  color: #888;
  font-family: "adelle", serif;
  font-size: 16px;
  font-weight: normal;
}

.button-class {
  border-top: 3px solid #888;
  float: left;
  height: 63px;
  margin: 20px 0 0;
  text-align: center;
  width: 100%;
}

.feature-column {
  float: left;
  margin-right: 20px;
  width: 300px;
}

.longtail-features {
  margin: 0 0 5px;
}

/**
 * Longtail sales page table
 */

table.longtail {
  margin: 0 0 30px;
  width: 100%;
}

table.longtail tr th {
  border: 1px solid #ccc;
  color: #c52228;
  text-align: left;
  width: 33%;
}

table.longtail tr td {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  width: 33%;
}

table.longtail {
  border-bottom: 2px solid #888;
}

img.longtail-center {
  display: block;
  margin: 0 auto 15px;
}

table.two-column tr th,
table.two-column tr td {
  width: 50%;
}

table.four-column tr th,
table.four-column tr td {
  width: 25%;
}

table.centered-data tr th,
table.centered-data tr td {
  text-align: center;
  width: 25%;
}

table.centered-data tr th,
table.centered-data tr td {
  text-align: center;
  width: 20%;
}

table tr th.desc {
  font-size: 12px;
  font-weight: normal;
  color: #232323;
}

/**
 * drupal reviews page for quotes
 */

table.drupal-review tr th {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #c52228;
  padding: 8px 0 0 20px;
  text-align: left;
}

table.drupal-review,
table.bottom-table {
  margin: 0 0 20px;
}

table.drupal-review tr td {
  background: #ededed;
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
}

table.drupal-review tr td p {
  font-style: italic;
}

/**
 * code and longtail ol style
 */

code.longtail {
  font: 12px/1.5 "monospace", serif;
}

ol.longtail {
  display: block;
  margin: 0 0 0 40px;
}

/**
 * webbuilder ol styles
 */

ol.webbuilder {
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  height: 130px;
  margin: 0;
  padding: 10px 38px;
  width: 562px;
}

ol.webbuilder li {
  display: inline-block;
  float: left;
  height: 117px;
  list-style-type: none;
  margin: 0;
}

ol.webbuilder li.step1 {
  width: 160px;
}

ol.webbuilder li.step2 {
  width: 172px;
}

ol.webbuilder li.step3 {
  width: 132px;
}

ol.webbuilder li.arrow {
  float: left;
  height: 25px;
  margin: 46px 10px 0 20px;
  width: 13px;
}

ul.theme_showcase {
  display: block;
  height: 140px;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.theme_showcase li {
  display: block;
  float: left;
  height: 130px;
  list-style-type: none;
  margin: 5px 0;
  text-align: center;
  width: 120px;
}

ul.theme_showcase img {
  border: 1px solid #ccc;
  height: 115px;
  width: 115px;
}

/**
 * leaderboard background image
 */

.blue-vps {
  background: url(../../img/bluenoise.png) repeat 0 0;
}

.green-dedi {
  background: url(../../img/greennoise.jpg) repeat 0 0;
}

/**
 * web hosting plans
 */

h1 span.trade,
h2 span.trade,
h3 span.trade {
  font-size: 14px;
  font-weight: normal;
}

/**
 *  fix for yellow focus when click on site
 */
#nav:focus, #main:focus {
  outline: none;
}

/*
 * longtail features table
 */

.greybg {
  background-color: #fcfcfc;
}

.dropdown-menu {
  margin: 0 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

nav .nav {
  width: 100%;
}

nav .nav .support-center,
nav .nav .amp-login {
  font-weight: 400;
  float: right;
}
nav .nav .support-center a,
nav .nav .amp-login a {
    padding: 9px 13px;
}


nav .nav .amp-login {
  margin-right: -10px;
}

nav .nav li ul li:last-child {
  float: none;
}

.navbar .nav > li > .dropdown-menu:after {
  display: none;
}

/*
 * cheap/los angeles hosting page list/format styles
 */
.cheap_hosting > h3.package-title,
.cheap_hosting .tb-title {
  margin-bottom: 14px;
  text-align: left;
}

.cheap_hosting tbody th,
.cheap_hosting tbody td {
  font-weight: 400;
  text-align: left;
}

.cheapspec {
  margin: 15px 0 0;
  padding: 0;
}

.cheapspec li {
  line-height: 42px;
  list-style: none;
}

.cheapspec img {
  float: left;
  margin: 7px 12px 10px 0;
}

.referrals ul li ul {
  margin-bottom: 20px;
  margin-top: 20px;
}
/*
 * new support page attributes
 */
.standard_support .span8 > p,
.standard_support .sunken.island {
  margin-bottom: 24px;
}

.standard_support .sunken.island > p {
  margin-bottom: 0;
}

.lowercase {
  text-transform: none !important;
}

/*
 * call, email, chat (large) icons on new support page
 */

.supporticons {
  height: 20px;
  float: left;
  margin-bottom: 30px;
  padding: 90px 0 0;
  text-align: center;
  width: 190px;
}

.supporticons.phone {
  background: url(../../img/support-contact-graphic.gif) -12px 0;
}

.supporticons.email {
  background: url(../../img/support-contact-graphic.gif) -203px 0;
}

.supporticons.chat {
  background: url(../../img/support-contact-graphic.gif) -403px 0;
}

.support ul li {
  margin-bottom: 20px;
}

/*
 * los angeles web hosting page
 */
.los_angeles_web_hosting .rostrum {
  margin-top: -90px;
  margin-bottom: 30px;
}

.los_angeles_web_hosting .learnmore {
  margin-top: -10px;
}
/*
 * FAQ page attributes
 */

.faq h2 {
  line-height: 32px;
}

.faq h4 {
  line-height: 30px;
}

.spacer {
  height: 20px;
}

.pull-up {
  margin-bottom: -40px;
}

.faq p {
  margin: -5px 0 0;
}

.faq ul {
  margin-bottom: 30px;
}

.gototop {
  background: #232323;
  color: #fff;
  position: fixed;
  text-transform: uppercase;
  padding: 4px 10px;
  right: 0;
  top: 500px;
  width: 40px;
}

.gototop:hover {
  cursor: pointer;
}

/*
 * newsletters page styling
 */
.newsletters dd {
  border-bottom: 1px solid #ccc;
  margin: 0 20px 20px 0;
  padding-bottom: 20px;
}

.infographics textarea {
  color: #232323;
  height: 360px;
  line-height: 18px;
  text-align: left;
  width: 120px;
}

.linkstring li:nth-last-child(1) {
  border:  none;
}

.smallwin:hover {
  cursor: pointer;
}

.double-resources {
  background: url(../../img/double-resources.gif);
  height: 58px;
  margin: 10px auto -12px;
  width: 196px;
}/*
 * affilliate banners & special offer banners
 */
.banner-h1 {
  color: #c52228;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
}

.banner-h1-sm {
  color: #c52228;
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  margin-left: 6px;
}

.banner-h3 {
  line-height: 30px;
}

.banner-blue {
  color: #4ba0e1;
}

.banner-caption {
  color: #232323;
  display: block;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  width: 280px;
}

.banner-rightside {
  float: right;
}

.banner-logo {
  height: 57px;
  margin-bottom: 4px;
  width: 250px;
}

.banner-counter {
  height: 57px;
  text-transform: uppercase;
  width: 250px;
  display: none;
}

.adjustit {
  margin: -80px auto 40px;
}

.banner-counter-digit {
  background-color: #232323;
  border-radius: 2px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  padding: 6px 4px;
  width: 16px;
  background: #4c4c4c; /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #232323 51%, #232323 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#2c2c2c), color-stop(51%,#232323), color-stop(100%,#232323)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#232323 51%,#232323 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#232323 51%,#232323 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#232323 51%,#232323 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4c 0%,#2c2c2c 50%,#232323 51%,#232323 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
}

.webdesign-banner {
  background: url(../../img/webdesign/webdesign-banner-number.png) no-repeat top right;
  background-color: #3f89c2;
  border: 1px solid #3f89c2;
  border-radius: 3px;
  height: 75px;
}

.webdesign-banner h1 {
  margin-top: 24px;
}

.webdesign-banner h3 {
  color: #fff;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 13px;
}

.special-gray{
  color: #888;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-top: 26px;
}

.cnetbanner {
  background-color: #e3e3e3 !important;
  background: url(../../img/cnet-gray-bg.gif) repeat-x bottom center;
  border-radius: 3px;
  height: 110px;
  padding: 20px;
}

.cnetbanner h3 {
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.cnetbanner h1 {
  color: #4ab0e1;
  font-size: 42px;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  margin-top: -7px;
  text-transform: uppercase;
}

.cnetbanner p.span7 {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin: 25px 0 0 0;
}

.cnetbanner .limitedbox {
  background: rgba(0,0,0,0.1);
  margin: -20px -20px 0;
  padding: 20px 20px 12px;
  width: 160px;
}

.cnetbanner .timerbox {
  background: #fff;
  border-radius: 3px;
  margin-top: 2px;
  padding: 2px 10px;
}

.cnetlogo {
  margin: -23px 26px 0 0;
}

.sunken.doubleres {
  margin: 0 -20px -20px;
  padding: 5px 0;
}

.joomlabanner {
  background: url(../../img/joomla-hosting/joomla-banner-logo.png) no-repeat top right, url(../../img/joomla-hosting/noise-green.jpg);
  border: 1px solid #59A325;
  border-radius: 3px;
  height: 90px;
  padding: 30px 440px 30px 30px;
}

.joomlabanner h1,
.webdesign-banner h1 {
  color: #fff;
}

.joomlabanner h3 {
  color: #fff;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 6px;
}

.vps_hosting-banner {
  background:  #f17113 url(../../img/vps/banner-special-offer-vps-icon.png) no-repeat 60px center;
  height: 150px;
  margin: -40px 0 70px;
}

.dedicated_servers-banner {
  background:  #031f36 url(../../img/dedicated-hosting/banner-special-offer-dedicated-servers-icon.png
) no-repeat 60px center;
  height: 150px;
  margin: -40px 0 70px;
}

.dedicated_servers-banner h1,
.vps_hosting-banner h1 {
  color: #0b5382;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  margin-top: 20px;
  text-transform: uppercase;
}

.dedicated_servers-banner h1 {
  color: #ea2435;
}

.dedicated_servers-banner h1 > span,
.vps_hosting-banner h1 > span {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 400;
}

.dedicated_servers-banner h1 > span {
  font-size: 24px;
}

.contact-sales-number {
  color: #fff;
  font-size: 16px;
}

.dedicated_servers-banner .contact-sales-number {
  color: #4ba0e1;
}

.dedicated_servers-banner .contact-sales-number {
  color: #fff;
}

.expiry-notice {
  background-color: #4ba0e1;
  border: 3px solid #3f89c2;
  border-radius: 50% 50% 50% 50%;
  height: 70px;
  position: relative;
  text-align: center;
  width: 70px;
  top: 55px;
}

.expiry-notice > p {
  color: #fff;
  font-family: "adelle", serif;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 7px;
  width: 55px;
}

.dedicated_servers-banner .expiry-notice {   left: 75px; }

.expiry-notice > p > span {
  font-size: 18px;
}

.dedicated_servers-banner-pricepoint > .pull-left,
.vps_hosting-banner-pricepoint > .pull-left {
  color: #fff;
  margin-top: 1.5em;
}

.dedicated_servers-banner-pricepoint > .pull-left {
  margin-left: 30px;
}

.dedicated_servers-banner-pricepoint > .pricebox,
.vps_hosting-banner-pricepoint > .pricebox {
  color: #fff;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-top: 20px;
}

.contact-sales-number {
  font-size: 30px;
}

.contact-sales-number > span {
  display: block;
  font-size: 20px;
}
.contact-sales {
  font-family: "adelle" serif;
  font-size: 20px;
  margin: 20px auto 10px;
  width: 50%;
}

.terms-of-special-offer {
  margin-top: -10px;
}

.dedicated_servers-banner .terms-of-special-offer {
  color: #777;
}

.dedicated_servers-banner .contact-sales {
  color: #4ba0e1;
}

.cpanel_demo input,
.form-actions button,
.cnet_hosting_plans input,
.joomla_deal input,
.new-cnet input {
  background: #4ba0e1;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 3px #3f89c2;
  color: #fff;
  margin: 0px 0 1px 8px;
  padding: 4px 8px;
}

.form-actions button {
  margin-top: -72px;
}

.cpanel_demo input:hover,
.cnet_hosting_plans input:hover,
.new-cnet input:hover,
.joomla_deal input:hover {
  background-color: #3f89c2;
  box-shadow: 0px 3px 0px #2D658E;
  color: #fff;
  cursor: pointer;
}

.cnet_hosting_plans input:hover,
.new-cnet input:hover {
  margin: 0px 0 1px 8px;
}


.form-actions button:hover {
  margin: -72px 0 1px 8px;
}

.cpanel_demo input:active,
.form-actions button:active,
.cnet_hosting_plans input:active,
.new-cnet input:active,
.joomla_deal input:active {
  margin: 1px 0 0px 8px;
  box-shadow: 0px 2px 0px #2D658E;
}

.form-actions button:active {
  margin: -71px 0 0px 8px;
}

/**
 * Sales Inquiry Form
 */

#form {
  overflow: hidden;
}

.control-group.span4 {
  margin-bottom: 0;
}

.form-actions {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 880px;
}

.form-actions button {
  position: relative;
  left: 45%;
}
/*.row-fluid div[class*="span"] {
  -moz-box-sizing: content-box;
}*/

.span4 .control-group > .controls label.radio,
.span4 .control-group > .controls label.radio > input,
.span4 .control-group > .controls label.radio > input > span {
  display: inline-block;
  position: static;
}

/*.span4 .control-group input[type*="text"],
.span4 .control-group  textarea,
#form_website,
.span4 .control-group .uneditable-input {
    width: 85%;
}*/

#form .span4 {
  min-height: 65px;
}

.control-group label[for*="form_fullname"],
.control-group label[for*="form_website"],
.control-group label[for*="form_telephone"],
.control-group label[for*="form_zipcode"],
.control-group label[for*="form_email"],
.control-group label[for*="form_hearabout"] {
  display: none;
}

.control-group .controls select,
.control-group .controls select option {
  color: #999;
}

.help-inline {
  display: block;
  position: absolute;
}

.gears-background {
  background: #fff url(../../img/gears-plain.png) top right no-repeat;
}

/**
 * Business Hosting "double resources" flag banner
 */

.two-dollar-flag {
  background: url(../../img/business-hosting-two-dollar-flag.png) no-repeat;
  height: 80px;
  margin: -12px auto 0;
  position: relative;
  width: 280px;
}

.flagtext {
  color: #fff;
  margin: 21px auto 0;
  position: absolute;
  right: 22px;
}

.flagcaption {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  left: 14px;
  line-height: 14px;
  margin: 11px 0 0 0;
  position: absolute;
  text-transform: uppercase;
  width: 80px;
}

.tan {
  color: #EBBB74;
}

/**
 * Pluses is for the 3 options on the new-cnet page / top of left column
 */
.pluses {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.webdesign .nav-pills > li > a {
  padding-top: 1px !important;
}

footer .nav-header {
  padding: 3px 0px;
}

footer .nav-header:hover {
  text-decoration: none;
  color: #fff;
}


footer .nav-list > li > a {
  padding: 3px 0px 0;
}

/**
 * Two-Factor authentication
 */

.input-wrap[step='2'] {
    font-size: 14px;
    margin-left: 6px;
    margin-right: 6px;
}

.twoFAHeader {
    width: 300px;
    height: 23px;
    opacity: 0.8;
    font-family: Adelle Sans;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-decoration: none solid rgb(0, 0, 0);
    margin-bottom: 10px;
}

.twoFAHeader .tooltipPrompt {
    color: #fff;
    margin: -10px 23px 5px 0;
    background: #888;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    padding-left: 1px;
    text-align: center;
    line-height: 17px;
    cursor: pointer;
    display: inline-block;
}

#fa-submit, #fa-cancel {
    margin: 0 14px 0 0;
    width: 80px;
    height: 45px;
    padding: 6px 10px;
    border-bottom-width: 3px;
    border-style: solid;
    border-radius: 4px;
    font-family: Lato;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
}

#fa-submit {
    border-color: #3f89c2;
    background-color: #4ba0e1;
}

#fa-cancel {
    border-color: #5a5a5a;
    background-color: #7b7b7b;
}

#secondAuthentication {
    margin-left: 0;
    width: 225px;
    height: 50px;
    color: #333333;
}

.amp-pill .containFloat {
    margin-top: 21px;
    overflow: hidden;
}

.amp-pill .containFloat > * {
    float: left;
}

div[data-target] {
    position: absolute;
}

div[data-target] p{
	color: #fff;
    padding: 10px !important;
    background-color: #333;
    border: solid 1px;
    border-radius: 0px;
    width: 300px;
    overflow: auto;
}

div[data-target] .tail1{
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-color: #333 transparent transparent transparent;
    border-width: 10px;
    border-style: solid;
}

.amp-pill .containFloat input {
    height: 14px;
    width:  14px;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 0;
}

.amp-pill .containFloat p {
    margin-left: 21px;
    font-style: italic;
}

.spinner img{
    margin-top: 141px;
    margin-left: 115px;
}

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