h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.38rem;
  font-weight: 700;
  line-height: 1.3;
  color: #662d91;
}

h1, .h1 {
  font-size: 2.488rem;
}

h2, .h2 {
  font-size: 2.074rem;
}

h3, .h3 {
  font-size: 1.728rem;
}

h4, .h4 {
  font-size: 1.44rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 0.833rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.833rem;
  font-weight: 300;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.833rem;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

:root {
  --body-bg: #ebebeb;
  --body-color: #212529;
  --link-color: #662d91;
  --header-bg: #fff;
  --header-img-height: 4rem;
  --post-bg: #fff;
}

body {
  background-color: var(--body-bg);
}

html {
  font-size: 100%;
}

/*16px*/
body {
  line-height: 1.75;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #662d91;
}

a:hover {
  color: #9a59cb;
}

input[type="email"],
input[type="search"],
input[type="text"],
input[type="url"] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  input[type="email"],
  input[type="search"],
  input[type="text"],
  input[type="url"] {
    transition: none;
  }
}

input[type="submit"],
button,
.btn-primary,
.post .read-more-link a {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #662d91;
  border-color: #662d91;
}

@media (prefers-reduced-motion: reduce) {
  input[type="submit"],
  button,
  .btn-primary,
  .post .read-more-link a {
    transition: none;
  }
}

input[type="submit"]:hover,
button:hover,
.btn-primary:hover,
.post .read-more-link a:hover {
  color: #fff;
  background-color: #512474;
  border-color: #4b216a;
}

input[type="submit"]:focus, input[type="submit"].focus,
button:focus,
button.focus,
.btn-primary:focus,
.post .read-more-link a:focus,
.btn-primary.focus,
.post .read-more-link a.focus {
  color: #fff;
  background-color: #512474;
  border-color: #4b216a;
  box-shadow: 0 0 0 0.2rem rgba(125, 77, 162, 0.5);
}

input[type="submit"].disabled, input[type="submit"]:disabled,
button.disabled,
button:disabled,
.btn-primary.disabled,
.post .read-more-link a.disabled,
.btn-primary:disabled,
.post .read-more-link a:disabled {
  color: #fff;
  background-color: #662d91;
  border-color: #662d91;
}

input[type="submit"]:not(:disabled):not(.disabled):active, input[type="submit"]:not(:disabled):not(.disabled).active,
.show > input[type="submit"].dropdown-toggle,
button:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled).active,
.show >
button.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active,
.post .read-more-link a:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.post .read-more-link a:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.post .read-more-link .show > a.dropdown-toggle {
  color: #fff;
  background-color: #4b216a;
  border-color: #441e60;
}

input[type="submit"]:not(:disabled):not(.disabled):active:focus, input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.show > input[type="submit"].dropdown-toggle:focus,
button:not(:disabled):not(.disabled):active:focus,
button:not(:disabled):not(.disabled).active:focus,
.show >
button.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.post .read-more-link a:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.post .read-more-link a:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.post .read-more-link .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 77, 162, 0.5);
}

input[type="submit"]:hover,
button:hover,
.btn-primary:hover,
.post .read-more-link a:hover {
  color: #dedede;
  text-decoration: none;
}

input[type="submit"]:focus, input[type="submit"].focus,
button:focus,
button.focus,
.btn-primary:focus,
.post .read-more-link a:focus,
.btn-primary.focus,
.post .read-more-link a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 45, 145, 0.25);
}

input[type="submit"].disabled, input[type="submit"]:disabled,
button.disabled,
button:disabled,
.btn-primary.disabled,
.post .read-more-link a.disabled,
.btn-primary:disabled,
.post .read-more-link a:disabled {
  opacity: 0.65;
}

input[type="submit"]:not(:disabled):not(.disabled),
button:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled),
.post .read-more-link a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--header-bg);
}

.site-header h1,
.site-header h2,
.site-header h3,
.site-header h4,
.site-header p,
.site-header ul {
  margin: 0;
}

.site-header a,
.site-header a:hover {
  text-decoration: none;
  color: #212529;
}

.site-header img {
  transition: all 0.5s ease;
  height: var(--header-img-height);
  margin: 0.5rem 0;
}

.scrolled-100 .site-header img,
.scrolled-300 .site-header img,
.scrolled-500 .site-header img {
  height: calc(var(--header-img-height) * 2 / 3);
}

.site-header h4 {
  font-size: 1rem;
}

.site-header label {
  margin: 0;
}

.admin-bar .site-header {
  top: 30px;
}

.scrolled-300 .site-header,
.scrolled-500 .site-header {
  box-shadow: 0 0 15px rgba(33, 37, 41, 0.1);
}

.site-header .container-fixed-width-content:nth-child(1) {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
}

.responsive-menu.label {
  text-align: right;
}

.responsive-menu + .menu,
.responsive-menu + div .menu {
  font-size: 0.9rem;
  font-weight: 700;
  /* stylelint-disable no-descending-specificity */
}

.responsive-menu + .menu > .menu-item > a,
.responsive-menu + div .menu > .menu-item > a {
  display: inline-block;
  line-height: 1rem;
  padding: 1.2rem 0.5rem;
}

.responsive-menu + .menu .sub-menu a,
.responsive-menu + div .menu .sub-menu a {
  display: block;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .responsive-menu + .menu .sub-menu a,
  .responsive-menu + div .menu .sub-menu a {
    background-color: #212529;
    color: var(--header-bg);
  }
}

.responsive-menu + .menu .sub-menu a:hover,
.responsive-menu + div .menu .sub-menu a:hover {
  background-color: var(--header-bg);
  color: #212529;
}

.footer-images {
  background-color: var(--header-bg);
  margin-top: 2rem;
  /* stylelint-disable selector-class-pattern */
}

.footer-images .widget_sow-image {
  padding: 1.4rem 0.7rem;
}

.footer-images img {
  -o-object-position: cover;
     object-position: cover;
  width: 300px;
}

.footer-newsletter {
  background-color: #f7f6f7;
  padding: 5rem 1rem;
}

.footer-newsletter h3 {
  color: #662d91;
  font-size: 1.2rem;
}

.footer-menu {
  background-color: var(--body-bg);
  padding: 4rem 0;
}

.footer-menu .menu {
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.footer-menu .menu a {
  display: inline-block;
  padding: 0.2rem 0.3rem;
}

.footer-social {
  background-color: var(--body-bg);
  /* stylelint-disable no-descending-specificity */
}

.footer-social h3 {
  font-size: 1.1rem;
}

.footer-social a {
  color: #636363;
}

.footer-social a:hover {
  text-decoration: none;
}

.footer-social .fab {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0.5rem;
}

.footer-copyright {
  background-color: var(--body-bg);
  color: #636363;
}

.footer-copyright a {
  color: #636363;
}

.footer-copyright .ih-bug {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}

.footer-copyright .ih-bug img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

#scroll-to-top-link {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.archive-description {
  background-color: var(--post-bg);
  text-align: center;
  padding: 3rem 0.5rem;
  margin: 1rem 0;
  position: relative;
}

@media (min-width: 768px) {
  .archive-description {
    padding: 2rem 2.5rem;
    margin: 1rem 1rem 2rem 0;
  }
}

.post {
  background-color: var(--post-bg);
  padding: 3rem 0.5rem;
  margin: 1rem 0;
  position: relative;
}

@media (min-width: 768px) {
  .post {
    padding: 2rem 2.5rem;
    margin: 2rem 1rem 2rem 0;
  }
}

.post > .entry-meta {
  background-color: #662d91;
  color: #ebebeb;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
}

.post .entry-footer {
  border-top: 1px solid rgba(33, 37, 41, 0.1);
  font-size: 0.9rem;
  padding: 1rem 0.5rem 0;
  margin-top: 1rem;
}

.post .read-more-link {
  display: block;
  text-align: right;
  clear: both;
}

.sidebar {
  background-color: var(--post-bg);
  margin-top: 1rem;
  overflow-x: hidden;
  padding: 1rem 0.5rem;
}

.sidebar .widget {
  border: 1px solid var(--body-color);
  border-radius: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
}

.sidebar ul {
  padding-left: 1.2rem;
}

.page-template-default .entry-content {
  margin-top: 2rem;
}

.page-template-default .entry-content .panel-layout > div {
  margin-top: 2rem;
}

.page-template-default .entry-content .textwidget {
  padding: 1rem;
  background-color: var(--post-bg);
}

@media (min-width: 576px) {
  .page-template-default .entry-content .textwidget {
    padding: 1rem 2rem;
  }
}

.home.page-template-default {
  background-color: #fff;
}

.home.page-template-default .entry-content {
  margin-top: 0;
}

.home.page-template-default .panel-layout > div {
  margin-top: 0;
}

.home-hero {
  background-position: center center;
}

@media (max-width: 767.98px) {
  .home-hero {
    background-attachment: scroll !important;
  }
}

.home-hero .panel-grid-cell {
  height: calc(100vh - var(--header-img-height) - 2 * 0.5rem - 1rem - 2 * 1.2rem);
  max-height: 900px;
  display: flex;
  align-items: center;
}

.home-hero .panel-grid-cell-empty {
  height: 0;
}

.home-hero .textwidget {
  border-radius: 2rem;
  padding: 3rem 2rem;
}

@media (max-width: 767.98px) {
  .home-hero .textwidget {
    margin: 0 1rem;
  }
}

.home-services,
.home-locations {
  padding: 3rem 0;
}

.home-services h1,
.home-services h2,
.home-services h3,
.home-services h4,
.home-services h5,
.home-locations h1,
.home-locations h2,
.home-locations h3,
.home-locations h4,
.home-locations h5 {
  color: #212529;
}

.home-services .panel-grid-cell,
.home-locations .panel-grid-cell {
  padding: 0 1rem;
}

.home-services img,
.home-locations img {
  -o-object-fit: cover;
     object-fit: cover;
}
