/*
 * @file
 * Overall specifications for Startup Growth Lite.
 */
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #3f3f3f;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
p {
  margin: 0;
  padding: 0 0 15px 0;
}
p.large {
  font-size: 21px;
  line-height: 1.33;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #e1e1e1;
  border: none;
  border-left: 10px solid #d3d1cd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  padding: 20px;
  font-size: 14px;
  max-height: 62px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover {
  max-height: 10000px;
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -ms-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}
blockquote {
  font-size: 24px;
  font-style: italic;
  padding: 0 0 0 150px;
  border-left: none;
  position: relative;
  margin: 40px 0 50px;
}
blockquote p {
  font-weight: 400;
  line-height: 1.44;
}
.footer-area blockquote {
  padding-left: 70px;
}

/*blockquote quote symbol*/
blockquote:after {
  position: absolute;
  font-family: 'PT Serif', Georgia, Times, Times New Roman, Serif;
  content: "“";
  left: 45px;
  top: 0;
  font-style: normal;
  font-size: 160px;
  line-height: 1;
}
.footer-area blockquote:after {
  left: 0;
  font-size: 130px;
}
.colored-region:not(.black) blockquote:after {
  color: #ffffff;
}
@media (max-width:991px) {
  .footer-area blockquote {
    padding-left: 40px;
    font-size: 18px;
  }
  .footer-area blockquote:after {
    left: 0;
    font-size: 90px;
  }
}
@media (max-width:767px) {
  blockquote {
    padding: 0 0 0 75px;
  }
  blockquote:after {
    left: 0;
    font-size: 130px;
  }
}
hr {
  border-top: 1px solid #c2c2c2;
  margin-bottom: 40px;
  margin-top: 40px;
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1e1e1e;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 28px;
  font-weight: 400;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 16px;
}
h1.title {
  margin-top: 0;
}
h1.page-title {
  margin-bottom: 20px;
}
.front h1.title {
  margin-top: 76px;
}
.footer-area h2.title,
.footer-area nav > h2,
.footer-area .block-search > h2 {
  font-size: 16px;
  margin-bottom: 25px;
}
.sidebar h2.title,
.sidebar nav > h2,
.sidebar .block-search > h2 {
  font-size: 21px;
  font-weight: 700;
  margin: 4px 0 15px 0;
}
.col-md-12 h2.title,
.col-md-12 nav > h2,
.col-md-12 .block-search > h2 {
  text-align: center;
  margin-bottom: 5px;
}
#block-views-block-mt-promoted-posts-block-2 h2.title,
#block-views-block-mt-showcases-block-1 h2.title,
#block-views-block-mt-showcases-block-2 h2.title,
#block-views-block-mt-showcases-block-3 h2.title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #acacac;
  position: relative;
}
#block-views-block-mt-promoted-posts-block-2 h2.title:after,
#block-views-block-mt-showcases-block-1 h2.title:after,
#block-views-block-mt-showcases-block-2 h2.title:after,
#block-views-block-mt-showcases-block-3 h2.title:after {
  width: 280px;
  height: 2px;
  position: absolute;
  background-color: #acacac;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -140px;
}
.colored-region #block-views-block-mt-promoted-posts-block-2 h2.title,
.colored-region #block-views-block-mt-showcases-block-1 h2.title,
.colored-region #block-views-block-mt-showcases-block-2 h2.title,
.colored-region #block-views-block-mt-showcases-block-3 h2.title {
  border-color: #ffffff;
}
.colored-region #block-views-block-mt-promoted-posts-block-2 h2.title:after,
.colored-region #block-views-block-mt-showcases-block-1 h2.title:after,
.colored-region #block-views-block-mt-showcases-block-2 h2.title:after,
.colored-region #block-views-block-mt-showcases-block-3 h2.title:after {
  background-color: #ffffff;
}
.subtitle {
  font-size: 14px;
  font-weight: 700;
}
.page-subtitle {
  margin-top: 0;
}
