/*
 * Globals
 */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

div.cmplz-cookiebanner {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.navbar {
    border-radius:0px;
    border:0px;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
    }
    .collapse.in{
        display:block !important;
    }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

p{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color:#000000;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 20px;
}

blockquote:first-child{
	display:inline;
}
blockquote :last-child{
	margin-bottom:0;
}
a{
	color:#1465ce;
}
.underline-link{
	text-decoration:underline;
}
.side-sec-link{
	color:#337ab7;
}


.blog-img{
    margin-top:20px;
    margin-bottom:20px;
    max-width:90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blog-right-img{
    margin-top:10px;
    margin-bottom:20px;
    max-width:90%;
    display: block;
    margin-left: 10px;
    margin-right: auto;
}
.blog-left-img{
    margin-bottom:20px;
    max-width:90%;
    display: block;
    margin-right: 10px;
    margin-left: auto;
}

.blog-eta-img{
    margin-bottom:-10px;
    max-width:90%;
}

.star {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    color: #A8A8A8;
}
.star:last-child {
    margin-right: 0;
}
.star:before {
    content:'\2605';
}
.star.on {
    color: orange;
}
.star.half:after {
    content:'\2605';
    color: orange;
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}
.screenshot {
    border-radius:10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:20px;
    margin-bottom:20px;
}

.screenshot:hover {
    transform: scale(1.015);
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    max-width:100%;
  }
}

@media  (min-width: 767px) {
    #get-in-touch-div {
        position: fixed;
        width: 200px;
        text-align:center;
        margin-top:50px;
    }
}

a.tc-anchor {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}

@media (max-width: 991px) {
    #table-content {
       display:none;
   }
}

#mobile-news {
    display:none;
}
#mobile-news .mobile-news-title{
  text-align: center;
  padding: 0px 25px 20px 20px;
  color: #f7921E; 
  font-size: 20px;
}
#mobile-news .mobile-news-list{
  font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.8;
}

#bottom-article{
}

#bottom-article .bottom-article-title{
  text-align: center;
  padding: 0px 25px 20px 20px;
  color: #00a65a;
  font-size: 22px;
}
#bottom-article .bottom-article-list{
  font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.8;
}

@media  (max-width: 767px) {
    #new-get-in-touch-div {
	display:none;
    }
    #mobile-news {
	display:block;
    }
    #blog-cover-img {
        float:none!important;
	margin-left:auto;
    }
    #blog-testimonial-img {
        float:none!important;
	margin-right:auto;
    }
}

#new-get-in-touch-div {
   width:200px;
   text-align:center;
   position:fixed;
   margin-top:30px;
   margin-right:10px;
}

#get-in-touch-div{
    text-align:center;
}

.get-in-touch-desc{
    margin-top:20px;
    font-size:16px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.product-desc{
    margin-top:10px;
    font-size:16px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

.navbar-request-demo-btn{
    background-color:#FFA500;
    border-radius: 10px;
    margin-left:22px;
}

#navbar a{
    color: white;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: color 0.5s;
    font-weight: 500;
}
#navbar a:hover{
color: #cedae0;
}

#navbar{
    background-color:#2dacee;
    border-color:#2dacee;
    border-radius:0px;
}

.dropdown-menu{
    background-color:#2dacee;
}

.dropdown-menu li{
    margin-top:5px;
    margin-bottom:5px;
    padding: 0 20px;
    line-height: 2em;
    font-weight: 500;
}

.navbar-toggle {
    border-color: white !important;
}
.navbar-toggle .icon-bar{
    background-color: white !important;
}

.whova-navbar{
    background-color: #2dacee;
    height:84px;
    z-index:999;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}
.whova-nav-brand{
    padding-top:5px;
}
.whova-nav-brand img{
    height:40px;
}

.top-banner {
    padding: 8px;
    background-color:#F9DA5B;
    font-size:20px;
    font-weight:600;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

.stripnav {
    padding: 8px;
    background-color: #184d62;
    color: #d6d6d6;
    font-size: 13px;
    font-weight: 300;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}
.stripitems div {
    display: inline;
    margin-right: 15px;
}
.stripitems a {
    color: #d6d6d6;
}


/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
  padding-right: 30px;
}

@media  (max-width: 767px) {
    .blog-main {
        font-size: 18px;
        line-height: 1.5;
        padding-right: 10px;
    }
}

/* Sidebar modules for boxing content */
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

	
/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 20px;
  margin-top:25px;
  font-size: 30px;
  line-height:1.4;
  font-weight:600;
  color: #333;
}
.blog-sub-heading {
    font-size: 26px;
    margin-top:50px;
    margin-bottom:20px;
    font-weight:600;
    color: #333;
}
.blog-sub-sub-heading {
    margin-top:30px;
    margin-bottom:20px;
    font-weight:600;
}
.blog-sub-sub-sub-heading{
    margin-top:30px;
    font-size:20px;
    font-weight:bold;
}
.ordered-list {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    font-weight:300;
}
.unordered-list{
    font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
}

li{
    font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 5px 0;
    color:#000000;
}

.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

@media only screen and (max-width:980px){
  .feature-image-blog {
    margin-top: 100px !important;
  }
}

/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  text-align: center;
  background-color: black;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.footer-category-header{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:left;
    color: #dddddd;
    font-size:16px;
    margin-top:10px;
    margin-bottom:8px;
}

.footer-item{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:left;
    color: #555555;
    font-size:16px;
    margin-bottom:5px;
}

#pricing-page-link{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
}
#checklist-download-link{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: none;
}

@media (min-width: 991px) {
    /*
.navbar-default .navbar-nav > li:hover{
    color: #a3cbe0;
}*/
/*
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: #a3cbe0;
    color: rgb(85, 85, 85);
}
*/
li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a:hover{
    background-color: #2b8bc4;/*#246c96;*/
    color: rgb(85, 85, 85);

}
}

.footer-item a{
color: #555555;
}

.blog-sidebar {
    margin-top:-20px;
}

.image-courtesy-text {
    font-size:10px; text-align:center;
    margin-bottom: 20px;
}

.blog-img-caption{
    text-align:center;
    font-size:16px;
    margin-bottom: 30px;
}
#new-feature {
  font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 200px;
  min-height: 230px;
  border-radius: 3px;
  background-color: #fff;
 /% border: 1px solid #008d4c; %/
}
#new-feature .content-icon {
  font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
  text-align: center;
  padding: 0px 20px 20px 0px;
  color: #00a65a;
  font-size: 18px;
}
#new-feature .content-item {
  min-height: 102px;
  border-bottom: 1px solid lightgrey;
}
#new-feature .content-desc {
  height: 120px;
  font-size: 14px;
}
#new-feature .screenshot {
  margin-top: 15px;
  height: 150px;
  overflow: hidden;
  width: 180px;
}
#new-feature .screenshot img {
  max-width: 100%;
}
#new-feature .screenshot-checkin {
  height: 150px;
  margin-top: 15px;
  width: 188px;
}
#new-feature .screenshot-checkin img {
  max-width: 100%;
  margin-top: 20px;
}
#new-feature .carousel-inner {
  text-align: left;
  padding-right: 7px;
  word-wrap: break-word;
}
#new-feature .carousel-inner .content-detail {
  font-size: 14px;
  padding: 0px 10px;
}
#new-feature .carousel-inner .content-action {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  height: 35px;
}
#new-feature .carousel-inner .content-action .whova-btn {
  display: block;
  margin: 5px auto;
  width: 100px;
}
#new-feature .carousel-indicators {
  bottom: 0px !important;
}
#new-feature .carousel-indicators li.active {
  background-color: green !important;
}
#new-feature .carousel-indicators li {
  background-color: #7cd47c !important;
}

blockquote{
	border-left:1em solid #184d62;
	margin:1.5em 1em;
	padding:.5em 1em;
	quotes:"\201C""\201D";
}
blockquote:before{
	color:#808080;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
blockquote:first-child{
	display:inline;
}
blockquote :last-child{
	margin-bottom:0;
}

.st-total {
    visibility:hidden;
}

table, th, td, tbody{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 17px;
    border: 1px solid gray;
    border-collapse: collapse;
}
tr {
    border: 1px solid gray;
}
th, td{
    padding: 8px;
    color: black;
}
th{
    text-align: left;
    color: black;
    padding: 10px;
}
.anchor{
    display:block;
    height:80px;
    margin-top: -80px;
    visibility: hidden;
}
.boxed {
    font-family: 'Open Sans', 'Helvetica Neue', "Times New Roman", Times, serif;
    font-size: 16px;
    border: 2px solid #00a65a;
    padding-right: 15px;
    padding-left:  15px;
    padding-top: 15px;
    padding-bottom:  10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    line-height:1.6em;
    border-radius: 4px;
}

/* Table of Contents (Desktop) */
#toc-box {
  overflow:hidden;
  position:relative;
  .shadow {
      bottom:0;      
      left:0;
      pointer-events:none;
      position:absolute;
      right:0;
      top:0;
      transition:all .2s ease-out;
  }
  &.off-top {
      .shadow-top {
      box-shadow:0 1em 1em -1em rgb(229, 229, 229) inset;
      }
  }
  &.off-bottom {    
      .shadow-bottom {
      box-shadow:0 -1em 1em -1em rgb(229, 229, 229) inset;
      }
  }
}
@media only screen and (max-width:980px){
  
  .stripnav {
    position: absolute !important;
    width:100%;
  }
  .navbar{
    position:absolute !important;
    left: 0;
    right: 0;
    margin-top: 3px;
  }
  .navbar.sticking {
    position: sticky !important;
    top: 0 !important;
  }
  .sidenav-button {
    visibility:visible !important;
  }
  .blog-post {
    margin-top: 100px;
  }
}

/* Side Table of Contents Menu */
.sidenav {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ffffff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #000000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav-button {
  z-index: 99999;
  position: fixed;
  margin-top:100px;
  right:0px;
  visibility: hidden;
  background: #2dacee;
  border: none;
  color: white;
  font-size: 18px;
  border-radius: 5px 0px 0px 5px;
}

.sidenav-button.sticking {
  margin-top:0% !important;
}

/* TLDR section  */
.summary-box {
  color: white;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  /* border: 6px solid #6bc3f3a1; */
  background-color: #eafdff;
}
.summary-box h2 {
  margin-top: 0;
}
.summary-box p {
  font-size: 18px;
}

/* FAQ Styles */
.faq-question {
  font-size: 18px !important;
  white-space: normal;
  width:100%;
  text-align: left;
}

/* CTA Button styles */
.cta-button a:hover {
  text-decoration: none;
}

.cta-button div:hover{
  transform: scale(1.05);
}