/*
	
	Fonts	
	*	Sans Serif -- font-family: Roboto, Open Sans, Helvetica, Arial, sans-serif;
	* Condensed -- font-family: Roboto Condensed, Roboto, Open Sans, Helvetica, Arial, sans-serif;

	.cars Colors
	* .Cars teal - #136e7f
	* .Car light teal - #129396
	* .Auto red - #de2426 (hover: #c92029)
	* Dark gray - #302f2d
	* Gray - #bdc3c7
	* Light gray - #ecf1f1
	* Yellow - #ebd506 (hover: #D8C61C)

*/

/*	 	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:#ff0;color:#000}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: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 silver;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;
}

/* Use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/ */
.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}

/* Email Addresses */
.email-address {
	vertical-align: text-bottom;
}

.heading__4 .email-address {
	height: 18px;
}

/*=================================
Base Size

These are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many other styles. Remember, keep it light: Speed is Important.

This is called at the top of the main stylesheet and will be used across all viewports.
=================================*/
	
/*=================================

Body, General Styles

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

/* 62.5% = 10px which makes for easier rem-to-pixel conversions
	ex: 1.4rem = 14px */
html {
	font-size: 62.5%;
}

body {
	font-family: Roboto, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1;
  background-color: #ecf1f1;
  color: #302f2d;
  
  /* Improves appearance of fonts */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ul, li {
list-style-type:none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

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

Typography

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

.main-content {
	line-height: 1.5;
	background-color: #fff;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}
	
	/* Remove space after last paragraph or after single paragraphs */
	p + p:last-of-type,
	p:only-of-type {
		margin-bottom: 0;
	}
	
small {
	font-size: 1.2rem;
}
	
/*=================================

Layout

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

/* Use .rows around .-columns */
.row {
	clear: both;
	zoom: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.main-content .row,
.site-footer .row {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.main-content .row {
	padding-top: 40px;
	padding-bottom: 40px;
}

.main-content .row,
.site-footer .row,
.header-logo {
	-webkit-transition: padding .17s;
	-moz-transition: padding .17s;
	-ms-transition: padding .17s;
	-o-transition: padding .17s;
	transition: padding .17s;
}

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

Links

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

a {
	color: inherit;
}

.main-content a:hover,
.main-content a:focus {
	color: #136e7f;
}

.bg__dark a:hover,
.bg__dark a:focus {
	color: #bdc3c7;
}

a[href*="tel"] {
	text-decoration: none;
}

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

button,
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;
}

.link__external:after {
	content: '';
	display: inline-block;
	vertical-align: text-bottom;
	height: 16px;
	width: 16px;
	margin-left: 4px;
}

.cssmask .link__external:after {
	background-color: #302f2d;
	-webkit-mask-image: url("/proxy/nic.auto/assets/img/baseline-open_in_new-24px.svg");
	mask-image: url("/proxy/nic.auto/assets/img/baseline-open_in_new-24px.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: right center;
	mask-position: right center;
	-webkit-mask-size: 16px 16px;
	mask-size: 16px 16px;
	-webkit-transition: background .17s;
	-moz-transition: background .17s;
	-ms-transition: background .17s;
	-o-transition: background .17s;
	transition: background .17s;
}

.cssmask .link__external:hover:after,
.cssmask .link__external:focus:after {
	background-color: #136e7f;
	-webkit-transition: background .25s;
	-moz-transition: background .25s;
	-ms-transition: background .25s;
	-o-transition: background .25s;
	transition: background .25s;
}

.no-cssmask .link__external:after,
.no-cssmask .link__external:hover:after,
.no-cssmask .link__external:focus:after {
	background-color: transparent;
	background-image: url("/proxy/nic.auto/assets/img/baseline-open_in_new-24px.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
}


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

Headings

	* Use classes rather than heading elements to dictate style.
	* Use this same prefix for other classes that have a hierarchy
	
	.main-
	.sub-
	.minor-
	.featured-
	.emphasis-
	.subtle-

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

h1,
h2,
h3,
h4,
h5,
h6,
.heading__1,
.heading__2,
.heading__3,
.heading__4,
.heading__5,
.heading__6 {
  text-rendering: optimizelegibility;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
	font-size: 100%;
}

.heading__1 {
	font-family: Roboto Condensed, Roboto, Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 3rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.heading__2 {
	font-family: Roboto Condensed, Roboto, Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1.33;
	margin-bottom: 20px;
}

.heading__3 {
	font-size: 2rem;
	line-height: 1.5;
}

.heading__4 {
	font-size: 1.8rem;
	line-height: 1.5;
}

.heading__5 {
	font-weight: 400;
}

.heading__6 {
	font-family: Roboto Condensed, Roboto, Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

Lists

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

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

/* Checklist */
.list__checklist,
.list__checklist ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.list__checklist li {
	margin-bottom: 15px;
	padding-left: 30px;
	min-height: 25px;
	background-image: url("/proxy/nic.auto/assets/img/checkmark.png");
	background-image: -webkit-linear-gradient( transparent,  transparent), url("/proxy/nic.auto/assets/img/checkmark.svg");
	background-image:  linear-gradient( transparent,  transparent), url("/proxy/nic.auto/assets/img/checkmark.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*
.list__checklist.heading__3 li {
  background-position: 0 0;
}
*/

/* Basic list styles */
.list__basic,
.list__basic ul,
.list__basic ol {
	list-style-position: inside;
	padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list__basic ul,
.list__basic ol {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 40px;
}

.list__basic li {
	margin-bottom: 10px;
}

/* Bulleted list */
.list__bulleted,
.list__bulleted ul {
	list-style: none;
}

.list__bulleted li {
	text-indent: -10px;
	padding-left: 20px;
}

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

/* Ordered list */
.list__ordered {
	list-style-type: decimal;
}

.list__bulleted .list__ordered li:before {
	display: none;
}

/* Lists in columns */
.list__2-col li,
.list__3-col li,
.list__4-col li {
	vertical-align: top;
	display: inline-block;
	margin-right: -5px;
	padding-right: 20px;

	width: 100%;
}

/* "Snippet" list
	
	An unordered list of headings with short snippets/paragraphs
	Based on print flyers for .cars/.car/auto
*/

.snippet__grid {}

.snippet__heading {
	font-family: Roboto Condensed, Roboto, Open Sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.snippet__content {
	font-size: 1.4rem;
	line-height: 1.33;
	padding-bottom: 20px;
}

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

Tables

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

.table__basic {
	border: 2px solid #bdc3c7;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Some <th> elements are in the <thead>, others are in the <tbody> and form a heading column */
.table__basic-heading {
	font-weight: normal;
	font-family: Roboto Condensed;
	background-color: #ecf1f1;
	padding: 10px 15px;
}

.table__basic-body .table__basic-heading {
	text-align: left;
}

.table__basic-cell {
	border: 1px solid #ecf1f1;
	padding: 10px 15px;
}

/* Zebra striping */

.table__zebra tr:nth-of-type(even) {
	background-color: #FAFDFD;
}

/*
	Responsive table solution by ZURB Foundation
	http://zurb.com/playground/responsive-tables
	
	Replaced 767px media query (MQ) with 800px
	If this CSS MQ is changed, be sure to change the JS MQ too.
	
	Foundation v2.1.4 http://foundation.zurb.com */
	
.table__responsive-caption {
	display: none;
}

@media only screen and (max-width: 800px) {
	.table__responsive-caption {
		display: block;
		margin-top: -20px;
		margin-bottom: 30px;
		font-style: italic;
		text-align: center;
	}
  table.responsive {
    margin: 0;
    border-left: none;
    border-right: none;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 170px;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 2px solid #bdc3c7;
    border-left: 2px solid #bdc3c7;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    margin: 0;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    border-right: 2px solid #bdc3c7;
  }
  div.table-wrapper div.scrollable {
    margin-left: 170px;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}

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

Buttons

	* Use .button for basic button style to any element
	* ADD .button__(modifier) classes to modify base button
	* Use .button__reset instead of .button to reset <button> element

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

.button__reset {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-family: inherit;
}
	
.button {
	/* Reset */
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-font-smoothing: antialiased;
	border: none;
	text-shadow: none;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	
	/* Basic style */
	font-family: Roboto Condensed, Roboto, Open Sans, Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	font-size: 2rem;
	background: #de2426;
	border-radius: 5px;
	padding: 20px;
	display: inline-block;
}

	.button:hover,
	.button:focus {
		background: #c92029;
		outline: none;
		text-shadow: 0 1px 4px #7B0F15;
	}
	
	.button:focus {
		box-shadow: 0 0 10px #de2426;
	}
	
	.bg__dark .button {
		background: #ebd506;
	}
	
		.bg__dark .button:hover,
		.bg__dark .button:focus {
			background: #D8C61C;
			text-shadow: 0 1px 4px #92850B;
		}
		
		.bg__dark .button:focus {
			box-shadow: 0 0 10px #ebd506;
			box-shadow: 0 0 10px rgba(235, 213, 6, 0.45);
		}
	
	a.button,
	a.button:hover,
	a.button:focus {
		color: #fff;
		text-decoration: none;
	}
	
	.button:hover,
	.button:focus,
	.button {
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-ms-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	
/* .button Modifiers */

/* Sizes */
	
.button__tiny {}

.button__small {
	padding: 5px 10px;
	height: 32px;
	font-size: 1.6rem;
}

.button__medium {}
.button__large {}
	
/* Colors */
		
.button__gray {
	background-color: #bdc3c7;
}

	.button__gray:hover,
	.button__gray:focus {
		background-color: #129396;
		text-shadow: 0 1px 4px #333;
	}
	
	.button__gray:focus {
		box-shadow: 0 0 10px #aaa;
	}
	
.button__yellow {
	background: #ebd506;
}

	.button__yellow:hover,
	.button__yellow:focus {
		background: #D8C61C;
		text-shadow: 0 1px 4px #92850B;
	}
	
	.button__yellow:focus {
		box-shadow: 0 0 10px #ebd506;
		box-shadow: 0 0 10px rgba(235, 213, 6, 0.45);
	}
	
/*=================================

Forms

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

/*
	Basic form
*/

.form__basic-field {
	margin-bottom: 25px;
}

/* Labels */
.form__basic-label {
	display: block;
	margin-bottom: 7px;
	font-size: 1.4rem;
	font-weight: 400;
}

.form__basic-label .asterisk {
	color: #DE2426;
}

.bg__dark .form__basic-label .asterisk {
	color: #EBD506;
}

/* Hide label accessibly */
.placeholder .hide-label {
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

/* Browsers/devices that don't support placeholders get labels */
.no-placeholder .hide-label {
	margin-bottom: 5px;
}

/* Inputs */
.form__basic-input {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	
	height: 60px;
	width: 100%;
	background-color: #fff;
	color: #302f2d;
	font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Roboto, Open Sans, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
}

	.form__basic-input:focus,
	.form__basic-textarea:focus {
		box-shadow: 0 0 10px #9DA4A9;
	}

.bg__white .form__basic-input,
.bg__white .form__basic-textarea {
	border: 2px solid #bdc3c7;
	border-radius: 5px;
}

	.bg__white .form__basic-input:focus,
	.bg__white .form__basic-textarea:focus {
		box-shadow: 0 0 7px #bdc3c7;
	}

/* Textarea */
.form__basic-textarea {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	
	height: 110px;
	width: 100%;
	background-color: #fff;
	color: #302f2d;
	font-weight: 400;
	padding: 15px;
	font-family: Roboto, Open Sans, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
}

/* Radio buttons */
.form__basic-radio-container {
	list-style: none;
	padding: 0;
}

.form__basic-radio-container li {
	display: inline-block;
	width: 80px;
}

.form__basic-radio-button,
.form__basic-label-radio {
	display: inline-block;
}

.form__basic-radio-button {
	margin-right: 5px;
}

/*
	Registrars form
*/


.form__subscribe {
	margin-bottom: 80px;
}

.form__subscribe-submit,
.form__registrars-submit {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 2.4rem;
}

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

/*
	Newsletter form
*/

.form__newsletter-email {
	height: 60px;
	font-size: 2rem;
	margin-bottom: 20px;
	border: 3px solid #bdc3c7;
	border-radius: 5px;
}

.form__newsletter-email::-webkit-input-placeholder { font-weight: 300; color: #c2c0b9; }
.form__newsletter-email::-moz-placeholder { font-weight: 300; color: #c2c0b9; } /* firefox 19+ */
.form__newsletter-email:-ms-input-placeholder { font-weight: 300; color: #c2c0b9; } /* ie */
.form__newsletter-emailinput:-moz-placeholder { font-weight: 300; color: #c2c0b9; }

.form__newsletter-submit {
	font-size: 2rem;
	border-radius: 5px;
	width: 100%;
}

/* Homepage/splash CTA */

.button__splash-cta {
	text-transform: none;
	padding: 10px 15px;
}


.reg__logos {
  text-align: center;
  padding: 10px 20px;
}

.reg__logos li {
  padding-right: 0;
  width: 50%;
}

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

Alert messages

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

.alert {
  background-color: #ECF1F1;
  padding: 10px;
  display: table; /* Better than inline-block */
}

.alert,
p.alert {
  margin-bottom: 20px;
}

.alert__error { background-color: #de2426; color: #fff; }
.alert__warning { background-color: #ebd506; }
.alert__success { background-color: #129396; color: #fff; }

/* Empty error styles */

@-webkit-keyframes iconSlideIn {
  0% {
	  background-position: 95% -50px;
  }
  100% {
	  background-position: 95% center;
  }
}

@keyframes iconSlideIn {
  0% {
	  background-position: 95% -50px;
  }
  100% {
	  background-position: 95% center;
  }
}

input.is-empty,
textarea.is-empty {
	box-shadow: inset 0 0 10px -2px #de2426;
	background-image: url("/proxy/nic.auto/assets/img/exclaim-red-bold.png");
	background-image: -webkit-linear-gradient( transparent,  transparent), url("/proxy/nic.auto/assets/img/exclaim-red-bold.svg");
	background-image: linear-gradient( transparent,  transparent), url("/proxy/nic.auto/assets/img/exclaim-red-bold.svg");
/* There's a bug where the SVG background image doesn't animate into the search input. Safari and IE. */
	background-repeat: no-repeat;
	background-position: 95% -50px;
	
	-webkit-animation: iconSlideIn .33s cubic-bezier(.05,.12,.47,1.33) 1 forwards;
	animation: iconSlideIn .33s cubic-bezier(.05,.12,.47,1.33) 1 forwards;
}

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

Header, Site Banner, Navigation

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

.site-header {
  background-color: #ecf1f1;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 75px;
}

.header-logo {
	height: 45px;
  padding-left: 15px;
}

.header-logo a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.car-logo img,
.cars-logo img,
.auto-logo img {
	margin-top: 16px;
	max-height: 17px;
}

.site-logo {
	display: inline-block;
}

.site-header a {
	text-decoration: none;
}

.button__mobile-nav {
	position: absolute;
	right: 0;
	top: 0;
}

.button__mobile-nav svg {
  height: 28px;
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}

	.mobileToggled .button__mobile-nav svg,
	.button__mobile-nav:hover svg,
	.mobileToggled .icon__mobile-nav {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	/* Fallbacks */
	.no-csstransforms .mobileToggled .button__mobile-nav,
	.no-csstransforms .button__mobile-nav:hover,
	.no-csstransforms .button__mobile-nav:focus {
		background-color: #AAB1B5;
	}

	.svg .icon__mobile-nav.fallback { display: none; }
	.no-svg .icon__mobile-nav.fallback {
		display: block;
		/* Centers img in button */
		padding-left: 13px;
		padding-bottom: 13px;
	}

/* Navigation */

nav ul,
nav ol {
	margin: 0;
	padding: 0;
}

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

.nav-item {
	display: block;
}

.header-nav .nav-item {
  padding-bottom: 30px;
}

.main-nav-link {
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: Roboto Condensed, Roboto, Open Sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #302f2d;
	display: block;
}

	.main-nav-link:hover,
	.main-nav-link:focus {
		color: #136e7f;
		text-decoration: underline;
	}


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

Files (Media Kit, etc)

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

.files-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.files-item {
	display: block;
	margin-bottom: 20px;
}

	.files-item a,
	.files-item a:hover {
		background-image: none;
		text-decoration: none;
	}
		
.files-icon {
	height: 80px;
	width: 80px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	background-image: url('../img/cca-files-sprite.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('../img/cca-files-sprite.svg');
	background-image:  linear-gradient( transparent,  transparent), url('../img/cca-files-sprite-o.svg');
	background-size: 100% auto;
	background-color: #9a9a9e;
}

	.lt-ie9 .files-icon {
		height: 160px;
		width: 160px;
	}

	.files-media-kit .files-icon {
		background-position: center 0;
	}
	
	.files-flyers .files-icon {
		background-position: center 40.5%;
	}
	
	.files-logos .files-icon {
		background-position: center 19.6%;
	}
	
	.files-fonts .files-icon {
		background-position: center 60.6%;
	}
	.files-content .files-icon {
		background-position: center 80%;
	}
	.files-banners .files-icon {
		background-position: center 100%;
	}

.files-title {
	display: inline-block;
	margin-right: -5px;
	vertical-align: middle;
	text-align: center;
	text-decoration: underline;
}

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

Footer, Footer nav

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

.site-footer {
	background-color: #ecf1f1;
	padding-top: 40px;
	padding-bottom: 60px;
}

.footer-nav .nav-item {
  padding-bottom: 20px;
}

.footer-nav .main-nav-link {
	display: inline-block;
	line-height: 1.25;
}

.footer-logo a {
	text-decoration: none;
}

.footer-logo img {
	max-height: 35px;
}

/* Copyright */

.site-copyright {
	font-weight: 300;
	font-size: 1.4rem;
	color: #302f2d;
	margin-top: 40px;
	padding-bottom: 30px;
	line-height: 1.33;
}

/* Social Icons */

.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("/proxy/nic.auto/assets/img/social-sprite.png");
	background-image: -webkit-linear-gradient( transparent,  transparent), url("/proxy/nic.auto/assets/img/social-sprite.svg");
	background-image:  linear-gradient( transparent,  transparent), url("/proxy/nic.auto/assets/img/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: 2rem;
	}
	
	.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 .social-icons a {
	padding-left: 30px;
}

.main-content .facebook-icon {
	background-position: 10% 0;
}

	.site-footer .facebook-icon {
		background-position: 2px -180px;
	}

.main-content .twitter-icon {
	background-position: 0 28%;
}

	.site-footer .twitter-icon {
		background-position: 0 -205px;
	}

.main-content .instagram-icon {
	background-position: 0 55%;
}

	.site-footer .instagram-icon {
		background-position: 1px -229px;
	}
	
.main-content .youtube-icon {
	background-position: 0 55%;
}

	.site-footer .youtube-icon {
		background-position: 0 -225px;
	}

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

Icons, misc

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

/* 
	"Our TLDs" - SVG logos with fallback PNG background-images
	PNG fallback for SVG objects
	Including this fallback in main.css
	instead of ie.css for old droid support
*/
.fallback {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
		
.icon__scroll-down {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-family: Times New Roman, serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: rgba(57, 58, 72, 0.5);
  border-radius: 25px;
  display: block;
	margin-left: auto;
	margin-right: auto;
	outline: none;
}

.icon__scroll-down:hover,
.icon__scroll-down:focus {
	color: #fff;
	-webkit-box-shadow: 0 0 8px #111;
	box-shadow: 0 0 10px #111;
}

.icon__scroll-down,
.icon__scroll-down:hover,
.icon__scroll-down:focus {
	-webkit-transition: .17s;
	-moz-transition: .17s;
	-ms-transition: .17s;
	-o-transition: .17s;
	transition: .17s;
}

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

<hr>

==================================================================*/
	
.hr-line {
	width: 100px;
	height: 1px;
	background-color: #ebd506;
	margin: 20px auto;
}

.hr-flag {
	background-color: #ECF1F1;
	height: 8px;
  width: 250px;
  border-radius: 1px;
  margin: 20px auto;
  
  -moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
}


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

Backgrounds for full width areas (ex: homepage)

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

.bg__white {}

.bg__dark {
	background-color: #136e7f;
	color: #fff;
}

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

Home

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

.bg__home-splash {
	background-color: #fff;
	background-image: url("/proxy/nic.auto/assets/img/bg__home-splash-skinny.jpg?v=1.1");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.home__splash-content .heading__1 {
	margin-top: 0;
}


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

TLD Timeline

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

.tld-timeline {
	color: #fff;
	font-family: Roboto Condensed, Roboto, Open Sans, Helvetica, Arial, sans-serif;
	margin: 60px auto 0;
	counter-reset: timeline;
	border-radius: 20px 20px 0 0;
	background-color: rgba(189, 195, 199, 0.8);
	width: 100%;
	max-width: 330px;
}

.timeline__item {
	padding: 20px 30px 20px 40px;
}

	.timeline__item:first-of-type {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

.active.timeline__item {
  background-color: rgba(189, 195, 199, 0.8);
  position: relative;
}

/* Marker */
.active.timeline__item:before {
  display: block;
  content: '';
	background-image: url("/proxy/nic.auto/assets/img/timeline-marker.png");
	background-image: -webkit-linear-gradient( transparent,  transparent), url("/proxy/nic.auto/assets/img/timeline-marker.svg");
	background-image:  linear-gradient( transparent,  transparent), url("/proxy/nic.auto/assets/img/timeline-marker.svg");
	height: 56px;
	width: 45px;
	position: absolute;
  top: -10px;
  left: 8px;
}

/* Number */
.timeline__item-name:before {
  counter-increment: timeline;
  content: counter(timeline);
  font-weight: 700;
  margin-right: 7px;
}

.timeline__item-name {
  font-size: 2rem;
  margin-bottom: 20px;
}

.timeline__item-period {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

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

Contact page

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

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

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

.cca-logos__stacked {
	display: inline-block;
}

.cca-logos__stacked img {
	display: block;
}

.cca-logos__stacked img:not(:last-of-type) {
	margin-bottom: 5px;
}

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

Registrars

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

.list__registrar-logos li {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
}

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

WHOIS

=================================*/
.form__whois {
	position: relative;
}

.form__whois-terms {
	text-align: center;
	padding-bottom: 30px;
}

.form__whois-captcha .g-recaptcha {
	width: 100%;
	max-width: 302px;
	overflow: hidden;
	background-color: #d3d3d3;
	height: 76px;
	display: block;
	margin: 20px auto;
}

.form__whois-submit {
	width: 100%;
	font-size: 3rem;
}

.whois__results {
	background-color: #ecf1f1;
	padding: 30px;
  line-height: 1.5;
}

.avail-prefix-input {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	
	height: 60px;
	background-color: #fff;
	color: #302f2d;
	font-weight: 400;
	padding-left: 15px;
	font-family: Roboto, Open Sans, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	
	left: 0;
	position: absolute;
	z-index: 0;
	width: 0;
	background: none;
	padding-right: 0;
	color: #302f2d;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}

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

/* Compensate for visible label when placeholders aren't supported */
.no-placeholder .avail-prefix-input {
	top: 24px;
}

.prefix-active.form__whois .whois-search-term {
	padding-left: 101px;
}

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

Sitemap

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

.list__sitemap {
	max-width: 300px;
	margin: 0 auto;
}

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

	Reusable helper classes
	
	Prefixes:
	* .s__ for style
	* .t__ for typography
	* .l__ for layout
	
==================================================================*/

.s__margin-bottom { margin-bottom: 20px; }
.s__margin-top { margin-top: 20px; }
.s__margin-left { margin-left: 20px; }
.s__margin-right { margin-right: 20px; }

.s__margin-none { margin: 0; }
.s__margin-bottom-none { margin-bottom: 0; }
.s__margin-top-none { margin-top: 0; }
.s__margin-left-none { margin-left: 0; }
.s__margin-right-none { margin-right: 0; }

.s__padding-bottom { padding-bottom: 20px; }
.s__padding-top { padding-top: 20px; }
.s__padding-left { padding-left: 20px; }
.s__padding-right { padding-right: 20px; }

.s__padding-none { padding: 0; }
.s__padding-bottom-none { padding-bottom: 0; }
.s__padding-top-none { padding-top: 0; }
.s__padding-left-none { padding-left: 0; }
.s__padding-right-none { padding-right: 0; }

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

.t__light { font-weight: 300; }
.t__normal { font-weight: 400; }
.t__bold { font-weight: 700; }

.t__uppercase { text-transform: uppercase; }
.t__no-text-transform { text-transform: none; }

.t__color-teal { color: #136e7f; }
.t__color-light-teal { color: #129396; }
.t__color-red { color: #de2426; }
.t__color-gray { color: #bdc3c7; }
.t__color-white { color: #fff; }

.t__line-height-normal { line-height: normal; }

.t__small { font-size: 1.2rem; }

.l__align-top { vertical-align: top; }
.l__align-middle { vertical-align: middle; }
.l__align-bottom { vertical-align: bottom; }

.l__relative { position: relative; }

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

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

Media Queries

	* Mobile first responsive design
	* http://bradfrost.com/blog/mobile/the-many-faces-of-mobile-first/
	* http://bradfrost.com/blog/post/responsive-strategy/#mobile-first

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

/* Under 450px / Small mobile specific styles */
@media only screen and (max-width: 449px) {
	
	.main-content .row,
	.site-footer .row,
	.header-logo {
		-webkit-transition: padding .17s, left .17s;
		-moz-transition: padding .17s, left .17s;
		-ms-transition: padding .17s, left .17s;
		-o-transition: padding .17s, left .17s;
		transition: padding .17s, left .17s;
	}

	/* Timeline */
	.timeline__item:last-of-type {
    border-bottom: none;
	}
	
	/* Marker */
	.active.timeline__item:before {
	  top: -18px;
	  left: -5px;
	}
	
	/* Header logos */
	.header-logo .car-logo,
	.header-logo .cars-logo,
	.header-logo .auto-logo {
		display: none;
	}
	
	.mobile-only-nav {
    border-top: 1px solid #fff;
    padding-top: 30px;
	}

}

@media only screen and (min-width: 450px) {
	
	/* Splash */
	.bg__home-splash {
		background-image: url("/proxy/nic.auto/assets/img/bg__home-splash-full.jpg?v=1.1");
	}
	
	.form__splash-subscribe-input {
		max-width: 250px;
	}
	
	.list__3-col li,
	.list__4-col li {
		width: 50%;
	}
	
	.snippet__heading {
		border-bottom: 1px solid #de2426;
		padding-bottom: 8px;
		margin-top: 20px;
		max-width: 180px;
	}
	
	/* Timeline */
	.tld-timeline {
		max-width: 400px;
	}
	
	.timeline__item {
		padding: 30px 30px 30px 50px;
	}
	
	.mobile-only-nav {
		display: none;
	}

}

@media only screen and (max-width: 599px) {
	
	.form__newsletter-submit {
		max-width: 180px;
		padding: 15px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}	
}

@media only screen and (min-width: 600px) {
	
	/* Header logos */
	.car-logo img,
	.cars-logo img,
	.auto-logo img {
		max-height: none;
	  margin-top: 12px;
	}

	.heading__1 {
		font-size: 3.6rem;
	}
	
	.heading__2 {
		font-size: 2.8rem;
	}
	
	/* HR */
	.hr-line,
	.hr-flag {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	/* Homepage/splash CTA */

	.button__splash-cta {
		padding: 15px 20px;
	}

	.home__splash-content .hr-line {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
	/* Buttons */
	.button__medium {
    font-size: 2rem;
    padding: 15px 25px;
	}
	
	.button__large {
    font-size: 2.8rem;
    padding-left: 35px;
    padding-right: 35px;
	}
	
	/* Lists */
	.list__2-col li {
		width: 50%;
	}
	
	.list__3-col li,
	.list__4-col li {
		width: 33.33%;
	}
	
	.reg__logos {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	/* Home page */
	.large-logo {
		margin-top: 60px;
		margin-bottom: 10px;
	}
	
	.icon__scroll-down {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	
	/* Registrars */	
	
	
	.form__registrars-group {
    padding-left: 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
	}
	
	.form__registrars-group:first-of-type {
		padding-left: 0;
		padding-right: 20px;
	}
	
	.form__registrars-group:last-of-type {
		margin-left: 50%;
	}
	
	.form__subscribe-group {
    padding-left: 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
	}
	
	.form__subscribe-group:first-of-type {
		padding-left: 0;
		padding-right: 20px;
	}
	
	.form__subscribe-group:last-of-type {
		margin-left: 50%;
	}
	
	.list__registrar-logos li {
		height: 130px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* Newsletter form */
	.form__newsletter {
		-webkit-transition: .17s ease-out;
	  -moz-transition: .17s ease-out;
	  -ms-transition: .17s ease-out;
	  -o-transition: .17s ease-out;
	  transition: .17s ease-out;
	}

	.form__newsletter-email,
	.form__newsletter-submit {
		display: inline-block;
		vertical-align: top;
		height: 80px;
	}
	
	.form__newsletter-email {
		width: 60%;
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	.form__newsletter-submit {
		width: 250px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 3rem;
	}
	
	/* WHOIS */
	.form__whois .form__basic-input,
	.form__whois .avail-prefix-input {
    height: 80px;
	}
	
	.form__whois .form__basic-field {
		margin-bottom: 10px;
	}

	.form__whois-terms {
    text-align: right;
	}
	
	.form__whois-submit-container,
	.form__whois-captcha {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}
	
	.form__whois-submit-container {
		padding-left: 40px;
		text-align: right;
		width: 60%;
    width: -webkit-calc(100% - 302px);
    width: calc(100% - 302px);
	}
	
	.form__whois-submit {
    width: 220px;
    height: 76px;
    padding-top: 18px;
  }
	
	.form__whois-captcha {
		margin-right: -5px;
		min-width: 300px;
	}
	
	.form__whois-captcha .g-recaptcha {
		margin-top: 0;
		text-align: right;
    display: inline-block;
	}
	
		/* Files */
	.files-item {
		margin: 18px;
	}
	
	.files-icon {
		height: 160px;
		width: 160px;
		margin: 0 auto 20px;
	}
	
	.files-title {

	}
	
}


@media only screen and (min-width: 451px) {
	
	/* Files */
	.files-list {
		text-align: center;
	}

	.files-item {
		display: inline-block;
		vertical-align: top;
		margin: 10px;
	}
	
	.files-icon {
		display: block;
		margin: 0 auto 10px;
		-webkit-transition: height .25s, width .25s;
		-moz-transition: height .25s, width .25s;
		-ms-transition: height .25s, width .25s;
		-o-transition: height .25s, width .25s;
		transition: height .25s, width .25s;
	}
	
	.files-title {
		display: block;
		margin-left: 0;
	}
	
}


/* Under 800px / Mobile specific styles */
@media only screen and (max-width: 799px) {
	
	/* Hide until toggled visible */
	#header-main-nav {
		display: none;
	}

	.button__mobile-nav {
		background-color: #bdc3c7;
    width: 55px;
    height: 75px;
    color: #fff;
    line-height: 1;
	}
		
	.button__mobile-nav:hover,
	.button__mobile-nav:focus {
		outline: none;
		color: #fff;
	}
	
	.button__mobile-nav,
	.button__mobile-nav:hover,
	.button__mobile-nav:focus,
	.button__mobile-nav svg,
	.button__mobile-nav:hover svg,
	.button__mobile-nav:focus svg {
		-webkit-transition: .25s;
		-moz-transition: .25s;
		-ms-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
	}
	
	.toggle-zone {
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 5;
		background-color: rgba(48, 47, 45, 0.7);
		top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
	}
	
	.mobileToggled {
		overflow: hidden;
	}
	
	.mobileToggled .header-nav {
		overflow-y: auto;
		padding-bottom: 100px;
	}
	
	/* Header nav */
	.header-nav {
		position: absolute;
		top: 75px;
		right: 0;
		width: 180px;
		height: 100%;
		padding: 30px;
		z-index: 55;
		background-color: #bdc3c7;
		
		-webkit-box-shadow: 5px 20px 20px 0px #222;
    box-shadow: 5px 20px 20px 0px #222;
	}
	
	.header-nav .main-nav-link {
		text-align: left;
		color: #fff;
		font-weight: 700;
	}
	
	.logo-nav-item img {
    height: 15px;
    width: auto;
	}
	
	/* Footer */
	.site-footer {
		text-align: center;
	}
	
	.footer-nav {
    margin-top: 20px;
	}

	.home__splash-content {
		background-color: rgba(255, 255, 255, 0.65);
		padding: 20px;
		border-radius: 5px;
	}

	/* Timeline */
	.timeline__item {
    border-bottom: 1px solid #fff;
	}
	
	.active.timeline__item.t1:before {
		-webkit-filter: drop-shadow(0 1px 5px #BDC3C7);
		filter: drop-shadow(0 1px 5px #BDC3C7);
	}
	
	/* Contact */
	.contact__address-left {
		padding-top: 30px;
	}
	
	.reg__logos img {
    padding: 0 10px;
	}
		
}


/* Wider than 800px - Most of our tablet/desktop styles */
@media only screen and (min-width: 800px) {
	
	.main-content .row:last-of-type {
		padding-bottom: 80px;
	}
	
	/* Grid */
	
	[class*="-column"] {
		padding-right: 50px;
		display: inline-block;
		vertical-align: top;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
	}
	
		/* Removes gutter/padding-right for last columns with sibling(s) */
		[class*="-column"] ~ [class*="-column"]:last-child,
		.full-column {
			padding-right: 0;
		}
		
		.footer-nav .half-column {
			margin-right: -4px;
		}
	
	.half-column {
		width: 50%;
	}
	
	.half-column:first-of-type {
		padding-right: 25px;
	}
	
	.half-column + .half-column {
		padding-right: 0;
		padding-left: 25px;
	}
	
	.third-column {
		width: 33.3%;
	}
	
		.third-column:nth-child(2n) {
			padding-right: 50px;
		}
		
		.third-column:last-child {
			display: inline-block;
			margin-top: 0;
		}
	
	.two-thirds-column {
		width: 66%;
	}
	
	.fourth-column {
		width: 25%;
	}
	
	.three-fourths-column {
		width: 75%;
	}
	
	.one-fifth-column {
		width: 20%;
	    padding-right: 0px;
	}
	
	.two-fifths-column {
		width: 40%;
	}
	
	.three-fifths-column {
		width: 60%;
	}
	
	/* Lists */
	.list__4-col li {
		width: 25%;
	}
	
	.reg__logos img {
		max-width: 170px;
	}
	
	/* Navigation */
	
	.mobile-nav-toggle,
	.button__mobile-nav,
	.icon__mobile-nav.fallback {
		display: none;
	}
	
	/* Keeps nav visible at desktop if nav was closed in mobile */
	#header-main-nav {
		display: inline-block !important;
	}
	
	.header-logo {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
	}
	
	.header-nav {
		background: none;
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
		padding-right: 20px;
	}
	
	.header-nav .top-level-nav {
		padding: 0;
		text-align: right;
	}
	
	.header-nav .nav-item {
		display: inline-block;
		margin-left: 5%;
		padding-bottom: 0;
	}
	
	.header-nav .main-nav-link {
		margin: 0;
	}
	
	.main-nav-link:focus {
		outline: none;
	}
	
	/* Footer */
	
	.site-footer {
		padding-bottom: 100px;
	}
	
	/* Align right half-column */
	.footer-nav {
		text-align: right;
		margin-top: 0;
	}
	
	.site-footer .social-icons li {
		margin-top: 0;
	}
	
	.site-footer .social-icons li:first-child {
		margin-left: 0;
	}
	
	.footer-nav .main-nav-item:first-of-type .main-nav-link {
    padding-top: 0;
	}

	.bg__home-splash {
		min-height: 850px;
	}
	
	/* Contact */
	.contact__address {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.contact__address-left {
		text-align: right;
		padding-right: 20px;
	}
	
	.contact__address-right {
		text-align: left;
		padding-left: 20px;
	}
	
	/* Newsletter form */
	.form__newsletter-email {
		width: 60%;
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
		margin-right: 25px;
		height: 80px;
	}
	
	/* WHOIS */
	
	/* Aligns recaptcha and submit button to the right */
	.form__whois {
    text-align: right;
	}
	
	.form__whois-submit-container {
    width: auto;
  }
	
	/* Timeline */
	.tld-timeline {
		max-width: 1000px;
		margin-top: 350px;
		display: table;
	}
	
	.timeline__item {
		width: 33.33%;
		display: table-cell;
		vertical-align: top;
	}
	
	.timeline__item:first-of-type {
    border-top-right-radius: 0;
	}
	
	.active.timeline__item:before {
    top: -38px;
    left: 32px;
  }
	
	/* Home page splash */
	.home__splash-content {
		padding-left: 30px;
	}
	
	.home__splash-content .heading__1 {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
	
	.header-nav .main-nav-link {
		font-size: 1.2rem;
	}
	
	/* Timeline */
	.tld-timeline {
		max-width: 1000px;
	}
	
	.timeline__item {
    padding: 20px 30px 20px 30px;
	}
	
	.active.timeline__item:before {
    top: -40px;
    left: 12px;
  }
	
}

/* Make sure timeline is visible as often as possible, such as on iPads in landscape */
@media only screen and (max-height: 800px) and (min-width: 800px) {
	
	/* Timeline */
	.tld-timeline {
		margin-top: 200px;
		border-radius: 20px;
	}
	
	.timeline__item:first-of-type {
		border-bottom-left-radius: 20px;
	}
	
	.timeline__item:last-of-type {
		border-bottom-right-radius: 20px;
	}
	
	.bg__home-splash {
		padding-bottom: 150px;
	}
	
}

/* Wider than 1100px
	1100px = ( 1000px + (50px * 2) )
	1100px = ( rowWidth + (padding * eachSide) ) */
@media only screen and (min-width: 1100px) {
	

	/* Don't need container padding */
	.main-content .row,
	.site-footer .row {
		padding-right: 0;
		padding-left: 0;
	}

	/* Timeline */
	/* 	TLD Timeline */
	
	.timeline-item {
		width: 25%;
		display: inline-block;
		vertical-align: top;
	}
	
	/* Forms */
	.form__registrars-group {
    width: 33.33%;
	}
	
	.form__registrars-group:first-of-type {
		margin-left: 0;
		padding-right: 30px;
	}
	
	.form__registrars-group:nth-of-type(2n) {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.form__registrars-group:last-of-type {
		margin-left: 0;
		padding-left: 30px;
	}
	
	.form__registrars-submit {
    margin-top: 28px;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2.4rem;
    border-radius: 5px;
	}
	
	.form__registrars .form__basic-field {
    height: 88px;
	}
		

	/* Backgrounds */
	.bg__home-splash {
		background-image: url("/proxy/nic.auto/assets/img/bg__home-splash-extended.jpg?v=1.1");
		background-repeat: repeat-x;
	}
	
	/* Timeline */
	.timeline__item-name {
	  font-size: 2.4rem;
	}
	
	.timeline__item-period {
		font-size: 1.6rem;
	}
	
	/* Don't need container padding */
	.main-content .row,
	.site-footer .row {
		padding-right: 0;
		padding-left: 0;
	}
	
	/* Forms */
	.form__subscribe-group {
    width: 33.33%;
	}
	
	.form__subscribe-group:first-of-type {
		margin-left: 0;
		padding-right: 30px;
	}
	
	.form__subscribe-group:nth-of-type(2n) {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.form__subscribe-group:last-of-type {
		margin-left: 0;
		padding-left: 30px;
	}
	
	.form__subscribe-submit,
	.form__registrars-submit {
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
	}
	
	.form__registrars-submit {
		margin-top: 28px;
		height: 60px;
	}
	
	.form__subscribe .form__basic-field {
    min-height: 88px;
	}
	
	.footer-logo img {
    max-height: none;
	}
		
}

@media only screen and (max-width: 340px) {
	.footer-logo {
		overflow: hidden;
		white-space: nowrap;
	}

	.footer-logo a img {
		max-width: 60px;
	}
}

@media only screen and (max-width: 220px) {
	.footer-logo a img {
		max-width: 40px;
	}
}

/*=================================
Retina (2x Resolution Devices)
=================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {}

/* Styles for if the website is printed out */
@media print {
  
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
    a:after, a:visited:after {
      content: " (" attr(href) ")";
    }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")";
    }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}