﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/*! base.css v1.5 | Copyright 2011-Today Michael R. Draemel - http://www.michaeldraemel.com/ | MIT & BSD License | For: NCKCN » Virtual Domains */
/* ======================================================================================================
 *			-- FILE STRUCTURE --
 *
 *	[ 1] Core Definitions		__core
 *	[ 2] Main IDs & Classes		__main-ids-&-classes
 *	[ 3] Home Content			__home-content
 *	[ 4] Page Errors			__page-errors
 *	[ 5] 
 *	[ 6] 
 *	[ 7] 
 *	[ 8] 
 *	[ 9] 
 *	[10] Media Queries			__media-queries
====================================================================================================== */


/* NOTE: If adding any new font-face, place it here. */


/* ======================================================================================================
 *					GLOBAL Z-INDEX CHART
 * ======================================================================================================
 * 1. niceScroll.js							= 550
 * 2. header								= 60
 * 3. nav_overlay							= 50
 * 4. nav									= 100
 * 5. noscript								= 99999
 * 6. 
====================================================================================================== */

/* ======================================================================================================
 *					HOME page Z-INDEX CHART
 * ======================================================================================================
 * 1. .intro_wrapper:before					= 15
 * 2. .intro								= 10
====================================================================================================== */


/* ======================================================================================================
 *	[ 1] Core Definitions		__core
====================================================================================================== */
html { width: 100%; height: 100%; padding: 0; margin: 0; border: none; float: left; }
body { width: 100%; height: 100%; padding: 0; margin: 0; background: #E4EBFF; /* Blue tint */ border: none; float: left; overflow-x: hidden; }
*, *:before, *:after { padding: 0; margin: 0; box-sizing: border-box; outline: 1px solid transparent; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { font-weight: lighter; }
h1,h2,h3,h4,h5,h6,p,a { font-family: Arial, Helvetica, sans-serif; }
a { text-decoration: none; border: none; outline: none; }
.clr, .clear:after { content: ""; display: table; clear: both; }

noscript {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #0000FF;
  float: left;
  position: fixed;
  z-index: 99999;
  overflow: auto; /* IMPORTANT - Needed to bypass 'body' overflow: hidden */
  overflow-x: hidden; /* IMPORTANT - Needed due to above attribute */
}
noscript .img {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  background: url(image/icon/icon-nckcn2.png) no-repeat center center;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
noscript .nojs {
  width: 80%;
  padding: 20px 0;
  margin: 0 auto 100px auto; /* Margin-Bottom = IMPORTANT */
  background: #EDEDED;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
  border-top: 3px solid #E67E22; /* CARROT */
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
}
noscript .nojs h3 {
  width: 96%;
  padding: 0 10px 5px 10px;
  margin: 0 2%;
  border-bottom: 1px dotted #000;
  float: left;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
noscript .nojs p {
  width: 100%;
  padding: 0 10px;
  margin: 10px 0 0 0;
  float: left;
  color: #555;
}
noscript .nojs p:first-of-type {
  margin: 20px 0 0 0;
}
noscript .nojs p a {
  color: #E67E22;
}
noscript .nojs p a:hover {
  text-decoration: underline;
}

form {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
}

input {
  border: none;
  outline: none;
}


/* ======================================================================================================
 *	[ 2] Main IDs & Classes		__main-ids-&-classes
====================================================================================================== */
header,
#canvas {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}

header {
	/* RESERVED */
  height: 60px;
    background: -o-linear-gradient(#EDEDED, #CCC);
	background: -ms-linear-gradient(#EDEDED, #CCC);
	background: -moz-linear-gradient(#EDEDED, #CCC);
	background: -webkit-linear-gradient(#EDEDED, #CCC);
  background: linear-gradient(#EDEDED, #CCC);
    box-shadow: inset 0 1px #FFF, inset 0 -1px #E67E22, 0 4px 2px -2px rgba(0,0,0,0.5); /* Bottom Shadow Only */
  float: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
}
.facebook, /* REMEMBER TO CHANGE opacity in Media Queries for any new profile additions */
.google_plus,
.youtube {
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 7px 0 7px 10px;
  float: left;
  opacity: 0.65;
}
.social_media:hover p {
  color: #000;
}
.facebook:hover,
.google_plus:hover,
.youtube:hover {
  opacity: 1;
}
.facebook {
  background: url(image/icon/social-media/icon-facebook.png) no-repeat center center;
}
.google_plus {
  background: url(image/icon/social-media/icon-google-plus.png) no-repeat center center;
}
.youtube {
  background: url(image/icon/social-media/icon-youtube.png) no-repeat center center;
}
.logo {
  width: 77%;
  height: 100%; /* Equivalent to Header height */
  padding: 0;
  margin: 0;
  float: left;
}
.logo h2 {
  padding: 0 0 0 30px;
  margin: 0;
  float: left;
  color: #0000FF;
  font-weight: bold;
  line-height: 60px; /* Based on Header height */
  text-shadow: 1px 1px #E5E5E5;
}
.logo h2:last-of-type {
  padding: 0 30px 0 3px;
  color: #222;
  font-weight: normal;
}
.logo h2 span {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 10px 0;
  background: url(image/icon/icon-arrows-right.png) no-repeat center center;
  float: right;
}

nav {
  width: 23%;
  height: 100%; /* Equivalent to Header height */
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  z-index: 100;
}
.open_close_nav {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 10px 30px 10px 0;
  background: url(image/icon/icon-nav.png) no-repeat center center;
	border-radius: 3px;
  float: right;
  cursor: pointer;
}
.open_close_nav:hover,
.open_close_nav.active {
  background: url(image/icon/icon-nav-active.png) no-repeat center center rgba(0,0,0,0.65);
    box-shadow: inset 0 1px rgba(0,0,0,0.35), inset 1px 0 rgba(0,0,0,0.35), 0 1px #E5E5E5, 1px 0 #EEE;
}
nav ul {
  width: 250px;
  padding: 5px 5px 10px 5px;
  margin: 0;
  background: -o-linear-gradient(#CCC, #EDEDED);
	background: -ms-linear-gradient(#CCC, #EDEDED);
	background: -moz-linear-gradient(#CCC, #EDEDED);
	background: -webkit-linear-gradient(#CCC, #EDEDED);
  background: linear-gradient(#CCC, #EDEDED);
    box-shadow: inset 0 1px #DDD, 0 8px 6px -6px rgba(0,0,0,0.35);
  border: 1px solid rgba(0,0,0,0.35);
    border-radius: 3px;
  position: absolute;
  right: 30px;
  bottom: -330px;
  list-style-type: none;
  display: none;
  opacity: 0;
    -o-animation: slideNavUp .5s ease forwards;
	-ms-animation: slideNavUp .5s ease forwards;
	-moz-animation: slideNavUp .5s ease forwards;
	-webkit-animation: slideNavUp .5s ease forwards;
  animation: slideNavUp .5s ease forwards;
}
/* KEYFRAME ANIMATION */
/* Start of 'Slide Nav Up' Animation */
@-o-keyframes slideNavUp {
  from { opacity: 0; bottom: -370px; }
  to { opacity: 1; bottom: -330px; }
}
@-ms-keyframes slideNavUp {
  from { opacity: 0; bottom: -370px; }
  to { opacity: 1; bottom: -330px; }
}
@-moz-keyframes slideNavUp {
  from { opacity: 0; bottom: -370px; }
  to { opacity: 1; bottom: -330px; }
}
@-webkit-keyframes slideNavUp {
  from { opacity: 0; bottom: -370px; }
  to { opacity: 1; bottom: -330px; }
}
@keyframes slideNavUp {
  from { opacity: 0; bottom: -370px; }
  to { opacity: 1; bottom: -330px; }
}
/* End of 'Slide Nav Up' Animation */
/* KEYFRAME ANIMATION */
nav ul:before {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  content: '';
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.35);
  position: absolute;
  top: -10px;
  right: 8px;
}
nav ul:after {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #CCC;
  position: absolute;
  top: -9px;
  right: 9px;
}
.nav_overlay {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 50;
}
nav ul li {
  width: calc(100% / 3 - 11px); /* NOTE: Added 1 extra px to subtract from to fix IE bug */
  height: 80px;
  padding: 0;
  margin: 7px 5px 3px 5px;
  background: #EDEDED;
    box-shadow: inset 0 1px #FFF;
  border: 1px solid rgba(0,0,0,0.25);
    border-radius: 3px;
  float: left;
}
nav ul li:first-of-type {
  background: url(image/icon/icon-nav-home.png) no-repeat center 10px #EDEDED;
}
nav ul li:nth-of-type(2) {
  background: url(image/icon/icon-nav-vdomains.png) no-repeat center 12px #EDEDED;
}
nav ul li:nth-of-type(3) {
  background: url(image/icon/icon-nckcn.png) no-repeat center 16px #EDEDED;
}
nav ul li:nth-of-type(4) {
  background: url(image/icon/icon-add.png) no-repeat center 16px #EDEDED;
  cursor: pointer;
}
nav ul li:nth-of-type(5) {
  background: url(image/icon/icon-ga.png) no-repeat center 16px #EDEDED;
}
nav ul li:last-of-type {
  background: url(image/icon/icon-remove.png) no-repeat center 16px #EDEDED;
  cursor: pointer;
}
nav ul li:hover,
nav ul li.active {
  background: rgba(0,0,0,0.15);
    box-shadow: inset 0 1px rgba(0,0,0,0.25), inset 1px 0 rgba(0,0,0,0.25), 0 1px #EDEDED, 1px 0 #EDEDED;
}
nav ul li:first-of-type:hover,
nav ul li:first-of-type.active {
  background: url(image/icon/icon-nav-home.png) no-repeat center 10px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px rgba(0,0,0,0.25), inset 1px 0 rgba(0,0,0,0.25), 0 1px #EDEDED, 1px 0 #EDEDED;
}
nav ul li:nth-of-type(2):hover,
nav ul li:nth-of-type(2).active {
  background: url(image/icon/icon-nav-vdomains.png) no-repeat center 12px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px rgba(0,0,0,0.25), inset 1px 0 rgba(0,0,0,0.25), 0 1px #EDEDED, 1px 0 #EDEDED;
}
nav ul li:nth-of-type(3):hover,
nav ul li:nth-of-type(3).active {
  background: url(image/icon/icon-nckcn.png) no-repeat center 16px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px rgba(0,0,0,0.25), inset 1px 0 rgba(0,0,0,0.25), 0 1px #EDEDED, 1px 0 #EDEDED;
}
nav ul li:nth-of-type(4):hover,
nav ul li:nth-of-type(4).active {
  background: url(image/icon/icon-add.png) no-repeat center 16px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px rgba(0,0,0,0.25), inset 1px 0 rgba(0,0,0,0.25), 0 1px #EDEDED, 1px 0 #EDEDED;
}
nav ul li:nth-of-type(5):hover,
nav ul li:nth-of-type(5).active {
  background: url(image/icon/icon-ga.png) no-repeat center 16px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px rgba(0,0,0,0.25), inset 1px 0 rgba(0,0,0,0.25), 0 1px #EDEDED, 1px 0 #EDEDED;
}
nav ul li:last-of-type:hover,
nav ul li:last-of-type.active {
  background: url(image/icon/icon-remove.png) no-repeat center 16px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px rgba(0,0,0,0.25), inset 1px 0 rgba(0,0,0,0.25), 0 1px #EDEDED, 1px 0 #EDEDED;
}
nav ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
nav ul li a p,
nav ul li p {
  width: 100%;
  padding: 0;
  margin: 55px 0 0 0;
  float: left;
  color: #0000FF;
  font-size: .7em;
  text-align: center;
}
.additional_nav_container {
  width: calc(100% - 13px);
  height: 60px;
  padding: 0;
  margin: 7px 5px 3px 5px;
  background: #EDEDED;
    box-shadow: inset 0 1px #FFF;
  border: 1px solid rgba(0,0,0,0.25);
    border-radius: 3px;
  float: left;
}
.additional_nav_container h4 {
  width: 100%;
  padding: 0;
  margin: 12px 0 0 0;
  float: left;
  color: #C0392B; /* POMEGRANATE */
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
.additional_nav_container p {
  width: 100%;
  padding: 0;
  margin: 2px 0 0 0;
  float: left;
  color: #E74C3C; /* ALIZARIN */
  font-size: .8em;
  text-align: center;
  cursor: default;
}

.request_add_overlay,
.request_remove_overlay {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 65;
}
.request_container {
  width: 360px;
  height: 550px; /* MAY NEED TO ADJUST HEIGHT */
  padding: 0;
  margin: auto;
  background: #DDD;
  border: 10px solid #777;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    -o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
  transform: scale(0,0);
    -o-animation: scaleIn .5s ease forwards;
	-ms-animation: scaleIn .5s ease forwards;
	-moz-animation: scaleIn .5s ease forwards;
	-webkit-animation: scaleIn .5s ease forwards;
  animation: scaleIn .5s ease forwards;
}
@-o-keyframes scaleIn {
  0% { -o-transform: scale(0,0); }
  100% { -o-transform: scale(1,1); }
}
@-ms-keyframes scaleIn {
  0% { -ms-transform: scale(0,0); }
  100% { -ms-transform: scale(1,1); }
}
@-moz-keyframes scaleIn {
  0% { -moz-transform: scale(0,0); }
  100% { -moz-transform: scale(1,1); }
}
@-webkit-keyframes scaleIn {
  0% { -webkit-transform: scale(0,0); }
  100% { -webkit-transform: scale(1,1); }
}
@keyframes scaleIn {
  0% { transform: scale(0,0); }
  100% { transform: scale(1,1); }
}

.request_container h4 {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: #3498DB; /* PETER RIVER -- [FALLBACK] */
    background: -o-linear-gradient(#3498DB, #2980B9); /* PETER RIVER, BELIZE HOLE */
	background: -ms-linear-gradient(#3498DB, #2980B9); /* PETER RIVER, BELIZE HOLE */
	background: -moz-linear-gradient(#3498DB, #2980B9); /* PETER RIVER, BELIZE HOLE */
	background: -webkit-linear-gradient(#3498DB, #2980B9); /* PETER RIVER, BELIZE HOLE */
  background: linear-gradient(#3498DB, #2980B9); /* PETER RIVER, BELIZE HOLE */
    box-shadow: inset 0 1px #52A7E0, 0 1px #FFF; /* PETER RIVER = 2 shades lighter */
  border-bottom: 1px solid rgba(0,0,0,0.35);
  float: left;
  color: #EDEDED;
  text-align: center;
}
.request_container p {
  width: 100%;
  padding: 10px;
  margin: 0;
  float: left;
  color: #555;
  font-size: .8em;
  text-align: center;
}

.request_form {
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
}

.request_group_50 {
  width: calc(50% - 15px);
  padding: 0;
  margin: 25px 0 0 0;
  float: left;
  position: relative;
}
.request_group_50:first-of-type {
  margin: 25px 10px 10px 10px;
}
.request_group_50:last-of-type {
  margin: 25px 10px 10px 5px;
}

.request_group_100 {
  width: calc(100% - 20px);
  padding: 0;
  margin: 20px 10px 0 10px;
  float: left;
  position: relative;
}

.first_name,
.last_name {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #0000FF;
  float: left;
  font-size: .8em;
}
.first_name_label,
.last_name_label,
.email_address_label,
.website_url_label {
  width: 100%;
  padding: 0 10px;
  margin: 0;
  position: absolute;
  top: 13px;
  left: 0;
  color: #777;
  font-size: .8em;
  pointer-events: none;
    -o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.first_name:focus,
.first_name:valid,
.last_name:focus,
.last_name:valid,
.email_address:focus,
.email_address:valid,
.website_url:focus,
.website_url:valid {
  background: #FFF;
}
.first_name:focus ~ .first_name_label,
.first_name:valid ~ .first_name_label,
.last_name:focus ~ .last_name_label,
.last_name:valid ~ .last_name_label,
.email_address:focus ~ .email_address_label,
.email_address:valid ~ .email_address_label,
.website_url:focus ~ .website_url_label,
.website_url:valid ~ .website_url_label {
  top: -16px;
  left: -10px;
  color: #0000FF;
  font-size: .7em;
}

.email_address,
.website_url {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #0000FF;
  float: left;
  font-size: .8em;
}

.en_dis_site_stats_wrapper {
  width: calc(100% - 20px);
  height: 40px;
  padding: 0;
  margin: 15px 10px 10px 10px;
  float: left;
  position: relative;
}
.info_tab {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  background: url(image/icon/icon-info.png) no-repeat center center;
    border-radius: 50%;
  position: absolute;
  top: -1px;
  right: 0;
  cursor: pointer;
}
.info_tab.active {
  background: url(image/icon/icon-info-active.png) no-repeat center center #0000FF;
}
.activate_info_tab {
  width: 200px;
  padding: 0;
  margin: 0;
  background: #D35400; /* PUMPKIN */
  display: none;
  position: absolute;
  top: -50px;
  right: -213px;
  z-index: 100;
  cursor: default;
}
.activate_info_tab:after {
  width: 0;
  height: 0;
  content: '';
  padding: 0;
  margin: 0;
  border-top: 10px solid #D35400; /* PUMPKIN */
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 57px;
  left: -10px;
}
.activate_info_tab p {
  width: 100%;
  padding: 10px 10px 0 10px !important;
  margin: 0;
  float: left;
  color: #CCC !important;
}
.activate_info_tab p:last-of-type {
  padding: 10px 10px 10px 10px !important;
}
.en_dis_site_stats_wrapper p {
  width: 100%;
  padding: 0;
  margin: 0 0 3px 0;
  float: left;
  color: #0000FF;
  font-size: .7em;
  text-align: left;
}
.en_dis_site_stats_inner_wrapper {
  width: 100%;
  height: 40px;
  margin: 0;
  float: left;
  background: #CCDAFF; /* 1 SHADE LIGHTER THAN BLUE TINT */
    box-shadow: inset 0 1px rgba(0,0,0,0.25), inset 1px 0 rgba(0,0,0,0.25), 0 1px #FFF, 1px 0 #FFF;
  position: relative;
}
.en_dis_site_stats_label {
  width: calc(100% / 3 - 1px);
  height: 40px;
  padding: 0;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  line-height: 40px;
  font-size: .7em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.en_dis_site_stats_label_off {
  padding-left: 0;
}
.en_dis_site_stats_label_already_have {
  padding: 0;
}
.en_dis_site_stats_label_on {
  padding-left: 0;
}
.en_dis_site_stats_label_off,
.en_dis_site_stats_label_already_have,
.en_dis_site_stats_label_on {
  text-align: center;
}
.en_dis_site_stats_input {
  display: none;
}
.en_dis_site_stats_input:checked + .en_dis_site_stats_label {
  color: #222;
    -o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.en_dis_site_stats_input:checked + .en_dis_site_stats_label_already_have ~ .en_dis_site_stats_selection {
  left: 33.33%;
}
.en_dis_site_stats_input:checked + .en_dis_site_stats_label_on ~ .en_dis_site_stats_selection {
  left: calc(66.67% - 1px);
}
.en_dis_site_stats_selection {
  width: calc(100% / 3 - 1px);
  height: 36px;
  background: #E67E22; /* CARROT */
    box-shadow: inset 0 1px #EDA15E /* 3 SHADES LIGHTER OF CARROT */, 0 1px 1px rgba(0,0,0,0.35);
  border: 1px solid #E67E22; /* CARROT */
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
    -o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.request_submit {
  width: 100px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  background: rgba(204,204,204,0.5);
  position: absolute;
  left: 0;
  right: -105px;
  bottom: 0;
  color: #0000FF;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.request_submit:hover {
  background: rgba(204,204,204,1);
}
.request_reset {
  width: 100px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  background: transparent;
  position: absolute;
  left: -105px;
  right: 0;
  bottom: 0;
  color: #555;
  cursor: pointer;
}
.request_reset:hover {
  background: rgba(204,204,204,1);
  color: #000;
}

#canvas {
	/* RESERVED */
  height: calc(100% - 60px); /* Based on Header height */
  margin: 60px 0 0 0;
}

footer {
  width: 100%;
  padding: 50px 0;
  margin: 0;
  background: #2C3E50; /* MIDNIGHT BLUE */
    box-shadow: inset 0 1px #364D63; /* WET ASPHALT - 1 shade lighter */
  border-top: 1px solid #000;
  float: left;
  position: relative;
}
.footer_content_wrapper {
  width: 100%;
  height: calc(100% - 50px);
  padding: 0;
  margin: 0;
  float: left;
}
.footer_content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.footer_content_container {
  width: calc(100% / 3 - 1px);
  padding: 0;
  margin: 0 0 40px 0;
  float: left;
}
.footer_content_container:nth-of-type(2) {
    box-shadow: inset 1px 0 #34495E, 1px 0 #34495E; /* WET ASPHALT */
  border-left: 1px solid rgba(0,0,0,0.35);
  border-right: 1px solid rgba(0,0,0,0.35);
}
.footer_content_container h3 {
  width: 80%;
  padding: 12px 0 10px 20px;
  margin: 40px 10% 0 10%;
  background: #34495E; /* WET ASPHALT */
    box-shadow: inset 0 1px #3F5973, 0 2px 2px rgba(0,0,0,0.15);
  float: left;
  color: #CCC;
  font-variant: small-caps;
}
.footer_content_container h4 {
  width: 100%;
  padding: 0 20px;
  margin: 20px 0 0 0;
  float: left;
  color: #CCC;
  text-align: center;
}
.footer_content_container p {
  width: 100%;
  padding: 0 20px;
  margin: 8px 0 0 0;
  float: left;
  color: #AAA;
  text-align: center;
}
.footer_content_container p.span {
  margin-top: 50px;
  color: #888;
  font-size: .65em;
}
.footer_content_container a {
  padding: 0;
  margin: 8px 0 0 17%;
  float: left;
  display: table-cell;
  clear: both;
  color: #AAA;
}
.footer_content_container a:first-of-type {
  margin-top: 20px;
}
.footer_content_container:last-of-type a:last-of-type {
  margin-bottom: 40px;
}
.footer_content_container a:hover {
  color: #DDD;
}
.footer_container_map {
  width: 80%;
  height: 200px;
  padding: 0;
  margin: 20px 10% 0 10%;
  background: url(image/nckcn-map.png) no-repeat center -350px;
  border: 5px double rgba(0,0,0,0.2);
  float: left;
}
.social_media_footer_wrapper {
  width: 80%;
  height: 40px;
  padding: 0;
  margin: 13px 10%;
  float: left;
}
.social_media_footer {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.social_media_footer a {
  padding: 0;
  margin: 0 0 0 42px;
  float: left;
  display: inline-block;
  clear: none;
  color: transparent;
}
.social_media_footer a:last-of-type {
  margin-left: 0;
}
.social_media_footer a:first-of-type {
  margin-top: 0;
}
.social_media_footer:last-of-type a:last-of-type {
  margin-bottom: 0;
}
.social_media_footer a:hover {
  color: transparent;
}
.copyright {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #000;
    box-shadow: inset 0 1px #333;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.copyright p {
  width: 100%;
  padding: 8px 0 0 0;
  margin: 0;
  float: left;
  color: #CCC;
  font-size: .8em;
  text-align: center;
}
.copyright p:nth-of-type(2) {
  padding: 0 0 0 0;
}
.copyright p:last-of-type {
  padding: 0 0 5px 0;
}
.copyright p a {
  color: #FFF;
}


/* ======================================================================================================
 *	[ 3] Home Content			__home-content
====================================================================================================== */
.main_wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}

.intro_wrapper {
  width: 100%;
  height: 750px;
  padding: 0;
  margin: 0;
  background: #000;
  float: left;
  position: relative;
}
.intro_wrapper:before {
  width: 100%;
  height: 50px;
  padding: 0;
  background: #E4EBFF;
    box-shadow: 0 -10px rgba(0,0,0,0.5);
  content: '';
  position: absolute;
  left: 0;
  bottom: -21px;
    -o-transform: skewY(-1.4deg);
	-ms-transform: skewY(-1.4deg);
	-moz-transform: skewY(-1.4deg);
	-webkit-transform: skewY(-1.4deg);
  transform: skewY(-1.4deg);
  z-index: 15;
}
.intro {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(image/main-bg.jpg) no-repeat center center fixed;
    background-size: cover;
  float: left;
  position: relative;
  z-index: 10;
}
.intro_overlay {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(image/icon/texture.png) repeat center center fixed;
  position: absolute;
  top: 0;
  left: 0;
}
.intro_caption {
  width: 450px;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,0.9);
    box-shadow: 0 20px 18px -18px #000;
    border-radius: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
}
.intro_caption h2 {
  width: 100%;
  padding: 0 20px;
  margin: 20px 0 0 0;
  float: left;
  color: #FFF;
  text-align: center;
}
.intro_caption p {
  width: 100%;
  padding: 0 20px;
  margin: 10px 0 0 0;
  float: left;
  color: #CCC;
  text-align: center;
}
.intro_caption p:last-of-type {
  margin: 12px 0 20px 0;
}
.intro_caption a {
  width: 80%;
  height: 40px;
  padding: 0;
  margin: 5px 10% 20px 10%;
  background: #D35400;
    box-shadow: inset 0 1px #E67E22;
  border: 1px solid #D35400;
    border-radius: 3px;
  float: left;
  color: #CCC;
  line-height: 40px;
  text-align: center;
}
.intro_caption a:hover {
  background: #E67E22;
    box-shadow: inset 0 1px #F39C12;
  color: #FFF;
}

.main_content {
  width: 100%;
  padding: 0;
  margin: 50px 0;
  float: left;
}
.main_content h2 {
  width: 100%;
  padding: 0 50px;
  margin: 0;
  float: left;
  color: #222;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.main_content p {
  width: 100%;
  padding: 0 50px;
  margin: 5px 0 0 0;
  float: left;
  color: #555;
  text-align: center;
}

.vdomains_container_wrapper {
  width: calc(100% - 100px);
  padding: 0;
  margin: 30px 50px 0 50px;
  float: left;
}
.vdomains_container {
  width: calc(50% - 20px);
  height: 100px;
  padding: 0;
  margin: 10px;
  background: #EDEDED;
    box-shadow: inset 0 1px #FFF;
  border: 1px solid rgba(0,0,0,0.25);
    border-radius: 3px;
  float: left;
}
.vdomains_container:first-of-type {
  width: calc(100% - 20px);
}
.vdomains_container a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.vdomains_container img {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 30px;
  float: left;
}
.vdomains_container:first-of-type img {
  width: 62px;
}
.vdomains_container h4 {
  width: calc(100% - 200px);
  padding: 0;
  margin: 34px 0 0 0;
  float: left;
  color: #C0392B; /* POMEGRANATE */
  font-weight: bold;
  text-transform: uppercase;
}
.vdomains_container:first-of-type h4 {
  width: calc(100% - 222px);
}
.vdomains_container p {
  width: calc(100% - 200px);
  padding: 0;
  margin: 0;
  float: left;
  color: #E74C3C; /* ALIZARIN */
  font-size: .9em;
  text-align: left;
}
.vdomains_container:first-of-type p {
  width: calc(100% - 222px);
}
.go {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 0;
  background: url(image/icon/icon-link-arrow-right.png) no-repeat center center;
  float: right;
}
.vdomains_container:hover .go {
  background: url(image/icon/icon-link-arrow-right-active.png) no-repeat center center;
}

.directory_wrapper {
  width: calc(100% - 60px);
  padding: 0;
  margin: 20px 30px;
  float: left;
}

.directory_search {
  width: 300px;
  height: 40px;
  padding: 0 10px;
  margin: 10px auto;
  border: none;
  outline: none;
  position: relative;
  left: 0;
  right: 0;
}
.directory_search input[type="search"] {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 10px;
  margin: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #0000FF; /* ROYAL BLUE */
  outline: none;
  float: left;
}
.directory_search input[type="search"]::-ms-clear {
  display: none; /* CRITICALLY IMPORTANT -- Takes out the auto-appearing "X" on input search field in Internet Explorer 10+...May want to incorporate this on all inputs?  If so, see commented out section below: */
}
/*
input::-ms-clear {
  display: none;
}
*/
.directory_search_reset {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #0000FF;
  font: 1em Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.directory_menu {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  background: #EEE;
    box-shadow: inset 0 1px #FFF;
  border: 1px solid rgba(0,0,0,0.1);
  float: left;
}
.directory_menu ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}
.directory_menu ul li {
  width: calc(100% / 27);
  height: 100%;
  padding: 0 10px;
  margin: 0;
    box-shadow: 1px 0 #FFF;
  border-right: 1px solid rgba(0,0,0,0.1);
  float: left;
  position: relative;
  color: #555;
  font: 1em Arial, Helvetica, sans-serif;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.directory_menu ul li:last-of-type {
  width: calc(100% / 27 - 1px);
    box-shadow: 0 0 0 0;
  border-right: none;
}
.directory_menu ul li:hover,
.directory_menu ul li.active {
  background: #0000FF; /* ROYAL BLUE */
  color: #FFF;
}
.directory_menu_counter {
  width: 21px;
  height: 21px;
  padding: 0;
  margin: 0 auto;
  background: #C0392B; /* POMEGRANATE */
    box-shadow: 0 2px 2px -2px rgba(0,0,0,0.5), inset 0 1px #E74C3C; /* ALIZARIN */
  border: 1px solid #C0392B; /* POMEGRANATE */
    border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  color: #FFF;
  font: .75em Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-align: center;
}
.directory_menu ul li:first-of-type .directory_menu_counter {
  width: 29px;
  height: 29px;
  bottom: -21px;
  line-height: 28px;
}

.directory {
  width: 100%;
  padding: 0;
  margin: 45px 0 0 0;
  float: left;
}

.listing_title {
  width: calc(100% - 20px);
  height: 40px;
  padding: 0;
  margin: 30px 10px 20px 10px;
    box-shadow: 0 1px #FFF;
  border-bottom: 1px solid #222;
  float: left;
}
.listing_title h2 {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  color: #222;
  line-height: 40px;
  text-align: left;
  text-shadow: 1px 1px #FFF;
}

.listing {
  width: calc(100% / 5 - 20px);
  height: 80px;
  padding: 0;
  margin: 10px;
  background: #EEE;
    box-shadow: inset 0 1px #FFF;
  border: 1px solid rgba(0,0,0,0.1);
  float: left;
  overflow: hidden; /* IMPORTANT */
}
.listing:nth-of-type(even) {
  background: #E5E5E5;
    box-shadow: inset 0 1px #F5F5F5;
}
.listing:hover {
  border: 1px solid #0000FF; /* ROYAL BLUE */
}
.listing a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.listing h4 {
  width: 100%;
  padding: 0 20px;
  margin: 22px 0 0 0;
  float: left;
  color: #333;
  text-align: center;
}
.listing p {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  float: left;
  color: #555;
  font-size: .65em;
}

.listing_notice {
  width: 100%;
  padding: 0;
  margin: 10px;
  float: left;
}
.listing_notice p {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  float: left;
  color: #555;
  font-style: italic;
  text-align: center;
}

.add_remove_wrapper {
  width: 100%;
  padding: 50px 0;
  margin: 0;
  float: left;
}

#captcha-wrapper {
  width: 302px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  left: 0;
  right: 0;
  clear: both;
}


/* ======================================================================================================
 *	[ 4] Page Errors			__page-errors
====================================================================================================== */
.main_wrapper {
    /* RESERVED
	  width: 100%;
	  padding: 0;
	  margin: 0;
	  float: left;
	*/
}

.error_main_content_wrapper {
  width: 100%;
  padding: 50px;
  margin: 0;
  float: left;
  overflow: hidden;
}
.error_main_content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.error_main_content p {
  width: 100%;
  padding: 0 0 400px 0;
  margin: 100px 0 0 0;
  float: left;
  color: #555;
  text-align: center;
}
.error_title {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.error_title h2 {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #0077D8; /* LIGHTER SHADE OF BLUE */
  float: left;
  color: #222;
  font-weight: bold;
  font-variant: small-caps;
  text-shadow: 1px 1px #FFF;
}
.error_title h2 a {
  color: #222;
}
.error_title h2 a:hover,
.error_title h2 a.active {
  color: #0077DB; /* LIGHTER SHADE OF BLUE */
}


/* ======================================================================================================
 *	[10] Media Queries			__media-queries		(REVISE THIS SECTION)
====================================================================================================== */
/* NOTE: Screen size width & orientation for the following devices = 1080px (orientation: portrait)
			1. Surface Pro 4
			2. 
*/
@media only screen and (max-device-width: 1080px) and (orientation : portrait) {
	
	/* USE - But do not merge the 2 media queries together (this one and the one below it) - Issues occur if do */
	
	
}
/* NOTE(S): Screen size width of '50em' is equivalent to 800px
			1. Below is used for these mobile devices:
				1a. Samsung Galaxy s6 edge plus
				1b. Samsung Galaxy s3
				1c. Droid Turbo 2
				1d. Note 5 (Model: SAMSUNG-SM-N920V)
				1e. iPhone 5 (Model: MD654LL/A)
				1f. 
*/
@media screen and (max-width: 50em) {
	
	/* USE */
	.facebook,
	.google_plus,
	.youtube {
	  opacity: 1;
	}
	.logo h2:last-of-type {
	  font-size: 1.05em;
	}
	.intro_wrapper {
	  height: 400px;
	}
	.intro_caption {
	  width: calc(100% - 60px);
	  top: 30px;
	  left: 30px;
	}
	
	.vdomains_container_wrapper {
	  width: calc(100% - 40px);
	  margin: 30px 20px 0 20px;
	}
	.vdomains_container {
	  width: calc(100% - 20px);
	}
	.vdomains_container:first-of-type img {
	  margin: 30px 10px 30px 10px;
	}
	.vdomains_container:first-of-type h4 {
	  width: calc(100% - 132px);
	  padding-left: 15px;
	}
	.vdomains_container p {
	  display: none;
	}
	.go {
	  width: 50px;
	}
	
	.directory_menu {
	  display: none;
	}
	.listing {
	  width: 100%;
	  margin: 10px 0;
	}
	
	.footer_content_container {
	  width: 100%;
	  margin: 0 0 0 0;
	}
	.footer_content_container:nth-of-type(2) {
	    box-shadow: 0 0 0 0;
	  border-left: none;
	  border-right: none;
	}
	
}