@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Domine:400,700|Kanit:400,400i,700,700i|Oswald:400,600');
.page-single .window.article {
  margin-bottom: 30px;
}
.page-single p {
  padding: 0 12px 10px 12px;
}
.page-single h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 5px;
}
.page-single h1.page-header {
  font-size: 40px;
  font-weight: 700;
}
.page-single h1.blog-title {
  font-weight: bold;
  font-size: 42px;
  color: black;
  margin-bottom: 15px;
  padding: 0 12px 0px 12px;
}
.page-single .page-subheader {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
}
.page-single .page-subheader.new {
  font-size: 20px;
  font-weight: 600;
  color: #999999;
}
.page-single .page-subheader.blog-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: black;
  font-style: normal;
}
.page-single .byline {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #000;
}
.page-single .breadcrumbs {
  font-size: 14px;
  color: #999;
}
.page-single .breadcrumbs a {
  font-size: 14px;
  font-style: none !important;
  color: #999;
}
.page-single .cover {
  margin-top: 15px;
  margin-bottom: 30px;
}
.page-single .cover .cover-image {
  width: 100%;
  height: auto;
}
.page-single .date {
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
}
.page-single .social-icons {
  text-align: right;
  margin-bottom: 25px;
}
.page-single .social-icons .social {
  margin-left: 4px;
}
.page-single .main-image {
  margin: 15px 0px;
}
.page-single .author-qa h3 a {
  color: black;
}
.page-single .author-qa .job-title {
  color: #ae9a57;
}
.page-single .author-qa .job-title a {
  color: #ae9a57;
}
.page-single .author-qa img {
  max-width: 130px;
}
.page-single .author-qa h3 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.page-single .author-qa .job-title {
  margin-top: 0px;
  font-size: 16px;
}
.page-single .article-content img.alignleft,
.page-single .article-content img.alignright,
.page-single .article-content img.aligncenter {
  margin-bottom: 1.25em;
}
.page-single .article-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.25em;
}
.page-single .article-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.25em;
}
.page-single .article-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  text-align: center;
}
.page-single .article-content img {
  max-width: 100%;
  width: auto !important;
  height: auto;
}
.page-single .article-content .wp-caption-text {
  text-align: center;
  font-style: italic;
}
.page-single .recommended h3 a {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.page-single .recommended img {
  width: 100%;
}
.page-single .bluebar h2 {
  text-transform: none;
  padding-top: 12px;
}
.page-single .bluebar .gform_wrapper {
  margin-top: 6px;
}
.page-single .bluebar .gform_wrapper .btn,
.page-single .bluebar .gform_wrapper input[type=submit] {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
  background: #000000;
  color: #ffffff;
}
.page-single .bluebar .gform_wrapper .btn:focus,
.page-single .bluebar .gform_wrapper .btn:hover,
.page-single .bluebar .gform_wrapper input[type=submit]:focus,
.page-single .bluebar .gform_wrapper input[type=submit]:hover {
  border-color: #ffffff;
  color: #00abf3;
  background: #ffffff;
}
.page-single .bluebar .gform_wrapper input[type=text] {
  margin-right: 5px;
  padding: 9px 12px;
  font-size: 14px;
  border: 1px solid #a9a9a9;
  height: 35px;
}
.page-single .bluebar .gform_wrapper .ginput_container {
  margin: 0px;
}
.page-single .bluebar .gform_wrapper .top_label {
  margin: 0px;
  padding: 0px;
}
.page-single .bluebar .gform_wrapper .top_label .gfield_label {
  display: none;
}
.article h3 em {
  float: left;
  clear: both;
  word-wrap: break-word;
  padding: 10px 20px 10px 10px !important;
  text-align: left !important;
  color: #e91d26 !important;
  font-size: 21px !important;
  font-weight: normal !important;
  line-height: 25px !important;
  display: block !important;
  position: relative !important;
  margin-left: -10% !important;
  font-family: 'Oswald', sans-serif !important;
  font-style: normal !important;
  border-left: none;
  border-right: none;
  background-color: #ffffff;
}
.article h3 em:after {
  content: " ";
  border-bottom: 4px black solid !important;
  display: table-cell;
  padding-top: 15px;
}
blockquote,
.article .p3 em,
.article h3 em {
  border-left: none !important;
  border-right: none !important;
  background-color: white !important;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 70px 30px 85px;
  text-align: left;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  display: block;
  position: relative;
}
blockquote:before,
.article .p3 em:before,
.article h3 em:before {
  content: " ";
  background: url('images/blockquote-top-bg.png') no-repeat center top;
  background-size: cover;
  display: block;
  height: 25px;
  width: 30px;
  position: absolute;
  left: 45px;
  top: 32px;
}
blockquote:before,
.article .p3 em:before,
.article h3 em:before {
  background-image: url('images/blockquote-top-bg.png');
}
.article h3 em {
  margin-left: -10% !important;
  width: 30% !important;
}
.article h3 em:after {
  width: 75px !important;
}
.author-normal-qa .p3 .s2,
.author-qa .p3 .s2 {
  color: #393939;
}
.article h3 em:before {
  background: none !important;
}
.page-single .p3,
.page-single .p5 {
  font-size: 18px;
}
@media (max-width: ) {
  .article h3 em {
    margin-left: -10% !important;
    width: 30% !important;
  }
  .article h3 em:after {
    width: 75px !important;
  }
  .page-single h1.blog-title {
    padding: 15px 12px 0 12px;
  }
  .page-single p {
    padding: 0 12px 10px 12px;
  }
}
@media (max-width: 1199px) {
  .article h3 em {
    margin-left: -10% !important;
    width: 30% !important;
  }
  .article h3 em:after {
    width: 75px !important;
  }
  .page-single h1.blog-title {
    padding: 15px 12px 0 12px;
  }
  .page-single p {
    padding: 0 12px 10px 12px;
  }
}
@media (max-width: 991px) {
  .article h3 em {
    margin-left: -10% !important;
    width: 30% !important;
  }
  .article h3 em:after {
    width: 75px !important;
  }
  .page-single h1.blog-title {
    padding: 0 12px 0 12px;
  }
  .page-single p {
    padding: 0 12px 10px 12px;
  }
}
@media (max-width: 767px) {
  .article h3 em {
    margin-left: 0% !important;
    width: 100% !important;
    margin-top: -16px;
  }
  .article h3 em:after {
    width: 500px !important;
  }
  .page-single h1.blog-title {
    padding: 0 12px 0 12px;
  }
  .author-normal-qa,
  .author-qa {
    margin-top: 0px !important;
  }
  .page-single p {
    padding: 0 12px 10px 12px;
  }
}
.page-single p {
  text-align: left;
}
.page-single .page-subheader.blog-subtitle,
.page-single .byline,
.page-single .p3,
.page-single .p5 {
  padding: 0 12px 0 12px;
}
.author-normal-qa hr,
.author-qa hr {
  border-top: 5px solid black !important;
}


/*c*/