/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 17px;
	line-height: 26px;
  font-weight: 300;
	color: #222222;
	height: 100%;
	background-color: #ffffff;
	overflow-x: hidden;
}

h1 {
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin: 16px 10px 16px 10px;
	color: #2a94ff;
	font-size: 26px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	margin: 18px 10px 9px 10px;
  color: #2a94ff;
}

h3 {
	font-size: 24px;
	text-align: center;
  color: #ffffff;
  margin-bottom: 18px;
}

h4 {
	margin-bottom: 9px;
	font-weight: 500;
  font-size: 19px;
}

.heavy {
  font-weight: bold;
  font-size: 17px;
}

h5 {
  margin-bottom: 18px;
  font-weight: normal;
  font-size: 16px;
}
  
h5, h4 {
	padding-left: 10px;
	padding-right: 10px
}

.centered-header {
  text-align: center;
  margin-bottom: 18px;
  
}

p {
  margin: 0 10px 24px 10px;
}

.copy {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}

.alt-txt-color {
  color: #ff6600 ;
}

.align-left p {
  color: #ffffff;
  font-size: 15px;
  padding-top: 3px;
  margin-bottom: 12px;
  margin-left: 0;
}

.terms-txt-home {
  margin-left: 0;
  margin-bottom: 9px;
}

/* Basic Page Structure */

header {
  background-color: #ffffff;
	border-color: #f08f10 #f08f10 #fdea76;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	zoom: 1;
	position: fixed;
  width: 100%;
  height: 48px;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

#content {
	background-color: #ffffff;
	padding: 52px 0 0 0;
	position: relative;
	width: auto;
	height: 100%;
	-webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
	box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

#contentLayer {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  z-index: 5;
}

.footer {
	background-color: #43454a;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  padding: 18px;
}

.logo {
	display: inline-block;
	height: 28px;
	padding-left: 8px;
  padding-top: 10px;
}

.head-banner {
  display: none;
}

.more-link {
  padding-left: 10px;
}

.intro-fwm {
  background-color: #f5f5f5;
  padding-bottom: 18px;
  padding-top: 18px;
}

.intro-fwm {
  padding-bottom: 18px;
  padding-top: 18px;
}

.form-holder-fwm {
 background-color: #2a94ff;
 padding: 18px 10px 0 10px;
 overflow: hidden;
}

.reg-form-holder {
 padding: 0 10px 18px 10px;
 overflow: hidden;
}

.feartures-holder {
  padding-bottom: 18px;
}

.forgot-holder {
  float: right;
  padding: 0 7px 18px 0;
}

.row-alt {
  clear: both;
  border-top: 1px solid #2c86e1;
  padding-top: 12px;
}

.align-left {
  float: left;
}

/* Hamburger Nav Styles */

#hamburger {
  cursor: pointer;
  float: right;
  height: 24px;
  padding: 3px 4px 3px;
  position: relative;
  top: 6px;
  right: 12px;
  width: 25px;
  background: transparent;
}

#hamburger div {
	background-color: #2c80e4;
	border: 1px solid #2c80e4;
	border-radius: 2px 2px 2px 2px;
	height: 2px;
	margin-top: 4px;
	width: 90%;
}

/* Main Nav Structure */

nav {
	opacity: 0;
	right: 0px;
	top: 0px;
	position: fixed;
	z-index: 0;
	width: 80%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	background: #3e3c3d;
	background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
	background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
}

nav ul {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}

nav li {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
	border-top: 1px solid #444444;
	padding: 15px;
	line-height: 18px;
}

.desk-head {
  display: none;
}

/* list Styles */

.featured-points {
  padding-left: 10px;
  padding-right: 10px;
}

.featured-points li {
  padding-bottom: 10px;
}

.last-point {
  padding-bottom: 0;
}

ol {
	list-style-type: decimal;
	margin-left: 37px;
	margin-right: 10px;
}

article ol {
	list-style-type: decimal;
	margin-left: 37px;
	margin-right: 10px;
}

article ol li {
	padding-bottom: 12px;
	font-size: 16px;
}

.last-ol {
	padding-bottom: 0;
}

ul.reg-list {
	margin-left: 30px;
	list-style-type: disc;
}

ul.reg-list li {
	padding-bottom: 12px;
}

.interior_list {
  list-style-type: disc;
  margin-left: 32px;
}

.interior_list li h4{
  padding-left: 0;
}

.interior_list li p {
  margin-left: 0;
}

article p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sample-code {
	background-color: #e8e8e8;
	padding: 9px;
	margin-bottom: 24px;
}

.long-link {
  word-wrap: break-word;
  word-break: break-all;
}

.scale-img {
  max-width: 100%;
  height: 100%;
}

/* Form Styles */

input.login-txt {
  width: 93%;
  height: 32px;
  padding: 2px 8px;
  color: #666666;
  margin-bottom: 12px;
  border: 1px solid #D1C9C5;
  border-radius: 4px;
  font-size: 15px;
}

.sign-in input[type="submit"] {
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;
  height: 32px;
  line-height: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding: 2px 0 3px 0;
  width: 104px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #c24e00;
  vertical-align: top;
  background: rgb(255,124,81);
  background: -moz-linear-gradient(top,  rgba(255,124,81,1) 0%, rgba(255,96,41,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,124,81,1)), color-stop(100%,rgba(255,96,41,1)));
  background: -webkit-linear-gradient(top,  rgba(255,124,81,1) 0%,rgba(255,96,41,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,124,81,1) 0%,rgba(255,96,41,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,124,81,1) 0%,rgba(255,96,41,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,124,81,1) 0%,rgba(255,96,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c51', endColorstr='#ff6029',GradientType=0 );
}

.sign-up input[type="submit"] {
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  color: #505050;
  height: 32px;
  line-height: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding: 2px 0 3px 0;
  width: 104px;
  margin: 0 0 12px 0;
  border-radius: 4px;
  border: 1px solid #237cd5;
  vertical-align: top;
  background: rgb(246,246,246);
  background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(169,169,169,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(169,169,169,1)));
  background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(169,169,169,1) 100%);
  background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(169,169,169,1) 100%);
  background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(169,169,169,1) 100%);
  background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(169,169,169,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#a9a9a9',GradientType=0 );
}

.right-btn {
  float: right;
}

.create input[type="submit"], .logout-btn {
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;
  height: 32px;
  line-height: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding: 2px 0 3px 0;
  width: 144px;
  margin: 0 9px 0 18px;
  border-radius: 4px;
  border: 1px solid #c24e00;
  vertical-align: top;
  background: rgb(255,124,81);
  background: -moz-linear-gradient(top,  rgba(255,124,81,1) 0%, rgba(255,96,41,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,124,81,1)), color-stop(100%,rgba(255,96,41,1)));
  background: -webkit-linear-gradient(top,  rgba(255,124,81,1) 0%,rgba(255,96,41,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,124,81,1) 0%,rgba(255,96,41,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,124,81,1) 0%,rgba(255,96,41,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,124,81,1) 0%,rgba(255,96,41,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c51', endColorstr='#ff6029',GradientType=0 );
}

.create label {
  display: block;
  float: left;
  padding-top: 5px;
  width: 28%;
  text-align: left;
}

input.create-txt {
  width: 60%;
  height: 32px;
  padding: 2px 8px;
  color: #666666;
  margin-bottom: 18px;
  border: 1px solid #D1C9C5;
  border-radius: 4px;
  font-size: 15px;
}

.align-center {
  text-align: center;
}

.left-info {
  float: left;
}

.terms-txt-home {
  color: #ffffff;
  font-size: 15px;
  padding-top: 5px;
  margin-bottom: 12px;
}

.home-create-btn {
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}

/* Link Styles */

a:link, a:active, a:visited {
	color: #2a94ff;
	text-decoration: none;
}

a:hover {
  color: #ff6600;
}

nav li a:link, nav li a:active, nav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.forgot:link, a.forgot:active, a.forgot:visited {
  color: #ffffff;
  font-size: 15px;
  margin: 18px 0 0 0;
}

a.forgot:hover { color: #ff6600; }

/* Member Styles */

.radio_pad {
  padding: 5px 10px;
}

.bottom_border {
  border-bottom: 1px solid #cacdd0;
}

.all_border {
  border-right: 1px solid #cacdd0;
  border-bottom: 1px solid #cacdd0;
  border-left: 1px solid #cacdd0;
}

.table_text {
  width: 100%;
  margin: 0 0 14px 0px;
  border-left: 1px solid #cacdd0;
  border-right: 1px solid #cacdd0;
  border-bottom: 1px solid #cacdd0;
  box-sizing: border-box;
}

.table_text b {
  color: #2882E9;
}

.table_text p {
  margin: 0 8px 0 8px;
  padding-top: 14px;
  font-weight: normal !important;
  text-align: left !important;
}

table.member_table {
  width: 100%;
  margin: 0;
  border: 1px solid #cacdd0;
}

thead, tfoot {
  color: #ffffff;
}

#urls a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0079B8;
}

th.left {
  text-align: left;
  padding-left: 10px;
}

th {
  text-align: center;
  font-weight: bold;
  height: 33px;
  background-color: #ff6600;
}

tr.odd {
  background-color: #EDEDED;
}

tr.even {
  background-color: #ffffff;
}

tr.empty {
  height: 2em;
  color: #999999;
  text-align: center;
}

.online {
  color: #2882E9;
}

.offline {
  color: #ff0000;
}

.unknown {
  color: #000000;
}

.int_bottom_box {
  background: transparent url(../images/interior_bottom1.png) no-repeat;
  width: 780px;
  height: 15px;
  margin-left: 0px;
}

.account_op {
  border: 1px solid #cacdd0;
  margin-bottom: 16px;
}

.account_ops {
  border: 1px solid #cacdd0;
  margin: 0 0 16px 0;
  border-top: 0;
  padding-top: 12px;
}

.member-area {
  padding-top: 24px;
}

table.member-pad {
  margin-top: 18px;
}

.ac_txt {
  margin-top: 18px;
}

th {
  background: rgb(254,184,63);
  background: -moz-linear-gradient(top,  rgba(254,184,63,1) 0%, rgba(253,135,1,1) 50%, rgba(233,93,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,184,63,1)), color-stop(50%,rgba(253,135,1,1)), color-stop(100%,rgba(233,93,0,1)));
  background: -webkit-linear-gradient(top,  rgba(254,184,63,1) 0%,rgba(253,135,1,1) 50%,rgba(233,93,0,1) 100%);
  background: -o-linear-gradient(top,  rgba(254,184,63,1) 0%,rgba(253,135,1,1) 50%,rgba(233,93,0,1) 100%);
  background: -ms-linear-gradient(top,  rgba(254,184,63,1) 0%,rgba(253,135,1,1) 50%,rgba(233,93,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(254,184,63,1) 0%,rgba(253,135,1,1) 50%,rgba(233,93,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb83f', endColorstr='#e95d00',GradientType=0 );
}

form .account_op:first-of-type {
  margin-top: 18px;
}

form #url_list:first-of-type {
  margin-top: 18px;
}

.style3 {
  padding: 0 0 24px 0;
}

.style3 p {
  font-weight: bold;
  margin-bottom: 0;
}

.status-msg {
  font-weight: bold;
  text-align: center;
  padding-top: 24px;
}

.status-msg:nth-child(2) {
  padding-top: 0;
}

.status-msg-2 {
  font-weight: bold;
  text-align: center;
}

.cancel-msg {
  text-align: center;
  padding-top: 24px;
}

input[type="submit"][value='Return to Main Page'] {
  margin-bottom: 0;
}

.btm-links {
  display: none;
}

.intro-fwm h2 {
  display: none;
}

.pitch {
  display: none;
}

.social {
  display: none;
}

@media screen and (max-width:944px) {

  #url_list td:nth-child(3), #url_list th:nth-child(2) {
    display: none;
  }

  #emails table td:nth-child(3), #emails table th:nth-child(2) {
    display: none;
  }

  .logout-btn {
    margin-bottom: 24px;
  }

}

@media screen and (min-width:945px) {

  body {
    font-size: 15px;
    line-height: 24px;
    /*padding: 24px;*/
  }

  #container {
    width: 954px;
    text-align: left;
    margin: 24px auto;
    border: 1px solid #cacdd0;
    box-shadow: 0px 5px 10px 3px rgba(79, 82, 83, 0.25);
  }

  #content {
    box-shadow: none;
    padding-top: 0;
    margin-top: -6px;
  }

  .desk-head {
    display: block;
  }

  .logo {
    padding-top: 22px;
    padding-left: 10px;
  }

  .mobile-head {
    display: none;
  }

  header {
    position: relative;
    box-shadow: none;
  }

  .head-banner {
    display: block;
  }

  .login {
    margin: 30px 20px 30px 10px;
    width: 35.2%;
    float: left;
    box-sizing: border-box;
  }

  .intro-fwm {
    float: right;
    width: 60%;
    padding-right: 4px;
    /*padding: 0;*/
  }

  .features-bg {
    background: transparent url(../images/laptop-1.png) 462px 0px no-repeat;
    height: 324px;
  }

  .link-row {
    overflow: hidden;
  }

  .link-col-1 {
    float: left;
    text-align: left;
    box-sizing: border-box;
    width: 25%;
  }

  .link-col-2 {
    float: left;
    text-align: left;
    box-sizing: border-box;
    width: 75%;
  }

  .btm-links {
    display: block;
    text-align: center;
  }

  .footer {
    background-color: #ffffff;
    color: #222222;
  }

  .row {
    overflow: hidden;
  }

  .row-hor-pad {
    padding: 0 30px;
  }

  .row-hor-pad-home {
    padding: 0 20px;
  }

  .desk-head {
    padding: 0 20px;
  }

  .grey-bg {
    background-color: #f5f5f5;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 16px 0 9px 0;
    font-weight: 300;
  }

  .centered-header {
    margin-bottom: 17px;
  }

  .alt-title {
    margin-bottom: 9px;
  }

  .intro-fwm h2 {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .intro-fwm h2.lgr-gap {
    margin-top: 31px;
    margin-bottom: 9px;
  }

  .feartures-holder h2 {
    margin-left: 10px;
    margin-top: 30px;
  }

  .feartures-holder li {
    font-size: 18px;
  }

  .login h3 {
    margin: 18px 0;
    font-size: 22px;
  }

  h3.create-head {
    margin: 11px 0;
    font-size: 22px;
  }

  .sml-head-gap {
    margin-bottom: 8px;
  }

  h4 {
    color: #222222;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 0;
  }

  .terms-txt {
    margin-bottom: 24px;
  }

  .home-create-btn {
    margin-bottom: 6px !important;
    margin-left: 0;
    margin-right: 0 !important;
  }

  .terms-txt-home input[type="checkbox"] {
    margin: 0;
    padding: 0;
  }

  .terms-txt input[type="checkbox"] {
    margin: 0;
    padding: 0;
  }

  .bold-faq {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .pitch {
    margin-bottom: 6px;
    color: #2a94ff;
    font-size: 18px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    line-height: 26px;
  }

  .heavy-desk {
    font-weight: 300;
    font-size: 15px;
    margin-top: -2px;
  }

  .heavy-title {
    font-size: 15px;
  }

  article p {
    margin-left: 0;
    margin-right: 0;
    line-height: 26px;
  }

  #content p {
    margin-left: 0;
    margin-right: 0;
  }

  .pitch span, h2 span {
    color: #ff6600;
  }

  .intro-fwm h2 {
    display: block;
  }

  .terms-txt-home {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 2px;
  }

  .btm-links {
    margin: 40px 0 6px 0;
  }

  .home-btm-links {
    margin-top: 15px;
  }

  .footer-links li {
    padding-right: 24px;
  }

  .main-nav li, .footer-links li {
    display: inline;
    font-size: 14px;
  }

  a:link, a:active, a:visited, a:hover {
    color: #2a94ff;
  }

  a:hover {
   color: #ff6600;
  }

  .main-nav {
   float: right;
   margin: 24px 0;
  }

  .main-nav li {
    padding-right: 10px;
  }

  .main-nav a {
    color: #ff6600;
    font-weight: bold;
  }

  .main-nav a:hover {
    color: #2a94ff;
    font-weight: bold;
  }

  .form-holder-fwm {
    padding: 0 18px;
    box-sizing: border-box;
  }

  .form-holder-fwm form {
    padding-bottom: 6px;
  }

  .create input[type="submit"], .logout-btn {
    width: 104px;
  }

  .wider-btn {
    width: 150px !important;
  }

  .forgot-holder {
    padding-top: 5px;
  }

  .reg-form-holder {
    width: 40%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .create label {
    width: 25%;
  }

  .smaller-lbl-gap {
    width: 20% !important;
  }

  input.create-txt {
    width: 65%;
  }

  .social {
    float: right;
    margin-top: -48px;
    margin-right: 42px;
    display: block;
  }

  .social ul li {
    display: inline;
    vertical-align: middle;
  }

  .copy {
    margin-bottom: 7px;
  }

  .featured-points {
    margin-top: 18px;
  }

  .featured-points li {
    padding-bottom: 12px;
  }

  .table_text p, .account_ops p, .account_op p {
    padding-left: 8px;
    font-weight: normal !important;
  }

  #admin-content {
    padding-bottom: 12px;
  }


}




