/* ==|== primary styles =====================================================
font-family: @condensedFont;
font-family: @mainFont;
   ========================================================================== */
/* ==|== primary styles =====================================================
font-family: @condensedFont;
font-family: @mainFont;
   ========================================================================== */
/***** Architecture *****/
/*----------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background: #eeeeee;
  width: 100%;
}
#wrapper {
  width: 100%;
  background: #ffffff;
}
#content,
#headerWrapper {
  clear: both;
  margin: 0px auto;
  text-align: left;
  width: 100%;
}
#content {
  padding: 20px 0px;
  color: #525252;
  background: #ffffff;
}
/***** Global Tags *****/
/*----------------*/
/***** Header *****/
/*** BS Overrides ***/
.navbar-default {
  background: none;
  border: 0;
}
#headerWrapper {
  background: url(/img/global/backgrounds/header.png) repeat-x;
}
header nav.navbar-default .navbar-header .navbar-brand {
  height: auto;
  margin-left: 0;
  padding: 10px 0 0;
}
header nav.navbar-default .navbar-header .navbar-brand .logo {
  width: 183px;
  height: auto;
}
header nav.navbar-default .navbar-collapse {
  background: #ffffff;
  border-top: 0px;
}
header nav.navbar-default ul.navbar-nav {
  margin-top: 0px;
  margin-left: 25px;
  text-align: right;
  /* used for the red active indicator for mouse hover */
}
header nav.navbar-default ul.navbar-nav li {
  /*  display:block;  */
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  border-bottom: 2px solid #ffffff;
}
header nav.navbar-default ul.navbar-nav li a {
  color: #0f0f0f;
}
header nav.navbar-default ul.navbar-nav li:hover,
header nav.navbar-default ul.navbar-nav li.active {
  color: #0f0f0f;
  border-bottom: 2px solid #e51937;
}
header nav.navbar-default ul.navbar-nav li.active a {
  background: none;
  color: #0f0f0f;
}
header nav.navbar-default ul.navbar-nav li.active a:hover {
  background: rgba(0, 0, 0, 0.01);
}
header nav.navbar-default ul.navbar-nav .open .dropdown-toggle {
  background: none;
}
header nav.navbar-default ul.navbar-nav .dropdown-menu {
  background: #eeeeee;
  padding: 0;
  border-width: 2px;
  border-top-width: 0px;
  margin-top: 2px;
}
header nav.navbar-default ul.navbar-nav .dropdown-menu li a {
  color: #0f0f0f;
  padding: 15px;
}
header nav.navbar-default ul.navbar-nav .dropdown-menu li a:hover,
header nav.navbar-default ul.navbar-nav .dropdown-menu li a.active {
  background: #e51937;
  color: #ffffff;
}
header nav.navbar-default ul.navbar-nav .dropdown-menu li:hover,
header nav.navbar-default ul.navbar-nav .dropdown-menu li.active {
  border: 0;
}
header nav.navbar-default .btn-buy-now {
  padding-top: 0px;
  padding-left: 0px;
}
header nav.navbar-default .btn-buy-now a.btn {
  font-size: 14px;
  padding: 3px 8px;
}
.navbar-right .dropdown-menu {
  left: -2px;
  right: auto;
}
@media (min-width: 768px) {
  header nav.navbar-default .navbar-collapse {
    background: none;
  }
  header nav.navbar-default ul.navbar-nav {
    margin-top: 0px;
    margin-left: 0px;
  }
  header nav.navbar-default ul.navbar-nav li {
    font-size: 16px;
    padding-top: 0;
    border-color: transparent;
  }
  header nav.navbar-default ul.navbar-nav li a {
    padding-top: 54px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
  }
  header nav.navbar-default ul.navbar-nav li:hover,
  header nav.navbar-default ul.navbar-nav li.active {
    color: #e51937;
    border-bottom: 2px solid #e51937;
  }
  header nav.navbar-default .btn-buy-now {
    padding-top: 50px;
    padding-left: 12px;
  }
  header nav.navbar-default .btn-buy-now a.btn {
    font-size: 16px;
    padding: 3px 8px;
  }
}
@media (min-width: 992px) {
  header nav.navbar-default .navbar-header .navbar-brand .logo {
    width: 223px;
  }
  header nav.navbar-default ul.navbar-nav {
    margin-top: 0px;
  }
  header nav.navbar-default ul.navbar-nav li {
    font-size: 18px;
  }
  header nav.navbar-default ul.navbar-nav li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  header nav.navbar-default .btn-buy-now {
    padding-top: 50px;
    padding-left: 20px;
  }
  header nav.navbar-default .btn-buy-now a.btn {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar-default ul.navbar-nav li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  header nav.navbar-default .btn-buy-now {
    padding-top: 50px;
    padding-left: 30px;
  }
}
/***** Footer *****/
footer {
  width: 100%;
  background: #EDECEC ;
  text-align: left;
  border-top: 2px solid #C9C9C9;
}
#copyright {
  padding: 22px 0px 0 0;
  font-size: 12px;
}
footer ul.footerNavigation {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  float: left;
}
footer ul.footerNavigation li {
  display: list-item;
  position: relative;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}
footer ul.footerNavigation li a {
  text-decoration: none;
  display: block;
  color: #0f0f0f;
}
footer ul.footerNavigation li a:hover,
footer ul.footerNavigation li a.active {
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer ul.footerNavigation li {
    float: left;
    display: block;
    padding: 2px 15px 2px;
    border-left: 1px solid #0f0f0f;
    font-weight: 600;
  }
  footer ul.footerNavigation li ul li {
    border-width: 0;
    padding: 2px 7px 2px;
    float: none;
  }
  footer ul.footerNavigation li ul li a,
  footer ul.footerNavigation li ul li a:hover {
    text-decoration: none;
  }
}
footer .footnotes {
  clear: both;
  font-size: 11px;
}
footer .twitter-link {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 35px;
  height: auto;
}
@media (min-width: 768px) {
  footer .twitter-link {
    position: static;
    float: left;
    width: 35px;
    height: auto;
    margin-top: 12px;
  }
}
footer .twitter-link img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
footer .twitter-link img:hover {
  border-radius: 50%;
}
/***** Pages *****/
/*----------------*/
aside {
  padding: 10px 0 10px 10px;
  transition: all .5s;
}
aside a.button,
.updateWarning a.button {
  background: #2f4e57;
  -webkit-box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 11px 10px 9px 14px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 10px;
  display: block;
  border: 0px;
  text-decoration: none;
  line-height: 17px;
}
aside a.button:hover,
.updateWarning a.button:hover {
  background: #688891;
}
aside a.button span,
.updateWarning a.button span {
  font-size: 11px;
  line-height: 11px;
}
@media (min-width: 768px) {
  aside {
    padding: 0;
  }
  aside a.button {
    max-width: 146px;
    margin-bottom: 18px;
  }
}
section {
  padding: 10px 0 20px 10px;
  position: relative;
}
section p:first-child,
section h1 {
  margin-top: 0px;
  padding-top: 0;
}
@media (min-width: 768px) {
  section {
    padding: 0 0 20px 0;
  }
}
/***** Reusable *****/
.relative {
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
/* Font colors and Links */
.white {
  color: #ffffff;
}
.lgtGrey {
  color: #898989;
}
.darkGrey,
a.greyLink,
a.greyLink:visited {
  color: #525252;
}
.red {
  color: #e51937;
  border-color: #e51937;
}
.btn-danger {
  background: #e51937;
}
.emphasize {
  font-style: italic;
}
section a,
aside#news a,
a.defaultLink {
  color: #e51937;
}
section a:visited,
aside#news a:visited,
a.defaultLink:visited {
  color: #e51937;
}
section a:hover,
aside#news a:hover,
a.defaultLink:hover {
  color: #e51937;
}
a.greyLink:hover {
  color: #000000;
}
.registryReconText {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #e51937;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 115%;
}
.registryReconText span {
  font-weight: 700;
  padding-left: 4px;
}
article#content.generalPageLayout {
  padding: 20px 20px;
  width: 100%;
}
p.listIntroduction {
  margin-bottom: 0px;
  padding-bottom: 0;
}
p.listIntroduction + ul {
  margin-top: .25em;
}
/***** Home *****/
.feature {
  margin-bottom: 50px;
}
.featureSlide {
  width: 100%;
  height: 269px;
  position: relative;
}
.gradient-slide-with-shadow {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gradient-slide-with-shadow img {
  width: 100%;
  height: auto;
  max-width: 347px;
}
.featureSlideContent {
  display: flex;
  top: 0;
  left: 0;
  padding: 12px 16px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.featureSlideContent .white {
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .featureSlideContent {
    width: 100%;
  }
}
#featureSlide-1 {
  z-index: 20;
  top: 10px;
}
#featureSlide-1 h1 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #featureSlide-1 .featureSlideContent {
    padding: 12px 10%;
  }
  #featureSlide-1 .featureSlideContent h1 {
    font-size: 22px;
  }
}
#featureSlide-2 {
  z-index: 19;
  /*  left: 320px;*/
  top: 30px;
}
#featureSlide-2 ul {
  margin: 6px 0 0 -6px;
  padding-left: inherit;
  list-style: outside;
}
#featureSlide-2 ul li {
  margin: 0;
  font-size: 14px;
  padding: 6px 0;
  line-height: 16px;
}
@media (min-width: 768px) {
  #featureSlide-2 {
    z-index: 19;
    /*  left: 320px;*/
    top: 10px;
  }
  #featureSlide-2 ul li {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #featureSlide-2 {
    top: 0;
  }
  #featureSlide-2 .featureSlideContent {
    padding: 12px 16px;
  }
  #featureSlide-2 ul li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #featureSlide-2 {
    top: 0;
  }
  #featureSlide-2 .featureSlideContent {
    padding: 12px 16px 12px 26px;
  }
  #featureSlide-2 ul li {
    font-size: 15px;
  }
}
#featureSlide-3 {
  z-index: 20;
  top: 50px;
}
#featureSlide-3 img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #featureSlide-3 {
    top: 30px;
  }
}
@media (min-width: 992px) {
  #featureSlide-3 {
    top: 10px;
  }
}
#featureSeeDemo {
  float: left;
  margin: 6px 20px 0 0;
}
#featureDownload {
  float: left;
  margin: 6px 0px 0 0;
}
.featureButton {
  margin: 12px 20px 0 0;
  padding: 2px 16px;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
  border: 0;
  text-decoration: none;
}
.featureButton:hover,
.featureButton:active {
  color: #ffffff;
  text-decoration: none;
}
#featureLearnMore {
  background: #72b420;
}
#featureLearnMore:hover {
  background: #62a213;
}
.redButton {
  background: #e51937;
}
.developer-credit {
  text-align: center;
  padding: 12px 0px;
  clear: both;
  font-size: 21px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.developer-credit h1 {
  display: inline-block;
  font-size: 21px;
}
.developer-credit .arsenal-consulting-logo {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  padding: 6px;
  border-radius: 8px;
  margin-right: 10px;
  background: #b9b6b6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b9b6b6 0%, #e1e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b9b6b6), color-stop(100%, #e1e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #b9b6b6 0%, #e1e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #b9b6b6 0%, #e1e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #b9b6b6 0%, #e1e2e2 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #b9b6b6 0%, #e1e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9b6b6', endColorstr='#e1e2e2', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.arsenal-consulting-logo img {
  width: 100%;
  height: auto;
}
.developer-credit a {
  color: #e51937;
}
#homeBottom {
  margin: 0 auto;
  width: 990px;
  min-height: 260px;
}
.homeBottomBlocks {
  margin-bottom: 70px;
}
.homeBottomBlock {
  min-height: 260px;
  padding: 0 20px;
  text-align: left;
}
#testimonies h2,
#testimonies h3 {
  line-height: 150%;
}
#testimonies a {
  text-decoration: none;
}
.homeBottomBlock:first-child {
  border-left: 0px;
}
.homeBottomBlockQuote {
  text-align: right;
  color: #525252;
  padding-top: 14px;
}
#middleHomeBottomBlock {
  border-left: 0px solid #d2d2d2;
  border-right: 0px solid #d2d2d2;
}
@media (min-width: 768px) {
  #middleHomeBottomBlock {
    border-left: 1px solid #d2d2d2;
    border-right: 0px solid #d2d2d2;
  }
}
@media (min-width: 992px) {
  #middleHomeBottomBlock {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
}
#middleHomeBottomBlock h2 {
  color: #525252;
}
#middleHomeBottomBlock ul {
  margin: 6px 0 12px -18px;
  color: #e51937;
}
#middleHomeBottomBlock ul li {
  margin: 0;
  font-size: 15px;
  padding: 0px 0 4px 0;
  line-height: 16px;
}
#eventsInset ul {
  list-style: none;
  margin: 6px 0;
  padding: 0;
  height: 208px;
  overflow-y: scroll;
}
#eventsInset ul li {
  padding-bottom: 12px;
  font-size: 14px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
}
#eventsInset ul li span {
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #e51937;
  font-size: 16px;
}
#eventsInset ul li span:after {
  content: " - ";
}
#eventsInset ul li a {
  color: #525252;
}
#events {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}
#events li {
  font-size: 1em;
  font-weight: bold;
}
#events li span {
  font-weight: 700;
  color: #e51937;
  font-size: 16px;
}
#events li span:after {
  content: " - ";
}
#events li ul {
  list-style: none;
  margin-top: 0;
  width: 550px;
}
#events li ul li {
  font-weight: normal;
  padding-bottom: 12px;
}
/* apps styles */
@media (min-width: 768px) {
  .apps-container {
    padding-top: 40px;
  }
}
#appsFeature {
  margin: 0 18px;
  width: 962px;
  /*height:300px;*/
  height: 40px;
  overflow: hidden;
  position: relative;
}
#appsFeature figcaption {
  text-align: center;
}
aside a.downloadRegistryRecon-large {
  background: none;
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959595), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #959595, #cccccc);
  background-image: -moz-linear-gradient(top, #959595, #cccccc);
  background-image: -ms-linear-gradient(top, #959595, #cccccc);
  background-image: -o-linear-gradient(top, #959595, #cccccc);
  width: 146px;
  padding-right: 10px;
}
aside a.downloadRegistryRecon-large:hover {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#959595));
  background-image: -webkit-linear-gradient(top, #cccccc, #959595);
  background-image: -moz-linear-gradient(top, #cccccc, #959595);
  background-image: -ms-linear-gradient(top, #cccccc, #959595);
  background-image: -o-linear-gradient(top, #cccccc, #959595);
}
.pricingSnipe {
  margin: 40px 0 10px 0;
}
.priceSnipe {
  margin: 0px 0 10px 0;
  text-align: right;
}
h2.pricing {
  font-size: 14px;
  margin: -10px 0 10px 0;
}
p.endorsementQuotes {
  margin-bottom: 1px;
}
p.endorsementQuotesName {
  text-align: right;
  color: #000000;
  padding: 0 0 20px;
  margin-top: 0;
  font-weight: 600;
  font-style: italic;
}
.learnMore {
  cursor: pointer;
  color: #e51937;
}
#registryReconOverviewMore {
  display: none;
}
.faqs {
  padding-top: 4px;
  font-size: 13px;
}
.faqs h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
  padding-top: 8px;
  font-size: 15px;
}
.faqs h3 + p {
  margin-top: 0;
  display: none;
}
.faqs h3 + div,
.faqs h3 + table {
  margin-top: 10px;
  display: none;
}
.showFAQ {
  cursor: pointer;
}
.showFAQ:hover {
  text-decoration: underline;
}
.faqItem {
  display: none;
}
.newReleaseInset {
  padding: 4px 0;
  background: #e51937;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #424242;
}
.newReleaseInset a {
  text-decoration: none;
  color: #fff;
}
.newReleaseInset a:hover {
  text-decoration: underline;
}
.newReleaseNotes {
  padding: 20px;
  border: 0px solid;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dfdddd));
  background-image: -webkit-linear-gradient(-45deg, #dfdddd, #fefefe);
  background-image: -moz-linear-gradient(top, #cccccc, #dfdddd);
  background-image: -ms-linear-gradient(top, #cccccc, #dfdddd);
  background-image: -o-linear-gradient(top, #cccccc, #dfdddd);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}
.newReleaseNotes ul {
  margin-left: 0 !important;
  padding-left: 20px !important;
  line-height: 16px;
}
.newReleaseNotes ul li {
  margin: 0 0 10px 0 !important;
}
.newReleaseNotes h2 {
  font-weight: 600;
  margin-bottom: .5em;
}
/* App Gallery Styles */
#gallery {
  border-radius: 10px;
  border: 0px solid #9d9d9d;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dfdddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dfdddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dfdddd);
  background-image: -o-linear-gradient(top, #ffffff, #dfdddd);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
}
.galleryStage {
  padding: 10px;
  margin-bottom: 20px;
}
.galleryStage img {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
}
.galleryStage img.galleryStageImageOff {
  display: none;
}
.galleryStage img.galleryStageImageActive {
  display: block;
}
.galleryThumbnails {
  border-top: 1px solid #b4b3b3;
  text-align: center;
}
.galleryThumbnails ul {
  list-style: none;
  margin: -1px auto;
  padding: 0;
  /* width:394px; */
}
.galleryThumbnails ul li {
  /* float:left; */
  display: inline-block;
  width: 96px;
  height: 72px;
  border: 1px solid #b4b3b3;
  border-bottom: 1px solid #dfdddd;
  text-align: center;
  padding: 0px auto;
  cursor: pointer;
  position: relative;
  margin: 0 -3px;
}
.galleryThumbnails ul li img.galleryThumbnailPic {
  width: 80px;
  height: auto;
  margin-top: 12px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.galleryThumbnails ul li:hover,
.galleryThumbnails ul li.active {
  border: 1px solid #777777;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #d7d7d7, #909090);
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
}
.galleryArrowDownOff {
  position: absolute;
  width: 96px;
  height: 10px;
  top: -7px;
  left: 0;
  text-align: center;
  display: none;
}
.galleryArrowDownOn,
.galleryArrowDownActive {
  display: block;
}
#downloadFeature {
  height: 80px;
  position: relative;
}
aside a#purchase {
  background: #e51937;
}
aside a#purchase span {
  font-size: 19px;
}
.downloadHereHeadline {
  margin-top: 0px;
  padding-left: 18px;
  background: url(../img/apps/download-arrow.png) 0 7px no-repeat;
}
.downloadHere {
  background: url(../img/apps/download-icon.png) -6px 0 no-repeat;
  padding-left: 58px;
  text-align: left;
  margin-top: 16px;
  font-size: 13px;
}
.downloadHere a,
.downloadHere a:visited {
  color: #e51937;
  font-size: 15px;
}
p.expiresIn14Days {
  font-size: 12px;
  color: #e46d7f;
}
.freeUpgrades {
  margin-top: 40px;
  font-size: 12px;
  padding-left: 25px;
  background: url(../img/apps/buy-note-upgrade.png) 0 6px no-repeat;
}
.freeUpgrades span {
  color: #e51937;
  font-size: 18px;
}
article.news h1 {
  padding-bottom: 22px;
}
aside#twitterFeed {
  margin-left: 0px;
  margin-right: 20px;
  width: 250px;
}
section#newsPage {
  width: 100%;
}
#newsPage ul {
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  list-style: none;
}
#newsPage ul li {
  padding: 14px 0;
  border-bottom: 1px dashed #F2F2F2;
}
#newsPage ul li span.date {
  font-weight: bold;
}
#newsPage ul li a {
  text-decoration: none;
}
#newsPage ul li a span {
  color: #525252;
}
#newsPage ul li a:hover {
  text-decoration: underline;
}
section#newsPost h2 {
  color: #000;
}
section#newsPost h3 {
  font-style: italic;
  color: #000;
}
/*.twitterFeed{
	float:right;
	width:220px;
	margin:0 0 40px 40px;
}*/
/* == Download Warning Window ==*/
.updateWarningWindow {
  position: absolute;
  z-index: 2000;
  width: 360px;
  top: 20px;
  left: 360px;
  margin-left: -180px;
  border: 3px solid #000000;
  padding: 14px;
  background: #e51937;
  -webkit-box-shadow: 0px 0px 100px 50px #ffffff;
  box-shadow: 0px 0px 100px 50px #ffffff;
  border-radius: 10px;
  display: none;
}
.updateWarning {
  background: #ffffff;
  padding: 12px;
}
.updateWarning h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #e51937;
  font-weight: 700;
  text-transform: uppercase;
}
.updateWarning a.button {
  width: auto !important;
  font-size: 15px;
}
.downloadPromptClose {
  cursor: pointer;
  font-size: 13px;
}
/*** Training Page ***/
article#content.training h1 {
  margin: 0 0px 20px 0;
}
article#content.training h4 {
  font-weight: 600;
  display: block;
  float: left;
  width: 150px;
  text-align: right;
  margin: 0 20px 40px 0;
  clear: left;
}
article#content.training p {
  display: block;
  float: left;
  width: 550px;
  text-align: left;
  margin: 0 0px 40px 0;
}
section#testimonials {
  margin: 20px auto 0;
  float: none !important;
}
/**** Resellers *****/
.resellers-list {
  margin-top: 40px;
}
.resellers-list .reseller {
  padding-bottom: 50px;
}
.resellers-list .reseller h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
  line-height: 1.1;
  padding-bottom: 4px;
}
.resellers-list .reseller .reseller-logo {
  max-height: 100%;
}
.resellers-list .reseller .no-region-spacer {
  margin-bottom: 26px;
}
.resellers-list .reseller:nth-child(odd) {
  clear: left;
}
.resellers-list .reseller:last-child {
  width: 100% !important;
}
@media (min-width: 768px) {
  .resellers-list .reseller .reseller-logo {
    max-height: 180px;
    overflow-y: hidden;
  }
}
@media (min-width: 992px) {
  .resellers-list .reseller .reseller-logo {
    max-height: 100px;
    overflow-y: hidden;
  }
}
/**** subscribe *****/
#subscribeInner {
  background-image: url(/img/global/header/contact.png);
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  /*background-color:#333333;*/
  cursor: pointer;
  height: 152px;
  left: 0;
  margin-left: 0px;
  *margin-left: 0px;
  overflow: hidden;
  position: fixed;
  *position: absolute;
  text-indent: -100000px;
  top: 152px;
  *margin-top: 10px;
  width: 35px;
  z-index: 100000;
  border-radius: 0px 6px 6px 0px;
}
#subscribeInner:hover {
  background: #000000 url(/img/global/header/contact.png);
}
#subscribeContactForm {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  min-height: 390px;
  left: 0;
  margin-left: -300px;
  *margin-left: -334px;
  margin-top: -160px;
  overflow: hidden;
  position: fixed;
  top: 250px;
  width: 260px;
  *width: 294px;
  z-index: 99;
  text-align: left;
}
#subscribeContactForm form {
  padding-left: 30px;
}
.subscribeHolder {
  margin: 0 auto;
  *margin-left: 20px;
  padding-top: 20px;
}
#subscribeContactForm input {
  background: #FFFFFF none repeat scroll 0 0;
  outline-style: none;
  outline-width: medium;
  width: 200px;
  padding: 3px;
  border: 1px solid #dfdfdf;
  font-size: .8em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
#subscribeContactForm input.error {
  border: 2px solid #c15017;
  background-color: #fde3cb;
}
#subscribeContactForm input[type=submit] {
  -webkit-box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 11px 10px 9px 14px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 16px;
  border: 0px;
  text-decoration: none;
  line-height: 17px;
  background: none;
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959595), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #959595, #cccccc);
  background-image: -moz-linear-gradient(top, #959595, #cccccc);
  background-image: -ms-linear-gradient(top, #959595, #cccccc);
  background-image: -o-linear-gradient(top, #959595, #cccccc);
  width: 146px;
  padding-right: 10px;
  margin-top: 8px;
}
#subscribeContactForm input[type=submit]:hover {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#959595));
  background-image: -webkit-linear-gradient(top, #cccccc, #959595);
  background-image: -moz-linear-gradient(top, #cccccc, #959595);
  background-image: -ms-linear-gradient(top, #cccccc, #959595);
  background-image: -o-linear-gradient(top, #cccccc, #959595);
}
#subscribeContactForm label {
  width: 180px;
  display: block;
  font-size: 0.8em;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
label.required {
  font-weight: 600;
}
label.required:after {
  content: "*";
}
#subscribeContactForm .subscribeDisclaimer {
  font-size: .6em;
  padding-right: 10px;
  margin-top: 8px;
}
#subscribeContactForm .subscribe-green {
  color: #76b347;
}
#subscribeOverlay {
  background-color: red;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#subscribeContactForm #subscribeProcessing {
  background: url(/img/global/header/ajax-loader.gif) no-repeat;
  width: 66px;
  height: 66px;
  margin: 80px auto;
  display: none;
}
#subscribeSuccess {
  font-size: 1.1em;
  color: #FFF;
  width: 225px;
  margin: 100px auto;
  display: none;
}
#middleName {
  display: none;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
