@charset "UTF-8";

@import url("//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");

/* CSS Document */

*{margin:0;
padding:0;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333 !important;
}
li {
  z-index: 1;
  list-style-position: inside;
  padding-bottom: 5px;
}
.nav > li {
  z-index: 2000;
}
.form-horizontal .control-label {
  text-align: left;
}
.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-decoration: none;
  color: rgba(51, 99, 170, 0.40);
  font-size: 250%;
  padding: 15px;
  display: none;
}

.back-to-top:hover {  
  color: rgba(51, 99, 170, 0.80);
}

/* Subpage Menu - mobile first CSS*/
.subnav {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
.product-content {
  width: 75%;
  display: inline-block;
}
body{ -webkit-animation: bugfix infinite 1s; }

.mainMenu {
  display:block;
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  line-height:1.4;
  float:left;
  }
 #toggleMenu, .toggleMenu { 
  display: none;
  }
.toggleMenu { 
  display: block; 
  position: relative; 
  cursor: pointer; 
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  user-select: none; 
  }
 #toggleMenu:checked ~ .menu {  
  max-height:800px; 
  opacity:1;
  }
 .menu {
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
  float:left;
    overflow-y: hidden;
  max-height:0;
  }
 .menu li {
  margin:0;
  padding:0;
  white-space:nowrap;
  display:block;
  width:100%;
  padding: 10px 0px;
  }
 .menu li:hover {
  cursor:pointer;
  }
.menu a, .menu a:visited {
  color:#3363aa;
  text-decoration:none;
  display:block;
  padding:5px 0px;
  text-transform: uppercase;
  font-size: 18px;
  }  
.menu a:hover, .menu li.active a {
  font-weight: bold;
  }
 label.menuTitle {
  text-align:left;
  font-size:22px;
  padding:25px 0px;
  margin:0;
  display:block;
  cursor:pointer;
  }
  
@media screen and (min-width:1200px) {
    label.menuTitle {
      display:none;
    }
   .menu { 
      display:block!important;
      border:0;
      overflow:visible;
      max-height:100px!important;
      padding:10px 0;
    }  
    .menu li {
      width:auto; 
      border:0; 
    }
    .menu li:hover  {
      background:none;
    }
    .menu a, .menu a:visited {
      display:inline; 
      width:auto;
      padding:0 3px 0 8px;
    }
  }

/* Main Nav Mobile */
.mainSticker {
  display:block;
  position:relative;
  width:100%;
  margin:0;
  text-align: center;
  line-height:1.4;
  float:left;
  }
  
#toggleSticker, .toggleSticker { 
  display: none;
  }

.toggleSticker { 
  display: block; 
  position: relative; 
  cursor: pointer; 
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  user-select: none; 
  }
  
#toggleSticker:checked ~ .sticker {  
  max-height:800px; 
  opacity:1;
  }
  
.sticker {
  width:100%;
  margin:0;
  list-style:none;
  float:left;
    overflow-y: hidden;
  text-align:center;
  max-height:0;
  }
  
.sticker li {
  margin:0;
  padding: 20px 25px;
  white-space:nowrap;
  display:block;
  width:100%;
  
  }
  
.sticker li:hover {
  cursor:pointer;
  }
  
.sticker a, .sticker a:visited {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-decoration:none;
  display:block;
  }
.sticker a:hover {
  color: #f3bc26;
}
label.stickerTitle {
  text-align:center;
  font-size:22px;
  margin:0;
  padding: 20px 30px;
  color: #fff;
  display:block;
  cursor:pointer;
  font-weight: 300;
  }
  
@media screen and (min-width:1200px) {
  label.stickerTitle {
    display:none;
    }
  
  .sticker { 
    display:block!important;
    border:0;
    overflow:visible;
    max-height:100px!important;
    padding:20px 0;
    }  

  .sticker li {
    width:auto; 
    display:inline;
    }
    
  .sticker li:hover  {
    background:none;
    }
    
  .sticker a, .sticker a:visited {
    display:inline; 
    width:auto;
    padding:0 3px 0 8px;
    }
  }

@media screen and (max-width:1200px) {
  .sticker li {
    width:auto; 
    display:inline;
    padding: 8px 25px;
  }
  .sticker a, .sticker a:visited {
    font-size: 16px;
  }
  ul.sticker {
    margin-top: -10px;
  }
  label.stickerTitle {
    padding: 10px 30px;
  }
}

/* Main Nav dropdown */
.dropdown-menu {
  background-color: #a1b2d1;
  border: none;
  border-radius: 0px;
  margin-top: 0px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
ul.dropdown-menu > li {
  padding: 12px 0px;
}
ul.dropdown-menu > li > a {
  font-size: 18px;
  color: #fff;
  text-transform: none;
}
ul.dropdown-menu > li > a:hover {
  color: #3363aa;
}
@media screen and (max-width:1199px) {
  .dropdown-menu {
    display: none !important;
  }
}
  
/* Header */
.logo {
  padding: 20px 0px;
  display: block;
  float:left;
}
.logo img {
  width: 240px;
}
.utility {
  display:block;
  float: right;
  margin-top: 35px;
}
.utility ul li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
  padding-left: 20px;
}
input.trialButton {
  background: #f3bc26;
  text-align: center;
  display: inline-block;
  color: #5a4304;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
  padding: 5px 10px;
}
input.trialButton:hover {
  text-decoration: none;
  background: #efa91b;
}
input.trialButton.large {
  background: #f3bc26;
  text-align: center;
  padding: 10px 0px;
  display: block;
  width: 235px;
  color: #5a4304;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  margin-bottom: 10px;
}
input.trialButton.large:hover {
  text-decoration: none;
  background: #efa91b;
}
#sticker {
  background: #3363aa;
  text-align: center;
  border-bottom: 4px solid #a1b2d1;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2000;
}
div#sticker-sticky-wrapper.sticky-wrapper {
  width: 100% !important;
  height: auto !important;
}

/*Homepage Banner */
.banner {
  background: url(/files/home/banner-bg.png) top center no-repeat #a1b2d1;
  overflow: visible;
  min-height: 517px;
  border-bottom: 4px solid #f3bc26;
}
.video {
  width: 50%;
  min-width: 525px;
  float: left;
  display: inline-block;
}
.features {
  width: auto;
  max-width: 50%;
  padding-left:25px;
  display: inline-block;
}
.features ul li {
  list-style-type: none;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 0px;
}
a.trial-btn {
  background: #f3bc26;
  text-align: center;
  padding: 10px 0px;
  display: block;
  width: 195px;
  color: #5a4304;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
a.trial-btn:hover {
  text-decoration: none;
  background: #efa91b;
}

/* Homepage Content */
.home-main {
  background: url(/files/home/home-bg.png) top center no-repeat;
}
.quote {
  background: #e9ecfd;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  padding: 20px;
}
.quote > img {
  float: left;
  padding-right: 20px;
}
.intro-text {
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  padding: 30px 5px;
  border-bottom: 6px solid #eee;
}
.intro-text h3 {
  text-transform: none;
}
.feature-main {
  width: 80%;
  padding: 45px 0px;
  margin: 0 auto;
}
.feature-main h2 {
  margin-top: 0px;
}
.feature-main > img.icon-left {
  float: left;
  padding: 0px 25px 20px 0px;
}
.feature-main > img.icon-right {
  float: right;
  padding: 0px 0px 20px 25px;
}

/* Subnav */
.nav.subnav > li {
  padding: 10px 0px;
}
.nav.subnav > li > a {
  color: #3363aa;
  font-size: 18px;
  padding: 0px;
}
.nav.subnav > li > a:hover, .nav.subnav > li.active > a {
  font-weight: bold;
}

/* Subpage Styles */
.subpage {
  background: url(/files/home/subpage-bg.png) top center no-repeat;
}
.customer-quote {
  width: 50%;
  display: inline-block;
  float: left;
}
.customer-quote blockquote {
  padding-left: 20px;
  padding-right: 20px;
}
.feature-sub {
  width: 100%;
  padding: 25px 0px;
}
.feature-sub h3 {
  margin-top: 0px;
}
.feature-sub > img.left {
  float: left;
  padding: 0px 25px 20px 0px;
}
.feature-sub > img.right {
  float: right;
  padding: 0px 0px 20px 25px;
}

/* Testimonials */
.featured-customer {
  background: #e9ecfd;
  padding: 10px 20px;
  margin: 20px 0px;
}
.featured-customer .featured-testimonial {
  padding: 20px;
  min-height: 250px;
}
.featured-testimonial > p > em {
  font-size: 120%;
}
.testimonies ul li {
  list-style-type: none;
  padding: 10px 20px !important;
  border-left: 5px solid #eee;
}

/* Case Studies */
.row {
  width: 100%;
}
.case-study {
  padding: 20px 10px;
}
div.case-study.col-md-6 > p > a > img {
  width: 200px;
  border: 4px solid rgb(239, 239, 239);
  float: left;
  margin-right: 10px;
}
p.blogTitleLink {
  font-weight: bold;
}

/* Products Tabs */
ul.nav.nav-tabs {
  margin-bottom: 25px;
}
.nav-tabs > li > a {
  color: #3363aa;
  font-size: 18px;
  font-weight: 400;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #a1b2d1;
}

/* Features */
.pop-up-thumbs {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
}
.pop-up-thumbs > ul > li {
  list-style-type: none;
  display: inline;
  /*padding-right: 5%;*/
}
.pop-up-thumbs > ul > li:last-child {
  padding-right: 0px;
}
.pop-up-thumbs > ul > li > a > img {
  border: 2px solid #ccc;
}
.fa-ul {
  margin-left: 0px !important;
}
.fa-ul > li {
  left: 25px;
  margin-right: 25px;
}
ul.fa-ul > li.h3.features {
  list-style-type: none;
  padding-left: 0px;
  left: 0px;
}
i.fa.fa-fw.features {
  color: #3363aa;
  font-size: 40px;
  padding-right: 25px;
  width: 90px;
}
.popup-instruction {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  padding-bottom: 20px;
}
.panel-title {
  font-size: 34px;
}
.panel-title > a:hover, .panel-title > a > i.fa.fa-fw.features:hover {
  text-decoration: none;
  color: #f3bc26 !important;
}

/* Plans & Pricing */
.panel.panel-default.plans {
  width: 30%;
  display: inline-block;
  text-align: left;
}
.panel.panel-default.plans > .panel-heading {
  text-align: center;
  background: #a1b2d1;
  color: #fff !important;
}
.panel.panel-default.plans > .panel-heading > .panel-title, .panel.panel-default.plans > .panel-heading > big {
  color: #fff !important;
}
.panel.panel-default.plans > .panel-body > ul > li {
  margin-left: 20px;
  margin-right: -20px;
}
.panel.panel-default.plans-onpremise {
  width: 40%;
  display: block;
  text-align: left;
}
.panel.panel-default.plans-onpremise > .panel-heading {
  text-align: center;
  background: #fff;
  color: #fff !important;
}
.panel.panel-default.plans-onpremise > .panel-heading > .panel-title, .panel.panel-default.plans-onpremise > .panel-heading > big {
  color: #a1b2d1 !important;
}
a.onPremiseButton {
  background: #a1b2d1;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: none !important;
  padding: 4px 10px;
}
a.onPremiseButton:hover {
  text-decoration: none;
  background: #224f91;
  color: #fff;
}


/* Blog */
p.list_footer_links {
  border-bottom: 4px solid #ccc;
  padding-bottom: 20px;
}
p.list_footer_links a {
  font-weight: bold;
}
ul.blog {
  list-style-type: none;
}
div#BlogPopular > div.orglist.list_nav > ul.false {
  list-style-type: none;
}
input.subscribeButton {
  background: #3363aa;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
  padding: 4px 10px;
}
input.subscribeButton:hover {
  text-decoration: none;
  background: #224f91;
}
  

/* Free Trial Modal */
.modal {
  margin-left:auto;
  margin-right:auto;
  background-color: #fff;
  display: none;
  width: 400px;
  padding: 15px;
  text-align: left;
  border: 2px solid transparent;
  opacity: 0.9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  max-height: 500px;
}
#signupForm .close, #fullSignupForm .close {
  background-image: url(/files/Images/error.png);
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
#signupForm .error, #fullSignupForm .error {
  color: red;
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#signupForm input, #fullSignupForm input {
  font-size: 18px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  color: black;
  background-color: white;
  padding: 2px 4px;
}
#signupForm input::placeholder, #fullSignupForm input::placeholder {
  color: #666;
}
#signupForm.modal > form > p> button  {
  background: #f3bc26;
  text-align: center;
  display: inline-block;
  color: #5a4304;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
  padding: 5px 10px;
}
#signupForm.modal > form > p> button:hover {
  text-decoration: none;
  background: #efa91b;
}
.subhdr, .mceContentBody h1, #adminBody h1, #signupForm h1, #fullSignupForm h1 {
  margin-bottom: 12px;
  padding-bottom: 10px;
  color: #325d91;
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
}
.hide-me {
  display: none;
}

@media (max-width:400px) {
  .modal {
    width: 300px;
  }
}

/* Footer */
.footer {
  background: #a1b2d1;
  color: #fff;
  font-size: 14px;
  padding: 25px 0px;
  margin-top: 25px;
}
.footer a, .footer h4 {
  color: #fff;
}
.footer a:hover {
  text-decoration: none;
  color: #3363aa;
}
.column {
  width: 18%;
  display:inline-block;
  vertical-align: top;
}
.column > ul li {
  list-style-type: none;
}
.footer-end {
  width: 100%;
  text-align: center;
  display: block;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .features {
    max-width: 40%;
    padding-left:20px;
  }
  .features ul li {
    font-size: 16px;
    padding: 5px 0px;
  }
.subnav {
    width: 100%;
    display: block;
  }
  .product-content {
    width: 100%;
    display: block;
    clear: both;
  }
label.
}
@media (max-width: 990px) {
  .features {
    max-width: 100%;
    padding:20px 0px 40px 0px;
  }
  .features ul li {
    font-size: 16px;
    padding: 5px 0px;
    color: #fff;
  }
  .intro-text {
    font-size: 18px;
    padding: 15px 5px;
  }
  .feature-main {
    width: 100%;
    padding: 40px 0px;
  }
  .feature-main > img.icon-left {
    padding-bottom: 25px;
}
  .panel-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .home-main {
    background: none;
  }
  .panel.panel-default.plans {
    width: 100%;
    display: block;
    margin: 20px 0px !important;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  div.txt > input.trialButton {
    display: none;
  }
  .back-to-top {
    bottom: 0px;
    right: 0px;
    padding: 10px;
  }
}
@media (max-width: 660px) {
  .logo img {
    width: 190px;
  }
  .quote {
    font-size: 16px;
    line-height: 18px;
  }
  .feature-main p {
    font-size: 14px;
  }  
  .column {
    width: 40%;
    padding-bottom: 10px;
  }
}
@media (max-width: 580px) {
  .logo {
    float: none;
    text-align: center;
    width: 100%
  }
  .utility {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  div.case-study.col-md-6 > p > a > img {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .featured-customer .featured-testimonial {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .quote {
    font-size: 14px;
    line-height: 16px;
  }
  .feature-main {
    padding: 20px;
  }
  .feature-main > img.icon-left {
    width: 80px;
    padding-bottom: 0px;
  }
  .feature-main > img.icon-right {
    width: 80px;
    padding-bottom: 0px;
  }
  .feature-main h2 {
    padding-bottom: 20px;
  }
.feature-sub > img.left {
    width: 160px;
    height: auto;
    padding-right: 15px;
  }
  .feature-sub > img.right {
    width: 160px;
    height: auto;
    padding-left: 15px;
  }
  .intro-text h3 {
    font-size: 20px;
    margin-top: 0px;
  }
  .intro-text {
    font-size: 13px;
    padding: 15px 0px;
  }
  .back-to-top {
    bottom: 0px;
    right: 0px;
    padding: 5px;
  }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}