@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
/* COLOURS */
/* FONTS */
/* Dropdown control */
.selectBox-dropdown {
  min-width: 110px;
  margin: 0 10px 3px 10px;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  line-height: 52px;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #F2F5EE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  cursor: default;
}
.selectBox-dropdown.selectBox-menuShowing {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  width: 100%;
  line-height: 50px;
  display: inline-block;
  white-space: nowrap;
  color: #333333;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 2px;
  right: 12px;
  width: 18px;
  height: 100%;
  background: url('../img/icon/arrow-down.svg') 100% center no-repeat;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  border: solid 1px #666666;
  /* should be the same border width as .selectBox-dropdown */
  background: white;
  overflow: auto;
}
/* Inline control */
.selectBox-inline {
  width: 250px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  color: #333333;
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  cursor: pointer;
}
.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
  text-decoration: none;
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
  background: #EEE;
  font-weight: bold;
  line-height: 50px;
  padding: 0 .3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
/*********** NORMALIZE ***********/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********** LESS CLASSES ***********/
.big-emphasize {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 48px;
  font-weight: 600;
}
.underlineOnHover {
  text-decoration: none;
  color: #333333;
}
.underlineOnHover:hover {
  text-decoration: underline;
  color: #555555;
}
.line-top {
  width: 100%;
  border-top: 1px solid #666666;
}
.line-bottom {
  width: 100%;
  border-bottom: 1px solid #F2F5EE;
}
.line-bottom-dark {
  width: 100%;
  border-bottom: 1px solid #333333;
}
.dotted-line-vertical {
  display: inline;
  width: 1px;
  border-left: 1px dashed #666666;
  border-right: 1px dashed #666666;
  padding: auto 20px;
}
.dotted-line-horizontal {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #666666;
}
.fluidMedia,
.fluid-media {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.67%;
}
.fluidMedia iframe,
.fluid-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********** END OF LESS CLASSES ***********/
/*********** GLOBALS ***********/
html,
body {
  -webkit-text-size-adjust: 100%;
}
body,
p {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  /*-ms-word-break: normal;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}
body {
  margin: 0;
  background-color: #333;
}
img {
  max-width: 100%;
  border: 0;
}
.centered {
  margin: 0 auto;
  max-width: 980px;
  width: 94%;
}
body header,
body footer,
body section {
  width: 100%;
}
body header > .centered,
body footer > .centered,
body section > .centered {
  zoom: 1;
}
body header > .centered:before,
body footer > .centered:before,
body section > .centered:before,
body header > .centered:after,
body footer > .centered:after,
body section > .centered:after {
  content: "";
  display: table;
}
body header > .centered:after,
body footer > .centered:after,
body section > .centered:after {
  clear: both;
}
body header > h1,
body footer > h1,
body section > h1,
body header .centered > .content > h1,
body footer .centered > .content > h1,
body section .centered > .content > h1,
body header .styled_title h1,
body footer .styled_title h1,
body section .styled_title h1 {
  padding-top: 60px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 24px;
  font-weight: 400;
}
body > section,
body > div {
  background-color: white;
}
header {
  width: 100%;
  height: 70px;
  background-color: #9CD64C;
  padding-top: 20px;
}
header .centered div {
  float: right;
}
header div.logo-container {
  max-width: 124px;
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
header div.logo-container .topnav-indicator {
  display: none;
  top: 70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 20px;
}
header div.logo-container.active .topnav-indicator {
  display: block;
}
.top-navigation {
  float: right;
  width: 84%;
}
.top-navigation ol {
  margin: 12px 8px;
  float: right;
  padding: 0;
}
.top-navigation ol li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 16px;
  list-style-type: none;
}
.top-navigation ol li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #F2F5EE;
  padding: 18px 0;
}
.top-navigation ol li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.top-navigation ol li a img.sign-in-label {
  display: inline-block;
  float: left;
  width: 27px;
  position: relative;
  top: -2px;
}
.top-navigation ol li a span.sign-in-label {
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.top-navigation ol li .topnav-indicator {
  display: none;
  top: 58px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}
.top-navigation ol li.active .topnav-indicator {
  display: block;
  position: absolute;
}
.top-navigation ol li:last-child {
  margin-right: 0;
}
.top-navigation ol li.wordpress-link a {
  color: #5a7af5;
}
a {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
  color: #555555;
}
a.button {
  text-decoration: none;
  color: #F2F5EE;
}
a.button:hover {
  text-decoration: underline;
  color: #ffffff;
}
.button {
  -webkit-appearance: none;
  display: inline-block;
  color: #F2F5EE;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  height: auto;
  line-height: 50px;
  min-height: 50px;
  padding: 0 35px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
}
.button.gray {
  background-color: #333333;
}
.button.gray:hover {
  background-color: #555555;
  text-decoration: none;
}
.button.green {
  background-color: #85B642;
}
.button.green:hover {
  background-color: #a7d864;
  text-decoration: none;
}
.button.light-green {
  background-color: #9CD64C;
}
.button.light-green:hover {
  background-color: #555555;
  text-decoration: none;
}
.button.small {
  font-size: 14px;
  height: auto;
  line-height: 32px;
  min-height: 32px;
  padding: 0 20px;
}
input.button {
  cursor: pointer;
  padding: 14px 35px;
  line-height: inherit;
}
.mobile-only {
  display: none;
}
.placeholder.search {
  -webkit-appearance: none;
  line-height: 50px;
  border-radius: 4px;
  width: 350px;
  border: 0;
  background-color: #F2F5EE;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.contact {
  background-color: white;
  text-align: center;
}
.contact .centered .varial-crown {
  display: block;
  margin: 60px auto 0px;
}
.contact .centered p {
  margin: 60px 0 10px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.about {
  background-color: #333333;
  padding-bottom: 60px;
}
.about .centered {
  font-family: "Open Sans", sans-serif;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.about .centered p {
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.about .centered .footer-creds {
  float: left;
  width: 60%;
  margin: 60px 0 8px;
}
.about .centered .footer-creds .varial-description {
  float: left;
}
.about .centered .footer-creds img {
  float: left;
  clear: left;
  display: block;
}
.about .centered .footer-creds .award-winning img,
.about .centered .footer-creds .award-winning p {
  margin-top: 20px;
  display: inline-block;
}
.about .centered .footer-creds .award-winning p {
  margin-left: 20px;
}
.about .centered nav {
  width: 40%;
  display: inline;
}
.about .centered .reference,
.about .centered .contact-links {
  float: left;
  display: inline;
  margin: 60px 0px 20px 20px;
  padding: 0;
}
.about .centered .reference li,
.about .centered .contact-links li {
  display: block;
  width: 100%;
  margin: 0px 0px 8px;
}
.about .centered .reference li a,
.about .centered .contact-links li a {
  color: #999999;
}
.about .centered .reference {
  width: 35%;
  max-width: 110px;
}
.about .centered .contact-links {
  width: 65%;
  max-width: 170px;
}
.about .centered .copyright {
  margin-top: 60px;
  width: 100%;
  font-size: 11px;
  display: block;
  float: left;
}
.about .centered .copyright a {
  color: #999999;
  font-weight: 400;
}
/*********** END OF GLOBALS ***********/
/*********** PAGE SECTIONS ***********/
.copy .centered > h1 {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 54px;
  font-weight: 300;
  padding-top: 60px;
}
.copy p {
  font-size: 24px;
}
.copy p a {
  text-decoration: none;
  color: #333333;
}
.copy p a:hover {
  text-decoration: underline;
  color: #555555;
}
.two-column .centered .side-nav {
  display: block;
  float: left;
  width: 31%;
  max-width: 260px;
  margin-right: 2%;
}
.two-column .centered .side-nav nav {
  padding: 0;
  margin: 60px 0;
  color: #333333;
}
.two-column .centered .side-nav nav a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  height: 100%;
  padding: 10px 0 10px 0;
  width: 100%;
}
.two-column .centered .side-nav nav > ol {
  padding: 0;
  list-style-type: none;
}
.two-column .centered .side-nav nav > ol > li {
  list-style-type: none;
  display: list-item;
  cursor: pointer;
  width: 100%;
  border-top: 1px solid #F2F5EE;
}
.two-column .centered .side-nav nav > ol > li:first-child {
  border-top: none;
}
.two-column .centered .side-nav nav > ol > li a {
  padding: 10px 0 10px 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.two-column .centered .side-nav nav > ol > li img {
  top: 3px;
  position: relative;
}
.two-column .centered .side-nav nav > ol > li img.has-sub-plus,
.two-column .centered .side-nav nav > ol > li img.has-sub-minus {
  margin-left: 20px;
  display: inline-block;
  width: 16px;
}
.two-column .centered .side-nav nav > ol > li img.has-sub-minus {
  display: none;
  width: 16px;
}
.two-column .centered .side-nav nav > ol li.active img.has-sub-minus {
  display: inline-block;
}
.two-column .centered .side-nav nav > ol li.active img.has-sub-plus {
  display: none;
}
.two-column .centered .side-nav nav > ol li.active a {
  color: #85B642;
}
.two-column .centered .side-nav nav > ol li.has-sub.active > a {
  color: #333333;
}
.two-column .centered .side-nav nav > ol li.has-sub ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.two-column .centered .side-nav nav > ol li.has-sub ol li {
  list-style-type: none;
  display: list-item;
  padding: 0;
}
.two-column .centered .side-nav nav > ol li.has-sub ol a {
  margin: 0;
  padding: 5px 10px 5px 20px;
  width: 100%;
  height: 100%;
  color: #666666;
}
.two-column .centered .side-nav nav > ol li.has-sub ol li.active a {
  color: #9CD64C;
}
.two-column .centered .side-nav ul > li.current-cat img.has-sub-minus {
  display: inline-block;
}
.two-column .centered .side-nav ul > li.current-cat img.has-sub-plus {
  display: none;
}
.two-column .centered .side-nav ul > li.current-cat a {
  color: #85B642;
}
.two-column .centered > .content {
  display: block;
  float: left;
  width: 64%;
  margin-bottom: 40px;
  padding-left: 3%;
}
.two-column .centered > .content > nav > ol {
  padding: 0;
  margin: 0;
}
.two-column .centered > .content > h1 {
  padding: 40px 0 0 10px;
}
.two-column .centered > .content > p {
  padding-left: 10px;
}
.two-column .centered .sliding-faqs {
  margin: 0;
  padding: 0;
}
.two-column .centered .sliding-faqs .faq-row {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #F2F5EE;
}
.two-column .centered .sliding-faqs .faq-row.active {
  background-color: #F2F5EE;
  width: 100%;
  border-top: 1px solid #d0d3cc;
}
.two-column .centered .sliding-faqs .faq-row article {
  padding-left: 10px;
}
.two-column .centered .sliding-faqs .faq-row .question {
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
}
.two-column .centered .sliding-faqs .faq-row .answer {
  padding-bottom: 10px;
  padding-right: 10px;
}
.package-listing {
  background-color: #85B642;
  color: #F2F5EE;
  padding-bottom: 120px;
}
.package-listing .disclaimer {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 400;	
}
.package-listing .centered {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
}
.package-listing .centered > h1 {
  font-family: "Open Sans", sans-serif;
  color: #F2F5EE;
  font-size: 54px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 80px;
}
.package-listing .centered p {
  font-family: "Open Sans", sans-serif;
  color: #F2F5EE;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 40px;
}
.package-listing .centered .button.gray:hover {
  background-color: black;
}
.package-listing .centered .button.light-green {
  margin: 60px auto;
}
.package-listing .centered .button.light-green.mobile-only {
  display: none;
}
.package-listing .centered .button.light-green.view-all {
  float: left;
}
.package-listing .centered .button.light-green.view-reseller {
  float: right;
}
.package-listing .centered .button.light-green:hover {
  background-color: black;
}
.package-listing .centered .packages {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.package-listing .centered .packages .package {
  list-style-type: none;
  display: inline-block;
  width: 22%;
  height: auto;
  margin: 0;
  padding: 20px 1% 0 1%;
  font-size: 14px;
  color: #F2F5EE;
}
.package-listing .centered .packages .package h1 {
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9CD64C;
  text-transform: uppercase;
}
.package-listing .centered .packages .package.featured {
  color: #333333;
  background-color: #9CD64C;
  position: relative;
}
.package-listing .centered .packages .package.featured h1 {
  border-bottom: 1px solid #85B642;
}
.package-listing .centered .packages .package.featured ol li {
  border-bottom: 1px solid #85B642;
}
.package-listing .centered .packages .package.featured ol li.pricing {
  border-bottom: none;
}
.package-listing .centered .packages .package.featured:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #85B642;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
}
.package-listing .centered .packages .package ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.package-listing .centered .packages .package ol li {
  list-style-type: none;
  display: block;
  margin: 0 15px 10px 15px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #9CD64C;
  font-weight: 300;
}
.package-listing .centered .packages .package ol li.pricing {
  border-bottom: 0;
  margin-bottom: 0;
  margin: 0px 10px 0 10px;
  text-align: center;
  font-weight: 400;
}
.package-listing .centered .packages .package ol li.pricing .price-layout {
  display: inline-block;
  margin: 0 auto;
  color: #333333;
}
.package-listing .centered .packages .package ol li.pricing .price-layout .dollar-sign {
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 7px;
}
.package-listing .centered .packages .package ol li.pricing .price-layout .dollar-value {
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 42px;
  font-weight: 600;
}
.package-listing .centered .packages .package ol li.pricing .price-layout .cents-per-month {
  display: inline-block;
  float: left;
  width: 50px;
}
.package-listing .centered .packages .package ol li.pricing .price-layout .cents-per-month .cents {
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: -9px;
}
.package-listing .centered .packages .package ol li.pricing .price-layout .cents-per-month .per-month {
  display: block;
  float: left;
  margin-bottom: -3px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.package-listing .centered .packages .package ol li.pricing .price-layout .per-year {
  clear: both;
  margin-bottom: 10px;
}
.package-listing .centered .packages .package a.button {
  margin-bottom: 20px;
}
.page-wordpress .package-listing {
  background-color: #5a7af5;
}
.page-wordpress .package-listing .centered .packages .package.featured:before {
  border-top: 12px solid #5a7af5;
}
.multi-col-faqs .faq {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.multi-col-faqs .faq h1 {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.multi-col-faqs .faq p {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.multi-col-faqs .faq p a {
  text-decoration: none;
  color: #333333;
}
.multi-col-faqs .faq p a:hover {
  text-decoration: underline;
  color: #555555;
}
.page-hosting .multi-col-faqs .centered,
.page-wordpress .multi-col-faqs .centered {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}
.page-hosting .multi-col-faqs .columns,
.page-wordpress .multi-col-faqs .columns {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.page-hosting .multi-col-faqs .columns .column,
.page-wordpress .multi-col-faqs .columns .column {
  float: left;
  display: block;
  width: 31%;
  max-width: 295px;
  margin: 0 1.5%;
}
.page-hosting .multi-col-faqs .columns .column:first-child,
.page-wordpress .multi-col-faqs .columns .column:first-child {
  margin: 0px 1.5% 0 0px;
}
.page-hosting .multi-col-faqs .columns .column:last-child,
.page-wordpress .multi-col-faqs .columns .column:last-child {
  margin: 0px 0px 0 1.5%;
}
.page-hosting .multi-col-faqs #chat-container,
.page-wordpress .multi-col-faqs #chat-container {
  width: 30%;
  margin: 0 0 5% 0;
  padding: 0;
}
.page-domains .centered > h1 {
  margin-top: 40px;
}
.page-domains .multi-col-faqs .centered {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}
.page-domains .multi-col-faqs .columns {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.page-domains .multi-col-faqs .columns .column {
  float: left;
  display: block;
  width: 31%;
  max-width: 295px;
  margin: 0 1.5%;
}
.page-domains .multi-col-faqs .columns .column:first-child {
  margin: 0px 1.5% 0 0px;
}
.page-domains .multi-col-faqs .columns .column:last-child {
  margin: 0px 0px 0 1.5%;
}
.page-domains .tld .centered > h1 {
  margin-top: 0;
}
.multi-col-guide .centered .columns {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.multi-col-guide .centered .columns .column {
  list-style-type: none;
  display: block;
  float: left;
  width: 29%;
  min-width: 250px;
  min-height: 280px;
  margin: 20px 0;
  text-align: center;
  padding: 40px 3% 60px 3%;
}
.multi-col-guide .centered .columns .column:first-child {
  padding: 40px 3% 60px 0px;
}
.multi-col-guide .centered .columns .column:last-child {
  padding: 40px 0px 60px 3%;
}
.multi-col-guide .centered .columns .column article {
  position: relative;
  height: 260px;
}
.multi-col-guide .centered .columns .column article h1 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
}
.multi-col-guide .centered .columns .column article p {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0;
}
.multi-col-guide .centered .columns .column article .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  padding: 0;
}
.features-section,
.tld {
  background-color: #d0fb88;
  padding: 100px 0;
  text-align: center;
}
.features-section h1,
.tld h1 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.features-section p,
.tld p {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 40px;
}
.features-section .features,
.tld .features {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table-row;
}
.features-section .feature,
.tld .feature {
  display: table-cell;
  width: 33%;
  border-right: 1px dashed #85B642;
  padding: 20px 30px 40px;
}
.features-section .feature:last-of-type,
.tld .feature:last-of-type {
  border-right: 0;
}
.features-section .feature h1,
.tld .feature h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
.features-section .feature p,
.tld .feature p {
  margin: auto;
  font-size: 14px;
}
.features-section .button,
.tld .button {
  margin-top: 35px;
}
.features-section .sub-features,
.tld .sub-features {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.features-section .sub-features li h1,
.tld .sub-features li h1 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 15px;
}
.features-section .sub-features li:first-child h1,
.tld .sub-features li:first-child h1 {
  margin-top: 20px;
}
.features-section .sub-features.active,
.tld .sub-features.active {
  max-height: 1000px;
}
.features-section .view-all,
.tld .view-all {
  display: none;
}
.features-section .view-all.active,
.tld .view-all.active {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .features-section .feature .sub-features h1,
  .tld .feature .sub-features h1 {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .features-section .feature .sub-features p,
  .tld .feature .sub-features p {
    font-size: 13px;
  }
}
@media screen and (max-width: 760px) {
  .features-section .feature,
  .tld .feature {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
    border-right: 0;
  }
  .features-section .sub-features,
  .tld .sub-features {
    max-height: initial;
  }
  .features-section .sub-features li h1,
  .tld .sub-features li h1 {
    margin-top: 30px;
    font-size: 20px;
  }
  .features-section .sub-features li:first-child h1,
  .tld .sub-features li:first-child h1 {
    margin-top: 0;
  }
  .features-section .view-all,
  .tld .view-all {
    display: inline-block;
  }
  .features-section #reveal-features,
  .tld #reveal-features {
    display: none;
  }
}
.svg-feature {
  fill: #85B642;
  height: 100px;
}
.svg-feature .st0 {
  fill: none;
  stroke: #85B642;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.svg-feature.performer {
  width: 40px;
}
.svg-feature.security {
  width: 80px;
}
.svg-feature.dog {
  width: 55px;
}
.page-wordpress .svg-feature {
  fill: #5a7af5;
}
.page-wordpress .svg-feature .st0 {
  stroke: #5a7af5;
}
.tld-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tld-list li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #85B642;
}
.tld-list li:after {
  content: ',';
}
.tld-list li:last-child:after {
  content: '';
}
.placeholder.search {
  height: 50px;
  padding-left: 10px;
}
.selectBox.selectBox-dropdown {
  min-width: 160px;
  height: 51px;
  cursor: pointer;
}
.selectBox.selectBox-dropdown .selectBox-label {
  width: 120px !important;
}
.domain-search-container {
  padding-bottom: 40px;
}
.domain-search-container .centered {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.domain-search-container .centered h1 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  margin-top: 60px;
}
.varial-table {
  min-width: 260px;
  width: 60%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.varial-table .header-row {
  border-bottom: 1px solid #F2F5EE;
  padding: 20px 0 15px;
  height: 25px;
  background-color: #F2F5EE;
  border-top: 1px solid #F2F5EE;
  width: auto;
}
.varial-table .table-row {
  width: auto;
  border-bottom: 1px solid #F2F5EE;
  padding: 15px 0;
}
.varial-table .table-row.final {
  border-bottom: 0;
}
.varial-table .columns {
  width: auto;
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  overflow: hidden;
}
.varial-table .columns .column {
  box-sizing: border-box;
  padding: 0 10px;
  width: auto;
  list-style-type: none;
  float: left;
}
.varial-table .columns .column:last-child {
  padding: 0 20px 0 0;
  float: right;
  text-align: right;
}
.varial-table .columns .column > img {
  max-width: 20px;
}
@media screen and (max-width: 768px) {
  .varial-table {
    width: 100%;
  }
}
#anchor-package-includes .varial-table .column {
  width: 80%;
}
#anchor-package-includes .varial-table .column:last-child {
  width: 20%;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  line-height: 0;
}
#anchor-package-includes .varial-table .column:last-child.text {
  position: static;
  margin-top: 0;
  line-height: 1.3;
}
#anchor-package-includes .varial-table .columns {
  zoom: 1;
  position: relative;
}
#anchor-package-includes .varial-table .columns:before,
#anchor-package-includes .varial-table .columns:after {
  content: "";
  display: table;
}
#anchor-package-includes .varial-table .columns:after {
  clear: both;
}
#anchor-package-includes .varial-table .columns.wider .column {
  width: 60%;
}
#anchor-package-includes .varial-table .columns.wider .column:last-child {
  width: 40%;
  position: static;
  margin-top: 0;
  line-height: 1.3;
}
.snappy-table {
  width: 80%;
  margin: 30px 10%;
  border-spacing: 0;
}
.snappy-table thead {
  height: 25px;
  background-color: #F2F5EE;
  border-top: 1px solid #F2F5EE;
  border-bottom: 1px solid #F2F5EE;
  padding: 20px 0 15px;
}
.snappy-table thead th {
  font-weight: normal;
}
.snappy-table.center-align {
  text-align: center;
}
.snappy-table.center-align td,
.snappy-table.center-align th {
  text-align: center;
}
.summary-link {
  display: block;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.domain-pricing {
  padding-bottom: 60px;
  text-align: center;
}
.domain-pricing .button.green.toggle-domain-table {
  margin: 0 auto 40px;
  cursor: pointer;
  display: block;
  width: 200px;
}
.domain-pricing .button.green.toggle-domain-table.active {
  display: block;
}
.domain-pricing .button.green.toggle-domain-table .prices-visible {
  display: none;
}
.domain-pricing .button.green.toggle-domain-table .prices-visible.active {
  display: inline-block;
}
.domain-pricing .button.green.toggle-domain-table .prices-invisible {
  display: none;
}
.domain-pricing .button.green.toggle-domain-table .prices-invisible.active {
  display: inline-block;
}
.domain-pricing .varial-table {
  display: none;
}
.domain-pricing .varial-table.active {
  display: inline-block;
}
.hosting-package-includes {
  padding: 0;
  height: 0;
  overflow: hidden;
}
.hosting-package-includes.active {
  /*-webkit-transition: 80px 1s ease-in-out;
		-moz-transition: 80px 1s ease-in-out;
		-ms-transition: 80px 1s ease-in-out;
		-o-transition: 80px 1s ease-in-out;
		transition: 80px 1s ease-in-out;*/
  height: auto;
  overflow: visible;
  padding: 60px 0;
}
.hosting-package-includes .varial-table {
  margin: 0 auto;
}
.hosting-package-includes .varial-table .header-row {
  padding: 15px 0;
}
.section-my .page-header {
  border-bottom: 0;
}
.section-my .styled_title h1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
}
.section-my .styled_title .message-text {
  font-size: 16px;
  margin: 1.5em auto;
  max-width: 740px;
}
.section-my .pagetitle {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  margin-top: 60px;
  line-height: 1.5;
}
.section-my .logincontainer {
  padding: 20px 0 0;
}
.section-my .logincontainer .rememberme {
  display: inline-block;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.section-my .logincontainer #rememberme {
  display: inline-block;
}
.section-my .logincontainer .forgotten {
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.section-my .logincontainer .loginbtn {
  padding-top: 40px;
  display: block;
}
.section-my .logincontainer fieldset {
  border: 0;
  width: 50%;
  margin: 0 auto;
  padding: 0;
}
.section-my .logincontainer fieldset.control-group {
  text-align: center;
  zoom: 1;
}
.section-my .logincontainer fieldset.control-group:before,
.section-my .logincontainer fieldset.control-group:after {
  content: "";
  display: table;
}
.section-my .logincontainer fieldset.control-group:after {
  clear: both;
}
.section-my .logincontainer fieldset.control-group .left {
  float: left;
  width: 50%;
  text-align: left;
}
.section-my .logincontainer fieldset.control-group .right {
  float: right;
  width: 50%;
  text-align: right;
}
.section-my .logincontainer fieldset.control-group .left,
.section-my .logincontainer fieldset.control-group .right {
  margin-top: 30px;
}
.section-my .logincontainer input[type=text] {
  margin-bottom: 30px;
}
.section-my input[type=text],
.section-my input[type=password] {
  height: 48px;
  line-height: 48px;
  padding: 0 2%;
  border-radius: 4px;
  border: 0;
  background-color: #F2F5EE;
  width: 95%;
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.section-my input[disabled=disabled] {
  color: #999;
}
.section-my input#cardvv {
  width: 170px;
}
.section-my textarea {
  line-height: 16px;
  padding: 16px 2%;
  border-radius: 4px;
  border: 0;
  background-color: #F2F5EE;
  width: 95%;
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.section-my textarea[disabled=disabled] {
  color: #999;
}
.section-my label {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.section-my .contact .centered p {
  margin-bottom: 35px;
}
.section-my .message-text {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.5;
}
.section-my header.secure {
  width: 100%;
  height: 70px;
  background-color: #666666;
  padding-top: 0;
}
.section-my header.secure ol {
  list-style: none;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.section-my header.secure nav {
  float: right;
  height: 100%;
}
.section-my header.secure li {
  float: left;
  height: 100%;
  display: block;
  position: relative;
}
.section-my header.secure li .topnav-indicator {
  display: none;
  top: 70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}
.section-my header.secure li.active .topnav-indicator {
  display: block;
  position: absolute;
}
.section-my header.secure a {
  color: #F2F5EE;
  padding: 0 8px;
  height: 100%;
  line-height: 70px;
  display: block;
}
.section-my header.secure .centered {
  height: 100%;
}
.section-my .content .row {
  margin-left: 0;
  width: 100%;
  padding-top: 60px;
}
.section-my .content .row .col60 {
  width: 60%;
  float: left;
}
.section-my .content .row .col40 {
  width: 40%;
  float: left;
}
.section-my .content .row .col50 {
  width: 50%;
  float: left;
}
.section-my .content .row .col50 p {
  margin: 0 0 2px;
  font-size: 12px;
}
.section-my .content .row .col50 h2 {
  font-weight: 300;
}
.section-my .content .alert {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 0 2em;
  text-align: center;
}
.section-my .content .alert h2 {
  font-weight: 300;
  color: #333;
  font-size: 24px;
}
.section-my .content .alert h2 a {
  font-weight: 300;
  text-decoration: none;
  color: #333;
}
.section-my .content .alert h2 a:hover {
  text-decoration: underline;
  color: #555555;
}
.section-my .content .alert p {
  margin: 0.5em auto;
  max-width: 740px;
  line-height: 1.5;
}
.section-my .content .alert .alert-news {
  margin: 2em auto;
}
.section-my .content .alert a.button {
  margin-top: 0;
}
.section-my .content .alert.alert-error p.bold {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}
.section-my .content .alert.alert-error li {
  display: block;
}
.section-my .content .alert.alert-warn {
  margin-bottom: 0;
}
.section-my .content .alert.alert-home-news .message-text {
  margin: 2em auto;
}
.section-my .content .alert.alert-dz1 .message-text {
  margin: 1.5em auto;
}
.section-my .content .table-section {
  text-align: center;
  padding-bottom: 3.5em;
}
.section-my .content .table-section h2 {
  font-weight: 300;
  color: #333;
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 24px;
}
.section-my .content .table-section h2 a {
  font-weight: 300;
  text-decoration: none;
  color: #333;
}
.section-my .content .table-section h2 a:hover {
  text-decoration: underline;
  color: #555555;
}
.section-my .content .table-section a.button {
  margin: 1em auto 0;
}
.section-my .content .table-section.invoices {
  padding-bottom: 5em;
}
.section-my .content .dzEmailsList {
  margin: 0;
  padding: 0;
}
.section-my .content .dzEmailsList li .control-label {
  width: 100%;
  text-align: left;
}
.section-my .styled_title h3,
.section-my .styled_title h2 {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 1.5em;
}
.section-my .selectBox-dropdown {
  margin: 0;
  min-width: 160px;
}
.section-my .selectBox-dropdown .selectBox-label {
  line-height: 45px;
  font-size: 13px;
}
.section-my .input-append {
  text-align: center;
}
.section-my .input-append input[type=text] {
  width: 30%;
  margin-right: 5px;
}
.section-my .resultsbox p,
.section-my .subtle {
  font-size: 12px;
  color: #999;
  margin: 3em 0;
  text-align: center;
}
.section-my .recordslimit {
  width: 50%;
  float: left;
}
.section-my .pagination {
  width: 50%;
  float: right;
  height: auto;
  margin: 0;
  text-align: right;
}
.section-my .pagination li {
  display: inline-block;
}
.section-my .searchbox {
  text-align: center;
}
.section-my .page-header {
  clear: both;
}
.section-my #pwstrengthbox {
  padding-top: 10px;
}
.section-my .affiliate-section {
  max-width: 740px;
  margin: 0 auto 2.5em;
}
.section-my .affiliate-code pre {
  margin: 10px auto;
  max-width: 740px;
}
.section-my .center-radio {
  width: 60%;
  margin: 0 auto;
}
.section-my .center-radio .control-label {
  width: 50%;
}
.section-my .dzTabs .row {
  padding-top: 0;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.section-my .dzTabs .tab-content {
  margin-top: -10px;
}
.section-my .dzTabs .dzAddons .col70 .row {
  margin: 4em 0 0;
}
.section-my .dzTabs .dzAddons .col70 h2 {
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 18px;
  font-weight: 600;
  margin: 1em 0;
}
.section-my .dzTabs .dzAddons .col70 .button {
  margin: 1em 0;
}
.section-my .dzTabs .dzAddons .col70 p {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.section-my .dzTabs .halfies {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}
.section-my .dzTabs .halfies .control-label {
  width: 50%;
  text-align: center;
}
.section-my .onecol {
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
}
.section-my .onecol.centeredcolumn {
  text-align: center;
}
.section-my .center-align {
  text-align: center;
}
.section-my .wide740 {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-my .contact-title {
  margin: 4em 0 2em;
}
.section-my .contact-title:first-of-type {
  margin-top: 1em;
}
.section-my .left-align {
  text-align: left;
}
.section-my fieldset.onecol {
  max-width: 740px;
  margin: 0 auto;
}
.section-my fieldset.onecol label {
  text-align: center;
}
.section-my fieldset.onecol .controls .small {
  width: 50%;
  margin-left: 15%;
}
.section-my .ticketdetailscontainer {
  max-width: 740px;
  padding: 0 1em;
  margin: 0 auto 2em;
}
.section-my .ticketdetailscontainer .col4 {
  width: 25%;
  float: left;
  text-align: center;
}
.section-my #replycont,
.section-my #replycont2 {
  max-width: 740px;
  margin: 0 auto;
}
.section-my .ticketmsgs {
  max-width: 740px;
  margin: 0 auto;
}
.section-my .ticketmsgs .adminheader,
.section-my .ticketmsgs .clientheader {
  padding-top: 1em;
}
.section-my .ticketmsgs .adminheader,
.section-my .ticketmsgs .adminmsg {
  background-color: #F2F5EE;
}
.section-my .ticketmsgs .adminheader,
.section-my .ticketmsgs .adminmsg,
.section-my .ticketmsgs .clientheader,
.section-my .ticketmsgs .clientmsg {
  padding-left: 1em;
  padding-right: 1em;
}
.section-my .ticketmsgs .clientmsg,
.section-my .ticketmsgs .adminmsg {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.section-my .attachments {
  padding: 1em 0 0;
}
.section-my .attachments strong {
  font-weight: 400;
}
.section-my .margin-top {
  margin-top: 3em;
}
.section-my #order-comparison > p {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.5;
}
.section-my #signupfrm p {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.5;
}
.section-my #whmcsorderfrm {
  position: relative;
}
.section-my .side-nav {
  display: block;
  float: left;
  width: 31%;
  max-width: 260px;
  margin-right: 2%;
  font-size: 16px;
  line-height: 18px;
}
.section-my .side-nav nav {
  padding: 0;
  margin: 60px 0;
  color: #333333;
}
.section-my .side-nav nav a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  height: 100%;
  padding: 10px 0 10px 0;
  width: 100%;
}
.section-my .side-nav nav > ol {
  padding: 0;
  list-style-type: none;
}
.section-my .side-nav nav > ol > li {
  list-style-type: none;
  display: list-item;
  cursor: pointer;
  width: 100%;
  border-top: 1px solid #F2F5EE;
}
.section-my .side-nav nav > ol > li:first-child {
  border-top: none;
}
.section-my .side-nav nav > ol > li a {
  padding: 10px 0 10px 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.section-my .side-nav nav > ol > li img.has-sub-plus,
.section-my .side-nav nav > ol > li img.has-sub-minus {
  margin-left: 20px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.section-my .side-nav nav > ol > li img.has-sub-minus {
  display: none;
}
.section-my .side-nav nav > ol li.active img.has-sub-minus {
  display: inline-block;
}
.section-my .side-nav nav > ol li.active img.has-sub-plus {
  display: none;
}
.section-my .side-nav nav > ol li.active a {
  color: #85B642;
}
.section-my .side-nav nav > ol li.has-sub.active > a {
  color: #333333;
}
.section-my .side-nav nav > ol li.has-sub ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-my .side-nav nav > ol li.has-sub ol li {
  list-style-type: none;
  display: list-item;
  padding: 0;
}
.section-my .side-nav nav > ol li.has-sub ol a {
  margin: 0;
  padding: 5px 10px 5px 20px;
  width: 100%;
  height: 100%;
  color: #666666;
}
.section-my .side-nav nav > ol li.has-sub ol li.active a {
  color: #9CD64C;
}
.section-my div.content {
  display: block;
  float: left;
  width: 64%;
  margin-bottom: 40px;
  padding-left: 3%;
}
.section-my div.content > nav > ol {
  padding: 0;
  margin: 0;
}
.section-my div.content > h1 {
  padding: 40px 0 0 0;
}
.section-my div.content > h1 span {
  font-size: 24px;
}
.section-my div.content > h1 span a {
  color: #666;
  font-weight: 300;
}
.section-my div.content .message-text {
  text-align: left;
}
.section-my #orderfrm p .selectBox {
  min-width: 280px;
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  .section-my .stepscontainer .stepactive span,
  .section-my .stepscontainer .step span {
    width: 100%;
  }
}
.testimonials {
  padding-left: 10px;
}
.testimonials .testimonial {
  padding-bottom: 15px;
}
.testimonials cite {
  font-size: 14px;
}
.testimonials blockquote {
  margin-left: 0;
  margin-bottom: 0.66em;
}
.testimonials blockquote:before {
  content: '“';
}
.testimonials blockquote:after {
  content: '”';
}
.testimonials .pagination {
  margin: 15px 0;
  font-size: 14px;
}
.search .two-column .post,
.archive .two-column .post,
.category .two-column .post,
body.blog .two-column .post,
.single-post .two-column .post {
  float: right;
  width: 67%;
  margin-bottom: 30px;
}
.search .two-column .post header,
.archive .two-column .post header,
.category .two-column .post header,
body.blog .two-column .post header,
.single-post .two-column .post header {
  height: auto;
  background: transparent;
  margin-bottom: 1em;
}
.search .two-column .post header h1,
.archive .two-column .post header h1,
.category .two-column .post header h1,
body.blog .two-column .post header h1,
.single-post .two-column .post header h1 {
  padding-top: 20px;
}
.search .two-column .post header h2,
.archive .two-column .post header h2,
.category .two-column .post header h2,
body.blog .two-column .post header h2,
.single-post .two-column .post header h2 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}
.search .two-column .post header ul,
.archive .two-column .post header ul,
.category .two-column .post header ul,
body.blog .two-column .post header ul,
.single-post .two-column .post header ul {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
.search .two-column .post header ul li,
.archive .two-column .post header ul li,
.category .two-column .post header ul li,
body.blog .two-column .post header ul li,
.single-post .two-column .post header ul li {
  display: inline-block;
  list-style: none;
}
.search .two-column .post main,
.archive .two-column .post main,
.category .two-column .post main,
body.blog .two-column .post main,
.single-post .two-column .post main {
  margin-bottom: 70px;
}
.search .two-column .post .commentlist,
.archive .two-column .post .commentlist,
.category .two-column .post .commentlist,
body.blog .two-column .post .commentlist,
.single-post .two-column .post .commentlist {
  margin: 30px 0;
  padding: 0;
}
.search .two-column .post .commentlist li,
.archive .two-column .post .commentlist li,
.category .two-column .post .commentlist li,
body.blog .two-column .post .commentlist li,
.single-post .two-column .post .commentlist li {
  list-style: none;
  padding: 15px;
}
.search .two-column .post .commentlist li.thread-odd,
.archive .two-column .post .commentlist li.thread-odd,
.category .two-column .post .commentlist li.thread-odd,
body.blog .two-column .post .commentlist li.thread-odd,
.single-post .two-column .post .commentlist li.thread-odd {
  background-color: #eee;
}
.search .two-column .post .commentlist .comment-meta a,
.archive .two-column .post .commentlist .comment-meta a,
.category .two-column .post .commentlist .comment-meta a,
body.blog .two-column .post .commentlist .comment-meta a,
.single-post .two-column .post .commentlist .comment-meta a {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}
.search .two-column .post .commentlist .children,
.archive .two-column .post .commentlist .children,
.category .two-column .post .commentlist .children,
body.blog .two-column .post .commentlist .children,
.single-post .two-column .post .commentlist .children {
  margin: 30px 0 10px;
}
.search .two-column .post #respond h3 > small,
.archive .two-column .post #respond h3 > small,
.category .two-column .post #respond h3 > small,
body.blog .two-column .post #respond h3 > small,
.single-post .two-column .post #respond h3 > small {
  display: block;
}
.search .two-column .post #respond label,
.archive .two-column .post #respond label,
.category .two-column .post #respond label,
body.blog .two-column .post #respond label,
.single-post .two-column .post #respond label {
  width: 100%;
  display: block;
}
.search .two-column .post #reply-title,
.archive .two-column .post #reply-title,
.category .two-column .post #reply-title,
body.blog .two-column .post #reply-title,
.single-post .two-column .post #reply-title {
  margin: 2em 0 1em;
}
.search .two-column .post .form-submit #submit,
.archive .two-column .post .form-submit #submit,
.category .two-column .post .form-submit #submit,
body.blog .two-column .post .form-submit #submit,
.single-post .two-column .post .form-submit #submit {
  -webkit-appearance: none;
  display: inline-block;
  color: #F2F5EE;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  height: auto;
  line-height: 50px;
  min-height: 50px;
  padding: 0 35px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}
.search .two-column .post .form-submit #submit.gray,
.archive .two-column .post .form-submit #submit.gray,
.category .two-column .post .form-submit #submit.gray,
body.blog .two-column .post .form-submit #submit.gray,
.single-post .two-column .post .form-submit #submit.gray {
  background-color: #333333;
}
.search .two-column .post .form-submit #submit.gray:hover,
.archive .two-column .post .form-submit #submit.gray:hover,
.category .two-column .post .form-submit #submit.gray:hover,
body.blog .two-column .post .form-submit #submit.gray:hover,
.single-post .two-column .post .form-submit #submit.gray:hover {
  background-color: #555555;
  text-decoration: none;
}
.search .two-column .post .form-submit #submit.green,
.archive .two-column .post .form-submit #submit.green,
.category .two-column .post .form-submit #submit.green,
body.blog .two-column .post .form-submit #submit.green,
.single-post .two-column .post .form-submit #submit.green {
  background-color: #85B642;
}
.search .two-column .post .form-submit #submit.green:hover,
.archive .two-column .post .form-submit #submit.green:hover,
.category .two-column .post .form-submit #submit.green:hover,
body.blog .two-column .post .form-submit #submit.green:hover,
.single-post .two-column .post .form-submit #submit.green:hover {
  background-color: #a7d864;
  text-decoration: none;
}
.search .two-column .post .form-submit #submit.light-green,
.archive .two-column .post .form-submit #submit.light-green,
.category .two-column .post .form-submit #submit.light-green,
body.blog .two-column .post .form-submit #submit.light-green,
.single-post .two-column .post .form-submit #submit.light-green {
  background-color: #9CD64C;
}
.search .two-column .post .form-submit #submit.light-green:hover,
.archive .two-column .post .form-submit #submit.light-green:hover,
.category .two-column .post .form-submit #submit.light-green:hover,
body.blog .two-column .post .form-submit #submit.light-green:hover,
.single-post .two-column .post .form-submit #submit.light-green:hover {
  background-color: #555555;
  text-decoration: none;
}
.search .two-column .post .form-submit #submit.small,
.archive .two-column .post .form-submit #submit.small,
.category .two-column .post .form-submit #submit.small,
body.blog .two-column .post .form-submit #submit.small,
.single-post .two-column .post .form-submit #submit.small {
  font-size: 14px;
  height: auto;
  line-height: 32px;
  min-height: 32px;
  padding: 0 20px;
}
.search .two-column .post .form-submit #submit.gray,
.archive .two-column .post .form-submit #submit.gray,
.category .two-column .post .form-submit #submit.gray,
body.blog .two-column .post .form-submit #submit.gray,
.single-post .two-column .post .form-submit #submit.gray {
  background-color: #333333;
}
.search .two-column .post .form-submit #submit.gray:hover,
.archive .two-column .post .form-submit #submit.gray:hover,
.category .two-column .post .form-submit #submit.gray:hover,
body.blog .two-column .post .form-submit #submit.gray:hover,
.single-post .two-column .post .form-submit #submit.gray:hover {
  background-color: #555555;
  text-decoration: none;
}
@media screen and (max-width: 720px) {
  .search .two-column .post,
  .archive .two-column .post,
  .category .two-column .post,
  body.blog .two-column .post,
  .single-post .two-column .post {
    width: 100%;
  }
}
.search .two-column aside #searchform,
.archive .two-column aside #searchform,
.category .two-column aside #searchform,
body.blog .two-column aside #searchform,
.single-post .two-column aside #searchform {
  margin-bottom: 20px;
}
.search .two-column aside #searchform label,
.archive .two-column aside #searchform label,
.category .two-column aside #searchform label,
body.blog .two-column aside #searchform label,
.single-post .two-column aside #searchform label {
  display: none;
}
.search .two-column aside #searchform input,
.archive .two-column aside #searchform input,
.category .two-column aside #searchform input,
body.blog .two-column aside #searchform input,
.single-post .two-column aside #searchform input {
  float: left;
}
.search .two-column aside #searchform input[type=submit],
.archive .two-column aside #searchform input[type=submit],
.category .two-column aside #searchform input[type=submit],
body.blog .two-column aside #searchform input[type=submit],
.single-post .two-column aside #searchform input[type=submit] {
  clear: left;
  margin-top: 10px;
}
.search .two-column aside ul,
.archive .two-column aside ul,
.category .two-column aside ul,
body.blog .two-column aside ul,
.single-post .two-column aside ul {
  list-style: none;
  margin: 5px 0 20px;
  padding: 0;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../img/colorbox/overlay.png) repeat 0 0;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../img/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../img/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../img/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../img/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
.cboxElement img {
  border-radius: 3px;
}
.cbox-thumbnails {
  width: 100%;
  padding: 0 0 0 10px;
  margin: 0;
  zoom: 1;
}
.cbox-thumbnails:before,
.cbox-thumbnails:after {
  content: "";
  display: table;
}
.cbox-thumbnails:after {
  clear: both;
}
.cbox-thumbnails li {
  display: block;
  float: left;
  width: 31%;
  margin-left: 2.33%;
}
.cbox-thumbnails li:first-child {
  margin-left: 0;
}
.cbox-thumbnails li a {
  display: block;
}
.cbox-thumbnails li img {
  display: block;
  width: 100%;
}
#elRaptor {
  z-index: 10;
}
.intrepid-overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.helo-intrepid-wanderer {
  position: fixed;
  bottom: 12%;
  left: 15%;
  background: transparent url('../img/salesunblue.png') no-repeat left top;
  width: 327px;
  height: 327px;
  color: #F2F5EE;
  text-align: center;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -webkit-transform: rotate(-6deg);
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -moz-transform: rotate(-6deg);
}
.helo-intrepid-wanderer:hover {
  color: #F2F5EE;
  text-decoration: none;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
.helo-intrepid-wanderer:hover h2 {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.helo-intrepid-wanderer h1,
.helo-intrepid-wanderer h2,
.helo-intrepid-wanderer h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.helo-intrepid-wanderer h1 {
  padding-top: 110px;
  font-size: 18px;
}
.helo-intrepid-wanderer h2 {
  font-size: 25px;
  padding: 10px 0;
}
.helo-intrepid-wanderer h3 {
  font-size: 14px;
}
.helo-intrepid-wanderer h3 strong {
  font-size: 18px;
  font-weight: 600;
}
/*********** END OF PAGE SECTIONS ***********/
/*********** MEDIA QUERIES ***********/
@media only screen and (max-width: 1060px) {
  /*
	- Hide "Home" link in top nav menu
    - Increase width of package columns to break them over two rows.
    - Center and decrease margins of buttons below all packages.
    - Stack the two-column layout (side nav menu and main content/text) in the support and about pages.
	*/
  .centered .top-navigation li.home-link {
    display: none;
  }
  .package-listing .centered > h1 {
    font-size: 42px;
    font-weight: 300;
  }
  .package-listing .centered .packages {
    text-align: center;
  }
  .package-listing .centered .packages .package {
    text-align: center;
    width: 330px;
    float: none;
    margin: 0 auto;
  }
  .package-listing .centered .button.light-green {
    display: inline-block;
    width: auto;
    float: none;
    margin: 20px auto 30px;
  }
  .features-section h1,
  .tld h1 {
    font-size: 42px;
    font-weight: 300;
  }
  .multi-col-guide {
    padding-top: 20px;
  }
  .multi-col-guide .centered {
    margin: 0 auto;
    width: 94%;
  }
  .multi-col-guide .centered .columns {
    max-width: 100%;
    margin: 0 auto;
  }
  .multi-col-guide .centered .columns .column {
    float: none;
    width: 100%;
    min-height: inherit;
    border: none;
    padding: 0;
    margin: 40px 0;
    position: relative;
  }
  .multi-col-guide .centered .columns .column:first-child,
  .multi-col-guide .centered .columns .column:last-child {
    padding: 0;
  }
  .multi-col-guide .centered .columns .column article {
    height: auto;
  }
  .multi-col-guide .centered .columns .column article h1 {
    margin: 20px auto 0 auto;
  }
  .multi-col-guide .centered .columns .column article p {
    margin: 10px auto 20px auto;
  }
  .multi-col-guide .centered .columns .column article .button {
    display: block;
    position: static;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .top-navigation ol li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 890px) {
  /*
	Replace top nav menu with mobile menu icon which displays a stacked menu.
	Stack the faq columns.
	Squeeze the three-column articles in .guide by using static width/height values.
	*/
  .top-navigation {
    text-align: center;
    display: none;
  }
  .top-navigation.active {
    display: block;
    background-color: #9CD64C;
    text-align: center;
    margin-top: 15px;
    overflow-y: visible;
    overflow-x: hidden;
    position: relative;
    z-index: 1000;
    width: 100%;
  }
  .top-navigation.active ol {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .top-navigation.active ol li {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .top-navigation.active ol li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
  }
  .top-navigation.active ol li a > img.sign-in-label {
    display: none ;
  }
  .top-navigation.active ol li a > span.sign-in-label {
    float: none;
    margin-left: 0;
  }
  .top-navigation.active ol li:last-child a {
    padding-bottom: 20px;
  }
  .top-navigation.active ol li.active > a,
  .top-navigation.active ol li.active > a > span {
    font-weight: 700;
  }
  .top-navigation.active .active .topnav-indicator {
    display: none;
  }
  header div.logo-container.active .topnav-indicator {
    display: none;
  }
  header .centered {
    width: 100%;
  }
  header .centered .home-logo {
    padding-left: 17px;
  }
  .mobile-only.toggle-menu {
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 15px;
    right: 20px;
    cursor: pointer;
  }
  .package-listing {
    padding-bottom: 0;
  }
  .package-listing .centered > h1 {
    padding-top: 0;
    margin: 10px auto;
    max-width: 600px;
  }
  .package-listing .centered > p {
    margin: 0 auto 20px auto;
    max-width: 600px;
  }
  .package-listing .centered .packages .package h1 {
    margin: 10px 0;
  }
  .package-listing .centered .button.light-green.view-all,
  .package-listing .centered .button.light-green.view-reseller {
    float: none;
  }
  .features-section,
  .tld {
    padding: 30px 0;
  }
  .page-hosting .multi-col-faqs {
    display: inline-block;
  }
  .page-hosting .multi-col-faqs .centered {
    margin: 40px auto 20px;
  }
  .page-hosting .multi-col-faqs .faqs-container,
  .page-hosting .multi-col-faqs #chat-container {
    display: inline-block;
    float: none;
    width: 100%;
  }
  .page-hosting .multi-col-faqs .faq,
  .page-domains .multi-col-faqs .faq {
    width: 100%;
  }
  .page-hosting .multi-col-faqs .columns .column,
  .page-domains .multi-col-faqs .columns .column {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .page-hosting .multi-col-faqs .columns .column:first-child,
  .page-domains .multi-col-faqs .columns .column:first-child,
  .page-hosting .multi-col-faqs .columns .column:last-child,
  .page-domains .multi-col-faqs .columns .column:last-child {
    margin: 0;
  }
  .page-hosting .multi-col-faqs #chat-container,
  .page-domains .multi-col-faqs #chat-container {
    display: none;
  }
  .page-domains .multi-col-faqs .centered {
    margin: 20px auto 0;
  }
  .about {
    padding: 0;
  }
  .about .centered {
    text-align: center;
  }
  .about .centered .footer-creds {
    margin-top: 40px;
    display: inline-block;
    max-width: 875px;
    width: 100%;
  }
  .about .centered .footer-creds .varial-description {
    text-align: left;
    margin: 0;
  }
  .about .centered .footer-creds .award-winning {
    margin-left: auto;
    margin-right: auto;
  }
  .about .centered .footer-creds .award-winning img {
    float: none;
  }
  .about .centered .reference,
  .about .centered .contact-links {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 875px;
    width: 100%;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about .centered .reference li,
  .about .centered .contact-links li {
    margin-bottom: 12px;
  }
  .about .centered .reference li > a,
  .about .centered .contact-links li > a {
    text-decoration: underline;
  }
  .about .centered .copyright {
    margin: 30px 0;
  }
  .contact .centered p {
    margin-top: 30px;
  }
  .contact .centered .varial-crown {
    margin-top: 20px;
  }
  .multi-col-guide .centered .columns {
    max-width: 640px;
  }
  .multi-col-guide .centered .columns .column h1 {
    max-width: 600px;
    margin-bottom: 10px;
  }
  .multi-col-guide .centered .columns .column p {
    margin-top: 0;
  }
  .section-my header.secure {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .section-my header.secure .centered {
    width: auto;
  }
  .section-my header.secure nav {
    white-space: nowrap;
    float: none;
    margin-left: 5px;
  }
  .section-my header.secure nav li {
    float: none;
    display: inline-block;
  }
  .section-my .hidden-on-mobile {
    display: none;
  }
  .section-my .big-emphasize {
    font-size: 24px;
  }
  .section-my .form-horizontal {
    overflow: hidden;
  }
}
@media only screen and (max-width: 720px) {
  /*
    - Decrease width of domain search form elements.
    - Replace the "View all hosting packages" button.
	- Stack and center everything in footer.
    - Stack the three-column articles in .multi-col-guide and decrease their spacing.
	- Stack multi-columns in .packages
	*/
  .two-column .centered > .side-nav,
  .section-my .centered > .side-nav {
    width: 100%;
  }
  .two-column .centered > .side-nav > nav,
  .section-my .centered > .side-nav > nav {
    padding: 0;
    margin: 20px 0;
  }
  .two-column .centered > .side-nav > nav > ol,
  .section-my .centered > .side-nav > nav > ol {
    padding: 0;
  }
  .two-column .centered > .content,
  .section-my .centered > .content {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .two-column .centered > .content > h1,
  .section-my .centered > .content > h1 {
    padding-top: 0;
  }
  .domain-search-container {
    padding-bottom: 40px;
  }
  .domain-search-container .centered h1 {
    margin-top: 40px;
  }
  .placeholder.search {
    width: 200px;
    margin-bottom: 20px;
  }
  .selectBox.selectBox-dropdown {
    min-width: 70px;
  }
  .selectBox.selectBox-dropdown .selectBox-label {
    min-width: 70px;
    line-height: 45px;
  }
  #domain-search .button {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .package-listing .centered > p {
    font-family: "Open Sans", sans-serif;
    color: #F2F5EE;
    font-size: 18px;
    font-weight: 400;
  }
  .package-listing .centered > h1 {
    font-size: 42px;
  }
  .package-listing .centered .packages .package {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
  }
  .package-listing .centered .packages .package:last-child {
    margin-bottom: 30px;
  }
  .package-listing .centered .button.light-green {
    display: inline-block;
    margin: 0 auto 40px;
  }
  .package-listing .centered .button.light-green.non-mobile {
    display: none;
  }
  .package-listing .centered .button.light-green.mobile-only {
    display: inline-block;
  }
  .features-section h1,
  .tld h1 {
    font-size: 42px;
  }
  .features-section p,
  .tld p {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
  }
  .features-section .tld-list li,
  .tld .tld-list li {
    font-family: "Open Sans", sans-serif;
    color: #85B642;
    font-size: 18px;
    font-weight: 400;
  }
  .multi-col-faqs .centered .faq {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .multi-col-faqs .centered .faq > h1 {
    margin: 10px 0 10px 0;
  }
  .hosting-services .centered .packages .package {
    display: inline-block;
    float: none;
    text-align: center;
    width: 240px;
    margin: 0 auto;
  }
  .multi-col-guide .centered .columns {
    max-width: 450px;
  }
  .multi-col-guide .centered .columns .column {
    margin: 40px auto;
  }
  .multi-col-guide .centered .columns .column h1 {
    max-width: 300px;
    margin: 0 auto 10px auto;
  }
  .multi-col-guide .centered .columns .column p {
    max-width: 450px;
  }
  .section-my .logincontainer .control-group {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .placeholder.search {
    width: 180px;
  }
  #domain-search .search.button {
    width: 40%;
  }
  .package-listing .centered > h1,
  .features-section .centered > h1,
  .tld .centered > h1 {
    font-size: 24px;
  }
  .package-listing .centered > p,
  .features-section .centered > p,
  .tld .centered > p {
    font-size: 16px;
  }
  .package-listing .centered .feature h1,
  .features-section .centered .feature h1,
  .tld .centered .feature h1 {
    font-size: 18px;
  }
  .features-section .button {
    margin-top: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* END OF MEDIA QUERIES */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-6deg);
  }
  to {
    -webkit-transform: rotate(354deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(-6deg);
  }
  to {
    -moz-transform: rotate(354deg);
  }
}
.has-sub-plus,
.has-sub-minus {
  width: 16px;
}
