body,
html {
    width: 100%;
    height: 100%;
    color: #444;
}

body, blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

/* Needed for footer */
html, body { height: 100%; }
.stretchforfooter {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

footer, .pushfooter {
    height: 120px; /* .pushfooter must be the same height as .footer */
}


.jumbotron h1 {
    font-weight: 100;
    font-size: 50px;
}

.jumbotron h2 {
    font-weight: 100;
    font-size: 40px;
}


.intro-header {
    padding-top: 70px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    background-color: transparent;
}

.navbar {
    width: 100%;
    border-color: #e7e7e7;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.logodisplay {
    height: 86px;
    width: 400px;
}

.navbar-brand {
  float: left;
  background: url('/img/logo.png') no-repeat left center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  height: 43px;
  width: 200px;
  padding: 0px;
  margin-top: 10px;
  font-size: 18px;
}

.navbar-fixed-topa {
  position: fixed;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    margin-top: 10px;
}


/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2b82ff;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}



.gap {
  height: 40px;
}

.jumbotron {
  padding: 0px;
  margin: 0px;
}

.jumbotron h1, .jumbotron h2 {
    margin: 0px;
}

.invert {
    background-color: #365787;
    margin-bottom: 30px;
    color: #ffffff;
    padding: 50px;
    font-weight: 300;
}

.feature {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    /* background-color: #f3f8ff; */
}

.feature h4 {
    padding-top: 0px;
    color: #365787; /* #2b80ff; */
}

hr.gradient {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.50), rgba(0,0,0,0));
  margin: 0;
}


@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    .intro-divider {
        width: 100%;
    }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 4px;
    margin-bottom: 10px;
}


.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}


@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
}

footer {
    padding: 0;
    background-color: #e4e9f0;
    text-align: center;
}

.footernav {
    padding-top: 10px;
}

p.copyright {
    margin: 15px 0 0;
}

.post h1 {
  font-weight:bold;
  font-size: 24px;
  margin-top: 100px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.post h1 + h2 {
  margin-top:0px;
}

.post h2 {
  font-weight:bold;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #CCC;
}

.post h3 {
  font-weight:bold;
  font-size: 16px;
}

.post h4 {
  font-weight:bold;
  font-size: 14px;
}


.post-title h2 {
  padding: 0px;
  margin: 0px;
  text-align:center;
}

.excerpt h3 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}


h4 {
  color: #333;
  padding-top: 30px;
  -webkit-margin-after: 0.3em;;
}

.marketing h4 {
    padding-top: 0px;
}


li.list_post {
    padding-bottom: 20px;
}



p + ul {
    margin-top: -5px;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}


.muted, .meta {
    color: #aaa;
    font-size: 90%;
}

.mute {
    color: #aaa;
}

a:link, a:hover, a:visited, a:active {
   font-weight:bold;
   color: #444;
}

a:hover {
    color: #2b82ff;
}

.post a {
 text-decoration: underline;   
}


hr {
     display: block; height: 1px;
    border: 0; border-top: 1px solid #888;
    margin: 1em 0; padding: 0;
}

.audit_tip {
    padding: 2px 4px;
    color: #383838;
    background-color: #faf4f4;
    border-radius: 4px;
    border:1px solid #a08080;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 5px;
    margin-bottom: 15px;
}


blockquote {
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
font-size: 14px;
}


blockquote cite {
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #383838;
  background-color: #f0f0f0;
  border-radius: 4px;
}

table
{
  border-collapse:collapse;
}
table, td, th
{
  border:1px solid black;
  padding: 2px;
}

.post img, .screenshot {
    padding: 10px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    /* center */
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.caption {
    text-align: center;
    color: #888;
    display: block;
}

.bg-light-gray {
    background-color: #eeeeee;
    border-radius: 25px;
}


/* Mailchimp form */
#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}