/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

	BASE STYLES
	
	Docs: https://cyber2.atlassian.net/wiki/display/WHMCS/CSS
	
	* Changes to base.css will be used for ALL TLD domain reseller sites
	
	Contents:
	
	1. Reset
	2. General Styles
	3. Features
	4. Reusable/modifying styles
	5. Media queries
	
	Colors, for finding and replacing.
	- Grays: #5a5a5a (body text), #d5d8d9, #d5d8d9, #f3f6f7, #fff
	- Colors: dodgerblue, #1B7DDD, crimson, mediumseagreen, seagreen, #123A62, #13477B
	
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*/////////////////////////////

Reset

Minified normalize.css - http://github.com/necolas/normalize.css 

/////////////////////////////*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#f3f6f7;color:black}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #d5d8d9;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box-sizing */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Hide images accessibly */

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 0;
}
/* Clearfixes */

.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* Images */

img {
    max-width: 100%;
    height: auto;
}
/* Email address images */

.email-address {
    vertical-align: middle;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	
	General Styles

	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color: #5a5a5a;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.main-content {
    line-height: 1.33;
    padding-top: 70px;
}
/*/////////////////////////////

	Typography

/////////////////////////////*/
/* Text selection 
	 (Must be declared on separate lines)
*/

::selection {
    color: #fff;
    background-color: #d5d8d9;
}
::-moz-selection {
    color: #fff;
    background-color: #d5d8d9;
}
/* Paragraphs with typographic improvements:
http://www.newnet-soft.com/blog/csstypography */

p {
    /* Enable ligatures */
    
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    margin-top: 0;
    margin-bottom: 25px;
}
/* Remove margin-bottom after last paragraph or after single paragraphs */

p + p:last-of-type,
p:only-of-type {
    margin-bottom: 0;
}

ul, menu, dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 0px 0px 0px 0px;
}

/*/////////////////////////////

Headings

	* Use classes rather than heading elements (h1, h2 etc) to dictate style.
	* Use these same prefixes for other classes that have a hierarchy
	
	.main-
	.sub-
	.minor-
	.featured-
	.emphasis-
	.subtle-

/////////////////////////////*/
/* Reset */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizelegibility;
    font-weight: normal;
    margin: 0;
    font-size: 100%;
}
/* .rs__ prefix stands for reseller */

.rs__main-heading,
.rs__sub-heading,
.rs__minor-heading,
.rs__featured-heading,
.rs__subtle-heading {
    -webkit-transition: font-size .17s ease-in-out;
    -moz-transition: font-size .17s ease-in-out;
    -ms-transition: font-size .17s ease-in-out;
    -o-transition: font-size .17s ease-in-out;
    transition: font-size .17s ease-in-out;
}
.rs__main-heading {
    font-size: 36px;
}
.rs__sub-heading {
    font-size: 24px;
}
.rs__minor-heading {
    font-size: 18px;
}
.rs__featured-heading {
    font-size: 18px;
}
.rs__subtle-heading {
    font-size: 14px;
}
/*/////////////////////////////
	
Links

* Alternative to text-decoration:underline = Better underlines based on Medium.com
https://medium.com/designing-medium/crafting-link-underlines-on-medium-7c03a9274f9

/////////////////////////////*/
/* Reset */

a {
    color: inherit;
    text-decoration: none;
}
.main-content a {
    text-decoration: underline;
}
.main-content a:not(.rs__button):hover,
.main-content a:not(.rs__button):focus {
    color: #1B7DDD;
}
/* Mobile tap/"hover" color */

a:link {
    -webkit-tap-highlight-color: rgba(85, 85, 85, 0.5);
}
/* Hover transitions*/

button,
input,
a,
button:hover,
button:focus,
.rs__button:hover,
.rs__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,
.rs__button,
input,
a {
    -webkit-transition: color .17s, background .17s, padding .17s;
    -moz-transition: color .17s, background .17s, padding .17s;
    -ms-transition: color .17s, background .17s, padding .17s;
    -o-transition: color .17s, background .17s, padding .17s;
    transition: color .17s, background .17s, padding .17s;
}
/*/////////////////////////////
	
Layout

/////////////////////////////*/

.row {
    clear: both;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
}
.site-header .row {
    width: 100%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
}
.main-content .row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.main-content .row,
.site-footer .row,
.mobile-nav-toggle,
.header-logo {
    -webkit-transition: padding .17s;
    -moz-transition: padding .17s;
    -ms-transition: padding .17s;
    -o-transition: padding .17s;
    transition: padding .17s;
}
/*------------------
	
	~"rs__container, rs__block, and you!"~
	
	Example:
	
	<div class="rs__container">
	
		<div class="rs__block"></div>
		<div class="rs__block"></div>
		
	</div>
	
------------------*/

.rs__container {
    background-color: #f3f6f7;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}
/* Belongs inside .rs__container */

.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. */
    
    margin: -30px -30px 30px -30px;
    padding: 10px 10px 8px 10px;
}
/*/////////////////////////////

	Left to right (LTF) Grid for form fields
	
	(as opposed to Top to bottom, for example)

/////////////////////////////*/

.grid__ltr-item {
    padding-right: 0;
    width: 32%;
    width: -webkit-calc(33.3% - 10px);
    width: calc(33.3% - 10px);
    margin-right: -3px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
}
.ie8 .grid__ltr-item,
.ie8 .grid__ltr-third {
    width: 30%;
}
.grid__ltr-half,
.grid__ltr-third,
.grid__ltr-two-thirds {
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
}
.grid__ltr-item .grid__ltr-half,
.grid__ltr-item .grid__ltr-third,
.grid__ltr-item .grid__ltr-two-thirds {
    padding-right: 7.5px;
}
.grid__ltr-double {
    width: 200%;
}
.grid__ltr-half {
    width: 50%;
}
.grid__ltr-third {
    width: 33.3%;
}
.grid__ltr-two-thirds {
    width: 66.6%;
}
/* Adjust space between/gutter */

.grid__ltr-last,
.grid__ltr-item .grid__ltr-last,
.grid__ltr-half + .grid__ltr-half {
    padding-right: 0;
}
.grid__ltr-item div + .grid__ltr-two-thirds,
.grid__ltr-item div + .grid__ltr-half,
.grid__ltr-item div + .grid__ltr-third,
.payment__exp-slash + .grid__ltr-third,
.payment__exp-slash + .grid__ltr-half {
    padding-left: 7.5px;
}
.perfect-thirds:first-of-type,
.grid__ltr-item:nth-of-type(3n+1),
.column-clear,
.grid__ltr-break + .grid__ltr-item {
    margin-left: 0;
}
.grid__ltr-item.grid__force-gutter {
    margin-left: 15px;
}
/*/////////////////////////////

Header

/////////////////////////////*/

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 5555;
    background-color: #13477B;
    min-width: 1040px;
    height: 70px;
}
.header-logo,
.mobile-nav-toggle {
    display: inline-block;
    vertical-align: middle;
    /* Compensates for inline characteristics of inline-block */
    
    margin-right: -5px;
}
.header-logo .site-logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-logo {
    width: 30%;
}
.mobile-nav-toggle {
    width: 33%;
    /* Aligns button to the right because it is inline-block */
    
    text-align: right;
}
/*/////////////////////////////

Navigation

/////////////////////////////*/

nav ul,
nav ol {
    margin: 0;
    padding: 0;
}
.site-nav ul {
    margin: 0 auto;
}
.nav-item {
    display: block;
}
.header-nav .main-nav-link,
.footer-nav .nav-item a {
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-nav .main-nav-link {
    text-align: center;
    padding: 10px;
}
/* Header nav */

.header-nav {
    font-size: 18px;
    background: none;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    /* Compensates for inline characteristics of inline-block */
    
    margin-right: -5px;
}
.header-nav .top-level-nav {
    padding: 0;
    text-align: right;
}
.top-level-nav > .nav-item {
    position: relative;
}
.header-nav .nav-item {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.nav-item a:focus {
    outline: none;
}
/* Nav dropdowns */

.header-nav .dropdown-nav-item {
    margin-right: 20px;
}
.header-nav .sub-nav-link {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-parent,
.dropdown-parent:hover,
.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;
}
.header-nav a:hover,
.header-nav a:focus,
.dropdown-parent:hover,
.dropdown-parent:focus {
    color: dodgerblue;
    outline: none;
    cursor: pointer;
}
/* Compensates for width of :after element
	so that dropdown is correctly centered to parent text/button */

.dropdown-parent:before {
    content: '';
    width: 10px;
    display: inline-block;
}
.dropdown-parent:after {
    content: '';
    background-image: url('/template/img/tld/nav-dropdown.png');
    background-image: -webkit-linear-gradient( transparent, transparent), url('/template/img/tld/nav-dropdown.svg');
    background-image: linear-gradient( transparent, transparent), url('/template/img/tld/nav-dropdown.svg');
    background-repeat: no-repeat;
    background-position: left center;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 5px;
}
.dropdown-parent:hover:after,
.dropdown-parent:focus:after {
    background-position: right center;
}
.top-level-nav .dropdown-parent {
    height: 70px;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}
.sub-level-nav {
    display: none;
    padding: 20px;
}
.sub-level-nav > .nav-item {
    display: block;
    margin-right: 0;
    text-align: center;
    border-bottom: 1px solid #13477B;
}
.sub-level-nav > .nav-item:last-of-type {
    border-bottom: none;
}
.sub-level-nav > .nav-item:first-of-type a {
    padding-top: 0;
}
.sub-level-nav > .nav-item:last-of-type a {
    padding-bottom: 0;
}
/* Sub Nav Bar */

.nav__bar {
    list-style: none;
    padding: 0;
    display: table;
    margin: 20px 0;
}
.nav__bar-item {
    display: table-cell;
    float: left;
    padding: 10px 30px;
    text-align: center;
}
.nav__bar-item:first-of-type {
    padding-left: 0;
}
.nav__bar-item a {
    text-decoration: underline;
    font-weight: bold;
    color: #5a5a5a;
}
.nav__bar-item a:hover,
.nav__bar-item a:focus {
    color: dodgerblue;
}
.nav__bar-is-active a {
    color: dodgerblue;
    text-decoration: none;
}
/*/////////////////////////////

Footer, Footer nav

/////////////////////////////*/

.site-footer {
    background-color: #13477B;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 50px;
}
.site-footer,
.site-copyright {
    font-weight: bold;
}
.footer-nav .nav-item a {
    display: inline-block;
    font-weight: bold;
    line-height: 1.25;
}
/* Copyright */

.site-copyright {
    margin-top: 25px;
    margin-bottom: 25px;
}
/* (Register | My Account) */

.action-nav {
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.action-nav {
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.action-nav-item {
    display: block;
    border: solid #fff;
    border-width: 1px 0 1px 1px;
    width: 225px;
    margin-right: auto;
    margin-left: auto;
}
.action-nav-item:first-of-type {
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0 1px;
}
.action-nav-item:last-of-type {
    border-width: 1px;
    border-radius: 0 0 5px 5px;
}
.action-nav-link {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    padding: 7px 15px;
}
/*/////////////////////////////

Lists

/////////////////////////////*/
/* Clean, reset lists */

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

.list__check ul,
.list__check ol {
    margin: 0;
}

.list__check li {
    padding-left: 20px;
    background-image: url('/template/img/tld/checkmark.png');
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/template/img/tld/checkmark.svg');
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/template/img/tld/checkmark.svg');
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 10px auto;
    margin-bottom: 15px;
}

.list__basic {
    list-style-type: disc;
    margin: 25px 25px 25px 50px;
}
.list__inline {

}
.list__inline li {
    display: inline;
    font-size: 0.75rem !important;
    margin: 0 !important;
    text-transform: uppercase;
}
.list__inline li:not(:last-child):after {
    content: '◦';
    display: inline;
    margin: 0 0.25rem;
}
.list__inline li a {

    text-decoration: none !important;
}
    /*/////////////////////////////

    Forms

        * .rs__form is the default form container
        * .rs__button is the default button style
        * You can create a completely new style or add '-alt' to modify the default
            Ex: .rs__input-alt

    /////////////////////////////*/
/* Standard Form style (.rs__form) */

.rs__input,
.rs__textarea,
.rs__select,
.rs__select-wrapper select {
    /* Reset styles for mobile devices */
    
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f3f6f7;
    color: #5a5a5a;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}
.rs__input:focus,
.rs__textarea:focus,
.rs__select:focus,
.rs__checkbox:focus,
.rs__select-wrapper select:focus {
    outline: 1px auto #5a5a5a;
}
.rs__button:focus {
    outline: 0;
    box-shadow: 0 0 6px #5a5a5a;
}
@-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 #d5d8d9;
    }
    .alert__error-field:focus {
        box-shadow: 0 0 7px rgba(166, 0, 60, 0.5) inset, 0 0 3px #5a5a5a;
    }
}
.rs__file {
    color: #5a5a5a;
    font-size: 14px;
}
.rs__input-reset {
    border: none;
    background: none;
    color: #5a5a5a;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
}
/* Labels */

.rs__label {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    color: #5a5a5a;
    min-height: 20px;
    display: block;
}
.rs__label-double-width {
    width: 200%;
}
.rs__label .asterisk {
    color: crimson;
}
/* Hide label accessibly */

.placeholder .rs__form .hide-label {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 0;
    min-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}
/* Browsers/devices that don't support placeholders get labels */

.no-placeholder .rs__form .hide-label {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.no-placeholder .ccexpiryyear-parent .hide-label {
    opacity: 0;
    font-size: 0;
    width: 0;
    overflow: hidden;
}
.rs__input,
.rs__select,
.rs__select-wrapper select {
    height: 45px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #f3f6f7;
    box-shadow: inset 0 3px 6px #e7ebec;
}
.rs__input-small {
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.ie8 .rs__input {
    padding-top: 15px;
}
.ie8 .phone-intl-prefix {
    padding-top: 0;
    top: 5px;
}
.rs__input-medium-width {
    width: 200px;
}
.rs__select,
.rs__select-wrapper select {
    border-radius: 0;
    padding-right: 0;
}
.ie8 .rs__select {
    padding-bottom: 13px;
    padding-top: 13px;
    height: auto;
}
.rs__textarea {
    background-color: #f3f6f7;
    box-shadow: inset 0 3px 6px #e7ebec;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    width: 100%;
    /* Only allow vertical resizing to maintain layout */
    
    resize: vertical;
}
/* Checkbox */

.rs__checkbox {
    vertical-align: middle;
}
.form__checkbox-label {
    padding-left: 5px;
    vertical-align: middle;
    font-size: 14px;
}
.rs__checkbox-label {
    padding-left: 5px;
    vertical-align: middle;
}
.rs__checkbox-list {
    margin: 10px 0 30px 20px;
}
.rs__checkbox-list li {
    margin-bottom: 5px;
}
/* Promo code */

.rs__input-promo {
    width: 200px;
    display: block;
    float: left;
}
.rs__alert-promo {
    float: left;
    margin-left: 15px;
}
/* Radios */

.rs__radio-group {
    margin-bottom: 20px;
}
.rs__radio-group ul {
    padding: 0;
    margin: 0;
}
.rs__radio-container {
    display: inline-block;
    width: 80px;
}
.rs__radio-input[type="radio"],
.rs__radio-label {
    margin-right: 5px;
}
/* Disabled fields */

button[disabled],
html input[disabled],
.rs__button[disabled] {
    cursor: default;
}
.rs__disabled .rs__label,
.rs__disabled [disabled],
.rs__disabled .rs__tooltip-anchor,
.rs__disabled .rs__input,
.rs__disabled .rs__select {
    color: #d5d8d9;
    cursor: not-allowed;
    outline: none;
}
.webkit-appearance .rs__disabled .rs__select,
.webkit-appearance .rs__disabled .rs__select-wrapper select {
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/template/img/tld/ui-sprite-disabled.svg');
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/template/img/tld/ui-sprite-disabled.svg');
}
/*------------------
	Alt style
	.xyz:
		* Gray container background
		* #fff background form items
------------------*/

.rs__container.alt-style {
    background-color: #F3F6F7;
}
.rs__input.rs__alt-style,
.rs__select.rs__alt-style {
    background-color: #fff;
    -webkit-box-shadow: inset 0 3px 6px #d0d0d0;
    box-shadow: inset 0 3px 6px #d0d0d0;
}
.webkit-appearance .rs__input.rs__alt-style {
    -webkit-appearance: none;
    appearance: none;
}
/*------------------
	Placeholders
		
	* Separate selectors because "when a browser doesn't understand a selector, it invalidates the entire line of selectors"
	* http://css-tricks.com/snippets/css/style-placeholder-text/
	
------------------*/

.rs__form::-webkit-input-placeholder {
    color: #5a5a5a;
}
.rs__form::-moz-placeholder {
    color: #5a5a5a;
}
.rs__form:-ms-input-placeholder {
    color: #5a5a5a;
}
/*------------------
	
	Buttons
	
	* .rs__button
	* Requires rs__button class plus optional modifiers
	* Ex: <a href="/" class="rs__button button__size-tiny button__bg-gray">...</a>
	
------------------*/

.rs__button {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-shadow: none;
    background: dodgerblue;
    display: inline-block;
    cursor: pointer;
}
.rs__button:hover,
.rs__button:focus {
    background-color: #1B7DDD;
}
.rs__button a,
.rs__button:hover a,
.rs__button:focus a,
.rs__button:hover,
.rs__button:focus,
a.rs__button,
a.rs__button:hover,
a.rs__button:focus,
.rs__button a:hover,
.rs__button a:focus {
    color: #fff;
    text-decoration: none;
}
.rs__button + .rs__button {
    margin-left: 5px;
}
/*------------------
	Size
------------------*/

.button__size-mini {
    font-size: 14px;
    padding: 3px 10px;
    min-width: 50px;
    height: 25px;
}
.button__size-tiny {
    font-size: 14px;
    padding: 6px 20px;
    min-width: 70px;
    height: 30px;
}
.button__size-small {
    font-size: 16px;
    padding: 7px 20px;
    height: 35px;
}
.button__size-medium {
    font-size: 16px;
    padding: 12px 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-alt {
    color: #fff;
}
/*------------------
	Button Modifiers
------------------*/

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

.button__small-width {
    min-width: 90px;
}
.button__medium-width {
    width: 132px;
    padding-left: 5px;
    padding-right: 5px;
}
.button__large-width {
    min-width: 280px;
}
.button__full-width {
    width: 100%;
    /* Override rs__button + rs__button margin */
    
    margin-left: 0 !important;
}
/* Colors/background-colors */

.button__bg-gray {
    background-color: #d5d8d9;
    text-shadow: none;
}
.button__bg-gray:hover,
.button__bg-gray:focus {
    color: #fff;
    background-color: #C9CBCB;
}
.button__bg-gray:focus {
    box-shadow: 0 0 6px #C9CBCB;
}
.button__text-shadow.button__bg-gray {
    text-shadow: 0 1px 2px #d5d8d9;
}
.button__bg-alt-gray {
    background-color: #ECF0F1;
    color: #5A5A5A;
}
.button__bg-alt-gray:hover,
.button__bg-alt-gray:focus {
    background-color: #d5d8d9;
}

.button__bg-red {
    background-color: #ff3d3d !important;
    text-shadow: none;
}
.button__bg-red:hover,
.button__bg-red:focus {
    color: #fff;
    background-color: #d93f3f !important;
}
.button__bg-red:focus {
    box-shadow: 0 0 6px #d93f3f !important;
}
.button__text-shadow.button__bg-red {
    text-shadow: 0 1px 2px #ff3d3d !important;
}
.button__bg-alt-red {
    background-color: #ECF0F1;
    color: #5A5A5A;
}
.button__bg-alt-red:hover,
.button__bg-alt-red:focus {
    background-color: #ff3d3d !important;
}

/* States */

.button__is-disabled,
.rs__button[disabled] {
    background-color: #f3f6f7;
    color: #d5d8d9;
    cursor: not-allowed;
}
.button__is-disabled:hover,
.button__is-disabled:focus,
.rs__button[disabled]:hover,
.rs__button[disabled]:focus {
    background-color: #f3f6f7;
    color: #d5d8d9;
}
.button__add:hover,
.button__add:focus {
    background-color: mediumseagreen;
}
.button__add:focus {
    box-shadow: 0 0 6px mediumseagreen;
    background-color: seagreen;
}
.button__cancel:hover,
.button__cancel:focus {
    background-color: crimson;
}
.button__cancel:focus {
    background-color: crimson;
    box-shadow: 0 0 6px crimson;
}
.button_cc_hide {
    display: none;
}
.button__bg-alt-gray.button__add:hover,
.button__bg-alt-gray.button__add:focus,
.button__bg-alt-gray.button__cancel:hover,
.button__bg-alt-gray.button__cancel:focus {
    color: #fff;
}
/* Reset */

.button__reset {
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.button__reset,
.button__reset:hover,
.button__reset:focus,
.button__reset:active {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* Button row */

.button__row {
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px #D5D8D9;
    background-color: #F3F6F7;
}

.button__row li {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;

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

.button__row li:hover {
    background-color: #EFEFEF;

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

.button__row button {
    width: 100%;
    color: #5A5A5A;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    padding: 7px;
    border-bottom: 1px solid #DDDFE0;

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

.button__row li:last-of-type button {
    border: none;
}

.button__row button:hover {
    color: dodgerblue;

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

.button__row li.disabled {
    background-color: #eee;
}
.button__row button:disabled {
    color: #dddfe0 !important;
}

/* Button icons, mostly used for AddOns. TODO expand on this, make more reusable */
.svg .button__icon {
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: 15px center;
    padding-left: 50px;
}

.svg .button__web-builder {
    background-image: url('/template/img/tld/addons-icon-web-builder-white.svg');
}

.svg .button__google-apps {
    background-image: url('/template/img/tld/addons-icon-google-apps-white.svg');
    background-size: auto 40%;
    padding-left: 55px;
}

/*/////////////////////////////

	Form Element Variations

/////////////////////////////*/
/* Small Select element (in tables, etc) */

.rs__select-small {
    background-color: #fff;
    color: #5a5a5a;
    border: 1px solid #d5d8d9;
    padding: 2px 0 2px 10px;
    font-size: 14px;
    box-shadow: none;
    width: 130px;
    height: 25px;
    margin-bottom: 0;
}
.ie8 .rs__select-small {
    padding-top: 0;
    padding-bottom: 0;
}
.rs__select-medium-height {
    height: 30px;
}
.rs__select-tiny-width {
    width: 75px;
}
.no-bgpositionshorthand.webkit-appearance .rs__select-tiny-width.rs__select-small {
    background-position: 55px 10px;
}
.rs__select-medium-width {
    width: 200px;
}
.rs__select-large-width {
    width: 300px;
    max-width: 100%;
}
.rs__input-small.addon__googleapps-input {
    background-color: #fff;
    color: #5a5a5a;
    border: 1px solid #d5d8d9;
    padding: 2px 0 2px 10px;
    font-size: 14px;
    box-shadow: none;
    width: 130px;
    height: 25px;
    margin-bottom: 0;
}


/*------------------
	Custom styled select
	.webkit-appearance class added with Modernizr in js/scripts.js
------------------*/

.webkit-appearance .rs__select,
.webkit-appearance .rs__select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/template/img/tld/dark-dropdown-arrow.png');
    background-image: -webkit-linear-gradient( transparent, transparent), url('/template/img/tld/dark-dropdown-arrow.svg');
    background-image: linear-gradient( transparent, transparent), url('/template/img/tld/dark-dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-position: right 10px bottom 45%;
    padding-right: 25px;
}
.webkit-appearance .rs__select-small {
    background-position: 93% 50%;
    background-position: right 10px bottom 45%;
    padding: 2px 30px 2px 10px;
}

/*------------------
	End custom styled select
------------------*/
/* Form alert */

.form__error {
    border-left: 5px solid crimson;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
/* Password Strength */

.rs__password-strength {
    height: 45px;
    margin-bottom: 25px;
    width: 100%;
    background-color: #f3f6f7;
}
.rs__password-strength .rs__password-strength-level {
    padding-left: 10px;
    padding-top: 13px;
    font-size: 14px;
    color: #5a5a5a;
    height: 45px;
    -webkit-transition: .17s;
    -moz-transition: .17s;
    -ms-transition: .17s;
    -o-transition: .17s;
    transition: .17s;
}
.rs__password-strength .strong,
.rs__password-strength .moderate,
.rs__password-strength .weak {
    color: #fff;
    opacity: 1;
    background: dodgerblue;
    font-weight: bold;
}
.rs__password-strength .strong {
    width: 100%;
}
.rs__password-strength .moderate {
    width: 66.6%;
}
.rs__password-strength .weak {
    width: 33.3%
}
/* International phone number prefix */

.phone-intl-prefix {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
    height: 45px;
    width: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    font-size: 14px;
    color: #999;
    /* Safari: */
    
    -webkit-text-fill-color: #999;
    -webkit-opacity: 1;
    padding-left: 15px;
}
.one-digit {
    width: 70px;
}
.one-digit ~ .phone {
    padding-left: 70px;
}
.two-digit {
    width: 80px;
}
.two-digit ~ .phone {
    padding-left: 80px;
}
.three-digit {
    width: 90px;
}
.three-digit ~ .phone {
    padding-left: 90px;
}
/*/////////////////////////////

	Tables

/////////////////////////////*/
/* Form elements inside of tables, use: .table__form-wrangling */

.table__form-wrangling .rs__input,
.table__form-wrangling .rs__select {
    margin-bottom: 0;
}
/*------------------
	Basic responsive table
	See for similar example/demo: https://css-tricks.com/responsive-data-tables/
------------------*/

.table__basic {
    background-color: #fff;
    width: 100%;
    border: 1px solid #d5d8d9;
}
/* Basic Table header */

.table__basic-head {
    border-bottom: 1px solid #d5d8d9;
    text-align: left;
}
.table__basic th {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #1B7DDD;
}
/* Basic Table footer */

.table__basic-foot {
    border-top: 1px solid #d5d8d9;
    background-color: #ecf0f1;
}
/* Cart table */

.table__cart-item {
    border-top: 1px solid #d5d8d9;
    height: 45px;
}
.table__cart-item:first-of-type {
    border-top: none;
}
.table__cart-sub-item {
    height: 30px;
    vertical-align: top;
}
.table__cart-remove {
    padding-left: 10px;
    width: 50px;
    position: relative;
    vertical-align: middle;
}
.table__cart-remove-icon {
    height: 12px;
    width: 12px;
    background-image: url('/template/img/tld/remove-icon.png');
    background-image: -webkit-linear-gradient( transparent, transparent), url('/template/img/tld/remove-icon.svg');
    background-image: linear-gradient( transparent, transparent), url('/template/img/tld/remove-icon.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    outline: none;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    vertical-align: middle;
}
.table__cart-remove-icon:hover,
.table__cart-remove-confirm {
    background-position: -55px center;
}
.table__cart-sub-item .table__cart-remove-icon {
    margin-top: -5px;
}
.table__cart-remove-tooltip {
    position: absolute;
    background-color: #ecf0f1;
    color: #5a5a5a;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 150px;
    bottom: 39px;
    left: -59px;
    display: none;
}
.table__cart-remove-tooltip p {
    margin-bottom: 2px;
}
.lt-ie9 .table__cart-remove-tooltip {
    width: 180px;
    left: -75px;
}
.lt-ie9 .table__cart-remove-tooltip p {
    margin-bottom: 0;
}
.table__cart-remove-tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(236, 240, 241, 0);
    border-top-color: #ecf0f1;
    border-width: 5px;
    margin-left: -5px;
}
.table__cart-sub-item .table__cart-remove-tooltip {
    bottom: 37px;
}
.table__cart-remove-yes,
.table__cart-remove-no {
    outline: none;
    padding-bottom: 1px;
    margin-top: 5px;
    width: 60px;
}
.table__cart-name {
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    margin-right: 5px;
}
.table__cart-name,
.table__cart-price {
    font-size: 14px;
    color: #5a5a5a;
}
.table__cart-sub-item .table__cart-name:before {
    content: '\00BB\00A0';
}
.table__cart-term {
    font-size: 14px;
    color: #5a5a5a;
}
.table__cart-empty {
    height: 45px;
    text-align: center;
}
.table__cart-total {
    padding-right: 30px;
    height: 45px;
}
.table__cart-foot tr:first-of-type td {
    padding-top: 10px;
}
.table__cart-foot tr:last-of-type td {
    padding-bottom: 10px;
}
.table__cart-total-amount {
    font-weight: normal;
}

.table__cart-special-offer {
    display: block;
    font-weight: bold;
    word-break: break-word;
}

/*------------------
	Minimal, responsive table 
------------------*/

.table__minimal {
    width: 100%;
    border: 1px solid #d5d8d9;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.table__minimal thead,
.table__minimal tr {
    border-bottom: 1px solid #d5d8d9;
}
.table__minimal tr:last-of-type {
    border-bottom: none;
}
.table__minimal tbody,
.table__minimal tfoot {
    border-top: 1px solid #d5d8d9;
}
.table__minimal td,
.table__minimal th {
    padding: 10px;
    border-right: 1px solid #f3f6f7;
}
.table__minimal th {
    border-right-color: #d5d8d9;
    background-color: #f3f6f7;
    font-weight: bold;
}
.table__minimal td:last-of-type,
.table__minimal th:last-of-type {
    border-right: none;
}
/*/////////////////////////////
	
		Alerts, errors
	
/////////////////////////////*/

.alert {
    color: #fff;
    font-weight: bold;
    background-color: #5a5a5a;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.ie8 .alert p {
    margin-bottom: 0;
}
.alert__success {
    background-color: mediumseagreen;
}
.alert__error {
    background-color: crimson;
}
.smd__success {
    color: mediumseagreen;
}
.alert__success-field {
    box-shadow: inset 0 0 7px rgba(168, 217, 63, 0.7)
}
.no-box-shadow .alert__success-field {
    border: 1px solid mediumseagreen;
}
.alert__error-field {
    box-shadow: inset 0 0 7px rgba(166, 0, 60, 0.5);
    border: 1px solid crimson;
}
.no-box-shadow .alert__error-field {
    border: 1px solid crimson;
}
.alert__error-text,
.alert__error-checkbox + label {
    color: crimson;
}
.alert__error-inline {
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 14px;
    color: crimson;
}
.alert__error-inline-checkbox {
    margin-top: 10px;
    margin-bottom: 0;
}
.alert__error-inline-smd {
    margin-top: 10px;
    margin-bottom: 0;
    display: inline;
}
/* Specific errors formatted in a list */

.alert__list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 20px;
}
.alert__list li {
    list-style: none;
    margin: 0 10px 10px 0;
    color: #5a5a5a;
}
/* Tooltips */

.rs__tooltip {
    position: relative;
}
.rs__tooltip-anchor {
    color: dodgerblue;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
.rs__tooltip-content {
    position: absolute;
    background-color: #1e6cc3;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    word-break: break-word;
    padding: 5px 10px;
    width: 275px;
    bottom: 27px;
    left: -134px;
    word-break: normal;
    display: none;
}
.rs__tooltip-content:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 84, 100, 0);
    border-top-color: #1e6cc3;
    border-width: 5px;
    margin-left: -5px;
}
.rs__tooltip-image {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px 10px 0;
}

.sticky__tooltip {
    cursor: pointer;
    text-decoration: underline;
    position: relative;
}

.sticky__tooltip-content {
    position: absolute;
    background-color: #ecf0f1;
    color: #5a5a5a;
    font-size: 14px;
    width: auto;
    bottom: 27px;
    display: none;
    right: -15%;
    min-width: 150px;
    padding: 10px;
}

.sticky__tooltip-content p:first-of-type {
    text-align: center;
    font-size: 16px;
}

.popout {
	max-width: 958px;
    width: 80%;
    display: table;
    margin: 150px auto 40px !important;
    box-shadow: 0px 0px 0px 20px #f3f6f7;
    z-index: 20;
}

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-touch-action: none;
    touch-action: none;
    background-color: rgba(0,0,0,.7);
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.modal-overlay ::-webkit-scrollbar-thumb, .modal-overlay ::-webkit-scrollbar  {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.modal-overlay .markdetails {
    padding: 20px;
    background: #F6F6F6;
    border: 1px solid #ececec;
}

.modal-overlay ul li {
	display:none;
}

.modal-overlay ul li:first-of-type {
	display: block;
}

.instruct, .markdetails {
    overflow: auto;
}

/*/////////////////////////////

Cards - design pattern (Used in Cart for Add-Ons like Weebly, SSL)

Structure:

.card__item
    .card__header
        .card__title
    .card__body
        .card__sub-title (ex: Price, for Weebly)

/////////////////////////////*/

.card__item {
    border: 1px solid #d5d8d9;
}

.flexbox .card__item {
    width: 100%;
    position: relative;
    padding-bottom: 85px; /* Approx height of .card__footer */
}

/* Unavailable to upgrade */
.card__unavailable .card__item {
    opacity: .5;
    -webkit-transition: opacity .17s;
    -moz-transition: opacity .17s;
    -ms-transition: opacity .17s;
    -o-transition: opacity .17s;
    transition: opacity .17s;
}

.card__unavailable .card__item:hover {
    opacity: 1;
    -webkit-transition: opacity .17s;
    -moz-transition: opacity .17s;
    -ms-transition: opacity .17s;
    -o-transition: opacity .17s;
    transition: opacity .17s;
}

.card__unavailable.is-selected .card__title {
    color: #4a1955;
}

.card__unavailable.is-selected .card__header {
    background: #ecf0f1;
}

.card__header {
    background-color: #ecf0f1;
    border-bottom: 1px solid #D5D8D9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.is-selected .card__header {
    background-color: dodgerblue;
}

.card__title {
    font-size: 21px;
    color: dodgerblue;
    text-align: center;
    font-weight: normal;
    padding: 10px;
    margin: 0;
}

.is-selected .card__title {
    color: #fff;
}

/* Mobile only */
.card__accordion-toggle,
.card__accordion-toggle span {
    display: none;
}

/* Desktop only */
.card__promoted-flag {
    position: absolute;
    top: -7px;
    right: 14px;
    background-color: mediumseagreen;
    color: #fff;
    width: 35px;
    min-height: 30px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.17;
    padding: 5px 1px 4px;
}

.card__promoted-flag:before,
.card__promoted-flag:after{
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    position: absolute;
    top: 100%;
}

.card__promoted-flag:before {
    border-width: 10px 17px 0 0;
    border-color: mediumseagreen transparent transparent transparent;
    left: 0;
}

.card__promoted-flag:after {
    border-width: 0 17px 10px 0;
    border-color: transparent mediumseagreen transparent transparent;
    right: 0;
}

.card__body {
    margin: 15px;
}

.card__footer {
    text-align: center;
    margin: 15px;
}

.flexbox .card__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card__sub-title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

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

.flexbox .card__container .fourth-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    padding-right: 0;
}

.card__container .fourth-column:nth-of-type(1) {
    padding-right: 15px;
    padding-left: 0;
}

.card__container .fourth-column:nth-of-type(2) {
    padding-right: 10px;
    padding-left: 5px;
}

.card__container .fourth-column:nth-of-type(3) {
    padding-right: 5px;
    padding-left: 10px;
}

.card__container .fourth-column:nth-of-type(4) {
    padding-left: 15px;
    padding-right: 0;
}

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

	Recaptcha

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

#recaptcha_image {
	margin-left: auto;
	margin-right: auto;
}

.recaptcha__actions {
  font-size: 11px;
  text-align: center;
}

.recaptcha__actions div {
	display: inline-block;
	padding: 10px 5px 0 5px;
}

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

	Recaptcha v2

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

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


/*/////////////////////////////

	Social Icons

/////////////////////////////*/

.footer-logo {
    display: inline-block;
}
.social-icons {
    padding: 0;
    list-style: none;
}
.main-content .social-icons {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 50px;
}
.social-icons li {
    display: inline-block;
    text-align: center;
    background-image: url('/template/img/tld/social-sprite.png');
    background-image: -webkit-linear-gradient( transparent, transparent), url('/template/img/tld/social-sprite.svg');
    background-image: linear-gradient( transparent, transparent), url('/template/img/tld/social-sprite.svg');
    background-repeat: no-repeat;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}
.main-content .social-icons li {
    height: 25px;
    padding-right: 30px;
    margin-bottom: 25px;
    background-size: 30px auto;
    font-size: 20px;
}
.site-footer .social-icons li {
    height: 25px;
    width: 25px;
    margin: 5px;
    background-size: 49px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.social-icons li:hover {
    opacity: .75;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}
.social-icons a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.main-content .facebook-icon {
    background-position: 10% 0;
}
.site-footer .facebook-icon {
    background-position: 0px -178px
}
.main-content .twitter-icon {
    background-position: 0 28%;
}
.site-footer .twitter-icon {
    background-position: 0 -204px;
}
.main-content .instagram-icon {
    background-position: 0 55%;
}
.site-footer .instagram-icon {
    background-position: 0 -228px;
}
.main-content .youtube-icon {
    background-position: 0 55%;
}
.site-footer .youtube-icon {
    background-position: 0 -251px;
}
.main-content .social-icons a {
    padding-left: 30px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

	Features / pages

	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*/////////////////////////////

	Add Ons
	
	Step 2 of cart

/////////////////////////////*/

.addon__item:not(:last-of-type) {
    border-bottom: 1px solid #d5d8d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.addon__domain-name {
    margin-top: 10px;
    margin-bottom: 40px;
}
.addon__option-name {
    margin-bottom: 20px;
}
/* Add On Icons */

.addon__icon {
    height: 30px;
    width: 25px;
    display: inline-block;
    vertical-align: -.4em;
    margin-right: 2px;
}

.addon__icon-sprite symbol {
    fill: #555;
}

.no-svg .addon__icon {
    display: none;
}

.addon__item .addon__options {
    display: none;
}
.addon__item .addon__options:not(:first-child) {
    margin-top: 20px;
}
.addon__item .addon__options.enabled {
    display: inline-block;
}
.addon__item .addon__action-add_users {
    margin-top: 38px;
}

/* TODO Simplify the following selectors */

@media only screen and (max-width: 711px) {
    .addon__item .addon__options .addon__select-container ,
    .addon__item .addon__options .addon__input-container {
        margin-bottom: 1rem;
        margin-right: 0 !important;
        width: 46%;
    }

    .addon__item .addon__options .addon__select-container:nth-child(odd) ,
    .addon__item .addon__options .addon__input-container:nth-child(odd) {
        margin-right: 5% !important;
    }

    .addon__item .addon__options .addon__select-container:nth-child(odd):last-child ,
    .addon__item .addon__options .addon__input-container:nth-child(odd):last-child {
        width: 98%;
    }
}

@media only screen and (min-width: 500px) {
    .addon__item .addon__options .addon__select-container ,
    .addon__item .addon__options .addon__input-container {
        display: inline-block;
        margin-right: 0;
        padding-right: 0;
        vertical-align: top;
    }

    .addon__item .addon__options .addon__select-container:not(:last-child) ,
    .addon__item .addon__options .addon__input-container:not(:last-child) {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 499px) {
    .addon__item .addon__options .addon__select-container ,
    .addon__item .addon__options .addon__input-container {
        margin-bottom: 1rem;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .addon__item .addon__options .addon__select-container:nth-child(odd) ,
    .addon__item .addon__options .addon__input-container:nth-child(odd) {
        margin-right: 0 !important;
    }
}
.addon__item .addon__options .addon__select-container .addon__label ,
.addon__item .addon__options .addon__input-container .addon__label {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}
@media screen and (max-width: 865px) {
    .addon__item .addon__options .addon__select-container .addon__label ,
    .addon__item .addon__options .addon__input-container .addon__label {
        font-size: 0.65rem;
    }
}
.addon__item .addon__options .addon__select-container .addon__sublabel ,
.addon__item .addon__options .addon__input-container .addon__sublabel {
    font-size: 0.65rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}
@media screen and (max-width: 865px) {
    .addon__item .addon__options .addon__select-container .addon__sublabel ,
    .addon__item .addon__options .addon__input-container .addon__sublabel {
        text-transform: none;
    }
}
.addon__item .addon__options .addon__select-container [class*="-select-container"] ,
.addon__item .addon__options .addon__input-container [class*="-input-container"] {
    display: inline-block;
}
@media only screen and (max-width: 711px) {
    .addon__item .addon__options .addon__select-container [class*="-select-container"] ,
    .addon__item .addon__options .addon__input-container [class*="-input-container"] {
        display: block;
        width: 100%;
    }
}
.addon__item .addon__options .addon__select-container [class*="-select-container"] [class*="-select"] ,
.addon__item .addon__options .addon__input-container [class*="-input-container"] [class*="-input"] {
    height: 30px;
    vertical-align: middle;
    width: 180px;
}
@media only screen and (max-width: 711px) {
    .addon__item .addon__options .addon__select-container [class*="-select-container"] [class*="-select"] ,
    .addon__item .addon__options .addon__input-container [class*="-input-container"] [class*="-input"] {
        margin-bottom: 0 !important;
        width: 100% !important;
    }
}
.addon__item .addon__options .addon__select-container .webkit-appearance .[class*="-select"] ,
.addon__item .addon__options .addon__input-container .webkit-appearance .[class*="-input"] {
    background-position: 165px 12px;
    background-position: right -29px bottom 2px;
}
.addon__item .addon__options .addon__select-container .no-bgpositionshorthand.webkit-appearance [class*="-select"] ,
.addon__item .addon__options .addon__input-container .no-bgpositionshorthand.webkit-appearance [class*="-input"] {
    background-position: 160px 12px;
}


/* Add-on details accordion */

.addon__details-trigger {
    cursor: pointer;
    padding-right: 15px;
    display: inline-block;
    color: dodgerblue;
    background-image: url('/template/img/tld/dark-dropdown-arrow.png');
    background-image: -webkit-linear-gradient( transparent, transparent), url('/template/img/tld/dark-dropdown-arrow.svg');
    background-image: linear-gradient( transparent, transparent), url('/template/img/tld/dark-dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: 172% 6px;
}
/* Better background positioning for browsers that
		support the 4 value syntax */

.bgpositionshorthand .addon__details-trigger {
    background-position: right -72% bottom -2px;
}
.addon__details-trigger:hover,
.addon__details-trigger:focus {
    outline: none;
    text-decoration: underline;
}
/* Hide content initially */

.addon__details-content {
    display: none;
}
.addons__bulk-edit-select {
    margin-right: 5px;
    height: 30px;
    vertical-align: middle;
    width: 180px;
}
.webkit-appearance .addons__bulk-edit-select {
    background-position: 158px 12px;
    background-position: right 10px bottom 45%;
}
.no-bgpositionshorthand.webkit-appearance .addons__bulk-edit-select {
    background-position: 158px 12px;
}
.addons__bulk-edit-select-container {
    display: inline-block;
}

/* Weebly */

.addon__weebly .list__check li {
    margin-bottom: 10px;
    line-height: 1.17;
}

.addon__weebly-cards {
    margin-top: 20px;
    margin-bottom: 20px;
}

.addon__weebly-footer .half-column:last-of-type {
    text-align: right;
}

.addon__weeby-price-short {
    display: none;
}

/*/////////////////////////////

	Nav Buttons

/////////////////////////////*/

.button__cart,
.button__account,
.button__register {
    border-radius: 5px;
    background-color: dodgerblue;
    padding: 15px 7px;
    min-width: 100px;
}
.button__cart:hover,
.button__cart:focus,
.button__account:hover,
.button__account:focus {
    background-color: #1B7DDD;
    color: #fff !important;
}
.button__register {
    background-color: #1B7DDD;
}
.button__register:hover,
.button__register:focus {
    background-color: mediumseagreen;
}
.toggle-zone {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}
/*/////////////////////////////

	Cart forms

/////////////////////////////*/

.cart__form {
    margin-top: 40px;
}
/*/////////////////////////////

	Cart form - slash between date fields

/////////////////////////////*/

.payment__exp-slash {
    font-size: 14px;
    color: #5a5a5a;
    margin: 25px -5px 25px -3px;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 12px;
}
.placeholder .ccexpiryyear-parent {
    margin-top: 25px;
}
/*/////////////////////////////

	Checkout nav
	
	Steps 1, 2, 3

/////////////////////////////*/

.checkout__steps {
    margin: 20px 20px 0 20px;
}
.checkout__list {
    display: table;
    width: 100%;
}
.checkout__steps-item {
    font-size: 36px;
    color: #d5d8d9;
    display: table-cell;
    text-align: center;
}
.checkout__steps-item:first-of-type {
    text-align: left;
}
.checkout__steps-item:last-of-type {
    text-align: right;
}
.checkout__step-number {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #d5d8d9;
    display: inline-block;
    vertical-align: 6px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    -webkit-transition: .17s;
    -moz-transition: .17s;
    -ms-transition: .17s;
    -o-transition: .17s;
    transition: .17s;
}
a.checkout__steps-link {
    text-decoration: none;
}
/* Active/Hover */

.checkout__steps-is-active,
a.checkout__steps-link:hover,
a.checkout__steps-link:focus {
    color: dodgerblue;
}
.checkout__steps-is-active .checkout__step-number,
.checkout__steps-link:hover .checkout__step-number,
.checkout__steps-link:focus .checkout__step-number {
    background-color: dodgerblue;
    -webkit-transition: .17s;
    -moz-transition: .17s;
    -ms-transition: .17s;
    -o-transition: .17s;
    transition: .17s;
}
/* Active hover */

.checkout__steps-is-active:hover,
.checkout__steps-is-active:focus {
    color: #1B7DDD;
}
.checkout__steps-is-active:hover .checkout__step-number,
.checkout__steps-is-active:focus .checkout__step-number {
    background-color: #1B7DDD;
}
/*/////////////////////////////

	Transfer/Register
	
	adddomain.tpl

/////////////////////////////*/

.transfer__prefix-input,
.transfer__input,
.transfer__tld-select {
    height: 80px;
    font-size: 24px;
}
/* Domain prefix */

.transfer__prefix-input {
    top: 0;
    left: 0;
    position: absolute;
    width: 135px;
    z-index: 555;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding-left: 15px;
    color: #d5d8d9;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -ms-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}
/* Input */

.transfer__input {
    width: 60%;
    margin-bottom: 0;
    padding-left: 127px;
}
.transfer__label {
    display: block;
    margin-bottom: 10px;
}
/* TLD Select/dropdown */

.transfer__tld-select {
    width: 18%;
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    margin-left: 5px;
}
.webkit-appearance .transfer__tld-select {
    background-position: 90% 55%;
    background-position: right 15px bottom 45%;
    background-size: 15px auto;
}
/* Submit/Check Availability */

.transfer__submit {
    width: 20%;
    margin-bottom: 0;
    margin-left: 5px;
}
/*/////////////////////////////

	Bulk transfers
	
	bulkdomaintransfers.tpl

/////////////////////////////*/

.transfer__bulk-result-list {
    margin-bottom: 20px;
    font-size: 18px;
}
.transfer__bulk-result-list li {
    margin-bottom: 20px;
}
.transfer__bulk-result-label {
    margin-left: 20px;
    vertical-align: sub;
}
.transfer__bulk-result-label .rs__select {
    margin-left: 10px;
}
.transfer__bulk-result-epp {
    margin-left: 5px;
}
.transfer__bulk-unavailable-nope {
    font-size: 39px;
    color: crimson;
    line-height: 0;
    vertical-align: sub;
}
.transfer__bulk-submit {
    width: 25%;
    height: 60px;
    font-size: 21px;
    margin-left: 20px;
}
.transfer__bulk-textarea {
    width: 71%;
    width: -webkit-calc(75% - 25px);
    width: calc(75% - 25px);
    height: 160px;
}
/* TLD pricing table on bulk transfer page */

.table__tld-pricing th,
.table__tld-pricing td {
    padding: 5px 10px;
}
/*/////////////////////////////

	Support Tickets

/////////////////////////////*/

.support_message-item {
    border: 1px solid #d5d8d9;
    margin-bottom: 20px;
}
.support__message-head {
    padding: 10px 20px;
    background-color: #f3f6f7;
}
.support__message-admin {} .support__message-client {
    background: none;
    border-bottom: 1px solid #F3F6F7;
}
.support__message-body {
    padding: 20px;
}
.support__message-attachments {
    padding: 10px 20px 10px;
}
.support__message-attachments-list {
    list-style: none;
    padding-left: 20px;
}
.rs__input-small.support__filter-input,
.pair__input {
    width: 180px;
    margin-bottom: 10px;
}
.pair__label {
    height: auto;
}
.support__new-textarea {
    height: 150px;
}
/*/////////////////////////////

	Renewals

/////////////////////////////*/

.renewal__term-select {
    width: 200px;
}
.no-bgpositionshorthand.webkit-appearance .renewal__term-select {
    background-position: 175px 10px;
}
/*/////////////////////////////
	
	FAQ / Knowledgebase

/////////////////////////////*/
/* List of articles */

.faq__container {
    border: 1px solid #d5d8d9;
    padding: 30px;
    margin-bottom: 30px;
}
.faq__article-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.faq__article-list li {
    margin-bottom: 30px;
    font-size: 18px;
}
.faq__article-list li:last-of-type {
    margin-bottom: 0 !important;
}

.faq__article-list p {
    max-width: 700px;
}

.faq__article-link {
    color: #1B7DDD;
}
.faq__search-form .rs__input {
    width: 200px;
}
.faq__search-form .rs__select {}
/* "Was this answer helpful?" */

.faq__helpful-label,
.faq__helpful-form {
    display: inline-block;
    vertical-align: middle;
}
/*/////////////////////////////

	Bulk Edit

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

.bulk-edit__domain-list {
    padding-left: 0;
    margin-bottom: 0;
}

/*/////////////////////////////

	Affiliate Dashboard

/////////////////////////////*/

.aff__stat-item {
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 13px;
}

.aff__stat-label,
.aff__stat-count {
	padding: 10px;
	display: inline-block;
	margin-right: -5px;
	border: 1px solid #d5d8d9;
}

.aff__stat-label {
	border-right: none;
	background-color: #F3F6F7;
}

.aff__stat-count {
	background-color: dodgerblue;
	border-color: dodgerblue;
	color: #fff;
	font-weight: bold;
	min-width: 40px;
  text-align: center;
}

/*/////////////////////////////

	Report Abuse (support ticket department)

/////////////////////////////*/

.abuse__type-item:not(:first-of-type) {
    display: none;
}

.abuse__type-item {
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #D5D8D9;
}

.abuse__type h3,
.abuse__type p:not(:last-child){
    margin-bottom: 10px;
}

/*/////////////////////////////

	Dashboard, My Account

/////////////////////////////*/

.dashboard {
    margin-top: 10px;
    margin-bottom: 40px;
}

.dashboard__tile {
    background-color: dodgerblue;
    margin-bottom: 10px;
    border-radius: 7px;

    -webkit-transition: all .17s;
    -moz-transition: all .17s;
    -ms-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s;
}

.dashboard__tile:hover {
    background-color: #45a2fd;

    -webkit-transition: all .17s;
    -moz-transition: all .17s;
    -ms-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s;
}

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

.dashboard__title,
.dashboard__art {
    display: inline-block;
    vertical-align: middle;
}

/* fill = SVG artwork primary color
color = SVG artwork secondary color */
.dashboard__art {
    max-width: 100%;
    max-height: 80px;
    fill: #555;
    color: #555;
    display: none;

    -webkit-transition: all .17s;
    -moz-transition: all .17s;
    -ms-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s;
}

.dashboard__title {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    margin-left: 10px;
}

.badge {
    font-size: 11px;
    background-color: mediumseagreen;
    color: #fff;
    border-radius: 10px;
    height: 18px;
    min-width: 18px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    vertical-align: super;
    position: relative;
}

.badge__alert {
    background-color: crimson;
}

.badge .tooltip {
    position: absolute;
    display: none;
    background-color: mediumseagreen;
    width: 100px;
    padding: 5px;
    bottom: 110%;
    bottom: -webkit-calc(100% + 10px);
    bottom: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
}

.badge .tooltip:after {
    top: 98%;
	left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
	border-top-color: mediumseagreen;
	border-width: 8px;
	margin-left: -8px;
}

.badge__alert .tooltip {
    background-color: crimson;
}

.badge__alert .tooltip:after{
    border-top-color: crimson;
}

.badge:hover .tooltip {
    display: block;
}

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

    .dashboard__tile a {
        padding: 15px 15px 15px 60px;
        background-image: url('/template/img/tld/dashboard-small-sprite.png');
        background-image: -webkit-linear-gradient( transparent,  transparent), url('/template/img/tld/dashboard-small-sprite.svg');
        background-image:  linear-gradient( transparent,  transparent), url('/template/img/tld/dashboard-small-sprite.svg');
        background-repeat: no-repeat;
    }

    .dashboard__domains a { background-position: 15px 10px; }
    .dashboard__invoices a { background-position: 15px -45px; }
    .dashboard__mydetails a { background-position: 15px -101px; }
    .dashboard__products a { background-position: 15px -210px; }
    .dashboard__supporttickets a { background-position: 15px -155px; }


    .dashboard__tile:hover {
        -webkit-transform: scale(1.017);
        -moz-transform: scale(1.017);
        -ms-transform: scale(1.017);
        -o-transform: scale(1.017);
        transform: scale(1.017);
    }

    .no-inlinesvg .dashboard__tile svg {
        display: none;
    }

}

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

    .dashboard {
        /* A 0 font-size on the container of inline-block elements removes the space between
        inline-block elements. Be sure to set/reset the font-size on the inline-block elements. */
        font-size: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dashboard__tile {
        display: inline-block;
        width: 48%;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        background: none;
        border: 1px solid dodgerblue;
        margin-right: 10px;
    }

    .dashboard__tile:last-of-type {
        margin-right: 0;
    }

    .dashboard__tile:hover {
        background: none;
    }

    .dashboard__tile:hover .dashboard__art {
        -webkit-transition: all .17s;
        -moz-transition: all .17s;
        -ms-transition: all .17s;
        -o-transition: all .17s;
        transition: all .17s;
    }

    .dashboard__art {
        display: block;
        margin: 10px auto;
        max-height: 60px;
    }

    /* Fallback for .no-inlinesvg browsers/devices */

    .no-inlinesvg .dashboard__tile a {
        padding-top: 110px;
        background-image: url('/template/img/tld/dashboard-fallback-art.png');
        background-repeat: no-repeat;
        display: block;
    }

    .no-inlinesvg .dashboard__domains a { background-position: 31px -1px; }
    .no-inlinesvg .dashboard__invoices a { background-position: 37px -117px; }
    .no-inlinesvg .dashboard__mydetails a { background-position: 3px -237px; }
    .no-inlinesvg .dashboard__products a { background-position: 14px -359px; }
    .no-inlinesvg .dashboard__supporttickets a { background-position: 12px -483px; }

    .dashboard__title {
        background-color: dodgerblue;
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 5px;
        border-radius: 0 0 5px 5px;
        font-size: 18px;
    }

    .dashboard .badge {
        position: absolute;
        margin-left: 3px;
    }

}

@media only screen and (min-width: 500px) and (max-width: 699px) {

    .dashboard__tile {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
    }

    .dashboard__tile:nth-of-type(even) {
        margin-right: 0;
    }

}

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

    .dashboard__tile {
        width: 31%;
        width: -webkit-calc(33.3% - 10px);
        width: calc(33.3% - 10px);
    }

    .dashboard__art {
        max-height: 80px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .dashboard__title {
        padding: 10px;
    }

    .dashboard .badge {
        margin-top: -3px;
    }

}

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

    .dashboard {
        /* justify-content: center; for odd # of dashboard tiles */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dashboard__tile:nth-of-type(3) {
        margin-right: 0;
    }

}

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

    .dashboard__tile {
        width: 18%;
        width: -webkit-calc(20% - 10px);
        width: calc(20% - 10px);
    }

}

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


	Reusable / Modifiers
	
	* Modular, scalable style selectors should be prefixed.
	* These serve as variations that are reusable and not limited to certain elements or locations

/////////////////////////////*/
/*------------------
	Style
	.s__ = style prefix
------------------*/
/* Text align */

.s__right {
    text-align: right;
}
.s__left {
    text-align: left;
}
.s__center {
    text-align: center;
}
/* Width */

.s__full-width {
    width: 100%;
}
/* Padding */

.s__no-padding {
    padding: 0 !important;
}
.s__padding-top {
    padding-top: 20px;
}
.s__padding-bottom {
    padding-bottom: 20px;
}
.s__padding-right {
    padding-right: 20px;
}
.s__side-padding {
    padding-right: 20px;
    padding-left: 20px;
}
/* Margin */

.s__no-margin {
    margin: 0 !important;
}
.s__no-margin-bottom { 
    margin-bottom: 0 !important;
}
.s__margin-bottom {
    margin-bottom: 20px;
}
.s__margin-top {
    margin-top: 20px;
}
.s__margin-top-half {
    margin-top: 10px;
}
.s__margin-bottom-half {
    margin-bottom: 10px !important;
}
.s__margin-left {
    margin-left: 20px;
}
.s__margin-left-half {
    margin-left: 10px;
}
.s__no-margin-left {
    margin-left: 0 !important;
}
/* Border */

.s__no-border {
    border: 0 !important;
}

/* Word/letter breaking */

.s__break-all {
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

.s__break-word {
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}


/*------------------
	Type
	.t__ = type prefix
------------------*/
/* Color */

.t__color-gray {
    color: #5a5a5a;
}
.t__color-white {
    color: #fff;
}
.t__color-alt {
    color: dodgerblue;
}
/* Font family & weight */

.t__light {
    font-weight: normal;
}
/* t__brand-bold font family should be defined in tld.css files
	Ex: gen.xyz's xyz.css: .t__brand-bold { font-family: Bariol, sans-serif; } */

.t__bold,
.t__brand-bold {
    font-weight: bold;
}
/* Font size */

.t__x-small {
    font-size: 13px;
}
small,
.t__small {
    font-size: 14px;
}
.t__medium {
    font-size: 18px;
}
.t__large {
    font-size: 45px;
}
.t__xlarge {
    font-size: 50px;
}
/* Misc */

.t__line-height-reset {
    line-height: 1;
}
.t__underline {
    text-decoration: underline;
}

.t__no-underline,
a.t__no-underline{
    text-decoration: none;
}

/* Statuses (ex: invoices paid/unpaid) */

.status__good {
    color: mediumseagreen;
}
.status__bad {
    color: crimson;
}

.prem-flag {
    font-size: 10px;
    padding: 2px 4px;
    border: 1px solid #1e6cc3;
    color: #1e6cc3;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
}

/*------------------
	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__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__block {
    display: block;
}

/* Manage domains Check All (Mobile only)*/
.mobile-toggle-all  {
    display: none;
}

.credit-balance {
    float: right;
}

/*/////////////////////////////

	Media Queries

/////////////////////////////*/
/* Device-only MQ to prevent iOS zoom for form elements with font-size smaller than 16px */

@media screen and (max-device-width: 1050px) {
    /* Increase font-size to 16px */
    
    .no-mobile-zoom .rs__input,
    .no-mobile-zoom .rs__textarea,
    .no-mobile-zoom .rs__select,
    .no-mobile-zoom .rs__select-wrapper select,
    .no-mobile-zoom .rs__password-strength .rs__password-strength-level,
    .no-mobile-zoom .phone-intl-prefix {
        font-size: 16px;
    }
    /* Increase height so fields look more proportional */
    
    .no-mobile-zoom .rs__input,
    .no-mobile-zoom .rs__select,
    .no-mobile-zoom .rs__select-wrapper select,
    .no-mobile-zoom .rs__password-strength,
    .no-mobile-zoom .rs__password-strength .rs__password-strength-level,
    .no-mobile-zoom .phone-intl-prefix {
        height: 50px;
    }
    .no-mobile-zoom .rs__select-small {
        height: 30px;
    }
    /* Compensate for other individual field styles */
    
    .no-mobile-zoom .rs__password-strength .rs__password-strength-level {
        padding-left: 15px;
        padding-top: 15px;
    }
    .button__size-mini {
        height: 30px;
    }
    .addons__bulk-edit-select {
        width: 200px;
    }
    /* Because iOS is the worst and renders fonts differently/cuts my prefixes off */

    .one-digit {
        width: 80px;
    }
    .one-digit ~ .phone {
        padding-left: 80px;
    }
    .two-digit {
        width: 90px;
    }
    .two-digit ~ .phone {
        padding-left: 90px;
    }
    .three-digit {
        width: 100px;
    }
    .three-digit ~ .phone {
        padding-left: 100px;
    }
}
/* Device-only MQ to prevent iOS zoom for form elements with font-size smaller than 16px 
	Fixes small selects from their contents being cut off (CC expiry year, for example)
*/

@media screen and (min-device-width: 866px) and (max-device-width: 1000px) {
    .grid__ltr-item .grid__ltr-third .rs__select {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1100px) {
    .main-content .row,
    .site-footer .row {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 1040px) {
    .site-header {
        width: 100%;
        min-width: 0;
    }
    /* Cart Add Ons */
    
    .fluid-column.addon__price {
        display: block;
        margin-bottom: 10px;
    }
    .addons__bulk-edit-select-container {
        display: block;
    }
    .rs__select.addons__bulk-edit-select {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

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

    .button__row {
        max-width: none;
        display: inline-block;
    }

    .button__row li {
        display: inline-block;
        vertical-align: top;
        margin-right: -5px;
        width: auto;
        padding: 5px 0;
    }

    .button__row button {
        border-bottom: none;
        border-right: 1px solid #DDDFE0;
        padding: 5px 15px;
    }

}
/*------------------
	Nav breaks into mobile nav
	
	Max-width 865px
------------------*/

@media screen and (min-width: 866px) {
    .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;
    }
    .table__masspay-totals {
        text-align: right;
    }
    .sub-level-nav {
        position: absolute;
        width: 175px;
        top: 100%;
        left: 50%;
        -ms-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        background-color: #123A62;
    }
    .button-nav-item {
        margin-left: 10px;
    }
    /* Cart */
    .table__cart-name {
        width: 46%;
        width: -webkit-calc(50% - 50px);
        width: calc(50% - 50px);
    }

    .table__cart-term,
    .table__cart-price {
        width: 25%;
    }

    .abuse__type-item {
        width: 66.6%;
    }

    .webkit-appearance .transfer__tld-select {
        background-size: 20px auto;
    }

}

@media screen and (max-width: 865px) {
    #header-main-nav {
        display: none;
    }
    .site-header {
        position: static;
    }
    .main-content {
        padding-top: 0;
    }
    /* Allows logo to still be clicked/touched when mobile nav and toggle overlay are open */
    
    .header-logo .site-logo,
    .mobile-nav-toggle {
        z-index: 55;
        position: relative;
    }
    .mobile-nav-button {
        height: 50px;
    }
    .mobile-nav-button:hover,
    .mobile-nav-button:focus {
        outline: none;
        cursor: pointer;
        -webkit-filter: drop-shadow(0 0 5px #0E3256) drop-shadow(0 0 5px #0E3256);
    }
    .header-logo {
        width: 66%;
    }
    .header-nav {
        background-color: #123A62;
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        right: 0;
        z-index: 5555;
    }
    /* 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;
		}
	*/
    
    .header-nav .nav-item {
        display: block;
        margin-right: 0;
    }
    .header-nav .top-level-nav {
        padding: 5px 20px;
    }
    .top-level-nav .dropdown-parent {
        height: auto;
        width: 100%;
    }
    .header-nav .main-nav-link {
        text-align: left;
        border-top: 1px solid #13477B;
        padding-top: 15px;
        padding-bottom: 15px;
        background: none;
    }
    .header-nav .nav-item:first-of-type .main-nav-link {
        border-top: none;
    }
    .header-nav .button__register {
        text-align: center;
    }
    .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;
    }
    .sub-level-nav > .nav-item {
        text-align: left;
        border-bottom: none;
    }
    .button__account,
    .button__cart {
        padding: 0;
        border-radius: 0;
        width: 100%;
    }
    .nav-item-register {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .header-nav .button__register {
        display: inline-block;
        border-top: none;
    }
    .button__cart:hover,
    .button__cart:focus,
    .button__account:hover,
    .button__account:focus {
        background: none;
    }
    /* Headings */
    
    .rs__main-heading {
        font-size: 30px;
    }
    .rs__sub-heading {
        font-size: 18px;
    }
    .rs__minor-heading {
        font-size: 16px;
    }
    .rs__featured-heading {
        font-size: 16px;
    }
    /* Cart Add Ons */
    
    .addon__privacy {
        background-position: -37px 2px;
    }
    /* Responsive tables */
    /* Display: block everythinggg */
    
    .table__basic,
    .table__basic-body,
    .table__basic-row,
    .table__basic-body td,
    .table__minimal,
    .table__minimal thead,
    .table__minimal tbody,
    .table__minimal tr,
    .table__minimal td {
        display: block;
        height: auto;
    }
    .table__basic,
    .table__minimal {
        padding: 0;
        border: none;
    }
    .table__basic-body,
    .table__cart-item,
    .table__minimal tbody {
        width: 100%;
    }
    /* Accessibly hide the table header. */
    
    .table__basic-head,
    .table__minimal thead,
    .table__minimal tfoot {
        position: absolute;
        top: -9999px;
        left: -9999px;
        height: 0;
        width: 0;
        overflow: hidden;
    }
    .table__basic-row {
        padding: 10px 20px;
        border: 1px solid #d5d8d9;
        border-width: 0 1px 0 1px;
    }
    .table__basic-row:last-of-type {
        border-bottom: 1px solid #d5d8d9;
        border-top: 1px solid #d5d8d9;
    }
    .table__basic-body td,
    .table__minimal td {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #ECF0F1;
    }
    .table__basic-body td:last-of-type {
        border-bottom: none;
    }
    .lt-ie10 .table__basic-body td {
        float: left;
        clear: left;
        width: 100%;
    }
    .table__basic-foot {
        width: 100%;
        display: block;
        border: 1px solid #d5d8d9;
        border-top: 0;
    }
    /* Forms inside tables */
    
    .table__form-wrangling .rs__input,
    .table__form-wrangling .rs__select {
        width: 85%;
        width: -webkit-calc(100% - 85px);
        width: calc(100% - 85px);
    }
    .table__form-wrangling tr {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* Cart table */
    
    .table__cart-item + .table__cart-sub-item {
        margin-top: -10px;
    }
    .table__basic-body .table__cart-item {
        border-top: 1px solid #d5d8d9;
    }
    .table__cart-sub-item {
        padding-top: 0;
    }
    .table__basic-row.table__cart-sub-item {
        border-top: 0;
    }
    .table__cart-sub-item .table__cart-name {
        border-top: 1px solid #ECF0F1;
    }
    .table__cart-name {
        font-weight: bold;
    }
    /* Table - Empty Cart before pseudo element */
    
    .table__cart-empty:before {
        display: none !important;
    }
    /* Show table headings on the left of each <td> */
    
    .table__basic-body td:before,
    .table__cart-sub-item .table__cart-name:before,
    .table__minimal td:before {
        display: block;
        float: left;
        margin-bottom: 5px;
        width: 75px;
        margin-right: 10px;
        font-size: 14px;
        content: attr(data-mobile-title);
    }

    .table__minimal .table__bold-mobile-title:before {
        font-weight: bold;
    }

    .table__cart-name:before {
        font-weight: normal;
    }
    .table__long-mobile-title:before {
        font-size: 12px !important;
        margin-top: 3px;
    }
    .table__no-mobile-title:before {
        display: none !important;
    }
    .table__basic-body .table__cart-remove {
        padding-left: 0;
        padding-top: 0;
        text-align: right;
        width: auto;
        float: right;
        border: none;
    }
    .table__cart-sub-item .table__cart-remove {
        padding-top: 7px;
    }
    .table__cart-remove-icon,
    .table__cart-sub-item .table__cart-remove-icon {
        display: inline-block;
        margin-top: 3px;
    }
    .table__cart-remove:before {
        margin-top: 5px;
    }
    .table__cart-remove-tooltip,
    .table__cart-sub-item .table__cart-remove-tooltip {
        left: auto;
        right: -8px;
        bottom: 45px;
    }
    .domain-term.rs__select {
        margin-bottom: 0;
    }
    .table__cart-total {
        padding-right: 10px;
        padding-left: 20px;
    }
    /* Minimal table */
    
    .table__minimal td,
    .table__minimal th {
        border-right: none;
    }
    .table__minimal td:last-of-type {
        border-bottom: none;
    }
    .table__minimal tbody {
        border-top: none;
    }
    .table__minimal .s__center {
        text-align: left;
    }
    /* Form grids */
    
    .grid__ltr-item {
        width: 49%;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .grid__ltr-item:nth-of-type(3n+1) {
        margin-left: 15px;
    }
    .grid__ltr-item:nth-of-type(odd) {
        margin-left: 0;
    }
    /* Collapse empty grid items used in 3 col display */
    
    .grid__empty {
        display: none;
    }
    .grid__empty + .grid__ltr-item,
    .grid__empty + .grid__ltr-item + .grid__ltr-item + .grid__ltr-item {
        margin-left: 0;
    }
    .grid__empty + .grid__ltr-item + .grid__ltr-item {
        margin-left: 15px;
    }
    .grid__ltr-two-thirds,
    .grid__ltr-third {
        width: 50%;
    }
    .grid__ltr-item.grid__ltr-two-thirds,
    .grid__ltr-item.grid__ltr-third {
        width: 49%;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .support__wide-fields.grid__ltr-two-thirds {
        width: 100%;
    }
    /* Buttons */
    
    .button__size-xlarge {
        font-size: 32px;
        padding: 5px 15px;
        height: 60px;
    }
    /* Transfers */
    
    .transfer__prefix-input,
    .transfer__input,
    .transfer__tld-select {
        height: 60px;
        font-size: 21px;
    }
    .transfer__input {
        width: 70%;
        padding-left: 115px;
    }
    .transfer__prefix-input {
        width: 122px;
    }
    .transfer__tld-select {
        width: 27%;
        width: -webkit-calc(30% - 10px);
        width: calc(30% - 10px);
    }
    .transfer__submit {
        width: 220px;
        margin-left: 0;
        margin-bottom: 25px;
    }
    /* Bulk transfer */
    
    .transfer__bulk-textarea {
        width: 100%;
    }
    .transfer__bulk-submit {
        margin-left: 0;
        margin-bottom: 25px;
        width: 220px;
    }
    .transfer__bulk-available-item .rs__select {
        display: block;
        margin-top: 10px;
        margin-left: 30px;
    }
    /* Cart steps nav */
    
    .checkout__steps-item {
        font-size: 30px;
    }
    .checkout__step-number {
        font-size: 14px;
        height: 24px;
        width: 24px;
        line-height: 24px;
    }

    .addon__icon {
        height: 25px;
        width: 20px;
    }

    /* Manage domains Check All (Mobile only)*/
    .mobile-toggle-all  {
        display: inherit;
    }

    .card__container .fourth-column {
        width: 50%;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: top;
        /* Compensates for inline characteristics of inline-block */
        margin-right: -5px;
    }

    .flexbox .card__container .fourth-column {
        display: inherit;
    }

    .card__container .fourth-column:nth-of-type(1),
    .card__container .fourth-column:nth-of-type(3) {
        padding-right: 10px;
        padding-left: 0;
    }

    .card__container .fourth-column:nth-of-type(2),
    .card__container .fourth-column:nth-of-type(4) {
        padding-right: 0;
        padding-left: 10px;
    }

}
@media only screen and (min-width: 600px) {
    /* Columns */
    
    .fourth-column {
        width: 50%;
        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) */
    
    .fourth-column ~ .fourth-column:last-child {
        padding-right: 0;
    }
    .third-column {
        width: 50%;
        padding-right: 50px;
        display: inline-block;
        vertical-align: top;
        /* Compensates for inline characteristics of inline-block */
        
        margin-right: -5px;
    }
    /* Center last column on it's own row */
    
    .third-column:last-child {
        margin: 25px auto 0;
        padding-right: 0;
        display: block;
    }
    .l__large-inline-block {
        display: inline-block;
        margin-bottom: 0;
    }
    /* Results */
    
    .results__price.fourth-column,
    .results__add-buttons.fourth-column {
        margin-right: -3px;
        display: inline-block;
        padding-top: 20px;
        vertical-align: middle;
        text-align: right !important;
    }
    .results__price.fourth-column {
        padding-right: 20px;
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px);
    }
    .results__add-buttons.fourth-column {
        width: 230px;
    }
    
    .aff__stat-item {
	    font-size: 16px;
    }

    .card__body {
        display: block !important;
    }
    
}
@media only 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,
    .half-column + .half-column,
    .third-column + .two-thirds-column,
    .two-thirds-column + .third-column,
    .full-column {
        padding-right: 0;
    }
    /* 1/2 */
    
    .half-column {
        width: 50%;
    }
    /* 1/3 */
    
    .third-column {
        width: 33.3%;
    }
    .two-thirds-column {
        width: 66.6%;
    }
    /* 1/4 */
    
    .fourth-column {
        width: 25%;
    }
    /*
			2/4 = .half-column
		*/
    
    .three-fourths-column {
        width: 75%;
    }
    /* 1/5 */
    
    .fifth-column {
        width: 20%;
    }
    .two-fifths-column {
        width: 40%;
    }
    .three-fifths-column {
        width: 60%;
    }
    .four-fifths-column {
        width: 80%;
    }
    /* 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;
    }
    .small-gutter {
        padding-right: 10px;
    }
    /* Footer */
    
    .site-footer {
        padding-bottom: 100px;
    }
    /* Align right half-column */
    
    .site-footer .social-icons,
    .footer-nav {
        text-align: right;
    }
    .footer-nav .half-column {
        padding-right: 0;
    }
    .footer-logo {
        height: 100px;
        display: inline-block;
    }
    .site-footer .social-icons {
        margin: 10px -5px 0 0;
        vertical-align: top;
        display: inline-block;
    }
    /* Footer - action nav */
    
    .action-nav {
        display: inline-block;
        vertical-align: top;
        margin: 10px -5px 0 35px;
    }
    .action-nav-item {
        display: inline-block;
        width: auto;
        min-width: 150px;
    }
    .action-nav-item:first-of-type {
        border-radius: 5px 0 0 5px;
        border-width: 1px 0 1px 1px;
    }
    .action-nav-item:last-of-type {
        border-radius: 0 5px 5px 0;
    }
    .footer-social-action {
        height: 100px;
        text-align: right;
    }
    .ie8 .action-nav-item {
        width: 140px;
    }
    .ie8 .action-nav-item {
        border-right: solid 1px #fff;
    }
    /* Vertically align copyright and top of navigation */
    
    .site-copyright {
        margin: 0;
    }
    .site-footer .social-icons li {
        margin-top: 0;
    }
    .site-footer .social-icons li:last-child {
        margin-right: 0;
    }
    .footer-nav .nav-item a {
        margin: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
    /* Add on */
    
    .addon__toggle-buttons,
    .addon__price,
    .addon__action,
    .addons__bulk-edit {
        text-align: right;
    }
    /* Support ticket - button */
    
    .support__header-button {
        text-align: right;
    }
}
@media only screen and (max-width: 799px) {
    /* Footer */
    
    .site-footer {
        text-align: center;
    }
    /* Switch order of two columns*/
    
    .site-footer .top-level-nav {
        display: table;
        width: 100%;
    }
    .site-footer .footer-nav .half-column:first-child {
        display: table-footer-group;
    }
    .nav__bar {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        border: none;
    }
    .nav__bar-item {
        border: none;
        /* IE fix (removed border-width: 1px 1px 0 0) */
        
        margin: 0 1px 5px 1px;
        padding: 10px;
        display: inline-block;
        width: 24%;
        /* IE fix (changed from 25%); allows for four columns */
    }
    .nav__bar-item:first-of-type {
        padding-left: 15px;
        /*  border-left: 1px solid #d5d8d9; */
    }
    .nav__bar-is-active {
        background-color: #fff;
    }
    /* Three buttons next to each other */
    
    .rs__button + .rs__button + .rs__button {
        margin-left: 0;
        margin-top: 15px;
    }
    /* Columns in headers */
    
    .l__header-block .s__right,
    .l__header-block .s__center,
    .l__footer-block .s__right,
    .l__footer-block .s__center {
        text-align: initial;
    }
    .l__header-block .half-column + .half-column,
    .l__footer-block .half-column + .half-column {
        margin-top: 15px;
    }
    /* Results */
    
    .s__right.results__add-buttons,
    .s__right.results__checkout-button,
    .s__right.results__price {
        text-align: right;
    }

    .s__right.s__left-mobile {
        text-align: left;
    }

    /* Cart step nav */
    
    .checkout__steps + .rs__container {
        margin-top: 20px;
    }
    .checkout__steps {
        margin: 0;
    }
    .checkout__steps-item {
        font-size: 21px;
    }
    .checkout__step-number {
        display: block;
        margin: 0 auto 5px;
    }
    .checkout__steps-item,
    .checkout__steps-item:first-of-type,
    .checkout__steps-item:last-of-type {
        text-align: center;
    }
    /* Add on */
    
    .addon__action {
        margin-top: 25px;
    }
    /* Support ticket - button */
    
    .support__header-button {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .addon__weebly-footer {
        text-align: center;
    }

    .addon__weebly-footer .half-column:last-of-type {
        margin-top: 20px;
        text-align: center;
    }

}

@media only screen and (max-width: 699px),
(max-device-width: 1050px) {
    .rs__container {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 451px) and (max-width: 899px) {
    .results__checkout-button.third-column {
        width: 100%;
    }
}

@media only screen and (max-width: 699px) {
    /* Sub Nav bar */
    
    .nav__bar {
        margin-bottom: 10px;
        text-align: center;
        /* IE fix; centers two columns in wrapper */
    }
    .nav__bar-item {
        float: left;
        border: 1px solid #d5d8d9;
        box-sizing: border-box;
        margin: 0;
        width: 50%;
    }
    .nav__bar-item:nth-child(1) {
        border-bottom: none;
        border-right: none;
    }
    .nav__bar-item:nth-child(2) {
        border-bottom: none;
    }
    .nav__bar-item:nth-child(3) {
        border-right: none;
    }
    /* Required action */
    
    .list__required-action {
        padding-left: 0;
        list-style: none;
    }
    .list__required-action .s__break-all {
        display: block;
    }
    .list__required-action .rs__button {
        margin: 10px 0 10px 0;
    }
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
    /* Log in form field widths */
    
    .rs__login-form .half-column {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 865px) {
	
	#recaptcha_image {
		margin-top: 25px;
	}
	
}


@media only screen and (max-width: 599px) {
    .rs__container {
        padding: 0;
        background: none;
    }
    .rs__container.alt-style {
        padding: 20px;
    }
    .rs__block {
        padding: 20px;
    }
    .rs__block-header {
        margin: -20px -20px 20px -20px;
    }
    .rs__block-header .rs__minor-heading {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cart__form {
        margin-top: 30px;
    }
    .rs__input,
    .rs__select,
    .rs__select-wrapper select,
    .alert__error-inline {
        margin-bottom: 20px;
    }
    .alert__error-inline-checkbox {
        margin-bottom: 0;
    }
    .alert__error-inline-smd {
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
    }
    .rs__label-double-width {
        width: 100%;
    }
    .grid__ltr-item,
    .grid__ltr-item:nth-of-type(3n+1),
    .grid__empty + .grid__ltr-item + .grid__ltr-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .payment__exp-slash {
        margin-left: -5px;
        margin-right: -7px;
    }
    /* Tooltips */
    
/*
    .rs__tooltip {
        position: static;
    }
*/
/*
    .rs__tooltip-content {
        left: 0;
        right: 0;
        bottom: 110%;
        background-color: #f3f6f7;
    }
    .rs__tooltip-content:after {
        border-top-color: #f3f6f7;
    }
*/
    .rs__tooltip-image {
        max-width: 85px;
    }
    
    .l__small-block {
        display: block;
        margin-bottom: 10px;
    }
    .table__basic-body td:before,
    .table__cart-sub-item .table__cart-name:before {
        display: block;
        margin-bottom: 5px;
    }
    .table__basic-body td {
        border-bottom: none;
    }
    .table__basic-body .table__cart-remove:before {
        margin-right: 5px;
        margin-top: 5px;
        display: inline-block;
    }
    /* Transfer */
    
    .transfer__tld-select {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 220px;
    }
    .transfer__input {
        width: 100%;
    }
    .transfer__single {
        text-align: center;
    }
    /* Knowledge base, support tickets */
    
    .faq__helpful-form .rs__select {
        margin-left: 5px;
        margin-bottom: 0;
    }
    /* Results */
    
    .results__price {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .credit-balance {
        float: left;
        clear: left;
    }

    .card__container .fourth-column {
        width: 100%;
        margin-bottom: 15px;
    }

    .card__container .fourth-column:nth-of-type(1n) {
        padding: 0;
    }

    .card__item {
        position: relative;
    }

    .flexbox .card__item {
        padding-bottom: 0;
    }

    .flexbox .card__footer,
    .card__footer {
        position: absolute;
        bottom: auto;
        left: auto;
        right: 0;
        top: 0;
        margin: 6px; /* TODO: find better, non-magic-number solution to vertically center button/price */
    }

    .card__sub-title {
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;

        /*width: 55px;*/
        /*white-space: nowrap;*/
        /*text-overflow: clip;*/
        /*text-align: right;*/
        /*overflow: hidden;*/
    }

    .is-selected .card__sub-title {
        color: #fff;
    }

    .card__button.rs__button {
        font-size: 13px;
        padding: 7px 10px;
        height: 31px;
        width: 80px; /* Keep buttons the same width so no jumpiness when selecting/deselecting */
        display: inline-block;
    }

    .is-selected .card__state {
        color: #fff;
    }

    .card__state {
        font-size: 13px;
        width: 75px;
        display: inline-block;
        vertical-align: middle;
    }

    .card__title {
        text-align: left;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        padding-right: 0;
    }

    .card__header {
        cursor: pointer;
    }

    .card__promoted-flag {
        display: none;
    }

    .card__container .fourth-column .card__body {
        display: none;
    }

    .card__container .is-selected .card__body,
    .card__container .is-expanded .card__body{
        display: inherit;
    }

    .card__container .fourth-column .card__header {
        border-bottom: none;
    }

    .card__accordion-toggle {
        display: inline-block;
        vertical-align: middle;
        height: 10px;
        width: 10px;
        background-image: url('/template/img/tld/dark-dropdown-arrow.png');
        background-image: -webkit-linear-gradient( transparent, transparent), url('/template/img/tld/dark-dropdown-arrow.svg');
        background-image: linear-gradient( transparent, transparent), url('/template/img/tld/dark-dropdown-arrow.svg');
        background-repeat: no-repeat;
        background-position: 0 4px;
        outline: none;
        -webkit-transition: transform .25s;
        -moz-transition: transform .25s;
        -ms-transition: transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s;
    }

    .is-selected .card__accordion-toggle {
        background-image: url('/template/img/tld/nav-dropdown.png');
        background-image: -webkit-linear-gradient( transparent, transparent), url('/template/img/tld/nav-dropdown.svg');
        background-image: linear-gradient( transparent, transparent), url('/template/img/tld/nav-dropdown.svg');
        background-repeat: no-repeat;
        background-position: left center;
    }

    .is-expanded .card__accordion-toggle {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: transform .25s;
        -moz-transition: transform .25s;
        -ms-transition: transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s;
    }

    .addon__weeby-price-long {
        display: none;
    }

    .addon__weeby-price-short {
        display: inherit;
    }

}

@media only screen and (max-width: 499px) {
    /* Buttons and misc inputs */
    
    .button__size-xlarge,
    .button__size-large,
    .button__size-medium,
    .button__size-small,
    .pair__input,
    .pair__button,
    .rs__input-promo {
        width: 100%;
        display: block;
        margin: 0 0 15px 0;
    }
    /* Boo */
    
    a.button__size-large {
        padding-top: 12px;
    }
    .rs__button + .rs__button {
        margin-left: 0;
    }
    /* Cart steps nav */
    
    .checkout__steps-item {
        font-size: 14px;
    }
    .rs__main-heading {
        font-size: 24px;
    }
    /* Knowledge base */
    
    .faq__container {
        border-width: 1px 0 0 0;
        padding: 30px 0 0;
        margin-top: 20px;
    }
    .faq__helpful-form {
        display: block;
    }
    .faq__helpful-form .rs__select {
        margin-left: 0;
        margin-top: 10px;
    }
    .faq__search-form .rs__input {
        width: 100%;
    }
    /* Search Results */
    
    .results__add-buttons.s__right,
    .results__price.s__right {
        text-align: center !important;
    }
    .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: 100%;
        min-width: 0;
        font-size: 24px;
    }
}
@media only screen and (max-width: 375px) {
    .grid__ltr-item .grid__ltr-two-thirds,
    .grid__ltr-item .grid__ltr-third,
    .grid__ltr-item .grid__ltr-half {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .grid__ltr-item div + .grid__ltr-two-thirds,
    .grid__ltr-item div + .grid__ltr-half,
    .grid__ltr-item div + .grid__ltr-third,
    .payment__exp-slash + .grid__ltr-third,
    .payment__exp-slash + .grid__ltr-half {
        padding-left: 0;
    }
    .placeholder .ccexpiryyear-parent {
        margin-top: 0;
    }
    .grid__ltr .ccexpiryyear-parent .hide-label {
        height: 20px;
        font-size: 14px;
        white-space: normal;
        text-indent: 0;
        overflow: visible;
        margin-bottom: 5px;
    }
    .payment__exp-slash {
        display: none;
    }
    .rs__tooltip-content {
        width: 100%;
        min-width: 0;
        max-width: 300px;
    }
    .transfer__tld-select {
        width: 100%;
    }
    .transfer__prefix-input,
    .transfer__input,
    .transfer__tld-select {
        font-size: 18px;
    }
    .transfer__input {
        padding-left: 102px;
    }
    .transfer__prefix-input {
        width: 105px;
    }
    /* Sub Nav bar */
    
    .nav__bar-item {
        float: left;
        margin: 0;
        width: 100%;
        border: 1px solid #d5d8d9;
        box-sizing: border-box;
    }
    .nav__bar-item:nth-child(1),
    .nav__bar-item:nth-child(3) {
        border-bottom: none;
        border-right: 1px solid #d5d8d9;
    }
    .nav__bar-item:nth-child(2) {
        border-bottom: none;
    }
    /* Support tickets - filter */
    
    .support__filter-button,
    .pair__button {
        padding: 7px;
    }
}
/* ------------------
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
------------------ */

@media print {
    .site-header,
    .site-footer {
        display: none;
    }
    .main-content {
        padding-top: 0;
    }
    .rs__container {
        border: none;
        margin: 0 !important;
    }
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: black !important;
        /* Black prints faster:
                                 http://www.sanbeiji.com/archives/953 */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    body:before {
        content: "gen.xyz Domains Beta - https://gen.xyz/account";
        display: block !important;
        font-size: 18px;
    }
    /* Minified */
    
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #d5d8d9
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.hidden, .delete-dns-row {
    display: none;
}

.invisible	{
    visibility: hidden;
}