/*
 * Enlocked Anywhere Styles v1.0.7
 */
.group {
  zoom: 1;
}
.group:before {
  content: "";
  display: table;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/* ==========================================================================
		Globals
	========================================================================== */
html {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9ImNlbnRlciIgY3k9IjMwJSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOGI4YTk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDc0NzUzIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(radial, center 30%, 0, center 30%, 100, color-stop(0%, #8b8a95), color-stop(100%, #474753));
  background-image: -webkit-radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  background-image: -moz-radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  background-image: -o-radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  background-image: radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: -ms-radial-gradient(center 30%, #8b8a95 0%, #474753 100%);
  background-color: #5f5e69;
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  background: none;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
}

article {
  min-width: 850px;
}
article header {
  height: 102px;
  margin-top: 44px;
  position: relative;
}

.no-left-margin {
  margin-left: 0 !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.table th.text-center,
.table td.text-center {
  text-align: center;
}

.table th.text-right,
.table td.text-right {
  text-align: right;
}

.text-center legend {
  text-align: left;
}

.bar {
  height: 12px;
}

.top-bar {
  background-color: #f64400;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bottom-bar {
  background-color: #8d8d92;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.form-horizontal input[type="text"],
.form-horizontal input[type="password"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  height: 22px;
  min-height: 22px !important;
  padding: 4px 6px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  height: 12px;
  min-height: 12px !important;
  padding: 4px 6px;
}

.control-label {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  color: #727284;
  font-weight: bold;
}

.popover {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  background-color: #63636f;
  color: white;
  font-weight: normal;
}
.popover .arrow:after {
  border-top-color: #63636f !important;
}

/* ==========================================================================
		Header
	========================================================================== */
.logo {
  height: 48px;
  width: 365px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: -999em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .logo {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 0;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

.dropdown-menu {
  margin: 7px 0 0;
}

.navbar.logged-in-menu {
  position: absolute;
  right: 0;
  top: -2px;
}
.navbar.logged-in-menu .nav .dropdown button.btn.dropdown-toggle,
.navbar.logged-in-menu .nav .dropdown button.btn.dropdown-toggle:hover,
.navbar.logged-in-menu .nav .dropdown button.btn.dropdown-toggle:active {
  border: 1px solid #cccccc;
  background-image: -moz-linear-gradient(72% 0% -90deg, #eeeeee 0%, #c7c7ca 100%);
  background-image: -webkit-gradient(linear, 72% 0%, 72% 106%, color-stop(0, #eeeeee), color-stop(1, #c7c7ca));
  background-image: -webkit-linear-gradient(-90deg, #eeeeee 0%, #c7c7ca 100%);
  background-image: -o-linear-gradient(-90deg, #eeeeee 0%, #c7c7ca 100%);
  background-image: -ms-linear-gradient(-90deg, #eeeeee 0%, #c7c7ca 100%);
  background-image: linear-gradient(-180deg, #eeeeee 0%, #c7c7ca 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffc7c7ca,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffc7c7ca,GradientType=0);
  background-position: 0 0;
  color: #fe4b00;
  line-height: 25px;
  font-weight: bold;
}
.navbar.logged-in-menu .nav .dropdown button.btn.dropdown-toggle .caret,
.navbar.logged-in-menu .nav .dropdown button.btn.dropdown-toggle:hover .caret,
.navbar.logged-in-menu .nav .dropdown button.btn.dropdown-toggle:active .caret {
  border-top-color: #fe4b00;
  border-bottom-color: #fe4b00;
  margin-top: 10px;
}
.navbar.logged-in-menu li > .dropdown-menu:after {
  right: 8px !important;
}
.navbar.logged-in-menu li > .dropdown-menu:before {
  right: 7px !important;
}
.navbar.logged-in-menu .dropdown-menu .divider {
  border-bottom: none;
  margin: 0 1px;
}
.navbar.logged-in-menu .dropdown-menu > li > a {
  font-size: 14px;
  line-height: 21.0px;
  font-size: 1.4rem;
  color: #858593;
  font-weight: bold;
}
.navbar.logged-in-menu .dropdown-menu > li > a.logout {
  color: #fe4b00;
}
.navbar.logged-in-menu .dropdown-menu > li > a:hover, .navbar.logged-in-menu .dropdown-menu > li > a:focus, .navbar.logged-in-menu .dropdown-menu > li > a.active {
  background: #fe4b00;
  color: white;
}
.navbar.logged-in-menu .icon-user-custom {
  /* Spritesheet User Icon */
  height: 20px;
  width: 25px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -1671px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .navbar.logged-in-menu .icon-user-custom {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -412px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

/* adjust vertical position of user icon */
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: -2px;
}

header nav {
  height: 28px;
  padding: 16px 0 10px 52px;
}
header nav a {
  float: left;
}
header nav .read {
  height: 20px;
  width: 80px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2124px;
  background-repeat: no-repeat;
  margin-top: 8px;
}
header nav .read:hover {
  background-position: 0 -2258px;
}
header nav .read:active {
  background-position: 0 -2470px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  header nav .read {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1160px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
  header nav .read:hover {
    background-position: 0 -1190px;
  }
  header nav .read:active {
    background-position: 0 -1265px;
  }
}
header nav .read.active {
  height: 20px;
  width: 80px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2470px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  header nav .read.active {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1265px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
header nav .compose {
  height: 28px;
  width: 112px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -683px;
  background-repeat: no-repeat;
  margin-left: 37px;
}
header nav .compose:hover {
  background-position: 0 -731px;
}
header nav .compose:active {
  background-position: 0 -1114px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  header nav .compose {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -278px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
  header nav .compose:hover {
    background-position: 0 -316px;
  }
  header nav .compose:active {
    background-position: 0 -442px;
  }
}
header nav .compose.active {
  height: 28px;
  width: 112px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -1114px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  header nav .compose.active {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -442px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
header nav .help {
  height: 28px;
  width: 60px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -1973px;
  background-repeat: no-repeat;
  height: 30px;
  margin-right: 3px;
}
header nav .help:hover {
  background-position: 0 -2021px;
}
header nav .help:active {
  background-position: 0 -2422px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  header nav .help {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1008px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
  header nav .help:hover {
    background-position: 0 -1084px;
  }
  header nav .help:active {
    background-position: 0 -1122px;
  }
}
header nav .help.active {
  height: 28px;
  width: 60px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2422px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  header nav .help.active {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1122px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

/* ==========================================================================
		Footer
	========================================================================== */
footer {
  color: gainsboro;
  padding: 15px 0;
}
footer li {
  float: left;
  list-style: none;
  margin-left: 15px;
}
footer a {
  color: gainsboro;
}
footer a:hover, footer a:active {
  color: white;
}

/* ==========================================================================
		Main
	========================================================================== */
.outer-ui-container {
  -webkit-box-shadow: rgba(32, 32, 47, 0.4) 0 0 9px 2px, rgba(0, 0, 0, 0.5) 0 4px 4px;
  -moz-box-shadow: rgba(32, 32, 47, 0.4) 0 0 9px 2px, rgba(0, 0, 0, 0.5) 0 4px 4px;
  box-shadow: rgba(32, 32, 47, 0.4) 0 0 9px 2px, rgba(0, 0, 0, 0.5) 0 4px 4px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjQ4JSIgY3k9IjQ4JSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWNlY2VmIi8+PHN0b3Agb2Zmc2V0PSI1OCUiIHN0b3AtY29sb3I9IiNjY2NjZDEiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzllOWVhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllOWVhNiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(radial, 48% 48%, 0, 48% 48%, 100, color-stop(0%, #ececef), color-stop(58%, #ccccd1), color-stop(95%, #9e9ea6), color-stop(100%, #9e9ea6));
  background-image: -webkit-radial-gradient(48% 48%, circle farthest-corner, #ececef 0%, #ccccd1 58%, #9e9ea6 95%, #9e9ea6 100%);
  background-image: -moz-radial-gradient(48% 48%, circle farthest-corner, #ececef 0%, #ccccd1 58%, #9e9ea6 95%, #9e9ea6 100%);
  background-image: -o-radial-gradient(48% 48%, circle farthest-corner, #ececef 0%, #ccccd1 58%, #9e9ea6 95%, #9e9ea6 100%);
  background-image: radial-gradient(48% 48%, circle farthest-corner, #ececef 0%, #ccccd1 58%, #9e9ea6 95%, #9e9ea6 100%);
  height: 40%;
  padding: 15px 15px 30px 49px;
}

.close-x {
  height: 32px;
  width: 32px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -1214px;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  right: -5px;
}
.close-x:hover {
  background-position: 0 -1874px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .close-x {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -778px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
  .close-x:hover {
    background-position: 0 -820px;
  }
}

.inner-ui-container {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px inset;
  background-color: white;
  position: relative;
  min-height: 100%;
  /* ==========================================================================
  		Read Mail
  	========================================================================== */
}
.inner-ui-container header {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  border-top: 1px solid #aaa;
  border-left: none;
  border-right: none;
  height: auto;
  margin: 0 0 0 1px;
  padding: 14px 14px 8px 14px;
  overflow: hidden;
}
.inner-ui-container header .nav {
  margin-bottom: 0;
  width: 198px;
}
.inner-ui-container header .nav .divider {
  height: 59px;
  width: 1px;
  background-color: #bfbfc3;
  border-right: 1px solid white;
}
.inner-ui-container header .subject-box {
  height: 59px;
  margin-left: 216px;
}
.inner-ui-container header .subject-box h1 {
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  margin: -6px 0 0 0;
}
.inner-ui-container header .subject-box p {
  color: #727284;
  font-weight: bold;
}
.inner-ui-container header a {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  color: #515257;
  height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 10px;
}
.inner-ui-container header a:hover, .inner-ui-container header a:active, .inner-ui-container header a.active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px 0 inset;
  background-color: #dddde0;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.inner-ui-container header a i {
  display: block;
}
.inner-ui-container header a .reply {
  height: 16px;
  width: 24px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2672px;
  background-repeat: no-repeat;
  margin: 5px auto 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .inner-ui-container header a .reply {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1548.5px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
.inner-ui-container header a .reply-all {
  height: 20px;
  width: 25px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2550px;
  background-repeat: no-repeat;
  margin: 0 auto 9px; /* v1.0.1 change - from: margin: 0 auto 8px; */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .inner-ui-container header a .reply-all {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1488.5px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
.inner-ui-container header a .forward {
  height: 16px;
  width: 20px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2868px;
  background-repeat: no-repeat;
  margin: 6px auto 7px;  /* v1.0.1 change - from: margin: 6px auto 9px; */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .inner-ui-container header a .forward {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1694.5px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
.inner-ui-container footer {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  height: 40px;
  margin: 0 0 0 1px;
  padding: 12px 14px 8px 9px;
  overflow: hidden;
}
.inner-ui-container footer .nav.nav-pills > li > a {
  color: #515257;
}
.inner-ui-container footer .nav.nav-pills > li > a:hover, .inner-ui-container footer .nav.nav-pills > li > a:active, .inner-ui-container footer .nav.nav-pills > li > a.active {
  background: none;
  color: #515257;
}
.inner-ui-container footer .nav.nav-pills > li > a .attachment-jpg {
  display: block;
  float: left;
  margin: -2px 4px 0 0;
  height: 23px;
  width: 23px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -1783px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .inner-ui-container footer .nav.nav-pills > li > a .attachment-jpg {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1467px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

.email-meta {
  color: #727284;
  font-weight: bold;
  padding: 0 25px;
}
.email-meta dt {
  width: 55px;
  text-align: left;
}
.email-meta dd {
  margin-left: 0;
}

.email-body {
  min-height: 200px;
  padding: 0 50px 20px 25px;
}
.email-body p {
  margin-bottom: 16px;
}

/* ==========================================================================
		Compose Mail
	========================================================================== */
.compose .outer-ui-container {
  padding-bottom: 0;
}
.compose .email-body {
  margin-left: 1px;
  padding: 0;
  min-height: 0;
}
.compose .inner-ui-container header {
  border-bottom: none;
}
.compose .attachment-border {
  height: 40px;
  width: 1px;
  background-color: #bfbfc3;
  border-right: 1px solid white;
  float: left;
  margin-right: 5px;
}
.compose .compose-attachment {
  height: 24px;
  width: 24px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2510px;
  background-repeat: no-repeat;
  float: left;
  margin: 10px 27px 0;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .compose .compose-attachment {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1437px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

/* Attachment button popover styles */
footer.well.well-large div.popover {
  background-color: #333;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.6);
  box-shadow:0px 0px 6px 0px rgba(0,0,0,0.6);
  -ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color = #4c000000 ,Strength = 6)";
  filter:progid:DXImageTransform.Microsoft.Glow(Color = #4c000000 ,Strength = 6);
}
footer.well.well-large div.popover div.arrow {
  bottom: -7px;
}
footer.well.well-large div.popover div.arrow:after {
  border-top-color: #333 !important;
}
footer.well.well-large div.popover div.popover-content{
  color: #a1a1a9;
  padding: 2px 5px 2px 5px;
}

a.compose-attachment.add-attachment {
  display: block;
  width: 24px;
  height: 24px;
}

.form-horizontal {
  padding: 0 10px;
}
.form-horizontal .control-group {
  margin-bottom: 7px;
  position: relative;
}
.form-horizontal .toggled-off {
  display: none;
}
.form-horizontal .control-label {
  margin-bottom: 0;
  padding-top: 3px;
  width: 64px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 64px;
}
.form-horizontal .cc-bcc-group button {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  background: none;
  border: none;
  margin: 2px 8px 0 0;
  padding: 1px 0 0 20px;
  color: #b2b2bb;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  width: 46px !important;
}
.form-horizontal .cc-bcc-group button:hover, .form-horizontal .cc-bcc-group button:active {
  color: #868695;
}
.form-horizontal .cc-bcc-group button i {
  display: block;
  float: left;
  margin-right: 4px;
}
.form-horizontal .cc-bcc-group button.cc-on, .form-horizontal .cc-bcc-group button.bcc-on {
  height: 20px;
  width: 20px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2828px;
  background-repeat: no-repeat;
  height: 22px;
}
.form-horizontal .cc-bcc-group button.cc-on:hover, .form-horizontal .cc-bcc-group button.bcc-on:hover {
  background-position: 0 -2788px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .form-horizontal .cc-bcc-group button.cc-on, .form-horizontal .cc-bcc-group button.bcc-on {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1664.5px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
  .form-horizontal .cc-bcc-group button.cc-on:hover, .form-horizontal .cc-bcc-group button.bcc-on:hover {
    background-position: 0 -1604.5px;
  }
}
.form-horizontal .cc-bcc-group button.cc-off, .form-horizontal .cc-bcc-group button.bcc-off {
  height: 20px;
  width: 20px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2748px;
  background-repeat: no-repeat;
  height: 22px;
}
.form-horizontal .cc-bcc-group button.cc-off:hover, .form-horizontal .cc-bcc-group button.bcc-off:hover {
  background-position: 0 -2708px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .form-horizontal .cc-bcc-group button.cc-off, .form-horizontal .cc-bcc-group button.bcc-off {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1634.5px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
  .form-horizontal .cc-bcc-group button.cc-off:hover, .form-horizontal .cc-bcc-group button.bcc-off:hover {
    background-position: 0 -1574.5px;
  }
}

.sub-footer {
  margin-top: 10px;
}
.sub-footer label {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  color: #646472;
}
.sub-footer a {
  margin-left: 20px;
}
.sub-footer button {
  display: block;
}
.sub-footer .popover {
  background-color: #63636f;
  color: white;
}
.sub-footer .popover .arrow:after {
  border-top-color: #63636f;
}


/* ==========================================================================
		Settings Pages
	========================================================================== */
.settings {
  /*
  	.signup-checkmark-icon {
  		@include retina-sprite(iconSignupCheckmark);
  		display: block;
  		margin: 0 auto;
  	}
  	*/
}
.settings h3 {
  font-size: 14px;
  line-height: 21.0px;
  font-size: 1.4rem;
  color: #eb3900;
  font-weight: normal;
  margin: -20px 0 0 0;
}
.settings h3 strong {
  color: black;
}
.settings .alert {
  position: relative;
  top: -20px;
}
.settings .user-status {
  color: white;
  margin-top: -10px;
}
.settings .inner-ui-container header {
  background-color: #ebebeb;
}
.settings .inner-ui-container header .nav {
  width: auto;
}
.settings .inner-ui-container header .divider {
  margin-right: 16px;
}
.settings .inner-ui-container header a {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #727284;
  height: auto;
  font-weight: bold;
  margin: 16px 16px 0 0;
}
.settings .inner-ui-container header a:hover {
  background-color: #ebebeb;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.settings .inner-ui-container header a:active, .settings .inner-ui-container header a.active {
  background-color: #b2b2b2;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
}
.settings h2 {
  font-size: 16px;
  line-height: 59px;
  font-size: 1.6rem;
  text-shadow: white -1px 1px 0;
  color: #b2b2bb;
  font-weight: bold;
  margin: 0;
  padding: 0 16px 0 0;
}
.settings .form-body {
  padding: 40px 14px 0 14px;
}
.settings fieldset {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #eaf2f7;
  margin-bottom: 34px;
  padding: 8px 8px 4px 8px;
  position: relative;
}
.settings fieldset.extra-line {
  margin-top: 20px;
}
.settings fieldset.extra-line legend {
  top: -40px;
}
.settings fieldset .inner {
  margin: 0 auto;
  padding: 6px 0;
  width: 355px;
}
.settings fieldset a {
  color: #1897ca;
}
.settings fieldset .control-group {
  margin: 0 0 4px 0;
  padding: 0;
}
.settings fieldset .control-label {
  width: 154px;
}
.settings legend {
  font-size: 14px;
  line-height: 21.0px;
  font-size: 1.4rem;
  border: none;
  font-weight: bold;
  margin: 0;
  position: absolute;
  left: 0;
  top: -20px;
}
.settings legend span {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  color: #727284;
  font-weight: bold;
}
.settings legend .popover-link {
  font-size: 10px;
  line-height: 15px;
  font-size: 1rem;
  font-weight: normal;
}
.settings .form-horizontal input[type="text"],
.settings .form-horizontal input[type="password"] {
  height: 12px;
  min-height: 12px !important;
}
.settings .form-horizontal.custom-select select {
  font-size: 12px;
  line-height: 22px;
  font-size: 1.2rem;
  height: 22px;
  width: 80px;
  margin-left: 10px;
  text-transform: uppercase;
}
.settings .form-horizontal .input-mini {
  width: 40px;
}
.settings .alt-custom-select .control-label {
  width: 126px;
}
.settings .alt-custom-select .control-label.full-width {
  margin-right: 16px;
  width: auto;
}
.settings .alt-custom-select .controls {
  margin-left: 45px;
}
.settings .alt-custom-select select {
  font-size: 12px;
  line-height: 22px;
  font-size: 1.2rem;
  height: 22px;
}
.settings table {
  font-size: 14px;
  line-height: 21.0px;
  font-size: 1.4rem;
  background-color: white;
  margin-bottom: 10px;
}
.settings table .header {
  background-color: #b9b9bf;
  color: white;
}
.settings table .centered {
  text-align: center;
}
.settings table .registered {
  color: #009f4a;
}
.settings table.table-transparent {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  background: none;
  margin-bottom: 12px;
}
.settings table.table-transparent .control-label {
  width: auto;
}
.settings table.table-transparent td {
  border-top: none;
  border-bottom: 1px solid white;
}
.settings table.table-transparent td a {
  color: #0098cb;
}
.settings .add-remove {
  margin-bottom: 10px;
}
.settings .download-icon {
  font-size: 14px;
  line-height: 21.0px;
  font-size: 1.4rem;
  display: block;
}
.settings .download-icon span {
  height: 16px;
  width: 16px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -2944px;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  padding-left: 20px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .settings .download-icon span {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1750.5px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
.settings .row-fluid fieldset.span6 {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.settings .row-fluid fieldset.span6:first-child {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.settings .upload-or {
  font-size: 16px;
  line-height: 100px;
  font-size: 1.6rem;
  color: #969699;
  font-weight: bold;
  width: 55px;
  text-align: center;
}
.settings .upload {
  border: 2px solid #d0d0d5;
  color: #969699;
  padding: 16px 4px;
  width: 138px;
}
.settings .upload input[type="text"] {
  width: 124px;
}
.settings .drag-drop {
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  border: 2px dashed #d0d0d5;
  color: #d0d0d4;
  font-weight: bold;
  padding: 30px 0;
  width: 146px;
  text-align: center;
}

/* blue Primary button */
button.ea-btn-primary {
  padding: 5px 25px;
  color: white;
  text-shadow: 0px -1px 0px #424251;
  border-style: solid;
  border-width: 1px;
  border-color: #3e6faa;
  background-image: -moz-linear-gradient(10% 0% 180deg, #3ab4f1 0%, #0e77b1 100%);
  background-image: -webkit-gradient(linear, 10% 0%, 10% 106%, color-stop(0, #3ab4f1), color-stop(1, #0e77b1));
  background-image: -webkit-linear-gradient(-90deg, #3ab4f1 0%, #0e77b1 100%);
  /* changed to -90deg for Safari */
  background-image: -o-linear-gradient(180deg, #3ab4f1 0%, #0e77b1 100%);
  background-image: -ms-linear-gradient(180deg, #3ab4f1 0%, #0e77b1 100%);
  background-image: linear-gradient(180deg, #3ab4f1 0%, #0e77b1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3ab4f1,endColorstr=#ff0e77b1,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3ab4f1,endColorstr=#ff0e77b1,GradientType=0);
}

/* dark gray Secondary button */
button.ea-btn {
  padding: 5px 15px;
  color: white;
  text-shadow: 0px -1px 0px #424251;
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff424251,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff424251,Positive=true);
  background-image: -moz-linear-gradient(7% 0% 180deg, #b9b9c8 0%, #757584 100%);
  background-image: -webkit-gradient(linear, 7% 0%, 7% 106%, color-stop(0, #b9b9c8), color-stop(1, #757584));
  background-image: -webkit-linear-gradient(-90deg, #b9b9c8 0%, #757584 100%);
  /* changed to -90deg for Safari */
  background-image: -o-linear-gradient(180deg, #b9b9c8 0%, #757584 100%);
  background-image: -ms-linear-gradient(180deg, #b9b9c8 0%, #757584 100%);
  background-image: linear-gradient(180deg, #b9b9c8 0%, #757584 100%);
  border-color: #757584;
  border-width: 1px;
  border-style: solid;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb9b9c8,endColorstr=#ff757584,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb9b9c8,endColorstr=#ff757584,GradientType=0);
}

button.ea-btn.btn-mini {
  padding: 0 8px;
}

.ea-btn:hover,
.ea-btn:focus,
.ea-btn:active,
.ea-btn.active,
.ea-btn.disabled,
.ea-btn[disabled] {
  color: #fff;
  background-color: #757584;
  *background-color: #898994;
}

.ea-btn:active,
.ea-btn.active {
  background-color: #898994 \9;
}

.ea-btn:first-child {
  *margin-left: 0;
}

.ea-btn:hover,
.ea-btn:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.ea-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ea-btn.active,
.ea-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ea-btn.disabled,
.ea-btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ea-btn-primary:hover,
.ea-btn-primary:focus,
.ea-btn-primary:active,
.ea-btn-primary.active,
.ea-btn-primary.disabled,
.ea-btn-primary[disabled] {
  color: #fff;
  background-color: #0E77B1;
  *background-color: #3096CC;
}

.ea-btn-primary:active,
.ea-btn-primary.active {
  background-color: #3096CC \9;
}

/* light gray Cancel button */
button.ea-btn-cancel {
  padding: 5px 15px;
  color: white;
  text-shadow: 0px -1px 0px #868695;
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff868695,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#ff868695,Positive=true);
  border: 1px solid #9b9ba5;
  background-image: -moz-linear-gradient(9% 27% -90deg, #e0e0e4 0%, #b6b5bb 100%);
  background-image: -webkit-gradient(linear, 9% 27%, 9% 106%, color-stop(0, #e0e0e4), color-stop(1, #b6b5bb));
  background-image: -webkit-linear-gradient(-90deg, #e0e0e4 0%, #b6b5bb 100%);
  background-image: -o-linear-gradient(-90deg, #e0e0e4 0%, #b6b5bb 100%);
  background-image: -ms-linear-gradient(-90deg, #e0e0e4 0%, #b6b5bb 100%);
  background-image: linear-gradient(180deg, #e0e0e4 0%, #b6b5bb 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e4,endColorstr=#ffb6b5bb,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe0e0e4,endColorstr=#ffb6b5bb,GradientType=0);
}

.ea-btn-cancel:hover,
.ea-btn-cancel:focus,
.ea-btn-cancel:active,
.ea-btn-cancel.active,
.ea-btn-cancel.disabled,
.ea-btn-cancel[disabled] {
  color: #fff;
  background-color: #BBB9C1;
  *background-color: #767579;
}

.ea-btn-cancel:active,
.ea-btn-cancel.active {
  background-color: #3096CC \9;
}


/* ==========================================================================
    Other Pages - Common
  ========================================================================== */

.other .user-status {
  color: white;
  margin-top: -10px;
}

/* Header Sub-Page Title */
.other .inner-ui-container header {
background-color: #ebebeb;
}

ul.sub-pg-title {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.sub-pg-title.pull-left li {
  float: left;
}

ul.sub-pg-title.pull-left h2 {
  font-size: 16px;
  line-height: 59px;
  font-size: 1.6rem;
  text-shadow: white -1px 1px 0;
  color: #b2b2bb;
  font-weight: bold;
  margin: 0;
  padding: 0 16px 0 0;
}

.inner-ui-container header .sub-pg-title .divider {
  height: 59px;
  width: 1px;
  background-color: #bfbfc3;
  border-right: 1px solid white;
}

/* Sub-Page Content Area */
.other .page-body {
  padding: 30px 30px 10px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}

.other h1 {
  font-size: 20px;
  line-height: 20px;
  font-size: 2.0rem;
  color: #fe4b00;
  margin: 0 0 10px 0;
}

.other h3 {
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  color: #000;
  margin: 0 0 5px 0;
}

.other h4 {
  color: #fe4b00;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 2px 0;
}

/* Plugins Info-Box */
.other .info-box.footer {
  margin: 0 0 20px 105px;
  max-width: none;
}

.other .info-box.footer div {
  min-height: 140px;
  position: relative;
}

.other .info-box p {
  color: #858592;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin-bottom: 8px;
}

.other .info-box a {
  color: #00a4d9;
}

.other .content-box {
  max-width: 480px;
}

.other .downloads-link {
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Downloads Icon */
.other .go-to-downloads-icon {
  height: 28px;
  width: 28px;
  padding-right: 7px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -1467px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .other .go-to-downloads-icon {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1399px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}


/* ==========================================================================
    Other Pages - Home - What Would You Like To Do?
  ========================================================================== */
.other.home h1 {
font-size: 32px;
color: #fe4b00;
line-height: 34px;
margin-bottom: 25px;
}

.other.home h3 {
  color: #646472;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 48px;
  margin: 40px 0 0 25px;
}

.other.home div.info-box.footer {
  margin: 10px 0 20px 25px;
  max-width: none;
}

ul li.menu {
  list-style-type: none;
  height: 35px;
  padding: 0 0 0 60px;
}

/* Main Menu Item Styles */
li a.menu-item {
  font-size: 1.35em;
  font-weight: bold;
  color: #00a4d9;
  padding: 0;
  margin: 0;
  line-height: 35px;
  white-space: nowrap;
}
/* Send Secure Message */
ul li.menu-item-1 {
  background: url('/assets/img/sprites-s42e5aa2e87.png') no-repeat;
  background-position: 0 -1822px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  ul li.menu-item-1 {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -860px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
/* Read Another */
ul li.menu-item-2 {
  background: url('/assets/img/sprites-s42e5aa2e87.png') no-repeat;
  background-position: 0 -2622px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  ul li.menu-item-2 {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1512px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
/* Check Message Status */
ul li.menu-item-3 {
  background: url('/assets/img/sprites-s42e5aa2e87.png') no-repeat;
  background-position: 0 -1263px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  ul li.menu-item-3 {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -739px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
/* Subscriptions */
ul li.menu-item-4 {
  background: url('/assets/img/sprites-s42e5aa2e87.png') no-repeat;
  background-position: 0 -1561px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  ul li.menu-item-4 {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -963px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
/* Read .ASC */
ul li.menu-item-5 {
  background: url('/assets/img/sprites-s42e5aa2e87.png') no-repeat;
  background-position: 0 -2164px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  ul li.menu-item-5 {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1046px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
/* Read Saved */
ul li.menu-item-6 {

  background: url('/assets/img/sprites-s42e5aa2e87.png') no-repeat;
  background-position: 0 -2298px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  ul li.menu-item-6 {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -1357px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

ul li.menu-descr {
  list-style-type: none;
  font-size: 1em;
  padding: 0 0 0 60px;
  margin: -5px 0 0 0;
}

/* iconHomePlugins */
.home-plugins-icon {
  height: 44px;
  width: 44px;
  margin-right: 12px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -843px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .home-plugins-icon {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -480px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

/* ==========================================================================
    Other Pages - Read Another Message
  ========================================================================== */


.hanging-indent-outer {
  margin: 20px 0 30px;
}

.hanging-indent-inner {
  margin-left: 105px;
}

/* iconReadAnotherCloud */
.read-another-cloud-icon {
  height: 48px;
  width: 72px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -548px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .read-another-cloud-icon {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -354px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

/* iconReadAnotherPlugins */
.read-another-plugins-icon {
  height: 56px;
  width: 56px;
  margin-left: 10px;
  background-image: url('/assets/img/sprites-s42e5aa2e87.png');
  background-position: 0 -1391px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .read-another-plugins-icon {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -674px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}

/* ==========================================================================
    Other Pages - Read a Saved Message & Read an Older Message
  ========================================================================== */

.other .uploads-container {
  margin: 25px auto 30px auto;
  width: 680px;
}
.other .uploads-container a {
  color: #00a4d9;
}
.other .wrapper-uploads {
  padding: 0;
}
.other .wrapper-uploads h2 {
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  color: #727284;
  margin-bottom: 8px;
  padding: 0;
}
.other .drag-drop {
  width: 285px;
  height: 90px;
  padding: 40px 0 20px;
  margin-bottom: 5px;
  border: 3px dashed #d0d0d5;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #D0D0D3;
}
.other .choose-file {
  width: 285px;
  height: 90px;
  padding: 35px 0 25px 50px;
  margin-bottom: 5px;
  border: 3px solid #E1E1E6;
  font-size: 14px;
  font-size: 1.4rem;
  color: #969699;
}
.other .choose-file input[type="text"] {
  width: 200px;
}
.other .popover-link {
  font-size: 12px;
  line-height: 14px;
  font-size: 1.2rem;
  font-weight: normal;
}

p.or {
  line-height: 180px;
  padding: 25px 15px 0 15px;
  font-size: 1.6rem;
  color: #969699;
  font-weight: bold;
}

p.emphasis {
  color: #000;
  font-weight: bold;
}
span.orange {
  color: #fe4b00;
}


/* ==========================================================================
    Other Pages -  Message Status
  ========================================================================== */

.other.settings.message-status .page-body {
  padding: 40px 14px 0 14px;
}

.other.settings.message-status select {
  width: auto;
}

.other.settings.message-status fieldset {
  padding: 15px 8px 15px 8px;
}

.other.settings.message-status fieldset .control-group {
  margin: 0 0 8px 0;
  padding: 0;
}

.other.settings.message-status table .status-unread {
  color: #000;
  font-weight: bold;
}

.other th.row-heading {
  font-weight: bold;
  color: #727284;
}

.other.settings.message-status .table.header {
  margin-bottom: 0;
  font-weight: bold;
}

/* Set column widths for heading columns table */
.other .table td.col-1 {
  width: 20%
}
.other .table td.col-2 {
  width: 40%
}
.other .table td.col-3 {
  width: 40%
}


/* Set column widths for table-body columns */
/* Width % values adjusted to accommodate alignment issue caused by Windows scrollbar */
/* The columns are pushed to the left by the scrollbar in Windows, causing a slight */
/* mis-alignment in relation to the column headings above */


.other.settings.message-status div.table-body td.col-1 {
  width: 20%
}

.other.settings.message-status div.table-body td.col-2 {
  width: 41%
}

.other.settings.message-status div.table-body td.col-3 {
  width: 39%
}

.other.settings.message-status div.table-body {
  overflow: auto;
  height: 185px;
} 

/* ==========================================================================
    Other Pages -  Subscriptions
  ========================================================================== */

a.help-select-plan {
  color: #00a4d9;
  font-size: 12px;
  line-height: 14px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 10px;
}

div.subcription-type-selector {
  font-size: 12px;
  line-height: 14px;
  font-size: 1.2rem;
  margin: 10px auto;
  text-align: center;
  width: 30%;
}
div.subcription-type-selector a {
  color: #00a4d9;
  margin-right: 10px;
}
div.subcription-type-selector span {
  margin-left: 10px;
  font-weight: bold;
}

/* Price Discs */
.other.subscriptions ol.disc-overlay {
  display: block;
  height: 100px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 68px; left: 76px;
}
.other.subscriptions ol.disc-overlay li {
  float: left;
  display: block;
  height: 71px;
  width: 74px;
  padding: 29px 0 0 22px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-size: 1.2rem;
}
.other.subscriptions ol.disc-overlay li span {
  font-size: 24px;
  line-height: 24px;
  font-size: 2.4rem;
  margin-left: -10px;
}
.other.subscriptions ol.disc-overlay li.left span {
  margin-left: -5px;
}
.other.subscriptions ol.disc-overlay li.disc-gray {
  background: url('/assets/img/sprites-s42e5aa2e87.png') no-repeat 0px -68px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .other.subscriptions ol.disc-overlay li.disc-gray {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -58px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
.other.subscriptions ol.disc-overlay li.disc-orange {
  background: url('/assets/img/sprites-s42e5aa2e87.png') no-repeat 0px -308px;
  margin-right: 154px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .other.subscriptions ol.disc-overlay li.disc-orange {
    background-image: url('/assets/img/sprites-retina-s0560367a26.png');
    background-position: 0 -168px;
    -webkit-background-size: 366px auto;
    -moz-background-size: 366px auto;
    -o-background-size: 366px auto;
    background-size: 366px auto;
  }
}
.other.subscriptions ol.disc-overlay li.disc-gray.left {
  margin-right: 154px;
}

/* Pricing Table */
div.table-wrapper {
  position: relative;
  margin: 25px auto 25px auto;
  width: 752px;
}

.other.subscriptions table {
  border: 1px solid #C1C1C6;
  width: 750px;
}
.other.subscriptions thead th {
  font-family: 'PragmaticaExtLight-Reg';
  /*font-family: 'PragmaticaExtExtraLight-Reg';*/
  font-size: 23px;
  line-height: 26px;
  font-size: 2.3rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  border: 1px solid #DDD;
  width: 250px;
  padding: 11px 0 54px 0;
  background-color: #C0C0C6;
} 
.other.subscriptions th.dk-gray-bg {
  background-color: #A8A8B3;
}
.other.subscriptions tbody td {
  font-size: 12px;
  line-height: 14px;
  font-size: 1.2rem;
  color: #646473; 
  text-align: center;
  border: 1px solid #DDD;
}
.other.subscriptions td.pricing {
  color: #a2a3a9;
  padding: 56px 0 10px 0;
}
.other.subscriptions td.pricing span {
  font-size: 24px;
  font-weight: normal;
  margin-left: -5px;
}
.other.subscriptions td.messages-sent {
  padding: 3px 0 7px 0;
}
.other.subscriptions td.messages-sent span {
  font-size: 36px;
  line-height: 40px;
  font-size: 3.6rem;
  font-weight: bold;
}
.other.subscriptions td.messages-read {
  padding: 7px 0 8px 0;
}
.other.subscriptions td.messages-read span {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.other.subscriptions td span.orange-bold {
  color: #fe4b00;
  font-size: 12px;
  line-height: 14px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Single User */




/* Group or Domain */
.other.subscriptions td.domains-subs {
  color: #98999F;
  font-size: 12px;
  line-height: 14px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 12px 0 3px 0;
}

.input-xlarge.uneditable-input.current-domains {
  background-color: #eaebed;
  color: #98999F;
  font-size: 16px;
  font-weight: bold;
  width: 60px;
  margin: 7px 0 20px;
  border: none;
  border-radius: 0;
}
.other.subscriptions td.domains-subs label {
  padding: 10px 0 0 0;
  color: #98999F;
  font-size: 12px;
  line-height: 14px;
  font-size: 1.2rem;
  font-weight: bold;
}
.other.subscriptions td.domains-subs input {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 60px;
}
span.emphasis {
  color: #000;
  font-weight: bold;
}
.other.subscriptions td.discount {
  background-color: #FFE373;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 8px 0 8px 0;
}

.other.subscriptions tr.choose-plan {
  background-color: #eee;
}
.other.subscriptions td.plan-text {
  border-right: #eee;
  color: #C1C1C6;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-size: 1.8rem;
  padding: 0 0 0 10px;
  text-align: left;
}
.other.subscriptions td.monthly-total {
  border-right: #eee;
  border-left: #eee;
  /*color: #525252;*/
  padding: 0;
  margin: 0;
}
.other.subscriptions td.annual-total {
  border-left: #eee;
  /*color: #C1C1C6;*/
  padding: 0;
  margin: 0;
}

.other.subscriptions label.radio {
  font-size: 14px;
  color: #525252;
  text-align: left;
  margin: 20px auto 0 auto;
  width: 40%;
}
.input-xlarge.uneditable-input.totals {
  background-color: transparent;
  color: #474A54;
  font-size: 22px;
  font-weight: bold;
  width: 120px;
  margin: 0 0 20px;
  border: none;
  border-radius: 0;
}
.other.subscriptions td.checkout-button {
  padding: 8px 0;
}


/* ==========================================================================
    Other Pages -  Enlocked Help
  ========================================================================== */

/*Styles for Help-version-1 */
.other.home.help-1 div.accordion-group {
  margin-bottom: 20px;
  border: none;
}


.other.home.help-1 .accordion-heading .accordion-toggle {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0;
}

.other.home.help-1 .accordion-inner {
padding: 9px 15px 0 15px;
border-top: 1px solid 
#e5e5e5;
}


/*Styles for Help-version-2 */

div#ea-help.accordion {
margin: 0 0 20px 20px;
}


.other.home.help-2 div.accordion-group {
  margin-bottom: 15px;
  border: none;
}


.other.home.help-2 .accordion-heading .accordion-toggle {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0;
}

.other.home.help-2 .accordion-inner {
  padding: 9px 15px 0 15px;
  border-top: 1px solid 
  #e5e5e5;
}


.other.home.help-2 h3.sidebar {
  line-height: 22px;
  margin: 0 0 10px 0;
}

.other.home.help-2 .info-box.footer div {
  margin-bottom: 15px;
  min-height: 50px;
  height: auto;
}

.other.home.help-2 .downloads-link {
display: block;
line-height: 30px;
font-size: 12px;
font-size: 1.2rem;
margin-top: 5px;
position: relative;
}


/* ==========================================================================
    Other Pages -  Subscriptions - Checkout
  ========================================================================== */

h3.order-summary-heading {
  padding: 15px 0 10px 0;
}

.other.checkout table {
  margin-bottom: 0;
}

.other.checkout table .header {
  background-color: #b9b9bf;
  color: white;
}

.other.checkout td.labels {
  padding-right: 20px;
}
.other.checkout td.description {
  font-weight: bold;
  color: #5e5e5e;
}

.other.checkout table.totals {
  float: right;
  margin: 0 7px 20px 0;

}
.other.checkout table .order-total {
  color: #000;
  font-weight: bold;
}

div.payment-info {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
h3.payment-info-heading {
  padding: 20px 0 10px 0;
  border-top: 1px solid #ccc;
}
div.payment-info p {
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  color: #848484;
}

.other.checkout .form-horizontal .control-label {
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 3px;
  width: 150px;
  text-align: left;
}

.other.checkout input {
  width: 150px;
  height: 18px;
  min-height: 18px !important;
}
.other.checkout input.short {
  width: 60px;
}
.other.checkout input.shorter {
  width: 30px;
}
.other.checkout select {
  font-size: 12px;
  line-height: 22px;
  font-size: 1.2rem;
  height: 22px;
  width: auto;
}
.other.checkout .controls {
margin-left: 0;
}

img.stripe-img {
  margin-top: -27px;
}

/* ==========================================================================
    Other Pages -  Enlocked Help - Version 2b
  ========================================================================== */

.other.home.help-2b div.accordion-group {
  margin-bottom: 10px;
  border: none;
}
.other.home.help-2b .accordion-heading .accordion-toggle {
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 0;
}
div.accordion-inner {
  font-size: 12px;
}
.other.home.help-2b h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 5px 0;
  padding-top: 15px;
}
.other.home.help-2b h3.first {
  padding-top: 0;
}














