.hidden {
  display: none;
}
.common-template {
  background: white;
  /* #f5f7f8 */
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  clear: both; }
  .common-template h1 {
    font-size: 40px; }
  .common-template h2 {
    padding-bottom: 20px; }
  .common-template p {
    padding-bottom: 24px; }
    .common-template p.intro {
      font-size: 20px; }

.common-template.full-width .content {
  width: 100%; }

.common-header {
  background: #396172;
  color: white;
  padding: 60px 0;
  text-align: center;
  background: url(../imgs/blog-cover.jpg) 0 67% no-repeat;
  -webkit-background-size: 80% 80%;
  background-size: 80% 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both; }
  .common-header h1 {
    padding-bottom: 20px;
    font-size: 50px; }
  .common-header .intro {
    font-size: 20px;
    font-weight: 300;}
    .common-header .intro a {
    color: #F57448;
    font-weight: 700;
    letter-spacing: 0.1px;
    }

.content {
  float: left;
  width: 68%;
  margin-right: 20px; }
  .content h2 {
    /*font-size:36px;
    font-weight:300;*/ }
  .content h3 {
    font-size: 20px;
    padding-bottom: 20px; }
  .content h4 {
    padding-bottom: 20px; }
  .content img {
    max-width: 100%; }
  .content blockquote {
    padding-top: 20px;
    padding-bottom: 40px; }
    .content blockquote p {
      font-size: 20px;
      font-style: italic;
      font-weight: 300;
      line-height: 30px;
      position: relative;
      text-indent: 20px; }
      .content blockquote p:before, .content blockquote p:after {
        content: '"';
        position: absolute;
        font-size: 36px;
        color: #d6e1e7; }
      .content blockquote p:before {
        top: 0;
        left: -20px; }
      .content blockquote p:after {
        margin-left: -15px; }
    .content blockquote cite {
      text-align: right;
      display: block; }
  .content ul, .content ol {
    margin-bottom:24px; }
    .content ul li, .content ol li {
      list-style: disc;
      margin-left: 20px;
      }
  .content ol li {
    list-style: decimal; }
  .content .testimonials-panel blockquote {
    padding-bottom: 0;
    padding-top: 10px; }
    .content .testimonials-panel blockquote p {
      text-indent: 0;
      line-height: 25px;
      padding-right: 20px; }
      .content .testimonials-panel blockquote p:before, .content .testimonials-panel blockquote p:after {
        display: none; }
  .content .testimonials-panel .customer-info {
    line-height: 18px;
    padding-bottom: 0; }

.sidebar {
  width: 26%;
  float: right; }
  .sidebar .section {
    margin-bottom: 20px; }
  .sidebar li.active a {
    background: #f5f7f8;
    color: #396172;
    border: 1px solid #d6e1e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .sidebar li a {
    color: #396172; }
  .sidebar li.last {
    border-bottom: 0; }
  .sidebar .widget_recent_entries li {
    padding-bottom: 17px; }

.sub-navigation li a {
  display: block;
  padding: 10px; }

.testimonials-panel {
  padding-top: 40px;
  padding-bottom: 40px; }
  .testimonials-panel .cust-test {
    display: inline-block;
    width: 49%;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #f1f6fb;
    padding-top: 40px;
    padding-bottom: 20px; }
    .testimonials-panel .cust-test .customer-info {
      font-size: 15px;
      overflow: hidden; }
    .testimonials-panel .cust-test .profile-pic {
      float: left;
      margin-right: 10px;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      -o-border-radius: 60px;
      border-radius: 60px; }
    .testimonials-panel .cust-test p {
      padding-bottom: 15px;
      font-size: 20px; }
    .testimonials-panel .cust-test strong {
      display: block;
      padding-bottom: 3px; }
  .testimonials-panel cite {
    font-style: normal;
    position: relative;
    top: 12px;
    color: #91a7b1; }
  .testimonials-panel blockquote {
    display: block;
    font-style: italic;
    padding-right: 20px; }
    .testimonials-panel blockquote span {
      color: #f15925; }

.common-template.full-width .col1, .common-template.full-width .col2 {
  display: inline-block;
  width: 47%;
  vertical-align: top; }
.common-template.full-width .col1 {
  margin-right: 15px; }
.common-template.full-width .col2 {
  margin-left: 15px; }

.faqs h3 {
  padding-bottom: 30px; }
.faqs h4 {
  margin-left: 20px;
  color: #91a7b1;
  font-weight: normal; }
.faqs .answer {
  padding-left: 20px; }
.faqs i {
  margin-left: -20px;
  margin-right: 4px;
  color: #91a7b1; }

.content .press ul {
  overflow: hidden;
  clear: both; }
.content .press li {
  float: left;
  display: table;
  width: 48.799%;
  height: 156px;
  text-align: center;
  margin-left: 0;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #E1ECEF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .content .press li:nth-child(even) {
    float: right; }
.content .press a {
  display: table-cell;
  vertical-align: middle; }
.content .press img {
  max-width: 250px;
  border: 0; }

.maps-contact hr {
  height: 1px;
  border: 0;
  background: #d6e1e7;
  margin: 20px 0 20px;
  clear: both;
  width: 100%; }
.maps-contact .grid-map, .maps-contact .map-placeholder {
  display: inline-block;
  vertical-align: top; }
.maps-contact .grid-map {
  width: 40%; }
.maps-contact .map-placeholder {
  width: 59%; }
.maps-contact .telephone {
  padding-top: 10px;
  margin-top: 10px; }
.maps-contact iframe {
  width: 550px;
  height: 250px; }
