/* ======================================================================
Components
====================================================================== */
.alignnone {
  margin-right: 1.5em; }

.aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.alignright,
.alignleft {
  display: block;
  margin: 1rem auto; }

@media (min-width: 580px) {
  .alignright {
    display: inline;
    float: right;
    margin: .4em 0 .6em 1.5em; } }

@media (min-width: 580px) {
  .alignleft {
    display: inline;
    float: left;
    margin: .4em 1.5em .6em 0; } }

.wp-caption.alignleft {
  margin-bottom: 1em; }

.wp-caption.alignright {
  margin-bottom: 1em; }

.wp-caption.alignright img,
.wp-caption.alignleft img {
  display: block; }

.wp-caption .wp-caption-text {
  padding: .5em;
  font-size: .9em;
  text-align: center; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.content > *:first-child {
  margin-top: 0; }
.content h1, .content h2, .content h3 {
  margin-top: 2em; }
.content h1 {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .content h1 {
      font-size: 1.9rem; } }
  @media (min-width: 991px) {
    .content h1 {
      font-size: 2.18rem; } }
.content h2 {
  color: #3eb049;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .content h2 {
      font-size: 1.37rem; } }
.content h3 {
  font-size: 1.15rem;
  text-transform: uppercase;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .content h3 {
      font-size: 1.25rem; } }
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0; }
.content li {
  margin-bottom: 0.75em;
  line-height: 1.5; }
.content ul {
  list-style: none; }
.content ul > li {
  position: relative; }
  .content ul > li::before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: -1.3em;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #3eb049; }
.content .lead {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.7; }
  @media (min-width: 768px) {
    .content .lead {
      font-size: 1.6rem; } }
.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em; }
.content .callout {
  margin: 2.5em 0;
  border-left: 5px solid rgba(152, 152, 152, 0.3);
  padding: 0 0 0 1.5em;
  color: #989898;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 2; }
  .content .callout cite {
    position: relative;
    display: inline-block;
    margin-top: 0.75em;
    padding-left: 1.1em;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    .content .callout cite::before {
      content: '\02014';
      position: absolute;
      left: 0; }
  @media (min-width: 768px) {
    .content .callout {
      margin: 3em 0;
      padding-left: 1em;
      font-size: 1.1rem; } }
.content .call-to-action {
  margin: 1.250em 0;
  font-size: 0.94rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }
.content .call-to-action a::after {
  content: '';
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 12px;
  padding-left: 1.4em;
  background-image: url("/assets/images/logo-icon-dk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: left 0.25s; }
.content .call-to-action a:hover::after, .content .call-to-action a:focus::after {
  left: 0.3em; }
.content .footnote {
  margin-top: 3em;
  font-size: 0.9em;
  font-weight: 600;
  font-style: italic; }
.content .solution-item {
  margin-top: 2rem;
  padding-top: 0.5em; }
  .content .solution-item img {
    max-width: 100px; }
    @media (min-width: 480px) {
      .content .solution-item img {
        max-width: 150px; } }
    @media (min-width: 768px) {
      .content .solution-item img {
        max-width: 200px; } }
  .content .solution-item h2 {
    margin-top: 0; }
  @media (min-width: 768px) {
    .content .solution-item {
      margin-top: 3rem; } }

.post-content > img:first-child {
  max-width: 100px; }
  @media (min-width: 480px) {
    .post-content > img:first-child {
      max-width: 150px; } }
  @media (min-width: 768px) {
    .post-content > img:first-child {
      max-width: 200px; } }

.post-content p.center-img {
  width: 100%;
  text-align: center;
}

.post-content li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.post-meta {
  margin-bottom: 0.2em;
  color: #3eb049;
}

.post-meta * {
  line-height: 1.5rem;
}

.post-meta .p-author {
  font-family: "Nixie One", serif;
  font-weight: 700;
  font-size: 1rem;
}

a {
  color: #47B341;
  text-decoration: none;
  transition: color 0.3s; }
  a:hover, a:focus {
    color: #32A33d;
    text-decoration: none; }

a.click-to-call,
a.click-to-call:visited,
a.click-to-call:hover,
a.click-to-call:focus,
a.click-to-call:active {
  color: inherit;
  text-decoration: inherit; }

.cta-link {
  font-size: 0.94rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }
  .cta-link::after {
    content: '';
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 12px;
    padding-left: 1.4em;
    background-image: url("/assets/images/logo-icon-dk.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: left 0.25s; }
  .cta-link:hover::after, .cta-link:focus::after {
    left: 0.3em; }

.btn {
  position: relative;
  display: inline-block;
  padding: 1.1em 3em 1.1em 1.75em;
  border: 3px solid #3eb049;
  border-radius: 0;
  background-color: #3eb049;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: all 0.25s; }
  .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.75em;
    display: inline-block;
    width: 8px;
    height: 12px;
    padding-left: 1.4em;
    background-image: url("/assets/images/logo-icon-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    transition: right 0.25s; }
  .btn:hover, .btn:focus {
    border-color: #32A33d;
    background: #32A33d;
    color: #fff; }
    .btn:hover::after, .btn:focus::after {
      right: 0.5em; }
  @media (min-width: 768px) {
    .btn {
      font-size: 0.94rem; } }

.btn--white {
  border-color: #fff;
  background: transparent;
  color: #fff; }
  .btn--white:hover, .btn--white:focus {
    border-color: #fff;
    background: rgba(41, 47, 44, 0.2); }
