<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}

html,body{
height:100%;
}

body {
  background: none;
}

html &gt; body #wrapper {
  height:auto;
  margin: 0 auto;
  background: none;
}

label {
  display: block;
  font-size: 1.0833em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1em;
}

h1 {
font-family: arial, verdana, sans-serif;
color: #B97D05;
font-size: 1.25em;
font-weight: bold;
margin: 10px 0 0;
}

h2 {
font-size: 1em;
color: #2b4056;
margin-bottom: 5px;
}

a {
color: #000000;
}

/* Register styles */
hr {
  border-color: #bcc5c1 -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px medium medium;
  color: #bcc5c1;
  display: block;
  float: left;
  height: 0;
  margin: 2em 0 !important;
  *margin-top: 3em !important;
  *margin-bottom: 0 !important;
  padding: 0;
  width: 100%;
}

#mainArea h2 {
  font-family: arial;
  color: #000;
  font-size: 1.75em;
  font-weight: normal;
  margin: 10px 0;
  line-height: 12px;
  margin: 1em 0;
}

h3 {
  color: #3e4545;
  font-size: 0.916em;
  line-height: 11px;
  font-weight: bold;
  margin: 1em 0;
}

p {
  margin-bottom: 1em;
}

#wrapper,
#container {
  width: 960px;
}

#container {
  padding: 0px;
  position: relative;
}

#header {
  background: none;
  height: 135px;
  margin: auto;
  padding-top: 0px;
  width: 960px;
}

#usp-logo {
  background: url("/register/images/usp-logo.png") no-repeat scroll 0 0 transparent;
  position: absolute;
  top: 23px;
  right: 0;
  width: 165px;
  height: 90px;
}

#site-name {
  position: absolute;
  top: 57px;
  left: 5px;
  margin: 0px;
  width: 500px;
  height: 50px;
}

#create-account #site-name {
  background: url("/register/images/create-account.png") no-repeat scroll 0 0 transparent;
}

#subscriptions #site-name {
  background: url("/register/images/manage-subs.png") no-repeat scroll 0 0 transparent;
}

#profile #site-name,
#profile-additional-info #site-name,
#additional-info-page #site-name {
  background: url("/register/images/account-info.png") no-repeat scroll 0 0 transparent;
}

#manage-password-page #site-name,
#change-password #site-name,
#forgot-password #site-name {
  background: url("/register/images/password.png") no-repeat scroll 0 0 transparent;
}

#applications #site-name {
  background: url("/register/images/applications.png") no-repeat scroll 0 0 transparent;
}

#paid-resources #site-name {
  background: url("/register/images/paid-resources.png") no-repeat scroll 0 0 transparent;
}

#admin-tab #site-name,
#admin-main-tab #site-name,
#deletedusers-tab #site-name,
#reports-tab #site-name {
  background: url("/register/images/admin.png") no-repeat scroll 0 0 transparent;
}

#mainArea {
  background-color: #e9eaea;
  float: left;
  padding: 2em 4em;
  width: 864px;
}

#whiteBlacklistArea .dataTables_scrollHeadInner {
  width: 100% !important;
}
#whiteBlacklistArea h2 {
  display: inline-block;
}

#whiteListArea,
#blackListArea {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 30px;
  float: left;
}

#whiteListDataTable {
  word-wrap:break-word;
}
#blackListDataTable {
	word-wrap:break-word;
}
#whiteListDataTable tr td:first-child,
#blackListDataTable tr td:first-child {
  width: 35%;
}

#allowAdd,
#denyAdd {
  position: absolute !important;
  right: 0 !important;
  top: 46px !important;
  background: #ccc !important;
  z-index: 99 !important;
  font-weight: bold !important;
  color: #666 !important;
}
#allowAdd:hover,
#denyAdd:hover {
  background: #bbb !important;
}

#pageLoaderDiv {
	height: 100%;
	width: 100%;	
	transform: translate(0%, -18.4%);	
	text-align: center;
	background-color: rgba(255,255,255,.5);	
}

#pageLoaderImg {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
}

#applications #mainArea {
  padding: 3em 4em 2em;
}

#subscriptions h2 {
  *margin-top: 2em;
}

#subscriptions #tabs {
  *width: 960px;
}

/* forgot password */

#forgot-password #mainArea,
#change-password #mainArea,
#manage-password-page #mainArea,
#additional-info-page #mainArea {
  padding: 2em 4em;
  position: relative;
  width: 864px;
}

#forgot-password h1,
#change-password h1,
#create-account h1,
#additional-info-page h1,
#profile h1 {
  float: left;
  text-align: left;
  font-size: 1.5em;
  margin: 0 0 1em 0;
  width: 100%;
}

#change-password h1 {
  float: none;
}

#create-account h1,
#additional-info-page h1,
#forgot-password h1 {
  margin-bottom: .25em;
}

#change-password h1 {
  text-align: left;
}

#forgot-password #mainArea input[type="search"],
#forgot-password #mainArea input[type="text"],
#forgot-password #mainArea input[type="password"],
#change-password #mainArea input[type="password"],
#change-password #mainArea input[type="text"],
#manage-password-page #mainArea input[type="password"],
#manage-password-page #mainArea input[type="text"] {
/*   width: 370px; */
}

#manage-password-page .changepasswordfield {
  width: 360px;
}

#forgot-password #mainArea input[type="search"] {
  margin-bottom: 1em;
}

#forgot-password #mainArea #jcaptchabox {
  background-color: white;
  border: 1px solid #bbbbbb;
  margin-bottom: 1em;
  text-align: center;
  width: 385px;
}

#forgot-password #mainArea .description {
  font-size: 0.916em;
  font-style: italic;
}

#change-password #buttonbar,
#manage-password-page #buttonbar {
  margin: 2em 0 0;
  text-align: left;
  width: 100%;
}

#forgot-password #submitBtn,
#change-password #password_button,
#manage-password-page #password_button {
  margin-right: .5em;
}

#strengthBox {
  left: 400px;
  position: absolute;
  top: 14px;
}

#checkmark-x {
  left: 405px;
  position: absolute;
  top: 115px;
}

#checkmark-x #confirmCrossMark {
  position: relative;
  left: -3px;
}

#change-password .description,
#manage-password-page .description {
  margin-bottom: 2em;
}

/* tabs */

#mainArea #tabs,
#mainArea .ui-tabs-panel {
  background-color: #f7f4ed;
}

#tabs.ui-tabs {
  padding: 0;
}

#tabs.ui-tabs .ui-tabs-nav {
  background: none repeat scroll 0 0 #E9DFC7 !important;
  padding: 0 0 0 4em;
}

#tabs.ui-tabs .ui-tabs-nav li {
  background: none;
  border: none !important;
  border-radius: 0;
  margin: 0;
}

#tabs.ui-tabs .ui-tabs-nav li a {
  font-size: 1.33em;
}

#profile-additional-info p {
  font-size: 1.33em;
  line-height: 24px;
  margin-bottom: 1em;
  margin-top: 0.25em;
}

.icon-alert {
  color: #f86249;
  float: right;
  font-size: 1em;
  position: relative;
  right: 580px;
  top: -4px;
}

#profile-additional-info .user-info div.right {
  margin-bottom: 3em;
}

#profile-additional-info .user-info div.right.years {
  margin-bottom: 0;
  *width: 33%;
  *margin-left: 1%;
}

#profile-additional-info .additional-select-div {
  *width: 49%;
  *margin-left: 0;
  *margin-right: 1%;
}

#profile-additional-info .additional-select-div.right {
  *width: 49%;
  *margin-left: 1%;
  *margin-right: 0;
}

#tab-menu .ui-tabs-active a,
#tab-menu .ui-tabs-active a:hover {
  color: #000;
}

#tab-menu .ui-tabs-active,
#tab-menu .ui-tabs-active a {
  background: none repeat scroll 0 0 #e9eaea;
}

#profile #mainArea h2,
#manage-password-page #mainArea h2,
#profile-additional-info #mainArea h2 {
  color: #000;
  font-family: arial;
  font-size: 1.667em;
  font-weight: normal;
  line-height: 12px;
  *line-height: 20px;
  margin: .5em 0;
}

#mainArea #buttons {
  float: left;
  margin: 2em 0;
  text-align: left;
  width: 100%;
}

#mainArea #buttons {
  float: left;
}

#mainArea .item-row {
  float: left;
  margin-bottom: 4em;
}

#tabs #tabs-2 .item-row.first {
  margin-top: 2em;
}

#tabs #tabs-1,
#tabs #tabs-2,
#tabs #tabs-3,
#tabs #tabs-4 {
  float: left;
  padding: 1em 4em;
}

.item-box {
  float: left;
  padding-right: 4%;
  width: 46%;
  *width: 412px;
  *padding-right: 20px;
}

.item-box input,
.item-box label,
.item-box img,
.item-box div {
  float: left;
}

.item-box input,
.item-box label {
  *float: none;
}

.item-box input,
.item-box img {
  margin-right: 1em;
}

.item-box label {
  font-size: 1.1667em;
  width: 90%;
  *width: 90%;
  *display: inline;
}

.item-box label a {
  text-decoration: underline;
}

.item-box label a:hover {
  text-decoration: underline;
}

.item-box div {
  line-height: 18px;
  width: 80%;
}

.item-box img {
  display: none;
  margin-top: .5em;
}

.item-box div {
  margin-top: .25em;
}

#profile #manage-password,
#profile #additional-info,
#manage-password-page #your-profile {
  font-size: 1.33em;
  position: absolute;
}

#profile #additional-info {
  left: 192px;
  top: 9px;
}

#profile #manage-password {
  left: 417px;
  top: 9px;
}

#manage-password-page #your-profile {
  left: 48px;
  top: 9px;
}

#profile #manage-password a,
#profile #additional-info a,
#manage-password-page #your-profile a {
  background: url("/register/images/tab-bg.png") repeat-y scroll 0 0 transparent;
  color: #555555;
  padding: 0.5em 1em 0.6em;
  text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #profile #manage-password a,
  #profile #additional-info a,
  #manage-password-page #your-profile a {
    padding: 0.5em 1em 0.7em;
  }
}

#profile #manage-password a:hover,
#profile #additional-info a:hover,
#manage-password-page #your-profile a:hover {
  color: #212121;
}

#tab-menu {
  background: none repeat scroll 0 0 #afc3ca !important;
  display: inline-block;
  list-style: none;
  margin-bottom: -4px;
  padding: 0 0 0 4em;
  width: 912px;
}

#tab-menu li {
  background: #afc3ca;
  float: left;
}

#tab-menu li h2 {
	font-size : 1em;
}

#tab-menu li a {
  color: #000;
  float: left;
  font-size: 1.33em;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none;
  /*top: 1px;
  margin-bottom: 1px;*/
}

#tab-menu li a:hover {
  background: #e9eaea;
  /* color: #333333; */
}

/* user info */

.user-info {
  float: left;
  margin-top: 2em;
  width: 100%;
}

.user-info div {
  float: left;
  width: 49%;
  *width: 47%;
  margin: 0 1% 2em 0;
}

.user-info div div {
  *margin-right: 3%;
}

.user-info div.right {
  margin-left: 1%;
  *margin-left: 3%;
  margin-right: 0;
}

.user-info div.country {
  *margin-right: 1%;
  width: 68%;
}

.user-info div.right.zipcode {
  width: 30%;
  *margin-left: 1%;
}

.user-info div.job {
  width: 66%;
  *width: 64%;
  *margin-right: 1%;
}

.user-info div.right.years {
  width: 32%;
}

.user-info div div {
  margin-bottom: 0;
}

.user-info input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.user-info .description,
#forgot-password .description,
#change-password .description,
#manage-password-page .description {
  font-size: 0.916em;
  font-style: italic;
  margin-top: .25em;
  width: 100%;
}

.description a {
  color: #b30a0a;
  text-decoration: none;
}

.description a:hover {
  color: #cb4025;
  text-decoration: none;
}

.description a div {
  text-decoration: none;
}

.description a:hover div {
  text-decoration: underline;
}

.user-info .checkbox-group div {
  width: 100%;
  margin-bottom: .5em;
}

.user-info .checkbox-group label {
  margin: 1em 0;
}

.user-info #optout div {
  font-size: 1.167em;
  line-height: 20px;
}

.user-info .checkbox-group div input,
.user-info .checkbox-group div div,
.user-info #optout div input,
.user-info #optout div div {
  float: left;
  font-size: 1.167em;
  line-height: 14px;
  margin-right: 1em;
  width: auto;
}

.user-info .checkbox-group.right {
  padding-top: 3.4em;
}

.user-info #optout,
.user-info #optout div {
  margin-bottom: 1em;
  width: auto;
}

#create-account .user-info #optout,
#create-account .user-info #optout div div {
  margin-bottom: 0;
}

#mainArea .pwd-check {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px 0;
}
#mainArea .pwd-check div {
  display: inline-block;
  width: auto;
  margin: 0 8px 0 0;
  padding: 0 0 0 10px;
  text-align: center;
  position: relative;
}
#mainArea .pwd-check div:last-child {
  margin: 0;
}
#mainArea .x-icon:before {
  content: '\00D7';
  display: block;
  color: red;
  position: absolute;
  left: -2px;
  font-size: 18px;
  top: 0;
  line-height: 14px;
}
#mainArea .checkmark-icon:before {
  content: '\2713';
  display: block;
  color: green;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 14px;
}
#manage-password-page .changepasswordfield {
  width: 50% !important;
}
#change-password .changepasswordfield {
  width: 50% !important;
}

/* select box style */
.div-select {
  background: url("/register/images/down_arrow_select.jpg") no-repeat scroll right center #FFFFFF;
  *background: none no-repeat scroll right center #FFFFFF;
  background: none repeat scroll 0 0 #ffffff\0;
  border: 1px solid #bbbbbb;
  border: none\9;/* IE */
  height: 29px;
  height: auto\9;/* IE */
  overflow: hidden;
  width: 100% !important;
}

.div-select select {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 none;
  border: 1px solid #bbbbbb\9;/* IE */
  border-radius: 0;
  color: #555555;
  font-size: 1.167em !important;
  padding: 5px;
  width: 100%;
  width: 100%\9;/* IE */
  -webkit-appearance: none;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .div-select {
    background: url("/register/images/down_arrow_select.jpg") no-repeat scroll right center #FFFFFF;
  }
  .div-select select {
    padding-left: 6px;
    position: relative;
    top: 2px;
  }
}

#agreement {
  margin: 0 0 10px 5px;
}

#agreement div {
  margin-right: 1em;
  width: auto;
}

#captcha-verify {
  margin-top: 1em;
}

#hide-captcha {
  margin-bottom: 30px;
  width: 100%;
}

#links {
  float: right;
  font-size: 1em;
  position: absolute;
  right: 30px;
  top: 100px;
}

#links a,
#links div {
  font-weight: 0;
  float: left;
  margin-right: 1.5em;
  text-decoration: none;
}

#links a:hover {
  text-decoration: underline;
}

/* jquery popups */
.ui-widget-overlay {
  background-image: none !important;
  background-color: #000000 !important;
  opacity: 0.5 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0px !important;
}

.ui-widget {
  font-family: arial, verdana, sans-serif !important;
  font-size: 1em !important;
}

.ui-widget-header {
  background: none;
  border: none !important;
}

.ui-widget-content {
  border: none !important;
}

.ui-dialog {
  padding: 0px !important;
}

#message-box {
  margin: 1em 0;
}

#message {
  display: block;
  font-size: 1.083em;
}

.message {
  background-color: #e3f1f8 !important;
  border: 1px solid #cecece !important;
  color: #45687c !important;
  background-image: none;
  border-radius: 0;
  margin-bottom: 1.5em;
  padding: 10px 20px;
}

.message.message-error {
  background-color: #FFE7E7 !important;
  border: 1px solid #BF8787 !important;
  color: #8E3D3D !important;
}

.message.message-error a {
  color: #8E3D3D !important;
}

#change-password .message,
#manage-password-page .message {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 none !important;
  color: #000000 !important;
  padding: 0;
}

#change-password .message.message-error,
#manage-password-page .message.message-error {
  background-color: #FFE7E7 !important;
  border: 1px solid #BF8787 !important;
  border-radius: 5px;
  color: #8E3D3D !important;
  padding: 10px 20px;
}

#change-password .message.message-success,
#manage-password-page .message.message-success {
  background-color: #EAF8E4 !important;
  border: 1px solid #8DC478 !important;
  color: #3E642F !important;
  border-radius: 5px;
  padding: 10px 20px;
}

input[type="checkbox"] {
  width: auto;
}

input[type="text"],
input[type="password"],
input[type="search"] {
  background-color: #FFFFFF;
  border: 1px solid #bbbbbb;
  color: #555555;
  font-family: Arial,sans-serif !important;
  font-size: 1.3333em !important;
  font-weight: normal;
  height: auto;
  padding: 0.3em 0.5em;
  vertical-align: middle;
}

/* captcha styles */

#jcaptcha {
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  margin-right: 440px;
  text-align: center;
  width: 421px;
}

/* user menu */

#user-menu {
  background: url("/register/images/gear.png") no-repeat scroll 100% 2px transparent;
  cursor: pointer;
  padding-right: 35px;
  position: absolute;
  top: 65px;
  right: 195px;
  z-index: 10;
}

#user-menu div {
  text-align: right;
}

#user-menu a {
  color: #444444;
  font-size: 1.167em;
  font-weight: normal;
  text-decoration: none;
}

#user-menu span {
  font-weight: bold;
}

#user-menu h2 {
  color: #7F7F7F;
  font-family: arial;
  font-size: 1.167em;
  font-weight: normal;
  line-height: 14px;
  margin: 0.2em 0 0;
  text-align: right;
}

#user-menu-dropdown {
  background: none repeat scroll 0 0 #486686;
  color: #FFFFFF;
  display: none;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 100;
}

#user-menu-dropdown:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #486686;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 90%;
  margin-left: 3px;
  position: absolute;
  width: 0;
}

#user-menu-dropdown ul.menu {
    border: medium none;
    list-style: none outside none;
    padding: 0.5em;
    text-align: left;
    width: 164px;
}
#user-menu-dropdown ul.menu li {
  line-height: 24px;
  list-style-image: none;
  list-style-type: none;
  padding-left: 1em !important;
}

#user-menu-dropdown a {
  color: #FFFFFF;
  font-size: 1.083em;
}

/* size of icons */
#user-menu-dropdown a span {
  font-size: 1.083em;
  position: relative;
  right: 7px;
  width: 200px;
}

#user-menu-dropdown a:hover {
  color: #ffe9b7;
}

#user-menu-dropdown ul.menu .last {
  border-top: 1px solid rgba(255,255,255,.3);
  margin-top: 4px;
  padding: 4px 0 0;
}

.required {
  color: #b30a0a;
  font-size: 15px;
  vertical-align: top;
  font-weight: bold;
  position: relative;
  top: -1px;
}

#copyright {
  float: left;
  padding: 1em 0;
  text-align: center;
  width: 100%;
  *width: auto;
  *float: none;
}

#copyright a {
  color: #19567a;
  font-weight: normal;
}

/* button style */
input[type="submit"],
input[type="button"],
button,
.btn {
  cursor: pointer;
  display:inline-block;
  border: none;
  padding: 6px 15px;
  background: #f86249;
  color:#fff;
  font-size: 1.25em !important;
  font-weight: normal;
  text-decoration:none;
  outline: medium none;
  text-shadow: none;
  transition: .3s ease;
  vertical-align: baseline;
  width: auto;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background: #cb4025;
}

input[type="submit"]:disabled,
input[type="button"]:disabled {
  background: #777777;
}

input[disabled="disabled"] {
  background: #777777;
  filter:;
}

input[disabled="disabled"]:hover {
  background: #777777;
}

/* Password Guide - Autogenerate */

#create-account .ui-dialog-titlebar.ui-widget-header,
#change-password .ui-dialog-titlebar.ui-widget-header,
#manage-password-page .ui-dialog-titlebar.ui-widget-header,
.dijitDialogTitleBar,
#paid-resources .ui-dialog-titlebar.ui-widget-header,
#admin-main-tab .ui-dialog-titlebar.ui-widget-header {
  background: none #486686 !important;
  padding: 0.4em 1em !important;
}

#create-account .ui-dialog-titlebar.ui-widget-header button,
#change-password .ui-dialog-titlebar.ui-widget-header button,
#manage-password-page .ui-dialog-titlebar.ui-widget-header button,
#paid-resources .ui-dialog-titlebar.ui-widget-header button,
#admin-main-tab .ui-dialog-titlebar.ui-widget-header button {
  filter:;
}

#change-password .nihilo.dijitDialog .dijitDialogTitle {
  padding: 0 !important;
}

#create-account .ui-dialog-titlebar span,
#change-password .ui-dialog-titlebar span,
#dialogPopup_title,
#manage-password-page .ui-dialog-titlebar span,
#paid-resources .ui-dialog-titlebar span,
#admin-main-tab .ui-dialog-titlebar span {
  color: #FFFFFF;
  font-size: 1.5em;
}

#password-guide {
  padding: 1em 3em;
}

#create-account .ui-dialog button,
#change-password .ui-dialog button,
#manage-password-page .ui-dialog button,
#paid-resources .ui-dialog .ui-dialog-titlebar-close,
#admin-main-tab .ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: medium none;
  color: #FFFFFF;
  font-weight: normal;
  height: 35px;
  margin: 0;
  right: 5px;
  top: -2px;
  width: 35px;
}

#create-account .ui-dialog button span,
#change-password .ui-dialog button span,
#manage-password-page .ui-dialog button span,
.nihilo .dijitDialogCloseIcon,
#paid-resources .ui-dialog .ui-dialog-titlebar-close span,
#admin-main-tab .ui-dialog .ui-dialog-titlebar-close span {
  background: url("/register/images/icon-close.png") no-repeat transparent !important;
}

.nihilo .dijitDialogCloseIcon {
  height: 31px !important;
  position: absolute !important;
  right: 10px !important;
  top: -3px !important;
  width: 31px !important;
}

#create-account .ui-dialog button:hover span,
#change-password .ui-dialog button:hover span,
#manage-password-page .ui-dialog button:hover span,
.nihilo .dijitDialogCloseIcon:hover,
#paid-resources .ui-dialog .ui-dialog-titlebar-close:hover span,
#admin-main-tab .ui-dialog .ui-dialog-titlebar-close:hover span {
  background: url("/register/images/icon-close.png") 0 -35px no-repeat transparent !important;
}

#password-guide li {
  font-size: 1.333em;
  line-height: 24px;
}

#password-guide ul ul {
    color: #fb6142;
    list-style: disc outside none;
    margin: 0 0 0 20px;
}

.ui-button-icon-only .ui-icon {
    display: none;
}

#dialogPopup {
  border: none !important;
}

.dijitDialogPaneContent a {
  color: #B97D05 !important;
  font-size: 1.083em !important;
}

.changepasswordfield {
  width: 350px !important;
}

/* password strength bar tooltip */

.nihilo .dijitTooltipContainer ul {
  margin-left: 3em !important;
}

/* recaptcha */

#recaptcha_widget_div .recaptchatable {
  background: transparent !important;
  border: none !important;
}

#recaptcha_widget_div {
  width: 100%;
}

#recaptcha_response_field {
  border: 1px solid #BBBBBB !important;
  margin: 2em 0 1em;
  width: 425px !important;
}

#recaptcha_privacy {
  display: none;
}

#recaptcha_widget_div .recaptcha_image_cell {
  background: none repeat scroll 0 0 transparent !important;
}

#recaptcha_widget_div #recaptcha_image {
  background-color: #FFFFFF !important;
  border: 1px solid #BBBBBB !important;
  margin-right: 2em !important;
  padding: 1em !important;
  width: 400px !important;
}

#recaptcha_widget_div .recaptchatable td {
  padding: 0 !important;
}

#recaptcha_logo {
  margin-left: 1em;
}

#g-recaptcha {
  /*border: 1px solid red !important;*/
  height: 76px;
  width: 302px;
}

#forgot-password #recaptcha_widget_div #recaptcha_image {
  width: 420px !important;
}

#forgot-password #username {
  width: 425px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #forgot-password #username {
    width: 445px !important;
  }
}

#forgot-password #recaptcha_response_field {
  margin: 4em 0 1em;
}

#enter-code-above,
#typing-in-this-code {
  position: relative;
  top: -73px;
}

#typing-in-this-code {
  font-size: 0.916em;
  font-style: italic;
  top: -36px;
}

#create-account #enter-code-above {
  position: absolute;
  top: 0;
  width: 100%;
}

#create-account #typing-in-this-code {
  font-size: 0.916em;
  font-style: italic;
  position: absolute;
  top: 54px;
  width: 100%;
}

/* faq button */

#faq {
  /* clear: both;
  float: right;
  position: relative;
  *position: absolute;
  right: 50px;
  top: 115px;
  *top: 80px;
  z-index: 1; */
  position: absolute;
  right: 50px;
  top: 147px;
}

#faq a {
  /* background-color: #C79736;
  border: 0 none;
  border-radius: 2px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0 1px 4px;
  padding: 0.25em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: auto; */
  font-size: 1.166em;
}

#faq a:hover {
  /* background-color: #d7a94e; */
}

#faq-page {
	font-size: 16px;
}

#faq-page .content {
  margin-top: 1.25em;
  padding: 1em 2em;
}

#faq-page h1.faq-header {
  background: none repeat scroll 0 0 #486686 !important;
  color: #FFFFFF;
  margin: 0;
  padding: 0.5em 1.5em !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#faq-page h1.faq-section {
  color: #333;
  font-size: 1.125em;
  margin: 1.5em 0 0.5em 0.75em;
}

#video-buttons {
  /* z-index: 20;
  position: fixed;
  top: 10px;
  right: 10px; */
  margin: 70px 40px 0;
}

#video-buttons a {
  color: #ffffff;
  display: inline-block;
  padding: 15px 25px 10px 15px;
  margin: 0 20px 0 0;
  background: #5576b2; 
  border-radius: 0;
  text-decoration: none;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  text-shadow: rgba(0,0,0,.4) 1px 1px 2px;
  position: relative;
}

#video-buttons a:hover {
  background: #79afc7;
}

#video-buttons a:last-child {
  background: #54769a; 
}

#video-buttons a:last-child:hover {
  background: #8cd8c8;
}

#video-buttons a:after {
  content: "video";
  color: #4b6a77;
  position: absolute;
  right: -44px;
  top: 3px;
  text-shadow: none;
  transform: rotate(26deg);
  display: block;
  background: white;
  width: 100px;
  text-align: center;
  opacity: .5;
  padding: 2px 14px;
  font-size: 0.8em;
}

#video-buttons a:last-child:after {
  color: #6f5522;
}

#video-buttons a span {
  position: relative;
  left: 0;
  font-size: 2em;
  top: -3px;
  vertical-align: middle;
}

.ui-accordion-header {
  border: 0 none;
  background: none repeat scroll 0 0 #F2F5F6;
  font-size: 0.875em;
  margin-bottom: 4px;
  padding: 0;
}

.ui-accordion-header.ui-state-active, .ui-accordion-header.ui-state-active:focus {
  background-color: #b7dfd7; 
  font-size: 0.875em;
  font-weight: bold;  
  border-radius: 0;
}

.ui-accordion-header:focus {
  background-color: #afc3ca;   
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    font-size: 0.75em;
}

#faq-header {
  font-size : 13px;
}

#faq-page .ui-widget {
  font-size: 1.083em !important;
}

#faq-page .ui-helper-reset {
  line-height: 20px !important;
}

#faq-page ul,
#faq-page ol {
  margin-bottom: 2em;
  padding-left: 2em;
}

#admin-section {
  background: #f3f9fb;
  border-top: 1px solid #cad3d6;
  font-family: arial;
  margin: 50px 0 20px;
  padding: 0 0 10px;
}

#admin-section h2 {
  font-size: 1em;
  margin: 12px 12px 5px;
}

#admin-section .overview {
  font-size: 0.875em;
  line-height: 18px;
  margin: 0 12px 20px;
}

/* paid resources */

#mainArea #active-sub-header {
  margin: 2.5em 0 1.5em 0;
}

#active-sub-header span {
  font-weight: normal;
  font-size: 1em;
  position: relative;
  top: -2px;
}

#paidStatus {
  color: green;
  font-size: 1.333em;
  font-weight: bold;
  margin-top: 1.5em;
}

#activeSubs {
  float: left;
  width: 100%;
}

.product {
  border-bottom: 1px solid #ccc;
  float: left;
  line-height: 18px;
  padding-bottom: 1em;
  margin-bottom: 2em;
  width: 100%;
}

.product:last-child {
  border-bottom: none;
}

.prodNameDiv {
  color: #333;
  float: left;
  font-size: 1.333em;
  font-weight: bold;
  margin-bottom: .5em;
  width: 100%;
}

.prodLogoDiv {
  float: left;
  margin-right: 1.5em;
  padding-top: 4px;
  width: 50px;
}

.prodDescription {
  float: left;
  margin: 0 5em 1em 0;
  width: 330px;
}

.prodExpRemoveGroup {
  float: left;
  width: 400px;
}

.prodExpDiv {
  float: left;
  width: 230px;
  margin: 0 1em 1em 0;
}

.prodKeyDiv,
.expDateDiv,
.removeSubDiv {
  float: left;
  width: 100%;
}

.removeSubDiv {
  float: left;
  margin-right: 0;
  width: auto;
}

.removeSubDiv a,
#paid-resources .ui-dialog-buttonset .ui-button,
#admin-main-tab .ui-dialog-buttonset .ui-button {
  background: #e1d9c7;
  border: none;
  border-radius: 3px !important;
  color: #7f7662;
  padding: 3px 5px 3px 2px;
  *padding: 3px 5px;
  text-decoration: none;
}

.removeSubDiv a:hover,
#paid-resources .ui-dialog-buttonset .ui-button,
#admin-main-tab .ui-dialog-buttonset .ui-button {
  background: #d23939;
  border: none;
  color: #FFFFFF;
  filter:;
}

#paid-resources .ui-dialog-buttonset .ui-button.cancel-button,
#admin-main-tab .ui-dialog-buttonset .ui-button.cancel-button {
  background: #60a35e;
}

#paid-resources .ui-dialog-buttonset .ui-button,
#admin-main-tab .ui-dialog-buttonset .ui-button {
  font-size: 1.166em !important;
  font-weight: bold;
  padding: 0 !important;
}

#paid-resources .ui-dialog-buttonset .ui-button:hover,
#admin-main-tab .ui-dialog-buttonset .ui-button:hover {
  box-shadow: inset 0 0 3px 1px rgba(0,0,0,.4);
  color: rgba(255,255,255,.8);
}

#paid-resources #dialog-confirm,
#admin-main-tab #dialog-confirm {
  padding: 1.5em;
}

#paid-resources #dialog-confirm p,
#admin-main-tab #dialog-confirm p {
  font-size: 1.166em;
  line-height: 18px;
}

.openDialogConfirm {
  cursor: pointer;
}

#admin-main-tab #listDialog p {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

#listDialogFormErrorMessageUList {
	text-align: left;
	margin-left: 15px;
	color: red;
}

#admin-main-tab .ui-dialog-buttonset #defaultButtonId { 
	margin-right: 210px; 
}

#subscriptionkey {
  *height: 21px;
  padding: 0.4em 0.5em;
  margin-left: 5px;
  *vertical-align: top;
}
#applicationResults i.icon {
  display: block;
  font-size: 1.833em;
  text-align: center;
  width: 80%;
  color: #777;
}
.icon-link {
  text-decoration: none !important;
}
#applicationResults i.icon-key {
  color: #73808e;
}
#applicationResults i.icon-users {
  color: #847787;
}
#applicationResults i.icon-key:hover,
#applicationResults i.icon-users:hover,
#applicationResults i.icon-doc-text-inv-1:hover {
  opacity: .8;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #111;
  color: #444;
  font-size: 1em;
  text-align: left;
  white-space: nowrap;
}
table.dataTable {
    min-width: 100% !important;
}
table.dataTable thead th,
table.dataTable tbody td {
  padding: 5px;
}
table.dataTable tbody td {
  font-size: 1.083em;
  line-height: 26px;
  padding: 5px 7px;
  /* white-space: nowrap; */
}
table.dataTable tbody td img {
  width: 60px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #666666;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: 95% center;
  background-repeat: no-repeat;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: #ece3ce;
}
table.dataTable tbody tr,
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: rgba(255,255,255,.7);
}
table.dataTable.display tbody tr &gt; .sorting_1,
table.dataTable.display tbody tr &gt; .sorting_2,
table.dataTable.display tbody tr &gt; .sorting_3,
table.dataTable.display tbody tr.odd &gt; .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd &gt; .sorting_1,
table.dataTable.display tbody tr.even &gt; .sorting_1,
table.dataTable.order-column.stripe tbody tr.even &gt; .sorting_1,
table.dataTable.display tbody tr:hover &gt; .sorting_1,
table.dataTable.order-column.hover tbody tr:hover &gt; .sorting_1,
table.dataTable.order-column tbody tr &gt; .sorting_1,
table.dataTable.order-column tbody tr &gt; .sorting_2,
table.dataTable.order-column tbody tr &gt; .sorting_3 {
  background-color: inherit;
}
table.dataTable thead th:last-child {
  background: none !important;
  pointer-events: none !important;
}
table.dataTable thead .sorting {
  background: none;
}
#paid-resources #applicationResults td {
  font-size: 1.25em;
  vertical-align: middle;
  line-height: 20px;
}
#paid-resources #applicationResults td a img {
  border-radius: 8px;
  box-shadow: 0 0 1px 0 #bbb;
}
table.dataTable.display tbody tr.expired td,
table.dataTable.display tbody tr.expired &gt; .sorting_1 {
  background-color: #FBE5E5;
}
table.dataTable.display tbody tr.not-yet-active td,
table.dataTable.display tbody tr.not-yet-active &gt; .sorting_1 {
  background-color: #F8F0C9;
}
table.dataTable.display tbody tr.expires-soon td,
table.dataTable.display tbody tr.expires-soon &gt; .sorting_1 {
  background-color: #FEE3D3;
}
table.dataTable.display tbody tr td.status-text {
  /*font-weight: bold;*/
}
table.dataTable.display tbody tr.expired td.status-text {
  color: #CC0000;
}
table.dataTable.display tbody tr.not-yet-active td.status-text {
  color: #8C6D12;
}
table.dataTable.display tbody tr.expires-soon td.status-text {
  color: #FF3300;
}
table.dataTable.display tbody tr.expires-soon td.status-text span {
  font-size: 1.083em;
  font-style: italic;
}
table#usersresults.dataTable tbody td {
  padding: 13px 7px;
}
.deleteaction {
  background: none;
  color: transparent;
  display: block;
  height: 14px;
  position: relative;
  text-decoration: none;
  width: 30px;
}
.deleteaction::after {
  color: #777;
  content: "×";
  display: block;
  font-size: 2.5em;
  left: 5px;
  position: absolute;
  text-decoration: none;
  top: -6px;
  width: 36px;
}
td:last-child:hover .deleteaction::after {
  color: red;
}
.ui-tooltip {
  background: #1c6987 none repeat scroll 0 0;
  border: medium none;
  color: #FFFFFF;
  opacity: 1;
  padding: 0;
}
.ui-tooltip-content {
  padding: 1em;
  position: relative;
  font-size: 1.166em;
}
.ui-tooltip-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
.ui-tooltip-content::after {
  top: 30%;
  left: -10px;
  border-color: transparent #1c6987;
  border-width: 10px 10px 10px 0;
}

/* Manage Resources and Admin */
#manage-key-main {
  position: relative;
}
#manage-keys {
  position: absolute;
  /*top: 69px;*/
  top: 0;
  right: 0;
  z-index: 99999;
}
#manage-keys-button,
.toggle-button {
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  padding: 8px 12px;
  font-size: 1.083em;
  cursor: pointer;
  width: auto;
}
#manage-keys-button {
  background: none;
  color: #000000;
  display: block;
  text-align: right;
  font-size: 1.166em;
}
.toggle-button i {
  margin: 0 2px 0 0;
}
.toggle-button .icon-users {
  margin: 0 5px 0 0;
}
.toggle-button-select {
  background: #9b8d9f !important;;
}
#add-user-button {
  background: #96a9b0;
  margin-top: 10px;
}
#add-multiple-users-button {
  background: #96a9b0;
}
#manage-keys-dropdown {
  list-style-type: none;
  border: 1px solid #bbb3aa;
  display: none;
  max-height: 120px;
  overflow-y: auto;
}
#manage-keys-dropdown.show-dropdown {
  box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
  display: block;
}
#manage-keys-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px;
  /*background: #fffaf5;*/
  background: #ffffff;
}
#manage-keys-dropdown li:nth-child(even) a {
  /*background: #f7ede3;*/
  background: #f7f7f7;
}
#manage-keys-dropdown a:hover,
#manage-keys-dropdown li:nth-child(even) a:hover {
  background: #e3eef3;
}
.product-name,
.product-key {
  display: block;
}
span.product-key {
  font-weight: normal;
}
.back-link {
  font-weight: normal;
  text-decoration: none;
}
.back-link .icon-left {
  font-size: 1.333em;
  margin: 0 5px 0 0;
  top: 1px;
  position: relative;
}
.emailAddress,
#admin-main-tab .subscription-key {
  display: none;
  padding: 40px 20px;
  background: #dedede;
  border: 1px solid #d8d8d8;
  position: relative;
}
.emailAddress {
  /*background: #f0f5ea;
  border: 1px solid #a8b794;*/
}
.subscription-key {
  /*background: #f8f6f9;
  border: 1px solid #c2b7c5;*/
}
.subscription-key input#userfile {
  width: 100%;
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 5px;
  border-radius: 0;
  color: #5a4838;
  border: 1px solid #cbcbcb;
  font-size: 1em;
}
.subscription-key .icon-help-circled {
    font-size: 1.666em;
    color: #6f909c;
}
#admin-main-tab #usersresults_wrapper {
  margin-top: 50px;
}
#manage-key-main input#submitEmail,
#admin-main-tab input#submitBtn {
  border-radius: 0;
  padding: 6px 10px 7px;
  background: #fb6142;
  font-size: 1em !important;
}
#manage-key-main input#submitEmail {
  padding: 7px 10px 6px;
  background: #fb6142;
}
#manage-key-main input#submitEmail:hover,
#admin-main-tab input#submitBtn:hover {
  background: #cb4025;
}
#manage-key-main h3 {
  margin: 0 0 20px;
}
.cancel-button {
  width: 28px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 8px;
  font-size: 1.25em;
  opacity: .3;
  cursor: pointer;
}
.cancel-button:hover {
  opacity: .5;
}
.dataTables_length select {
  margin: 6px 0 0;
  width: inherit;
}
#manage-key-main h2 .available {
  color: #000;
  font-size: 1em;
  font-weight: normal;
}


/* Fix for users in China */

#support-link {
  background-color: #ffe7e7;
  border: 1px solid #bf8787;
  border-radius: 5px;
  color: #8e3d3d;
  display: none;
  float: left;
  font-size: 0.875em;
  margin-bottom: 10px;
  padding: 12px 20px 10px;
  width: 822px;
}

#support-link a {
  color: #aa3333;
}

.daterange {
  padding: 5px 0px 5px 8px;
  border: 1px solid #bbb;
  font-size: 1em;
  font-family: arial;
  text-transform: uppercase;
  color: #777;
  margin: 0 10px 0 0;
}
#date-wrapper input.daterange {
  display: inline-block;
  width: 25%;
}

/* Responsive styles */
@media (min-width: 0px) and (max-width: 768px) {
  #wrapper,
  #container,
  #header,
  #mainArea,
  #tab-menu {
    padding: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  #site-name {
    margin: 0 !important;
    left: 40px !important;
  }
  #user-menu {
    right: 175px !important;
    top: 60px !important;
  }
  #faq {
    right: 5px !important;
    top: 5px !important;
  }
  #tab-menu li:first-child {
    margin-left: 25px;
  }
  #mainArea {
    padding: 40px 5% !important;
    width: 90% !important;
  }
  #mainArea h2 {
    margin: 2px 25px 25px;
  }
  #mainArea .item-row {
    margin-bottom: 0;
    padding: 0 30px 30px 30px;
  }
  #mainArea .item-row .item-row {
    padding: 0;
  }
  #mainArea .item-row h2 {
    margin: 10px 0 25px 0;
  }
  #subscriptions #message-box,
  #paid-resources #message-box {
    margin: 0;
    padding: 0 20px;
  }
  #applicationResults_wrapper {
    padding: 0 20px 25px;
  }
  #paid-resources #mainArea p {
    margin: 0 0 10px 25px;
  }
  #paid-resources #mainArea #active-sub-header,
  .subscription-key {
    margin-left: 25px;
  }
  #profile #mainArea,
  #profile-additional-info #mainArea,
  #manage-password-page #mainArea,
  #forgot-password #mainArea {
    width: 92% !important;
    padding: 40px 4% 0 !important;
  }
  .icon-alert {
    right: 415px;
  }
  #profile-additional-info .user-info div.right.years {
    position: relative;
    top: -15px;
  }
  #manage-password-page #buttonbar,
  #forgot-password #buttonbar {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #site-name {
    background: url("/register/images/access-point-logo.png") no-repeat scroll 50% 0 transparent !important;
    background-size: auto 100% !important;
    left: 0;
    height: 75px;
    margin: 0 !important;
    top: 20px;
    width: 100% !important;
  }
  #usp-logo {
    top: 25px;
    right: 20px;
    width: 95px;
    height: 52px;
    background-size: cover;
    display: none;
  }
  #user-menu {
    height: 30px;
    top: 100px;
    right: 20px;
  }
  .user-name {
    top: 6px;
    position: relative;
  }
  #user-menu h2 {
    display: none;
  }
  #user-menu-dropdown {
    top: 35px;
  }
  #faq {
    position: absolute;
    right: 5px;
    top: 5px !important;
    z-index: 9999;
  }
  #faq a {
    background: none;
    border-radius: 0;
    margin: 0;
    width: 25px;
    padding: 2px;
    height: 25px;
  }
  #tab-menu li {
    /* background: #E9DFC7; */
    border-bottom: 1px solid #e9eaea;
    width: 100%;
  }
  #tab-menu li:last-child {
    border-bottom: 1px solid #BBB3A0;
  }
  #tab-menu li a {
    padding: 16px 5%;
    width: 90%;
  }
  #tab-menu li a i {
    font-size: 1.5em;
    margin-right: 8px;
    top: 2px;
    position: relative;
  }
  #mainArea {
    padding: 40px 5% 20px !important;
    width: 90% !important;
  }
  #mainArea h2 {
    margin: 0 0 20px 0 !important;
    line-height: 25px !important;
    width: 100% !important;
  }
  .user-info {
    margin-top: 0;
  }
  .user-info div,
  .user-info div.right,
  .user-info div div,
  .user-info div.country,
  .user-info div.right.zipcode,
  .user-info div.job {
    float: left;
    width: 100%;
    margin: 0;
  }
  .user-info div input,
  .user-info .div-select,
  #profile-additional-info .user-info div.right.years {
    margin: 0 0 20px 0 !important;
  }
  #mainArea #buttons {
    margin: 0;
  }
  hr {
    margin-top: 15px !important;
  }
  #copyright {
    font-size: 0.625em;
  }
  .icon-alert {
    float: inherit;
    right: inherit;
    top: inherit;
  }
  #profile-additional-info .user-info div.right,
  #profile-additional-info .user-info div.right.years input {
    margin-bottom: 0 !important;
  }
  #strengthBox {
    left: 0px;
    position: absolute;
    top: 135px;
  }
  #checkmark-x {
    left: 125px;
    position: absolute;
    top: 155px;
  }
  #manage-password-page #buttonbar {
    margin-top: 60px !important;
  }
  #manage-password-page .ui-dialog {
    width: 90% !important;
  }
  #manage-password-page #changePasswordForm input[type="password"] {
    width: 95% !important;
  }
  #password-guide li {
    font-size: 0.875em;
    list-style-position: outside;
  }
  #forgot-password #username {
    width: 95% !important;
  }
  .item-box {
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
  }
  .item-box div {
    margin-top: 5px;
    width: 70%;
  }
  #mainArea .item-row {
    margin-bottom: 0;
  }
  #mainArea h2.mobile-show-title {
    display: block !important;
  }
  .hide-title {
    display: none;
  }
  #subscriptionkey {
    margin: 5px 0;
    width: 100%;
  }
  #paid-resources #active-sub-header {
    margin: 40px 0 10px 0 !important;
  }
  #paid-resources .dataTables_scrollHeadInner {
    display: none;
  }
  #manage-password-page .description {
    left: 0 !important;
    bottom: -50px !important;
  }
}
</pre></body></html>