/* 
	*** IE styles located in css/ie.css, loads for IE9 and down ***
	
	*** Styles are "mobile" first ***
*/

/*	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:20px 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 20px}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;
}

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

/* 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: middle;
}
/*=================================
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

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

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1;
  color: #002c34;
  background-color: #002c34;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

Typography

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

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

/* Paragraphs with typographic improvements:
http://www.newnet-soft.com/blog/csstypography */
p {
	margin-top: 0;
	margin-bottom: 25px;
}
	
	/* Remove space after last paragraph or after single paragraphs */
	p + p:last-of-type,
	p:only-of-type {
		margin-bottom: 0;
	}
	
small {
	font-size: 12px;
}

.large-copy {
	font-size: 20px;
}

.centered-copy {
	text-align: center;
}
	
/*=================================

Layout

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

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

.full-width-mobile .row {
	padding: 0;
}

.site-header .row {
  max-width: 100%;
  padding-left: 25px;
}

.main-content {
	margin-top: 90px;
}
	
.main-content .row,
.site-footer .row {
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
}

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

.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;
}

.offset-hash:before { 
  display: block; 
  content: " "; 
  margin-top: -120px; 
  height: 120px; 
  visibility: hidden; 
}


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

Links

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

a {
	color: inherit;
	text-decoration: none;
}

/* 	Better underlines based on Medium
		https://medium.com/designing-medium/crafting-link-underlines-on-medium-7c03a9274f9 */
.main-content a {
	background-image: -webkit-linear-gradient(#a0aeae 50%, #a0aeae 50%);
	background-image: linear-gradient(#a0aeae 50%, #a0aeae 50%);
	background-position: 0 90%;
	background-size: 1px 1px;
	background-repeat: repeat-x;
}

.main-content a:hover,
.main-content a:focus {
	color: #2597d5;
	background-image: -webkit-linear-gradient(#2597d5 50%, #2597d5 50%);
	background-image: linear-gradient(#2597d5 50%, #2597d5 50%);
	background-position: 0 90%;
	background-size: 1px 1px;
	background-repeat: repeat-x;
}

/* 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,
input:hover,
input:focus,
li:hover,
li: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,
li,
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;
}

/* ------------------------------------
    Links
------------------------------------ */

.link__external > a {
	padding-right: 20px;
	background-image: url('/wp-content/themes/gocollege/library/img/baseline-open_in_new-24px.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
}



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

<hr>, line break

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

.hr-dots {
	height: 25px;
	width: 85px;
	margin: 50px auto;
}

.hr-dots b:after,
.hr-dots b:before,
.hr-dots:before {
	border: 1px solid #2088C0;
	height: 15px;
	width: 15px;
	content: '';
	margin: 5px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
}

.hr-line {
	width: 100px;
	height: 1px;
	background-color: #a0aeae;
	margin: 50px auto;
}

.hr-dark-bg {
	width: 100%;
	height: 1px;
	margin-top: 50px;
	display: inline-block;
	background-color: #9faeaf;
}

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

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,
.site-heading,
.main-heading,
.sub-heading,
.minor-heading,
.featured-heading,
.emphasis-heading,
.subtle-heading {
  text-rendering: optimizelegibility;
  font-weight: 300;
  margin: 0;
}

/* Reset heading elements */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

/* Primary title/heading */
.main-heading,
.main-heading p {
	font-size: 30px;
	color: #005464;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}

	.bold-heading,
	.bold-heading p {
		font-weight: 700;
	}

	.page .page-title,
	.page .page-title p,
	.main-heading.half-bottom-margin {
		margin-bottom: 25px;
	}

/* Second level of heading */
.sub-heading,
.sub-heading p {
	color: #2088C0;
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Third level of heading */
.minor-heading,
.minor-heading p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.5;
}

/* Fourth level of heading */
.featured-heading,
.featured-heading p {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}

/* Fifth level of heading */
.emphasis-heading,
.emphasis-heading p {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
}

/* Sixth level of heading */
.subtle-heading,
.subtle-heading p {
	font-weight: 700;
	margin-bottom: 25px;
}

/* Trademark in tagline */
.tm {
	font-size: 60%;
	vertical-align: text-top;
}

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

Lists

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

.main-content li {
  margin-bottom: 10px;
}

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

.check-list-item {
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 30px;
	min-height: 25px;
	background-image: url('/wp-content/themes/gocollege/library/img/checkmark.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/checkmark.svg');
	background-image:  linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/checkmark.svg');
	background-repeat: no-repeat;
	background-position: top left;
}

.check-list-heading {
	text-align: left;
}

.sitemap-list {
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
}

	.sitemap-list li {
		list-style: none;
		margin-bottom: 5px;
	}
	
	.sitemap-list li::before {
		content: '\2022';
		color: #2088C0;
		margin-right: 10px;
	}

/* Clean, reset lists */

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

/* Simple list */
	
.clean-list {
	list-style: none;
	margin: 50px 0;
	padding: 0;
}

	.clean-list li {
		list-style: none;
		margin-bottom: 10px;
	}

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

Forms

	* .alpha-form is the default form and button style
	* Use other classes (like .search-form) to modify it for one-offs/unique variations
	* Or create another form style (like .beta-form or a more descriptive name)

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

.alpha-form li {
  margin-bottom: 0;
}

/* Alpha Form style (.alpha-form) */

.alpha-form input[type="text"],
.alpha-form input[type="email"],
.alpha-form input[type="url"],
.alpha-form input[type="tel"],
.alpha-form textarea,
.alpha-form button,
.input-reset {
	/* Reset styles for mobile devices */
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #002c34;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
}

/* Labels */
.alpha-label,
.alpha-form label {
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 14px;
}

.alpha-label .asterisk,
.alpha-form .gfield_required {
	color: #2597d5;
}

/* Hide label accessibly */
.placeholder .alpha-form .hide-label,
.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 .alpha-form .hide-label,
	.no-placeholder .hide-label {
		margin-bottom: 5px;
		font-size: 16px;
		color: #fff;
	}

.alpha-form input[type="text"],
.alpha-form input[type="email"],
.alpha-form input[type="url"],
.alpha-form input[type="tel"] {
	height: 60px;
	margin-bottom: 25px;
	/* ****** This 100% causes a bug on the WHOIS page for iPad iOS 6 when rotating from landscape to portrait */
	width: 100%;
	background-color: #fff;
	box-shadow: inset 0 5px 10px #AEB6B8;
}

.alpha-form textarea {
	box-shadow: inset 0 5px 10px #AEB6B8;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	width: 100%;
	
	/* Only allow vertical resizing to maintain layout */
	resize: vertical;
}

/* ****** iPad Portrait bug fix for width: 100% above */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) {
	
	.whois-form input[type="text"],
	.whois-form input[type="url"] {
		width: 698px !important;
	}
	
	.main-content {
		overflow-x: hidden;
	}
	
}

/* Radios */
.alpha-radio-group {
	margin-bottom: 25px;
}

.alpha-radio-group ul {
	padding: 0;
	margin: 0;
}

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

.alpha-radio-container input[type="radio"],
.alpha-radio-container .alpha-label {
	display: inline-block;
	margin-right: 5px;
}
	
/* 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/
*/

.alpha-form ::-webkit-input-placeholder { color: #002c34; font-weight: 300; }
.alpha-form ::-moz-placeholder { color: #002c34; font-weight: 300; }
.alpha-form :-ms-input-placeholder { color: #002c34; font-weight: 300; }

/* Buttons */
.alpha-form button,
.alpha-button,
.alpha-form .gform_button {
	/* Reset styles for mobile devices */
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-radius: 0;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	
	text-align: center;
	margin: 10px auto;
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 1px 2px #3282AE;
	background: #2798d6;
	background: -moz-linear-gradient(top, #6ec4eb 0%, #2798d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ec4eb), color-stop(100%,#2798d6));
	background: -webkit-linear-gradient(top, #6ec4eb 0%,#2798d6 100%);
	background: -o-linear-gradient(top, #6ec4eb 0%,#2798d6 100%);
	background: -ms-linear-gradient(top, #6ec4eb 0%,#2798d6 100%);
	background: linear-gradient(to bottom, #6ec4eb 0%,#2798d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec4eb', endColorstr='#2798d6',GradientType=0 );
}

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

	.alpha-form button:hover,
	.alpha-form button:focus,
	.alpha-form button:active,
	.alpha-form .link-button:hover,
	.alpha-form .link-button:focus,
	.alpha-form .link-button:active,
	.alpha-button:hover,
	.alpha-button:focus,
	.alpha-button:active,
	.alpha-form .gform_button:hover,
	.alpha-form .gform_button:focus,
	.alpha-form .gform_button:active {
		color: #ffffff;
		background: #62c1ea;
		background: -moz-linear-gradient(top,  #62c1ea 0%, #0c8ed3 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c1ea), color-stop(100%,#0c8ed3));
		background: -webkit-linear-gradient(top,  #62c1ea 0%,#0c8ed3 100%);
		background: -o-linear-gradient(top,  #62c1ea 0%,#0c8ed3 100%);
		background: -ms-linear-gradient(top,  #62c1ea 0%,#0c8ed3 100%);
		background: linear-gradient(to bottom,  #62c1ea 0%,#0c8ed3 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c1ea', endColorstr='#0c8ed3',GradientType=0 );
	}
	
	.alpha-button a {
		display: block;
		height: 100%;
		width: 100%;
		padding: 4px 25px;
		background-image: none;
	}
	
	.alpha-button a:hover,
	.alpha-button a:focus {
		color: #fff;
		background-image: none;
	}

/* Form variations */
.alpha-form .action-button {
	width: 100%;
	min-height: 80px;
	padding-top: 11px;
	padding-bottom: 12px;
	margin-top: 0;
	font-size: 30px;
	border: 1px solid #51acdd;
	border-radius: 3px;
	box-shadow: 0 1px 5px #002c34;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

.alpha-form .action-small-button {
	display: inline-block;
	min-height: auto;
	padding-top: 11px;
	padding-bottom: 12px;
	margin-top: 0;
	font-size: 26px;
	border: 1px solid #51acdd;
	border-radius: 3px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

.form-button,
.alpha-form .gform_button {
	border-top: 1px solid #aae0f5;
	border-bottom: 5px solid #1a7dc5;
	width: 100%;
	font-size: 24px;
}

.form-button.alpha-button {
	/* Compensates for border-bottom */
	padding-bottom: 15px;
}

.flat-button {
	border-top: 1px solid #aae0f5;
	border-bottom: 5px solid #1a7dc5;
	max-width: 600px;
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* Registrar Form */

.registrar-form .alpha-label,
.registrar-form .form-terms {
	color: #fff;
}

/* Media kit button */
.media-kit-download .alpha-button {
	max-width: 450px;
	margin-top: 25px;
}


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

Header, Site Banner, Navigation

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

.site-header {
	background-color: #002c34;
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    z-index: 1000;
}

.header-logo,
.mobile-nav-toggle {
	display: inline-block;
	vertical-align: middle;
	/* Compensates for inline characteristics of inline-block */
	margin-right: -5px;
}

.header-logo {
	width: 66%;
	padding: 25px 0 20px 0;
}

.header-logo .site-logo {
  display: inline-block;
  vertical-align: middle;
}

/* Beta watermark next to logo */
.beta-watermark {
  color: #1f88bf;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 10px;
}

.mobile-nav-toggle {
	width: 33%;
	padding-right: 25px;
	/* 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;
}

	.nav-item a {
		line-height: 1;
		font-weight: 300;
		text-decoration: none;
		color: #fff;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-right: 25px;
		margin-left: 25px;
	}
		
		.nav-item a:hover,
		.nav-item a:focus {
			color: #ecf0f1;
		}
	
/* Header nav */
.header-nav {
	background-color: #004b5a;
	font-size: 18px;
}

.header-nav .top-level-nav {
	padding-top: 25px;
	padding-bottom: 25px;
}

.header-nav .nav-item a {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
		
/*=================================

Footer, Footer nav

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

.site-footer {
	background-color: #002c34;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 50px;
}

.footer-nav .nav-item a {
	display: inline-block;
	line-height: 1.25;
}

/* Copyright */

.site-copyright {
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1.33;
}

/* Social Icons */

.social-icons {
	padding: 0;
	list-style: none;
}

	.site-footer .social-icons {
		margin: 25px auto;
		text-align: center;
	}
	
	.main-content .social-icons {
		text-align: center;
	}

.social-icons li {
	display: inline-block;
	text-align: center;
	background-image: url('/wp-content/themes/gocollege/library/img/social-sprite.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/social-sprite.svg');
	background-image:  linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/social-sprite.svg');
	background-repeat: no-repeat;
}

	.main-content .social-icons li {
		height: 25px;
		padding-right: 30px;
		margin-bottom: 35px;
		background-size: 30px auto;
		font-size: 20px;
	}
	
	.site-footer .social-icons li,
	.main-content .social-icons-white li {
		height: 25px;
		width: 25px;
		margin: 5px;
		background-size: 50px auto;
		
		text-indent: 100%;
	  white-space: nowrap;
	  overflow: hidden;
	}
	
	.social-icons li:hover {
		opacity: .75;
	}

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

	.site-footer .facebook-icon,
	.main-content .social-icons-white .facebook-icon {
		background-position: 8px -184px;
	}

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

	.site-footer .twitter-icon,
	.main-content .social-icons-white .twitter-icon {
		background-position: 0 -208px;
	}

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

	.site-footer .instagram-icon,
	.main-content .social-icons-white .instagram-icon {
		background-position: 2px -233px;
	}
	
.social-icons a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: none;
}

	.main-content .social-icons a {
		padding-left: 30px;
	}
	
	.social-icons a:hover,
	.social-icons a:focus {
		background-image: none;
	}

/* Footer - action nav (Register | My Account) */

.action-nav {
  display: block;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.action-nav-item {
  display: block;
  border: solid #4aade0;
  border-width: 1px 0 1px 1px;
  width: 225px;
  margin-right: auto;
  margin-left: auto;
}

.action-nav-item:hover {
    background: #0C4858;
}

	.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: #4aade0;
  padding: 7px 15px;
}

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

Featured Sites / Portfolio Grid

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

/* Home */
.home__portfolio {
	/* Clearfix: */
	overflow: auto;
}

.explore-action-block {
	padding-top: 0;
	margin-bottom: 60px;
}

/* Square grid */

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

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

	.grid__square-item:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
	
	.ie8 .grid__square-item {
		background-image: none !important;
	}
	
	/* Grid background-colors */

	/* 	.grid__square-item[data-category="0"], */
	/*.grid__square-item:nth-of-type(odd) {
		background-color: #e1e1e1;
	}*/
	
	/* 	.grid__square-item[data-category="1"], */
	/*.grid__square-item:nth-of-type(even) {
		background-color: #d7d7d7;
	}*/
	
	/* 	.grid__square-item[data-category="2"], */
	/*.grid__square-item:nth-of-type(3n+1) {
		background-color: #ebebeb;
	}*/
	
	/* 	.grid__square-item[data-category="3"], */
	/*.grid__square-item:nth-of-type(6n) {
		background-color: #ccc;
	}*/


	.grid__square-item:nth-of-type(odd) {
		background-color: #F9F7F7;
	}

	.grid__square-item:nth-of-type(even),
	.grid__square-item:nth-of-type(4n+3) {
		background-color: #f1f1f1;
	}

	.grid__square-item:nth-of-type(3n+2) {
		background-color: #e8e8e8;
	}

	.grid__square-item:nth-of-type(5n),
	.grid__square-item:nth-of-type(7n+1) {
		background-color: #DDDDDD;
	}



.grid__square-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: -5;
  opacity: 0;
  
	-moz-transform: scale(.25);
	-webkit-transform: scale(.25);
	-o-transform: scale(.25);
	-ms-transform: scale(.25);
	transform: scale(.25);
}

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

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

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

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

.grid__square-content p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

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

.grid__square-content h2 span {
	display: inline-block;
}

@media only screen and (max-width:424px) {
	
	.grid__square-item {
	  width: 100%;
  }
  
}

@media only screen and (min-width: 425px) and (max-width: 749px) {
	
	.grid__square-item {
	  width: 50%;
  }
  
}

@media only screen and (min-width: 750px) and (max-width: 1499px) {
	
	.grid__square-item {
	  width: 33.33%;
  }
  
}

@media only screen and (min-width: 1500px) {
	
	.grid__square-item {
	  width: 16.66%;
  }
  
}

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

About/Content Block

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

#aboutHideOnceLive {
	display: none;
}

#aboutShowOnceLive {
	display: table !important;
}

.about-item,
.about-block .main-heading p,
.about-block .main-heading {
	color: #fff;
}

.about-item-1,
.about-item-3 {
	background-color: #005464;
}

.about-item-2,
.about-item-4,
.drk-block {
	background-color: #002c34;
}

.about-block .check-list {
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.about-block .check-list-item {
	font-size: 18px;
	background-position: 0 3px;
}

.about-action-block {
	background-color: #002c34;
}

	.about-action-block .hr-dark-bg {
	  margin-top: 80px;
	}

/* About block's Product Pair Block */

	.about-block .product-pair-item {}
	
	.about-block .product-secondary {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 25px;
	}

.about-page .large-copy p {
	margin-bottom: 15px;
}

.about-cta {
	position: relative;
	margin: 0 auto 25px auto;
	padding: 0 20px;
	background-color: #ECF0F1;
}

@media (min-width: 1000px) {
	.about-cta {
		margin: 0 auto 50px auto;
	}
}

.about-cta-content {
	padding: 50px 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.about-cta-heading {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
	font-size: 30px;
	color: #005464;
}

@media (min-width: 600px) {
	.about-cta-heading {
		font-size: 36px;
	}
}

.about-cta-video {
	position: relative;
	padding: 28% 0;
	width: 100%;
	max-width: 100%;
}

@media (min-width: 1000px) {
	.about-cta-video {
		margin: 0 auto;
		max-width: 71%;
		padding: 20% 0;
	}
}

.about-discover {
	margin: 0 auto 70px auto;
}

.about-page .large-copy .about-discover p {
	margin-bottom: 30px;
}

.about-discover-img {
	width: 200px;
	padding: 20px;
	margin: 0 auto;
}

.about-discover-img img {
	max-height: 120px;
}

@media only screen and (min-width: 800px) {
	.about-discover {
		display: flex;
		align-items: center;
		text-align: left;
	}
	
	.about-discover-img {
		max-width: 700px;
		width: 400px;
		padding: 20px;
		margin: 0 50px 0 0;
	}
}

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

Contact page

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

.main-content .contact-logo,
.main-content .contact-logo:hover,
.main-content .contact-logo:focus {
	background-image: none;
}

.contact-logo .college-logo-large {
	max-width: 225px;
	height: auto;
	width: auto;
}

.contact-address,
.contact-logo {
	padding: 25px;
}

/* Support ticket CTA */

.contact-support-cta {
  background-color: #ECF0F1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-support-cta p {
  font-size: 21px;
  margin-bottom: 0;
}

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


/* List of emails/phone numbers */

.contact-list {
	margin-top: 30px;
}

.contact-list li {
  margin-bottom: 10px;
  font-size: 20px;
}

/* Contact Form */

.contact-block {
	background-color: #002c34;
}

.contact-block,
.contact-block .main-heading {
	color: #fff;
}

.contact-form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-block .last-column {
	margin-bottom: 50px;
}

/* Alerts, Errors */
.form-success-alert {
	color: #005464;
	background-color: #fff;
	padding: 15px;
}

.contact-form .validation_error,
.contact-form .validation_message {
	color: #fff;
	background-color: #005464;
	margin-bottom: 25px
}

.contact-form .validation_error {
	padding: 15px;
	text-align: center;
}

.contact-form .validation_message {
	padding: 10px;
	display: inline-block;
	margin-top: -15px;
}
.contact-form .contact-subject#field_1_3 {
	display: none;
}

.gfield_error input[type="text"],
.gfield_error input[type="email"],
.gfield_error input[type="url"],
.gfield_error input[type="tel"],
.gfield_error textarea{
	border-left: 3px solid rgb(223, 106, 106) !important;
}

/* Recaptcha */
.g-recaptcha {
	width: 100%;
	max-width: 302px;
	overflow: hidden;
	background-color: #d3d3d3;
	height: 76px;
	display: block;
	margin: 0 0 25px 0;
}

.whois-result-block {
	background-color: #ecf0f1;
	color: #222;
	padding: 25px;
}

.whois-search-again {
	margin: 25px;
	display: inline-block;
}

/* Google Map Embed */

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

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

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

Legal (Terms, Privacy, etc)

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

.legal-block {
	color: #222;
}

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

Slick.js

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

.slick-next,
.slick-prev {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	
	background-image: url('/wp-content/themes/gocollege/library/img/slick-arrows.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/slick-arrows.svg');
	background-image:  linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/slick-arrows.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	
	height: 50px;
	width: 50px;
	position: absolute;
	
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-ms-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}

.slick-next {
	background-position: 100% 0;
	right: 0;
}
	
.slick-prev {
	left: 0;
}

.slick-next:hover,
.slick-prev:hover {
	opacity: .8;
	
	-webkit-transition: opacity .17s;
	-moz-transition: opacity .17s;
	-ms-transition: opacity .17s;
	-o-transition: opacity .17s;
	transition: opacity .17s;
}

.availability-block .slick-slide {
	text-align: center;
	color: #fff;
	font-size: 24px;
}

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

Availability, Domain Search Block

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

.availability-block {
	background-color: #002c34;
}

.availability-block .stand-out-container {
	position: relative;
}

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

.avail-prefix-input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  padding-left: 15px;
  color: #5a5a5a;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
	outline:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  
  -webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}

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

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

.avail-prefix-input,
.avail-form .avail-search-input[type="text"] {
	font-size: 24px;
	font-weight: 300;
}

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

	@-moz-document url-prefix() {
		
		.prefix-active .avail-prefix-input {
			width: 138px;
		}
		
		.prefix-active .avail-form .avail-search-input[type="text"] {
			padding-left: 138px;
		}
	
	}

.search-questions {
  text-align: right;
  margin-bottom: 0;
  color: #fff;
}

.search-questions a {
  color: #fff;
  background-image: none;
  font-size: 16px;
}

.search-questions a:hover,
.search-questions a:focus {
	background-image: none;
}

/* Register/Now Page */

.avail-search-tagline {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

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

@-webkit-keyframes objectFade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
	
@-moz-keyframes objectFade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
	
@-o-keyframes objectFade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
	
@keyframes objectFade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/*
.search__results tbody {
	-webkit-transition: .17s;
	-moz-transition: .17s;
	-ms-transition: .17s;
	-o-transition: .17s;
	transition: .17s;
	
	-webkit-animation: objectFade 1s;
  -moz-animation: objectFade 1s;
  -o-animation: objectFade 1s;
  animation: objectFade 1s;
}
*/

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

Bulk Search - Register page

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

/* Bulk search form - searchBox.html */
.bulk__form .bulk__textarea {
  height: 200px;
  padding: 30px 20px;
  margin-bottom: 5px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.bulk__textarea::-webkit-input-placeholder {
	word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
}
.bulk__textarea::-moz-placeholder {
	word-wrap: break-word;
  white-space: pre-wrap;
}
.bulk__textarea:-ms-input-placeholder {
	word-wrap: break-word;
  white-space: pre-wrap;
}

.avail-search-option {
	color: #4aade0;
	font-weight: 700;
}

.avail-search-option a {
	background-image: -webkit-linear-gradient(#4aade0 50%, #4aade0 50%);
  background-image: linear-gradient(#4aade0 50%, #4aade0 50%);
}

.bulk__form .bulk__submit {
	width: 100%;
	margin-bottom: 0;
}

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

.bulk__form-controls .rs__button {
	width: 100px;
	padding-left: 5px;
  padding-right: 5px;
}

.bulk__domain-price {
  padding-left: 30px;
}

/* Bulk - Unavailble results */
.bulk__unavailable-list {
	font-size: 18px;
	color: #5a5a5a;
}

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

Recent registrations

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

/* Recent Registrations */

@-webkit-keyframes fadeInOut {
  0%, 100% {
	  opacity: 0;
	}
	25%, 75% {
		opacity: 1;
	}
}

@keyframes fadeInOut {
  0%, 100% {
	  opacity: 0;
	}
	25%, 75% {
		opacity: 1;
	}
}

.recent-reg {
	margin-top: 10px;
}

.recent-reg__item {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}

.no-js .recent-reg {
	display: none;
}

.js-loaded .recent-reg__item {
	-webkit-animation: fadeInOut 5s 1;
  animation: fadeInOut 5s 1;
}

.recent-reg__heading,
.recent-reg__container {
	text-align: center;
}

.recent-reg__heading {
	color: #fff;
	font-size: 14px;
}

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

Subscribe block

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

.subscribe-block {
	background-color: #005464;
}

.subscribe-block .main-heading {
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
}

.subscribe-form .subscribe-email-input[type="email"] {
	height: 80px;
	font-size: 18px;
}

.alpha-form .subscribe-submit {
	font-size: 36px;
	height: 80px;
}

/* Mini subscribe block for contact page/half column */
.mini-subscribe-block {
	margin-top: 30px;
}

.mini-subscribe-block .minor-heading {
	margin-bottom: 10px;
}

.mini-subscribe-block .mini-subscribe-email {

}

.alpha-form .mini-subscribe-email[type="email"] {
  margin-bottom: 10px;
}

.mini-subscribe-block .mini-subscribe-submit {
	width: 100%;
}

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

Registrar Block

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

.registrar-block {
	background-color: #002c34;
}

.registrar-block .main-heading {
	color: #fff;
}


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

Press, custom post types

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

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

.press-downloads-cta {
  background-color: #ECF0F1;
}

.press-downloads-cta .main-heading {
	color: #5A5A5A;
  margin-top: 0;
}

/*
.press-downloads-cta a {
	color: #2597D5;
	background-image: none;
}
*/


/* Featured press */

.featured-press-block {}

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

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

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

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

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

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

.dataTables_filter {
  padding-left: 50px;
}

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

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

.dataTables_filter input[type="search"]::-webkit-input-placeholder { color: #5a5a5a; font-weight: 300; }
.dataTables_filter input[type="search"]::-moz-placeholder { color: #5a5a5a; font-weight: 300; }
.dataTables_filter input[type="search"]:-ms-input-placeholder { color: #5a5a5a; font-weight: 300; }

.no-placeholder .dataTables_filter .hide-label {
	color: #5a5a5a;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
	display: block;
}

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

.button__reset.dataTables_clearSearch {
	background-image: url('/wp-content/themes/gocollege/library/img/press-clearSearch.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/press-clearSearch.svg');
  background-image: linear-gradient( transparent, transparent), url('/wp-content/themes/gocollege/library/img/press-clearSearch.svg');
  background-repeat: no-repeat;
  background-position: left center;
  height: 40px;
  width: 30px;
  vertical-align: bottom;
  margin-left: -30px;
  
  display: none;
  
  outline: none;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
}

/* DataTable Pagination below tables */
.paginate_button {
  height: 32px;
  width: 32px;
  display: inline-block;
  border: solid 1px #D5D8D9;
  color: #3D3D42;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding-top: 3px;
  margin-right: 20px;
  cursor: pointer;
}

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

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

a.paginate_button,
a.paginate_button:hover,
a.paginate_button:focus {
	background: none;
}

.paginate_button.current,
.paginate_button.current:hover,
.paginate_button.current:focus {
  background-color: #1F88BF;
  border-color: #1F88BF;
  color: #FFF;
}

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

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

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

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

/* Press Releases */

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

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

.press-logo-block {
	display: none;
}


/*=================================
	Why
=================================*/
	.main-content .why-tabs .row{
		padding-top: 90px;
	}

	.why-tabs .sub-tab,
	.why-tabs .tab-content {display: none;}
	
	.why-tabs .sub-tab.show-active-tab,
	.why-tabs .show-active-tab,
	.why-tabs .tab-content.show-active-tab{display: block}
	
	.why-tabs{	color: #fff; }
	.why-tabs a{ outline: none;}
	
	.why-tabs .low-emphasis-heading{
		margin-top: 50px;
	}
	.why-tabs .low-emphasis-heading:first-child{
		margin: 0;
	}
	
	.why-tabs ul{
		padding: 0;
		margin: 0;
	}
	
/*== Mobile first	==*/	
	
	.main-content .why-tabs .row{
		margin: auto;
	  padding-top: 35px;
	  padding-bottom: 35px;
	}
	
	.tab-img{
		margin: 0 0 30px 0;
		display: block;
	}
	.main-tab li,
	.sub-tab li{
		display: block;
	}
	
	.tab-content {
		-webkit-animation: tab-content .5s;
	  -moz-animation: tab-content .5s;
	  -o-animation: tab-content .5s;
	  animation: tab-content .5s;
	}
	
	
	
	@-webkit-keyframes tab-content {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}
		
	@-moz-keyframes tab-content {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}
		
	@-o-keyframes tab-content {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}
		
	@keyframes tab-content {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}
	
	
/*== all tabs/main	==*/
	.main-content .main-tab li a.main-tab-label:hover,
	.main-content .main-tab li a.main-tab-label:active, 
	.main-content .main-tab li a.main-tab-label:focus,
	.main-content .main-tab li.active-tab a.main-tab-label {
	  color: #fff;
	  background: #1f88bf;
	}
	
	.main-content .main-tab .sub-tab li a.active-tab,
	.main-content .main-tab .sub-tab li a:hover {
	  color: #fff;
	 }
	.main-tab li.active-tab ul::before {
	  content: '';
	  display: block;
	  background-color: #1f88bf;
	  height: 30px;
	  width: 1px;
	  margin: 0 auto;
	}
	
		
	.main-tab li a,
	.sub-tab li a{
		display: block;
		text-decoration: none;
		background: none;
	}
	
	.main-tab li{
		margin: 10px 0;
	}
	.main-tab .sub-tab li{
		margin: 0;
	}
	
	.main-tab li.active-tab{
		margin: 30px 0;
	}
	.main-tab li:first-child.active-tab{
		margin: 0 0 30px 0;
	}
	
	.main-tab li a.main-tab-label {
	  width: 80%;
	  margin: auto;
	}
	
	.main-tab li a{
		background: #005464;
		padding: 14px 0;
		text-align: center;
		font-weight: 700;
		font-size: 1.125em;
		text-transform: uppercase;
		letter-spacing: 2px;
		width: 100%;
	}
/*== subtabs	==*/
	.main-content .sub-tab li a:hover,
	.main-content .sub-tab li a:active, 
	.main-content .sub-tab li a:focus,
	.main-content .sub-tab li a.active-tab{
	  color: #fff;
	  background: none;
	}
	
	.main-content .main-tab .sub-tab{
		border-bottom: solid 1px #1f88bf;
	}
	.main-content .main-tab .sub-tab li:first-child{
		border-top: solid 1px #1f88bf;
	}
	
	.main-content .sub-tab li a{
		background: none;
		font-weight: bold;
		font-size: .75em;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #1f88bf;
		padding: 0 0 20px 0;
		text-align: left;
	}
	.main-content .main-tab .sub-tab li:first-child a{
		padding-top: 20px;
	}
/*== tab content	==*/
	.tab-content{
		padding: 65px 0 90px 0;
	}

	.med-emphasis-heading{
		font-weight: 700;
		font-size: 1.500em;
		color: #1f88bf;
		padding-bottom: 20px;
	}
	
	.low-emphasis-heading{
		font-size: 1.125em;
		font-weight: 700;
		padding-bottom: 10px;
	}
	
	.tab-txt{
		font-size: 1.125em;
		font-weight: 100;
		margin-bottom: 30px;
	}
	

	
	


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

Reseller

	* Register
	* .rs__ prefix stands for reseller (may be temporary while this CSS lives in go.college's style.css)
	* Modular, scalable style selectors should be prefixed.
		These serve as variations that are reusable and not limited to certain elements or locations

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

/* Light gray reseller-specific container */
.rs__container {
	background-color: #f3f6f7;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 60px;
}

/* White bg, gray border. 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. Temporary? */
	  margin: -30px -30px 30px -30px;
	  padding: 10px 10px 8px 10px;
	}

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

	Tables

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

.table__header {
  text-align: left;
}

.table__body {}
.table__footer {}

/* Clean Table */
	.table__clean {}
	.table__clean-item {}
	
	.clean-table-data,
	.table__clean-data {
		padding: 5px 40px 5px 0;
	  color: #5a5a5a;
	  font-size: 18px;
	}
	
/* Product Table */
	.table__product {
		width: 100%;
	}
		
	/* Table header */
	.table__product .table__header {
		border-bottom: 1px solid #d5d8d9;
	}
	
		.table__product th {
			height: 40px;
			/* .rs__minor-heading */
		  font-size: 18px;
			font-weight: 700;
			color: #005464;
		}
	
	/* Table body */
	.table__product .table__body tr {
		-webkit-transition: .17s;
		-moz-transition: .17s;
		-ms-transition: .17s;
		-o-transition: .17s;
		transition: .17s;
	}
	
	.table__product .table__body tr:hover {
		background-color: rgb(251, 251, 252);
		-webkit-transition: .17s;
		-moz-transition: .17s;
		-ms-transition: .17s;
		-o-transition: .17s;
		transition: .17s;
	}
	
	.table__product-item {
		border-top: 1px solid #d5d8d9;
		height: 45px;
	}
	
		.table__product-item:first-of-type {
			border-top: none;
		}
	
	.table__product-sub-item {
		/* Temporary table styles */
		height: 30px;
		vertical-align: top;
	}
	
	.table__product-remove {
	  padding-left: 10px;
	  width: 50px;
	}
	
		.table__product-remove img {}
		
		.table__product-remove a,
		.table__product-remove a:hover,
		.table__product-remove a:focus {
			background: none;
		}
		
	.table__product-name,
	.table__product-price {
		font-size: 14px;
		font-weight: 700;
		color: #5a5a5a;
		width: 280px;
	}
		.table__product-sub-item .table__product-name::before {
			content: '\00BB\00A0';
		}
		
	.table__product-term {}
	.table__product-price {}
	
	.table__product-empty {
	  height: 45px;
	  text-align: center;
	}

	/* Table footer */
	.table__product .table__footer {
		border-top: 1px solid #d5d8d9;
		background-color: #ecf0f1;
	}
	
	.table__product-total {
	  padding-right: 30px;
		height: 45px;
	}
	
		.table__footer tr:first-of-type td {
	  		padding-top: 10px;
		}
		
		.table__footer tr:last-of-type td {
		  padding-bottom: 10px;
		}
	
/* Simple table */
.table__simple {
  width: 100%;
  border: 1px solid gray;
  margin-top: 20px;
  margin-bottom: 10px;
}

.table__simple thead {
  border-bottom: 1px solid gray;
}

.table__simple tfoot {
  border-top: 1px solid gray;
}

.table__simple tr {
  height: 45px;
}

.table__simple td {
  padding: 10px;
}

/* Standard table, more style than simple table */
.table__standard {
	width: 100%;
  border: 1px solid #d5d8d9;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

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

.table__standard th {
	border-right-color: #d5d8d9;
	background-color: #f3f6f7;
}

	.table__standard td:last-of-type,
	.table__standard th:last-of-type {
	  border-right: none;
	}
	
/* About - Domain examples */

.table__domain-examples {
	margin: 0 auto;
}

@media (min-width: 800px) {
	.table__domain-examples {
		max-width: 600px;
	}
}

.table__domain-examples li:last-of-type {
	margin-bottom: 0;
}

/* Headings */

	.rs__main-heading {
		font-size: 30px;
		line-height: 1.25;
		color: #005464;
		text-align: left;
	}
	
	.rs__sub-heading {
		font-size: 24px;
		font-weight: 700;
		color: #5a5a5a;
	}
	
	.rs__minor-heading {
		font-size: 18px;
		font-weight: 700;
		color: #005464;
	}
	
	.rs__featured-heading {
	  font-size: 18px;
	  color: #005464;
	}
	
	.rs__subtle-heading {
		font-size: 14px;
		font-weight: 700;
		color: #005464;
	}

/* Tables */
	
	.table__header {
	  text-align: left;
	}
	
	.table__body {}
	.table__footer {}
	
	/* Clean Table */
		.table__clean {}
		.table__clean-item {}
		
		.clean-table-data,
		.table__clean-data {
			padding: 5px 40px 5px 0;
		}

/* Lists */

	/* Clean, reset lists */

	.list__reset,
	.list__reset-item,
	.list__reset li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	/* Simple list */
		
	.list__clean {
		list-style: none;
		margin: 50px 0;
		padding: 0;
	}
	
		.list__clean-item,
		.list__clean li {
			list-style: none;
			margin-bottom: 10px;
		}
	
	/* Grid list */
	.list__grid,
	.list__grid-item {
		list-style: none;
		text-align: center;
	}
	
	.list__grid-link {
    height: 100%;
    display: block;
	}
	
	a.list__grid-link,
	a.list__grid-link:hover,
	a.list__grid-link:focus {
	  background: none;
	}
	
	.list__grid-image-container {
		height	: 100px;
/* padding-bottom: 20px; */
	}
	
	.list__grid-image {
	  display: block;
	  margin: 0 auto;
	}

	.list__basic {
		margin-left: 2em;
	}

	.list__basic li {
		margin-bottom: 10px;
	}
	
	.avail-results-block .rs__minor-heading {
		text-align: center;
	}
	
	.avail-results-block > .row {
	  padding-left: 0;
	  padding-right: 0;
	}
	
	.avail-results-block .rs__container {
		padding-left: 40px;
		padding-right: 40px;
		overflow: auto;
	}
	
	.spinner-add,
	.bulk-add {
		width: 110px;
	}
	
	.spinner-add .rs__button {
	  width: 70px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
	
	.spinner-price {
		padding-right: 0;
	}
	
	.spinner-domain,
	.bulk-domain {
		word-wrap: break-all;
		white-space: pre-wrap;
		word-break: break-all;
	}
	
	.bulk-domain {
  	width: 100%;
  }
	
/* Type
	.t__ = type prefix
*/

	.t__alt-color {
		color: #1f88bf;
	}
	
	.t__color-white {
		color: #fff;
	}
	
	.t__gray {
		color: #5a5a5a;
	}
	
	small,
	.t__small {
		font-size: 14px;
	}
	
	.t__medium {}
	
	.t__large {
		font-size: 36px;
	}
	
	.t__xlarge {
		font-size: 50px;
	}
	
	.t__bold {
		font-weight: 700;
	}
	
	.t__light {
		font-weight: 300;
	}
	
	.t__italic {
		font-style: italic;
	}
	
	.t__underline {
		text-decoration: underline;
	}

	.t__keep-together {
		white-space: nowrap;
	}

/* Buttons */

	/* Default button: blue, flat, primary importance */
	.rs__button {
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: none;
		margin: 0;
		font-family: Roboto, Helvetica, Arial, sans-serif;
		
		text-align: center;
		border-radius: 3px;
		font-weight: 700;
		color: #fff;
		font-size: 20px;
/* text-shadow: 0 1px 2px #3282AE; */
		text-shadow: none;
		background: #2798d6;
		display: inline-block;
	}
	
		.rs__button:hover,
		.rs__button:focus {
			background: #1f88bf;
		}
		
		.rs__button a,
		.rs__button:hover a,
		.rs__button:focus a {
			color: #fff;
			background: none;
		}
		
		.rs__input:focus,
		.rs__textarea:focus,
		.rs__select:focus,
		.rs__checkbox:focus,
		.rs__select-wrapper select:focus {
			outline: 1px auto #1F88BF;
		}
		
		.rs__button:focus {
			outline: 0;
			box-shadow: 0 0 6px #1F88BF;
		}
		
		@-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 #1F88BF;
			}
		
		}
		
	.rs__button + .rs__button {
	  margin-left: 5px;
	}
	
	/* Size */
	.button__size-tiny {
		font-size: 14px;
		padding: 5px 20px 6px;
		min-width: 70px;
		height: 30px;
	}
	
	.button__size-small {
		font-size: 18px;
	  padding: 5px 20px 6px;
	  height: 35px;
	}
	
	.button__size-medium {
	  font-size: 18px;
	  padding: 10px 20px 11px;
	  min-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 13px;
		height: 80px;
	}
	
	/* Type/style */
	.button__type-round {
		text-shadow: 0 1px 2px #3282AE;
		border: 1px solid #51acdd;
		
		background: -moz-linear-gradient(top, #6ec4eb 0%, #2798d6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ec4eb), color-stop(100%,#2798d6));
		background: -webkit-linear-gradient(top, #6ec4eb 0%,#2798d6 100%);
		background: -o-linear-gradient(top, #6ec4eb 0%,#2798d6 100%);
		background: -ms-linear-gradient(top, #6ec4eb 0%,#2798d6 100%);
		background: linear-gradient(to bottom, #6ec4eb 0%,#2798d6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec4eb', endColorstr='#2798d6',GradientType=0 );
	}
	
		.button__type-round:hover,
		.button__type-round:focus {
			background: -moz-linear-gradient(top,  #62c1ea 0%, #0c8ed3 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c1ea), color-stop(100%,#0c8ed3));
			background: -webkit-linear-gradient(top,  #62c1ea 0%,#0c8ed3 100%);
			background: -o-linear-gradient(top,  #62c1ea 0%,#0c8ed3 100%);
			background: -ms-linear-gradient(top,  #62c1ea 0%,#0c8ed3 100%);
			background: linear-gradient(to bottom,  #62c1ea 0%,#0c8ed3 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c1ea', endColorstr='#0c8ed3',GradientType=0 );
		}
	
	.button__type-alt {
		color: #fff;
	}
	
	/* Modifiers */
	.button__uppercase {
		text-transform: uppercase;
	}
	
	.button__full-width {
		width: 100%;
	}
	
	.button__tiny-width {
		width: 70px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.button__small-width {
		min-width: 90px;
	}
	
	.button__medium-width {
		width: 132px;
	  padding-left: 5px;
	  padding-right: 5px;
	}
	
	.button__large-width {
		min-width: 280px;
	}
	
	.button__type-medium {
		font-size: 18px;
		font-size: 18px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.button__color-blue,
	.button__color-blue a {
		color: #2798d6;
	}
	
	.button__bg-gray {
		background-color: #d5d8d9;
		text-shadow: none;
	}
	
		.button__bg-gray:hover,
		.button__bg-gray:hover a {
			color: #fff;
		}
		
	.button__text-shadow.button__bg-gray {
		text-shadow: 0 1px 2px #A9ACAD;;
	}
	
	.button__bg-dark-blue {
		background-color: #1f88bf;
		text-shadow: none;
	}
	
		.button__bg-dark-blue:hover,
		.button__bg-dark-blue:focus {
			background-color: #217cac;
		}
	
	.button__is-active {
		background-color: #2798d6;
	}
	
	.button__cancel:hover,
	.button__cancel:focus {
		background-color: #aa0b44;
	}
	
	.button__cancel:focus {
		box-shadow: 0 0 6px #AA0B44;;
	}
	
	.button__reset {
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: none;
		border: none;
		margin: 0;
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-weight: 300;
		outline: none;
	}
	
	/* Tile button, for navs */

.button__tile {
	display: inline-block;
	vertical-align: middle;
	background-color: #176B84;

	height: 90px;
	width: 125px;
	text-align: center;
	
	-webkit-transition: .17s;
  -moz-transition: .17s;
  -ms-transition: .17s;
  -o-transition: .17s;
  transition: .17s;
}

	.button__file:hover,
	.button__file:focus {
		cursor: pointer;
		
		-webkit-transition: .25s;
	  -moz-transition: .25s;
	  -ms-transition: .25s;
	  -o-transition: .25s;
	  transition: .25s;
	}

	.button__tile a {
		color: #fff;
		height: 100%;
		width: 100%;
		display: block;
	}
	
	.button__tile button {
		color: #fff;
		width: 100%;
		display: block;
	}
	
	.button__tile a:focus,
	.button__tile button:focus {
		outline: none;
	}

/* Checkboxes */

.rs__checkbox {
  vertical-align: middle;
}

.rs__checkbox-label {
  padding-left: 5px;
  vertical-align: middle;
  font-size: 14px;
}

.rs__checkbox-list {
  margin: 10px 0 30px 20px;
}

.rs__checkbox-list li {
  margin-bottom: 5px;
}

/* Account tile */

.tile__account {
	background-color: #12738E;
}

	.tile__account:hover,
	.tile__account:focus {
		background-color: #17697F;	
	}

/* Register tile */

.tile__register {
  	background-color: #1f88bf;
}

	.tile__register:hover,
	.tile__register:focus {
		background-color: #1E7EB0;	
	}

/* Shopping cart tile */
.tile__cart {
  background-color: #036464;
}
	
	.tile__cart:hover,
	.tile__cart:focus {
		background-color: #085A5A;	
	}
	
	.button__cart {
		padding-top: 35px;
		font-size: 18px;
		line-height: 1;
	}
	
.tile__cart-form {
	height: 100%;
}
	
.tile__cart-icon {
	padding-left: 27px;
	
	background-image: url('/wp-content/themes/gocollege/library/img/tile-cart-icon.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/tile-cart-icon.svg');
	background-image:  linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/tile-cart-icon.svg');
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.tile__cart-number {}


/* Nav search button */
.tile__search {
  right: 130px;
  background-color: #1f88bf;
}

	.tile__search:hover,
	.tile__search:focus {
		background-color: #1E7EB0;	
	}
	
	.button__search {
		padding-top: 25px;
	  font-size: 16px;
	  line-height: 1.25;
	}
	
	.tile__search-icon {
		background-image: url('/wp-content/themes/gocollege/library/img/tile-search-icon.png');
		background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/tile-search-icon.svg');
		background-image:  linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/tile-search-icon.svg');
		background-repeat: no-repeat;
		background-position: 0 3px;
	  padding-left: 25px;
	}
	
/* Educause logo */
.educause__link {
	display: inline-block;
}
	
/* Style
	.s__ = style prefix
*/

	.s__right {
		text-align: right;
	}
	
	.s__left {
		text-align: left;
	}
	
	.s__center {
		text-align: center;
	}
	
	.s__no-padding {
		padding: 0;
	}
	
	.s__padding-top {
		padding-top: 20px;
	}
	
	.s__padding-bottom {
		padding-bottom: 20px;
	}
    
    .s__padding-bottom-none {
        padding-bottom: 0 !important;
        
    }
    
    .s__padding-top-none {
        padding-top: 0 !important;
        
    }
	
	.s__padding-bottom-double {
		padding-bottom: 40px;
	}
	
	.s__no-margin {
		margin: 0;
	}
	
	.s__margin-bottom {
		margin-bottom: 20px;
	}
	
	.s__margin-bottom-double {
		margin-bottom: 40px;
	}

	.s__margin-bottom-half {
		margin-bottom: 10px;
	}
	
	.s__margin-bottom-none {
		margin-bottom: 0;
	}
	
	.s__margin-top {
		margin-top: 20px;
	}
	
	.s__margin-top-double {
		margin-top: 40px;
	}
	
	.s__break-all {
		word-wrap: break-all;
		white-space: pre-wrap;
		word-break: break-all;
	}
	
	.s__inline-block-fix {
		margin-right: -3px;
	}

/* 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__center {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	.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;
	}
	
	.mobile-padding {
		padding-right: 20px;
		padding-left: 20px;
	}

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

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;
	}
		
.files-icon {
	height: 80px;
	width: 80px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	background-image: url('/wp-content/themes/gocollege/library/img/files-sprite.png');
	background-image: -webkit-linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/files-sprite.svg');
	background-image:  linear-gradient( transparent,  transparent), url('/wp-content/themes/gocollege/library/img/files-sprite.svg');
	background-size: 100% auto;
	background-color: #2188bf;
}

	.files-media-kit .files-icon {
		background-position: center 0;
	}
	
	.files-flyers .files-icon {
		background-position: center 50.5%;
	}
	
	.files-logos .files-icon {
		background-position: center 24.3%;
	}
	
	.files-fonts .files-icon {
		background-position: center 75.5%;
	}
	
	.files-content .files-icon {
		background-position: center 100%;
	}

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

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

Video

===================================*/
.video-background {
	background: #000;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	box-sizing: border-box;
}

.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0;
}

@media (max-width: 999px) {
	.video-foreground {
		height: 100%;
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-foreground { width: 100%; }
}


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

	Fontello - icon font

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

@font-face {
  font-family: 'fontello';
  src: url('/wp-content/themes/gocollege/library/fonts/fontello.eot?27939297');
  src: url('/wp-content/themes/gocollege/library/fonts/fontello.eot?27939297#iefix') format('embedded-opentype'),
       url('/wp-content/themes/gocollege/library/fonts/fontello.woff?27939297') format('woff'),
       url('/wp-content/themes/gocollege/library/fonts/fontello.ttf?27939297') format('truetype'),
       url('/wp-content/themes/gocollege/library/fonts/fontello.svg?27939297#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon__"]:before, [class*=" icon__"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Our custom College brand icons to use */
.icon__college-check:before { content: '\66'; } /* 'f' */
.icon__check:before { content: '\75'; } /* 'u' */

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

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

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

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

/* Under 450px / Small mobile specific styles */
@media only screen and (max-width: 450px) {
	
	.main-content .whois-block .row {
		padding-top: 0;
	}
	
	.header-nav .nav-item a {
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.hr-dots,
	.hr-line {
		margin: 25px auto;
	}
	
	.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;
	}
	
	/* Timeline */
	.tld-timeline .timeline-item:not(.active) {
		margin-left: 15px;
		margin-right: 15px;
	}

	/* WHOIS */
	.alpha-form .whois-search-term[type="text"] {
		height: 70px;
	}
	
	.whois-radio-label,
	.whois-terms {
		font-size: 16px;
	}
	
	/* Slick slider, home */
	
	.slick-next,
	.slick-prev {
		bottom: -50px;
	}
	
	.slick-list {
		margin-bottom: 75px !important;
	}
	
	/* Search Results */

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

	/* Contact Page */
	.contact-list li {
		text-align: center;
	}
}

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


@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 {
		width: 80px;
		display: block;
		margin-left: 0;
	}
	
	/* Slick slider, home */
	
	.slick-next,
	.slick-prev {
		top: 0;
	}
	
	.slick-slide {
		padding-right: 75px;
		padding-left: 75px;
	}
	
	/* Bulk search */
	.bulk__domain-checkbox {
	  padding-top: 2px;
	}
	
	.bulk__domain-price,
	.bulk__added-alert {
		padding-left: 10px;
	}
	
	.bulk__form .bulk__submit {
  	width: 245px;
  }
  
	/* Mini subscribe form on contact page */
	.mini-subscribe-block {
	  background-color: #005464;
		padding: 15px 20px 20px 20px;
	}

  .alpha-form .mini-subscribe-email[type="email"] {
	  margin-bottom: 0;
	  width: 62%;
	  width: -webkit-calc(70% - 20px);
	  width: calc(70% - 20px);
	  vertical-align: top;
	}
	
	.mini-subscribe-block .mini-subscribe-submit {
	  width: 100%;
	  width: 30%;
	  margin: 0 0 0 15px;
	  height: 60px;
	  padding: 10px;
	}
	
	.main-content .social-icons-only {
	  text-align: left;
	  margin-left: -10px;
	  margin-bottom: 15px
	}
	
	/* Breadcrumb list */
	
	.list__breadcrumb li {
		display: inline-block;
	}
	
	.list__breadcrumb li:after {
		content: '|';
		margin-right: 5px;
	}
	
	.list__breadcrumb li:last-of-type:after {
		display: none;
	}
	  
}

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

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

}


@media only screen and (max-width: 599px) {
	
	/* Smaller WHOIS font size so .College doens't get cut off */
	.prefix-active .avail-form .avail-search-input[type="text"] {
		padding-left: 105px;
	}
	
	.prefix-active .avail-prefix-input {
		width: 105px;
	}
	
	.avail-prefix-input,
	.avail-form .avail-search-input[type="text"] {
		font-size: 16px;
	}
	
	.avail-form .avail-search-input[type="text"] {
		margin-bottom: 10px;
	}
	
	.single-search .avail-search-option {
	  margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.single-search .avail-search-option,
	.single-search .search-questions {
		text-align: center;
	}
	
	.bulk-search .avail-search-option {
	  margin-top: 25px;
	  margin-bottom: 15px;
	}
	
	/* About block Action button */
	.about-action-block .action-button {
		font-size: 30px;
	}
	
	.results__price {
		margin-top: 20px;
	  margin-bottom: 20px;
	}
	
	.email-36px {
	  height: 30px;
	  width: auto;
	}
	
	/* Table - Press - Listing table */
	
	.table__listing thead,
	.table__listing-pub {
		display: none;
	}
	
	.table__listing-item {
		display: block;
		padding: 20px 50px;
	}
	
	.dataTables_empty {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.table__listing-item-body {
	  display: block;
	  padding-bottom: 5px;
	}
	
		.table__listing-item-body:last-of-type {
		  padding-bottom: 0;
		}
	
	.full-width-mobile .row {
		padding: 0 0 35px 0;
	}
	
	.dataTables_length {
		display: none;
	}
	
	.dataTables_filter input[type="search"] {
	  width: 220px;
	  width: -webkit-calc(100% - 50px);
	  width: calc(100% - 50px);
	  font-size: 16px;
	  background-size: 20px;
	  padding-left: 35px;
	}
	
	.no-placeholder .dataTables_filter .hide-label {
		padding: 0 50px;
		font-size: 14px;
	}
	
	/* Name spinner - Register */
	.spinner-add {
	  padding-right: 10px;
	}
		
}


/* Wider than 600px */
@media only screen and (min-width: 600px) {
	
	/* Typography */
	
	.main-heading,
	.main-heading p {
		font-size: 36px;
	}
	
	.sub-heading,
	.sub-heading p {
		font-size: 24px;
	}
	
	.minor-heading,
	.minor-heading p {
		font-size: 20px;
	}
	
	.large-copy {
		font-size: 24px;
	}
	
	.rs__main-heading {
		font-size: 36px;
	}
	
	.t__large {
	  font-size: 45px;
	}

	/* 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;
		}
	
	/* Alpha Form */
	
	.action-block .alpha-button {
		font-size: 36px;
		max-width: 550px;
	}
	
	/* Media kit button */
	.media-kit-download .alpha-button {
		font-size: 24px;
		margin-top: 50px;
	}
	
	/* Files */
	.files-item {
		margin: 20px;
	}
	
	.files-icon {
		height: 160px;
		width: 160px;
		margin: 0 auto 20px;
	}
	
	.files-title {
		width: 160px;
	}
	
	/* Availability, Domain search */
	
	.availability-block {
		background-color: #929292;
		background-image: url('/wp-content/themes/gocollege/library/img/avail-bg-medium.jpg');
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.availability-block .stand-out-container {
		background-color: #002c34;
		padding: 30px;
	}
	
	.availability-block .stand-out-container.bulk-search {
    padding-bottom: 45px;
	}
	
	.avail-search-option,
	.search-questions {
	  position: absolute;
	}
	
	.bulk-search .avail-search-option {
		bottom: 85px;
	}
	
	.single-search .avail-search-option,
	.search-questions {
	  padding-top: 10px;
	}
	
	.single-search .search-questions {
		right: 0;
	}
	
	.bulk-search .search-questions {
		right: 30px;
	}
		
	.avail-form {
		position: relative;
	}
	
	.avail-form .avail-submit {
		width: 35%;
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
	}
	
	.no-placeholder .alpha-form .hide-label {
		color: #fff;
		display: block;
		height: inherit;
		text-indent: inherit;
	}
	
	.avail-form .avail-search-input[type="text"] {
		width: 61%;
		width: -webkit-calc(65% - 25px);
		width: calc(65% - 25px);
		margin-bottom: 0;
	}
	
	.avail-prefix-input {
	  top: 30px;
	  left: 30px;
	}
	
	.recent-reg {
		margin-top: 40px;
	}
	
	.results__price.fourth-column,
	.results__add-buttons.fourth-column {
	  margin-right: -3px;
	  display: inline-block;
	  padding-top: 20px;
	  vertical-align: middle;
	}
	
	.results__price.fourth-column {
		padding-right: 20px;
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
	}
	
	.results__add-buttons.fourth-column {
		width: 230px;
	}
	
	/* Subscribe */
	.subscribe-block {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.subscribe-block .main-heading {
		margin-bottom: 50px;
	}
		
	.subscribe-form .subscribe-email-input[type="email"] {
		display: inline-block;
		margin-right: 25px;
		vertical-align: top;
		width: 62%;
		width: -webkit-calc(66.6% - 25px);
		width: calc(66.6% - 25px);
		font-size: 24px;
	}

	.alpha-form .subscribe-submit {
		width: 33.33%;
		display: inline-block;
		margin-right: -5px;
		vertical-align: top;
	}
	
	/* About page check list */
	.about-block .check-list-item {
		font-size: 24px;
		background-position: 0 5px;
	}
	
	/* Table - Press - Listing table */
	
	.table__listing {
		font-size: 18px;
		margin-bottom: 0;
	}
	
	.dataTable_footer-nav,
	.dataTables_filter {
		text-align: right;
	}
	
	.table__listing-item-header {
		font-size: 18px;
		color: #1f88bf;
		letter-spacing: 2px;
		text-align: left;
		font-weight: 700;
		text-transform: uppercase;
		padding-bottom: 5px;
		outline: none;
	}
	
	.sorting,
	.sorting_asc,
	.sorting_desc {
		cursor: pointer;
	}
	
	.sorting::after,
	.sorting_asc::after,
	.sorting_desc::after {
	  background-image: url('//go.college/wp-content/themes/gocollege/library/img/sort.png');
	  background-repeat: no-repeat;
	  background-position: center center;
	  content: '';
	  display: inline-block;
	  height: 13px;
	  width: 10px;
	}
	
	.dataTables_filter input[type="search"] {
		width: 300px;
	}
	
	.table__listing-item-body {
	  padding-top: 20px;
	  padding-bottom: 20px;
	  vertical-align: top;
	}
	
	.table__listing-date,
	.table__listing-pub {
	  padding-right: 20px;
	}
	
	.table__listing-item-footer {
		padding-top: 10px;
	}
	
	.dataTables_length,
	.dataTables_paginate {
	  display: inline-block;
	  vertical-align: middle;
	  margin-left: 40px;
	}
	
	.paginate_button {
	  height: 22px;
	  width: 22px;
	  font-size: 14px;
	  padding-top: 1px;
	}
	
	.dataTables_length {
	  font-weight: 700;
	  font-size: 14px;
	}
	
	.dataTables_length select {
		margin-left: 5px;
		vertical-align: middle;
		display: inline-block;
	}
	
	.table__listing-date {
	  width: 13%;
	  min-width: 100px;
	}
	
	.table__listing-pub {
	  width: 33%;
	}
	
	.press-downloads-cta .row {
	  padding-top: 90px;
	  padding-bottom: 90px;
	}
	
}


@media only screen and (min-width: 600px) and (max-width: 1099px) {
	
	/* Registrar Form */
	.registrar-form {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.registrar-field-group {
		padding-left: 15px;
		float: right;
		width: 50%;
	}
	
	.registrar-field-group:first-child {
		padding-right: 15px;
		padding-left: 0;
		float: left;
	}
	
	.alpha-radio-group {
		margin-bottom: 25px;
		width: 75%;
		display: inline-block;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
	}
	
	.alpha-radio-container {
		margin-right: -5px;
	}
	
	/* Timeline */
	.tld-timeline {
		max-width: 525px;
		margin-left: auto;
		margin-right: auto;
	}

}


@media only screen and (min-width: 700px) {
	
	/* Contact form */

	.contact-message textarea {}
	
	/* Register search results logos */
	
	.list__grid-item {
		display: inline-block;
		margin-right: -5px;
		width: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.avail-results-block .rs__minor-heading {
		text-align: left;
	}
	
	.avail-results-block .row {
	  padding-left: 35px;
	  padding-right: 35px;
	}
	
	.avail-results-block .rs__container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

/* Under 800px / Mobile specific styles */
@media only screen and (max-width: 799px) {

	/* Action block */
	.action-block {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.contact-action-block {
		padding-top: 0;
	}
	
	/* 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;
	}
	
	/* Contact */
	.contact-logo .college-logo-large {
		display: block;
		margin: 0 auto;
	}

	.contact-address {
		border-top: 1px solid #a0aeae;
		max-width: 300px;
		margin: 0 auto;
	}
	
	/* Press */
	.featured-press-block .press-item {
		text-align: center;
	}
	
	/* Press logo block */
	.press-logo-block .press-logo-item {
		max-width: 150px;
	}
	
	/* Responsive tables,
		https://css-tricks.com/responsive-data-tables/
	*/
	
	.table__standard {
		border: none;
		margin-right: -20px;
	  margin-left: -20px;
	  width: -webkit-calc(100% + 40px);
	  width: calc(100% + 40px);
	}
	
	.table__standard,
	.table__standard thead,
	.table__standard tbody,
	.table__standard th,
	.table__standard tr,
	.table__standard td {
		display: block;
	}
	
	.table__standard thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table__standard tbody,
	.table__standard thead,
	.table__standard tbody tr {
		border: none;
	}
	
	.table__standard td {
	/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #f3f6f7; 
		position: relative;
		padding-left: 50%;
	}
	
	.table__standard td:before { 
		position: absolute;
	  top: 13px;
	  left: 10px;
	  width: 45%;
	  padding-right: 10px;
	  white-space: normal;
	  font-size: 13px;
	  content: attr(data-mobile-title);
	}
	
	.table__standard td:nth-of-type(1) {
		background-color: #f3f6f7;
	}
	
	/*
	Label the data for .College domain examples table on /about
	*/
	.table__domain-examples td:nth-of-type(1):before { content: "Category"; }
	.table__domain-examples td:nth-of-type(2):before { content: "Generic Examples"; }
	.table__domain-examples td:nth-of-type(3):before { content: "Live .College Examples"; }
	
	.table__domain-examples li {
		-ms-word-break: break-all;
    word-break: break-all;
	}
	
	.table__domain-examples td:before {
		width: 35%;
	}
	
	.table__domain-examples td {
		padding-left: 40%;
	}
	
}


/* Wider than 800px - Most of our tablet/desktop styles */
@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,
		.full-column,
		.last-column {
			padding-right: 0;
		}
	
	.half-column {
		width: 50%;
	}
	
		.half-space {
			margin-left: 50%;
		}
	
	.third-column {
		width: 33.3%;
	}
	
		.third-column:nth-child(2n) {
			padding-right: 50px;
		}
		
		.third-column:last-child {
			display: inline-block;
			margin-top: 0;
		}
		
		.third-space {
			margin-left: 33.3%;
		}
	
	.two-thirds-column {
		width: 66.6%;
	}
	
		.two-thirds-space {
			margin-left: 66.6%;
		}
	
	.fourth-column {
		width: 25%;
	}
	
		.fourth-space {
			margin-left: 25%;
		}
	
	.three-fourths-column {
		width: 75%;
	}
	
		.three-fourths-space {
			margin-left: 75%;
		}
	
	/* 1/6 */
	.sixth-column {
		width: 16.6%;
	}		
		/*
			2/6 = .third-column
			3/6 = .half-column
			4/6 = .two-thirds-column
		*/
		.five-sixths-column {
			width: 83.3%;
		}
		
	/* No gutter (right padding) */
	.no-gutter {
		padding-right: 0;
	}
	
	/* Social icons, main content/contact page */
	/*
	.main-content .social-icons li {
		vertical-align: middle;
		background-size: 50px auto;
		height: 45px;
	}
	*/
		/* White social icons */
	/*
		.main-content .social-icons-white li {
			width: 52px;
		}

		.main-content .social-icons-white .facebook-icon {
		  background-position: 20px -278px;
		}

		.main-content .social-icons-white .twitter-icon {
		  background-position: 0 -326px;
		}

		.main-content .social-icons-white .instagram-icon {
		  background-position: 0 -372px;
		}

	.main-content .social-icons li::after {
		content: '';
		height: 60px;
		display: inline-block;
		margin-top: -10px;
		margin-left: 25px;
		border-right: 1px solid #9faeaf;
	}

		.main-content .social-icons li:last-child::after,
		.main-content .social-icons-white li::after {
			display: none;
		}

	.main-content .social-icons a {
		padding-top: 8px;
		width: auto;
		display: inline-block;
		vertical-align: top;
		padding-left: 55px;
	}
	*/

		/* Only icon, no text */
		.main-content .social-icons-only a {
		  padding-top: 0;
		  padding-left: 0;
		  display: block;
		  width: 52px;
		  opacity: 0;
		  font-size: 0;
		}

	/* 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;
	}
	
	/* 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: 0;
		margin-bottom: 20px;
	}
	
	/* WHOIS */
	.whois-form .whois-search-term[type="text"] {
		margin-bottom: 15px;
	}

	.whois-search-options,
	.whois-terms {
		display: inline-block;
		width: 66%;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
		vertical-align: top;
	}

		.whois-search-type,
		.whois-legend {
			float: left;
			text-align: left;
			width: auto;
			margin: 0 10px 10px 0;
		}
		
		.whois-search-type .whois-radio-group {
			display: inline-block;
			margin-right: 15px;
		}
		
	.whois-terms {
		width: 33%;
		text-align: right;
		margin-bottom: 50px;
	}
	
	.whois-captcha,
	.whois-form .form-button {
		width: 50%;
		max-width: 100%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
	}
	
	.g-recaptcha {
		margin: 0 0 25px 0;
	}
	
	.form-button.alpha-button {
		padding-top: 18px;
		padding-bottom: 12px;
	}
	
	.whois-block .whois-submit.alpha-button {
		padding-top: 25px;
		padding-bottom: 21px;
		margin-top: 0;
	}
	
	/* Contact */
	
	.contact-address,
	.contact-logo {
		width: 50%;
		margin-right: -5px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.contact-logo {
		text-align: right;
	}
	
	.contact-address {
		border-left: 1px solid #a0aeae;
	}
	
	.contact-address p {
		text-align: left;
	}
	
	/* Availability, domain search */
	.availability-block .stand-out-container {
		margin-right: 75px;
		margin-left: 75px;
	}
	
	.availability-block .row {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	/* Subscribe */
	
	.subscribe-form {
		margin-right: 75px;
		margin-left: 75px;
	}
	
	.subscribe-form .subscribe-email-input[type="email"] {
		font-size: 30px;
	}
	
	/* About block */
	
	.about-item .row {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	
	.about-action-block {
		padding-top: 25px;
	}
	
	/*		AKA Product pair block
		
			* Presentation of content built in pairs (text and image, text and image...)
		
			* Switch order of two columns (Only works on inline-block elements)
	*/
	
	/* Switch direction of container */
	.about-item-1 .product-pair-item,
	.about-item-3 .product-pair-item {
		direction: rtl;
	}
	
	/* Switch back direction on columns inside container */
	.about-item-1 .half-column,
	.about-item-3 .half-column {
		direction: ltr;
	}
	
	.about-block .product-secondary,
	.about-block .product-primary {
		vertical-align: middle;
	}
	
	.about-item-1 .product-secondary,
	.about-item-3 .product-secondary {
		text-align: right;
		padding-right: 0;
	}
	
	/* Buttons */
	
	.flat-button {
		font-size: 30px;
	}
	
	/* Press */
	.featured-press-block .press-image {
		margin: 0;
		max-width: 100%;
	}
	
	.featured-press-block .press-figure,
	.featured-press-block .press-snippet {
		width: 50%;
		display: inline-block;
		margin-right: -5px;
		vertical-align: middle;
	}
	
	.featured-press-block .press-figure {
		border-right: 1px solid gray;
		padding-right: 25px;
		width: 300px;
	}
	
	.featured-press-block .press-snippet {
		padding-left: 25px;
		padding-left: -webkit-calc(25px + .33em);
		padding-left: calc(25px + .33em);
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
	}
	
	/* Hanging punctuation */
	.featured-press-block .press-snippet p:first-of-type {
		text-indent: -.33em;
	}
	
	.featured-press-block .press-meta {
		margin-bottom: 0;
	}
	
	/* Downloads block */
	.downloads-block {
		padding-bottom: 75px;
	}
	
	.downloads-block .flat-button {
		margin-bottom: 25px;
	}
	
	/* Press feed */
	.feed-list .feed-item {
		padding-left: 60px;
		font-size: 18px;
	}
	
	/* Press DataTable */
	.table__listing-pub {
	  width: 25%;
	}
	
/* Contact page - support ticket CTA */
	.contact-support-cta {
	  padding-top: 75px;
	  padding-bottom: 75px;
	}
	
	.contact-support-cta p {
	  font-size: 24px;
	}
	
	/* Recent registrations */
	
	.recent-reg__item {
	  font-size: 21px;
	}
	
}


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

	.alpha-radio-group {
		width: 50%;
	}

}

@media only screen and (min-width: 980px) {
	.main-content .sub-tab li a {
		font-size: .875em;
	}
	.main-content .sub-tab li a {
	  padding: 0 0 0 20px;
	}
}


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


	/* Homepage search */
	
	.avail-form .avail-submit {
		width: 30%;
	}
	
	.avail-form .avail-search-input[type="text"] {
		width: 65%;
		width: -webkit-calc(70% - 25px);
		width: calc(70% - 25px);
	}
	
	/* Why page */

	#main-tab-block {
		position: relative;
	}
	
	.why-tabs .sub-tab {
	  position: absolute;
	  bottom: -27px;
	  left: 0;
	}
	
	.sub-tab {
	  width: 100%;
	}
	
	.main-tab li li {
	  width: auto;
	}
	
	.main-content .main-tab .sub-tab li:first-child a {
	  padding: 0;
	}
	
	.main-content .main-tab .sub-tab li:first-child {
	  border: none;
	}

	.main-tab li.active-tab ul::before {
	  display: none;
	}
	
	.main-tab li.active-tab::after {
	  content: '';
	  display: block;
	  background-color: #1f88bf;
	  height: 30px;
	  width: 1px;
	  margin: 0 auto 30px;
	}
	
	.main-tab li li.active-tab::after {
	  display: none;
	}
	
	.main-tab li, .sub-tab li {
	  display: inline-block;
	}
	.main-tab li {
	  width: 23.6%;
	  margin: 0 0 0 10px;
	}
	
	.main-tab li.active-tab{
		margin: 0 0 0 10px;
	}
	
	.main-tab li li.active-tab{
		margin: 0;
	}
	
	.main-tab li:first-child.active-tab{
		margin: 0;
	}
	
	.main-tab li:first-child{margin: 0;}
	.main-tab li a.main-tab-label {
	  width: 100%;
	}	
	
	.why-tabs .sub-tab.show-active-tab {
	  border-top: solid 1px #1f88bf;
	  border-bottom: solid 1px #1f88bf;
	  padding: 17px 0;
	}
	
	.main-content .sub-tab li a { padding: 0 0 0 12px; }
	.main-content .sub-tab li:first-child a{ padding: 0; }
	
	/* Name Spinner */
	
	.domainSpinner tr {
	  display: inline-table;
	  width: 50%;
	}
	
	.spinner-price {
		text-align: right;
	}
	
	.spinner-add {
	  width: 100px;
	  padding-right: 30px;
	}
	
	.spinner-domain {
	  max-width: 270px;
	}
	
	.search__results tr:nth-of-type(odd) .spinner-price {
	  padding-right: 20px;
	}
	
	.search__results tr:nth-of-type(even) .spinner-add {
	  padding-left: 20px;
	}
	
	/* Bulk search */
	.bulk__domain-name {
		display: inline-block;
		width: 70%;
	  width: -webkit-calc(100% - 295px);
	  width: calc(100% - 295px);
	}
	
	.bulk__domain-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.bulk__unavailable-list li {
	  display: inline-block;
	  width: 50%;
	  margin-right: -3px;
		word-wrap: break-word;
	  white-space: pre-wrap;
	  word-break: break-word;
	}
	
	.bulk__avail-heading {
	  margin-bottom: 20px;
	}
	
}


@media only screen and (max-width: 999px) {
	
	/* Hide until toggled visible */
	#header-main-nav {
		display: none;
	}

	.mobile-nav-button {
		/* Reset appearance for mobile devices */
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		background: none;
		padding: 0;
		
		height: 50px;
	}
		
	.mobile-nav-button:focus {
		outline: none;
	}
	
	.toggle-zone {
		/* Uncomment bg color for dev testing */
		/* background-color: rgba(231, 107, 53, 0.47); */
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 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;
	}
	
	/* Header nav */
	.header-nav {
		position: absolute;
		width: 100%;
		top: 88px;
		left: 0;
		right: 0;
		z-index: 5555;
	}
	
	.header-nav .nav-item a {
		border-top: 1px solid #005464;
		margin-right: 50px;
		margin-left: 50px;
	}
	
	.button__tile {
	  display: block;
	  width: auto;
	  width: -webkit-calc(100% - 100px);
	  width: calc(100% - 100px);
	  height: auto;
	  background: none;
	  border-top: 1px solid #005464;
	  margin-left: 50px;
	  margin-right: 50px;
	}
	
	.button__tile:last-of-type {
		border-bottom: 1px solid #005464;
	}
	
	/* Temporary until we have mobile tile style */
	.button__tile:hover,
	.button__tile:focus {
		background: none !important;
	}
	
	.button__tile a,
	.button__tile button {
		padding-top: 15px;
	  padding-bottom: 15px;
	}
	
}

@media only screen and (min-width: 1000px) {
	
	/* Recent registrations */
	.recent-reg {
		text-align: left;
	}
	
	.recent-reg__heading,
	.recent-reg__container {
		display: inline-block;
		text-align: left;
	}
	
	.recent-reg__heading {
		margin-right: .25em;
	}
	
	.table__listing-item-footer {
		padding-top: 20px;
	}
	
	/* Navigation */
	
	.mobile-nav-toggle {
		display: none;
	}
	
	/* Keeps nav visible at desktop if nav was closed in mobile */
	.mobileToggled#header-main-nav {
		display: inline-block !important;
	}
	
	.header-logo {
		width: 20%;
	}
	
	.header-nav {
		background: none;
		display: inline-block;
		vertical-align: middle;
		width: 80%;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
	}
	
	.header-nav .top-level-nav {
		padding: 0;
		text-align: right;
	}
	
	.header-nav .nav-item {
		display: inline-block;
		margin-right: 3%;
		vertical-align: middle;
	}
	
	.header-nav .nav-item a {
		margin: 0;
	}
	
	.nav-item a:focus {
		outline: none;
	}
	
	/* Tile nav */
	
	.button__register,
	.button__account {
		padding-top: 25px;
		font-size: 16px;
		line-height: 1.25;
	}
	
	.tile__break-word {
	  display: block;
	}
	
	.action-nav-link {
		padding-right: 25px;
		padding-left: 25px;
	}

}

@media only screen and (max-width: 1099px) {
	
	/* Active Timeline */
	.timeline-item:not(.active) {
		margin-left: 30px;
		margin-right: 30px;
	}
	
}


@media only screen and (min-width: 1000px) and (max-width: 1099px) {
	
	.button__tile {
		width: 110px;
	}
	
	.header-nav,
	.button__tile button {
		font-size: 16px;
	}
	
}
	
	
/* Wider than 1100px
	1100px = ( 1000px + (50px * 2) )
	1100px = ( rowWidth + (padding * eachSide) ) */
@media only screen and (min-width: 1100px) {
	
	/* Header */
	.header-logo {
		padding-left: 0;
	}
	
	.header-nav {
		padding-right: 0;
	}
	
	/* Don't need container padding */
	.main-content .row,
	.site-footer .row {
		padding-right: 0;
		padding-left: 0;
	}

	/* Timeline */
	/* 	TLD Timeline */
	
	.tld-timeline {
		/* Fixes margin-top bug */
		display: inline-block;
		width: 100%;
	}
	
	.timeline-item {
		width: 25%;
		display: inline-block;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
		vertical-align: top;
		margin-top: 30px;
	}
	
	.active .timeline-head {
		padding-top: 130px;
		margin-top: -30px;
		background-position: center 60px;
	}
	
	.active .timeline-body {
		padding-bottom: 50px;
	}
	
	/* Registrar Form */
	.registrar-form .alpha-field {
		height: 108px;
	}
	
	.registrar-field-group {
		display: inline-block;
		vertical-align: top;
		width: 33.3%;
		/* Compensates for inline characteristics of inline-block */
		margin-right: -5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.registrar-field-group:first-child {
		padding-left: 0;
	}
	
	.registrar-field-group:last-child {
		padding-right: 0;
	}
	
	.alpha-radio-group {
		margin-bottom: 0;
	}
	
	.form-button.alpha-button {
		margin-top: 23px;
	}
	
	.alpha-label,
	.alpha-form label {
		font-size: 16px;
		margin-bottom: 7px;
	}
	
	/* Availability, Domain search */
	
	.availability-block {
		background-image: url('/wp-content/themes/gocollege/library/img/avail-bg-large.jpg');
	}
	
	.availability-block .stand-out-container {
		max-width: 875px;
		margin-right: auto;
		margin-left: auto;
	}
	
	/* Contact form */
	.contact-form_wrapper {
		position: relative;
	}
		
	.contact-message textarea {
		height: 180px;
	}
	
	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="url"],
	.contact-form input[type="tel"] {
		height: 60px;
	}
	
	.contact-form .gform_button {
		height: 75px;
	}
	
	.g-recaptcha {
		height: 75px;
	}
		
	/* Press */
	.featured-press-block .press-snippet {
		font-size: 24px;
		padding-right: 25px;
	}
	
	.featured-press-block .press-figure {
		padding-left: 25px;
	}
	
	.dataTables_filter {
	  margin-bottom: -40px;
	}
	
	/* Press releases */
	
	.press-logo-block,
	.press-release-table {
	  display: inline-block;
	  vertical-align: top;
	  margin-right: -5px;
	}
	
	.press-release-table {
	  width: 70%;
	}
	
	.press-releases-block .main-heading {
		text-align: left;
	}
	
	/* Press logo block ("Also featured in") */

	.press-logo-block {
		text-align: left;
		width: 30%;
		padding-right: 75px;
	}
	
	.press-logo-item {
	  display: inline-block;
	  margin-top: 20px;
	  margin-bottom: 20px;
	}
	
	.press-logo-block .press-link,
	.press-logo-block .press-link:hover,
	.press-logo-block .press-link:focus {
		background-image: none;
		text-decoration: none;
		
		-webkit-transition: opacity .25s;
		-moz-transition: opacity .25s;
		-ms-transition: opacity .25s;
		-o-transition: opacity .25s;
		transition: opacity .25s;
	}
	
	.press-logo-block .press-link:hover,
	.press-logo-block .press-link:focus {
		opacity: .75;
	}
	
	.press-image {
	  max-height: 100px;
	}
	
}

@media only screen and (min-width: 1300px) {
	
	.header-nav .nav-item {
	  margin-right: 4%;
	}
	
}

/*=================================
Retina (2x Resolution Devices)

This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
=================================*/
@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;
  }
}

/*- IE clear field fix -*/
input[type=text]::-ms-clear {
  display: none;
}

/* IE 10 - Register Search Input fix */
html[data-useragent*='MSIE 10.0'] .prefix-active .avail-prefix-input {
  display: none !important;
}
html[data-useragent*='MSIE 10.0'] .prefix-active .avail-form .avail-search-input[type="text"] {
  padding-left: 10px !important;
}


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

Lander

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

.lander__header {
    margin-bottom: 35px;
}

.lander__header > .half-column {
    text-align: center;
    vertical-align: middle;
}

.lander__logo {
    max-width: 202px;
}

.lander__heading-1,
.lander__heading-2,
.lander__heading-3,
.lander__heading-4,
.lander__heading-5 {
    line-height: normal;
    text-align: center;
    color: #005464;
}

.lander__heading-1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.lander__heading-2 {
    font-size: 30px;
}

.lander__heading-3 {
    font-size: 24px;
}

.lander__heading-4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.lander__heading-5 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.lander__domain-search {
    margin: 3px 0;
}

.lander__domain-search .stand-out-container {
    background-color: #002c34;
    padding: 25px;
}

.lander__panel {
    line-height: 1.56;
    background-color: #f3f6f7;
    padding: 40px 22px;
    margin-bottom: 30px;
    color: #005464;
}

.lander__panel p:last-of-type {
    margin-bottom: 0;
}

.lander__form-group {
    background-color: #fff;
    border: 1px solid #d5d8d9;
    border-right: 0;
}

.lander__form-group .form-group__input {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 18px;
    letter-spacing: 1.71px;
    font-weight: 700;
    color: #005464;
    padding: 0 20px;
    width: calc(100% - 99px);
}

.lander__form-group .form-group__button {
    width: 95px;
    padding: 18px 0;
    background-color: #1f88bf;
    border: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.lander__form-group .form-group__input:focus,
.lander__form-group .form-group__button:focus {
    outline: none;
}

.lander__hr {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #d5d8d9;
    border: 0;
}

.lander__grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.lander__grid-item {
    color: #005464;
    margin-bottom: 45px;
}

.lander__grid-item a:hover,
.lander__grid-item a:focus {
    color: inherit;
}

.lander__grid-image {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.lander__featured-registration {
    display: inline-block;
    font-size: 28px;
    color: #2088c0;
    font-weight: 700;
    margin: 16px;
}

@media only screen and (max-width: 500px) {
    .t__keep-together {
        white-space: normal;
    }
}

@media only screen and (min-width: 800px) {
    .page-template-page-lander main .row {
        max-width: 861px;
    }

    .lander__header > .half-column:nth-child(1) {
        text-align: right;
    }

    .lander__header > .half-column:nth-child(2) {
        text-align: left;
    }

    .lander__logo {
        max-width: 242px;
    }

    .lander__heading-1 {
        font-size: 36px;
    }

    .lander__domain-search {
        margin: 60px 0;
    }

    .lander__panels {
        background: linear-gradient(to right, #f3f6f7 0%, #f3f6f7 calc(50% - 20px), #fff calc(50% - 20px),  #fff calc(50% + 20px),  #f3f6f7 calc(50% + 20px),  #f3f6f7 100%);
        position: relative;
    }

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

    .lander__panels > .half-column {
        width: calc(50% - 20px);
        padding: 0;
        margin: 0;
    }

    .lander__panels > .half-column:nth-of-type(1) {
        float: right;
    }

    .lander__panels > .half-column:nth-of-type(2) {
        float: left;
    }

    .lander__hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .lander__form-group .form-group__input {
        font-size: 24px;
    }

    .lander__panel {
        background-color: transparent;
        margin-bottom: 0;
    }

    .lander__grid-row {
        padding: 20px 0;
    }

    .lander__grid-item {
        float: left;
        width: calc(50% - 20px);
    }

    .lander__grid-item:nth-of-type(odd) {
        margin-right: 20px;
    }

    .lander__grid-item:nth-of-type(even) {
        margin-left: 20px;
    }
}