@font-face {
  font-family: Bariol;
  src: url('../fonts/bariol_regular.eot');
  src: url('../fonts/bariol_regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bariol_regular.woff2') format('woff2'),
		url('../fonts/bariol_regular.woff') format('woff'),
		url('../fonts/bariol_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: Bariol;
  src: url('../fonts/bariol_bold.eot');
  src: url('../fonts/bariol_bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bariol_bold.woff2') format('woff2'),
		url('../fonts/bariol_bold.woff') format('woff'),
		url('../fonts/bariol_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: 'Muli';
  src:  url('../fonts/muli-light.eot');
  src:  url('../fonts/muli-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/muli-light.woff2') format('woff2'),
        url('../fonts/muli-light.woff') format('woff'),
        url('../fonts/muli-light.ttf') format('truetype'),
        url('../fonts/muli-light.svg#muli') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Muli';
  src:  url('../fonts/muli-regular.eot');
  src:  url('../fonts/muli-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/muli-regular.woff2') format('woff2'),
        url('../fonts/muli-regular.woff') format('woff'),
        url('../fonts/muli-regular.ttf') format('truetype'),
        url('../fonts/muli-regular.svg#muli') format('svg');
  font-weight: bold;
  font-style: normal;
}


/* Colors 
	
	xyz purple: #4a1955
	xyz lime: #A8D93F
	
	body/dark gray: #555
	light gray: #f7f7f7
	less light gray: #eee
	
*/

/* Hide Wordpress code to live audience (style="display:none;")
But keep visible for devs on cyber3/itmedia-dev. (class="dev-show")

Ex: <div class="dev-show" style="display:none;"> (Changes you don't want live yet) </div>

.........................

 1. Be sure to remove class="dev-show" from your Wordpress HTML when going live
 
 2. Please comment out .dev-show in the CSS below:
 
.........................

 */
.dev-show {
	display: block !important;
}

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

/* jmh - adding honeypot input to the contact form */
.gen-honeypot {
	display: none !important;
}

html {
  background: #4a1955;
}

.clear {
  clear: both;
  display: block;
}

html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0;
  width: auto;
  margin: 0;
  padding: 0;
}

table{border-collapse:collapse;border-spacing:0}

a img {
  border: 0;
}

body {
  font-size: 1em;
  font-family: Bariol, Muli, sans-serif;
  color: #555;
  background: #FFF;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
letter-spacing: .5px;
line-height: 1.25;
}

h3, h4 {
  color: #4A1955;
  font-size: 20px;
  font-size: 1.25rem;
}

/*=================================

Header

* Updated May 2015
* Reseller/account style
* Name spaced with .rs__ or .rs to avoid conflicts

===================================*/

.rs,
.rs * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rs.site-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5555;
  background-color: #4A1955;
  min-width: 1040px;
  height: auto;
  font-family: Bariol, Muli, Helvetica, Arial, sans-serif;
}

.rs.site-header .rs__row {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
}

.rs__row {
  clear: both;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
}

.rs .header-logo,
.rs .mobile-nav-toggle {
  display: inline-block;
/*   vertical-align: middle; */
  margin-right: -5px;
  height: 70px;
}

.rs .header-logo {
/*   width: 15%; */
  padding-left: 0;
  float: left;
}

.rs .header-logo a {
	padding: 0 15px 0 0;
}


.rs .header-logo .site-logo {
  display: inline-block;
/*   vertical-align: middle; */
/*
  margin-top: 10px;
  margin-bottom: 10px;
*/
  height: 70px;
}

.rs .header-logo img {
    padding: 10px 0;
}

.rs .header-nav {
  font-size: 18px;
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  float: right;
  margin-right: 0px;
  padding-right: 8px;
}

.rs .site-nav ul {
  margin: 0 auto;
}

.rs .header-nav .top-level-nav {
  padding: 0;
  text-align: right;
}

.rs .header-nav .nav-item {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}

.rs .header-nav .main-nav-link {
  line-height: 1;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  display: block;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  outline: none;
}

.rs .header-nav .sub-nav-link {
	text-decoration: none;
  color: #FFF;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Nav dropdown */
.rs .top-level-nav > .nav-item {
  position: relative;
}

.rs .button__reset {
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.rs .header-nav a,
.rs .header-nav a:hover,
.rs .header-nav a:focus,
.rs .dropdown-parent,
.rs .dropdown-parent:hover,
.rs .dropdown-parent:focus {
  -webkit-transition: color .17s ease-out, background-color .17s ease-out;
  -moz-transition: color .17s ease-out, background-color .17s ease-out;
  -ms-transition: color .17s ease-out, background-color .17s ease-out;
  -o-transition: color .17s ease-out, background-color .17s ease-out;
  transition: color .17s ease-out, background-color .17s ease-out;
}

.rs .header-nav a:hover,
.rs .header-nav a:focus,
.rs .dropdown-parent:hover,
.rs .dropdown-parent:focus,
.rs .dropdown-parent.t__color-lime {
	color: #a8d93f;
	outline: none;
	cursor: pointer;
}

.rs .dropdown-parent:after {
  content: '';
  background-image: url('../images/nav-dropdown.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/nav-dropdown.svg');
	background-image:  linear-gradient( transparent,  transparent), url('../images/nav-dropdown.svg');
	background-repeat: no-repeat;
	background-position: left center;
	height: 10px;
  width: 10px;
  display: inline-block;
  margin-left: 5px;
}

.rs .dropdown-parent:hover:after,
.rs .dropdown-parent:focus:after,
.rs .dropdown-parent.t__color-lime:after {
	background-position: right center;
}

.rs .top-level-nav .dropdown-parent {
  height: 70px;
  font-family: Bariol, Muli, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.rs .sub-level-nav {
  display: none;
  background-color: #2e103b;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: -62px;
  width: 175px;
    z-index: 556; /* To keep above the news ticker */
}

#nav-2-child {
  left: -47px;
}

#nav-3-child {
  left: -53px;
}

.rs .sub-level-nav > .nav-item {
  display: block;
  margin-right: 0;
  text-align: center;
  border-bottom: 1px solid #4a1955;
}

	.rs .sub-level-nav > .nav-item:last-of-type {
	  border-bottom: none;
	}
	
	.rs .sub-level-nav > .nav-item:first-of-type a {
	  padding-top: 0;
	}
	
	.rs .sub-level-nav > .nav-item:last-of-type a {
	  padding-bottom: 0;
	}

.rs .header-nav .button-nav-item {
  margin-right: 10px;
}

.rs .button__cart,
.rs .button__account,
.rs .button__register {
  border-radius: 5px;
  background-color: #2E103B;
  padding: 15px 7px;
  min-width: 100px;
}

.rs .button__cart {
  font-size: 18px;
}

.rs .button__cart:hover,
.rs .button__cart:focus,
.rs .button__account:hover,
.rs .button__account:focus {
	background-color: #22052F;
	color: #fff !important;
}

.rs .button-nav-item:last-of-type {
	margin-right: 0;
}

.rs .button__register {
  background-color: #A8D93F;
}
	
	.rs .button__register:hover,
	.rs .button__register:focus {
		background: #9AC838;
		color: #fff !important;
	}
	
.toggle-zone {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}

/* Headings */

.rs__main-heading {
	font-size: 30px;
	line-height: 1.25;
	color: #4A1955;
	text-align: left;
}

.rs__sub-heading {
	font-size: 24px;
	font-weight: bold;
	color: #555;
}

.rs__minor-heading {
	font-size: 18px;
	font-weight: bold;
	color: #4A1955;
}

.rs__featured-heading {
  font-size: 18px;
  color: #4A1955;
}

.rs__subtle-heading {
	font-size: 14px;
	font-weight: bold;
	color: #4A1955;
}
	
/*=================================

Register page and Home

* Updated July 2015
* Reseller/account style
* Name spaced with .rs__, .rs, or .xyz__ to avoid conflicts

===================================*/

.xyz__reseller-register,
.xyz__reseller-register * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main.xyz__reseller-register {
	padding-top: 100px;
}

.homepage-hero {
	text-align: center;
	padding-top: 100px;
}

.homepage-hero h1 {
	font-weight: bold !important;
}

.homepage-logo--animated {
    -webkit-filter: drop-shadow(0 0 5px #ccc);
    filter: drop-shadow(0 0 5px #ccc);
}

/* AYDACFU camapign logo */
.AYD--homepage-logo,
.AYD--homepage-pixel-art-link {
    display: none;
}

/* Google Map Embed */

.map-embed--container {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.map-embed--iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* For XYZ Defeats COM */

.xyz-defeats-com {
    padding: 8px 15px;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 24px !important;
    background: #fff;
    margin: 10px 0 0;
    border-radius: 10px;
    color: #4A1955;
    position: relative;
    float: left;
}

/* XYZ for the world banner/link to /live */

.xyz-world {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.xyz-world--link {
    position: absolute;
    right: 40px;
    bottom: 0;
    text-decoration: none;
    color: #4a1955;
    font-weight: bold;
}

.xyz-world--link,
.xyz-world--link:hover,
.xyz-world--link:focus {
    -webkit-transition: opacity .17s ease-in-out;
    -moz-transition: opacity .17s ease-in-out;
    -ms-transition: opacity .17s ease-in-out;
    -o-transition: opacity .17s ease-in-out;
    transition: opacity .17s ease-in-out;
}

.xyz-world--link:hover,
.xyz-world--link:focus {
    opacity: .8;
}

.xyz-world--artwork {
    display: block;
}

.xyz-world--text {
    position: absolute;
    top: -24px;
    right: -11px;
    font-size: 21px;
    line-height: 1;
}

@media (max-width: 1410px) {
    .xyz-world,
    .xyz-world * {
        /*outline: 1px solid green;*/
    }

    .xyz-world {
        text-align: center;
    }

    .xyz-world--link {
        position: relative;
        display: inline-block;
        right: 0;
        left: 0;
        bottom: -57px;
    }
}

/* China page */

.china-premiums__cta {
	margin-top: 10px;
	margin-bottom: 60px;
	text-align: center;
	background-color: #f3f6f7;
	padding: 20px;
}

.china-premiums__cta-heading {
	font-size: 20px;
	font-family: Bariol, Muli, sans-serif;
	margin-bottom: 30px;
}

.china-premiums__cta-button {
	margin-bottom: 20px;
}

.news-headlines {
    padding: 0px 10px;
    background: #2e103b;
   	height: 25px;
    overflow: hidden;
}

.news-headlines ul li {
display: inline;
}


.news-headlines a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
}

.news-headlines a:hover {
	text-decoration: underline;
}

.news-headlines ul li:after {
	content: "|";
	padding:0 10px;
	margin: 0;
	color: #a8d93f;
	font-weight: bold;
}

.news-headlines ul li:last-of-type:after {
	content: "";
	padding:0;
}

.news-headlines ul li {
	position: relative;
}

.news-headlines ul li:first-of-type {
	padding-left: 30px;
}

.news-headlines ul li:first-of-type:before {
	padding:0;
	position: absolute;
	top:0;
	left:0;
	content: "";
	background: url(/wp-content/themes/xyz/images/newsicon-BlogLime.png);
	background-size: 20px 20px;
	width:20px;
	height: 20px;
	margin-right:15px;
}


.newsHeadlines li {
    margin: 0 5% 15px;
    width: 90%;
    float: left;
    text-indent: -30px;
    padding-left: 30px;
    list-style-type: none;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsicon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	
}

.news-headlines .report-abuse-link {
    float: right;
    color: yellow;
}

@media (max-width: 500px) {
    .news-headlines .report-abuse-link {
        margin-left: 20px;
    }
}

/* Make checkout button 'sticky' and full-width for some devices */
@media only screen and (max-height: 700px) and (max-width: 750px) {
	
	
	.results__checkout-button .rs__button {
	  position: fixed;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  width: 100%;
	  border-radius: 0;
	  border: none;
	  box-shadow: 0 1px 10px #999;
	  background-color: #9AC838;
	  z-index: 555;
	}
	
}

	@media screen and (min-width: 960px) {
		
		.featadjust .homepage-hero {
			padding-top: 125px;
            padding-bottom: 15px;
		}

        .featadjust .retro-mode-off .homepage-hero {
            padding-top: 150px;
        }
		
		.featadjust .main-content {
			padding-top: 125px;
		}
		
		.newsHeadlines {
			width: 50%;
			float: left;
		}		
		
		.newsHeadlines li {		
			margin-right: 3%;
		    margin-left: 0%;
		}
		
	}

/*===========
Real Name Verification RNV page
============*/

.rnv--artwork {
    display: block;
    margin: 10px auto;
}

@media (max-width: 600px) {
    .rnv--artwork {
        max-height: 75px;
        width: auto;
        margin-top: 0;
    }
}

/*===========
	Basic reseller styles
============*/
.rs__container {
	background-color: #f3f6f7;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.rs__block {
  background: #fff;
  border: 1px solid #d5d8d9;
  padding: 30px;
  margin-bottom: 20px;
}

.rs__block:only-of-type,
.rs__block:last-of-type {
	margin-bottom: 0;
}

.rs__block-header {
  border-bottom: 1px solid #d5d8d9;
  /* Compensating for .rs__block's padding. Temporary? */
  margin: -30px -30px 30px -30px;
  padding: 10px 10px 8px 10px;
}

/* Buttons */

/* Default button: blue, flat, primary importance */
.rs__button {
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-font-smoothing: antialiased;
	border: none;
	margin: 0;
	font-family: Bariol, Muli, sans-serif;
	text-decoration: none;
	
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
/* text-shadow: 0 1px 2px #7D944C; */
	text-shadow: none;
	background: #A8D93F;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.rs__button:hover,
	.rs__button:focus {
		background: #9AC838;
	}

    .white-box .rs__button,
    .white-box .rs__button a,
    a.rs__button,
    a.rs__button:focus,
    a.rs__button:focus,
	.rs__button a,
	.rs__button:hover a,
	.rs__button:focus a {
		color: #fff;
        text-decoration: none;
        display: inline-block;
	}
	
	.rs__input:focus,
	.rs__textarea:focus,
	.rs__select:focus,
	.rs__checkbox:focus,
	.rs__select-wrapper select:focus {
		outline: 1px auto #777;
	}
	
	.rs__button:focus {
		outline: 0;
		box-shadow: 0 0 6px #777;
	}
	
	@-moz-document url-prefix() {
		
		.rs__input:focus,
		.rs__textarea:focus,
		.rs__select:focus,
		.rs__checkbox:focus,
		.rs__select-wrapper select:focus {
			outline: 0;
			box-shadow: 0 0 3px #777;
		}
	
	}
	
.rs__button + .rs__button {
  margin-left: 5px;
}

/* Size */
.button__size-tiny {
	font-size: 14px;
	padding: 5px 20px;
	min-width: 70px;
	height: 30px;
}

.button__size-small {
	font-size: 18px;
  padding: 4px 20px;
  height: 35px;
}

.button__size-medium {
  font-size: 18px;
  padding: 10px 20px;
  height: 45px;
}

.button__size-large {
	font-size: 30px;
	padding: 7px 25px;
	min-width: 230px;
	height: 55px;
}

.button__size-xlarge {
	font-size: 42px;
	padding: 12px 25px;
	height: 80px;
}

/* Type/style */
.button__type-round {
	text-shadow: 0 1px 2px #7D944C;
/* 		border: 1px solid #9AC838; */
}

	.button__add:hover,
	.button__add:focus {
		background-color: #A8D93F;
	}
	
	.button__add:focus {
		box-shadow: 0 0 6px #A8D93F;
	}
	
	.button__cancel:hover,
	.button__cancel:focus {
		background-color: #aa0b44;
	}

.button__type-alt {
	color: #fff;
}

/* Modifiers */
.button__uppercase {
	text-transform: uppercase;
}

.button__full-width {
	width: 100%;
}

.button__tiny-width {
	width: 70px;
	padding-left: 5px;
	padding-right: 5px;
}

.button__small-width {
	min-width: 90px;
}

.button__medium-width {
	width: 132px;
  padding-left: 5px;
  padding-right: 5px;
}

.button__large-width {
	min-width: 280px;
}

.button__type-medium {
	font-size: 18px;
	padding-top: 0;
	padding-bottom: 0;
}

.button__color-blue,
.button__color-blue a {
	color: #2798d6;
}

.button__bg-gray {
	background-color: #d5d8d9;
	text-shadow: none;
}
	
	.button__bg-gray:hover,
	.button__bg-gray:focus {
	  color: #FFF;
	  background-color: #C9CBCB;
	}
	
.button__text-shadow.button__bg-gray {
	text-shadow: 0 1px 2px #A9ACAD;
}

.button__bg-dark-blue {
	background-color: #1f88bf;
	text-shadow: none;
}

	.button__bg-dark-blue:hover,
	.button__bg-dark-blue:focus {
		background-color: #217cac;
	}

.button__is-active {
	background-color: #2798d6;
}

.button__cancel:hover,
.button__cancel:focus {
	background-color: #aa0b44;
}

.button__cancel:focus {
	box-shadow: 0 0 6px #AA0B44;
}

.button__reset {
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: none;
	margin: 0;
	font-family: Bariol, Muli, sans-serif;
	font-weight: normal;
}

/*===========
Tables
============*/

/* Clean Table */
.table__clean {}
.table__clean-item {}

.clean-table-data,
.table__clean-data {
	padding: 5px 40px 5px 0;
  color: #5a5a5a;
  font-size: 18px;
}
	
/* Standard table, more style than simple table */
.table__standard {
	width: 100%;
  border: 1px solid #d5d8d9;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table__standard thead,
.table__standard tr {
	border-bottom: 1px solid #d5d8d9;
}

	.table__standard tr:last-of-type {
		border-bottom: none;
	}

.table__standard tbody {
	border-top: 1px solid #d5d8d9;
}

.table__standard td,
.table__standard th {
  padding: 10px;
  border-right: 1px solid #f3f6f7;
}

.table__standard th {
	border-right-color: #d5d8d9;
	background-color: #f3f6f7;
	font-family: Bariol, Muli, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

	.table__standard td:last-of-type,
	.table__standard th:last-of-type {
	  border-right: none;
	}

/*===========
	Lists
============*/

.list__reset,
.list__reset-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Grid list */
	.list__grid,
	.list__grid-item {
		list-style: none;
		text-align: center;
	}
	
		#content .registerAt .list__grid-item {
		  margin-bottom: 10px;
		  padding-bottom: 0;
		}
	
	.list__grid-link {
    height: 100%;
    display: block;
    text-decoration: none !important;
    font-weight: bold;
    font-family: Bariol, Muli, sans-serif;
	}
	
	.list__grid-image-container {
/* 		height: 100px; */
		max-width: 200px;
		margin: 0 auto 10px auto;
	}
	
	.list__grid-image {
	  vertical-align: middle;
	  margin: 0 auto;
	  padding: 5px;
	}
	
	#content .registerAt .list__reset {
	  margin-left: 0;
	}

.list__bulleted {
    font-size: 18px;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list__bulleted li {
    list-style: none;
    text-indent: -10px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.list__bulleted li:before {
    content: '\2022';
    display: inline-block;
    margin-right: 10px;
    color: #A8D93F;
}

#content .style-reset ul {
    font-size: 1em;
    margin: 10px 0;
}

#content .style-reset li {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 0;
}
	
/*===========
	Style
	.s__ = style prefix
============*/

	.s__right {
		text-align: right;
	}
	
	.s__left {
		text-align: left;
	}
	
	.s__center {
		text-align: center;
	}
	
	.s__full-width {
		width: 100%;
	}
	
	.s__no-padding {
		padding: 0;
	}
	
	.s__padding-top {
		padding-top: 20px;
	}
	
	.s__padding-bottom {
		padding-bottom: 20px;
	}
	
	.s__padding-left {
		padding-left: 20px;
	}
	
	.s__padding-right {
		padding-right: 20px;
	}
	
	.s__side-padding {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.s__no-margin {
		margin: 0;
	}
	
	.s__no-margin-bottom {
		margin-bottom: 0;
	}
	
	.s__margin-bottom {
		margin-bottom: 20px;
	}

    .s__margin-bottom-half {
        margin-bottom: 10px;
    }
	
	.s__margin-top {
		margin-top: 20px;
	}
	
	.s__margin {
		margin: 20px;
	}
	
	.s__margin-sides {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.s__break-all {
		white-space: pre-line;
		-ms-word-break: break-all;
		word-break: break-all;
		word-wrap: break-word;
	}
	
/*===========
	Type
	.t__ = type prefix
============*/


.xyz__reseller-register h1,
.xyz__reseller-register h2,
.xyz__reseller-register h3,
.xyz__reseller-register h4,
.xyz__reseller-register h5,
.xyz__reseller-register h6 {
	font-weight: normal
}

.t__alt-color,
.t__color-purple {
	color: #4A1955;
}

.t__color-gray {
	color: #555;
}

.t__color-white {
	color: #fff;
}

.t__color-lime {
	color: #a8d93f;
}

.t__light,
.t__normal {
	font-weight: normal;
}

.t__bold {
	font-weight: bold;
}

.t__bariol-bold {
	font-family: Bariol, Muli, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.t__bariol-normal {
    font-family: Bariol, Muli, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.t__xsmall {
    font-size: 12px;
}

small,
.t__small {
	font-size: 14px;
}

	small a,
	.t__small a {
		color: inherit;
	}

.t__medium {
	font-size: 18px;
}

.t__large {
	font-size: 36px;
}

.t__xlarge {
	font-size: 50px;
}

.t__line-height-rel {
    line-height: 1.25;
}

.t__line-height-reset {
	line-height: 1;
}

/*===========
	Layout 
	.l__ = layout prefix
============*/

	.l__header-block {}
	
	.l__footer-block {
		padding-bottom: 20px
	}
	
	.l__content-block {
/* 		padding-top: 20px; */
		padding-bottom: 20px;
	}
	
	.l__border-top,
	.l__border-top-bottom {
		padding-top: 20px;
		border-top: 1px solid #d5d8d9;
	}
	
	.l__border-bottom,
	.l__border-top-bottom {
		padding-bottom: 20px;
		border-bottom: 1px solid #d5d8d9;
	}
	
	.l__right {
		float: right;
	}
	
	.l__left {
		float: left;
	}
	
	.l__center {
		margin-left: auto;
		margin-right: auto;
	}
	
	.l__align-bottom,
	.l__align-bottom[class*="-column"] {
		vertical-align: bottom;
	}
	
	.l__align-top,
	.l__align-top[class*="-column"] {
		vertical-align: top;
	}
	
	.l__align-middle,
	.l__align-middle[class*="-column"] {
		vertical-align: middle;
	}
	
	.l__relative {
		position: relative;
	}
	
	.l__inline-block {
		display: inline-block;
	}
	
	.l__medium-width {
		max-width: 800px;
	}

    .l__row:after {
        content: ' ';
        display: table;
        clear: both;
    }


.hidden {
	display: none;
}
	
	
.xyz__main-heading {
  text-align: center;
  margin-bottom: 30px;
}

.xyz__reseller-register .xyz__main-heading {
  font-weight: bold;
}
/* TheChallenge.xyz Promo */
.availability-block.home-page .the-challenge.row {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
img.trophy {
  text-align: center;
  border: none;
  outline: none;
  width: 75px;
}
.the-challenge h2.rs__main-heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.the-challenge h3 {
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
}
.the-challenge small {
  color: #f3f3f3;
  margin-top: 10px;
}

@media only screen and (max-device-width: 850px) {
	
	.the-challenge {
		display: none !important;
	}
	
}

/* Search box */
.availability-block {
  background-color: #4a1955;
  /*background-image: url('/wp-content/themes/gocollege/library/img/avail-bg-medium.jpg');*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
  margin-bottom: 50px;
}

	.home-page.availability-block {
	  margin-bottom: 0;
	}

.register-hero-logo {
  display: block;
  margin: 0 auto;
}

.availability-block .row {
  padding: 50px;
}

	.home-page.availability-block .row {
/*
	  padding-top: 30px;
	  padding-bottom: 0;
*/
		margin-top: 50px;
	}

.avail-search-copy p {
	font-size: 16px;
	color: #fff;
	text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.avail-search-copy {
	padding-bottom: 38px;
	max-width: 875px;
  margin: 0 auto;
}

.availability-block .stand-out-container {
	background-color: #2e103b;
  padding: 30px 30px 45px 30px;
  max-width: 875px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

	.no-placeholder .stand-out-container {
		color: #fff;
	}

/*
.home-page.availability-block .stand-out-container {
	background-color: #4a1955;
}
*/

/* Register Overload - Temporary Message */
.availability-block.register-message {
  background-color: #ffffff;
}
.availability-block.register-message h2 {
  color: #555555;
  line-height: 1.25;
  margin: 10px 0;
  text-align: center;
}
.availability-block.register-message h3 {
  color: #555555;
  font-size: 20px;
  text-align: center;
}
.availability-block.register-message .stand-out-container {
  background-color: #ffffff;
/*   padding: 30px 30px 45px 30px; */
/* Godaddy by itself */
  padding: 0 30px 55px 30px;
 /* Godaddy by itself */
  max-width: 875px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
/* Godaddy by itself */

#content .availability-block.register-message ul {
	margin: 0;
}
.availability-block.register-message .list__grid-item {
	width: 50%;
}
.availability-block.register-message .list__grid-image-container {
	max-width: 300px;
	text-align: center;
}
/* Godaddy by itself */

/* Search form */

.avail-form {
  position: relative;
}

.alpha-form input[type="text"],
.alpha-form input[type="email"],
.alpha-form input[type="url"],
.alpha-form input[type="tel"],
.alpha-form textarea,
.alpha-form button,
.input-reset {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  color: #555;
  font-family: Bariol, Muli, sans-serif;
  font-weight: normal;
}

.alpha-form input[type="text"],
.alpha-form input[type="email"],
.alpha-form input[type="url"],
.alpha-form input[type="tel"] {
  height: 60px;
  margin-bottom: 25px;
  width: 100%;
  background-color: #FFF;
  box-shadow: inset 0 5px 10px #AEB6B8;
}

button,
input,
a,
button:hover,
button:focus,
input:hover,
input:focus,
a:hover,
a:focus {
  -webkit-transition: color .25s, background .25s, padding .25s;
  -moz-transition: color .25s, background .25s, padding .25s;
  -ms-transition: color .25s, background .25s, padding .25s;
  -o-transition: color .25s, background .25s, padding .25s;
  transition: color .25s, background .25s, padding .25s;
}

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

.alpha-form .action-button {
  width: 100%;
  min-height: 80px;
  padding-top: 11px;
  padding-bottom: 12px;
  margin-top: 0;
  font-size: 30px;
  border: 1px solid #9AC838;
  border-radius: 3px;
  font-family: Bariol, Muli, sans-serif;
}

input.alpha-button,
button.alpha-button,
.alpha-form button,
.alpha-form .gform_button {
  padding: 20px 25px;
}

.alpha-form textarea {
  box-shadow: inset 0 5px 10px #AEB6B8;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  width: 100%;
  resize: vertical;
}

.bulk__form .bulk__textarea {
  height: 200px;
  padding: 30px 20px;
  margin-bottom: 5px;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 18px;
}

.bulk__submit-container {
  text-align: right;
  margin-top: 10px;
}

.bulk__form .bulk__submit {
  width: 245px;
  margin-bottom: 0;
}

/* Overwriting selectors with IDs (#content li) */
.bulk__unavailable-list {
  margin-left: 0 !important;
}

.bulk__unavailable-list li {
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}

.alpha-form button,
.alpha-button,
.alpha-form .gform_button {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  font-family: Bariol, Muli, sans-serif;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  color: #FFF;
  font-size: 20px;
  background: #a8d93f;
}

.placeholder .alpha-form .hide-label,
.placeholder .hide-label {
	display: block;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

	/* Browsers/devices that don't support placeholders get labels */
	.no-placeholder .alpha-form .hide-label,
	.no-placeholder .hide-label {
		margin-bottom: 1px;
		font-size: 16px;
		color: #fff;
	}

.avail-prefix-input,
.avail-form .avail-input[type="text"],
.avail-form .avail-input[type="email"] {
  height: 80px;
}

.avail-prefix-input,
.avail-form .avail-search-input[type="text"] {
  font-size: 24px;
  font-weight: normal;
  font-family: Bariol, Muli, sans-serif;
}

	.no-placeholder .alpha-form .hide-label {
		color: #fff;
		display: block;
		height: inherit;
		text-indent: inherit;
	}

.avail-form .avail-search-input[type="text"] {
  width: 62%;
  width: -webkit-calc(67% - 25px);
  width: calc(67% - 25px);
  height: 80px;
  margin-bottom: 0;
}

.prefix-active .avail-form .avail-search-input[type="text"] {
  padding-left: 136px;
}

.avail-form .avail-submit {
  width: 33%;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}

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

.avail-prefix-input {
	top: 30px;
  left: 30px;
  position: absolute;
  z-index: 0;
  width: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  padding-left: 15px;
  color: #555;
    outline:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}

.prefix-active .avail-prefix-input {
  width: 138px;
  z-index: 555;
}

.avail-search-option {
  font-weight: bold;
}

.avail-search-option,
.search-questions {
  position: absolute;
  font-size: 16px;
  font-family: Bariol, Muli, sans-serif;
}

.single-search .avail-search-option,
.search-questions {
  padding-top: 5px;
}

.search-questions a {
  color: #fff;
  text-decoration: none !important;
}

.single-search .search-questions {
  right: 0;
}

.bulk-search .search-questions {
  right: 30px;
}

.bulk-search .avail-search-option {
  bottom: 100px;
}

.results__price p {
  font-family: Bariol, Muli, sans-serif;
  font-weight: bold;
}

.search__results,
.search__results caption {
  width: 100%;
}

/*===========
	Bulk search
============*/

.avail-results-block .rs__minor-heading {
	text-align: center;
}

.avail-results-block > .row {
  padding-left: 0;
  padding-right: 0;
}

.avail-results-block .rs__container {
	padding-left: 40px;
	padding-right: 40px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}

.spinner-add,
.bulk-add {
	width: 110px;
}

.spinner-add .rs__button {
  width: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

.spinner-price {
	padding-right: 0;
	text-align: right;
}

.spinner-domain,
.bulk-domain {
	word-wrap: break-all;
	white-space: pre-wrap;
	word-break: break-all;
}

.bulk-domain {
	width: 100%;
}

@media only screen and (max-width: 599px) {
	
	.availability-block {
		background-color: #2e103b;
	}
	
	.availability-block .row {
	  padding: 35px 35px 20px 35px;
	}

	.availability-block .stand-out-container {
		padding: 0;
		background: none;
	}
	
	.avail-search-copy p {
  	padding-right: 0;
  	padding-left: 0;
	}
	
	.avail-search-copy {
		border-top: 1px solid #4A1955;
	  padding-top: 20px;
	  margin-right: 35px;
	  margin-left: 35px;
	}
	
	.prefix-active .avail-prefix-input {
		left: 0;
		top: 0;
	}
	
	.avail-form .avail-search-input[type="text"] {
	  margin-bottom: 10px;
	  width: 100%;
	}
	
	.avail-form .avail-submit {
  	width: 100%;
  	position: static;
  }
  
  .alpha-form input[type="text"],
  .alpha-form input[type="email"],
  .alpha-form input[type="url"],
  .alpha-form input[type="tel"] {
  	width: 100%;
  }
  
  .single-search .avail-search-option,
  .single-search .search-questions {
	  text-align: center;
	  position: static;
	}

  .single-search .avail-search-option {
	  margin-top: 20px;
	  margin-bottom: 15px;
	}
	
	.single-search .search-questions {
  	margin-bottom: 0;
  }
  
  .bulk-search .avail-search-option {
		margin-top: 25px;
	  margin-bottom: 15px;
	  position: static;
		text-align: right;
	}
	
	.bulk-search .search-questions {
	  position: static;
	  text-align: right;
	}
	
	.results__price {
	  margin-top: 20px;
	  margin-bottom: 20px;
	}
	
	/* Name spinner - Register */
	.spinner-add {
	  padding-right: 10px;
	}
	
	/* Responsive tables,
		https://css-tricks.com/responsive-data-tables/
	*/
	
	.table__standard {
		margin-right: 20px;
	  margin-left: 20px;
	  width: -webkit-calc(100% - 40px);
	  width: calc(100% - 40px);
	}
	
	.table__standard,
	.table__standard thead,
	.table__standard tbody,
	.table__standard th,
	.table__standard tr,
	.table__standard td {
		display: block;
	}
	
	.table__standard thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table__standard tbody,
	.table__standard thead,
	.table__standard tbody tr {
		border: none;
	}
	
	.table__standard td {
	/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #f3f6f7; 
		position: relative;
	}
	
	.table__standard td:before { 
		display: block;
		float: left;
		margin-bottom: 10px;
		width: 75px;
		margin-right: 10px;
		font-size: 14px;
	  content: attr(data-mobile-title);
	}
	
	#china-price-drop-table.table__standard td:before { 
		width: 87px;
	}	
	
	.table__standard td:nth-of-type(1) {
		background-color: #f3f6f7;
	}
	
	.table__long-mobile-title:before {
		font-size: 12px;
		margin-top: 3px;
	}
	
	.news .container .table__standard {
	  margin-left: 0;
	  margin-right: 0;
	  width: auto;
	}
	
	/* Press - Featured Press */
	
	.dataTable tbody {
		font-size: 16px;
	}
	
	/* China */
	
	.china-premiums__cta .button__size-large {
	  font-size: 21px;
  }
  
	#variably .table__standard {
		margin-right: 0;
		margin-left: 0;
		width: auto;
	}


	/* 1111b Registrars */

	#registrars-1111b.dataTable tbody {
		font-size: 15px;
	}

}

@media only screen and (min-width: 600px) {
	
	.large-copy {
	  font-size: 24px;
	}
	
	.rs__main-heading {
	  font-size: 36px;
	}
	
	.t__large {
	  font-size: 45px;
	}
	
	.results__price.fourth-column,
	.results__add-buttons.fourth-column {
	  margin-right: -3px;
	  display: inline-block;
	  padding-top: 20px;
	  vertical-align: middle;
	}
	
	.results__price.fourth-column {
	  padding-right: 20px;
	  width: -webkit-calc(100% - 230px);
	  width: calc(100% - 230px);
	}
	
	.results__add-buttons.fourth-column {
	  width: 230px;
	}
	
	/* China */
	.china-premiums__cta {
    margin-top: 40px;
  }
  
  .china-premiums__cta-heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
	
}

@media only screen and (max-width: 699px) {
	
	.premiums-page .list__grid-image-container {
	  height: 75px;
	  display: table-cell;
	  vertical-align: middle;
	}
	
	.premiums-page .list__grid-link {
	  display: block;
	  width: 200px;
	  margin: 0 auto;
	}

}

@media only screen and (min-width: 700px) {
	
	.avail-results-block .row {
	  padding-left: 35px;
	  padding-right: 35px;
	}
	
	.avail-results-block .rs__minor-heading {
	  text-align: left;
	}

	.list__grid-item {
	  display: inline-block;
	  margin-right: -5px;
	  width: 20%;
	  padding-left: 5px;
	  padding-right: 5px;
	}
	
	.premiums-page .list__grid-item {
	  width: 27%;
	}
	
	.s__right-desktop {
	  text-align: right;
	}

}

@media only screen and (min-width: 900px) {
	
	.domainSpinner tr {
	  display: inline-table;
	  width: 50%;
	}
	
	.spinner-add {
	  width: 100px;
	  padding-right: 30px;
	}
	
	.spinner-domain {
	  max-width: 270px;
	}
	
	.search__results tr:nth-of-type(odd) .spinner-price {
	  padding-right: 20px;
	}
	
	.search__results tr:nth-of-type(even) .spinner-add {
	  padding-left: 20px;
	}
	
}

@media only screen and (max-width: 1025px) {
	
	.avail-prefix-input,
	.avail-form .avail-search-input[type="text"] {
		font-size: 16px;
	}
	
	.prefix-active .avail-prefix-input {
	  width: 95px;
  }
	
	.prefix-active .avail-form .avail-search-input[type="text"] {
	  padding-left: 95px;
	}
	
}

@media only screen and (min-width: 800px) and (max-width: 1025px) {
	
	.availability-block .stand-out-container {
	  margin-right: 50px;
	  margin-left: 50px;
	}

}

@media only screen and (min-width: 451px) and (max-width: 599px) {
	
	.bulk-search .avail-search-option {
	  text-align: right;
	}
	
}

@media only screen and (max-width: 370px) {
	
	.availability-block div.row {
	  padding: 20px;
	}

	.avail-prefix-input,
	.avail-form .avail-search-input[type="text"] {
		font-size: 14px;
	}
	
	.prefix-active .avail-prefix-input {
	  width: 85px;
  }
	
	.prefix-active .avail-form .avail-search-input[type="text"] {
	  padding-left: 85px;
	}

}

@media only screen and (min-width: 451px) and (max-width: 899px) {

	.results__checkout-button.third-column {
	  width: 100%;
	}
	
	/* Bulk search */
	.no-csscalc .bulk__domain-info {
		text-align: right;
		display: block;
	}
	
	.bulk__domain-info {
	  margin-left: -webkit-calc(100% - 290px);
	  margin-left: calc(100% - 290px);
	}
	
	}

@media only screen and (min-width: 451px) {
	
	/* Bulk search */
	.bulk__domain-checkbox {
	  padding-top: 2px;
	}
	
	.bulk__domain-price,
	.bulk__added-alert {
		padding-left: 10px;
	}
	
	.bulk__form .bulk__submit {
  	width: 245px;
  }
  
}

@media only screen and (max-width: 450px) {

	.bulk__form .bulk__submit {
	  width: 100%;
	}
	
	.bulk-search .avail-search-option, .bulk-search .search-questions {
	  text-align: center;
	}
	
	/* Search Results */

	.results__add-buttons.s__right,
	.results__price.s__right {
		text-align: center;
	}
	
	.results__checkout-button .rs__button {
	  width: 100%;
	  font-size: 24px;
	}
	
	.results__checkout-button .rs__button.l__right {
	  float: none;
	}
	
	.results__add-buttons .rs__button {
	  width: 190px;
	  min-width: 0;
	  font-size: 24px;
	}
	
	/* Name spinner */
	.search__results {
		width: 100%;
	}
	
	.news-headlines ul {
		margin: 0 auto;
		display: table;
		height: 20px;
		overflow: hidden;
	}
	
	.news-headlines li {
		height: 20px;
		overflow: hidden;
	}
	
	.news-headlines a {
	font-size: 14px;
	text-overflow: ellipsis;
	
	
	}
	
	.search__results tr {
		border-bottom: 1px solid #D5D8D9;
		padding-bottom: 10px;
	  margin-bottom: 10px;
	  display: block;
	  position: relative;
	  font-size: 16px;
	}
	
		.search__results tr:last-of-type {
			border-bottom: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		
		.search__results tr:last-of-type .spinner-price {
			bottom: 0;
		}
		
	.spinner-add,
	.bulk-add {
		width: auto;
	}
		
	/* Switch order of table cells */
	.spinner-add,
	.bulk-add,
	.spinner-price,
	.bulk-price {
		font-size: 16px;
		display: table-footer-group;
	}
	
	.bulk-domain,
	.spinner-domain {
		display: table-header-group;
		padding-right: 0;
	}
	
		.bulk-domain::after,
		.spinner-domain::after {
		  content: '';
		  display: block;
		  height: 5px;
		}
		
	.bulk-price,
	.spinner-price {
	  position: absolute;
	  left: 80px;
	  bottom: 10px;
	}
	
	.search__results tr:last-of-type .bulk-price {
		bottom: 0;
	}
	
	.ie8 .spinner-price,
	.ie9 .spinner-price,
	.ie8 .bulk-price,
	.ie9 .bulk-price {
		position: static;
	}
	
	.bulk-search .avail-search-option,
	.bulk-search .search-questions {
		text-align: center;
	}
	
}

@media screen and (max-width: 799px) {
	
	#content .registerAt .list__grid {
	  margin-top: 20px;
	}
	
	.medium-hide {
		display: none;
	}
	
}

@media screen and (min-width: 800px) {
	
	/* Grid */
	
	[class*="-column"] {
		padding-right: 50px;
		display: inline-block;
		vertical-align: top;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
	}
	
		/* Removes gutter/padding-right for last columns with sibling(s) */
		[class*="-column"] ~ [class*="-column"]:last-child,
		.full-column {
			padding-right: 0;
		}
	
	.half-column {
		width: 50%;
	}
	
	.medium-show {
		display: none;
	}

	
		.half-space {
			margin-left: 50%;
		}
	
	.third-column {
		width: 33.3%;
	}
	
		.third-column:nth-child(2n) {
			padding-right: 50px;
		}
		
		.third-column:last-child {
			display: inline-block;
			margin-top: 0;
		}
		
		.third-space {
			margin-left: 33.3%;
		}
	
	.two-thirds-column {
		width: 66.6%;
	}
	
		.two-thirds-space {
			margin-left: 66.6%;
		}
	
	.fourth-column {
		width: 25%;
	}
	
		.fourth-space {
			margin-left: 25%;
		}
	
	.three-fourths-column {
		width: 75%;
	}
	
		.three-fourths-space {
			margin-left: 75%;
		}
	
	/* 1/6 */
	.sixth-column {
		width: 16.6%;
	}		
		/*
			2/6 = .third-column
			3/6 = .half-column
			4/6 = .two-thirds-column
		*/
		.five-sixths-column {
			width: 83.3%;
		}
		
	/* No gutter (right padding) */
	.no-gutter {
		padding-right: 0;
	}
	
	.registerAt .five-sixths-column {
	  width: 83.3%;
	  padding-right: 0;
	}
		
}


/*=================================
			</ end Reseller styles >
===================================*/


/*=================================

Genxyz & Homepage

* Responsive square grid with flexbox

===================================*/

/* Home */
.home__portfolio {
	margin-bottom: 20px;
	/* Clearfix: */
	overflow: auto;
}

.home__portfolio-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 960px) {
  .home__portfolio-heading {
    margin-top: 125px;
    margin-bottom: 50px;
    text-align: center;
  }
}

/* gen.xyz/live */
.featSites__portfolio {
	margin-bottom: 100px;
	/* Clearfix: */
	overflow: auto;
}

.featSites__portfolio-nav-container {
    margin: 20px 40px 40px;
    text-align: center;
}

.featSites__portfolio-nav {
    border: 1px solid #CCCCCC;
    border-radius: 0;
    height: 35px;
    padding: 5px;
    background-color: #fff;
    font-family: Bariol, Muli, sans-serif;
    font-size: 18px;
    color: #5a5a5a;
    box-shadow: 0px 1px 1px #EBEBEB;
    outline: none;
    margin: 20px 10px 0;

    -webkit-transition: background-color .17s, color .17s;
    -moz-transition: background-color .17s, color .17s;
    -ms-transition: background-color .17s, color .17s;
    -o-transition: background-color .17s, color .17s;
    transition: background-color .17s, color .17s;
}

.featSites__portfolio-nav:hover {
    background-color: #EBEBEB;
    color: #2E103B;
    cursor: pointer;

    -webkit-transition: background-color .17s, color .17s;
    -moz-transition: background-color .17s, color .17s;
    -ms-transition: background-color .17s, color .17s;
    -o-transition: background-color .17s, color .17s;
    transition: background-color .17s, color .17s;
}


/* Square grid */

.grid__square-item {
	float: left;
  position: relative;
  overflow: hidden;
  width: 25%;
  
  background-color: gray;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  cursor: pointer;
  
  -webkit-transition: .75s ease-in-out;
	-ms-transition: .75s ease-in-out;
	-moz-transition: .75s ease-in-out;
	-o-transition: .75s ease-in-out;
	transition: .75s ease-in-out;

    animation: infiniteFadeIn .33s 1;
}

	.grid__square-item:before {
		content: '';
		display: block;
		padding-top: 100%;
	}

    .grid__square-item.grid__square-item2 {
        background-size: 90% auto;
        text-align: center;
    }

    .grid__square-item.grid__square-item2 img {
        width: 90%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .grid__square-item.grid__square-item2:before {
        padding-top: 0;
    }

    .grid__square-item.grid__square-item-desktop {
        background-position: center 40%;
    }

    .grid__square-item.grid__square-item-smartphone {
        background-position: center 60%;
        background-size: 36% auto;
    }

    .grid__square-item.grid__square-item-laptop {
        background-position: center 47%;
        background-size: 69% auto;
    }

    .grid__square-item.grid__square-item-tablet-horizontal {
        background-size: 70% auto;
        background-position: center 50%;
    }

    .grid__square-item.grid__square-item-tablet-vertical {
        background-size: 53% auto;
        background-position: center 50%;
    }

    .ie8 .grid__square-item {
		background-image: none !important;
	}

    
	/* Grid background-colors */
	/* Category: */
	.grid__square-item[data-category="0"],
    .grid__square-item-individuals {
		background-color: #e1e1e1;
	}
	
	/* Category: */
	.grid__square-item[data-category="1"],
    .grid__square-item-apps-tools,
    .cheers__portfolio .grid__square-item:nth-of-type(2) {
		background-color: #d7d7d7;
	}
	
	/* Category: */
	.grid__square-item[data-category="2"],
    .grid__square-item-startups-businesses {
		background-color: #ebebeb;
	}

	/* Category: */
	.grid__square-item[data-category="3"],
    .grid__square-item-orgs-communities {
		background-color: #ccc;
	}
	
	/* Category: */
	.grid__square-item[data-category="4"] {
		background-color: #bcbfc1;
	}
	
.grid__square-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: -5;
  opacity: 0;
  
	-moz-transform: scale(.25);
	-webkit-transform: scale(.25);
	-o-transform: scale(.25);
	-ms-transform: scale(.25);
	transform: scale(.25);
}

.csstransition .grid__square-overlay {
	-webkit-transition: .17s ease-out;
	-ms-transition: .17s ease-out;
	-moz-transition: .17s ease-out;
	-o-transition: .17s ease-out;
	transition: .17s ease-out;
}

	.no-touch .grid__square-item:hover .grid__square-overlay,
	.touch .show-overlay .grid__square-overlay {
		background-color: rgba(74, 21, 86, 0.85);
		
		display: block;
		z-index: 5;
		opacity: 1;
		height: 100%;
		width: 100%;
				
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		
		-webkit-transition: .17s ease-out;
		-ms-transition: .17s ease-out;
		-moz-transition: .17s ease-out;
		-o-transition: .17s ease-out;
		transition: .17s ease-out;
	}
	
.grid__square-link {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  
	text-decoration: none !important;
}

	.ie8 .grid__square-link {
		color: #4a1955;
	}

.grid__square-content {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}

.grid__square-content p {
	font-family: Bariol, Muli, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
}

.grid__square-content h2 {
	font-size: 28px;
}

.grid__square-content h2.featSites__portfolio-long-domain-name {
    font-size: 24px;
}

@-webkit-keyframes infiniteFadeIn {
    from {
        opacity: 0;
        -moz-transform: scale(.25);
        -webkit-transform: scale(.25);
        -o-transform: scale(.25);
        -ms-transform: scale(.25);
        transform: scale(.25);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes infiniteFadeIn {
    from {
        opacity: 0;
        -moz-transform: scale(.25);
        -webkit-transform: scale(.25);
        -o-transform: scale(.25);
        -ms-transform: scale(.25);
        transform: scale(.25);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.featSites__page-1,
.featSites__page-2,
.featSites__page-3,
.featSites__page-4 {
    display: none;
}

.featSites__page-button {
    clear: both;
    float: none;
    margin-top: 40px;
    margin-bottom: 10px;
}

/*=================================

Cheers to 2 Years

===================================*/

.cheers__page,
.cheers__page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Featured sites squares */
.cheers__portfolio {
    background-color: #e1e1e1;
    margin: 40px 0;
    overflow: auto;
}

.cheers__section {
    margin-bottom: 60px;
}

.cheers__section-dark {
    background-color: #2E103B;
    color: #fff;
}

.cheers__section-wrapper {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px;
}

.cheers__button-fix {
    display: inline-block;
    line-height: 1.25;
    min-height: 55px;
    height: auto;
}

.cheers__registrar-logos li {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    padding: 10px;
    text-align: center;
}

.alternating__item {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.alternating__item:not(:last-of-type) {
    margin-bottom: 40px;
}

.alternating__content {
    padding: 20px;
}

.alternating__image {
    text-align: center;
}

@media only screen and (min-width: 600px) {

    .alternating__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .alternating__image,
    .alternating__content {
        width: calc(50% - 5px);
        /* Such browser support, much prefixes https://autoprefixer.github.io/ */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .alternating__item:nth-of-type(even) .alternating__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .alternating__item:nth-of-type(even) .alternating__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .alternating__image {
        width: -webkit-calc(100% - 350px - 5px);
        width: calc(100% - 350px - 5px);
    }

    .alternating__content {
        width: 350px;
    }

    .cheers__registrar-logos li {
        width: 31%;
        width: -webkit-calc(33.33% - 5px);
        width: calc(33.33% - 5px);
        padding: 10px 20px;
    }

}

@media only screen and (min-width: 700px) {

    .alternating__image,
    .alternating__content {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .alternating__image img {
        max-width: 325px;
        height: auto;
    }

    .cheers__registrar-logos li {
        width: 23%;
        width: -webkit-calc(25% - 5px);
        width: calc(25% - 5px);
    }

}

@media only screen and (min-width: 900px) {

    .cheers__registrar-logos li {
        width: 18%;
        width: -webkit-calc(20% - 5px);
        width: calc(20% - 5px);
    }

}

/*=================================

Cars Lander

===================================*/

.cars__lander-logos {
  display: inline-block;
  vertical-align: middle;
  margin: 25px 50px;
}

/*=================================
			</ end cars lander styles >
===================================*/

.white-box a {
  color: #4A1955;
}

a {
  text-decoration: underline;
}

p,#content li {
  font-family: 'Muli', sans-serif;
  line-height: 1.5;
  z-index: 2;
  margin-bottom: 8px;
}

.white-box {
  background: #fff;
  display: block;
  width: 100%;
}

#content {
  text-align: left;
}

#content li {
  padding-bottom: 1em;
  list-style: none;
}

.purple-box {
  background: #4a1955;
  display: block;
  width: 100%;
  padding: 10px 0;
}

.mapview {
  background: #4a1955 url(../images/map.png) no-repeat center;
}

#flag {
  float: right;
  color: #fff;
  line-height: 48px;
}

.force-uppercase {
text-transform: uppercase;
}

.force-lowercase {
text-transform: lowercase;
}

.force-break {
display: inline-block;
}

iframe {
  z-index: 2;
}

.menu a {
  text-decoration: none;
  color: #FFF;
}

.fluid-width-video-wrapper {
  z-index: 2;
  clear: both;
}

#pagination span {
  font-size: 1em;
  font-family: Bariol, sans-serif;
  font-weight: bold;
  color: #555;
  background: #FFF;
  letter-spacing: .5px;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

#pagination {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

h1 a {
  text-decoration: none;
}

.sections {
  display: block;
  text-align: center;
  margin: 125px auto 25px;
  padding: 0 20px;
}

.error404 .sections.signup-box {margin: 30px auto 60px;}

.purple-box .sections {
  margin: 100px auto;
}

.signup-box p {
  font-size: 2em;
  color: #b6b4b7;
  line-height: 48px;
}

.top-shadow {
  display: block;
  background: url(../images/searchbox-bg-shadow.png) no-repeat top center;
  height: 25px;
}

.bottom-shadow {
  display: block;
  background: url(../images/searchbox-bg-shadow.png) no-repeat bottom center;
  height: 26px;
}

.email-signup {
  display: block;
  width: 740px;
  height: 70px;
  background-color: #4A1855;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px;
}

.getxyz-box {
  display: inline-block;
  width: 740px;
  height: auto;
  background-color: #4A1855;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px;
}

.signup-white {
  display: block;
  width: 740px;
  height: 70px;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.getxyz-white {
  display: block;
  width: 740px;
  height: 70px;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.email-field {
  display: block;
  width: 580px;
  height: 70px;
  border: 0;
  color: #4a1955;
  font-size: 30px;
  float: left;
  background-color: transparent;
  padding: 0 0 0 20px;
}

.domainSearch input[type=text] {
	font-family: Bariol, sans-serif;
}

.newsletter-field {
  display: block;
  width: 580px;
  height: 70px;
  border: 0;
  color: #4a1955;
  font-size: 30px;
  float: left;
  background-color: transparent;
  padding: 0 0 0 20px;
  font-family: Bariol, sans-serif;
}

.getxyz-field {
  display: block;
  width: 580px;
  height: 70px;
  border: 0;
  color: #4a1955;
  font-size: 25px;
  float: left;
  background-color: transparent;
  padding: 0 0 0 20px;
}

.button-signup {
  float: none;
  display: block;
  width: 140px;
  height: 70px;
  border: 0;
  color: #FFF;
  margin: 0;
  font-size: 1.8em;
  padding: 18px 13px;
  background: #A8D93F url(../images/button-shadow.png) no-repeat left;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
  font-family: Bariol, sans-serif;
  font-weight: bold;
}

.process-box h1 {
  display: block;
  font-size: 3.5em;
  line-height: 48px;
  color: #4a1955;
  margin: 30px 0 10px;
  padding: 0;
}

#content ul,#content ol {
  clear: both;
  list-style-position: outside;
  margin-left: 3em;
}

.process-box h2 {
  display: block;
  font-size: 1.8em;
  color: #4a1955;
}

.process-box p {
  color: #555;
  text-align: left;
}

.process-box span {
  color: #a8d93f;
  font-size: 2em;
  font-family: 'Muli', sans-serif;
}

.process-box .left-image {
  display: block;
  float: left;
  width: 136px;
  height: auto;
  margin-right: 30px;
}

.process-box .steptext {
  display: block;
  padding: 50px 40px;
}

.process-box .steptext .learnmore {
  display: block;
  width: auto;
  padding: 30px 0;
}

.process-box .steptext .learnmore span {
  display: block;
  width: auto;
  max-width: 400px;
  font-size: 1.5em;
  height: auto;
  font-family: Bariol, sans-serif;
  font-weight: bold;
  background: #FFF;
  color: #555;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px 0;
}

.process-box .timeline {
  display: block;
  width: auto;
  height: auto;
}

.process-box .timeline ul {
  display: inline-block;
  position: relative;
  background: #f8f8f8;
  height: auto;
  width: 100%;
  list-style: none;
}

.process-box .timeline li.steps {
  width: 48px;
  height: 118px;
  float: left;
}

.whoisxyz h2 {
  display: inline-block;
  font-size: 3.5em;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  margin: 0;
}

.locationblocks h2,
.locationblocks h3 {
  font-size: 24px;
  width: auto;
  display: inline-block;
  color: #fff;
}

.locationblocks h2:after {
	content: '|';
	display: inline-block;
	color: #a8d93f;
	margin-right: 10px;
	padding-left: 10px;
}

.whoisxyz .ideas h3 {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin: 0;
}

.whoisxyz .ideas h3:after {
	content: ':';
	display: inline-block;
}

.whoisxyz .ideas p {
	font-family: Bariol, Muli, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
}

	.whoisxyz .ideas p:after {
		content: '|';
		display: inline-block;
		color: #a8d93f;
		margin-right: 10px;
		padding-left: 10px;
	}
	
	.whoisxyz .ideas p:last-of-type:after {
		display: none;
	}

.whoisxyz p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.75em;
}

.whoisxyz .ideas {
  margin-bottom: 75px;
}

.whoisxyz .center p {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  line-height: 32px;
  display: block;
  margin: 0 auto;
  padding: 10px 10px 0;
}

.whoisxyz ul {
  list-style: none;
  color: #fff;
  text-align: left;
  font-size: 1em;
  line-height: 32px;
  padding: 10px 0 10px 50px;
}

.whoisxyz li {
	background-image: url('../images/checkmark-lime.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/checkmark-lime.svg');
	background-image:  linear-gradient( transparent,  transparent), url('../images/checkmark-lime.svg');
	
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 18px;
}

.content p {
  color: #555;
  text-align: justify;
  font-size: 1em;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: 'Muli', sans-serif;
}

.content ul {
  list-style-position: outside;
  text-align: left;
  font-family: 'Muli', sans-serif;
  margin: 10px 100px;
}

.content .textHeadline {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.content .color-font {
  color: #A8D93F;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  text-align: inherit;
}

.preregheader h1 {
  display: inline-block;
  font-size: 3.5em;
  color: #4a1955;
  width: 100%;
  line-height: 48px;
  margin: 0;
}

.preregheader,
.header-404 span {
  color: #a8d93f;
  font-size: 2em;
  font-family: 'Muli', sans-serif;
  line-height: 1.2em;
  display: block;
  margin-top: 20px;
}

.header-404 h1 {
	font-size: 2.5rem;
}

.row-404 {
	margin-top: 10px!important;
}

.preregheader p {
  line-height: 44px;
}

.news .postbox {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
}

.blog-broadcast p {
margin-bottom: 0;
}

.blog-metadata span {
  color: #b6b4b7;
  font-family: 'Muli', sans-serif;
}

.blog-metadata {
margin-bottom: 16px;
}

/* Blog post navigation single.php */

.blog-post-nav {
    border-top: 1px solid #b6b4b7;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 10px;
}

.blog-post-nav span {
    display: block;
}

.blog-post-nav-next,
.blog-post-nav-prev {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
}

.blog-post-nav-prev span {
    padding-right: 10px;
}

.blog-post-nav-next span {
    text-align: right;
    padding-left: 10px;
}

.blog-post-nav span:last-of-type {
    line-height: 1.25;
    margin-top: 5px;
}

.news .postbox p {
  font-size: 1em;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 0;
}

.news .postbox .blogarticles {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b6b4b7;
}

.news img {
margin-top: 16px;
margin-bottom: 16px;
}

.more {
  display: block;
  font-size: 1.5em;
  width: 210px;
  height: auto;
  font-family: Bariol, sans-serif;
  font-weight: bold;
  letter-spacing: .5px;
  float: left;
  background: #4a1955;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px 0;
}

.joinbutton {
  display: block;
  font-size: 1.5em;
  width: 210px;
  height: auto;
  font-family: Bariol, sans-serif;
  font-weight: bold;
  letter-spacing: .5px;
  float: left;
  background: #a8d93f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px 0;
}

.whoisxyz .buttoncontainer {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.downloads h1 {
  display: inline-block;
  font-size: 3.5em;
  color: #4a1955;
  width: 100%;
  line-height: 50px;
  margin: 0;
}

.downloads p {
  color: #555;
  text-align: center;
  font-size: 1.1em;
  padding: 10px;
}

.downloads ul {
  list-style: none;
  display: inline-block;
  margin: 15px auto;
}

.downloads li {
  display: block;
  float: left;
  width: auto;
  padding: 0 30px;
}

.downloads .logodownload h1 {
  display: block;
  font-size: 1.5em;
  padding-bottom: 10px;
  text-align: center;
  color: #4a1955;
}

.media-page {
  color: #FFF;
}

.media-page h1 {
  display: inline-block;
  width: 100%;
  font-size: 3.5em;
  line-height: normal;
  color: #4a1955;
  margin: 0 auto;
}

.margintopandbottom {
  margin: 20px 0 50px;
}

.sidebar {
  width: 30%;
}

.news .sidebar {
  display: inline-block;
  float: none;
  margin-left: 4%;
  vertical-align: top;
}

.news .sidebar .twitter-timeline li {
  display: block;
  float: left;
  background: url(../images/twitter-xyz.gif) no-repeat left center;
  height: 40px;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 10px 10px 5px 65px;
}

.news .sidebar h2 {
  font-size: 1.5em;
  display: block;
  text-align: center;
  color: #4a1955;
  margin: 10px 0;
  padding: 0;
}

.news h2 a:link {
  text-decoration: none;
}

.widget-container {
  border-bottom: 1px solid #b6b4b7;
  padding: 20px 0;
}

#more {
  clear: both;
  display: none;
}

.footer-box {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #FFF;
  margin: 50px 0;
  padding: 0;
}

.footer-box .footer-links {
  display: block;
  float: right;
  text-align: left;
  margin-right: 20px;
  font-weight: bold;
}

.footer-links.colm1 {
  padding-right: 40px;
}

.footer-box .footer-logo {
  text-align: left;
  display: block;
  padding: 25px 0 5px;
}

.footer-box .footer-links ul {
  display: block;
  list-style: none;
}

.footer-box .footer-links li {
  display: block;
  margin: 10px 0;
}

.footer-box .footer-links li a {
  color: #FFF;
  text-decoration: none;
}

#quotes {
  color: #fff;
  text-align: center;
  margin: 40px 0;
}

/* Hiding label accessibly: https://developer.yahoo.com/blogs/tenydnblog/form-labels-visible-hidden-53548.html */
.form-label {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px); 
}

.mc_embed_signup,.mc_embed_signup strong,.mc_embed_signup label {
  font-family: 'Muli', sans-serif;
}

.mcform h1 {
  color: #fff;
  display: block;
  font-size: 3.5em;
  line-height: 48px;
  margin: 30px 0 25px;
  padding: 0;
}

.mcform h3 {
  color: #b6b4b7;
  font-size: 1.5em;
  font-family: 'Muli', sans-serif;
  display: block;
  font-weight: 400;
  margin: 0 0 50px;
}

.mc_embed_signup,.mc_embed_signup span {
  color: #fff;
  text-align: left;
  font-size: 1em;
}

.mc_embed_signup input,.mc_embed_signup textarea {
  display: block;
  width: 90%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 2px solid #3e1b45;
  padding-right: 10px;
  padding-left: 10px;
}
.contactForm .mc_embed_signup input[type='submit'] {
    border: 0;
}

#mcform {
  margin: 40px 0 0;
}

.mc_embed_signup li {
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 20px;
  background: #3e1b45;
  padding-right: 10px;
	padding-left: 10px;
	height: 44px;
	margin-top: 2px;
	line-height: 44px;
}

.mc_embed_signup li input {
  width: auto;
  display: inline-block;
  border: 2px solid #3e1b45;
}

.mc_embed_signup li label {
  padding: 0 10px;
  display: inline;
}

.mc_embed_signup label,.mc_embed_signup strong {
  display: block;
  font-size: .75em;
  font-weight: 400;
}

.mc-field-group.input-group {
height: 92px;
}

.mc_embed_signup #mce-RDN {
  resize: both;
}

.mc_embed_signup #mc-embedded-subscribe {
  text-align: center;
  background: #a8d93f;
  font-family: Muli, sans-serif;
  font-size: 2em;
  width: 90%;
  display: block;
  color: #fff;
  -webkit-appearance: button;
  cursor: pointer;
  margin-top: -1px;
  height: 73px;
	line-height: 72px;
	padding: 0;
}

.mc_embed_signup #mc-embedded-rsvp {
  text-align: center;
  background: #a8d93f;
  font-family: Muli, sans-serif;
  font-size: 1.5em;
  width: 88%;
  display: block;
  color: #fff;
  padding: 10px 20px;
}

#mc-embedded-rsvp {
  margin-top: 45px;
}

.mc_embed_signup textarea {
  height: 127px;
  font-size: 1em;
}
.contactForm .mc_embed_signup textarea {
    height: 140px;
}

#captcha_label {
  display: block;
}

.mc_embed_signup input.sum {
  width: 38px;
  float: none;
  display: inline;
  text-align: center;
  font-size: 15px;
}

/* Make all form text inputs the same height */
.mc-field-group input[type=text],
.mc-field-group input[type=url],
.mc-field-group input[type=email] {
  height: 48px;
	line-height: 48px;
}

.mc_embed_signup input[type=checkbox],.mc_embed_signup input[type=radio] {
  display: inline;
  margin: 0;
  padding: 0;
}

.mc_embed_signup span.phonearea,.mc_embed_signup span.phonedetail1,.mc_embed_signup span.phonedetail2 {
  width: 20%;
  display: inline-block;
}

.phonefield input {
width: 100%;
text-align: center;
}

.registrarlogos li {
  display: inline-block;
    vertical-align: middle;
  width: 32%;
  text-align: center;
  margin: 0;
  padding: 3% 0;
}

.footer-logo-container {
  float: left;
  display: block;
  width: 250px;
}

#JP-onamae, #UK-123reg, #RU-Webnames {
  margin: 10px 0;
}

.showJP a .domain-price,
.showJP input.domain-price {
  width: 180px;
  margin: 25px auto 0 auto;
}

.jp-submit {
	margin-bottom: 28px;
}

.showUK a .domain-price {
  margin: 25px auto 0 auto;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.container-first {
  height: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-first-2 {
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  width: 100%;
  max-width: 978px;
  overflow: hidden;
  margin: 0 auto;
}

.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.navlogo,.navbar,.navcol {
  float: left;
  min-height: 1px;
}

.row .onecol {
  width: 4.85%;
}

.row .twocol {
  width: 16%;
}

.row .threecol {
  width: 21%;
}

.row .navlogo {
  width: 10%;
  height: 40px;
  margin-top: 6px;
}

.navlogo a {
  height: 40px;
}

.row .fourcol {
  width: 33.333333%;
}

.row .fivecol {
  width: 39.45%;
}

.row .sixcol {
  width: 48%;
}

.row .sevencol {
  width: 56.75%;
}

.row .eightcol {
  width: 65.4%;
  max-width: 620px;
}

.row .ninecol {
  width: 74.05%;
}

.row .navbar {
  width: 90%;
}

.row .tencol {
  width: 82.7%;
}

.row .elevencol {
  width: 91.35%;
}

.row .twelvecol {
  width: 100%;
  float: left;
}

.row .navcol {
  width: auto;
  display: block;
}

.row .navcollast {
  width: auto;
  display: block;
  margin-right: 0;
  float: right;
}

.last {
  margin-right: 0;
}

img,object,embed {
  max-width: 100%;
}

img {
  height: auto;
}

.navcol {
  width: auto;
  padding-left: 2px;
  display: block;
}

.signup-box a img {
  margin: auto;
}

#blog-loader {
  text-align: center;
  display: block;
  margin: 460px auto 400px;
}

article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

a,#quotes h1,.mc_embed_signup .asterisk {
  color: #a8d93f;
}

p.white,.purple-box .media-page h1,.indicates-required {
  color: #fff;
}

img.alignright,a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft,a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter,a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.signup-box h1,.press h1 {
  display: block;
  font-size: 3.5em;
  color: #4a1955;
  margin: 30px 0 0;
}

.whoisxyz span,.content span {
  color: #b6b4b7;
  font-size: 2em;
  font-family: 'Muli', sans-serif;
  text-align: center;
  display: block;
}

.downloads .subtitle,.media-page .subtitle,.press .subtitle {
  color: #b6b4b7;
  font-size: 2em;
  font-family: 'Muli', sans-serif;
}

.downloads .subtitle strong,.downloads .downloadlink a,.logodownload a,.sidebar h1 a {
  color: #4a1955;
}

.downloads span.downloadlink,.media-page span.downloadlink {
  border-bottom: 0;
  display: inline-block;
}

.media-page p,.press p {
  text-align: center;
  font-size: 1.1em;
  padding: 10px;
}

.content .registrarlogos ul,.registrarlogos ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.registrarlogos li img {
  display: block;
  margin: 0 auto;
}

.white {
  color: #fff;
}

.footerSpace {
  height: 67px;
}

.page-id-568 .mc_embed_signup #mce-EMAIL, .de .mc_embed_signup #mce-EMAIL {
  height: auto;
}

.page-id-568  .mc_embed_signup textarea, .de  .mc_embed_signup textarea, .es .mc_embed_signup textarea, .cn .mc_embed_signup textarea {
  height: 95px;
  max-width: 280px;
  width: 100%;
}

/* Fiesta Page Style
......................... */

.fiesta_rsvp {
  margin-top: 26px;
}

#fiesta_flyer {
  box-shadow: 0 0 15px #4a1955;
}

.mc-field-group.rsvp-group {
  float: left;
  display: block;
  width: 33%;
  height: 100px;
}

.rsvp-group input {
  padding: 15px 10px;
}

.mc_embed_signup {
  width: 100%;
  display: block;
  float: left;
}

#content .onboard-left {
  display: block;
  float: left;
  text-align: left;
  width: 50%;
  margin: 20px 5% 20px 0;
}

#content .onboard-left h1 {
  font-size: 1.5em;
  padding: 0 10px;
}

#content .onboard-right {
  display: block;
  float: left;
  text-align: left;
  width: 45%;
  height: auto;
  margin: 20px 0;
}

#content .onboard-right .margin-left-img {
  margin-left: 3%;
}

.title-logo {
  border-bottom: 1px solid #b6b4b7;
  text-align: left;
}

.title-logo .event-links {
  float: right;
  color: #555;
}

.title-logo .event-links ul {
  margin: 30px 0 0 0;
  text-align: right;
}

.title-logo .event-links ul li {
  list-style: none;
  font-size: 12px;
  margin: 5px 0;
  padding-right: 15px;
}

.title-logo .event-links ul li a {
  text-decoration: none;
}

.title-logo .event-links ul li.outside-link {
  background-image: url(../images/outside-link.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.title-logo .event-links ul li.twitter-link {
  background-image: url(../images/twitter-link.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#content .namescon-content {
  display: block;
  width: auto;
  margin: 25px 0 20px 0;
}

#content .namescon-content h1 {
  font-size: 1.5em;
  padding: 0 10px;
  color: #4a1955;
}

#content .namescon-flyer {
  float: left;
  display: block;
  width: 43%;
  border-right: 1px solid #b6b4b7;
  margin: 0 0 70px 10px;
  padding: 0 15px 0 0;
}

#content .namescon-eventblock {
  float: left;
  display: block;
  width: 50%;
  margin: 0 0 50px 20px;
  padding: 0;
}

#content .namescon-eventblock p {
  padding: 10px 0;
  font-size: 14px;
}

#content .namescon-eventblock h1 {
  font-size: 2.5em;
  line-height: normal;
}

#content .event-address {
  display: block;
  float: left;
  width: auto;
  padding: 10px 0;
  font-family: 'Muli', sans-serif;
}

#content .event-address span {
  font-size: 14px;
  color: #555;
  text-align: left;
  display: inline;
}

#content .event-address a {
  text-decoration: none;
  font-size: 18px;
}

#content .time-font {
  font-size: 14px;
}

.reg-content-header {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.reg-content-header .reg-left-logo {
  display: inline-block;
}

.reg-content-header .reg-right-link,
.reg-content-header .reg-right-link-2 {
  display: inline-block;
  float: right;
  font-weight: normal;
  background: url(../images/outlink-icon.png)no-repeat right;
  padding-right: 15px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  margin-top: 20px;
}

.reg-content-header .reg-right-link a:link,
.reg-content-header .reg-right-link-2 a:link {
  text-decoration: none;
}

.reg-content-header .reg-right-link-2 {
  margin-top: 75px;
}

.content .websiteFrame-reg {
  display: block;
  float: right;
  width: 422px;
  height: 428px;
  margin: 20px 0;
  background: url(../images/browser-window.png) no-repeat top center;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


.content .webAddress-reg {
  width: 308px;
  border: none;
  margin: 5px 70px;
  outline: 0;
  background: transparent;
}

.content .description-reg p {
  padding: 20px 0;
}

.content .description-reg {
  display: block;
  float: left;
  text-align: left;
  width: 50%;
  margin: 20px 20px 20px 0;
}

.content .description-reg h1 {
  font-size: 25px;
}

#content .description-reg ul {
  clear: both;
  list-style-position: inside;
  font-size: 13px;
  list-style: none;
  margin: 2em 0;
}

#content .description-reg li {
  display: block;
  height: 45px;
  line-height: normal;
  padding-left: 72px;
  background-image: url(../images/service-icons.png);
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin: 20px 0;
}

#content .description-reg .gears {
  background-position: 5px 0;
}

#content .description-reg .data {
  background-position: 5px -60px;
}

#content .description-reg .monitor {
  background-position: 5px -115px;
}

#content .description-reg .research {
  background-position: 5px -170px;
}

#content .ContactDetails-reg {
  display: block;
  padding: 5px 0;
  font-family: 'Muli', sans-serif;
  width: 424px;
  float: right;
  font-size: 13px;
}

#content .ContactDetails-reg span {
  color: #555;
  font-size: inherit;
  text-align: left;
  display: inline-block;
}

#content .ContactDetails-reg strong {
  font-size: 18px;
}

#content .ContactDetails-reg .twitter-linkbox {
  padding-left: 25px;
  background: url(../images/twitter-purl-icon.gif) no-repeat left;
  height: 25px;
  margin: 5px 0;
  display: block;
  line-height: 24px;
}

#content .ContactDetails-reg .facebook-linkbox {
  padding-left: 25px;
  background: url(../images/facebook-purl-icon.gif) no-repeat left;
  height: 30px;
  margin: 5px 0;
  display: block;
  line-height: 28px;
}

a.twitter-linkbox, a.facebook-linkbox {
  text-decoration: none;
}

#frame {
  width: 1052px;
  height: 1000px;
  margin-top: 3px;
  margin-left: 0;
  border: none;
  -moz-transform: scale(0.4);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.4);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.4);
  -webkit-transform-origin: 0 0;
  border-radius: 0 0 20px 20px;
}

#content-sub h2,
#content-sub .link-title {
  text-align: center;
}

#content-sub .link-title a {
  text-decoration: none;
  background: url(../images/outlink-icon.png)no-repeat right;
  padding-right: 15px;
}

.registrarlogos .partner-p {
  display: block;
  border: 1px solid #ECECEC;
}

.registrarlogos .partner-profile {
  background-color: #ECECEC;
  border: 1px solid #ECECEC;
  font-size: 12px;
  padding: 5px 0;
  display: block;
  line-height: normal;
}

.registrarlogos a.partner-profile {
  text-decoration: none;
}

.registrarlogos a:hover.partner-profile {
  text-decoration: underline;
}

hr {
  border: 1px solid #F3F3F3;
}

h1 {
  font-size: 56px;
  font-size: 3.5rem;
  color: #4a1955;
  width: 100%;
  line-height: 1.25;
  margin: 0;
}

.signup-box h1 {
  padding-bottom: 10px;
}

.process-box h1 {
  display: block;
  font-size: 3.5em;
  line-height: 48px;
  color: #4a1955;
  margin: 30px 0 10px;
  padding: 0;
}

#content ul,#content ol {
  clear: both;
  list-style-position: outside;
  margin-left: 3em;
}

.process-box h2 {
  display: block;
  font-size: 1.8em;
  color: #4a1955;
}

.process-box p {
  color: #555;
  text-align: left;
}

.process-box span {
  color: #a8d93f;
  font-size: 2em;
  font-family: 'Muli', sans-serif;
}

.process-box .left-image {
  display: block;
  float: left;
  width: 136px;
  height: auto;
  margin-right: 30px;
}

.process-box .steptext {
  display: block;
  padding: 50px 40px;
}

.process-box .steptext h2 {
  font-size: 2.9em;
  padding: 0 0 6px;
}

.process-box .steptext p {
  text-align: center;
  color: #3c3c3b;
  font-size: 1.1em;
  line-height: 1.4;
}

.process-box .steptext .learnmore {
  display: block;
  width: auto;
  padding: 30px 0;
}

.process-box .steptext .learnmore span {
  display: block;
  width: auto;
  max-width: 400px;
  font-size: 1.5em;
  height: auto;
  font-family: Bariol, sans-serif;
  font-weight: bold;
  background: #FFF;
  color: #555;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px 0;
}

.process-box .timeline ul {
  display: inline-block;
  list-style: none;
}

.process-box .timeline .steps {
  width: 33.2%;
  height: auto;
}

.process-box .timeline .steps.one {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.process-box .timeline .steps.two {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.process-box .timeline .steps.three {
  border-bottom: 1px solid #e5e5e5;
}

.process-box .timeline li:focus {
  outline: none;
}

#china-logos {
	padding: 20px 10px 0 10px;
}
	#cl-center {
		margin: 0 20px;
	}

#tabs > div.timeline > ul > li.steps.one.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
  border-bottom: 1px solid #fff;
  background: white;
}

#tabs > div.timeline > ul > li.steps.two.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
  border-bottom: 1px solid #fff;
  background: white;
}

#tabs > div.timeline > ul > li.steps.three.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
  border-bottom: 1px solid #fff;
  background: white;
}

#tabs {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 20px 20px;
}

.ui-tabs-anchor {
  color: #4A1955;
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 0;
}

.newsletter {
  margin: 0 auto 30px auto;
  text-align: center;
}

.newsletter h2 {
  font-size: 2.6em;
  display: block;
  color: #4a1955;
  text-align: center;
}

.newsletter .email-signup {
  margin: 15px auto;
  height: auto;
  display: inline-block;
}

.newsletter .email-field {
  font-size: 1.5em;
}

.newsletter p {
  text-align: center;
}

.purple-box.whois {
  background: url('../images/genxyz-slideshow-bg.jpg') center top no-repeat #4a1955;
}

.purple-box.whois h2 {
  color: #fff;
  font-size: 3.6em;
  padding: 0 0 19px 0;
}

.purple-box.whois .whoisTC {
  color: #b6b4b7;
  text-decoration: none;
}

.purple-box.whois #whoisSlider .fader {
  position: relative;
}

.purple-box.whois #whoisSlider .tagline {
  display: block;
}

.purple-box.whois #whoisSlider .line {
  color: #a8d93f;
  display: block;
}

.whoisLookup {
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  padding: 40px;
  border-radius: 15px;
  margin: 0 10px;
}

.white-box.whoisTop {
  padding: 168px 0 0 0;
}

.white-box.whois {
  padding: 50px 0;
}

.footer-box .fRight {
  float: right;
  margin-bottom: 50px;
}

.footer-box .footer-logo-right {
  margin-bottom: 20px;
}

.fourIcons {
  width: 25%;
  /*width: 33.3%;*/
  float: left;
  min-height: 1px;
  margin: 50px 0;
}

.contactForm .fourIcons {
	margin-top: 30px;
}

.fourIcons .inside {
  border-right: 1px solid #dbdade;
  overflow: hidden;
  padding-left: 41px;
  text-align: left;
}

.fourIcons.first .inside {
  padding-left: 0;
}

.fourIcons.last .inside {
  border-right: 0;
}

.fourIcons a {
  text-decoration: none;
  display: block;
  width: 100%;
}

.fourIcons.first a {
  text-align: center;
}

.fourIcons .social_label {
  padding: 40px 0 0 18px;
}

.fourIcons .social_soon {
  color: #dbdade;
  font-size: .9em;
}

.mcform.contactForm h2 {
  color: #fff;
  display: block;
  font-size: 2.7em;
  line-height: 60px;
  margin: 30px 0 25px;
  padding: 0;
}

/* Contact page call to action for support tickets */
.contact-support-cta {
  background-color: #E7E7E7;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 20px;
}

.contact-support-cta p {
  font-family: Bariol, sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}

.contact-support-cta .t__small {
	font-size: 18px;
}

.contact-support-cta a {
	color: #4A1955;
}

/* Contact address */

.contact__address {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.contact__address-logo {
	height: 45px;
	width: auto;
}

.hellomessage {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.25;
}

.mobile-padding {
	padding-right: 20px;
	padding-left: 20px;
}

.email-42px {
    display: inline-block;
    height: 29px;
    width: auto;
    vertical-align: -6px;
}

.email-small {
    height: 24px;
    width: auto;
    vertical-align: -6px;
}

.mcform.contactForm form {
  margin-left: 90px;
}

.mcform.contactForm .half {
  float: left;
}

.process-box.contactForm {
  margin: 25px auto;
}

.half {
  width: 48%;
}

.half-left {
  width: 48%;
  float: left;
}

.mobile {
  display: none;
}

.b-bold {
  font-family: Bariol, sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 24px;
}

.pod {
  clear: both;
  padding: 15px 0;
}

.podBox {
overflow: auto;
}

.clear {
  clear: both;
  display: block;
}

.slide-img {
  width: 35%;
}

.slide-img img {
  width: 100%;
}

.btn-green {
  text-align: center;
  background: #A8D93F;
  font-family: 'Muli', sans-serif;
  font-size: 2em;
  display: block;
  padding: 20px;
  margin: 50px auto;
  width: 60%;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border: solid 1px #9fd32f;
  line-height: 32px;
  color: #fff;
}

.btn-green.sixcol {
  margin-left: 10%;
}

a.btn-link {
  color: #FFF;
  text-decoration: none;
}

a.btn-green:hover {
  background: #9fd32f;
}

.content p.sub-header-purple {
  color: #4A1955;
  font-size: 30px;
  font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
  text-align: center;
  display: block;
}

.borderArrow {
  background: none;
  margin: 30px 0;
}

.borderLine {
  background: url('../images/three-dots.png') center bottom no-repeat;
  height: 10px;
}

/* About
......................... */
.slider-xyz .whoisxyz p {
  color: #4A1955;
}

.slider-xyz .liquid-slider-wrapper .liquid-nav-right-arrow {
  background: url('../images/arrow-white.png') no-repeat -62px 0;
}

	.slider-xyz .liquid-slider-wrapper .liquid-nav-right-arrow:hover {
		background-position: -62px -79px;
	}

.slider-xyz .liquid-slider-wrapper .liquid-nav-left-arrow {
  background: url('../images/arrow-white.png') no-repeat top left;
}

.center {
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.txt-slide1 {
  width: 55%;
  min-height: 285px;
  font-size: 22px;
  color: #4A1955;
  font-weight: 100;
  font-family: 'Muli', sans-serif;
  line-height: 1.75em;
}

.txt-slide1.bracket-left {
  background: url('../images/slide1-bracket-left.jpg') top right no-repeat;
  text-align: right;
  padding: 20px 70px 25px 0;
}

.txt-slide1.bracket-right {
  background: url('../images/slide1-bracket-right.jpg') top left no-repeat;
  text-align: left;
  padding: 20px 0 25px 70px;
}

.txt-slide2 h4 {
  padding-bottom: 20px;
}

.slider-xyz .whoisxyz p {
  font-size: 18px;
  color: #333;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
}

.slider-xyz .whoisxyz ul {
  padding: 10px;
}

.genxyz-slider .liquid-slider-wrapper .liquid-nav-left-arrow,
.genxyz-slider .liquid-slider-wrapper .liquid-nav-right-arrow {
	opacity: 1;
  background-repeat: no-repeat;
  
  background-image: url('../images/arrow-sprite.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/arrow-sprite.svg');
	background-image:  linear-gradient( transparent,  transparent), url('../images/arrow-sprite.svg');
}

.genxyz-slider .liquid-slider-wrapper .liquid-nav-left-arrow:hover,
.genxyz-slider .liquid-slider-wrapper .liquid-nav-right-arrow:hover {
  opacity: .7;
  
  background-image: url('../images/arrow-sprite.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/arrow-sprite.svg');
	background-image:  linear-gradient( transparent,  transparent), url('../images/arrow-sprite.svg');
}

.genxyz-slider .liquid-slider-wrapper .liquid-nav-right-arrow,
.genxyz-slider .liquid-slider-wrapper .liquid-nav-right-arrow:hover {
  background-position: left center;
}

.genxyz-slider .liquid-slider-wrapper .liquid-nav-left-arrow,
.genxyz-slider .liquid-slider-wrapper .liquid-nav-left-arrow:hover {
  background-position: right center;
}

/* No Title Plain Pages
......................... */

.plain-page {
	padding-top: 100px;
	padding-bottom: 64px;
	min-height: 400px;
	margin: 0 auto;
}

/* Registrars
......................... */
.list {
  width: 47%;
  float: left;
}

.map-languages-block {
  width: 53%;
  text-align: center;
  float: left;
  padding: 10px 0;
}

.map-languages-block h2 {
  margin: 0 0 10px 0;
  color: #4a1955;
  text-align: center;
  font-size: 30px;
  width: 100%;
  line-height: normal;
}

.map-languages {
  height: 300px;
  width: 482px;
  background: url('../images/languages-supported-by-xyz.png') 0 0 no-repeat;
}

.list-snipit {
  background: url('../images/list-snipit-2.jpg') 0 0 no-repeat;
  padding: 9px 20px 0 75px;
  margin: 20px 0;
  font-family: 'Muli', sans-serif;
  line-height: 16px;
  font-size: 13px;
  height: 39px;
}

.list-snipit.list-block {
  background-position: 0 -48px;
}

.list-snipit.moniter {
  background-position: 0 -96px;
}

.list-snipit.search {
  background-position: 0 -144px;
}

.list-snipit.tailored {
  background-position: 0 -192px;
}

.txtList .b-bold {
  font-size: 20px;
  color: #4A1955;
}

.content .txtList p {
  color: #555;
  text-align: center;
  font-size: 1em;
  line-height: 8px;
  font-family: 'Muli', sans-serif;
  padding: 10px;
}

.txtList {
  width: 200px;
  float: right;
  margin-right: 15%;
}

.txtList.threecol {
  margin-right: 10%;
  margin-top: 35px;
}

.showMore, .search-again {
  padding: 30px;
  display: block;
}

input[type="radio"].whoisBtn {
  display: none;
}

.search-type-btn {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 4px;
  cursor: pointer;
}

.whoisBtn.active {
  border-bottom: 1px solid #A8D93F;
}

.search-type-btn.whoisBtn {
	padding: 4px;
	cursor: pointer;
}

/* Registrars
......................... */
	
.light-grey-box {
  border-top: solid 1px #d9d9d9;
  background: #f7f7f7;
}

.grey-box {
  border-top: solid 1px #d9d9d9;
  background: #eee;
  padding: 30px 0;
}

.title-sections {
  background: url('../images/blog-icon.jpg') left no-repeat;
  padding: 3px 0 3px 43px;
}

a.blog-link {
  text-decoration: none;
  color: #494949;
}

a.blog-link:hover .grey-box {
  background: #e4e4e4;
}

.content .featured-in {
  list-style: none;
  margin: 16px 0;
	text-align: center;
}

.featured-in li {
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
}

.press-sheet-button {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	margin: 24px 0;
	line-height: 1.33;
	padding: 16px;
}

.available-files {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	margin-top: 24px;
	margin-bottom: 24px;
}

.available-files ul {
	margin: 0;
	text-align: center;
	list-style: none;
}

.available-files li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.registrar-support-access {
	display: inline-block;
	vertical-align: middle;
}

.registrar-support-box {
	background-color: #2e103b;
	padding: 30px 20px;
	border-radius: 5px;
	text-align: center;
	font-family: Bariol, Muli, sans-serif;
    font-weight: bold;
    letter-spacing: 0.02em;
	color: #fff;
}

.registrar-support-box h2 {
    margin-bottom: 10px;
}

.registrar-support-box img {
    max-height: 22px;
}

.blog-broadcast p {
	margin-bottom: 0;
}

a.blog-link span {
  display: block;
}

.sections-domains,
.domain,
.domain-txt {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sections-domains {
	padding: 16px;
	/* Flex box - Fixes border height if .domain-txt is taller than .domain, etc */
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.domain {
  width: 30%;
  font-family: 'Muli', sans-serif;
  padding: 16px 16px 16px 0;
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px #e7e7e7;
}

.domain strong {
	font-weight: normal;
	text-shadow: 0 0 0 #555, 0 0 0 #555;
}

.domain-txt {
  padding: 16px 0 16px 32px;
  width: 69%;
  font-family: 'Muli', sans-serif;
  display: inline-block;
}

.twitter-comment {
  clear: both;
  margin-top: 15px;
}

.twitter-shoutout {
  background: #E9EAEA;
  padding: 10px 13px;
  border-radius: 18px;
  margin-left: 60px;
  max-width: 400px;
  font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
}

.twitter-shoutout a {
  color: #666;
  text-decoration: none;
}

.tweet-bird.desktop {
  width: 48px;
  float: left;
  padding: 10px 13px;
}

.purple-box.slider-bg-map {
  background-image: url('../images/map-background.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/map-background.svg');
	background-image:  linear-gradient( transparent,  transparent), url('../images/map-background.svg');
	
	background-color: #321139;
	background-repeat: no-repeat;
	background-position: center top;
	
	padding-top: 30px;
	padding-bottom: 30px;
}

.purple-box.slider-bg-map .sections {
  margin: 30px auto;
}

.domain-price, input.domain-price {
  width: 75px;
  margin: auto;
  background: #dbdadf;
  display: block;
  padding: 13px 10px;
  border-radius: 10px;
  font-size: 14px;
  border: none;
  color: #4A1955;
  font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
  min-width: 100px;
}

input.domain-price {
  width: 120px;
  height: 50px;
  -webkit-appearance: none;
  display: inline;
}

.domain-price-space {
  width: 75px;
  margin: auto;
  display: block;
  padding: 10px;
}

#buydomain img, .domain-price {
  cursor: pointer;
}

.autofill {
  display: none;
}

.registrarlogos a {
  text-decoration: none;
}

#UK-123reg {
  padding: 20px;
}

#UK-123reg .domain-price {
  width: 37%;
  margin-top: 15px;
}

#RU-Webnames {
  padding: 20px;
}

#RU-Webnames .domain-price {
  width: 37%;
  margin-top: 15px;
}

/* Press
......................... */
/*=================================

Press, custom post types

===================================*/

.featured-press-block .row,
.press-downloads-cta .row,
.press-quotes .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding .17s;
  -moz-transition: padding .17s;
  -ms-transition: padding .17s;
  -o-transition: padding .17s;
  transition: padding .17s;
}

.press-block h1.main-heading {
  margin-bottom: 10px;
}

.press-downloads-cta {
  background-color: #4a1955;
  padding: 20px;
}

.press-downloads-cta .main-heading {
  color: #FFFFFF;
  margin-top: 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.press-downloads-cta a {
  background-image: -webkit-linear-gradient(#FFFFFF 50%, #FFFFFF 50%);
  background-image: linear-gradient(#FFFFFF 50%, #FFFFFF 50%);
  background-position: 0 90%;
  background-size: 1px 1px;
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}

.press-downloads-cta a:hover,
.press-downloads-cta a:focus {
  color: #a8d93f;
  background-image: -webkit-linear-gradient(#a8d93f 50%, #a8d93f 50%);
  background-image: linear-gradient(#a8d93f 50%, #a8d93f 50%);
  background-position: 0 90%;
  background-size: 1px 1px;
  background-repeat: repeat-x;
}
.dataTables_filter input[type="search"] {
  -webkit-appearance: texfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow:0 0 0 50px #ffffff inset;
}
.dataTables_filter input[type="search"]:-webkit-autofill {
  -webkit-box-shadow:0 0 0 50px #ffffff inset;
}
.dataTables_filter input[type="search"]::-webkit-search-cancel-button,
.dataTables_fitler input[type="search"]::-webkit-search-decoration {
  -webkit-appearance:none
}
/*
.press-downloads-cta a {
	color: #2597D5;
	background-image: none;
}
*/

.table__listing {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table__listing-title,
.table__listing-date {
  font-weight: 700;
}

.table__listing-item {
  border-top: 1px solid #9faeaf;
}

	.table__listing-item:last-of-type {
	  border-bottom: 1px solid #9faeaf;
	}

.table__listing-item a,
.table__listing-item a:hover,
.table__listing-item a:focus {
  background: none;
}

.dataTables_wrapper {
  position: relative;
  margin-bottom: 20px;
  
  padding: 20px;
}

.dataTables_filter {
/*   padding-left: 50px; */
  margin: 0 auto;
  padding: 20px;
}

.dataTables_filter input[type="search"] {
  height: 40px;
  border: 1px solid #e1e7e8;
  box-shadow: inset 0 0 7px #f2f3f4;
  font-size: 18px;
  padding: 0 10px 0 40px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #4a1955;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  
  background-image: url('/wp-content/themes/xyz/images/press-search-icon-o.png');
  background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/xyz/images/press-search-icon-o.svg');
  background-image:  linear-gradient( transparent,  transparent), url('/wp-content/themes/xyz/images/press-search-icon-o.svg');
  background-repeat: no-repeat;
  background-position: 8px center;
}

.dataTables_filter input[type="search"]::-ms-clear {
  display: none;
}

.dataTables_filter input[type="search"]::-webkit-input-placeholder {
  color: #5a5a5a;
  font-weight: 300;
 }
 
.dataTables_filter input[type="search"]::-moz-placeholder {
  color: #5a5a5a;
  font-weight: 300;
}
.dataTables_filter input[type="search"]:-ms-input-placeholder {
  color: #5a5a5a;
  font-weight: 300;
 }
.no-placeholder .dataTables_filter .hide-label {
  color: #5a5a5a;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

 .placeholder .press-search-label {
  display: inline-block;
}

.button__reset.dataTables_clearSearch {
  background-image: url('/wp-content/themes/xyz/images/press-clearSearch.png');
  background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/xyz/images/press-clearSearch.svg');
  background-image: linear-gradient( transparent, transparent), url('/wp-content/themes/xyz/images/press-clearSearch.svg');
  background-repeat: no-repeat;
  background-position: left center;
  height: 40px;
  width: 30px;
  vertical-align: bottom;
  margin-left: -30px;

  display: none;

  outline: none;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
}
/* DataTable Links */
.table__listing-item-body a {
  background-image: -webkit-linear-gradient(#a0aeae 50%, #a0aeae 50%);
  background-image: linear-gradient(#a0aeae 50%, #a0aeae 50%);
  background-position: 0 90%;
  background-size: 1px 1px;
  background-repeat: repeat-x;
  color: #5A5A5A;
  text-decoration: none;
}
.table__listing-item-body a:hover,
.table__listing-item-body a:focus {
  background-image: -webkit-linear-gradient(#a8d93f 50%, #a8d93f 50%);
  background-image: linear-gradient(#a8d93f 50%, #a8d93f 50%);
  background-position: 0 90%;
  background-size: 1px 1px;
  background-repeat: repeat-x;
  color: #a8d93f;
  text-decoration: none;
}
/* DataTable Pagination below tables */
.paginate_button {
  height: 32px;
  width: 32px;
  display: inline-block;
  border: solid 1px #D5D8D9;
  color: #3D3D42;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 6px 3px 0 3px;
  margin-right: 20px;
  cursor: pointer;
  text-decoration: none;
}

.paginate_button.next {
  margin-right: 0;
}

.paginate_button.disabled,
.paginate_button.disabled:hover,
.paginate_button.disabled:focus {
  color: #D5D8D9;
  cursor: default;
}

a.paginate_button {
  background: none;
}

a.paginate_button:hover,
a.paginate_button:focus {
  background-color: #f7f7f7;
}

.paginate_button.current {
  background-color: #4a1955;
  border-color: #4a1955;
  color: #FFF;
}

.paginate_button.current:hover,
.paginate_button.current:focus {
  background-color: #581E65;
  border-color: #4a1955;
  color: #FFFFFF;
}

.dataTable_footer-nav {
  text-align: center;
}

a.rss-icon,
a.rss-icon:hover,
a.rss-icon:focus {
  background: none;
}

.dataTables_empty {
  border: 1px solid #9faeaf;
  border-width: 1px 0;
  padding: 20px 0;
  text-align: center;
}

.table__listing-item-footer {
  /*padding: 20px 50px;*/
}

/* Press Releases */

.press-releases-block .main-heading {
  color: #1F88BF;
  margin-top: 50px;
  margin-bottom: 25px;
}

/* Press logo block ("Also featured in") */

.press-logo-block {
  display: none;
}
/* Press - Quotes */
.press-quotes .sections.content {
  margin-top: 100px;
}

/* Contact
......................... */
.successMsg {
  color: #A8D93F;
  padding-bottom: 20px;
  font-size: 21px;
  font-family: 'Muli', sans-serif;
  text-align: left;
}

.errorMsg {
  color: #F00;
  padding-bottom: 20px;
  font-size: 21px;
  font-family: 'Muli', sans-serif;
  text-align: left;
}

.white-txt {
  color: #FFF;
  text-align: center;
}

#timeline li:hover img {
  margin-top: -164px;
}

#timeline li.active img {
  margin-top: -164px;
}

#timeline li.active.hold img {
  margin-top: 0;
}

.process-box .timeline li.main-hover li img {
  margin-top: 0;
}

.process-box .timeline li.steps.ui-tabs-active.ui-state-active.main-hover img {
  margin-top: 0;
}

a:focus {
  outline: none;
}
	
/* Whois
......................... */
.search-function {
  clear: both;
  padding: 10px;
  color: #fff;
}

.search-function .txt {
  color: #a8d93f;
  float: left;
  padding: 3px;
}

.search-class {
  width: 65%;
  float: left;
}

.terms {
  float: right;
}

.search-check {
  margin: 70px 0;
}

.page-template-template-whois-php .email-field {
  display: block;
  width: 600px;
  height: 70px;
  border: 0;
  font-size: 30px;
  float: left;
  background-color: transparent;
  padding: 0 20px;
}

.whoisCaptcha input {
  width: 25px;
  padding: 12px 17px;
  border-radius: 10px;
  font-family: Bariol, Muli, sans-serif;
  font-weight: bold;
  color: #481454;
  font-size: 19px;
  text-align: center;
}

.whoisCaptcha label, .whoisCaptcha {
  color: #fff;
}

.whoisCaptcha {
  width: 55%;
  float: left;
}

.purple-box.whois .sections {
  margin: 100px auto 200px auto;
  min-height: 320px;
}

.whois .button-signup {
  display: block;
  width: 180px;
  height: 70px;
  border: 0;
  color: #FFF;
  font-size: 1.8em;
  float: right;
  background: #A8D93F url(../images/button-shadow.png) no-repeat left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.g-recaptcha {
    display: table;
    float: left;
    margin-bottom: 30px;
}

.contactForm .g-recaptcha {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}
.contactForm .g-recaptcha > div {
    display: inline-block;
}
@media (max-width: 449px) {
    .contactForm .g-recaptcha {
        margin-bottom: 15px;
    }
    .contactForm .g-recaptcha > div {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
@media (max-width: 320px) {
    .contactForm .g-recaptcha > div {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.mcform,
.mcform * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactbox {
	margin-left: 2.75em;
}

#mc-embedded-subscribe-form hr {
  float: left;
  margin: 10px 0;
  clear: both;
  width: 100%;
  border: 1px solid #652A72;
  border-bottom: 1px solid #360E3F;
  height: auto;
}

.user-email {
  display: inline-block;
  float: left;
  padding: 10px 20px;
  font-size: 20px;
  color: #4a1955;
  width: 94.5%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  margin: 0;
}

.ddsg-wrapper a {
  text-decoration: none;
}

.success {
  display: none;
  border: 1px solid red;
}

.notavailable {
  display: none;
  border: 1px solid red;
}

.navbar .menu .nav.one-page {
  padding-left: 5%;
}

/* Registrar Support
......................... */
.media-downloads {
	list-style: none;
	text-align: center;
}

/* Over-riding specific #id styles */
#content .media-downloads {
	clear: inherit;
	list-style-position: inherit;
	margin: inherit;
	text-align: center;
}

.media-downloads li {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	padding: 0 .75em;
	margin-right: -5px;
}

.ie6 .media-downloads li,
.ie7 .media-downloads li {
	display: inline;
	margin-right: 0;
}


/* Over-riding specific #id styles */
#content .media-downloads li {
	margin-bottom: inherit;
	padding-bottom: inherit;
}


.media-downloads a {
	color: #555;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}

.media-downloads span {
	margin-top: .5em;
	display: block;
	font-size: inherit;
	color: inherit;
}

.ie6 .media-downloads span,
.ie7 .media-downloads span {
	font-size: 16px;
	color: #555;
}

.media-downloads br {
	display: none;
	height: 0;
}


/* Premiums update */
.premiums__cta-button,
.premiums__csv-button {
	margin-top: 10px;
	padding-bottom: 20px;
	clear: both;
}

.premiums__cta-button a,
.premiums__csv-button a {
	color: #fff;
}

.premiums__csv-button {
	display: inline-block;
	margin: 10px;
}

.premiums__email-form {
	max-width: 600px;
	margin: 0 auto;
}

.premiums__label {
	display: block;
	margin-bottom: 5px;
}

.premiums__email-container {
	padding: 20px;
	margin: 20px 0 40px;
}

.premiums__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 16px;
	font-family: Muli, sans-serif;
	padding: 10px;
	border: 1px solid #D5D8D9;
	border-radius: 5px;
	display: inline-block;
	width: 70%;
	height: 45px;
	vertical-align: top;
}

.premiums__email-submit {
	width: 28%;
	width: -webkit-calc(30% - 10px);
    width: calc(30% - 10px);
    margin-left: 5px;
}

@media (max-width: 500px) {
	
	.premiums__email-submit {
		display: block;
		width: 200px;
		margin: 10px auto !important;
	}
	
	.premiums__input {
		display: block;
		width: 100%;
	}
	
}

@media (max-width: 400px) {
	
	.premiums__csv-button .button__size-medium {
		font-size: 16px;
    padding: 7px 10px;
    height: 35px;
	}

}

ul.premiums__anchor-nav,
ul.china__anchor-nav {
	text-align: center;
	margin: 20px 0;
}

ul.china__anchor-nav {
	margin-bottom: 60px;
}

.premiums__anchor-nav li,
.china__anchor-nav li {
	display: inline-block;
}

.china__anchor-nav li {
	vertical-align: top;
}

.china__anchor-nav a {
    color: #4A1955;
}

.premiums__anchor-nav li + li:before,
.china__anchor-nav li + li:before {
	content:"| ";
	font-weight: bold;
	font-family: Bariol, Bariol Bold, Muli, sans-serif;
	color: #A8D93F;
    margin-right: 5px;
    margin-left: 5px;
}

.badge__new {
    background-color: #CF7DE2;
    vertical-align: middle;
    text-shadow: 0 1px 1px #8d3fa0;
    color: #fff;
    display: inline-block;
    margin-right: .5em;
    padding: 3px 7px;
    border-radius: 2px;
    font-size: 15px;
    text-decoration: none;
}

/* Domain data status bars */

.domainData,
.domainData *,
.premiums__access-csv,
.premiums__access-csv * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.availStats__group-title {
    border-bottom: 1px solid #d5d8d9;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.availStats__group-image {
    display: block;
    margin: 5px 0;
}

.availStats__group-image-desktop {
    display: none;
}

.availStats__item {
    margin: 10px auto;
    transition: padding .25s;
    clear: both;
    width: 48%;
    width: -webkit-calc(50% - 3px);
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
}

.availStats__item:nth-of-type(odd) {
    padding-right: 5px;
}

.availStats__item:nth-of-type(even) {
    padding-left: 5px;
}
[lang=en] .long-list-name .availStats__item-heading{
    font-size: 14px;
}
.availStats__item-heading {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.availStats__total {
    border: 1px solid #839e2d;
    border-radius: 5px;
    height: 12px;
    width: 100%;
    margin-bottom: 3px;
}

/* Red border, none available */
.availStats__total.availStats__total-none-avail {
    border-color: #CA6287;
}

.availStats__total span {
    width: 0;
    height: 100%;
    display: block;
    background-color: #a8d93f;
    border-radius: 5px 0 0 5px;
    transition: width 1.17s ease;
}

.availStats__out-of {
    text-align: right;
    font-size: 12px;
    line-height: 1.6;
}

.availStats__avail {
    float: left;
    font-size: 13px;
}

.availStats__download,
.availStats__search {
    float: right;
}
.availStats__search{
    margin-right:0.5em;
}
.premiums__public-download-link{
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}
@media only screen and (min-width: 450px) {

    .availStats__item {
        width: 31%;
        width: -webkit-calc(33.33% - 3px);
        width: calc(33.33% - 3px);
    }

    .availStats__item:nth-of-type(3n+1) {
        padding-right: 8px;
        padding-left: 0;
    }

    .availStats__item:nth-of-type(3n+2) {
        padding-right: 4px;
        padding-left: 4px;
    }

    .availStats__item:nth-of-type(3n) {
        padding-right: 0;
        padding-left: 8px;
    }

}

@media only screen and (min-width: 600px) {

    .availStats__item {
        width: 23%;
        width: -webkit-calc(25% - 3px);
        width: calc(25% - 3px);
    }

    .availStats__item:nth-of-type(4n+1) {
        padding-right: 15px;
        padding-left: 0;
    }

    .availStats__item:nth-of-type(4n+2) {
        padding-right: 10px;
        padding-left: 5px;
    }

    .availStats__item:nth-of-type(4n+3) {
        padding-right: 5px;
        padding-left: 10px;
    }

    .availStats__item:nth-of-type(4n+4) {
        padding-right: 0;
        padding-left: 15px;
    }

}

@media only screen and (min-width: 800px) {

    .availStats__group {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .availStats__group-body,
    .availStats__group-title {
        display: inline-block;
        vertical-align: middle;
    }

    .availStats__group-title {
        width: 19%;
        width: -webkit-calc(20% - 3px);
        width: calc(20% - 3px);
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding-right: 30px;
        text-align: right;
    }

    .availStats__group-image,
    .availStats__group-image-desktop{
        display: inline-block;
    }

    .availStats__group-image-mobile {
        display: none;
    }

    .availStats__group-body {
        min-width: 600px;
        width: 79%;
        width: -webkit-calc(80% - 3px);
        width: calc(80% - 3px);
        padding: 10px 0 10px 30px;
        border-left: 1px solid #d5d8d9;
    }

}

@media only screen and (min-width: 1000px) {

    .domainData {
        max-width: 1100px;
        margin: 0 auto;
    }

    .availStats__group-title {
        padding-right: 50px;
    }

    .availStats__group-body {
        padding-left: 50px;
        max-width: 800px;
    }

    .availStats__item-heading {
        font-size: 18px;
    }

}

a.premiums__download-link,
button.premiums__download-link {
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}

.premiums__notify-when-avail {
    position: relative;
}

.availStats__item:hover .premiums__notify-when-avail:before {
    display: block;
    content: 'Notify me when available';
    position: absolute;
    min-width: 120px;
    background-color: #fff;
    padding: 5px;
    top: -5px;
    box-shadow: 0 0 5px #D5D8D9;
    right: 0;
}

.lang-cn .availStats__item:hover .premiums__notify-when-avail:before {
    content: '可注册时通知我';
}

@media only screen and (min-width: 1100px) {

    .availStats__item:hover .premiums__notify-when-avail:before {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

}

/* Premiums page */
.premiums__access-csv {
    display: none;

    background-color: rgba(25, 22, 27, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.premiums__modal {
    background-color: #A8D93F;
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 600px;
    padding: 10px 20px;
    box-shadow: 0 5px 12px -3px #333;
}

.premiums__modal-exit {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 0;
    right: 0;
    color: #2E7902;
    padding: 6px 5px 5px;
    font-weight: bold;
    outline: none;
}

.premiums__modal-exit:hover {
    color: #333;
}

.premiums__modal-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2E103B;
}

.premiums__modal .premiums__input {
    border: none;
    box-shadow: 0 2px 5px #97BF40;
}

.premiums__modal .premiums__email-submit {
    height: 45px;
    background-color: #4A1955;
    box-shadow: 0 2px 5px #97BF40;
}

/* End domain data */

.email-image-16 {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.premiums-page .list__grid * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.premiums-page p {
	margin-bottom: 16px;
}

.process-instructions {
  margin-bottom: 64px;
  text-align: center;
}

.process-instructions p {
  margin-bottom: 16px;
}

.step .step-heading,
.step .step-content {
  display: inline-block;
  vertical-align: top;
}

.step .step-heading {
  width: 150px;
  margin-top: 48px;
}

.step .step-heading h2 {
  margin-top: 24px;
  font-size: 27px;
  text-align: left;
  line-height: 1.25;
}

.step .step-content {
  width: 790px;
  margin-left: 32px;
}

.step .step-count {
  background-color: #4a1955;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  text-align: center;
  font-size: 56px;
  color: #fff;
  line-height: 100px;
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
}

.step-instructions {
  margin-bottom: 24px;
  font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
}

.step-1 .borderArrow {
  margin-top: 64px;
}

.step-2 {
  margin-top: 64px;
  display: none;
}

.step-2 .step-content {
  margin-left: -65px;
  margin-bottom: 32px;
}

.step-2 .step-instructions {
  margin-left: 90px;
}

.step-2 .borderArrow,
.step-3 .borderArrow {
  margin-bottom: 62px;
}

.step-3 {
  display: none;
}

.mobile-select {
  display: none;
}

.premium-categories li {
  display: inline-block;
  background-color: #A8D93F;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 18px;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: text-shadow .5s ease;
  -moz-transition: text-shadow .5s ease;
  -o-transition: text-shadow .5s ease;
  transition: text-shadow .5s ease;
  width: 29%;
  text-align: center;
  font-size: 24px;
  font-family: Bariol, sans-serif;
  text-shadow: 0 2px 2px #444;
}

.premium-categories li:hover {
  text-shadow: 0 2px 3px #000;
  -webkit-transition: text-shadow .25s ease;
  -moz-transition: text-shadow .25s ease;
  -o-transition: text-shadow .25s ease;
  transition: text-shadow .25s ease;
}

.premium-categories .random-category {
	background-color: #4a1955;
	text-shadow: 0 2px 2px #000;
}

.premium-categories a {
  text-decoration: none;
  color: inherit;
}

.current-premium-container {
  position: relative;
}

.current-premium {
  font-size: 56px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #4a1955;
  line-height: 1.5;
}

/* "Select Another Category" warning/prompt */
#category-empty {
	text-align: center;
	border: solid 2px #A8D93F;
	width: 33%;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 27px;
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 29px;
	width: auto;
	/*
		Width of .premium-categories li = 29%
		Margin-right of .premium-categories li = 20px				(technically ~18px, but adjusted for inline-block margin-right bug = 20px)
		(29% * 3) + (20px * 2)
		87% + 40px
	*/
	width: calc(87% + 40px);
	
	/* Fade in */
	-webkit-animation: tile-content-flash .5s linear;
  -moz-animation: tile-content-flash .5s linear;
  -o-animation: tile-content-flash .5s linear;
  animation: tile-content-flash .5s linear;
}

/* Exclamation mark icon */
#category-empty:before {
	content: '!';
	background-color: #eee;
	width: 42px;
	display: inline-block;
	height: 42px;
	border-radius: 24px;
	text-align: center;
	line-height: 42px;
	margin-right: 20px;
	color: #4a1955;
}

.see-more-premium,
.get-it-now {
  margin-bottom: 32px;
  border: none;
  background-color: #A8D93F;
  padding: 18px 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 70px;
  font-size: 29px;
  font-family: Bariol, Muli, sans-serif !important;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  -webkit-transition: text-shadow .5s ease;
  -moz-transition: text-shadow .5s ease;
  -o-transition: text-shadow .5s ease;
  transition: text-shadow .5s ease;
  -webkit-appearance: button;
  -moz-appearance: button;
  line-height: 1;
}

.get-it-now {
  margin-right: 16px;
}

.premium-button-container {
  text-align: center;
  margin: 0 auto;
}

.see-more-premium:hover,
.see-more-premium:focus,
.get-it-now:hover,
.get-it-now:focus {
  text-shadow: 0 1px 2px #000;
  -webkit-transition: text-shadow .25s ease;
  -moz-transition: text-shadow .25s ease;
  -o-transition: text-shadow .25s ease;
  transition: text-shadow .25s ease;
}

.see-more-premium:active,
.get-it-now:active {
  outline: none;
}

.see-more-premium-options {
  padding: 16px 16px 16px 23px;
  width: 425px;
  margin: 0 auto;
  list-style: none;
  display: none;
}

.see-more-premium-options li {
  margin-bottom: 24px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.see-more-premium-options .premium-column-2 li:last-of-type {
  margin-bottom: 0;
}

.see-more-column {
  width: 175px;
  display: inline-block;
  padding-top: 16px;
}

.see-more-premium-options .premium-column-1 {
  text-align: right;
  padding-right: 32px;
}

.see-more-premium-options .premium-column-2 {
  border-left: solid 1px #E1E1E1;
  padding-left: 32px;
  text-align: left;
}

.see-more-tooltip {
  margin-top: 108px;
  margin-left: 704px;
  background-color: #dbdadf;
  width: 211px;
  padding: 10px 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
}

.see-more-tooltip p {
  font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.33;
  color: #4a1955;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
}

.see-more-tooltip p:after {
  right: 107%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(219, 218, 223, 0);
  border-right-color: #dbdadf;
  border-width: 10px;
  margin-top: -10px;
}

.premium-more-inspiration {
  clear: both;
  text-align: center;
  margin-bottom: 48px;
}

.premium-more-inspiration a {
  text-decoration: underline !important;
}

/* xyz101
......................... */

.page-introduction {
  text-align: center;
  margin-bottom: 32px;
}

.page-introduction p {
  margin-bottom: 16px;
}

.navigation-tiles {
  max-width: 880px;
  margin: 0 auto;
  border: solid 1px #e5e5e5;
  position: relative;
  min-height: 450px;
}

.navigation-tiles,
.navigation-tiles * {
  box-sizing: border-box !important;
}

/* 101 Tile Heading
......................... */

.tile-heading {
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f8f8f8;
  width: 33.3%;
  text-align: center;
  cursor: pointer;
  top: 0;
  background-position: center 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-image .25s, color .25s;
  -moz-transition: background-image .25s, color .25s;
  -ms-transition: background-image .25s, color .25s;
  -o-transition: background-image .25s, color .25s;
  transition: background-image .25s, color .25s;
}

.tile-heading:hover,
.focus-tile .tile-heading,
.active-tile .tile-heading {
  -webkit-transition: background-image .17s, color .17s;
  -moz-transition: background-image .17s, color .17s;
  -ms-transition: background-image .17s, color .17s;
  -o-transition: background-image .17s, color .17s;
  transition: background-image .17s, color .17s;
}

.tile-heading:hover,
.focus-tile .tile-heading a,
.active-tile .tile-heading {
  color: #4a1955;
}

.tile-heading h2 {
  font-size: 23px;
  line-height: 1.5;
}

.active-tile .tile-heading h2 {
  color: #4a1955;
}

.redirect-tile .tile-heading {
  left: 33.33%;
}

.email-tile .tile-heading {
  border-right: 0;
  right: 0;
  left: auto;
}

.tile-heading > a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 175px 16px 16px 16px;
}

/* Hide the <br> and <p> tags Wordpress auto adds */
.tile-heading br,
.tile-heading > p {
  display: none;
}

.xyz101__redirect-only .tile-heading,
.xyz101__redirect-only .tile-heading:hover,
.xyz101__redirect-only .tile-heading:focus {
    background-image: none;
}

/* 101 Tile Content
......................... */

.tile-content {
  margin-top: 227px;
  padding: 16px;
  display: none;
  opacity: 0;
  height: 0;
  width: 100%;
}

.tile-instructions {
  font-size: 21px;
  font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
  color: #4a1955;
  margin: 32px;
}

.tile-registrar-logos {
  margin-top: 32px;
}

.tile-registrar-logos li {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 48px;
}

.tile-registrar-logos img {
  height: auto;
  width: 185px;
}

.tile-call-to-action {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.tile-call-to-action a {
  color: #4a1955;
}

.tiles-hr {
  margin: 42px 0 16px 0;
}

.nav-101 {
  text-align: center;
  margin-bottom: 52px;
}

.nav-101 li {
  display: inline;
  font-family: Muli, sans-serif;
  margin-right: 6px;
}

.nav-101 li:last-of-type {
  margin-right: 0;
}

.nav-101 li:after {
  content: "\00B7";
  font-size: 40px;
  color: #A8D93F;
  vertical-align: sub;
  line-height: 1;
  margin-left: 12px;
}

.nav-101 li:last-of-type:after {
  content: "";
}

/* 101 Registrar Hubs
......................... */

.registrar-hub-logo {
  text-align: center;
}

.instruction-process .step-instructions {
  margin-bottom: 16px;
}

.instruction-process > div {
  margin-bottom: 24px;
}

.instruction-process > div p {
  width: 46.5%;
  display: inline-block;
  vertical-align: top;
  font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}

.instruction-process > div p:first-of-type {
  text-indent: -45px;
  margin-left: 40px;
  padding-right: 16px;
  padding-left: 8px;
  padding-top: 8px;
}

.instruction-process p span {
  background-color: #4a1955;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  margin-top: -3px;
  margin-right: 8px;
  text-indent: 0;
}

.instruction-process > div img {
  border: solid 10px #FCFCFC;
}

/* 101 Standalone Pages
......................... */

.article-101 {
  max-width: 880px;
  margin: 0 auto;
}

.article-101 p {
  margin-bottom: 8px;
}

.article-101 h2 {
  font-size: 32px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.article-101 h3 {
  margin-top: 24px;
  margin-bottom: 8px;
}

.build-website-resources {
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 16px;
  margin: 32px auto;
  width: 75%;
}

.build-website-resources h3,
.build-website-resources h4,
.build-website-resources h5 {
  font-size: 21px;
  margin: 0 0 16px 0;
}

.build-website-resources ul {
  list-style: none;
}

.build-website-resources li {
  margin-bottom: 8px;
}

.recommended-web-hosts a {
  margin-top: 16px;
  margin-right: 32px;
	max-width: 160px;
	display: inline-block;
	vertical-align: middle;
}

.article-101 figure {
  width: 33%;
  float: right;
  margin: 16px 0 16px 16px;
  border: solid 10px #eee;
  padding: 16px;
  background-color: #fff;
}

.article-101 figure img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto 24px auto;
}

.article-101 ol,
.article-101 ul {
  margin: 16px 0 16px 24px;
  font-size: 16px;
  font-family: Muli, sans-serif;
}

.article-101 li {
  margin-top: 8px;
  line-height: 1.25;
}

#ideas-101-wrapper {
  text-align: center;
  max-width: 700px !important;
}

#ideas-101-wrapper img {
  border: solid 10px #eee;
}

.page-id-3529 .accordion-item {
  width: 75%;
  margin: 0 auto;
}

.accordion-item h2 {
  margin: 16px 0;
  cursor: pointer;
  color: #4a1955;
  border: solid 1px #eee;
  padding: 8px 24px 8px 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 21px;
  -webkit-transition: border-color .25s ease;
  -moz-transition: border-color .25s ease;
  -ms-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease;
}

.accordion-item h2:hover,
.accordion-item h2:active,
.active-accordion.accordion-item h2 {
  border-color: #A8D93F;
  -webkit-transition: border-color .25s ease;
  -moz-transition: border-color .25s ease;
  -ms-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease;
}

.accordion-item h2:before {
  content: "\203A";
  margin-right: 12px;
}

.active-accordion.accordion-item h2:before {
  content: "\2013";
  margin-right: 7px;
}

.accordion-content {
  margin: 16px 32px 32px 32px;
}

.article-101 .featured-xyz-site-heading {
  text-align: center;
  margin-top: 48px;
}

.article-101 .accordion-content h3 {
  font-size: 18px;
}

/* Success Page
......................... */

.success-process {
  margin-top: 124px;
  margin-bottom: 24px;
}

.success-process .step {
  margin-bottom: 48px;
}

.success-process .step-2,
.success-process .step-3 {
  display: block;
}

.success-process .step-1 {
  padding-bottom: 48px;
}

.success-process .step-1,
.success-process .step-2 {
  border-bottom: solid 1px #ddd;
}

.success-process .step .step-heading {
  margin-top: 0;
}

.success-process .step-2 .step-content {
  overflow: auto;
  margin-left: 32px;
}

/*
	.step-2 .step-content ul {
		text-align: center;
	} (see directly below)
   - use when there are 3 or less (per Hanna - she prefers the 3rd to be centered,
   - comment out when there are more than 3
   
*/

.step-2 .step-content ul {
	text-align: center;
}

.success-process .step-1 .h1 {
  font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
  font-size: 40px;
  color: #4a1955;
  text-align: center;
  line-height: 1.25;
  margin-top: 32px;
}

/* Domain Monster
......................... */

.domain_submit_btn {
	background: none;
	border: none;
	padding: 0;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
	float: left;
	cursor: pointer;
}

/* Succeed Page
......................... */

.succeed-process .step-1 .h1 {
  margin-top: 24px;
  cursor: pointer;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.succeed-process .step-1 .h1:hover {
  color: #A8D93F;
  -webkit-transition: color .17s;
  -moz-transition: color .17s;
  -o-transition: color .17s;
  transition: color .17s;
}

.option-succeed-domain {
  vertical-align: middle;
}

.choose-succeed-domain {
  background: #dbdadf;
  padding: 10px 15px;
  font-size: 16px;
  margin-left: 16px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.choose-succeed-domain:after {
  right: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(189, 173, 15, 0);
  border-right-color: #dbdadf;
  border-width: 7px;
  margin-top: -7px;
  -webkit-transition: border-right-color .25s;
  -moz-transition: border-right-color .25s;
  -o-transition: border-right-color .25s;
  transition: border-right-color .25s;
}

.succeed-process .step-1 .h1:hover .choose-succeed-domain {
  color: #fff;
  background: #A8D93F;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
  -webkit-transition: .17s;
  -moz-transition: .17s;
  -o-transition: .17s;
  transition: .17s;
}

.succeed-process .step-1 .h1:hover .choose-succeed-domain:after {
  border-right-color: #A8D93F;
  -webkit-transition: border-right-color .17s;
  -moz-transition: border-right-color .17s;
  -o-transition: border-right-color .17s;
  transition: border-right-color .17s;
}

#registerContent {
  text-align: center;
}


/* **********************************
				
					WHOIS Privacy
				
********************************** */

.whois-privacy {
	text-align: center;
	max-width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 64px;
}

	.whois-lock-hero {
		margin-top: 16px;
	}

	.whois-privacy h3 {
		margin: 24px 16px;
		font-size: 30px;
	}
	
		.whois-record:before {
			content: '';
			display: block;
			width: 100%;
			height: 70px;
			background-repeat: no-repeat;
			background-position: center center;
		}
		
		.whois-private:before {
			background-color: #a7db2d;
			background-image: url('../images/whois-checkmark.png');
			background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/whois-checkmark.svg');
			background-image:  linear-gradient( transparent,  transparent), url('../images/whois-checkmark.svg');
		}
		
		.whois-unprotected:before {
			background-color: #4A1955;
			background-image: url('../images/whois-nope.png');
			background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/whois-nope.svg');
			background-image:  linear-gradient( transparent,  transparent), url('../images/whois-nope.svg');
		}
	
	.whois-privacy a {
		color: #4A1955;
	}
	
.whois-record {
	background-color: #ebebeb;
	display: inline-block;
	max-width: 360px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 24px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 32px;
}

	.whois-privacy p {
		padding-right: 16px;
		padding-left: 16px;
	}

/* About slider - Whois Make Private Call to Action */
	.whois-make-private {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.whois-make-private:before {
		content: '';
		display: block;
		float: left;
		width: 50px;
		height: 60px;
		
		background-image: url('../images/whois-lock-purple.png');
		background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/whois-lock-purple.svg');
		background-image:  linear-gradient( transparent,  transparent), url('../images/whois-lock-purple.svg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		
		border-right: dotted 1px #797979;
		padding-right: 48px;
		margin-right: 32px;
	}

	.slider-xyz .whois-make-private p {
		font-size: 16px;
		padding: 0;
		text-align: left;
	}
	
	.registrarlogos a {
		margin: 0 auto 48px;
	}

/* **********************************
				
						VIP
					
				(.vip- module prefix)
				
********************************** */

/* General/Utilities
............................ */

.page-template-template-full-width-php * {
	box-sizing: border-box;
}

.vip-h2 {
	text-align: center;
	font-size: 35px;
}

p.vip-desc {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 35px;
}

.vip-h3 {
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
	font-size: 1.22em;
	line-height: 1.25;
	margin-bottom: .5em;
	color: #4a1955;
}

.vip-persona {
  display: block;
  clear: both;
}

.flt-left{float: left;}
.flt-right{float: right;}

.vip-copy {
	margin-bottom: 1.5em;
	font-size: 16px;
}

.vip-center {
	text-align: center;
}

.vip-button {
	background-color: #A8D93F;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: center;
	padding: 1em;
	border-radius: 5px;
	width: 500px;
}

	.vip-button a {
		color: #fff;
		text-decoration: none;
		font-size: 24px;
		-webkit-transition: text-shadow .5s;
    -moz-transition: text-shadow .5s;
    -ms-transition: text-shadow .5s;
    -o-transition: text-shadow .5s;
    transition: text-shadow .5s;
	}
	
	.vip-button a:hover {
		text-shadow: 1px 1px 1px #555;
		-webkit-transition: text-shadow .25s;
    -moz-transition: text-shadow .25s;
    -ms-transition: text-shadow .25s;
    -o-transition: text-shadow .25s;
    transition: text-shadow .25s;
	}
	
.vip-box {
	background-color: #4a1955;
	max-width: 650px;
	text-align: center;
	padding: 1em 2em 1em 5em;
	color: #fff;
	font-family: Bariol, Muli, sans-serif;
	letter-spacing: .5px;
	font-size: 24px;
	line-height: 1.25;
	border-radius: 5px;
	margin: 0 auto;
	background-image: url('../images/vip-icons-v2.png');
	background-image: -webkit-linear-gradient(transparent, transparent), url('../images/vip-icons-v2.svg'), none;
	background-image: linear-gradient(transparent, transparent), url('../images/vip-icons-v2.svg'), none;
	background-repeat: no-repeat;
	background-size: 76px;
	background-position: 6% -405px;
}

.vip-small {
	text-align: center;
	font-family: Bariol, Muli, sans-serif;
	letter-spacing: .5px;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 1em;
}
.vip-spacing {
	margin-bottom: 35px;
}
ul.vip-list {
  padding: 0 0 0 20px;
}

ul.vip-list li {
  padding: 5px 0;
}

.vip > section {
	padding-top: 3em;
	padding-bottom: 3em;
}

	.vip .row {
		max-width: 750px;
	}
	
/* Introduction/copy - Section
............................ */
.vip .vip-introduction {
	padding-top: 0;
}
	
	/* Make grid with screenshots and copy */
	.vip-section,
	.vip-screenshot {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		padding: 1em;
		margin: .7em 0;
	}
	
	/* Right-align second .vip-section sibling */

	.vip-introduction .vip-center {
		max-width: 600px;
		margin: 1em auto 0;
	}

/* Call To Action - Sections
............................ */
.vip-call-to-action {
	background-color: #e7e7e7;
}
	
	.vip-call-to-action .vip-copy {
		margin-bottom: 1em;
	}
	
		
/* Showcase - Section
............................ */	
	
	.vip-showcase-examples {
		font-family: Bariol, Muli, sans-serif;
		letter-spacing: .5px;
		font-size: 18px;
		width: 65%;
		display: block;
		margin: 1.25em auto 0;
	}
	
		
.vip-showcase-examples li {
			margin-bottom: 1.5em;
			margin-left: 1em;
			padding-left: 39px;
			padding-right: .5em;
			background-image: url('../images/vip-icons-v2.png');
	background-image: -webkit-linear-gradient(transparent, transparent), url('../images/vip-icons-v2.svg'), none;
	background-image: linear-gradient(transparent, transparent), url('../images/vip-icons-v2.svg'), none;
	background-repeat: no-repeat;
			background-position: 0 1px;
			background-size: 55px;
			line-height: 1.33;
			width: 45%;
			display: inline-block;
			vertical-align: top;
		}
			li.vip-showcase-vines { background-position: 3px 0; }
			li.vip-showcase-instagram { background-position: 3px -29px; background-size: 50px; }
			li.vip-showcase-tweets { background-position: 0 -67px; }
			li.vip-showcase-youtube { background-position: 0 -98px;}
			li.vip-showcase-blog { background-position: 4px -117px; background-size: 50px; }
			li.vip-showcase-designs { background-position: 0 -161px; }
			li.vip-showcase-other { background-position: 0 -191px; }
	
	.vip-showcase .vip-copy {
		text-align: center;
		margin-top: .5em;
		margin-bottom: 0;
		font-size: 21px;
		font-family: Bariol, Muli, sans-serif;
		letter-spacing: .5px;
	}


/* .XYZ is - Section
............................ */
.vip-xyz-is {
	background-color: #4a1955;
	color: #fff;
}

	.vip-definitions {
		clear: both;
		width: 400px;
		margin: 0 auto 3em;
		line-height: 1.33;
	}
	
		.vip-definitions dt {
			font-size: 32px;
			margin-bottom: .5em;
			font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
		}
		
		.vip-definitions dd {
			padding-left: 42px;
			margin-bottom: .5em;
			margin-left: 20px;
			font-size: 24px;
			font-family: Bariol, Muli, sans-serif;
			letter-spacing: .5px;
			background-image: url('../images/vip-icons-v2.png');
			background-image: -webkit-linear-gradient(transparent, transparent), url('../images/vip-icons-v2.svg'), none;
			background-image: linear-gradient(transparent, transparent), url('../images/vip-icons-v2.svg'), none;
			background-repeat: no-repeat;
			background-size: 53px;
			background-position: 0 -244px;
		}
		
	.vip-xyz-is .vip-copy {
		text-align: center;
		font-size: 21px;
		font-family: Bariol, Muli, sans-serif;
		letter-spacing: .5px;
	}

/* Contact - Section
............................ */

	.vip .email-image {
		vertical-align: sub;
	}

/* VIP - IE
............................ */

.ie7 .vip-box,
.ie7 .vip-showcase-examples li,
.ie7 .vip-definitions dd,
.ie8 .vip-box,
.ie8 .vip-showcase-examples li,
.ie8 .vip-definitions dd {
	background-image: none;
}

.ie7 .vip-box,
.ie8 .vip-box {
	padding-left: 1em;
	padding-right: 1em;
}

.ie7 .vip-showcase-examples li,
.ie8 .vip-showcase-examples li {
	padding-left: 0;
}

.ie7 .vip-section,
.ie7 .vip-screenshot {
	width: auto;
}

.ie7 .vip-screenshot {
	text-align: center;
}

.ie7 .vip .email-image {
	vertical-align: text-bottom;
}
/* IE 10 - Register Search Input fix
............................ */
html[data-useragent*='MSIE 10.0'] .prefix-active .avail-prefix-input {
  display: none !important;
}
html[data-useragent*='MSIE 10.0'] .prefix-active .avail-form .avail-search-input[type="text"] {
  padding-left: 10px !important;
}


/* **********************************
				
				.College
				
				gen.xyz/college
				
				Teal: #00484e
				Light blue: #bae9e0
				
				Text: #333
				Gray: #808080
				Light gray: #eee
				
********************************** */

/* Resetting colors to College brand */
.college--branding,
.college--branding p,
.college--newsletter-input,
.college--newsletter-submit {
	color: #333;
}

/* .College logo */
.college--logo {
	max-width: 100%;
	height: auto;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
}

/* Headings */
.college--branding h1,
.college--branding h2,
.college--branding h3,
.college--h3 {
	color: #00484e;
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 32px;
}

.college--branding h2 {
	font-size: 32px;
}

.college--branding h3,
.college--h3 {
	font-size: 21px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.college--h3 .email-image {
	vertical-align: middle;
}

.college--about {
	text-align: center;
}

/* Limit width of paragraph
	~65 characters is the optimal line length
	http://baymard.com/blog/line-length-readability
*/
.limit-char-width {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

/* Subscribe to newsletter */
.college--input-submit-module,
.college--input-submit-module * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.college--input-submit-module {
	margin-top: 54px;
	margin-bottom: 54px;
}

.college--input-submit-module p {
	/*background-image: url('/wp-content/themes/xyz/images/vip-icons-v2.png');
	background-image: -webkit-linear-gradient(transparent, transparent), url('/wp-content/themes/xyz/images/vip-icons-v2.svg'), none;
	background-image: linear-gradient(transparent, transparent), url('/wp-content/themes/xyz/images/vip-icons-v2.svg'), none;
	background-repeat: no-repeat;
	background-position: 6% -205px;*/
	
	font-size: 21px;
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
}

	.college--newsletter {
		background-color: #eee;
	
		font-family: Bariol, Muli, sans-serif;
		font-weight: bold;
		font-size: 21px;
		max-width: 600px;
		margin: 16px auto 48px;
		padding: 16px;
		border-radius: 10px;
	}
	
		/* Label */
		.college--newsletter-label {
			display: none;
		}
		
		/* Input */
		.college--newsletter-input {
			width: 75%;
			height: 70px;
			font-family: Bariol, Muli, sans-serif;
			font-weight: bold;
			border: none;
			padding-left: 16px;
			padding-right: 16px;
			border-radius: 5px 0 0 5px;
			font-size: 24px;
			outline: none;
			border: 2px solid transparent;
		}
		
		.college--newsletter-input:focus {
			border: 2px solid #bae9e0;
		}
		
		/* Button */
		.college--newsletter-submit {
			width: 25%;
			height: 70px;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border: none;
			font-family: Bariol, Muli, sans-serif;
			font-weight: bold;
			border-radius: 0 5px 5px 0;
			font-size: 24px;
			background-color: #00484e;
			color: #fff;
			cursor: pointer;
			text-shadow: 1px 1px 2px #000;
		}

/* Bullet List */
.college--bullet-list li {
	font-size: 18px;
	font-family: Muli, sans-serif;
	margin-bottom: 16px;
	list-style: none;
	padding-left: 30px;
	text-indent: -25px;
}

	/* Light blue list bullets */
	.college--bullet-list li:before {
		content: '\2022 ';
		margin-right: 15px;
		color: #bae9e0;
	}

/* Two column list about .College */
.college--about li {
	width: 40%;
	display: inline-block;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	vertical-align: top;
	text-align: left;
	padding-right: 10%;
}
	
	/* Centers left column content */
	.college--about li:nth-child(odd),
	.college--list-chunk {
		margin-left: 15%;
	}

/* .College audience/Who it's for */
.college--list-chunk {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.college--example-urls {
	text-align: center;
	margin-bottom: 48px;
}

	/* Example .College domains in circles */
.college--example-urls li {
	list-style: none;
	display: inline-block;
	height: 200px;
	width: 200px;
	line-height: 200px;
	background-color: #bae9e0;
	border-radius: 50%;
	font-size: 21px;
	margin-right: 16px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	
	/* Light Blue circles */
.college--example-urls li:nth-child(odd) {
	margin-top: 32px;
	margin-bottom: 16px;
	-moz-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}
	
	/* White with gray border circles*/
.college--example-urls li:nth-child(even) {
	background: none;
	border: solid 10px #eee;
	margin-bottom: 32px;
	margin-top: 16px;
	line-height: 180px;
	color: #00484e;
	-moz-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
}

/* **********************************
				
				Blog typography
				
********************************** */

/* Headings
............................ */

/* Individual blog post title */
.blog-metadata h2,
.archive .archive__blog-post h2 {
	font-size: 2.5em;
	line-height: 1.17;
	margin-bottom: 16px;
}

.news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6 {
	margin-top: 16px;
	margin-bottom: 4px;
}

.news h1,
.news h2,
.news h3,
.news h4 {
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
}

/* Blog h2 */
.news h2 {
	color: #4a1955;
	margin-top: 10px;
}

.sidebar .widget-title {
	font-size: 24px;
	color: #4a1955;
	margin-top: 24px;
	margin-bottom: 8px;
}

/* Blog h3 */
.news h3 {
	font-size: 20px;
}

/* Blog h4 */
.news h4 {
	font-size: 18px;
}

/* Blog h5 */
.news h5 {
	font-size: 16px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	color: #4a1955;
}

/* Blog h6 */
.news h6 {
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	color: #4a1955;
}

/* Individual Blog Post titles
 * (for Google Alerts optimization)
 */

.single .news span.blog-title {
	font-size: 3.5rem;
	width: 100%;
	line-height: 1.25;
	font-weight: bold;
}

.single .news span.blog-title a {
	text-decoration: none;
}

.single .news h1 {
	margin-top: 10px;
	font-size: 2.5em;
	line-height: 1.17;
}

/* Archive heading */
.blog__sub-title {
    background-color: #F3F3F3;
    padding: 5px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog__sub-title h2 {
    margin: 0;
    text-align: center;
    font-size: 18px;
}


/* Figure, Figcaption, Images
............................ */

.news figcaption {
	margin-top: 8px;
	font-style: italic;
	font-size: 14px;
}

/* Lists
............................ */

/* List item vertical rhythm */
.news ul,
.news ol {
	margin-top: 8px;
	margin-left: 48px;
}

.news li {
	margin-bottom: 8px;
	font-family: 'Muli', sans-serif;
}

/* List style */
.news ul {
	list-style-type: none;
}
	
	/* IE7 and down don't support :before element */
	.ie6 .news ul,
	.ie7 .news ul {
		list-style-type: disc;
	}

.news ul li {
	/* Text indent equal to nested list margin-left */
	text-indent: -24px;
}

.news ul li:before {
	content: '\2022 ';
	margin-right: 12px;
	color: #A8D93F;
}

.news .blog__sidebar-archives li:before {
	display: none;
}

.news .blog__sidebar-archives {
	width: 210px;
	margin: 0 auto 25px;
}

.news .blog__sidebar-archives li {
	text-indent: 0;
}

/* Nested/indented lists */
.news ol ol,
.news ol ul,
.news ul ul,
.news ul ol {
	margin-left: 24px;
}

.list__reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.blog__post-cats {
    margin-left: 0 !important;
}

li.blog__post-cats-item {
    display: inline-block;
    margin-right: 10px;
    font-family: Bariol, Bariol Regular, Muli, sans-serif;
    font-weight: normal;
    text-indent: 0 !important;
}

.blog__post-cats-item:before {
	display: none;
}

.blog__search {
    margin-bottom: 25px;
}

.blog__search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 16px;
    font-family: Muli, sans-serif;
    padding: 10px 5px;
    border: 1px solid #D5D8D9;
    border-radius: 5px;
    display: inline-block;
    width: 70%;
    height: 40px;
    vertical-align: top;
}

.blog__search-submit {
    height: 40px;
    padding: 8px 5px;
    width: 28%;
    width: -webkit-calc(30% - 5px);
    width: calc(30% - 5px);
    max-width: 150px;
    font-size: 16px;
}

/*
	Style that mimics the tweet embed widget 
	before it loads. This is similar to how 
	Facebook content is "greeked" before it 
	loads in the app: http://ux.stackexchange.com/a/74192
*/
.twitter-timeline {
	margin-left: auto;
	margin-right: auto;
	display: block !important;
  height: 600px;
  font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.14;
  color: rgb(41, 47, 51);
  padding: 10px;
}

/* Tweets
............................ */
.twitter-tweet {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Social Share
............................ */
.shareButtons {
	padding: 23px 0;
}
.sButton {
	float: left;
}
.sButton.sbFacebook {
	margin-top: -3px;
	margin-right: 5px;
}
.sButton {
	width: 107px;
	overflow: hidden;
}

/* Call Out Buttons, Button links
............................ */

.call-out-button {
	margin: 16px auto;
	text-align: center;
}

.call-out-button a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	letter-spacing: 1px;
	line-height: 1.17;
	
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

	.call-out-button a:hover,
	.call-out-button a:focus {
		-webkit-transition: .17s;
		-moz-transition: .17s;
		-ms-transition: .17s;
		-o-transition: .17s;
		transition: .17s;
	}

.small-button a {
	padding: 10px 16px;
}

.medium-button a {
	padding: 14px 24px;
	font-size: 20px;
}

.large-button a {
	padding: 20px 32px;
	font-size: 24px;
}

.lime-button a {
	background-color: #A8D93F;
	color: #fff;
	text-shadow: 1px 1px 1px #444;
}

	.lime-button a:hover,
	.lime-button a:hover {
		background-color: #eee;
		color: #555;
		text-shadow: -1px -1px 1px #fff;
	}

.purple-button a {
	background-color: #4a1955;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

	.purple-button a:hover,
	.purple-button a:focus {
		background-color: #555;
	}

.gray-button a {
	background-color: #eee;
	color: #555;
}

	.gray-button a:hover,
	.gray-button a:focus {
		background-color: #ccc;
	}
	
.about-button a {
	background-color: #A8D93F;
	color: #fff;
	font-family: Muli, sans-serif;
	padding-left: 70px;
	padding-right: 70px;
	font-size: 30px;
}

	.about-button a:hover,
	.about-button a:focus {
		background-color: #9fd32f;
	}

.archive__blog-post {
	border-bottom: 1px solid #b6b4b7;
	padding-bottom: 20px;
	margin-bottom: 40px;
}


/* ------------------------------------
    Links
------------------------------------ */

.link__external {
    padding-right: 20px;
    background-image: url('/wp-content/themes/xyz/images/baseline-open_in_new-24px.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
}


/* IE - Internet Explorer
......................... */

/* Previously in separate ie.css file */
.ie .onecol {
  width: 4.7%;
}

.ie .twocol {
  width: 13.2%;
}

.ie .threecol {
  width: 22.05%;
}

.ie .fourcol {
  width: 30.6%;
}

.ie .fivecol {
  width: 39%;
}

.ie .sixcol {
  width: 48%;
}

.ie .sevencol {
  width: 56.75%;
}

.ie .eightcol {
  width: 61.6%;
}

.ie .ninecol {
  width: 74.05%;
}

.ie .tencol {
  width: 82%;
}

.ie .elevencol {
  width: 91.35%;
}

.ie .email-field {
  height: auto !important;
  padding: 0 !important;
  margin: 18px 10px !important;
}

.ie .sections.downloads li {
  width: 300px !important;
}

.ie7 .tile-content {
  padding-top: 257px;
}

.ie .instruction-process p img {
  cursor: pointer;
}

.ie7 .figure-ie8,
.ie8 .figure-ie8 {
  width: 33%;
  float: right;
  margin: 16px 0 16px 16px;
  border: solid 10px #eee;
  padding: 16px;
  background-color: #fff;
}

.ie7 .figure-ie8 img,
.ie8 .figure-ie8 img {
  margin: 0 auto;
  display: block;
}

.ie6 .tile-heading,
.ie7 .tile-heading,
.ie8 .tile-heading {
  position: absolute;
}


/* Inline Block Fix
......................... */

.ie .step .step-heading,
.ie .step .step-content,
.ie .premium-categories li,
.ie .see-more-premium-options li,
.ie .see-more-column,
.ie .tile-registrar-logos li,
.ie .instruction-process > div p,
.ie .instruction-process p span,
.ie .recommended-web-hosts a {
  *zoom: 1;
  *display: inline;
}

.ie7 .step .step-heading,
.ie7 .step .step-content,
.ie7 .premium-categories li,
.ie7 .see-more-premium-options li,
.ie7 .see-more-column,
.ie7 .see-more-premium,
.ie7 .get-it-now,
.ie7 .tile-registrar-logos li,
.ie7 .instruction-process > div p,
.ie7 .instruction-process p span,
.ie7 .recommended-web-hosts a {
  display: inline;
}

.ie iframe {
  width: 120px;
}

.ie .footer-box .footer-links {
  width: 220px;
}

.ie .getxyz-box .button-signup {
  float: right;
  margin-top: -129px;
}

.ie .menu a {
  font-size: .9em;
}

.ie7 .getxyz-box {
  margin-top: 100px;
}

.ie7 .newsletter {
  margin-bottom: 50px;
}

.ie7 .getxyz-box {
  min-height: 135px;
}

.ie7 .getxyz-box .button-signup {
  float: right;
  margin-top: -145px !important;
}

.ie8 .getxyz-box .button-signup {
  margin-top: -128px;
}

.ie7 .twitter-timeline {
  display: none!important;
}

.ie8 h1, .ie7 h1 {
  line-height: 50px;
}

.ie8 .fourIcons, .ie7 .fourIcons {
  width: 24%;
}

.no-touch.ie7 .process-box .timeline a:link {
  margin-left: -10px;
}

.no-touch.ie7 .process-box .timeline .ch-info {
  margin-left: -70px;
}

.no-touch.ie8 .ch-item:hover img, .no-touch.ie8  li.ui-state-active .ch-item .ch-info, .no-touch.ie7 .ch-item:hover img, .no-touch.ie7  li.ui-state-active .ch-item .ch-info {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  background: none;
}

.ie9 .newsletter .email-field {
	width: 96%;
}

.ie6 .row,
.ie7 .row,
.ie8 .row {
	width: 978px;
}

.ie6 .news .postbox,
.ie7 .news .postbox,
.ie8 .news .postbox,
.ie6 .news .sidebar,
.ie7 .news .sidebar,
.ie8 .news .sidebar {
	display: block;
	float: left;
}

.ie6 .news,
.ie7 .news,
.ie8 .news {
	overflow: auto;
}

.ie6 .domain,
.ie7 .domain,
.ie8 .domain,
.ie9 .domain {
	min-height: 150px;
}

.ie6 .domain,
.ie7 .domain,
.ie6 .domain-txt,
.ie7 .domain-txt {
	display: inline;
}

.ie6 .domain-txt,
.ie7 .domain-txt {
	width: 55%
}

.ie6 .featured-in li,
.ie7 .featured-in li,
.ie6 .press-sheet-button,
.ie7 .press-sheet-button,
.ie6 .available-files,
.ie7 .available-files {
	display: inline;
}

.pmobile {
  display: none;
}

.mcform.contactForm h2 .email {
  display: inline-block;
  width: 254px;
  height: 55px;
  background-image: url(../images/hello.png);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}

.email-image {
	display: inline;
	vertical-align: text-bottom;
}

.navbar {
  display: block;
}

#captchabox {
  background-color: #fff;
  width: 90%;
  display: inline-block;
  border: 2px solid #3e1b45;
  border-radius: 5px 5px 0 0;
}

#recaptcha_image {
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  height: auto !important;
}

#recaptcha_image a:link {
  color: #4a1955;
  text-decoration: none;
}

#recaptcha_image a:hover {
  cursor: pointer;
  text-decoration: none;
}

#captchabox .getNewCaptcha, .recaptcha_only_if_image, .recaptcha_only_if_audio {
  display: block;
  width: 50%;
  font-size: 10px;
  padding: 5px 0;
  float: left;
  line-height: normal;
}

#captchabox .getNewCaptcha, #captchabox .recaptcha_only_if_image, #captchabox .recaptcha_only_if_audio {
	background-color: #3e1b45;
	text-align: center;
}

#captchabox .getNewCaptcha a:link, .recaptcha_only_if_image a:link, .recaptcha_only_if_audio a:link {
  text-decoration: none;
  padding-left: 20px;
  height: 15px;
  display: inline-block;
}

#captchabox .getNewCaptcha a:link {
  background: url('../images/another-captcha-icon.png') no-repeat;
  margin-left: 5px;
}

#captchabox .recaptcha_only_if_audio a:link {
  background: url('../images/image-captcha-icon.png') no-repeat;
  margin-left: 5px;
}

#captchabox .recaptcha_only_if_image a:link {
  background: url('../images/audio-captcha-icon.png') no-repeat;
}

#recaptcha_widget .helpCaptcha {
  display: block;
  float: right;
  margin-top: 1px;
  margin-left: 3px;
  font-size: 12px;
  padding: 0;
  height: auto;
}

#recaptcha_widget .helpCaptcha a:link {
  text-decoration: none;
}

#recaptcha_widget span.recaptcha_only_if_image, span.recaptcha_only_if_audio {
  font-size: .75em;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  margin: 0 0 5px;
  width: auto;
}


/* ReCaptcha Careers
......................... */

#captchaboxCareers {
  background: url('../images/captcha-bg.png') no-repeat 100% top;
  width: 335px;
  height: auto;
  display: inline-block;
  border: none;
  border-radius: 5px 5px 0 0;
}
#captchaboxCareers .getNewCaptchaCareers, .recaptcha_only_if_image, .recaptcha_only_if_audio {
  display: block;
  width: 50%;
  font-size: 10px;
  padding: 5px 0;
  float: left;
  line-height: normal;
}

li#field_1_17 {
	float: right;
	padding-left: 30px;
	margin-top: 0;
}

#captchaboxCareers a#recaptcha_audio_play_again, #captchaboxCareers a#recaptcha_audio_download {
	font-size: 17px;
}

#captchaboxCareers .getNewCaptchaCareers a:link, .recaptcha_only_if_image a:link, .recaptcha_only_if_audio a:link { 
	margin-left: 5px;
	text-decoration: none;
	padding-left: 20px;
	height: 15px;
	display: inline-block;
	color: #a8d93f;
}

#captchaboxCareers .getNewCaptchaCareers a:link {
	background: url('../images/another-captcha-icon.png') no-repeat;
	margin-left: 5px;
}

#captchaboxCareers .recaptcha_only_if_image a:link {
	background: url('../images/audio-captcha-icon.png') no-repeat;
}

#captchaboxCareers .recaptcha_only_if_audio a:link {
background: url('../images/image-captcha-icon.png') no-repeat;
margin-left: 5px;
}

#captchaboxCareers #recaptcha_widget .recaptcha_only_if_image a {
text-decoration: none;
padding-left: 20px;
height: 15px;
display: inline-block;
color: #a8d93f;
font-size: 10px;
}

#captchaboxCareers #recaptcha_widget a.helpCaptcha {
background: none;
padding-left: 0;
}

#captchaboxCareers #recaptcha_widget span { 
	color: white;
	margin: 0;
	font-weight: bold;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3em;
	clear: both;
	font-size: .9em;
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
}

/* jmh - Style for Careers Archive Page */

body.post-type-archive-xyz_jobs h2 {
	color: #4a1955;
	font-size: 36px;
	margin:  0 0 23px 0;
}

body.post-type-archive-xyz_jobs h3 {
	margin-bottom: 11px;
}

body.post-type-archive-xyz_jobs .xyz_jobs-listing-description-link {
	text-decoration: none;
}

body.post-type-archive-xyz_jobs .xyz_jobs-listing {
	clear: both;
	border-top: 1px solid #d7d7d7;
	overflow: hidden;
	padding: 0 0 24px 0;
}

body.post-type-archive-xyz_jobs .xyz_jobs-listing:first-child {
	border-top: 0;
}

body.post-type-archive-xyz_jobs .xyz_jobs-listing-learn {
	float: left;
	clear: both;
	margin: 0 40px 20px 0;
}

body.post-type-archive-xyz_jobs .xyz_jobs-listing-learn img {
	float: left;
	height: 70px;
	width: 130px;
}

#xyz_jobs_joblink {
	text-decoration: none;
}

body.post-type-archive-xyz_jobs .xyz_jobs-listing-learn #xyz_jobs_learnmore,
a#xyz_jobs-apply-button.xyz_jobs-apply-button-mobile,
a#xyz_jobs-apply-button span {
	clear: both;
	background: #A8D93F;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	padding: 6px 10px;
	width: 110px;
	text-align: center;
	height: auto;
	display: block;
	margin-top: -12px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
	cursor: pointer;
	text-decoration: none;
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
}

a#xyz_jobs-apply-button {
	text-decoration: none;
}

body.post-type-archive-xyz_jobs .xyz_jobs-listing-description {
	padding-top: 20px;
}

body.post-type-archive-xyz_jobs p,
body.single-xyz_jobs #content p {
	text-align: left;
	line-height: 1.3;
	margin: 0;
}

body.post-type-archive-xyz_jobs .xyzjobs-secondary-content .sections {
	margin: 22px auto;
}

body.post-type-archive-xyz_jobs .xyzjobs-secondary-content h2 {
	font-size: 57px;
}

body.post-type-archive-xyz_jobs .xyzjobs-secondary-content p {
	text-align: center;
	padding: 0 0 18px 0;
}

body.post-type-archive-xyz_jobs .xyzjobs-secondary-content.purple-box h2 {
	color: #fff;
}

body.post-type-archive-xyz_jobs .xyzjobs-secondary-content.purple-box p {
	color: #fff;
}

/* jmh - Style for Single Job Post */

body.single-xyz_jobs #content {
	padding-left: 190px;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 10px;
}
#xyz_jobs-apply-form {
	padding-top: 24px;
	overflow: hidden;
}

body.single-xyz_jobs h1,
body.single-xyz_jobs h2,
body.single-xyz_jobs h3,
body.single-xyz_jobs h4,
body.single-xyz_jobs h5 {
	margin-bottom: 11px;
}

body.single-xyz_jobs h1 {
	font-size: 24px;
}

body.single-xyz_jobs h2,
body.single-xyz_jobs h3 {
	color: #4a1955;
	font-size: 18px;
}

body.single-xyz_jobs h3 {
	margin-bottom: 0;
}

body.single-xyz_jobs h4,
body.single-xyz_jobs h5 {
	font-size: 16px;
}

body.single-xyz_jobs h4 {
	text-transform: uppercase;
}

body.single-xyz_jobs h5 {
	font-style: italic;
}

body.single-xyz_jobs #content p {
	margin: 0 0 18px 0;
}

body.single-xyz_jobs #content ul {
	padding: 0;
	margin: 0 0 12px 0;
}

body.single-xyz_jobs #content ul li:before {
	content: '\2022 ';
	margin-right: 13px;
	color: #A8D93F;
	font-size: 14px;
}

body.single-xyz_jobs #content ul li {
	padding: 0 0 5px 30px;
	margin: 0;
	text-indent: -21px;
}

a#xyz_jobs-apply-button {
	float: left;
	margin: 0 0 0 20px;
}

a#xyz_jobs-apply-button img {
	width: 130px;
	height: 70px;
	float: left;
}

a#xyz_jobs-apply-button.xyz_jobs-apply-button-mobile {
	margin: 40px 0;
}

/* jmh - Jobs apply form */

#xyz_jobs-apply-form-wrapper {
	display: none;
}

body.single-xyz_jobs .gform_wrapper {
	background: #4a1955;
	margin: 50px 0 0 0;
	max-width: none;
	padding: 30px 100px;
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

body.single-xyz_jobs .gform_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.single-xyz_jobs .gform_wrapper li.gfield {
	float: left;
	width: 50%;
	clear: none;
}

body.single-xyz_jobs .gform_wrapper li.gfield.apply-fields-right {
	float: right;
}

body.single-xyz_jobs .gform_wrapper li.apply-fields-left {
	padding-right: 30px;
}

body.single-xyz_jobs .gform_wrapper li.apply-fields-right {
	padding-left: 30px;
}

body.single-xyz_jobs .gform_wrapper li.gfield input,
body.single-xyz_jobs .gform_wrapper li.gfield textarea {
	width: 100%;
	height: 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 27px;
	border: 2px solid #3e1b45;
	padding: 10px;	
}

body.single-xyz_jobs .gform_wrapper li.gfield input {
	font-size: 16px;
}

#xyz_jobs-apply-form-wrapper #field_1_3 {
	clear: left;
}

#xyz_jobs-apply-form-wrapper #field_1_10 {
	padding: 11px 0 8px 30px;
}

#xyz_jobs-apply-form-wrapper #input_1_10 {
	border: none;
	padding: 0;
	margin: 0;
	color: #fff;
	height: 24px;
	font-size: 12px;
}

#xyz_jobs-apply-form-wrapper textarea#input_1_16 {
	height: 177px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	margin-bottom: 0;
font-size: 16px;
}

#xyz_jobs-apply-form-wrapper #recaptcha_response_field {
border: 0;
margin: 10px 0px;
    border: 2px solid #3e1b45;
}

#xyz_jobs-apply-form-wrapper .gfield_description {
	color: #fff;
}

#xyz_jobs-apply-form-wrapper #gform_submit_button_1 {
	float: right;
	clear: both;
	background: #A8D93F;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	padding: 6px 10px;
	width: 110px;
	text-align: center;
	height: auto;
	display: block;
	margin-top: -12px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
	cursor: pointer;
	text-decoration: none;
}

#xyz_jobs-apply-form-wrapper .gform_wrapper label,
#xyz_jobs-apply-form-wrapper .gform_wrapper input {
	display: inline-block;
	font-size: .9em;
	font-family: Bariol, Muli, sans-serif;
	font-weight: bold;
	font-weight: 400;
	margin: 0 0 5px;
}

#xyz_jobs-apply-form-wrapper .gform_wrapper label {
	color: #fff;
}

body.single-xyz_jobs .gform_wrapper .gfield_required {
	color: #a8d93f!important;
	display: inline;
	text-align: left;
	font-size: 1em;
	margin-left: 0;
}

#xyz_jobs-apply-form-wrapper #field_1_11 {
	display: none;
}

#xyz_jobs-apply-form-wrapper #gform_submit_button_1 {
	width: 45.4%;
	margin-right: 4px;
	border: none;
  font-size: 30px;
  padding: 2%;
}

body.single-xyz_jobs .gform_footer {
	overflow: hidden;
}

body.single-xyz_jobs .gform_wrapper .validation_message {
	display: none!important;
}

body.single-xyz_jobs .gform_wrapper li.gfield.gfield_error,
body.single-xyz_jobs .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent!important;
	margin-bottom: 0!important;
	padding: 0!important;
	border-top: 0!important;
	border-bottom: 0!important;
}

body.single-xyz_jobs .gform_wrapper li.apply-fields-left.gfield.gfield_error {
	padding-right: 30px!important;
}

body.single-xyz_jobs .gform_wrapper li.apply-fields-right.gfield.gfield_error {
	padding-left: 30px!important;
}

body.single-xyz_jobs .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
body.single-xyz_jobs .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0!important;
}

body.single-xyz_jobs .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 10px!important;
}


body.single-xyz_jobs .gform_wrapper .gfield_error .gfield_label,
body.single-xyz_jobs .gform_wrapper div.validation_error {
	color: #F00;
}

#recaptcha_response_field {
	margin-top: 0;
}

body.single-xyz_jobs #captchaboxCareers #recaptcha_widget span {
	padding-top: 15px;
}

#recaptcha_switch_audio {
	max-width: none;
}

body.single-xyz_jobs #gform_confirmation_message_1 {
	padding: 20px 0 0 0;
}

body.single-xyz_jobs .gform_wrapper .top_label .gfield_label { float: left; width: 100% }

/* General Gravity Forms Style */

.gform_wrapper .ginput_complex {
	clear: both;
}

/* Liquid Slider
......................... */
.no-js .liquid-slider {
  height: 350px;
  overflow: scroll;
}

.liquid-slider-wrapper .liquid-slider-preloader {
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 75px;
  opacity: .9;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
}

.liquid-slider-wrapper {
  margin: 0 auto;
  clear: both;
  overflow: auto;
  position: relative;
}

.liquid-slider-wrapper .liquid-slider {
  width: 1030px;
  float: left;
  overflow: hidden;
  position: relative;
}

.liquid-slider-wrapper .panel-container {
  position: relative;
}

.liquid-slider-wrapper .liquid-slider .panel-container .fadeClass {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.liquid-slider-wrapper .liquid-slider .panel {
  width: 1030px;
  display: block;
  float: left;
}

.liquid-slider-wrapper .liquid-slider .panel-wrapper {
  padding: 20px;
  position: relative;
}

.liquid-slider-wrapper .liquid-nav a {
  color: #333;
  margin-right: 1px;
  padding: 3px 6px;
}

.liquid-slider-wrapper .liquid-nav a:hover {
  color: #333;
  text-shadow: none;
}

.currentCrossLink {
  font-weight: bold;
}

.liquid-slider-wrapper .liquid-nav ul {
  padding: 0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}

.liquid-slider-wrapper .liquid-nav ul li {
  display: inline;
}

.liquid-slider-wrapper .liquid-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

.liquid-slider-wrapper .liquid-nav {
  overflow: hidden;
  clear: both;
}

.liquid-slider-wrapper .liquid-slider-select-box {
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat right #ddd;
}

.liquid-slider-wrapper .liquid-slider-select-box select {
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  padding: 5px;
  font-size: 110%;
  border: 1px solid #bbb;
  height: 35px;
  cursor: pointer;
}

.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-right {
  float: left;
}

.liquid-slider-wrapper .liquid-nav-left a, .liquid-slider-wrapper .liquid-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.liquid-slider-wrapper .liquid-nav-left-arrow, .liquid-slider-wrapper .liquid-nav-right-arrow {
  cursor: pointer;
  float: left;
  opacity: .7;
}

.liquid-slider-wrapper .liquid-nav-left-arrow a, .liquid-slider-wrapper .liquid-nav-right-arrow a {
  display: block;
}

.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-left-arrow {
  clear: both;
}

.liquid-slider-wrapper .liquid-nav-right-arrow {
  width: 60px;
  height: 79px;
  background: url(../images/arrow-white.png) no-repeat top right;
  margin-top: 30px;
  margin-right: 0;
  position: relative;
}

.liquid-slider-wrapper .liquid-nav-left-arrow {
  width: 60px;
  height: 79px;
  background: url(../images/arrow-white.png) no-repeat top left;
  margin-top: 30px;
  margin-left: 0;
  position: relative;
}

.liquid-slider-wrapper .liquid-nav-left-arrow:hover {
  background: url(../images/arrow-white.png) no-repeat bottom left;
}

.liquid-slider-wrapper .liquid-nav-right-arrow:hover {
  background: url(../images/arrow-white.png) no-repeat bottom right;
}

.arrows .liquid-slider {
  margin: 0 10px;
}

.liquid-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}

.liquid-responsive .liquid-slider .panel .panel-wrapper {
  padding: 10px;
}

.liquid-responsive .liquid-nav-left {
  position: absolute;
  left: 0;
  z-index: 1;
}

.liquid-responsive .liquid-nav-left a {
  background: #9a9a9a;
  width: 80px;
}

.liquid-responsive .liquid-nav-left a:hover {
  background: #747474;
}

.liquid-responsive .liquid-nav-right {
  position: absolute;
  right: 0;
  z-index: 1;
}

.liquid-responsive .liquid-nav-right a {
  background: #9a9a9a;
  width: 80px;
}

.liquid-responsive .liquid-nav-right a:hover {
  background: #747474;
}

.liquid-responsive .liquid-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 1;
}

.liquid-responsive .liquid-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 1;
}


/*---------------
-----	Adding blog post to homepage
---------------------------*/
.home.page .sections.process-box{
	margin: 50px 0;
}
.home.page .sections.process-box .section{
	margin: 50px 0;
}
.home.page .sections.process-box h2{
	font-size: 2.6em;
}

.process-box span.byline{
	display: block;
	text-align: center;
	font-size: 1em;
	color: #b6b4b7;
}

.process-box .exerpt p{text-align: center;}

.blog-header h2 a{text-decoration: none;}

/* .........................
	
Web Hosting / DreamHost lander

......................... */

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

.webhost__page .sections {
	text-align: inherit;
}

.webhost__sections {
	padding: 20px;
}

/* These are necessary to override the default paragraph lame styles */
.webhost__page .s__center {
	text-align: center;
}

.webhost__page .s__margin-bottom {
	margin-bottom: 30px;
}

.t__strikethrough {
	text-decoration: line-through;
}

p.webhost__page-sub-title,
.webhost__page-sub-title span {
	font-family: Bariol, Muli, sans-serif !important;
	color: #4a1955;
	font-size: 18px !important;
	line-height: 1.25;
	display: inline;
}

p.webhost__page-sub-title {
	margin: 0 auto;
	display: block;
	text-align: center !important;
}

.webhost__powered-by {
	display: block;
	width: 200px;
	margin: 10px auto;
}

.webhost__page .list__checklist {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
}

.webhost__page .list__checklist:last-of-type {
	margin-bottom: 40px;
}

.list__checklist li {
	background-image: url('../images/checkmark-lime.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/checkmark-lime.svg');
	background-image:  linear-gradient( transparent,  transparent), url('../images/checkmark-lime.svg');
	
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	list-style: none;
	
	font-family: Bariol, Muli, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
}

.webhost__button-cta {
	background-color: #a8d93f;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	width: 200px;
	height: 60px;
	display: block;
	margin: 20px auto;
	font-size: 21px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}

.webhost__button-cta:hover,
.webhost__button-cta:focus {
	background-color: #9AC838;
}

.webhost__pcmag {
	display: block;
	margin: 40px auto 30px;
}

.webhost__disclaimer {
	font-family: Muli, sans-serif;
	font-size: 12px;
	line-height: 1.33;
	display: block;
}

.webhost__purple-bg {
	background-color: #4a1955;
	padding: 40px 20px;
	margin-bottom: 20px;
}

.webhost__h2 {
	font-size: 28px;
}

.webhost__grid-list {
	max-width: 550px;
	margin: 20px auto;
	margin-right: auto;
}

.webhost__grid-list-item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.webhost__grid-title-icon {
	display: inline-block;
	vertical-align: top;
	background-image: url('../images/webhost-grid-sprite.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('../images/webhost-grid-sprite.svg');
	background-image:  linear-gradient( transparent,  transparent), url('../images/webhost-grid-sprite.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 10px;
}

	.webhost__grid-list-item-fast .webhost__grid-title-icon {
    height: 42px;
    width: 88px;
	}
	
	.webhost__grid-list-item-uptime .webhost__grid-title-icon {
		background-position: 0px -43px;
    height: 51px;
    width: 51px;
	}
	
	.webhost__grid-list-item-hostdomains .webhost__grid-title-icon {
		background-position: 0 -95px;
    height: 65px;
    width: 62px;
	}
	
	.webhost__grid-list-item-money .webhost__grid-title-icon {
		background-position: 0 -161px;
    height: 49px;
    width: 50px;
	}

.webhost__grid-title {
	color: #fff;
	font-size: 20px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
	/* Fixes space at top of Bariol font so that the text is top aligned with the icon */
	margin-top: -5px;
}

.webhost__grid-desc {
	color: #fff;
	font-size: 16px;
	display: block;
}

@media screen and (min-width: 769px) {
  
  .liquid-responsive .about-slider .panel .panel-wrapper {
    padding: 20px 75px;
  }
  
}


/* Black Friday 2017
.......................... */
.content .registrarlogos.blackfriday ul { margin: 0; }

.content .registrarlogos.blackfriday ul.two-logos {
    margin: 0 auto;
    width: 70%;
}

.content .registrarlogos.blackfriday ul.two-logos li {
    width: 49.2%;
}

/* Our TLDs
......................... */

.our-tlds__container,
.our-tlds__container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.our-tlds__container {
  text-align: center;
  padding: 20px 10px 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.our-tlds__item {
  display: block;
  padding-bottom: 15px;
}

.our-tlds__title {
	color: #9A9A9E;
}

.our-tlds__link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.our-tlds__logo {
	display: none;
}


/* Copyright
......................... */

.copyright {
	margin-top: 10px;
	text-align: left;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
}


/* 3d page
	
	Class names can't begin with a number so I added "xyz" before "3d".
......................... */

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

.xyz3d--container {
  font-size: 16px;
  background-color: #09090A; /* Not #000 http://ianstormtaylor.com/design-tip-never-use-black/ */
  
	background-image: url('/wp-content/themes/xyz/images/dark-gray-map-bg--o.svg');
	background-repeat: no-repeat;
	background-size: 200% auto;
	background-position: center top;
}

.xyz3d--container p,
.xyz3d--container h2,
.xyz3d--page-title h1,
.xyz3d--label {
	color: #fff;
}

.xyz3d--container p {
  font-family: Bariol, Muli, sans-serif;
  font-size: 18px;
}

.xyz3d--container h2 {
  font-size: 21px;
  margin-bottom: 10px;
}

.xyz3d--row {
	max-width: 900px;
	margin: 20px auto;
	padding-left: 20px;
	padding-right: 20px;
}

.xyz3d--row:last-of-type {
  margin-bottom: 0;
  overflow: auto;
}

.xyz3d--page-title {
	padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 0 !important;
}

.xyz3d--page-title h1 {
  text-align: center;
  font-size: 45px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow:
  1px 1px 0 rgba(168, 217, 63, 1),
  2px 2px 0 rgba(168, 217, 63, 1),
  3px 3px 0 rgba(168, 217, 63, 1),
  4px 4px 0 rgba(168, 217, 63, 1),
  5px 5px 0 rgba(168, 217, 63, 1),
  6px 6px 0 rgba(168, 217, 63, 1);
}

.xyz3d--cat {
	margin-top: 40px;
	padding: 15px 55px 0px;
	border-top: 2px solid #A8D93F;
	position: relative;
}

.xyz3d--cat-count {
  position: absolute;
  text-shadow: 0 1px 2px #09090A;
  font-weight: bold;
  top: 0;
  left: 0;
  background-color: #A8D93F;
  width: 33px;
  height: 33px;
  line-height: 32px;
  text-align: center;
}

.xyz3d--cat p {
	font-size: 21px;
}

.xyz3d--image-set-container {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #000;
}

.xyz3d--image-set img {
  display: block;
}

.xyz3d--legal {
	margin-bottom: 50px;
}

p.xyz3d--small-print,
.xyz3d--small-print p {
	font-size: 14px;
  font-family: Muli, sans-serif;
}

p.xyz3d--contest-disclaimer {
	color: #888;
}

/* Mailchimp Form */

.xyz3d--form {
  margin: 80px auto;
  max-width: 600px;
}

.xyz3d--form-field {
  margin-bottom: 20px;
}

.xyz3d--label {
  display: block;
	margin-bottom: 3px;
}

.xyz3d--text-input {
	outline: none;
	border: none;
	border-radius: 0;
	
  box-shadow: inset 1px 4px 7px #1A1D1F;
	background-color: #262829;
	color: #fff;
	font-size: 16px;
	font-family: Bariol, Muli, sans-serif;
  padding: 10px;
  width: 100%;
	height: 42px;
	
	transition: border .25s;
}

.xyz3d--text-input:focus {
	border-left: 5px solid #A8D93F;
	
	transition: border .25s;
}

.xyz3d--text-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.xyz3d--label .asterisk {
	color: #A8D93F;
	font-weight: bold;
}

p.xyz3d--lime {
	color: #a8d93f;
}

p.xyz3d--form-response {
	background-color: #151517;
	border-top: 3px solid #A8D93F;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 21px;
}

.xyz3d--cta-form-response {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Content Block/Gate styles */

.xyz3d--access {
	position: absolute;
	display: none;
	width: 100%;
	bottom: 0;
	background-color: rgb(13, 13, 14);
	background: linear-gradient(to bottom, rgba(13, 13, 14, 0) 0%,rgb(13, 13, 14) 50%);
  padding: 30px;
  transition: 1s;
}

h2.xyz3d--access-heading {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.xyz3d--access-decline h2.xyz3d--access-heading {
  margin-bottom: 10px;
  font-size: 40px;
  text-shadow: 0 1px 2px #111;
}

.xyz3d--access-decline p.xyz3d--access-subheading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.17;
}

.xyz3d--access .xyz3d--text-input {
  background-color: #E0E3E8;
  box-shadow: inset 1px 4px 7px #B7BCC5;
  display: inline-block;
  vertical-align: middle;
  color: #555;
  font-weight: bold;
}

.xyz3d--access .xyz3d--label {
  margin-bottom: 10px;
}

.xyz3d--access-send {
	margin: 10px auto;
	display: block;
	padding: 7px 25px;
}

.xyz3d--access-exit {
  color: #fff;
  font-size: 16px;
  margin: 20px auto;
  text-decoration: underline;
  display: block;
}

	.xyz3d--access-exit:focus {
	  outline: none;
	}

.xyz3d--access p.xyz3d--small-print {
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
}

.xyz3d--access a {
  color: #888;
}

.xyz3d--declined-buttons {
  width: 100%;
  color: #fff !important;
  display: block;
  margin: 10px 0 !important;
  padding: 10px;
  text-shadow: 0 1px 2px #222;
}

.xyz3d--button-claim-domain {
	background-color: #4A1955;
	line-height: 1.17;
}

	.xyz3d--button-claim-domain:hover,
	.xyz3d--button-claim-domain:focus {
		background-color: #3D1646;
	}

.xyz3d--button-back {
	background-color: #383838;
}

	.xyz3d--button-back:hover,
	.xyz3d--button-back:focus {
		background-color: #2B2B2B;
	}

.xyz3d--declined-buttons span {
	display: block;
}

.xyz3d--button-claim-domain,
.xyz3d--button-back span:first-of-type {
  font-size: 24px;
}

.xyz3d--button-back span:last-of-type {
  font-weight: normal;
  padding-bottom: 3px;
}

.xyz3d--content {
	transition: 1s;
}

#is-blocked .xyz3d--content {
  height: 800px;
  overflow: hidden;
  position: relative;
  transition: 1s;
}

/* Temporarily hide content while page is blocked so that it looks better */
#is-blocked .xyz3d--page-title + .xyz3d--row,
#is-blocked .xyz3d--cat {
  display: none;
}

#is-blocked .xyz3d--access-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;

	background-color: rgba(17,17,17,.9);
	background: -moz-linear-gradient(top, rgba(17,17,17,.2) 0%,rgba(17,17,17,1) 80%);
	background: -webkit-linear-gradient(top, rgba(17,17,17,.2) 0%,rgba(17,17,17,1) 80%);
	background: linear-gradient(to bottom, rgba(17,17,17,.2) 0%,rgba(17,17,17,1) 80%);
}

#is-blocked .xyz3d--access-request {
	display: block;
}

@-webkit-keyframes modalEntrance {
	from {
		opacity: 0;
		top: -100%;
	}
	to {
		opacity: 1;
		top: 40%;
	}
}

@keyframes modalEntrance {
	from {
		opacity: 0;
		top: -100%;
	}
	to {
		opacity: 1;
		top: 40%;
	}
}

.xyz3d--headline-cta {
  background-color: #fff;
}

.xyz3d--headline-cta a {
  display: block;
  width: 100%;
  height: 100%;
}

.xyz3d--headline-cta img {
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.xyz3d--sharing-container {
	text-align: center;
	margin-bottom: 5px;
}

.xyz3d--sharing-container + p {
	margin-bottom: 40px;
}

.xyz3d--sharing {
  display: inline-block;
  background-color: #3b5998;
  background-image: url('/wp-content/themes/xyz/images/xyz3d-social-sprite.png');
	  background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/wp-content/themes/xyz/images/xyz3d-social-sprite.svg');
	  background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/wp-content/themes/xyz/images/xyz3d-social-sprite.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 8px -27px;
  padding: 5px 10px 5px 35px;
  margin: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  transition: opacity .25s;
}

.xyz3d--sharing-twitter {
  background-color: #00acee;
  background-position: 9px 9px;
}

.xyz3d--sharing:hover,
.xyz3d--sharing:focus {
  opacity: .9;
  transition: opacity .25s;
}

@media screen and (min-width: 400px) {
	
	.xyz3d--half-size {
    width: 49%;
    width: -webkit-calc(50% - 3px);
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
	}
	
	.xyz3d--half-size:nth-of-type(even) {
		padding-left: 7px;
	}
	
	.xyz3d--half-size:nth-of-type(odd) {
		padding-right: 7px;
	}

}

@media screen and (min-width: 500px) {
	
	.xyz3d--declined-buttons {
    width: 48%;
    width: -webkit-calc(50% - 6px - 5px);
    width: calc(50% - 6px - 5px);
    margin-right: 3px !important;
    margin-left: 3px !important;
    display: inline-block;
    vertical-align: top;
    min-height: 80px;
	}

}

@media screen and (max-width: 599px) {
	
	#is-blocked .xyz3d--content {
	  height: 500px;
	}
}

@media screen and (min-height: 600px) {
	
	#is-blocked .xyz3d--content {
		/* iOS 7 derps this up, might need fallback/alternative*/
	  height: 75vh;
	}

}

@media screen and (min-width: 600px) {
	
	.xyz3d--row {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.xyz3d--container h2 {
	  font-size: 24px;
	}
	
	h2.xyz3d--access-heading {
	  font-size: 40px;
	  margin-bottom: 40px;
    text-shadow: 0px 1px 2px #618020;
	}
	
	.xyz3d--page-title h1 {
	  font-size: 70px;
	  text-shadow:
	  1px 1px 0 rgba(168, 217, 63, 1),
	  2px 2px 0 rgba(168, 217, 63, 1),
	  3px 3px 0 rgba(168, 217, 63, 1),
	  4px 4px 0 rgba(168, 217, 63, 1),
	  5px 5px 0 rgba(168, 217, 63, 1),
	  6px 6px 0 rgba(168, 217, 63, 1),
	  7px 7px 0 rgba(168, 217, 63, 1),
	  8px 8px 0 rgba(168, 217, 63, 1),
	  9px 9px 0 rgba(168, 217, 63, 1),
	  10px 10px 0 rgba(168, 217, 63, 1),
	  11px 11px 0 rgba(168, 217, 63, 1),
	  12px 12px 0 rgba(168, 217, 63, 1),
	  13px 13px 0 rgba(168, 217, 63, 1),
	  14px 14px 0 rgba(168, 217, 63, 1),
	  15px 15px 0 rgba(168, 217, 63, 1),
	  16px 16px 0 rgba(168, 217, 63, 1),
	  17px 17px 0 rgba(168, 217, 63, 1),
	  18px 18px 0 rgba(168, 217, 63, 1),
	  19px 19px 0 rgba(168, 217, 63, 1),
	  20px 20px 0 rgba(168, 217, 63, 1),
	  21px 21px 0 rgba(168, 217, 63, 1),
	  22px 22px 0 rgba(168, 217, 63, 1),
	  23px 23px 0 rgba(168, 217, 63, 1),
	  24px 24px 0 rgba(168, 217, 63, 1),
	  25px 25px 0 rgba(168, 217, 63, 1),
	  26px 26px 0 rgba(168, 217, 63, 1),
	  27px 27px 0 rgba(168, 217, 63, 1),
	  28px 28px 0 rgba(168, 217, 63, 1),
	  29px 29px 0 rgba(168, 217, 63, 1),
	  30px 30px 0 rgba(168, 217, 63, 1);
	}
	
	.xyz3d--image-set {
		margin-left: auto;
		margin-right: auto;
		max-width: 1800px;
	}
	
	.xyz3d--image-set:after {
	  content: ' ';
	  display: table;
	  clear: both;
	}
	
	.xyz3d--image-set img {
		float: left;
		width: 50%;
	}
	
	.xyz3d--image-set img:last-of-type {
    margin-left: 25%;
	}
	
	.xyz3d--form-field {
		margin-bottom: 25px;
	}
	
	.xyz3d--label {
    margin-bottom: 5px;
    font-size: 18px;
	}
	
	.xyz3d--access {
	  top: 25%;
	  bottom: auto;
		left: 50%;
	  -webkit-transform: rotate(3deg) translateX(-50%);
	  transform: rotate(3deg) translateX(-50%);
	  -webkit-backface-visibility: hidden;
	  outline: 1px solid transparent;
	  width: 90%;
	  max-width: 700px;
	  background: #A8D93F;
	  background: rgba(168, 217, 63, 0.75);
		background-image: url('/wp-content/themes/xyz/images/repeating-bg-lime.png');
	  border-bottom: 1px solid #8BB139;
    border-right: 1px solid #8BB139;
    box-shadow: 2px 8px 20px 1px rgba(17, 17, 17, 0.75), -1px -1px 0px 1px #CCF37A;
	  border-radius: 5px;
	}
	
	.lt-ie10 .xyz3d--access {
		left: 20%;
	}

	.xyz3d--access .xyz3d--text-input {
	  border: 1px solid #2D2D2D;
	  padding: 15px 20px;
	  height: 60px;
	  width: 68%;
	  width: -webkit-calc(100% - 175px - 5px);
	  width: calc(100% - 175px - 5px);
	  font-size: 25px;
	}
	
	.xyz3d--access-send {
	  height: 60px;
	  width: 30%;
	  width: -webkit-calc(175px);
	  width: calc(175px);
	  display: inline-block;
	  vertical-align: middle;
	  padding: 10px;
	  margin: 0;
	  font-size: 24px;
	  background-color: #353535;
    text-shadow: 0 1px 1px #111;
    box-shadow: 1px 1px 1px #618020;
	}
	
		.xyz3d--access-send:hover,
		.xyz3d--access-send:focus {
			background-color: #111;
		}
		
	.xyz3d--access .xyz3d--label {
    color: #0E0E0E;
	}
		
	.xyz3d--access-exit {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    color: #0E0E0E;
	}
	
	.xyz3d--access a {
    color: #4A1955;
	}
		
	.xyz3d--access p.xyz3d--small-print {
    color: #0E0E0E;
	  margin-top: 60px;
	}
	
	#is-blocked .xyz3d--access {
		-webkit-animation: modalEntrance 1s 1;
		animation: modalEntrance 1s 1;
	}
	
	.xyz3d--access-decline {
    background-image: none;
    background: rgba(255, 255, 255, 0.85);
    border-color: #B7B7B7;
    box-shadow: 2px 8px 20px 1px rgba(17, 17, 17, 0.75), -1px -1px 0px 1px #FFFFFF;
	}
	
	.xyz3d--access-decline h2.xyz3d--access-heading {
	  color: #4A1955;
	  text-shadow: none;
	  margin-top: 30px;
  }
  
	.xyz3d--access-decline p.xyz3d--access-subheading {
	  color: #4A1955;
	  margin-bottom: 60px;
	  font-size: 24px;
	}
	
	
	.xyz3d--button-back {
    background-color: #6B6B6B;
  }
	
		.xyz3d--button-back:hover,
		.xyz3d--button-back:focus {
			background-color: #555;
		}
	
}

@media screen and (min-width: 850px) {
	
	.xyz3d--intro p {
		font-size: 21px;
	}
	
	.xyz3d--container h2 {
	  font-size: 28px;
	}
	
	h2.xyz3d--access-heading {
	  font-size: 48px;
	  margin-bottom: 50px;
	  margin-top: 20px;
	}
	
	.xyz3d--cat {
		border-top-width: 3px;
		margin-top: 0;
		padding: 20px 25px 15px;
		background-color: #151517;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    width: 70%;
	}
	
	.xyz3d--cat-count {
	  top: -3px;
	  right: 100%;
	  left: auto;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	}
	
	.xyz3d--cat-odd {
		-webkit-transform: rotate(-2deg) translateY(45px);
		transform: rotate(-2deg) translateY(45px);
		margin-left: 30%;
	}
	
	.xyz3d--cat-even {
		-webkit-transform: rotate(2deg) translateY(40px);
		transform: rotate(2deg) translateY(40px);
		margin-right: 30%;
	}
	
	.xyz3d--image-set img {
    width: 33.33%;
	}
	
	.xyz3d--image-set img:last-of-type {
    margin-left: 0;
	}
	
}

@media screen and (min-width: 960px) {
	
	.xyz3d--page-title {
  	padding-top: 180px;
  	padding-bottom: 40px;
  }
  
	.xyz3d--container {
		background-size: contain;
		background-position: center 80px;
	}

}


/* 1.111B Registrar Page gen.xyz/1111b/registrars
......................... */

.b--table {
    width: 100%;
    border: none;
    background: #f3f6f7;
    padding: 0;
    margin-bottom: 20px;
}

.b--table th {
    font-family: Bariol, Muli, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.b--table .b--reg-name {
    font-size: 18px;
    width: 30%;
    text-align: left;
}

.b--table td,
.b--table th {
    padding: 10px;
    border-right: 3px solid #fff;
}

.b--table-head {
    background-color: #e1e7e8;
}

.b--table-head th {
    border-color: #e1e7e8;
}

.b--table-body tr {
    border-bottom: 3px solid #fff;
}

.b--table-body tr:last-of-type {
    border-bottom: 0;
}

.b--table-body tr td:nth-last-of-type(2) {
    border-right: 0;
}

.b--table td {
    width: calc(70% / 4);
    text-align: center;
}

#registrars-1111b_filter label span  {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

a#registrars-1111b_previous {
    width: 57px;
}

a#registrars-1111b_next {
    width: 34px;
}

.b--good {
    /*background: #c8efd6;*/
}

.b--bad {
    background: #f7d9de;
}

.b--neutral {
    /*background-color: #f3f6f7;*/
}

.b--table-caption {
    display: none;
}

.b--search-results-position {
	display: none;
}

.b--table .sorting span,
.b--table .sorting_asc span,
.b--table .sorting_desc span,
.b--table .sorting span::after,
.b--table .sorting_asc span::after,
.b--table .sorting_desc span::after {
    display: inline-block;
}

.b--table .sorting span,
.b--table .sorting_asc span,
.b--table .sorting_desc span {
    word-wrap: break-word;
}

.b--table .sorting span::after,
.b--table .sorting_asc span::after,
.b--table .sorting_desc span::after {
	float: right;
    background-image: url('//gen.xyz/wp-content/themes/xyz/images/press-sort-icon.png');
    background-image: -webkit-linear-gradient(transparent, transparent), url('//gen.xyz/wp-content/themes/xyz/images/press-sort-icon.svg');
    background-image: linear-gradient(transparent, transparent), url('//gen.xyz/wp-content/themes/xyz/images/press-sort-icon.svg');
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    display: inline-block;
    height: 13px;
    width: 10px;
    margin-top: 5px;
    margin-left: 3px;
}

.b--table .sorting::after,
.b--table .sorting_asc::after,
.b--table .sorting_desc::after {
    background-image: none;
    content: normal;
    height: auto;
    width: auto;
    margin: 0;
}




@media only screen and (max-width: 805px) {
    .b--table .b--reg-name {
        width: 25%;
    }
}


@media (min-width: 801px) and (max-width: 1000px) {
    .pinned {
        display: none;
    }
}


@media only screen and (max-width: 800px) {
    .b--table-caption {
        display: block;
        text-align: center;
        font-family: Bariol, Muli, sans-serif;
        font-weight: bold;
        margin: 10px auto;
    }
    table.responsive {
        margin: 0;
        border-left: none;
        border-right: none;
    }
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 170px;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 3px solid #e1e7e8;
        border-left: 3px solid #e1e7e8;
    }
    .pinned table {
        border-right: none;
        border-left: none;
        margin: 0;
        width: 100%;
    }
    .pinned table th,
    .pinned table td {
        white-space: nowrap;
    }
    .pinned td:last-child {
        border-bottom: 0;
    }
    div.table-wrapper {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 3px solid #e1e7e8;
        border-bottom: 3px solid #e1e7e8;
    }
    div.table-wrapper div.scrollable {
        margin-left: 170px;
    }
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none;
    }
}

/* Responsive
......................... */


@media screen and (max-width:1160px) {
	.step .step-content {
		width: 625px;
	}

	.step-2 .step-content {
		margin-left: 18px;
		margin-bottom: 32px;
	}

	.see-more-tooltip {
		display: none !important;
	}

	.premium-categories li {
		font-size: 17px;
	}
}

@media screen and (max-width: 1100px) {
    .retro-mode-off .homepage-hero h1 {
        font-size: 3.0rem;
    }
}

@media screen and (min-width: 1100px) {
	/* Press logo block ("Also featured in") */

	.press-logo-block {
		text-align: left;
		width: 30%;
		padding-right: 75px;
	}
	
	.press-logo-item {
	  display: inline-block;
	  margin-top: 20px;
	  margin-bottom: 20px;
	}
	
	.press-logo-block .press-link,
	.press-logo-block .press-link:hover,
	.press-logo-block .press-link:focus {
		background-image: none;
		text-decoration: none;
		
		-webkit-transition: opacity .25s;
		-moz-transition: opacity .25s;
		-ms-transition: opacity .25s;
		-o-transition: opacity .25s;
		transition: opacity .25s;
	}
	
	.press-logo-block .press-link:hover,
	.press-logo-block .press-link:focus {
		opacity: .75;
	}
	
	.press-image {
	  max-height: 100px;
	}
	
	.premiums-page .row#standard {
    max-width: 1250px;
	}
	
	.premiums-page .row > p {
    max-width: 978px;
    margin-left: auto;
    margin-right: auto;
	}
	
}

@media screen and (max-width: 1028px) {


	.txt-slide1 {
		font-size: 21px;
	}

	.featured-in div {
		padding: 0 1px;
	}
}

@media only screen and (max-width: 985px) {
	.fourIcons .inside, .fourIcons.first .inside {
		padding: 0 10px;
		text-align: center;
		border: 0;
	}

	.fourIcons {
		text-align: center;
	}

	.fourIcons img {
		float: none;
	}

	.fourIcons .social_label.pull-left {
		float: none;
		clear: both;
		text-align: center;
		padding: 10px 0 0 0;
	}

	.fourIcons .social_label {
		display: block;
		font-size: 1.2em;
	}

	.fourIcons .social_soon {
		font-size: .8em;
	}

    .premiums__modal {
        -webkit-transform: none;
        transform: none;
        max-width: none;
        left: 10%;
        right: 10%;
    }
}

@media only screen and (max-width:978px) {
	
	body {
    font-size: 15px;
    line-height: 1.5em;
    display: inline-block;
  }
	
	.container-first-2 {
		height: auto;
	}

	.home .sections {
		padding: 0;
	}

	.content .description-reg {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.whois-privacy h3 {
		font-size: 21px;
		margin: 16px;
	}
	
	.whois-record {
		margin-top: 16px;
	}
	
	.whois-privacy {
		margin-bottom: 32px;
	}

	.content .websiteFrame-reg {
		display: none;
	}

	#content .ContactDetails-reg {
		float: left;
		width: 100%;
	}

	.getxyz-box, .email-signup {
		width: 485px;
	}

	.getxyz-white, .signup-white {
		width: auto;
		height: 68px;
	}

	.email-field {
		width: 96%;
		padding: 0 0 0 20px;
		background: white;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.newsletter-field {
		width: 67%;
	}

	.newsletter .email-field {
		font-size: 1.3em;
		width: 96%;
	}

	.user-email {
		width: 319px;
		height: auto;
		border-radius: 5px 0 0 5px;
		display: block;
		padding: 25px 6px 25px 20px;
		font-size: 16px;
	}

	.button-signup {
		float: right;
	}

	.mc_embed_signup input.sum {
		width: 13%;
	}

	.article-101 h2,
	.article-101 h3,
	.article-101 h4,
	.article-101 h5,
	.article-101 h6 {
		line-height: 1.25;
	}

	.menu ul li .getnow {
		padding: 0 12px;
	}

	body.single-xyz_jobs .gform_wrapper {
		padding: 30px;
	}
}

@media only screen and (max-width:978px) {
	
	.menu ul .last-nav-item {
		margin-right: 0;
	}
	
	.purple-box.whois h2 span {
		line-height: 1em;
	}

	.menu ul li {
		margin-right: 3%;
	}

	.ie .getxyz-box .button-signup {
		margin-top: 0;
	}

	#recaptcha_image {
		max-width: 100% !important;
		line-height: normal;
	}

	#captchabox .getNewCaptcha, .recaptcha_only_if_image, .recaptcha_only_if_audio {
		font-size: 9px;
		line-height: 15px;
	}
    
    /* .College 
	    ......................... */
    
	.college--about li {
		width: inherit;
		padding-right: 0;
		margin-left: 0;
		display: block;
	}

	.college--about li:nth-child(odd),
		.college--list-chunk {
		margin-left: 0;
	}

	.college--bullet-list {
		text-align: inherit;
		padding-left: 15%;
		padding-right: 15%;
	}

	.college--list-chunk {
		display: block;
		width: inherit;
	}
	
	.txt-slide1 {
		font-size: 18px;
		width: 50%;
	}

	.slide-img {
		width: 32%;
		padding-top: 6%;
	}
	
}


@media screen and (max-width: 1040px) {
	
	.rs.site-header {
	  width: 100%;
	  min-width: 0;
	}
	
}

@media screen and (min-width: 960px) {
	
	.rs .mobile-nav-toggle {
		display: none;
	}

	
	/* Keeps nav visible at desktop if nav was closed in mobile */
	.mobileToggled#header-main-nav {
		display: inline-block !important;
	}
	
	.toggle-zone {
		display: none !important;
	}
	
	#newsletter {
		margin-top: 20px;
	}
	
}

@media screen and (max-width: 959px) {
	
	#header-main-nav {
	  display: none;
	}
	
	.rs.site-header {
	  position: static;
	}

	/* Allows logo to still be clicked/touched when mobile nav and toggle overlay are open */
	.rs .header-logo .site-logo,
	.rs .mobile-nav-toggle {
		z-index: 55;
		position: relative;
	}
	
	.rs .mobile-nav-toggle {
		width: auto;
		float:right;
		/* Aligns button to the right because it is inline-block */
		text-align: right;
	}
	
	.rs .mobile-nav-button {
	  height: 70px;
	  margin-right:15px;
	}
	
	.rs .mobile-nav-button:hover,
	.rs .mobile-nav-button:focus {
	  outline: none;
	  cursor: pointer;
	  -webkit-filter: drop-shadow(0 0 5px #2e103b) drop-shadow(0 0 5px #2e103b);
	}

/*
	.rs .header-logo {
	  width: 66%;
	}
*/

	.rs .header-nav {
		background-color: #2E103B;
	  position: absolute;
	  width: 100%;
	  top: 70px;
	  left: 0;
	  right: 0;
	  z-index: 5555;
	  margin-right: 0;
	  padding-right: 0;
	}
	
/* These two commented out sections would add a drop-shadow below the mobile nav. Needs QA and Approval
	.header-nav.mobileToggled:after {
	  content: '';
	  box-shadow: 0 -1px 14px 8px rgba(32, 11, 42, 0.5);
	  width: 100%;
	  height: 0;
	  margin-top: 0;
	  display: block;
	}
*/
	
	.rs .header-nav .nav-item {
	  display: block;
	  margin-right: 0;
	}
	
	.rs .header-nav .top-level-nav {
	  padding: 5px 20px;
/*
	  background-color: #2D0F3B;
	  position: relative;
*/
	}
	
	.rs .top-level-nav .dropdown-parent {
	  height: auto;
	  width: 100%;
	}
	
	.rs .header-nav .main-nav-link {
	  text-align: left;
	  border-top: 1px solid #4a1955;
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	
		.rs .header-nav .nav-item:first-of-type .main-nav-link {
		  border-top: none;
		}
		
	.rs .sub-level-nav {
	  position: static;
	  width: 100%;
	  background: none;
		padding-top: 10px;
	  padding-bottom: 0;
		/* Using margin because .slideToggle doesn't animate padding well */
	  margin-bottom: 20px !important;
	}
	
	.rs .sub-level-nav > .nav-item {
	  text-align: left;
	  border-bottom: none;
	}
	
	.rs .button__register,
	.rs .button__cart {
	  padding: 0;
	  border-radius: 0;
	  width: 100%;
	}
	
	.rs .nav-item-register {
	  margin-top: 10px;
	  margin-bottom: 5px;
	}
	
	.rs .button__cart:hover,
	.rs .button__cart:focus,
	.rs .button__register:hover,
	.rs .button__register:focus,
	.rs .button__register {
	  background: none;
	  color: #A8D93F !important;
	}
	
	.homepage-hero,
	main.xyz__reseller-register {
	  padding-top: 30px;
	}
	
	.plain-page {
		padding: 20px !important;
	}
	
}

@media screen and (max-width: 959px) {
	
	.sections,
  .purple-box .sections {
		margin: 20px auto;
	}
	
}

@media screen and (max-width: 865px) {

    .premiums__anchor-nav li,
	.china__anchor-nav li {
		display: block;
	}

	.premiums__anchor-nav li:before {
		display: none;
	}

	.china__anchor-nav li + li:before {
	    content: "\2014";
	    display: block;
	    line-height: 1;
	}

	.hellomessage {
	  font-size: 21px;
	}
	
	.contact-support-cta {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	
	.contact-support-cta p {
	  font-size: 21px;
	}

	.email-42px {
		height: 19px;
	  width: auto;
	  vertical-align: -4px;
	}
	
	.menu ul li {
		font-size: 14px;
		margin-right: 2.33%;
	}

	.step .step-heading {
		margin: 0 auto;
		width: 350px;
		display: block;
	}

	.step .step-content {
		margin: 0 auto;
		display: block;
	}

	.step .step-count {
		display: inline-block;
	}

	.step .step-heading h2 {
		display: inline-block;
		width: 200px;
		margin-top: 0;
		margin-left: 16px;
	}

	.step-instructions {
		margin-top: 24px;
		text-align: center;
	}

	.step-2 .step-instructions {
		margin-left: 0;
	}

	.process-instructions {
		margin-right: 16px;
		margin-left: 16px;
	}

	.see-more-tooltip {
		display: none;
	}

	.success-process .step-2 .step-content {
		margin-left: auto;
	}

	.success-process .step-3 .step-heading {
		margin-bottom: 32px;
	}

	.success-process .step .step-heading {
		width: 290px;
	}

	.success-process .step .step-heading h2 {
		width: 160px;
	}

	.success-process .step-1 .step-heading h2,
	.success-process .step-3 .step-heading h2 {
		vertical-align: top;
		margin-top: 32px;
	}

	.success-process .step-2 .step-heading h2 {
		margin-top: 10px;
	}

	.option-succeed-domain {
		padding-left: 90px;
	}

	.accordion-content {
		margin: 16px;
	}

	#captchabox .getNewCaptcha a:link, .recaptcha_only_if_image a:link, .recaptcha_only_if_audio a:link {
		background: none;
		padding-left: 0;
	}

	#captchabox .recaptcha_only_if_image a:link {
		background: none;
	}

	#captchabox .recaptcha_only_if_audio a:link {
		background: none;
		margin-left: 0;
	}

	#captchabox .getNewCaptcha, .recaptcha_only_if_image, .recaptcha_only_if_audio {
		font-size: 9px;
		line-height: 15px;
	}

	.contactbox {
		margin-left: 0;
	}
	
	.cars__lander-logos {
	  max-height: 100px;
	  width: auto;
	}

}

@media only screen and (max-width:843px) {

	body.single-xyz_jobs .gform_wrapper li.gfield,
    body.single-xyz_jobs .gform_wrapper li.gfield.apply-fields-right {
		float: left;
		clear: both;
		width: 100%;
	}

	body.single-xyz_jobs .gform_wrapper li.apply-fields-left {
		padding: 0;
	}

	body.single-xyz_jobs .gform_wrapper li.apply-fields-right {
		padding: 0;
	}

	#field_1_10 {
		padding: 0 0 10px 0;
	}

	#gform_submit_button_1 {
		width: 100%;
		margin: 0;
		font-size: 25px;
		padding: 3%;
	}

	li#field_1_17 {
		float: left;
		padding: 0;
	}
	
	.featSites__portfolio {
		margin-top: 20px;
	}
		
}

@media only screen and (min-width:844px) {
	
	.premiums__cta-button {
		margin-top: 40px;
	}

}

@media only screen and (min-width: 800px) {
	/* Press */
	.featured-press-block .press-image {
		margin: 0;
		max-width: 100%;
	}
	
	.featured-press-block .press-figure,
	.featured-press-block .press-snippet {
		width: 50%;
		display: inline-block;
		margin-right: -5px;
		vertical-align: middle;
	}
	
	.featured-press-block .press-figure {
		border-right: 1px solid gray;
		padding-right: 25px;
		width: 300px;
	}
	
	.featured-press-block .press-snippet {
		padding-left: 25px;
		padding-left: -webkit-calc(25px + .33em);
		padding-left: calc(25px + .33em);
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
	}
	
	/* Hanging punctuation */
	.featured-press-block .press-snippet p:first-of-type {
		text-indent: -.33em;
	}
	
	.featured-press-block .press-meta {
		margin-bottom: 0;
	}
	
	/* Downloads block */
	.downloads-block {
		padding-bottom: 75px;
	}
	
	.downloads-block .flat-button {
		margin-bottom: 25px;
	}
	
	/* Press feed */
	.feed-list .feed-item {
		padding-left: 60px;
		font-size: 18px;
	}
	
	/* Press DataTable */
	.table__listing-pub {
	  width: 25%;
	}
	
	/* Web hosting lander */
	.list__checklist li {
		margin-bottom: 30px;
	}
	
	.webhost__page .list__checklist {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	p.webhost__page-sub-title,
	.webhost__page-sub-title span {
		font-size: 36px !important;
	}
	
	.webhost__h2 {
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 60px;
	}
	
	.webhost__sections {
    padding-bottom: 140px;
	}
	
	.webhost__button-cta {
		font-size: 24px;
		height: 65px;
		line-height: 65px;
	}
	
	.webhost__disclaimer {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
	
	/* Contact */
	.contact__address {
		width: 47%;
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
		display: inline-block;
		vertical-align: middle;
		margin-top: 50px;
    margin-bottom: 40px;
	}
	
	.contact__address-left {
		text-align: right;
		padding-right: 20px;
	}
	
	.contact__address-right {
		text-align: left;
		padding-left: 20px;
		font-size: 20px;
	}
	
}

@media only screen and (max-width: 799px) {
	/* Press */
	.featured-press-block .press-item {
		text-align: center;
	}
	
	/* Press logo block */
	.press-logo-block .press-logo-item {
		max-width: 150px;
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
 
	#gform_submit_button_1 {
		-webkit-appearance: none;
	}

	body.single-xyz_jobs .gform_wrapper li.apply-fields-left {
	}

	li#field_1_17 {
	}

	li#field_1_6 {
	}

	body.single-xyz_jobs .gform_wrapper li.gfield {
		display: inline-block;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
 
	#captchaboxCareers .getNewCaptchaCareers, .recaptcha_only_if_image, .recaptcha_only_if_audio {
		width: auto;
		margin-right: 5px;
	}
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
	.gform_wrapper .top_label .gfield_label {
		float: left;
		width: 100%;
	}

	#captchaboxCareers {
		float: left;
		clear: both;
		height: auto;
		background: none;
		border: 0;
	}

	li#field_1_17 {
		display: inline-block;
		float: left;
	}

	#recaptcha_image {
		min-width: 0;
		width: 100% !important;
		margin-bottom: 10px;
		height: auto !important;
		float: left;
	}

	#recaptcha_image img {
		height: auto;
		float: left;
	}
}

@media screen and (min-width: 769px) {
	
	#content .media-downloads li {
		padding-bottom: 16px;
	}
	
	.our-tlds__container {
		padding-top: 30px;
	}
	
	.our-tlds__item {
		padding-bottom: 25px;
	}
	
	.our-tlds__name {
		display: none;
	}
	
	.our-tlds__logo {
		display: block;
	}
	
	.blog__sub-title {
	    margin-top: 20px;
	    margin-bottom: 40px;
	}

}

@media screen and (max-width: 768px) {
	
	.slider-xyz .liquid-responsive .liquid-slider {
		margin-top: 50px;
	}
	
	.slider-xyz .liquid-slider-wrapper .liquid-nav-right-arrow,
	.slider-xyz .liquid-slider-wrapper .liquid-nav-left-arrow {
		height: 40px;
		width: 30px;
		opacity: .85;
		margin-top: 0;
	}
	
	.slider-xyz .liquid-slider-wrapper .liquid-nav-right-arrow {
		background-position: -182px 0;
	}
	
	.slider-xyz .liquid-slider-wrapper .liquid-nav-left-arrow {
		background-position: -149px 0;
	}
	
	.whoisxyz .ideas h3 {
	  display: block;
	}

	body.post-type-archive-xyz_jobs h1 {
		font-size: 44px;
	}

	body.post-type-archive-xyz_jobs h2 {
		font-size: 25px;
	}

	.gform_wrapper ul li.gfield {
		margin: 0!important;
	}

	.title-sections {
		margin: 0 20px;
	}

	.light-grey-box .container {
		padding: 0 20px;
	}

	.light-grey-box .row, .light-grey-box .container {
		width: auto;
	}

	.sections-domains {
		display: block;
	}

	.domain-txt {
		padding-left: 16px;
	}

	.btn-green.sixcol {
		margin-left: 0;
	}

	.white-box {
		margin-top: 0;
	}

	.page-template-template-store-php article {
		min-height: 200px;
	}

	iframe {
/* 		width: 280px!important; */
		display: block;
		z-index: 1;
		position: relative;
		margin: auto;
	}

	.row .eightcol.postbox {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}

	.news .sidebar {
		float: none;
		width: auto;
		margin: 0 auto;
	}

	.content span,.downloads .subtitle,.media-page .subtitle {
		font-size: 1.5em;
		font-family: 'Muli', sans-serif;
	}
    
    /* Over-riding specific styles */
	.content .media-downloads span {
		font-size: inherit;
		padding-right: .5em;
		padding-left: .5em;
	}
    
    /* Over-riding specific styles */
	.content .media-downloads,
    .content .media-downloads li {
		margin: inherit;
	}

	#content .media-downloads li {
		margin-bottom: 2em;
        padding-left: 0;
	}

	.media-downloads li {
		width: 27%;
		margin-bottom: 2em;
		padding-right: 0;
	}

	.media-downloads img {
		max-width: 100px;
	}

	.email-field {
		width: 65%;
		font-size: 16px;
		padding: 0 0 0 5%;
	}

	.button-signup {
		height: 50px;
		width: 100%;
		font-size: 16px;
		float: right;
		word-wrap: break-word;
		text-align: center;
		padding: 0 5px;
		border-radius: 5px;
	}
	
	.downloads li {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.downloads ul {
		list-style: none;
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.news .postbox h2 {
		width: auto;
		color: #4a1955;
		display: block;
	}

	.process-box .left-image {
		height: 150px;
		width: 100%;
		display: block;
	}

	.signup-box p,.whoisxyz span,.process-box span {
		font-size: 1em;
		line-height: 32px;
	}

	.footer-box .footer-links {
		padding-right: 0;
		margin-right: 0;
		width: 250px;
		text-align: center;
	}

	.footer-box .fRight {
		margin-bottom: 75px;
		float: none;
		display: inline-block;
		margin-top: 50px;
	}

	.footer-logo-container {
		float: none;
		margin: 0 auto;
	}

	.footer-box .footer-logo {
		text-align: center;
	}

	.process-box p {
		text-align: center;
	}

	.signup-white,.email-field,.email-signup {
		height: 50px;
	}

	.signup-box img {
		width: 160px;
	}

	.mc_embed_signup,.mc_embed_signup strong,.mc_embed_signup label {
		font-family: 'Muli', sans-serif;
	}

	.mcform h1 {
		color: #fff;
		display: block;
		font-size: 2em;
		line-height: 32px;
		margin: 15px 0;
		padding: 0;
	}

	.mcform h3 {
		color: #b6b4b7;
		font-size: 1.5em;
		font-family: 'Muli', sans-serif;
		display: block;
		font-weight: 400;
		margin: 0 0 50px;
	}

	.mc_embed_signup,.mc_embed_signup span {
		color: #fff;
		text-align: left;
		font-size: 1em;
	}

	.mc_embed_signup input,.mc_embed_signup textarea {
		width: 100%;
	}

	#mcform {
		margin: 40px 0 0;
	}

	.mc_embed_signup label,.mc_embed_signup strong {
		display: inline-block;
		font-size: .75em;
		font-family: 'Muli', sans-serif;
		font-weight: 400;
		margin: 0 0 5px;
	}

	.mc_embed_signup #mce-RDN {
		resize: both;
	}

	.mc_embed_signup .asterisk {
		color: #a8d93f;
	}

	.mc_embed_signup textarea {
		height: 220px;
		font-size: 1em;
	}

	.mc_embed_signup input[type=checkbox],.mc_embed_signup input[type=radio] {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.mc_embed_signup ul label {
		font-family: 'Muli', sans-serif;
		font-weight: 400;
		margin: 0;
	}

	.mc_embed_signup span.phonearea,.mc_embed_signup span.phonedetail1,.mc_embed_signup span.phonedetail2 {
		max-width: 75px;
	}

	.mc_embed_signup #mc-embedded-subscribe {
		font-size: 1.25em;
		width: 100%;
	}

	input[type=submit] {
		-webkit-appearance: none;
	}

	.downloads span.downloadlink {
		border: none;
	}

	.row, .container {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.news .container,
	.premiums-page.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.row .onecol,.row .twocol,.row .threecol,.row .fourcol,.row .fivecol,.row .sixcol,.row .sevencol,.row .eightcol,.row .ninecol,.row .tencol,.row .elevencol,.row .twelvecol {
		width: auto;
		float: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.row .navlogo {
		float: left;
		width: 50%;
	}

	.signup-white,.process-box {
		width: auto;
	}

	.indicates-required {
		color: #fff;
	}

	.mc_embed_signup input[type=text],.mc_embed_signup input[type=email],.preregheader span {
		font-size: 1em;
	}

	.container-first,.container-first-2 {
		height: auto;
	}

	#content .onboard-left {
		display: block;
		float: left;
		text-align: center;
		width: 100%;
		margin-right: 0;
	}

	#content .onboard-left h1 {
		font-size: 1.5em;
		padding: 0;
	}

	#content .onboard-right {
		display: block;
		float: left;
		text-align: center;
		width: 100%;
		height: auto;
	}

	#content .onboard-right .margin-left-img {
		margin-left: 0;
	}

	.title-logo .event-links {
		float: right;
		color: #555;
	}

	.title-logo .event-links ul {
		margin: 20px 0;
		text-align: right;
	}

	.title-logo .event-links ul li {
		list-style: none;
		font-size: 12px;
		margin: 5px 0;
		padding-right: 15px;
	}

	.title-logo .event-links ul li a {
		text-decoration: none;
	}

	.title-logo .event-links ul li.outside-link {
		background-image: url(../images/outside-link.gif);
		background-position: right;
		background-repeat: no-repeat;
	}

	.title-logo .event-links ul li.twitter-link {
		background-image: url(../images/twitter-link.gif);
		background-position: right;
		background-repeat: no-repeat;
	}

	#content .namescon-eventblock h1 {
		font-size: 1.5em;
		line-height: normal;
	}

	#content .namescon-flyer {
		width: 100%;
		border: none;
		margin: 15px auto;
		padding: 0;
		text-align: center;
	}

	#content .namescon-eventblock {
		width: auto;
		margin: 20px 0 50px 10px;
	}

	.mc-field-group.rsvp-group {
		width: 100%;
	}

	.signup-box h1,
    h1,
    .contactForm h2,
    .process-box .steptext h2,
    .home.page .sections.process-box h2,
    .whoisxyz h2 {
		font-size: 32px;
		font-size: 2rem;
	}
	.blog-metadata h2,
	.archive .archive__blog-post h2 {
	    font-size: 28px;
	}

	.blog-header,
	.blog-exerpt{
		padding: 0 15px;
	}

	.home .white-box {
		margin-top: 0;
	}

	.newsletter .email-field {
		font-size: 16px;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.mcform.contactForm form {
		margin-left: 0;
	}

	.purple-box.whois h2 {
		font-size: 2em;
	}

	.white-box.whoisTop {
		padding: 80px 0 0 0;
	}

	.whois .signup-white, .whois .email-field, .whois .email-signup {
		height: 70px;
	}

	.terms {
		float: none;
		padding: 20px 0;
		clear: both;
	}

	.search-class {
		width: 326px;
		float: none;
		margin: auto;
	}

	.search-check {
		margin: 0;
	}

	.whoisCaptcha {
		width: auto;
		float: none;
		display: block;
		clear: both;
	}

	.search-btn {
		width: 200px;
		margin: 20px auto 0 auto;
		display: block;
		clear: both;
	}

	.getxyz-white {
		height: 50px;
	}

	.user-email {
		width: 96%;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 15px;
		padding: 16px 10px;
		text-align: center;
	}

	.content .registrarlogos li {
		width: 49%;
		margin: 0;
	}

	.content .registrarlogos li img {
		max-width: 72%;
	}

	.page-template-template-store-php article, .store-de article {
		width: 31%;
	}

	#catPost5, #catPost9, #catPost13, #catPost17, #catPost21 {
		clear: none;
	}

	#catPost1 .wp_cart_variation_section {
		margin-top: 20px;
	}

	#catPost3 .wp_cart_variation_section {
		margin-top: 43px;
	}

	#catPost4 .wp_cart_variation_section {
		margin-top: 28px;
	}

	.email-field {
		width: 65%;
	}

	.newsletter-field {
		width: 90%;
		height: 50px;
		font-size: 17px;
		text-align: center;
		margin-bottom: 16px;
	}

	input.domain-price {
		height: 50px;
	}

	.page-template-template-now-php input.domain-price {
		height: 48px;
	}

	.page-template-template-premiums-php .registrarlogos li, .page-id-3378 .registrarlogos li, .page-id-3380 .registrarlogos li {
		width: 49%;
		padding: 4% 0;
	}

	.page-template-template-premiums-php .registrarlogos img, .page-id-3378 .registrarlogos img, .page-id-3380 .registrarlogos img {
		max-width: 90%;
	}

	.desktop-list {
		display: none;
	}

	.premium-categories.mobile-select {
		display: block;
		margin: 0 auto;
		width: 275px;
		font-family: Bariol, Muli, sans-serif;
		font-weight: bold;
		font-size: 18px;
	}

	.premium-categories .adventurous-category {
		background-color: inherit;
		text-shadow: none;
	}

	.page-introduction {
		padding: 0 16px;
	}

	.tile-heading {
		position: static;
		width: auto;
		background-position: 50px center;
		border-right: 0 !important;
	}

	.tile-heading > a {
		padding: 25px 25px 25px 150px;
        text-align: left;
	}

	.tile-content {
		height: 0;
		width: auto;
	}

	.active-tile .tile-heading {
		background-color: #FCFCFC;
	}

	.tile-instructions {
		margin-top: 16px;
	}

	.active-tile .tile-content {
		display: block;
		opacity: 1;
		height: auto;
		margin-top: 0;
	}

	.new-site-tile .tile-heading {
		background-image: url('../images/tile/new-site-icon-mobile.png');
        background-position: 70px center;
	}

	.new-site-tile .tile-heading:hover, .new-site-tile .tile-heading:focus, .active-tile.new-site-tile .tile-heading {
		background-image: url('../images/tile/new-site-icon-mobile-hover.png');
	}

	.redirect-tile .tile-heading {
		background-image: url('../images/tile/redirect-icon-mobile.png');
	}

	.redirect-tile .tile-heading:hover, .redirect-tile .tile-heading:focus, .active-tile.redirect-tile .tile-heading {
		background-image: url('../images/tile/redirect-icon-mobile-hover.png');
	}

	.email-tile .tile-heading {
		background-image: url('../images/tile/email-icon-mobile.png');
        background-position: 60px center;
	}

	.email-tile .tile-heading:hover, .email-tile .tile-heading:focus, .active-tile.email-tile .tile-heading {
		background-image: url('../images/tile/email-icon-mobile-hover.png');
	}

	.navigation-tiles {
		height: auto !important;
		min-height: inherit;
		border-width: 1px 0 0 0;
	}

	.registrar-hub-logo {
		width: 50%;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
	}

	.article-101 {
		padding-right: 16px;
		padding-left: 16px;
	}

	.article-101 h2 {
		font-size: 29px;
	}

	.article-101 h3 {
		font-size: 21px;
	}

	.article-101 h5 {
		font-size: 16px;
	}

	.success-process {
		margin-top: 40px;
	}

	.success-process .step-1 .h1 {
		font-size: 32px;
	}

	.premium-instructions {
		padding-right: 16px;
		padding-left: 16px;
		padding-bottom: 16px;
	}

	.page-id-3529 .accordion-item {
		width: auto;
	}

	.accordion-item h2 {
		font-size: 21px;
	}

	.testimonials h2 {
		font-size: 2.5em;
		line-height: 40px;
	}

	.bx-viewport ul.bxslider li {
		padding: 0;
	}

	.bx-wrapper .bx-viewport {
		height: 280px;
	}

	.back .textcontent {
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
		padding: 20px;
	}

	.vertical .back {
		width: 100%;
		margin: 0 auto;
	}

	.row .navcol {
		display: block;
		width: 50%;
		float: left;
		margin: 0;
		padding: 0;
	}

	.row .navcollast {
		width: 100%;
		display: block;
		margin: 0;
		padding: 21px 10px 10px;
	}

	#captchabox {
		width: 346px;
		float: left;
	}

	#recaptcha_widget span.recaptcha_only_if_image, span.recaptcha_only_if_audio {
		float: left;
		clear: both;
	}

	#captchabox .getNewCaptcha, .recaptcha_only_if_image, .recaptcha_only_if_audio {
		font-size: 12px;
		padding-top: 4px;
	}

	#captchaboxCareers #recaptcha_widget span {
		margin-top: 10px;
	}

	.errorMsg {
		padding: 0 0 20px 20px;
	}

	.press-sheet-button {
		font-size: 25px;
	}

    /* VIP */
	.vip-h2 {
		font-size: 27px;
		margin-bottom: 16px;
	}

	.vip-h3,
    .vip-box,
    .vip-definitions dd {
		font-size: 21px;
	}

	.vip-box {
		background-size: 70px;
		background-position: 6% -377px;
	}

	.vip .email-image {
		height: 18px;
	}

	.vip-definitions dt {
		font-size: 27px;
	}

	.vip-definitions dd {
		background-size: 48px;
		background-position: 0 -221px;
	}

	.vip-xyz-is .vip-copy {
		font-size: 18px;
	}
    
    /* Full, centered width for "Select Another Category" warning */
	#category-empty {
		width: auto;
		font-size: 21px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.availability-block .row {
	  padding: 30px;
	}
	
	/* Web hosts */
	.webhost__grid-title {
		margin-right: -5px;
	}
	
	.webhost__grid-list-item-fast .webhost__grid-title {
    max-width: 192px;
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
	}
	
	.webhost__grid-list-item-uptime .webhost__grid-title {
    max-width: 217px;
    /* 58px instead of 51px because I wanted the 2 lines to wrap */
    width: -webkit-calc(100% - 58px);
    width: calc(100% - 58px);
	}
	
	.webhost__grid-list-item-hostdomains .webhost__grid-title {
    max-width: 213px;
    width: -webkit-calc(100% - 62px);
    width: calc(100% - 62px);
	}
	
	.webhost__grid-list-item-money .webhost__grid-title {
    max-width: 230px;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
	}


	/* Individual Blog Post titles
	 * (for Google Alerts optimization)
	 */

	.single .news span.blog-title {
		font-size: 2rem;
	}

	.single .news h1 {
		font-size: 28px;
	}

}

@media only screen and (max-width: 750px) {

    .b--table .b--reg-name {
        width: 18%;
    }

}

@media only screen and (max-width: 705px) {

    .b--table th {
        display: none;
    }

    .b--table th.b--registration-price {
        display: block;
    }

    .b--table tr,
    .b--table tbody .b--reg-name {
        display: block;
        width: auto;
        text-align: left;
        border-right: 0;
    }

    .b--table td {
        display: inline-block;
        width: 32.8%;
        border-right: 1px solid #e1e7e8;
        padding: 0;
    }

	.b--table td.b--search-results-position {
		display: none;
	}

    .b--table-body {
        border: 0;
    }

    .b--table-body tr {
        padding-bottom: 15px;
    }

    .b--table td.b--registration-price::before {
        display: block;
        content: 'Registration Pricing: ';
        font-weight: bold;
    }

    .b--table td.b--renewal-price::before {
        display: block;
        content: 'Renewal Pricing: ';
        font-weight: bold;
    }

    .b--table td.b--transfer-price::before {
        display: block;
        content: 'Transfer Pricing: ';
        font-weight: bold;
    }

}


@media screen and (max-width: 640px) {
    .b--table td {
        width: 32.5%;
    }
}


@media screen and (min-width: 600px) {
	/* Table - Press - Listing table */
	
	.table__listing {
	  font-size: 18px;
	  margin-bottom: 0;
	}
	
	.dataTable_footer-nav,
	.dataTables_filter {
	  text-align: right;
	}
	.dataTables_filter {
		padding: 20px 0;
	}
	
	.table__listing-item-header {
	  font-size: 18px;
	  color: #4a1955;
	  letter-spacing: 2px;
	  text-align: left;
	  font-weight: 700;
	  text-transform: uppercase;
	  padding-bottom: 5px;
	  outline: none;
	}
	
	.sorting,
	.sorting_asc,
	.sorting_desc {
	  cursor: pointer;
	}
	
	.sorting::after,
	.sorting_asc::after,
	.sorting_desc::after {
	  background-image: url('//gen.xyz/wp-content/themes/xyz/images/press-sort-icon.png');
	  background-image: -webkit-linear-gradient(transparent, transparent), url('//gen.xyz/wp-content/themes/xyz/images/press-sort-icon.svg');
	  background-image: linear-gradient(transparent, transparent), url('//gen.xyz/wp-content/themes/xyz/images/press-sort-icon.svg');
	  background-repeat: no-repeat;
	  background-position: center center;
	  content: '';
	  display: inline-block;
	  height: 13px;
	  width: 10px;
	}

	.dataTables_filter input[type="search"] {
	  width: 300px;
	}
	
	.table__listing-item-body {
	  padding-top: 20px;
	  padding-bottom: 20px;
	  vertical-align: top;
	}
	
	.table__listing-date,
	.table__listing-pub {
	  padding-right: 20px;
	}
	
	.table__listing-item-footer {
	  padding-top: 10px;
	}
	
	.dataTables_length,
	.dataTables_paginate {
	  display: inline-block;
	  vertical-align: middle;
	  margin-left: 40px;
	}
	
	.paginate_button {
	  height: 22px;
	  width: 22px;
	  font-size: 14px;
	  padding-top: 1px;
	  padding-bottom: 3px;
	}
	
	.dataTables_length {
	  font-weight: 700;
	  font-size: 14px;
	}
	
	.dataTables_length select {
	  margin-left: 5px;
	  margin-bottom: 3px;
	  vertical-align: middle;
	  display: inline-block;
	}
	
	.table__listing-date {
	  width: 13%;
	  min-width: 100px;
	}
	
	.table__listing-pub {
	  width: 33%;
	}
	
	.press-downloads-cta .row {
	  padding-top: 90px;
	  padding-bottom: 90px;
	}
	
	/* Web hosting lander */
	.webhost__page .list__checklist {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		max-width: 400px;
	}
	
}

@media only screen and (max-width: 599px) {
	/* Table - Press - Listing table */
	
	.table__listing thead,
	.table__listing-pub {
	  display: none;
	}
	
	.table__listing-item {
	  display: block;
	  padding: 20px 50px;
	}
	
	.dataTables_empty {
	  padding-left: 50px;
	  padding-right: 50px;
	}
	
	.table__listing-item-body {
	  display: block;
	  padding-bottom: 5px;
	}
	
		.table__listing-item-body:last-of-type {
		  padding-bottom: 0;
		}
	
	.full-width-mobile .row {
	  padding: 0 0 35px 0;
	}
	
	.dataTables_length {
	  display: none;
	}
	
	.dataTables_filter input[type="search"] {
	  width: 220px;
	  width: -webkit-calc(100% - 50px);
	  width: calc(100% - 50px);
	  font-size: 14px;
	  background-size: 20px;
	  padding-left: 35px;
	  display: block;
	  margin: 0 auto;
	}
	
	.no-placeholder .dataTables_filter .hide-label {
	  padding: 0 50px;
	  font-size: 14px;
	}

    .premiums__modal {
        top: 10px;
        right: 10px;
        left: 10px;
        box-shadow: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .premiums__modal-exit {
        font-size: 18px;
        padding: 10px 5px 10px 10px;
        background-color: #B5E846;
    }

}

@media only screen and (max-width: 960px) and (max-height: 500px) {

    .premiums__modal {
        top: 20%;
    }

}

@-webkit-keyframes tile-content-flash {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes tile-content-flash {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes tile-content-flash {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes tile-content-flash {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media only screen and (min-width:769px) {

	.tile-heading {
		position: absolute;
	}

	/* Desktop tile icons */
	
	.new-site-tile .tile-heading {
		background-image: url('../images/tile/new-site-icon.png');
	}

	.new-site-tile .tile-heading:hover,
	.new-site-tile .tile-heading:focus,
	.new-site-tile.active-tile .tile-heading,
	.registrar-hub-tabs .new-site-tile.page-load-active-tile .tile-heading {
		background-image: url('../images/tile/new-site-icon-hover.png');
	}

	.redirect-tile .tile-heading {
		background-image: url('../images/tile/redirect-icon.png');
	}

	.redirect-tile .tile-heading:hover,
	.redirect-tile .tile-heading:focus,
	.redirect-tile.active-tile .tile-heading {
		background-image: url('../images/tile/redirect-icon-hover.png');
	}

	.email-tile .tile-heading {
		background-image: url('../images/tile/email-icon.png');
	}

	.email-tile .tile-heading:hover,
	.email-tile .tile-heading:focus,
	.email-tile.active-tile .tile-heading {
		background-image: url('../images/tile/email-icon-hover.png');
	}

	.active-tile .tile-content,
	.registrar-hub-tabs .page-load-active-tile .tile-content {
		display: block;
		opacity: 1;
		height: auto;
		-webkit-animation: tile-content-flash .5s linear;
		-moz-animation: tile-content-flash .5s linear;
		-o-animation: tile-content-flash .5s linear;
		animation: tile-content-flash .5s linear;
	}

	.active-tile .tile-heading,
	.registrar-hub-tabs .page-load-active-tile .tile-heading {
		background-color: #fff;
		border-right: solid 1px #e5e5e5;
		border-bottom: solid 1px #fff;
	}

	.registrar-hub-tabs .page-load-active-tile .tile-heading h2 {
		color: #4a1955;
	}

	.email-tile.active-tile .tile-heading {
		border-right: none;
	}

	.instruction-process p img {
		-webkit-transition: opacity .25s;
		-moz-transition: opacity .25s;
		-ms-transition: opacity .25s;
		-o-transition: opacity .25s;
		transition: opacity .25s;
	}

	.instruction-process p img:hover {
		opacity: .8;
		-webkit-transition: opacity .25s;
		-moz-transition: opacity .25s;
		-ms-transition: opacity .25s;
		-o-transition: opacity .25s;
		transition: opacity .25s;
		cursor: pointer;
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
	}

	.instruction-process .selected-instruction-image img:hover {
		cursor: pointer;
		cursor: -webkit-zoom-out;
		cursor: -moz-zoom-out;
	}

	.instruction-process p {
		-webkit-transition: width .25s;
		-moz-transition: width .25s;
		-ms-transition: width .25s;
		-o-transition: width .25s;
		transition: width .25s;
	}

	.instruction-process .selected-instruction-image {
		width: 100%;
		display: block;
		-webkit-transition: width .25s;
		-moz-transition: width .25s;
		-ms-transition: width .25s;
		-o-transition: width .25s;
		transition: width .25s;
	}

	.instruction-process .selected-instruction-image:first-of-type {
		width: 97%;
	}

	.instruction-process .selected-instruction-image:last-of-type {
		text-align: center;
	}

	.xyz101__redirect-only .inactive-tile .tile-heading,
    .xyz101__redirect-only .inactive-tile .tile-heading:hover,
    .xyz101__redirect-only .inactive-tile .tile-heading:focus {
		background-image: none;
	}
    .xyz101__redirect-only 	.active-tile .tile-heading {
        border-bottom: solid 1px #fff;
        border-left: solid 1px #e5e5e5;
    }
    .xyz101__redirect-only .tile-heading-inactive {
        height: 234px;
        background-color: #f8f8f8;
        border-bottom: solid 1px #e5e5e5;
    }
    .xyz101__redirect-only .tile-heading-inactive.last {
        height: 0;
        border-bottom: 0;
    }
    .xyz101__redirect-only .tile-content {
        margin-top: 0;
    }

    /* Web hosts */
	.webhost__grid-list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	}

	.webhost__grid-list-item {
    display: inline-block;
    max-width: 48%;
    vertical-align: top;
	}
	
	.webhost__grid-title-icon {
    float: left;
	}
	
	.webhost__grid-title {
		display: block;
    padding-left: 0;
	}
	
	.webhost__grid-title,
	.webhost__grid-desc {
		float: right;
		width: 75%;
		width: -webkit-calc(100% - 88px);
		width: calc(100% - 88px);
		padding-left: 20px;
	}
	
	.webhost__grid-list-item-fast .webhost__grid-title-icon { background-position: 0 0; }	
	.webhost__grid-list-item-uptime .webhost__grid-title-icon { background-position: 37px -43px; width: 88px; }		
	.webhost__grid-list-item-hostdomains .webhost__grid-title-icon { background-position: 26px -95px; width: 88px; }	
	.webhost__grid-list-item-money .webhost__grid-title-icon { background-position: 38px -161px; width: 88px; }	

}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
	.emailsignup .button {
		text-indent: -5px;
	}

	.button-signup {
		padding: 0;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

	.menu ul li {
		font-size: .95em;
	}
}


@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	.menu a {
		font-size: .9em;
	}

	.instruction-process > div p {
		width: 45%;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.instruction-process > div p {
		width: 45%;
	}
}

@media screen and (max-width: 735px) {
	
	.list-snipit {
		overflow: visible;
		margin: 15px 0;
		padding-top: 3px;
	}

	.list .roter {
		height: 42px;
	}

	.list, .map-languages-block {
		width: auto;
		float: none;
	}

	.map-languages-block h2 {
		font-size: 29px;
	}
}

@-webkit-keyframes see-more-flash {
	0% {
		background-color: #F2FFD7;
	}

	100% {
		background: none;
	}
}

@-moz-keyframes see-more-flash {
	0% {
		background-color: #F2FFD7;
	}

	100% {
		background: none;
	}
}

@-o-keyframes see-more-flash {
	0% {
		background-color: #F2FFD7;
	}

	100% {
		background: none;
	}
}

@keyframes see-more-flash {
	0% {
		background-color: #F2FFD7;
	}

	100% {
		background: none;
	}
}

@media only screen and (max-width:768px) {

	.sections.contactForm {
		padding: 0;
	}

	.selected-instruction-image img {
		margin-top: 16px;
	}

	.instruction-process > div p {
		width: auto;
		max-width: 100%;
	}

	.instruction-process > div p:first-of-type {
		padding-bottom: 16px;
		padding-right: 0;
	}
	
}

@media only screen and (max-width:685px) {

	body.single-xyz_jobs #content {
		padding-left: 0;
		clear: both;
	}

	a#xyz_jobs-apply-button {
		float: none;
		margin: 0 0 10px 0;
	}

	a#xyz_jobs-apply-button span {
		width: auto;
		display: block;
		margin: 1px 0 5px 0;
		padding: 3%;
	}
	
	#xyz_jobs-apply-form-wrapper #gform_submit_button_1 {
		width: 100%;
		margin-right: 0;
	}

	a#xyz_jobs-apply-button img {
		display: none;
	}

	.process-instructions,
	.step-1,
	.process-generated-result {
		padding-right: 16px;
		padding-left: 16px;
	}

	.success-process .step-1 {
		margin-right: 16px;
		margin-left: 16px;
		padding-right: 0;
		padding-left: 0;
	}

	.process-instructions {
		margin-bottom: 32px;
	}

	.step-1 .borderArrow {
		margin-top: 40px;
	}

	.step-2 {
		margin-top: 0;
	}

	.step-2 .borderArrow,
	.step-3 .borderArrow {
		margin-bottom: 32px;
		margin-top: 24px;
	}

	.premium-categories {
		margin-left: 16px;
	}

	.premium-categories li:hover {
		text-shadow: none;
	}

	.current-premium {
		margin-top: 48px;
		margin-bottom: 0;
		font-size: 36px;
	}

	.see-more-column {
		display: block;
		padding-top: 0;
		width: 100%;
	}

	.see-more-premium-options {
		margin: 0 auto 32px auto;
		-webkit-animation: see-more-flash 1s linear;
		-moz-animation: see-more-flash 1s linear;
		-o-animation: see-more-flash 1s linear;
		animation: see-more-flash 1s linear;
	}

	.see-more-premium-options .premium-column-2 {
		border-left: none;
		text-align: center;
		padding-left: 0;
		width: 100%;
	}

	.see-more-premium-options .premium-column-1 {
		text-align: center;
		padding-right: 0;
		width: 100%;
	}

	.page-template-template-premiums-php .registrarlogos .domain-price,
	.page-id-3378 .registrarlogos .domain-price,
	.page-id-3380 .registrarlogos .domain-price {
		min-width: inherit;
		width: 80px;
		padding: 8px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.page-id-3378 .registrarlogos input.domain-price {
		height: 38px;
		width: 96px;
	}

	.step .step-content {
		width: auto;
	}

	.step .step-count {
		vertical-align: top;
	}

	.step .step-heading {
		width: 275px;
	}

	.step .step-count {
		height: 70px;
		width: 70px;
		line-height: 70px;
		font-size: 32px;
	}

	.step .step-heading h2 {
		width: 150px;
		font-size: 21px;
	}

	.see-more-premium,
	.get-it-now {
		height: 45px;
		font-size: 16px;
		padding: 8px 16px;
		margin: 16px auto;
	}

	.success-process .step-1 .step-heading h2,
	.success-process .step-3 .step-heading h2 {
		margin-top: 24px;
	}

	.succeed-process .step-1 .h1 {
		font-size: 21px;
	}

	.choose-succeed-domain {
		display: block;
		width: 60px;
		margin: 12px auto 8px auto;
	}

	.option-succeed-domain {
		padding-left: 0;
	}

	.choose-succeed-domain:after {
		top: -7px;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(219, 218, 223, 0);
		border-bottom-color: #dbdadf;
		border-width: 7px;
		margin-left: -7px;
	}

	.succeed-process .step-1 .h1:hover .choose-succeed-domain:after {
		border-bottom-color: #A8D93F;
		border-right-color: rgba(219, 218, 223, 0);
	}

	.tile-registrar-logos img {
		width: auto;
		max-width: 100%;
		padding: 0 24px;
	}
		
		/* VIP */
	.vip-box {
		max-width: inherit;
		width: auto;
		border-radius: 0;
	}

	.vip-showcase-examples {
		width: 75%;
	}

	.vip-showcase .vip-copy,
		.vip-xyz-is .vip-copy {
		padding-right: 1em;
		padding-left: 1em;
	}
	
	
}

@media screen and (max-width: 635px) {
	.slide-img {
		width: 32%;
		padding-top: 17%;
	}

	.txt-slide1 {
		font-size: 16px;
	}

	.txtList {
		margin-right: 8%;
	}

	.see-more-premium-options {
		width: auto;
	}

	.build-website-resources {
		width: auto;
	}

	.article-101 figure {
		width: auto;
		float: none;
		margin-left: 0;
	}

}

@media only screen and (max-width:585px) {

	.fourIcons .social_label {
		display: block;
	}

	.fourIcons .social_soon {
		float: left;
		width: 100%;
		line-height: 1;
	}

	.press-sheet-button {
		width: auto;
		padding: 8px 16px;
	}

	.available-files {
		width: 100%;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.vip-showcase-examples {
		width: 81%;
	}
		
		/* Smaller text size for "Select Another Category" warning */
	#category-empty {
		font-size: 16px;
	}

	#category-empty:before {
		height: 30px;
		width: 30px;
		line-height: 30px;
		margin-right: 10px;
	}
}

/* Mobile
......................... */

@media screen and (max-width: 580px) {

	body.single-xyz_jobs h1 {
		text-align: center;
	}

	body.post-type-archive-xyz_jobs .xyz_jobs-listing-learn {
		margin: 0 15px 5px 0;
	}

	.list, .half-left, .half, .map-languages-block {
		width: auto;
		float: none;
	}

	.txtList {
		width: 200px;
		float: none;
		margin: 20px auto 0;
	}

	.list-snipit {
		font-size: 12px;
		line-height: normal;
	}

	.content p.sub-header-purple, .btn-green {
		font-size: 25px;
	}

	.tile-instructions {
		font-size: 16px;
		margin: 24px;
	}

	.page-introduction {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.tile-registrar-logos li {
		width: 49%;
	}

	.tile-call-to-action {
		margin: 16px;
	}

	.page-template-template-101-php .white-box {
		margin-top: 0;
		padding: 0;
	}
    
		/* Blog typography */
	.news ol,
    .news ul {
		margin-left: 16px;
	}

	.news ul li {
		text-indent: -16px;
	}

	.news ol {
		padding-left: 5px;
	}

	.small-button a {
		padding: 6px 12px;
		font-size: 13px;
	}

	.medium-button a {
		padding: 10px 14px;
		font-size: 16px;
	}

	.large-button a {
		padding: 14px 20px;
		font-size: 20px;
	}
	
}

@media only screen and (max-width:568px) {
	.reg-content-header .reg-right-link {
		float: left;
		margin: 20px 0;
	}

	.reg-content-header .reg-right-link-2 {
		float: left;
		margin: 20px 0;
	}

	.reg-content-header .reg-left-logo {
		display: block;
	}

	.page-template-template-store-php .entry-thumbnail, .store-de .entry-thumbnail {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.footerSpace {
		height: 0;
	}

	.footer-links.colm1 {
		padding-right: 0;
	}

	.wp_cart_variation_section {
		width: auto;
		float: none;
	}

	.wp_cart_variation_section br {
		display: none;
	}

	.wp_cart_variation_section select {
		float: left;
		width: 87px;
		display: block;
		margin-right: 3%;
		margin-bottom: 20px;
	}

	.wp_cart_button_wrapper input {
		margin-top: 20px !important;
		float: none;
		margin-bottom: 4% !important;
		clear: both;
	}

	.page-template-template-store-php article, .store-de article {
		width: auto;
	}

	.page-template-template-store-php .sections, .store-de .sections {
		padding: 0 3%;
	}

	.page-template-template-store-php span.wp_cart_variation_name, .store-de span.wp_cart_variation_name {
		font-size: 1em;
	}

	#checkout table {
		padding: 0 5px;
		width: auto !important;
	}

	.page-template-template-store-php .entry-thumbnail img, .store-de .entry-thumbnail img {
		max-width: 295px;
	}

	#catPost3 .wp_cart_variation_section {
		margin-top: 20px;
	}

	.process-box .timeline li.steps.one.ui-tabs-active.ui-state-active img, .process-box .timeline li.steps img {
		width: 80%;
	}

	.process-box .timeline li.steps {
		width: 33%;
	}

	.getxyz-box, .email-signup {
		width: 432px;
	}

	body.single-xyz_jobs .gform_wrapper li.apply-fields-right.gfield.gfield_error {
		padding-left: 0px !important;
	}

	#captchaboxCareers .getNewCaptchaCareers .recaptcha_only_if_image {
		padding: 0;
	}

	#captchaboxCareers .getNewCaptchaCareers .getNewCaptchaCareers {
		padding: 0;
	}

	#captchaboxCareers .getNewCaptchaCareers {
	}

	#captchaboxCareers .recaptcha_only_if_image {
	}

	.gform_wrapper .top_label .gfield_label {
		display: block !important;
	}

	#captchaboxCareers {
	}
}

@media screen and (max-width: 500px) {
	.flt-left,
	.flt-right{float: none;}	
		
	h1 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	h2,
		.process-box h2,
		.whoisxyz h2,
    .premiums__modal-heading
    {
		font-size: 20px;
		font-size: 1.25rem;
	}

	h3 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.whoisxyz p {
		font-size: 1em;
	}

	.desktop {
		display: none;
	}

	.txt-slide1.bracket-left, .txt-slide1.bracket-right {
		background: url('../images/slide1-bracket-top.jpg') top left no-repeat;
		background-size: 100%;
		text-align: center;
		padding: 75px 15px 25px 15px;
	}

	.content p {
		text-align: left;
	}

	.slider-xyz .slide-img.fl-left, .slider-xyz .slide-img.fl-right, .pull-left, .pull-right {
		float: none;
	}

	.txt-slide1 {
		width: auto;
		min-height: 100px;
	}

	.slide-img {
		width: 50%;
		margin: auto;
		padding: 0;
	}

	.slider-xyz .registrarlogos li {
		width: 38%;
	}

	.borderArrow {
		margin: 15px 0;
	}

	.domain {
		width: auto;
		border-right: none;
		padding-right: 0;
	}

	.ie9 .domain {
		min-height: inherit;
	}

	.domain-txt {
		width: auto;
		border-left: none;
		padding-left: 4px;
	}

	.twitter-shoutout {
		margin: 0;
	}

	.tweet-bird.mobile {
		width: 25px;
		float: none;
		padding: 0;
		margin: auto;
		display: block;
	}

	.whois .sections {
		padding: 0;
	}
	
	.search-function {
		padding: 10px 0;
	}

	.search-option label {
		font-size: 14px;
	}

	.txt {
		clear: both;
		width: 100%;
	}

	.page-template-template-whois-php .email-field {
		width: 200px;
	}

	.search-class {
		width: 270px;
		float: none;
		margin: auto;
		text-align: center;
	}

	.getxyz-box, .email-signup {
		width: auto;
	}

	.user-email {
		width: 100%;
		font-size: 12px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		margin-bottom: 15px;
		padding: 15px 0;
	}

	.getxyz-box, .email-signup {
		width: 90%;
	}

	.newsletter .email-field {
		font-size: 12px;
		text-align: center;
		padding: 0;
		width: 100%;
	}

	.newsletter-field {
		font-size: 12px;
	}

	.newsletter {
		margin-top: 0;
	}

	.newsletter p {
		padding-right: 16px;
		padding-left: 16px;
	}

	.content .registrarlogos li img {
		max-width: 90%;
	}

	.success-process .step-1 .h1 {
		font-size: 21px;
	}

	.success-process .step-1 {
		padding-bottom: 24px;
	}

	.success-process .step {
		margin-bottom: 24px;
	}

	.success-process {
		margin-top: 24px;
	}

	.tile-instructions {
		margin-top: 0;
		text-align: center;
	}

	.tile-registrar-logos li {
		margin-bottom: 32px;
	}

	.tile-registrar-logos img {
		padding: 0 16px;
	}

	.tiles-hr {
		margin: 24px 0 8px 0;
	}

	.nav-101 {
		margin-bottom: 32px;
	}

	.nav-101 li {
		display: block;
		margin-right: 0;
		margin-top: 16px;
	}

	.nav-101 li:after {
		content: "";
		display: none;
	}

	.accordion-item h2 {
		font-size: 16px;
		text-indent: -20px;
    padding-left: 35px;
	}

	.active-accordion.accordion-item h2:before {
		margin-right: 8px;
	}

	.footer-box .footer-links {
		width: 50%;
	}

	#captchabox {
		max-width: 100%;
	}

	#captchabox .recaptcha_only_if_image a:link {
		font-size: 10px;
		text-align: center;
		display: block;
	}

	#captchabox .getNewCaptcha a:link, .recaptcha_only_if_image a:link, .recaptcha_only_if_audio a:link {
		font-size: 10px;
		text-align: center;
		display: block;
	}

	.media-downloads,
    #content .media-downloads {
		text-align: left;
	}

	.media-downloads li {
		width: 100%;
		background-color: #f7f7f7;
		border-radius: 0 3px 3px 0;
	}

	.media-downloads img {
		max-width: 80px;
		display: inline-block;
		vertical-align: middle;
		background-color: #A8D93F;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.media-downloads span {
		text-decoration: underline;
		display: inline-block;
		vertical-align: middle;
		margin-left: .5em;
		margin-top: 0;
	}

	.media-downloads a {
		text-decoration: none;
		display: block;
	}
	
		/* Press */
	.featured-press-block .sections-domains {
		text-align: center;
	}

		/* VIP */
	.vip > section {
		padding: 2em 1em;
	}

	.vip-section,
		.vip-screenshot {
		width: auto;
		display: inherit;
		padding-top: 0;
	}

	.vip-screenshot {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.vip-copy {
		margin-bottom: .5em;
	}

	.vip-box {
		font-size: 18px;
		background-image: none;
		padding-left: 1em;
		padding-right: 1em;
		border-radius: 5px;
	}

	.vip .email-image {
		height: 15px;
	}

	.vip-showcase-examples {
		display: inherit;
		margin-top: 1em;
		font-size: 16px;
	}

	.vip-showcase-examples li {
		width: 80%;
		display: inherit;
		margin: 0 auto 1em;
		padding-bottom: .5em;
	}

	.vip-definitions {
		width: 325px;
		margin-bottom: 2em;
	}

	.vip-definitions dt {
		font-size: 27px;
	}

	.vip-definitions dd {
		font-size: 18px;
		padding-left: 33px;
		background-size: 40px;
		background-position: 0 -184px;
	}

	.vip-xyz-is .vip-copy {
		font-size: 16px;
	}

	.vip-button {
		width: 75%;
	}
		
		/* .College 
	    ......................... */
	    
	.college--branding h2 {
		font-size: 24px;
	}

	.college--branding h3,
		.college--h3 {
		font-size: 18px;
	}

	.college--newsletter-input,
	  .college--newsletter-submit {
		width: 100%;
		border-radius: 5px;
		text-align: center;
		font-size: 18px;
	}

	.college--newsletter-submit {
		margin-top: 16px;
	}

	.college--bullet-list {
		padding-left: 0;
		padding-right: 0;
	}

	.college--example-urls {
		margin-bottom: 16px;
	}

	.college--example-urls li:nth-child(odd),
		.college--example-urls li:nth-child(even) {
		border-radius: 0;
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		background: none;
		border: none;
	}
	
	.availStats__mobile-hide {
		display: none;
	}


	/* Individual Blog Post titles
	 * (for Google Alerts optimization)
	 */

	.single .news span.blog-title {
		font-size: 1.5rem;
	}


    /* 1111b Registrars Table
     */

    .b--table td {
        display: block;
        width: auto;
        border-right: 0;
        text-align: left;
        padding: 5px 0 5px 10px;
    }

    .b--table td.b--registration-price::before {
        display: inline;
    }

    .b--table td.b--renewal-price::before {
        display: inline;
    }

    .b--table td.b--transfer-price::before {
        display: inline;
    }


    

}

@media screen and (min-width: 500px) {
	
	.search-type-btn.whoisBtn {
        display: block;
        float: left;
        margin-right: 5px;
    }
	
}

@media screen and (max-width: 370px) {

	.rs .mobile-nav-toggle {
		width: 27%;
	}

    .tile-heading h2 {
        font-size: 18px;
    }

    .tile-heading {
		background-position: 20px center;
	}

    .new-site-tile .tile-heading {
        background-position: 40px center;
    }

    .email-tile .tile-heading {
        background-position: 30px center;
    }

	.tile-heading > a {
		padding-left: 120px;
	}
	
}

/*-------------------------------
------- style for /rent page created 1/2015
---------------------------------*/
/*---whole --*/
	.page-template-template-rent-php *{
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.page-template-template-rent-php,
	.page-template-template-rent-php p{
		font-family: 'Open Sans', sans-serif;
		font-weight: 100;
	}
	
	.rent-bg {
		background-color: #3d3d42;
		display: block;
	}
/*---header --*/	
	.rent-logo{
		padding: 40px 0 30px 0;
	}
	
	.page-template-template-rent-php h1{
		font-size: inherit;
		color: #fff;
		width: 100%;
		line-height: normal;
		margin: 0;
	}
	
	.rent-bg .site-logo {
		padding: 20px 40px 0 0;
		width: 50%;
		float: left;
		text-align: right;
		display: block;
	}
	
	.site-description {
		font-size: 1.6em;
		color: #fff;
		padding: 30px 0 30px 30px;
		border-left: solid 1px #25aae1;
		margin: 0 0 30px 0;
		line-height: normal;
		display: block;
		width: 50%;
		float: left;
		text-align: left;
		font-weight: 100;
	}
/*---content --*/	
	.sections.rent-content {
		margin: 60px auto 25px;
	}
	.page-template-template-rent-php .main-txt{
		font-size: 1.7em;
		line-height: 2em;
		font-weight: 100;
		color: #3d3d42;
	}
	
	.rent-timeline {
		display: block;
		margin: 55px 0;
	}
	
	.rent-timeline div{
		background: url('/wp-content/themes/xyz/images/rent-circle-container.jpg') no-repeat;
		background: #3d3d42;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 29%;
		float: left;
		margin: 0 20px;
		padding: 35px 10px 25px;
		min-height: 260px;
	}
	
	
	.ie8 .rent-timeline div{
		background-color: transparent;
		background: url('/wp-content/themes/xyz/images/rent-circle-container.jpg') no-repeat;
		background-size: 200%;	
	}
	
	
	.ie7 .rent-timeline div{
		width: 27%;
		background-color: transparent;
		background: url('/wp-content/themes/xyz/images/rent-circle-container.jpg') no-repeat;
		background-size: 200%;	
	}
	
	.ie7 .rent-logo{
		padding: 20px 0 0;
	}
	
	.ie7 .rent-bg .site-logo{
		width: 40%;
	}
	
	.ie7 .site-description {
		font-size: .5em;
		padding: 30px 0 30px 30px;
		width: 42%;
	}
	
	.rent-timeline div img{
		margin-bottom: 15px;
	}
	
	.page-template-template-rent-php p.timeline-title{
		font-weight: 400;
		font-size: 1.2em;
		line-height: 1.4em;
		color: #fff;
		text-transform: uppercase;
	}
	
	.page-template-template-rent-php p.timeline-date{
		font-weight: bold;
		font-size: .95em;
		line-height: 1.04em;
		color: #25aae1;
	}
	
	.page-template-template-rent-php p.timeline-description{
		font-size: 1.2em;
		line-height: 1.4em;
		color: #fff;
		margin-top: 35px;
		padding: 0 30px;
	}
	
	.page-template-template-rent-php .public p.timeline-description{padding: 0 50px;}
	
	.page-template-template-rent-php h2{
		font-size: 1.5em;
		font-weight: 100;
		line-height: 1.33;
	  margin-top: 10px;
	  margin-bottom: 10px;
		color: #25aae1;
	}
	.lower-section{
		font-size: 1.05em;
		line-height: 1.3em;
		display: block;
		clear: both;
		margin-top: 55px;
	}
	.lower-section p {
		font-size: 1.22em;
		font-weight: 100;
		padding: 0 35px;
	}
	
	.lower-section p.rent-types-header{
		font-size: 1.3em;
		margin: 35px 0;
	}
	
	ul.rent-types{
		display: block;
		margin-bottom: 30px;
		padding-left: 10%;
		width: 100%;
	}
	
	ul.rent-types li{
		background: url('/wp-content/themes/xyz/images/rent-icons-list.png') 0px 6px no-repeat;
		display: inline-block;
		font-size: 1.2em;
		width: 24%;
		padding: 0 0 20px 25px;
		text-align: left;
		list-style: none;
	}
/*---footer --*/	

	.page-template-template-rent-php .sections.contact-info{
		display: block;
		text-align: center;
		margin: 25px auto 50px;
		padding: 0 20px;
	}

	ul.rent-examples{
		font-size: .73em;
		line-height: .7em;
		color: #fff;
		margin-bottom: 20px;
	}
	
	ul.rent-examples li{
		display: inline;
		list-style: none;
		padding-left: 15px;
		line-height: 25px;
	}
	ul.rent-examples li:first-child{
		padding: 0;
	}
	
	.footer-title {
		font-size: 1.4em;
		line-height: 1.5em;
		color: #fff;
		padding-top: 20px;
		border-top: solid 2px #25aae1;
	}
	
	.footer-title img {
		width: 150px;
		vertical-align: text-bottom;
		display: inline;
	}
	
/* MailChimp newsletter on /rent */

.rent__form-mc {
  text-align: left;
  margin: 10px auto 75px;
  width: 75%;
}

.rent__label {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #3d3d42;
}

.rent__input {
  height: 50px;
  border: solid 1px #3d3d42;
  border-radius: 0;
  width: 70%;
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  padding: 10px;
  -webkit-appearance: none;
}

.rent__submit {
  width: 28%;
  height: 50px;
  background: none;
  background-color: #25aae1;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  vertical-align: top;
  margin-left: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
	
	.rent__submit:hover,
	.rent__submit:focus {
		background-color: #2A9DCD;
	}

.s__margin-top,
h2.s__margin-top {
	margin-top: 20px;
}

html:not(.ie) .hide-label {
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.hidden {
    display: none;
}
.center-text {
    text-align: center;
}

.where-are-you{
	color: white;
	font-size: 14px;
	max-width: 875px;
	margin-right: auto;
    margin-left: auto;
  	padding: 30px;					
}

/*-------------------------------
------- end style for /rent page
---------------------------------*/	

/*-------------------------------
------- Responsive
---------------------------------*/

	@media only screen and (max-width:1015px) {
/*
		.page-template-template-rent-php .sections{
			padding: 0;
		}
*/
		
		.rent-timeline div {
			margin: 0 2%;
			padding: 35px 20px 25px;
		}
		.page-template-template-rent-php p.timeline-description {
			margin-top: 20px;
		}
		
	}

	@media only screen and (max-width:880px) {
		.page-template-template-rent-php .main-txt {
			font-size: 1.5em;
		}
		.page-template-template-rent-php p.timeline-title {
			font-size: 1em;
		}
		.page-template-template-rent-php p.timeline-description {
			margin-top: 5px;
			font-size: .9em;
		}
		.rent-timeline div{
			min-height: 120px;
		}
		ul.rent-types li{
			font-size: 1.1em;
		}
		
		.rent__input,
		.rent__submit {
		  /*display: block;*/
		  margin: 0 auto 10px auto;
		  width: 100%;
		}
		
	}
	
/*
	@media only screen and (max-device-width:880px) {
			-webkit-border-radius:  150px;
		-moz-border-radius:  150px;
		border-radius: 150px;
	}
*/
	
	@media only screen and (max-width:760px) {
		.rent-timeline div{
			margin: 0 1%;
			width: 31%;
		}
		.page-template-template-rent-php .public p.timeline-description {
			padding: 0px 45px;
		}
		ul.rent-types li {
			font-size: .97em;
		}
	}

	@media only screen and (max-width:660px) {
		
		.rent-bg .site-logo{width: 42%;}
		.site-description{width: 55%;}
		.rent-timeline div{
			width: 31%;
			min-height: inherit;
		}
		
		ul.rent-types{
			padding-left: 5%;
		}
		
		ul.rent-types li {
			font-size: 1em;
			width: 33%;
			padding: 0 0 20px 25px;
		}
		
		.rent-timeline div img {
			margin-bottom: 5px;
			width: 50%;
		}
		
		.page-template-template-rent-php p.timeline-title{
			font-size: 1.4em;
			line-height: 1.2em;
		}
		
		.page-template-template-rent-php p.timeline-description {
			margin-top: 20px;
			padding: 0;
			font-size: 1.2em;
			line-height: 1.2em;
		}
		
			
		.rent-timeline{
			max-width: 280px;
			margin: auto;
		}
			
		.rent-timeline div {
			width: 100%;
			margin: 10px 0;
			float: none;
			padding: 20px 39px 40px;
		}		
		
		.page-template-template-rent-php .public p.timeline-description { padding: 0 40px; }
		
		.lower-section{margin-top: 30px;}
		
		ul.rent-examples li:first-child {
			padding-left: 15px;
		}
		
		.rent__form-mc {
		  width: 100%;
		  margin: 10px 0 50px;
		}
	
	}
	
	@media only screen and (max-width:510px) {
		
		.rent-logo { padding: 20px 0; }
		
		.rent-bg .site-logo {
			padding: 0;
			width: 100px;
			float: none;
			text-align: inherit;
			display: block;
			margin: auto;
		}
		
		.site-description {
			font-size: 1.2em;
			padding: 0;
			border-left: none;
			width: 100%;
			float: none;
			text-align: center;
			margin-bottom: 0;
		}
		
		ul.rent-types li { width: 60%; clear: both; float: none; }
		.page-template-template-rent-php .sections { padding: 0 20px; }
		.page-template-template-rent-php .main-txt {
			font-size: 1.3em;
			margin-bottom: 30px;
		}
		ul.rent-types {padding-left: 5%; }
		ul.rent-examples {font-size: .8em;}
		
		.rent__input,
		.rent__submit {
		  width: 100%;
		}

        .cn-buttons a.rs__button.button__size-large {
            margin: 5px auto;
        }
    }

	@media only screen and (min-width:401px) and (max-width:450px) {
		#captchaboxCareers {
			width: 100%;
		}
	}
	
	@media only screen and (min-width:844px) and (max-width:890px) {
		#captchaboxCareers {
			width: 100%;
		}
	}

	@media only screen and (max-width:400px) {
		
		.homepage-hero h1 {
		  font-size: 22px;
		}
	
		body.single-xyz_jobs #recaptcha_area,
			body.single-xyz_jobs #recaptcha_table {
			width: 100% !important;
		}
	
		.mcform.contactForm .mc_embed_signup #mc-embedded-subscribe {
			width: 100%;
		}
		
		#xyz_jobs-apply-form-wrapper #gform_submit_button_1 {
			font-size: 21px;
		}
	
		.newsletter-field {
			width: 100%;
			padding-left: 0;
		}
	
		.description, .ideas {
			display: block;
			width: auto;
			float: none;
		}
	
		.fourIcons .social_label {
			font-size: 14px;
			font-size: .875rem;
		}
	
		.process-box .timeline li.steps.one.ui-tabs-active.ui-state-active img, .process-box .timeline li.steps img {
			width: 70%;
		}
	
		.txt-slide1.bracket-left, .txt-slide1.bracket-right {
			padding-top: 65px;
		}
	
		.mc_embed_signup span.phonearea, .mc_embed_signup span.phonedetail1, .mc_embed_signup span.phonedetail2 {
			width: auto;
		}
	
		.media-downloads span,
	  .content .media-downloads span {
			font-size: 14px;
		}
	
		#captchaboxCareers {
			width: 90%;
			background-image: none;
			background-color: transparent;
			border: none;
			height: auto;
			display: block;
		}
	
		#captchaboxCareers .getNewCaptchaCareers, .recaptcha_only_if_image, .recaptcha_only_if_audio {
			width: 100%;
			margin: 0;
		}
	
		#recaptcha_image img {
			height: auto;
			float: left;
		}
	
		#recaptcha_image {
			margin-bottom: 0;
		}
	
		#captchaboxCareers .getNewCaptchaCareers a:link {
			margin-left: 0;
		}
	
		#captchaboxCareers #recaptcha_widget .recaptcha_only_if_image a {
			margin-left: 0;
			font-size: 12px;
		}
	
		#captchaboxCareers #recaptcha_widget .recaptcha_only_if_audio a {
			font-size: 12px;
			margin-left: 0;
			text-align: left;
			text-indent: 20px;
		}
	
		#captchaboxCareers #recaptcha_widget span {
			margin-top: 0;
			margin-bottom: 20px;
		}
	
		#captchaboxCareers #recaptcha_widget span.recaptcha_only_if_image {
			margin-bottom: 5px;
		}
	
	  .mcform.contactForm .mc_embed_signup #mc-embedded-subscribe {
	      width: 97.319034852547%;
	  }
	  
	  a.btn-link.btn-green {
			font-size: 1.25rem;
			width: auto;
			line-height: 1.5;
			padding: 10px;
			margin-bottom: 32px;
		}
		
		.vip-showcase-examples {
			width: 81%;
		}
		
		/* Smaller text size for "Select Another Category" warning */
		#category-empty {
			font-size: 16px;
		}
		
		#category-empty:before {
			height: 30px;
			width: 30px;
			line-height: 30px;
			margin-right: 10px;
		}
		
		.whois-make-private:before {
			float: none;
			width: 100%;
			background-size: 30px;
			border-right: none;
			padding-right: 0;
			margin-right: 0;
			padding-bottom: 16px;
		}
		
		.slider-xyz .whois-make-private p {
			text-align: center;
		}
	
		#captchaboxCareers .getNewCaptchaCareers a {
			background-image: none;
			padding-left: 0;
			margin-left: 0;
			font-size: 12px;
		}
	
		#captchaboxCareers #recaptcha_widget a.helpCaptcha {
			margin-left: 5px !important;
		}
	
		body.single-xyz_jobs .gform_wrapper li.apply-fields-right.gfield.gfield_error {
			padding-left: 0px !important;
		}
	
		body.single-xyz_jobs .gform_wrapper li.apply-fields-left.gfield.gfield_error {
			padding-right: 0px !important;
		}
	
		#captchaboxCareers {
			width: 100%;
		}
	
		#captchaboxCareers a#recaptcha_audio_play_again, #captchaboxCareers a#recaptcha_audio_download {
			font-size: 15px;
			color: white;
			line-height: normal;
			float: left;
			margin-bottom: 10px;
		}
	
		body.single-xyz_jobs #captchaboxCareers #recaptcha_widget span {
			padding-top: 15px;
			padding: 0;
			margin-bottom: 10px;
			float: left;
		}
	}
	
	@media only screen and (min-device-width:320px) and (max-device-width:568px) {
			
		html {
			-webkit-text-size-adjust: 100%;
		}
	
		.sections {
			margin: 30px auto;
		}
	
		.process-box .left-image {
			height: 150px;
			width: 100%;
			display: block;
		}
	
		.footer-box .footer-links {
			margin-right: 0;
		}
	
		.top-shadow,.bottom-shadow {
			display: none;
		}
	
		.email-signup {
			width: 80%;
		}
	
		.signup-white {
			width: auto;
		}
	
		.email-field {
			width: 60%;
			font-size: 16px;
			padding: 0 0 0 5%;
		}
	
		.newsletter-field {
			width: 90%;
		}
	
		.button-signup {
			width: 100%;
			font-size: 22px;
			float: right;
			word-wrap: break-word;
			text-align: center;
			padding: 0 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			margin: 15px 0 0 0;
		}
	
		#mc-embedded-subscribe {
			margin: 0;
		}
	
		.ideas {
			width: 90%;
			float: left;
			margin: 10px 0 30px;
		}
	
		.downloads h1,.media-page h1 {
			font-size: 3em;
			color: #4a1955;
		}
	
		#what-is-xyz .liquid-nav-left-arrow {
			background: url(../images/arrow-left.png) no-repeat bottom left;
		}
	
		#what-is-xyz .liquid-slider-wrapper .liquid-nav-right-arrow {
			background: url(../images/arrow-right.png) no-repeat bottom right;
		}
	
		#what-is-xyz .liquid-nav-left-arrow:hover {
			background: url(../images/arrow-left.png) no-repeat bottom left;
		}
	
		#what-is-xyz .liquid-slider-wrapper .liquid-nav-right-arrow:hover {
			background: url(../images/arrow-right.png) no-repeat bottom right;
		}
	
		.footer-box {
			margin-left: 0;
			text-align: center;
			padding-bottom: 50px;
			padding-left: 0;
		}
	
		.footer-box .footer-logo {
			text-align: center;
			display: inline-block;
			padding: 25px 0 5px;
			width: 100%;
			float: none;
			margin: 0 auto;
		}
	
		.footer-logo-container {
			width: 100%;
		}
	
		.footer-box .fRight {
			float: none;
		}
	
		.pmobile {
			display: block;
		}
	
		.purple-box p.sub-header-purple.pmobile {
			border: 1px solid white;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			padding: 0;
			width: 70%;
			margin: 0 auto 20px auto;
			background-color: rgba(74, 25, 85, 0.56);
			font-size: 15px;
		}
	
		.white-box p.sub-header-purple.pmobile {
			background: none;
			border: 1px solid #C4C4C4;
			color: #A7A7A7;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			padding: 5px 0;
			margin: 15px auto;
			width: 70%;
			font-size: 15px;
		}
	
		#captchabox {
			width: auto !important;
			min-width: 0;
		}
	
		#recaptcha_image {
			min-width: 0;
			width: 100% !important;
			margin-bottom: 10px;
			height: auto !important;
			float: left;
		}
	
		#recaptcha_widget span.recaptcha_only_if_image, span.recaptcha_only_if_audio {
			font-size: 14px;
		}
	
		#captchabox .getNewCaptcha a:link, .recaptcha_only_if_image a:link, .recaptcha_only_if_audio a:link {
			font-size: 8px;
		}
	
		#captchabox .recaptcha_only_if_image a:link {
			font-size: 8px;
		}
	
		#captchabox .recaptcha_only_if_audio a:link {
			font-size: 8px;
		}
	
		#captchaboxCareers #recaptcha_widget .recaptcha_only_if_image a:visited {
			color: #a8d93f;
		}
	
		#captchaboxCareers .getNewCaptchaCareers a:visited {
			color: #a8d93f;
		}
	
		#captchaboxCareers {
			height: auto;
			border: none;
			background-position: top;
			background-repeat: no-repeat;
		}
		
		
	}
	
	@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:landscape) {
		.process-box .left-image {
			margin-top: 15px;
		}
	
		.news .postbox h2 {
			width: auto;
			color: #4a1955;
		}
	
		.process-box .timeline ul {
			width: 100%;
		}
	
		#captchaboxCareers .recaptcha_only_if_image {
			padding: 0;
		}
	}
	
	@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:portrait) {
		.process-box .steptext {
			padding: 0 10px;
		}
	
		.process-box p {
			text-align: center;
		}
	
		.process-box .timeline ul {
			width: 100%;
		}
	
		.footer-box .footer-links li a {
			font-size: 14px;
		}
	
		.footer-box .fRight {
			margin-bottom: 60px;
		}
	
		.home .white-box .section {
			padding: 0 10px;
		}
	
		.newsletter {
			padding: 0 5px;
		}
	}
	
	@media only screen and (min-device-width: 320px) and (max-device-width:480px) {
		.signup-box h1 {
			font-size: 2em;
			color: #4a1955;
		}
	
		.signup-box p {
			font-size: 1em;
			line-height: 24px;
		}
	
		.process-box h1 {
			font-size: 2em;
			color: #4a1955;
			margin: 30px 0 0;
		}
	
		.process-box span {
			font-size: 1.5em;
		}
	
		.process-box h2 {
			font-size: 1.4em;
		}
	
		.news .postbox .readmore {
			padding: 15px 0;
		}
	
		.whoisxyz span,.locations span,.downloads .subtitle,.media-page .subtitle {
			font-size: 1em;
		}
	}
	
	
	.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
		width: 100% !important;
	}

@media only screen and (max-width:424px) {
	
	.grid__square-item {
	  width: 100%;
  }
  
}

@media only screen and (min-width: 425px) and (max-width: 749px) {
	
	.grid__square-item {
	  width: 50%;
  }

    .cheers__portfolio .grid__square-item:nth-of-type(3) {
        margin-left: 25%;
        margin-right: 25%;
    }
  
}

@media only screen and (min-width: 750px) and (max-width: 1499px) {
	
	.grid__square-item {
	  width: 33.33%;
  }
  
}

@media only screen and (min-width: 1500px) {
	
	.grid__square-item {
	  width: 16.66%;
  }

    .cheers__portfolio .grid__square-item {
        width: 33.33%;
    }

    .cheers__portfolio-container {
        max-width: 1200px;
        margin: 0 auto;
    }
  
}



/* Quarterly Reports */

.quarterly-container {
    margin: 0 auto;
}

.quarterly-summary {
    border-bottom: 1px solid #e4e4e4;
}

.quarterly-summary > div {
    display: block;
    vertical-align: top;
    margin: 0 auto;
}

.quarterly-summary-image {
    width: 200px;
    padding: 0 0 30px 0;
}

.quarterly-summary-image img {
    box-shadow: 0 10px 20px 0 rgba(85,85,85,0.25);
}

.quarterly-summary-text {
    max-width: 465px;
    padding: 0 0 15px 0;
    margin: 0 auto;
}

#content .quarterly-summary-text p,
#content .quarterly-summary-text ul.list__bulleted li,
.white-box .quarterly-links a,
.content .quarterly-links span {
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

#content .quarterly-summary-text ul {
    margin: 10px;
}

#content .quarterly-summary-text ul.list__bulleted li {
    padding-bottom: 5px;
}

#content .quarterly-summary-text ul.list__bulleted li:before {
    color: #2e103b;
}

#content .quarterly-past-reports ul,
#content ul.quarterly-links {
    margin: 0;
    padding: 25px 0 0;
}

.quarterly-links li {
    width: 200px;
    margin: 0 auto;
}

.quarterly-links li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

#content .quarterly-past-reports {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}

.quarterly-summary-image a img {
    max-width: 200px;
}

.quarterly-summary-image a:hover img,
.quarterly-summary-image a:focus img,
.quarterly-links li a:hover,
.quarterly-links li a:focus {
    transform: scale(1.1);
}

.quarterly-summary-image a img,
.quarterly-summary-image a:hover img,
.quarterly-summary-image a:focus img,
.quarterly-links li a,
.quarterly-links li a:hover,
.quarterly-links li a:focus {
    transition: transform .17s;
}

.content .quarterly-links span {
    color: inherit;
    font-family: inherit;
    display: block;
    margin-top: 25px;
}

.quarterly-links img {
    box-shadow: 0 10px 20px 0 rgba(85,85,85,0.25);
    margin-bottom: 15px;
}

@media (min-width: 801px) {

    .quarterly-container {
        max-width: 700px;
    }

    .quarterly-summary > div {
        display: inline-block;
        margin: 0;
    }

    .quarterly-summary-image {
        width: 230px;
        padding: 0 0 30px 0;
    }

    .quarterly-summary-text {
        margin: auto;
        padding: 30px 0;
    }

    .quarterly-links li {
        float: left;
        margin: 0 50px 0 0;
    }

    .quarterly-links li:last-of-type {
        margin-right: 0;
    }

}

/* 4th anniversary /giveaway */

/* Confetti BGs*/
body.page-id-8731 .white-box {
    position: relative;
    background-image: url('/wp-content/themes/xyz/images/anniv4/confetti-left.svg'), url('/wp-content/themes/xyz/images/anniv4/confetti-right.svg');
    background-position: -100% 0, 200% 0;
    background-repeat: no-repeat;
    background-size: 75% auto;
}

@media (min-width: 701px) {
    body.page-id-8731 .white-box {
        background-position: -50% 0, 150% 0;
        background-size: auto;
    }
}

@media (min-width: 960px) {
    body.page-id-8731 .white-box {
        background-position: top left, top right;
    }

}

@media (min-width: 1450px) {
    body.page-id-8731 .white-box {
        background-size: auto 300px;
    }
}

body.page-id-8731 small {
    display: block;
    line-height: 1.25;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.giveaway-container {
    background-color: #f6ebf9;
    border-radius: 5px;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#content .list__big {
    margin: 10px 0 20px;
    padding: 0;
}

#content ol.list__big li{
    list-style: decimal;
}

#content ul.list__big li{
    list-style: disc;
}

#content .list__big li {
    margin: 0 0 10px 1em;
    padding: 0;
    font-size: 20px;
    font-family: Bariol, sans-serif;
}

.giveaway-special-button {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    margin: 20px 0 0 0;
    font-family: Bariol, Muli, sans-serif;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    font-size: 30px;
    padding: 20px 25px;
    background-image: linear-gradient(95deg, #2EEFB3 0%, #A8D93F 50%, #FFBD4C 100%);
    box-shadow: 0 3px 6px 0 rgba(205,205,205,0.50);
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(85,85,85,0.42);
}

.giveaway-special-button:hover,
.giveaway-special-button:focus {
    filter: saturate(1.4);
    text-shadow: 0 1px 1px rgba(85,85,85,0.7);
    box-shadow: 0 3px 6px 0 rgba(205,205,205,0.7);
}