/*@import "initial_style";*/
/* line 22, ../sass/base/_fonts.scss */
blockquote {
  font-family: 'Alegreya SC', sans-serif;
}

/* line 25, ../sass/base/_fonts.scss */
blockquote {
  font-style: italic;
}

/* line 36, ../sass/base/_fonts.scss */
h3, .page-body h2, article table.default th, .single article table th, .landing-page article table th, article table.default td:first-child, .single article table td:first-child, .landing-page article table td:first-child, h4, .page-body h3, label, .one-blog-post .title {
  font-family: 'Alegreya Sans SC', sans-serif;
}

/* line 45, ../sass/base/_fonts.scss */
h3, .page-body h2, article table.default th, .single article table th, .landing-page article table th, article table.default td:first-child, .single article table td:first-child, .landing-page article table td:first-child {
  font-weight: 500;
}

/* line 59, ../sass/base/_fonts.scss */
.blog-info-row-label p, h1, h2, h5 {
  font-family: 'Lato', sans-serif;
}

/* line 64, ../sass/base/_fonts.scss */
.blog-info-row-label p {
  font-weight: 300;
}

/* line 69, ../sass/base/_fonts.scss */
h1, h2, h5 {
  font-weight: 400;
}

/* line 105, ../sass/base/_fonts.scss */
body, p, li, td, address, a, .menu a, nav, article table.td-common td:first-child {
  font-family: "Roboto";
}

/* line 110, ../sass/base/_fonts.scss */
body, p, li, td, address, a, .menu a, nav, article table.td-common td:first-child {
  font-weight: 300;
}

/* line 2, ../sass/base/_classes.scss */
.hidden-content,
.hidden-post {
  display: none;
}

/* line 11, ../sass/base/_classes.scss */
.img-responsive {
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  /* line 18, ../sass/base/_classes.scss */
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 28, ../sass/base/_classes.scss */
  .mobile {
    display: none;
  }
}
/* line 39, ../sass/base/_topography.scss */
p, li, td, address, a.unseen:hover, .title a:hover, .title a.unseen:hover {
  color: #4c5b5b;
}

/* line 42, ../sass/base/_topography.scss */
h1, h2, h3, .page-body h2, h4, .page-body h3, h5, blockquote, .one-blog-post .post-date {
  color: #394949;
}

/* line 45, ../sass/base/_topography.scss */
a {
  color: #64bbf4;
}

/* line 51, ../sass/base/_topography.scss */
h1, h2, h3, .page-body h2, h4, .page-body h3, h5 {
  line-height: 1.1em;
}

/* line 63, ../sass/base/_topography.scss */
p:last-child, section ul li:last-child, p:only-child, section ul li:only-child {
  margin-bottom: 0 !important;
}

/* line 23, ../sass/base/_headings.scss */
.underline, .underline-left {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
/* line 28, ../sass/base/_headings.scss */
.underline:after, .underline-left:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 170px;
  height: 1px;
  background: #e5e8e9;
}

/* line 42, ../sass/base/_headings.scss */
.underline:after {
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  /* line 6, ../sass/base/_tables.scss */
  article table.default, .single article table, .landing-page article table, article table.unseen, article .swipe, article .swipeable {
    overflow-x: auto !important;
    display: block;
    -webkit-overflow-scrolling: auto;
  }
}

@media screen and (max-width: 767px) {
  /* line 8, ../sass/base/_scroll_bar.scss */
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  /*
  ::-webkit-scrollbar:vertical {
      width: 12px;
  }
  */
  /* line 18, ../sass/base/_scroll_bar.scss */
  ::-webkit-scrollbar:horizontal {
    height: 12px;
  }

  /* line 22, ../sass/base/_scroll_bar.scss */
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff;
  }

  /* line 28, ../sass/base/_scroll_bar.scss */
  ::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  /* line 6, ../sass/base/_tables.scss */
  article table.default, .single article table, .landing-page article table, article table.unseen, article .swipe, article .swipeable {
    overflow-x: auto !important;
    display: block;
    -webkit-overflow-scrolling: auto;
  }
}

/* line 7, ../sass/elements/_wisiwyg.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 8, ../sass/elements/_wisiwyg.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 9, ../sass/elements/_wisiwyg.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 10, ../sass/elements/_wisiwyg.scss */
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 11, ../sass/elements/_wisiwyg.scss */
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 12, ../sass/elements/_wisiwyg.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 8, ../sass/elements/_topography.scss */
h1 {
  font-size: 36px;
}

/* line 14, ../sass/elements/_topography.scss */
h2 {
  font-size: 32px;
}

/* line 20, ../sass/elements/_topography.scss */
h3, .page-body h2 {
  font-size: 26px;
}

/* line 26, ../sass/elements/_topography.scss */
h4, .page-body h3 {
  font-size: 22px;
}

/* line 32, ../sass/elements/_topography.scss */
h5 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  /* line 42, ../sass/elements/_topography.scss */
  h1 {
    font-size: 38px;
  }

  /* line 45, ../sass/elements/_topography.scss */
  h2 {
    font-size: 32px;
  }

  /* line 48, ../sass/elements/_topography.scss */
  h3, .page-body h2 {
    font-size: 28px;
  }

  /* line 51, ../sass/elements/_topography.scss */
  h4, .page-body h3 {
    font-size: 22px;
  }

  /* line 54, ../sass/elements/_topography.scss */
  h5 {
    font-size: 18px;
  }

  /* line 59, ../sass/elements/_topography.scss */
  blockquote {
    font-size: 30px;
  }
}
/* line 74, ../sass/elements/_topography.scss */
.text-wrapper h3, .text-wrapper h4 {
  margin-bottom: 20px;
}

/* line 85, ../sass/elements/_topography.scss */
p, li, td, address {
  font-size: 16px;
  line-height: 1.6em;
}
/* line 92, ../sass/elements/_topography.scss */
p strong,
p b, li strong,
li b, td strong,
td b, address strong,
address b {
  font-weight: 700;
}
/* line 97, ../sass/elements/_topography.scss */
p em,
p i, li em,
li i, td em,
td i, address em,
address i {
  font-style: italic;
}

/* line 107, ../sass/elements/_topography.scss */
p:empty {
  display: none;
}

/* line 127, ../sass/elements/_topography.scss */
a:hover, a:focus {
  color: #1585d0;
}
/* line 132, ../sass/elements/_topography.scss */
a.unseen, .title a, .title a.unseen {
  font-weight: inherit;
  color: inherit;
}
/* line 138, ../sass/elements/_topography.scss */
a.unseen:hover, .title a:hover, .title a.unseen:hover {
  /*text-decoration: underline;*/
}

/* line 147, ../sass/elements/_topography.scss */
label {
  font-size: 20px;
  line-height: 1em;
}

/* line 154, ../sass/elements/_topography.scss */
blockquote {
  font-size: 30px;
  line-height: 1.3em;
}

/* line 9, ../sass/pages/pages/_topography.scss */
.page-body .single-post-thumbnail {
  margin-bottom: 50px;
}
/* line 12, ../sass/pages/pages/_topography.scss */
.page-body .single-post-thumbnail img {
  margin: 0 auto;
}
/* line 17, ../sass/pages/pages/_topography.scss */
.page-body h2, .page-body h3, .page-body h4, .page-body h5 {
  margin-bottom: 25px;
}
/* line 29, ../sass/pages/pages/_topography.scss */
.page-body h4 {
  margin-top: 45px;
}
/* line 35, ../sass/pages/pages/_topography.scss */
.page-body h5 {
  margin-top: 50px;
}
/* line 41, ../sass/pages/pages/_topography.scss */
.page-body p {
  margin-bottom: 20px;
}
/* line 45, ../sass/pages/pages/_topography.scss */
.page-body ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 20px;
}
/* line 9, ../sass/base/_lists.scss */
.page-body ul li {
  margin-bottom: 7px;
}
/* line 49, ../sass/pages/pages/_topography.scss */
.page-body ol {
  list-style: decimal;
  padding-left: 22px;
  margin-bottom: 20px;
}
/* line 9, ../sass/base/_lists.scss */
.page-body ol li {
  margin-bottom: 7px;
}
/* line 54, ../sass/pages/pages/_topography.scss */
.page-body hr {
  margin-top: 35px;
  margin-bottom: 30px;
  border-top: 1px solid #e5e8e9;
}
/* line 60, ../sass/pages/pages/_topography.scss */
.page-body blockquote {
  border-top: 1px solid #e5e8e9;
  border-bottom: 1px solid #e5e8e9;
  padding: 35px 50px 40px;
  margin: 55px 10px 60px;
  text-align: center;
}
/* line 69, ../sass/pages/pages/_topography.scss */
.page-body table {
  width: 100%;
}
/* line 77, ../sass/pages/pages/_topography.scss */
.page-body .note {
  font-size: 15px;
  color: #878e8e;
}

/* line 2, ../sass/pages/pages/_images.scss */
.page-body {
  /*    p {
          &:first-of-type {
              img {
                  margin-bottom: 50px;
              }
          }
      }*/
}
/* line 14, ../sass/pages/pages/_images.scss */
.page-body img {
  height: auto;
}
/* line 17, ../sass/pages/pages/_images.scss */
.page-body img.size-full {
  /*width: 100%;*/
}
/* line 24, ../sass/pages/pages/_images.scss */
.page-body article.col-md-8 img {
  max-width: 800px;
}
/* line 31, ../sass/pages/pages/_images.scss */
.page-body article.col-md-offset-2 img {
  max-width: 770px;
}

@media screen and (max-width: 767px) {
  /* line 48, ../sass/pages/pages/_images.scss */
  .page-body img {
    width: 100%;
    height: auto;
  }
}
/* line 4, ../sass/pages/pages/_sections.scss */
.page-body section, .single .page-body h2, .DIY h2 {
  margin-top: 30px;
}

/* line 8, ../sass/pages/pages/_sections.scss */
.page-body section.bordered, .single .page-body h2, .DIY h2 {
  border-top: 1px solid #e5e8e9;
  padding-top: 27px;
}
/* line 12, ../sass/pages/pages/_sections.scss */
.page-body section.bordered:empty, .single .page-body h2:empty, .DIY h2:empty {
  display: none;
}

/* line 17, ../sass/pages/pages/_sections.scss */
.page-body blockquote + h2, .page-body blockquote + *:empty + h2 {
  padding-top: 0;
  margin-top: -30px;
  border-top: none;
}

/* line 28, ../sass/pages/pages/_sections.scss */
.page-body section:first-of-type {
  margin: 0;
}

/* line 2, ../sass/pages/pages/_tables.scss */
.page-body table.default,
.page-body .dataTables_wrapper, article table.default, .single article table, .landing-page article table {
  margin: 35px 0;
}

/* line 6, ../sass/pages/pages/_tables.scss */
article table.default th, .single article table th, .landing-page article table th {
  font-size: 24px;
}

/* line 10, ../sass/pages/pages/_tables.scss */
article table.default td:first-child, .single article table td:first-child, .landing-page article table td:first-child {
  font-size: 19px;
}

/* line 15, ../sass/pages/pages/_tables.scss */
article table.td-common td:first-child {
  font-size: 16px;
}

/* line 31, ../sass/base/_tables.scss */
article table.default th, .single article table th, .landing-page article table th {
  background: #f6fbff;
  padding: 20px 12px 19px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  word-break: normal;
  border: 1px solid #f6fbff;
}
/* line 53, ../sass/base/_tables.scss */
article table.default td, .single article table td, .landing-page article table td {
  text-align: left;
  padding: 28px 24px 25px;
  vertical-align: top;
  overflow: hidden;
  word-break: normal;
  border: 1px solid #e5e8e9;
}

/* line 65, ../sass/pages/pages/_tables.scss */
article table.unseen {
  margin: 0;
}
/* line 31, ../sass/base/_tables.scss */
article table.unseen th {
  background: transparent;
  padding: 20px 0 19px;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  word-break: normal;
  border: 1px solid transparent;
}
/* line 53, ../sass/base/_tables.scss */
article table.unseen td {
  text-align: left;
  padding: 0 0 0;
  vertical-align: top;
  overflow: hidden;
  word-break: normal;
  border: none;
}
/* line 31, ../sass/base/_tables.scss */
article .swipe th,
article .swipeable th {
  background: #f6fbff;
  padding: 20px 12px 19px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  word-break: normal;
  border: 1px solid #f6fbff;
}
/* line 53, ../sass/base/_tables.scss */
article .swipe td,
article .swipeable td {
  text-align: left;
  padding: 28px 24px 25px;
  vertical-align: top;
  overflow: hidden;
  word-break: normal;
  border: 1px solid #e5e8e9;
}

/* line 88, ../sass/pages/pages/_tables.scss */
table.col-3 td {
  width: 30%;
}
/* line 91, ../sass/pages/pages/_tables.scss */
table.col-3 td:first-child {
  width: 40%;
}
/* line 97, ../sass/pages/pages/_tables.scss */
table.col-4 td {
  width: 23%;
}
/* line 100, ../sass/pages/pages/_tables.scss */
table.col-4 td:first-child {
  width: 31%;
}
/* line 106, ../sass/pages/pages/_tables.scss */
table.col-5 td {
  width: 19%;
}
/* line 109, ../sass/pages/pages/_tables.scss */
table.col-5 td:first-child {
  width: 24%;
}
/* line 115, ../sass/pages/pages/_tables.scss */
table.col-6 td {
  width: 16%;
}
/* line 118, ../sass/pages/pages/_tables.scss */
table.col-6 td:first-child {
  width: 20%;
}

/*aside {
    table {
        //@include table(top,transparent,horizontal,left,10px,0,10px,right,horizontal);
    }
}*/
@media screen and (max-width: 767px) {
  /* line 7, ../sass/pages/pages/_table_press.scss */
  .tablepress {
    display: table !important;
  }

  /* line 11, ../sass/pages/pages/_table_press.scss */
  .dataTables_scroll {
    overflow-x: auto;
  }

  /* line 15, ../sass/pages/pages/_table_press.scss */
  .dataTables_scrollHead,
  .dataTables_scrollBody {
    overflow: initial !important;
  }

  /* line 20, ../sass/pages/pages/_table_press.scss */
  .tablepress td,
  .tablepress th {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
/* line 2, ../sass/modules/bootstrap/_well.scss */
.well {
  background: #f6fbff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 8, ../sass/modules/bootstrap/_well.scss */
.well {
  border: none;
  box-shadow: none;
}

/* line 15, ../sass/modules/bootstrap/_well.scss */
.well-1 {
  border: 1px #ccc solid;
  background-color: #F6FBFE;
  padding: 15px;
}

/* line 2, ../sass/modules/bootstrap/_panel.scss */
.panel {
  border: 1px solid #e5e8e9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6, ../sass/modules/bootstrap/_panel.scss */
.panel.panel-default {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 11, ../sass/modules/bootstrap/_panel.scss */
.panel-footer {
  background: none;
  border: none;
  padding: 0;
}

/* line 2, ../sass/pages/blog/_common.scss */
.hidden-post {
  display: none;
}

/* line 7, ../sass/pages/blog/_common.scss */
label {
  width: 100%;
}
/* line 10, ../sass/pages/blog/_common.scss */
label .postform {
  width: 100%;
  margin-bottom: 24px;
}

/* line 17, ../sass/pages/blog/_common.scss */
.blog-info-row-label p {
  font-size: 20px;
  padding: 10px 0 20px;
}

/* line 24, ../sass/pages/blog/_common.scss */
.blog-info-separator {
  border-bottom: 1px solid #e5e8e9;
}
/* line 27, ../sass/pages/blog/_common.scss */
.blog-info-separator.one-blog-post {
  margin-bottom: 32px;
}

/* line 33, ../sass/pages/blog/_common.scss */
.one-blog-post {
  margin-bottom: 50px;
}
/* line 36, ../sass/pages/blog/_common.scss */
.one-blog-post .title {
  overflow: hidden;
  font-size: 24px;
  margin-bottom: 0px;
}
/* line 43, ../sass/pages/blog/_common.scss */
.one-blog-post img {
  margin: 0 auto 30px;
}
/* line 47, ../sass/pages/blog/_common.scss */
.one-blog-post .post-date {
  line-height: 0.9em;
}
/* line 52, ../sass/pages/blog/_common.scss */
.one-blog-post .the-excerpt {
  max-height: 100px;
  overflow: hidden;
}
/* line 52, ../sass/pages/blog/_common.scss */
.one-blog-post .the-excerpt.eh6 {
  max-height: none!important;
}

.one-blog-post .eh7{
  height:250px; margin-bottom: 27px;
}

@media screen and (max-width: 1199px) {
  .one-blog-post .eh7{
  		margin-bottom: 0px;
	}
}

@media screen and (max-width: 991px) {
  .one-blog-post .eh7{
  		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
  .one-blog-post .eh7{
  		height:auto; margin-bottom: 27px;
	}

}

@media screen and (min-width: 768px) {
  /* line 64, ../sass/pages/blog/_common.scss */
  .one-blog-post .title {
    height: 80px;
  }
  /* line 67, ../sass/pages/blog/_common.scss */
  .one-blog-post .read-more {
    line-height: 2em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 77, ../sass/pages/blog/_common.scss */
  .one-blog-post .title {
    height: 110px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 91, ../sass/pages/blog/_common.scss */
  .one-blog-post {
    margin-bottom: 90px;
  }
  /* line 94, ../sass/pages/blog/_common.scss */
  .one-blog-post img {
    width: 100%;
  }

  /* line 99, ../sass/pages/blog/_common.scss */
  .load-more-row {
    position: relative;
    top: -30px;
  }

  /* line 104, ../sass/pages/blog/_common.scss */
  .blog-feed {
    margin-left: -37px;
    margin-right: -37px;
  }
  /* line 109, ../sass/pages/blog/_common.scss */
  .blog-feed [class*="col-"] {
    padding-left: 37px;
    padding-right: 37px;
  }
}

/* Add extra line-height / color to certain paragraphs */
	.one-blog-post p{color:#000; line-height:1.75em;}
	.one-blog-post li{color:#000;}
