/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* $font-bold: 'Raleway-Bold';
$font-regular: 'Raleway';
$font-light: 'Raleway-Light';
$font-curly: 'Pacifico';
$font-heavy: 'Raleway-Bold'; */

@media (max-width: 575.98px) {
  /* line 6, stdin */

  .blog-full-width-content__wrapper {
    text-align: left !important;
  }
}

/* line 12, stdin */

.blog-full-width-content__wrapper h1,
.blog-full-width-content__wrapper h2,
.blog-full-width-content__wrapper h3 {
  margin-bottom: 20px;
  margin-top: 34px;
}

/* line 19, stdin */

.blog-full-width-content__wrapper h4,
.blog-full-width-content__wrapper h5,
.blog-full-width-content__wrapper h6 {
  margin-bottom: 20px;
  margin-top: 34px;
}

/* line 26, stdin */

.blog-full-width-content__wrapper p {
  line-height: 28px;
  font-weight: 300;
}

/* line 31, stdin */

.blog-full-width-content__wrapper p a:hover {
  text-decoration: none !important;
}

/* line 39, stdin */

.blog-full-width-content__wrapper table tr {
  border-width: 2px;
}

/* line 42, stdin */

.blog-full-width-content__wrapper table tr td {
  border-width: 2px;
  padding: 5px;
}

/* line 50, stdin */

.blog-full-width-content__wrapper ul li {
  margin-bottom: 5px;
}

/* line 54, stdin */

.blog-full-width-content__wrapper ul li ul {
  margin-bottom: 20px;
}

/* line 62, stdin */

.blog-full-width-content__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  /* line 62, stdin */

  .blog-full-width-content__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 71, stdin */

.blog-full-width-content__buttons .site-button {
  width: auto;
}

/* line 74, stdin */

.blog-full-width-content__buttons .site-button:first-of-type {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 74, stdin */

  .blog-full-width-content__buttons .site-button:first-of-type {
    margin-bottom: 0;
    margin-right: 20px;
  }
}


/*# sourceMappingURL=blog-full-width-content.css.map*/