@charset "UTF-8";
/*  Reset | http://meyerweb.com/eric/tools/css/reset/
---------------------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas,
caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label,
legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span,
strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

.clear:after, .clear:before, .clearfix:after {
  content: "";
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  visibility: hidden;
  clear: both;
  height: 0;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

:focus {
  outline: 0;
}

.hidden {
  display: none;
}

/*  Getting Organized // Base Structure & Styles
---------------------------------------------------------- */
html, body {
  height: 100%;
}

body {
  background: #FFF;
  font-size: 18px;
  line-height: 32px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  color: #4B4C4E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #00A154;
}

#cdphp {
  min-height: 100%;
  background: #FFF;
  padding-top: 152px;
  box-sizing: border-box;
}

p {
  padding: 0 0 20px 0;
}

a {
  color: #00A154;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s linear;
  cursor: pointer;
}
a:hover {
  color: #6B236D;
}

.wrap {
  max-width: 1190px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.wrap.sm {
  max-width: 960px;
}
.wrap:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.text-center {
  text-align: center;
}

sup {
  font-size: 80%;
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 1px;
}

.main p span sup {
  top: -6px;
  font-size: 68%;
  left: 3px;
}

strong {
  font-weight: 600;
}

/* Header
---------------------------------------------------------- */
header {
  background: #FFF;
  z-index: 10;
  border-top: 7px solid #00A154;
  border-bottom: 1px solid #C4C4C4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 152px;
  box-sizing: border-box;
  transition: linear 0.3s height;
}
header.home {
  border-bottom: 1px solid transparent;
}
header .wrap {
  padding: 30px 20px;
}
header #logo {
  display: block;
  overflow: hidden;
  float: left;
  transition: ease 0.4s all;
}
header #logo img {
  width: 165px;
  float: left;
  transition: ease 0.4s all;
}
header #logo strong {
  font-size: 32px;
  line-height: 32px;
  color: #4B4C4E;
  margin-left: 165px;
  padding: 30px 0 0 40px;
  display: block;
  transition: ease 0.4s all;
}
header nav {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
}
header nav ul {
  position: relative;
}
header nav ul li:nth-child(1).active ~ li:last-child:before {
  right: 618px;
  width: 90px;
}
header nav ul li:nth-child(2).active ~ li:last-child:before {
  right: 492px;
  width: 126px;
}
header nav ul li:nth-child(3).active ~ li:last-child:before {
  right: 337px;
  width: 155px;
}
header nav ul li:nth-child(4).active ~ li:last-child:before {
  right: 180px;
  width: 157px;
}
header nav ul li:nth-child(5).active ~ li:last-child:before {
  right: 90px;
  width: 90px;
}
header nav ul li:last-child.active:before {
  right: 0;
  width: 90px;
}
header nav ul li:nth-child(1):hover ~ li:last-child:before {
  right: 615px;
  width: 90px !important;
}
header nav ul li:nth-child(2):hover ~ li:last-child:before {
  right: 491px;
  width: 126px !important;
}
header nav ul li:nth-child(3):hover ~ li:last-child:before {
  right: 337px;
  width: 155px !important;
}
header nav ul li:nth-child(4):hover ~ li:last-child:before {
  right: 180px;
  width: 156px !important;
}
header nav ul li:nth-child(5):hover ~ li:last-child:before {
  right: 90px;
  width: 90px !important;
}
header nav ul li:last-child:hover:before {
  right: 0 !important;
  width: 90px !important;
}
header nav ul li {
  transition: ease 0.2s all;
}
header nav ul li:last-child a:after {
  display: none;
}
header nav ul li:last-child:before {
  content: "";
  position: absolute;
  height: 3px;
  top: -20px;
  background: #00A154;
  transition: right 0.8s ease, width 0.8s ease, transform 0.6s ease;
  right: 0;
  width: 0;
}
header nav ul li a {
  position: relative;
}
header nav ul li a span {
  transition: ease 0.2s all;
}
header nav ul li a:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  width: 1px;
  background: #CFD4D8;
  height: 24px;
  top: 46%;
  transform: translateY(-50%);
}
header nav ul li.active a {
  color: #4B4C4E;
}
header nav ul li.active a:before {
  content: "";
  position: absolute;
  top: 36%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #F3F3F3;
  z-index: -1;
}
header nav ul li.active a:hover img {
  transform: translate(-50%, -40%);
}
header.scroll {
  height: 100px;
  border-bottom: 1px solid #C4C4C4;
}
header.scroll .wrap {
  padding: 20px;
}
header.scroll #logo img {
  width: 100px;
}
header.scroll #logo strong {
  margin-left: 120px;
  font-size: 20px;
  line-height: 20px;
  padding-top: 15px;
  padding-left: 0;
}
header.scroll nav {
  top: 0;
}
header.scroll nav ul li:nth-child(1).active ~ li:last-child:before {
  right: 500px;
  width: 100px;
}
header.scroll nav ul li:nth-child(2).active ~ li:last-child:before {
  right: 400px;
  width: 100px;
}
header.scroll nav ul li:nth-child(3).active ~ li:last-child:before {
  right: 300px;
  width: 100px;
}
header.scroll nav ul li:nth-child(4).active ~ li:last-child:before {
  right: 200px;
  width: 100px;
}
header.scroll nav ul li:nth-child(5).active ~ li:last-child:before {
  right: 100px;
  width: 100px;
}
header.scroll nav ul li:last-child.active:before {
  right: 0;
  width: 100px;
}
header.scroll nav ul li:nth-child(1):hover ~ li:last-child:before {
  right: 500px !important;
  width: 100px !important;
}
header.scroll nav ul li:nth-child(2):hover ~ li:last-child:before {
  right: 400px !important;
  width: 100px !important;
}
header.scroll nav ul li:nth-child(3):hover ~ li:last-child:before {
  right: 300px !important;
  width: 100px !important;
}
header.scroll nav ul li:nth-child(4):hover ~ li:last-child:before {
  right: 200px !important;
  width: 100px !important;
}
header.scroll nav ul li:nth-child(5):hover ~ li:last-child:before {
  right: 100px !important;
  width: 100px !important;
}
header.scroll nav ul li:last-child:hover:before {
  right: 0 !important;
  width: 100px !important;
}
header.scroll nav ul li {
  height: 92px;
  overflow: hidden;
}
header.scroll nav ul li:last-child:before {
  top: 0;
}
header.scroll nav ul li a {
  min-width: 90px;
  height: 125px;
  box-sizing: border-box;
}
header.scroll nav ul li a img {
  max-width: 50px;
}
header.scroll nav ul li a span {
  opacity: 0;
  visibility: hidden;
  width: 60px;
}
header.scroll nav ul li a:after {
  top: 37%;
}
header.scroll nav ul li.active:before {
  top: 0px;
}
header.scroll nav ul li.active a:before {
  width: 50px;
  height: 50px;
}

/* Global Category Nav */
nav {
  font-weight: 500;
}
nav ul {
  display: flex;
  height: 100%;
}
nav ul li a {
  display: block;
  padding: 80px 20px 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #6B737B;
  position: relative;
  text-align: center;
  min-width: 90px;
}
nav ul li a img {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  transition: all 0.1s linear;
  transform: translate(-50%, -40%);
}
nav ul li a span {
  display: block;
}
nav ul li a:hover {
  color: #6B236D;
}
nav ul li a:hover img {
  transform: translate(-50%, -40%) rotate(-8deg) scale(1.1);
}

/*  Headings and Global Styles
---------------------------------------------------------- */
h1, h2 {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  text-align: center;
}

h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #4B4C4E;
}

h5 {
  padding: 0 0 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.date {
  padding-left: 30px;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: normal;
  position: relative;
}
.date:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon-clock.svg") no-repeat 0 0;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.categoryTag {
  display: inline-block;
}

.tag {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 200px;
  display: inline-block;
  background: #00A154;
  padding: 6px 16px;
  margin: 0 0 0 16px;
  font-size: 16px;
  color: #FFF;
  line-height: 20px;
  text-decoration: none !important;
  transition: linear 0.2s all;
}
.tag.alt {
  background: #FFF;
  border: 1px solid #D7EEE3;
  color: #00A154;
  cursor: pointer;
  box-shadow: none;
}
.tag.alt:hover {
  background: #00A154;
  color: #FFF;
}

/* Three Col
---------------------------------------------------------- */
.three-col {
  display: flex;
  flex-wrap: wrap;
}
.three-col.popular .post {
  margin: 0;
}
.three-col .alm-reveal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.three-col .post {
  margin-bottom: 30px;
  width: 33.3333%;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  font-weight: normal;
}
.three-col .post .postImg {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0);
  transition: all 0.2s linear;
}
.three-col .post .postImg figure {
  background-color: #e1e1e1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.three-col .post .postImg span.fig {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.three-col .post .postImg:before {
  content: "";
  display: block;
  padding-top: 61%;
}
.three-col .post .postImg figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(0);
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 10;
  left: 0;
  display: block;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 25;
}
.three-col .post .postImg:after {
  background: #00A154;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  transition: opacity 0.3s linear;
  z-index: 20;
}
.three-col .post div {
  background: #FFF;
  color: #6B737B;
  padding: 30px 0 20px 0;
}
.three-col .post div h4 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
  color: #4B4C4E;
  transition: linear 0.2s all;
}
.three-col .post div p {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}
.three-col .post div .category {
  display: block;
  color: #00A154;
  display: block;
  font-weight: 400;
  margin-top: 20px;
  text-transform: lowercase;
  font-size: 16px;
  transition: linear 0.2s all;
}
.three-col .post:hover .postImg {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
}
.three-col .post:hover .postImg figure {
  transform: scale(1.06);
}
.three-col .post:hover .postImg:after {
  opacity: 0.6;
}
.three-col .post:hover .postImg figcaption {
  opacity: 1;
  transform: translateY(-50%);
}
.three-col .post:hover h4 {
  color: #00A154;
}
.three-col .post:hover .category {
  color: #6B236D;
}

#category {
  padding-top: 0;
}
#category h1 {
  padding: 50px 0 0;
  position: relative;
  font-size: 50px;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
#category h1 span {
  padding: 0 30px;
  background: #FFF;
  position: relative;
  z-index: 10;
}
#category h1:after {
  content: "";
  height: 1px;
  background: #CFD4D8;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: block;
  position: absolute;
}

/* Banner
---------------------------------------------------------- */
#banner {
  background-image: url("../img/bg-feature.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #333;
  height: 500px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #FFF;
  text-align: left;
  line-height: normal;
}
#banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#banner a {
  color: #FFF;
  display: block;
  height: 100%;
  font-weight: normal;
  width: 100%;
  z-index: 1;
  position: relative;
}
#banner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 20%, rgba(255, 255, 255, 0) 60%);
  z-index: 1;
  transition: linear 0.3s all;
  opacity: 0.8;
}
#banner a:hover:before {
  opacity: 1;
}
#banner .wrap {
  height: 100%;
  z-index: 5;
  box-sizing: border-box;
}
#banner .content {
  width: 100%;
  max-width: 625px;
  position: absolute;
  top: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  transform: translateY(-50%);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
#banner .content.left {
  float: left;
  left: 0;
}
#banner h2 {
  text-align: left;
  margin: 10px 0 0;
}

/* Section
---------------------------------------------------------- */
section {
  padding: 60px 0;
}

section.nopad {
  padding: 0;
}

.p30 {
  padding: 30px 0;
}

.pt30 {
  padding: 30px 0 0;
}

.p40 {
  padding: 40px 0;
}

section.divider {
  border-top: 1px solid #CFD4D8;
}

.pb60 {
  padding: 0 0 60px;
}

.pb80 {
  padding: 0 0 80px;
}

.p80 {
  padding: 80px 0;
}

.p120 {
  padding: 120px 0;
}

.text-center {
  text-align: center;
}

.cta {
  text-align: center;
  padding: 20px 0 0;
}

.pb20 {
  padding-bottom: 20px;
}

.pt60 {
  padding: 60px 0 0;
}

/*  Newsletter
---------------------------------------------------------- */
#newsletter {
  padding: 0 20px;
  margin: 30px 0 70px;
  width: 100%;
  box-sizing: border-box;
}
#newsletter div.theForm {
  background: #CFD4D8;
  border-radius: 4px;
  display: flex;
}
#newsletter h6 {
  font-weight: normal;
  padding: 23px 20px;
  text-align: center;
  width: 48%;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #CFD4D8;
  box-sizing: border-box;
  margin: 0;
  line-height: normal;
  position: relative;
}
#newsletter h6:after {
  position: absolute;
  left: calc(100% - 2px);
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 46px solid transparent;
  border-bottom: 46px solid transparent;
  border-left: 30px solid #FFF;
}
#newsletter form {
  padding: 20px 20px 20px 60px !important;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
#newsletter form p {
  padding: 0;
  width: 100%;
  margin: 0 10px 0 0;
  position: relative;
}
#newsletter form p.success:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  height: 30px;
  width: 30px;
  background: #00A154 url("../img/icon-checkmark.svg?2") no-repeat center;
  border-radius: 50%;
  margin-top: -15px;
}
#newsletter form input, #newsletter form button {
  height: 54px;
  margin: 0 5px;
}
#newsletter form button {
  white-space: nowrap;
}
#newsletter form .email.error {
  border: 1px solid #C00;
  box-shadow: 0 0 1px 1px #C00;
}

.callback {
  display: none;
}

/*  Buttons
---------------------------------------------------------- */
.btn, .mailpoet_submit,
.alm-load-more-btn,
.wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link.no-border-radius {
  color: #FFF;
  background: #6B236D !important;
  padding: 15px 32px;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px !important;
  line-height: normal;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.2s linear;
  border: 0 !important;
  outline: 0;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-appearance: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  /*
    &.next {
      text-indent: -99999em;
      height:56px;
      width: 56px;
      background-image: url('../img/arrow-right.svg');
      background-repeat: no-repeat;
      background-position: center center;
      box-sizing: border-box;
      background-size: 10px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      display: inline-block;
      position: relative;
      left: -1px;
      top: -2px;
      line-height: 20px;
      padding: 0;
      cursor: pointer;

      &.true {
        &:before {
          content: '';
          position: absolute;
          right: -40px;
          top: 5px;
          background: url('../img/check.svg') no-repeat center center;
          height: 40px;
          width: 20px;
        }
      }
    }
  */
  /*
    &.back {
      text-indent: -99999em;
      height:56px;
      width: 56px;
      background-image: url('../img/arrow-left.svg');
      background-repeat: no-repeat;
      background-position: center center;
      box-sizing: border-box;
      background-size: 20px;
      opacity: .3;
      border-radius: none;
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 85px;
      margin-top:-30px;
      line-height: 20px;
      padding: 0;
      cursor: pointer;
      background-color:transparent;

      &:hover {
        opacity: .7;
      }
    }
  */
}
.btn:hover, .mailpoet_submit:hover,
.alm-load-more-btn:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link.no-border-radius:hover {
  background: #853d87 !important;
  color: #FFF !important;
}
.btn.lg, .mailpoet_submit.lg,
.alm-load-more-btn.lg,
.wp-block-button .wp-block-button__link.lg,
.wp-block-button .wp-block-button__link.no-border-radius.lg {
  padding: 15px 65px;
}
.btn.alt, .mailpoet_submit.alt,
.alm-load-more-btn.alt,
.wp-block-button .wp-block-button__link.alt,
.wp-block-button .wp-block-button__link.no-border-radius.alt {
  background: #FFF !important;
  border: 1px solid #d0d4d8 !important;
  color: #00A154 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
.btn.alt:hover, .mailpoet_submit.alt:hover,
.alm-load-more-btn.alt:hover,
.wp-block-button .wp-block-button__link.alt:hover,
.wp-block-button .wp-block-button__link.no-border-radius.alt:hover {
  background: #f1f1f1 !important;
}
.btn:disabled, .mailpoet_submit:disabled,
.alm-load-more-btn:disabled,
.wp-block-button .wp-block-button__link:disabled,
.wp-block-button .wp-block-button__link.no-border-radius:disabled {
  background-color: rgba(107, 115, 123, 0.7);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link.no-border-radius,
.alm-load-more-btn {
  background: #FFF !important;
  border: 1px solid #d0d4d8 !important;
  color: #00A154 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link.no-border-radius:hover,
.alm-load-more-btn:hover {
  background: #f1f1f1 !important;
  color: #00A154 !important;
}

#ajax-load-more {
  width: 100%;
}

.alm-btn-wrap {
  text-align: center;
  width: 100%;
}

.alm-load-more-btn {
  padding: 15px 65px;
  background: #FFF;
  border: 1px solid #d0d4d8;
  color: #00A154;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
.alm-load-more-btn:hover {
  color: #00A154;
  background: #f1f1f1;
}
.alm-load-more-btn.done {
  opacity: 0;
  visibility: hidden;
}

/* Block Specific Overrides
---------------------------------------------------------- */
.wp-block-buttons {
  margin-bottom: 60px;
}

/* Two Columns
---------------------------------------------------------- */
.two-col {
  overflow: hidden;
}
.two-col .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
.two-col .col:last-child {
  padding-right: 0;
  padding-left: 20px;
}

/* Post Navigation
---------------------------------------------------------- */
.postNav {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
}
.postNav .wrap {
  padding: 0 20px;
}
.postNav .wrap .two-col {
  display: flex;
}
.postNav .wrap .col {
  border-right: 1px solid #e1e1e1;
  padding: 30px 30px 30px 0;
  text-align: right;
  width: 50%;
}
.postNav .wrap .col span {
  display: block;
  width: 43%;
  float: right;
  background-size: cover;
  background-color: #e1e1e1;
  background-position: center center;
}
.postNav .wrap .col span:before {
  padding-top: 67%;
  content: "";
  display: block;
}
.postNav .wrap .col div {
  margin-right: calc(43% + 30px);
}
.postNav .wrap .col strong {
  font-weight: bold;
  padding-top: 25px;
  display: block;
  line-height: normal;
}
.postNav .wrap .col strong:before, .postNav .wrap .col strong:after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 14px;
  margin-right: 15px;
  background: url("../img/arrow-left-long.svg") no-repeat 0 0;
  background-size: 100%;
  position: relative;
  top: 2px;
  transition: linear 0.1s all;
}
.postNav .wrap .col strong:after {
  display: none;
}
.postNav .wrap .col.next {
  border: 0;
  text-align: left;
  padding: 30px 0 30px 30px;
}
.postNav .wrap .col.next span {
  float: left;
}
.postNav .wrap .col.next div {
  margin-right: 0;
  margin-left: calc(43% + 30px);
}
.postNav .wrap .col.next strong:before {
  display: none;
}
.postNav .wrap .col.next strong:after {
  display: inline-block;
  margin-left: 15px;
  margin-right: 0;
  background: url("../img/arrow-right-long.svg") no-repeat 0 0;
  background-size: 100%;
}
.postNav .wrap .col.next:hover strong:after {
  margin-left: 20px;
}
.postNav .wrap .col:hover strong:before {
  margin-right: 22px;
}
.postNav .wrap .col h6 {
  color: #4B4C4E;
  line-height: normal;
  padding-top: 15px;
  font-weight: 600;
}

/* Forms
---------------------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=file],
select,
textarea {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px 15px !important;
  background: #FFF;
  border: 1px solid #CFD4D8;
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
  min-height: 50px !important;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=file]::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 0.5;
}

select {
  background: #f1f1f1 url("../img/arrow-down.svg") no-repeat top 50% right 10px;
  background-size: 35px;
}

textarea {
  height: 150px;
}

input.invalid.error, select.invalid.error {
  border: 1px solid #cf0a2c;
}

/* Search Bar
---------------------------------------------------------- */
#searchForm {
  background: #00A154;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 0 30px;
  height: 152px;
  box-sizing: border-box;
  transform: translateY(-110%);
  transition: linear 0.3s transform;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
#searchForm form {
  width: 475px;
  margin: 0 auto;
}
#searchForm form:before {
  content: "";
  background: transparent url("../img/icon-search.svg") no-repeat 50%;
  background-size: 35px;
  height: 56px;
  width: 45px;
  position: absolute;
}
#searchForm form input[type=text] {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  padding: 12px 8px 12px 60px !important;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}
#searchForm form input[type=text]::placeholder {
  color: #FFF;
}
#searchForm form input[type=text]:-webkit-autofill, #searchForm form input[type=text]:-webkit-autofill:hover, #searchForm form input[type=text]:-webkit-autofill:focus, #searchForm form input[type=text]:focus {
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0px 1000px #00A154 inset;
  font-size: 24px;
  line-height: 32px;
}

.openSearch #searchForm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.closeSearch, .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 300;
  height: 20px;
  width: 20px;
  background: url("../img/icon-close.svg") no-repeat center center;
  background-size: 15px;
  text-indent: -99999em;
  cursor: pointer;
  transition: linear 0.2s all;
}
.closeSearch:hover, .close:hover {
  opacity: 0.5;
}

.search h1 {
  margin: 0 0 10px;
}
.search h4 {
  padding-bottom: 30px;
  font-size: 22px;
  color: #00A154;
}

/* Blog
---------------------------------------------------------- */
#main {
  width: 65%;
  float: left;
}
#main.full {
  float: none;
  margin: 0 auto;
}

.pagination {
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
}
.pagination.sing .page-numbers.next, .pagination.sing .page-numbers.prev {
  margin: 0 2.5px;
}
.pagination .page-numbers {
  display: block;
  border: 1px solid #aaa;
  text-align: center;
  margin: 0 2.5px;
  height: 30px;
  width: 30px;
  display: inline-block;
  color: #8A8B93;
  font-weight: 600;
  font-family: arial, sans-serif;
  line-height: 31px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px;
  text-indent: -99999em;
  margin: 0 8px;
  background-color: rgba(0, 0, 0, 0.05);
}
.pagination .page-numbers.next {
  background-image: url("../img/arrow-right.svg");
}
.pagination .page-numbers.prev {
  background-image: url("../img/arrow-left.svg");
}
.pagination .page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #777;
}
.pagination .page-numbers.dots {
  border-color: transparent;
}
.pagination .page-numbers.dots:hover {
  background-color: transparent;
}
.pagination .page-numbers.current {
  border-color: #4B4C4E;
  background: #4B4C4E;
  color: #FFF;
  font-weight: bold;
}

.screen-reader-text {
  display: none;
}

aside {
  padding-top: 30px;
  margin-left: 70%;
}
aside h4 {
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  letter-spacing: 2px;
  color: #999;
}
aside ul {
  font-size: 13px;
  padding-bottom: 60px;
  font-weight: 500;
}
aside ul li a {
  display: block;
  padding: 6px 4px;
  line-height: normal;
}
aside ul li a:hover {
  color: #999;
}
aside ul li.active a {
  color: #4B4C4E;
  font-weight: bold;
}
aside ul.recent {
  margin-top: -10px;
}
aside ul.recent li {
  border-bottom: 1px solid #d1d1d1;
}
aside ul.recent li a {
  padding: 12px 8px;
}
aside ul.recent li a:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.5);
}
aside ul.tags li {
  display: inline-block;
}
aside ul.tags li a {
  padding: 5px 8px;
  background: #FFF;
  margin: 3px;
}
aside ul.tags li.active a {
  color: #4B4C4E;
}

.wp-block-separator.is-style-default {
  max-width: 130px;
  margin: 20px auto 50px;
  border-color: #CFD4D8;
}

/* Single Blog Post
---------------------------------------------------------- */
.single {
  background: #FFF;
  padding: 30px;
  font-size: 18px;
  line-height: 30px;
  max-width: 900px;
  color: #4B4C4E;
}
.single .mainPhoto {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.single h1 {
  text-align: left;
  margin: 40px 0;
}
.single h2 {
  font-size: 32px;
  line-height: 32px;
  color: #6B236D;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  background: #FFF;
}
.single h2:before {
  content: "";
  height: 1px;
  position: absolute;
  display: block;
  position: absolute;
  background: #CFD4D8;
  left: 0;
  width: 100%;
  top: 55%;
}
.single h2 span {
  display: inline-block;
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
}
.single h3, .single h4 {
  font-size: 28px;
  font-weight: normal;
  padding: 30px 0 10px;
}
.single h2, .single h3, .single h4, .single h5 {
  text-align: left;
}
.single a {
  text-decoration: underline;
}
.single a.btn {
  color: #FFF;
  text-decoration: none;
  margin-top: 30px;
}
.single ol {
  list-style: decimal;
  padding: 0 0 30px 30px;
}
.single ol li {
  padding: 8px 0;
}
.single ol li ol {
  padding: 0 0 0 30px;
}
.single ul {
  list-style: disc;
  padding: 0 0 30px 30px;
}
.single ul li {
  padding: 8px 0;
}
.single ul li ul {
  padding: 0 0 0 30px;
}
.single ul.blocks-gallery-grid {
  padding: 0 0 30px 0;
}
.single ul.blocks-gallery-grid li {
  padding: 0;
}
.single img {
  max-width: 100%;
  height: auto;
  display: block;
}
.single img.aligncenter {
  margin: 0 auto;
  width: 100%;
}
.single td img {
  max-width: none;
}
.single .wp-block-embed-youtube,
.single .wp-block-embed-vimeo {
  margin-bottom: 60px;
}
.single .wp-block-embed-youtube .wp-block-embed__wrapper,
.single .wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding: 56.25% 0 0 0;
}
.single .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.single .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single .alignright {
  float: right;
  margin: 0 0 30px 30px !important;
}
.single .alignleft {
  float: left;
  margin: 0 30px 30px 0 !important;
}
.single .alignleft.wp-block-table {
  float: none;
}
.single .wp-block-image {
  margin: 0;
}
.single .wp-block-image figcaption {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}
.single .wp-block-image .alignright {
  float: right;
  margin: 0 0 30px 30px !important;
}
.single .wp-block-image .alignleft {
  float: left;
  margin: 0 30px 30px 0 !important;
}
.single .wp-block-image .alignleft.wp-block-table {
  float: none;
}
.single .wp-block-image .aligncenter {
  margin-bottom: 30px;
}
.single .social {
  font-size: 16px;
  color: #6B737B;
  padding: 0;
}
.single .social.top {
  float: right;
}
.single .social.top li {
  padding: 0 0 0 10px;
}
.single .social li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.single .social li strong {
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
  top: -2px;
}
.single .social li a {
  display: block;
  text-indent: -999999em;
  background-size: 22px;
  height: 22px;
  width: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  line-height: 22px;
  opacity: 0.2;
}
.single .social li a.fb {
  background-image: url("../img/icon-facebook.svg");
}
.single .social li a.tw {
  background-image: url("../img/icon-twitter.svg");
}
.single .social li a.ln {
  background-image: url("../img/icon-linkedin.svg");
}
.single .social li a.em {
  background-image: url("../img/icon-mail.svg");
}
.single .social li a:hover {
  opacity: 0.5;
}
.single figure.wp-block-table {
  width: 100%;
  display: block;
  border: 0;
}
.single table {
  width: 100%;
  margin: 30px 0 60px;
  background: #FFF !important;
}
.single table thead th {
  text-align: left;
  padding: 15px 20px;
}
.single table tbody tr:nth-child(odd) {
  background: #F3F3F3;
}
.single table td {
  font-size: 16px;
  padding: 15px 20px;
  line-height: normal;
}
.single blockquote, .single blockquote.wp-block-quote {
  color: #6B236D;
  background: url("../img/quote.svg") no-repeat top left;
  padding: 0 0 20px 60px;
  font-size: 26px;
  margin: 30px 45px;
}
.single blockquote cite, .single blockquote.wp-block-quote cite {
  font-style: normal;
  font-size: 16px;
  color: #6B737B;
  padding-left: 10px;
}
.single .ctaBlock {
  background: #00A154;
  color: #FFF;
  padding: 35px;
  border-radius: 4px;
  margin-bottom: 60px;
}
.single .ctaBlock h3 {
  padding: 0 0 10px;
  color: #FFF;
}
.single .ctaBlock p {
  font-size: 16px;
  line-height: 28px;
}
.single .ctaBlock .btn {
  margin: 0;
  font-size: 18px;
  padding: 10px 28px;
}
.single .ctaBlock img {
  display: none;
}
.single .ctaBlock.icon {
  background: #D7EEE3;
  color: #4B4C4E;
  overflow: hidden;
}
.single .ctaBlock.icon h3 {
  color: #4B4C4E;
}
.single .ctaBlock.icon a.theIcon {
  display: block;
  float: left;
  width: 25%;
}
.single .ctaBlock.icon img {
  display: block;
  width: 100%;
}
.single .ctaBlock.icon .content {
  margin-left: 25%;
  padding-left: 60px;
}
.single .wistia {
  margin-bottom: 60px;
}
.single .gallery {
  max-width: 900px;
  margin: 20px auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 850px) {
  .single .gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single .gallery .galleryContainer {
  position: relative;
}
.single .gallery .slider {
  margin-bottom: 15px;
}
.single .gallery .slick-initialized .slick-slide {
  background: #F3F3F3;
  display: flex;
  align-items: center;
  position: relative;
}
.single .gallery .slick-initialized .slick-slide p.caption {
  position: absolute;
  bottom: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 13px;
  line-height: normal;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.single .gallery .slick-initialized .slick-slide:hover p.caption {
  transform: translateY(0);
}
.single .gallery .thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px 50px;
  padding: 0;
  list-style: none;
}
.single .gallery .thumbs li {
  width: 12.5%;
  padding: 0 7.5px;
  margin: 0 0 15px;
  box-sizing: border-box;
}
.single .gallery .thumbs li.active span {
  border: 1px solid #00A154;
  opacity: 1;
}
.single .gallery .thumbs li.empty span {
  background: rgba(193, 190, 188, 0.4);
  opacity: 1;
}
.single .gallery .thumbs li span {
  overflow: hidden;
  padding-top: 65%;
  display: block;
  border-radius: 1px;
  background: transparent;
  border: 1px solid transparent;
  opacity: 0.75;
  position: relative;
  transition: ease 0.4s all;
}
.single .gallery .thumbs li img {
  width: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 850px) {
  .single .gallery .thumbs li {
    width: 20%;
  }
}

#authorContainer {
  border-top: 1px solid #CFD4D8;
  margin: 50px 0 0;
  padding: 50px 0;
  overflow: hidden;
}
#authorContainer figure {
  float: left;
  text-align: center;
  width: 160px;
}
#authorContainer figure img {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto;
}
#authorContainer figure a {
  text-decoration: none;
  display: block;
  line-height: normal;
}
#authorContainer figure strong {
  display: block;
  padding-top: 8px;
}
#authorContainer div {
  margin-left: 200px;
}
#authorContainer div p {
  padding: 0;
}
#authorContainer div.co-author {
  margin: 60px 0 0 0;
}

/*  Comments
---------------------------------------------------------- */
#comments .commentlist {
  padding: 0;
  list-style: none;
}
#comments .commentlist li {
  padding: 30px 0px;
  margin-bottom: 0;
}
#comments .commentlist .children {
  list-style: none;
  margin-left: 90px;
  padding: 30px 0 0;
}
#comments .commentlist .children li:last-child {
  padding-bottom: 0;
}
#comments img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  float: left;
  display: block;
}
#comments .commentContainer {
  margin-left: 95px;
}
#comments .commentContainer cite {
  font-style: normal;
  text-transform: capitalize;
  color: #6B236D;
  font-weight: 600;
  font-size: 18px;
}
#comments .commentContainer cite a {
  text-decoration: none;
  color: #6B236D;
}
#comments .commentContainer p {
  font-size: 16px;
  line-height: 26px;
}
#comments .commentContainer .author-meta {
  padding: 10px 0;
}
#comments .commentContainer .author-meta time {
  display: inline-block;
  padding-left: 10px;
}
#comments .commentContainer .author-meta time a {
  color: #68737B;
  opacity: 0.4;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}

#respond label {
  font-size: 16px;
}
#respond label strong {
  font-size: 18px;
}

#allowed_tags {
  border-radius: 4px;
  background: #F3F3F3;
  padding: 20px;
  font-size: 15px;
  line-height: 26px;
  color: #4B4C4E;
  margin-bottom: 30px;
}
#allowed_tags code {
  font-weight: 600;
  color: #6B236D;
  font-size: 14px;
}

/*  Main Categories Icons
---------------------------------------------------------- */
.categories ul {
  text-align: center;
  justify-content: center;
}
.categories ul li a {
  padding-top: 110px;
  min-width: 150px;
}
.categories ul li a:after {
  content: "";
  background: #DEDDD7;
  width: 60%;
  height: 13px;
  border-radius: 10px;
  position: absolute;
  bottom: 31%;
  display: block;
  left: 50%;
  transform: translate(-50%);
}
.categories ul li a img {
  top: auto;
  bottom: 60px;
  transform: translateX(-50%) scale(1.75);
  z-index: 10;
}
.categories ul li a:hover img {
  transform: translateX(-50%) scale(1.75) rotate(-8deg);
}

/* Top Doc 2019
---------------------------------------------------------- */
.congrats {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  margin: auto;
  font-size: 18px;
  color: #00af7c;
  padding-top: 10px;
  padding-bottom: 10px;
}

#topdoc2019 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 60px;
}
#topdoc2019 .three {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding: 10px 5px;
  padding-bottom: 0;
  display: table-cell;
}
#topdoc2019 .three img {
  display: inline-block;
}
#topdoc2019 .three .cat {
  background: #e9f3de;
  border: 0px solid #00ad68;
  min-height: 160px;
  height: auto;
  text-align: center;
  border-radius: 10px;
  padding: 0 0px 5px 0px;
  margin: 1px;
  cursor: pointer;
}
#topdoc2019 .three .cat img {
  display: inline-block;
  margin-top: 10px;
}
#topdoc2019 .three .cat h2.best {
  text-align: center;
  background: transparent;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 0;
}
#topdoc2019 .three .cat h2.best span {
  background: transparent;
}
#topdoc2019 .three .cat h2.best:before {
  display: none;
}
#topdoc2019 .three .cat:hover {
  background: #00ad68;
  color: #FFFFFF;
  transform: scale(1.1);
  transition-duration: 0.4s;
}
#topdoc2019 .three .cat:hover h2 {
  color: #FFF;
}
#topdoc2019 .row:after {
  content: "";
  clear: both;
}
#topdoc2019 .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
#topdoc2019 .modalDialog:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: auto;
}
#topdoc2019 .modalDialog > div {
  max-width: 900px;
  margin: 20px auto 20px;
  padding: 20px;
  background: #fff;
  position: relative;
}
#topdoc2019 .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}
#topdoc2019 table {
  color: #5f6a72;
  width: 100%;
  font-size: 15px;
  margin: 20px 0 40px;
}
#topdoc2019 td {
  font-size: 15px;
  padding: 10px 10px;
}
#topdoc2019 td.rank {
  font-weight: 600;
  color: #6B236D;
}
#topdoc2019 tr:nth-child(odd) {
  background-color: #e9f3de;
}
#topdoc2019 .credit {
  font-size: 12px;
  line-height: normal;
}
#topdoc2019 .otherCategories {
  color: #FFF;
  display: block;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}
#topdoc2019 a {
  text-decoration: none;
  color: #71277a;
}
#topdoc2019 .category h3 {
  font-weight: bold;
  color: #6B236D;
  font-size: 32px;
  line-height: 32px;
  margin: 40px 0 0;
  padding: 0;
}
#topdoc2019 h4 {
  font-size: 22px;
  padding: 10px 0;
  color: #4B4C4E;
}
#topdoc2019 .close {
  width: 32px;
  height: 32px;
  background-color: #6B236D;
  border-radius: 50%;
  background-size: 12px;
}
#topdoc2019 .featured {
  overflow: hidden;
  margin: 30px 0;
}
#topdoc2019 .featured h4 {
  color: #00A154;
  font-weight: bold;
}
#topdoc2019 .featured strong {
  display: block;
}
#topdoc2019 .featured img {
  float: left;
  width: 200px;
  border: 2px solid #e1e1e1;
  display: block;
  box-sizing: border-box;
}
#topdoc2019 .featured div {
  margin-left: 200px;
  padding: 30px;
  box-sizing: border-box;
}
#topdoc2019 .featured p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 650px) {
  #topdoc2019 .three {
    width: 100%;
  }
  #topdoc2019 .featured img {
    float: none;
    margin: 0 auto;
  }
  #topdoc2019 .featured div {
    padding: 10px 0;
    margin: 0;
  }
  #topdoc2019 .category h3 {
    font-size: 22px;
    margin-top: 30px;
    line-height: 22px;
  }
  #topdoc2019 .close {
    width: 22px;
    height: 22px;
    background-size: 12px;
    top: 10px;
    right: 10px;
  }
}

/* Top Doc 2019
---------------------------------------------------------- */
#topdoc2018 .collapsible {
  background-color: #DADBDC;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  border-top: 10px solid #6a256c;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  color: #00af7c;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  transition: linear 0.2s all;
  line-height: normal;
}
#topdoc2018 .collapsible.active, #topdoc2018 .collapsible:hover {
  background-color: #f0f0f0;
}
#topdoc2018 .collapsible h2 {
  background: transparent;
  font-size: 20px;
  color: #00af7c;
  text-align: left;
  font-weight: bold;
  line-height: normal;
  margin: 15px 0 15px 85px;
}
#topdoc2018 .collapsible h2 span {
  background: transparent;
}
#topdoc2018 .collapsible h2:before {
  display: none;
}
#topdoc2018 .collapsible img {
  width: 60px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}
#topdoc2018 .content {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}
#topdoc2018 .content table {
  margin-top: 10px;
}
#topdoc2018 .content table td {
  min-width: 80px;
  vertical-align: middle;
}
#topdoc2018 .content table td img {
  width: 40px;
  display: inline-block;
}
@media screen and (max-width: 650px) {
  #topdoc2018 .collapsible h2 {
    margin: 10px 0 10px 60px;
    font-size: 16px;
  }
  #topdoc2018 .collapsible img {
    width: 50px;
  }
  #topdoc2018 .content {
    padding: 0;
  }
  #topdoc2018 .content table td {
    padding: 14px;
  }
}

/*  Footer
---------------------------------------------------------- */
footer {
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #d0d4d8;
  font-size: 16px;
  line-height: 24px;
  background: #FFF;
}
footer ul {
  display: flex;
  max-width: 1190px;
  margin: 0 auto;
}
footer ul li {
  width: 20%;
}
footer ul li a {
  display: block;
  padding: 15px 0;
}
footer .copyright {
  background: #6b737b;
  color: #e1dfda;
  font-size: 14px;
}
footer .copyright .wrap {
  display: flex;
  padding: 15px 40px;
  box-sizing: border-box;
}
footer .copyright p {
  padding: 0;
  width: 33.3333%;
}
footer .copyright p:first-child {
  text-align: left;
}
footer .copyright p:last-child {
  text-align: right;
}
footer .disc {
  color: #6b737b;
  font-size: 12px;
  line-height: normal;
  padding: 30px 0;
  max-width: 900px;
  margin: 0 auto;
}
footer .disc p {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1170px) {
  #cdphp {
    padding-top: 129px;
  }
  header {
    height: 129px;
  }
  header #logo img {
    width: 120px;
  }
  header #logo strong {
    margin-left: 135px;
    padding: 20px 0 0 0;
    font-size: 26px;
    line-height: 26px;
  }
  header nav {
    top: 10px;
  }
  header nav ul li:last-child:before {
    top: -10px;
  }
  header nav ul li:nth-child(1).active ~ li:last-child:before {
    right: 512px;
    width: 90px;
  }
  header nav ul li:nth-child(2).active ~ li:last-child:before {
    right: 418px;
    width: 94px;
  }
  header nav ul li:nth-child(3).active ~ li:last-child:before {
    right: 300px;
    width: 118px;
  }
  header nav ul li:nth-child(4).active ~ li:last-child:before {
    right: 180px;
    width: 120px;
  }
  header nav ul li:nth-child(5).active ~ li:last-child:before {
    right: 90px;
    width: 90px;
  }
  header nav ul li:last-child.active:before {
    right: 0;
    width: 90px;
  }
  header nav ul li:nth-child(1):hover ~ li:last-child:before {
    right: 512px !important;
    width: 90px !important;
  }
  header nav ul li:nth-child(2):hover ~ li:last-child:before {
    right: 418px !important;
    width: 94px !important;
  }
  header nav ul li:nth-child(3):hover ~ li:last-child:before {
    right: 300px !important;
    width: 118px !important;
  }
  header nav ul li:nth-child(4):hover ~ li:last-child:before {
    right: 180px !important;
    width: 120px !important;
  }
  header nav ul li:nth-child(5):hover ~ li:last-child:before {
    right: 90px !important;
    width: 90px !important;
  }
  header nav ul li:last-child:hover:before {
    right: 0 !important;
    width: 90px !important;
  }
  header nav ul li a {
    font-size: 12px;
    padding: 70px 10px 10px;
  }
  header nav ul li.active:before {
    top: -10px;
  }
  header nav ul li.active a:before {
    width: 60px;
    height: 60px;
  }
  header.scroll nav ul li:nth-child(1).active ~ li:last-child:before {
    right: 450px;
    width: 90px;
  }
  header.scroll nav ul li:nth-child(2).active ~ li:last-child:before {
    right: 360px;
    width: 90px;
  }
  header.scroll nav ul li:nth-child(3).active ~ li:last-child:before {
    right: 270px;
    width: 90px;
  }
  header.scroll nav ul li:nth-child(4).active ~ li:last-child:before {
    right: 180px;
    width: 90px;
  }
  header.scroll nav ul li:nth-child(5).active ~ li:last-child:before {
    right: 90px;
    width: 90px;
  }
  header.scroll nav ul li:last-child.active:before {
    right: 0;
    width: 90px;
  }
  header.scroll nav ul li:nth-child(1):hover ~ li:last-child:before {
    right: 450px !important;
    width: 90px !important;
  }
  header.scroll nav ul li:nth-child(2):hover ~ li:last-child:before {
    right: 360px !important;
    width: 90px !important;
  }
  header.scroll nav ul li:nth-child(3):hover ~ li:last-child:before {
    right: 270px !important;
    width: 90px !important;
  }
  header.scroll nav ul li:nth-child(4):hover ~ li:last-child:before {
    right: 180px !important;
    width: 90px !important;
  }
  header.scroll nav ul li:nth-child(5):hover ~ li:last-child:before {
    right: 90px !important;
    width: 90px !important;
  }
  header.scroll nav ul li:last-child:hover:before {
    right: 0 !important;
    width: 90px !important;
  }
  #searchForm {
    height: 129px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* IE10 Styling */
.ie10 nav ul {
  display: -ms-flexbox;
}
.ie10 nav.categories ul {
  -ms-flex-pack: center;
}
.ie10 .three-col {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}
.ie10 .three-col .post {
  transform: translateY(0);
}
.ie10 #ajax-load-more .three-col .alm-reveal {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}
.ie10 #ajax-load-more .three-col .post {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.ie10 #newsletter div {
  display: -ms-flexbox;
}
.ie10 #newsletter div form {
  display: -ms-flexbox;
}
.ie10 #newsletter div form p {
  width: 70%;
}
.ie10 footer ul {
  display: -ms-flexbox;
}
.ie10 footer .copyright .wrap {
  display: -ms-flexbox;
}

/* TOC and Question Posts */
.toc ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px -5px;
}
.toc ul li {
  width: 33.333333%;
  padding: 5px;
  box-sizing: border-box;
}
.toc ul li a {
  display: block;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: #9bc35e;
  padding: 40px 0 20px;
  color: #FFF;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.toc ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("../img/cdphp_arrow.svg") no-repeat center center;
  background-size: 100%;
  margin: 20px auto 0;
}
.toc ul li a em {
  display: block;
  font-style: normal;
  font-weight: 300;
}
.toc ul li a strong {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
}
.toc ul li a:hover {
  background: #00A154;
}
@media only screen and (max-width: 700px) {
  .toc ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .toc ul li a {
    padding: 30px 0 10px;
  }
  .toc ul li a strong {
    font-size: 24px;
  }
}

.ques {
  background: #f8f8f8;
  border-left: 1px solid #CFD4D8;
  border-right: 1px solid #CFD4D8;
  padding: 20px 40px;
}
.ques.first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #CFD4D8;
  padding-top: 40px;
}
.ques.last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #CFD4D8;
  padding-bottom: 40px;
}
.ques h6 {
  padding-bottom: 5px;
}
.ques p {
  font-size: 16px;
  line-height: 26px;
}
.ques textarea {
  height: 110px;
}
@media only screen and (max-width: 650px) {
  .ques {
    padding: 10px 20px;
  }
  .ques.first {
    padding-top: 20px;
  }
  .ques.last {
    padding-bottom: 20px;
  }
}

/* MailPoet Styling */
#newsletter #mailpoet_form_1 {
  width: 52%;
  border: 0;
}
#newsletter #mailpoet_form_1 .mailpoet_paragraph {
  margin: 0;
  line-height: normal;
  display: block;
  width: 100%;
}
#newsletter #mailpoet_form_1 .mailpoet_paragraph.last {
  width: auto;
}
#newsletter #mailpoet_form_1 .mailpoet_paragraph .parsley-errors-list {
  display: none !important;
}
#newsletter #mailpoet_form_1 .mailpoet_paragraph .mailpoet_text {
  height: 54px !important;
}
#newsletter #mailpoet_form_1 .mailpoet_message {
  padding: 0;
}
#newsletter #mailpoet_form_1 .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  line-height: normal;
  margin: 0;
}
#newsletter #mailpoet_form_1 input.parsley-error, #newsletter #mailpoet_form_1 select.parsley-error, #newsletter #mailpoet_form_1 textarea.parsley-error {
  border-color: #CC0000 !important;
}
#newsletter #mailpoet_form_1 .mailpoet_submit {
  padding: 15px 32px !important;
  margin: 0 5px !important;
}
#newsletter .mailpoet_form_popup_overlay {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  #newsletter #mailpoet_form_1 {
    width: 100%;
  }
  #newsletter #mailpoet_form_1 form {
    padding: 20px !important;
  }
}

/* Accordion
--------------------------------------------------- */
.tabs .tab {
  border-bottom: 1px solid #e1e1e1;
}
.tabs .tab.active .accordion-heading:before {
  transform: rotate(180deg);
}
.tabs .accordion-heading {
  display: flex;
  padding: 12px 75px 12px 0;
  color: #6B236D;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
}
.tabs .accordion-heading .icon {
  width: 55px;
  margin: 0 15px 0 5px;
}
.tabs .accordion-heading h4 {
  padding: 0;
  font-size: 24px;
  line-height: normal;
}
.tabs .accordion-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transition: ease 0.3s all;
  height: 16px;
  width: 20px;
  background: url("../img/arrow-accordion.svg") no-repeat center center;
  background-size: 20px;
  margin-top: -8px;
}
.tabs .tab-container {
  display: none;
  background: #FFF;
}
.tabs .tab-content {
  display: block;
  padding: 5px 0 30px 0;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  border-top: 1px solid #d1d1d1;
}
.tabs .tab-content img {
  max-width: 100%;
  height: auto;
}
.tabs .tab-content .btn {
  font-size: 15px;
}
.tabs .tab-content .btn:after {
  height: 12px;
  width: 20px;
}
.tabs .tab-content .btn:hover:after {
  width: 26px;
}
.tabs .tab-content a {
  text-decoration: underline;
  font-weight: 500;
}
.tabs .tab-content ul {
  list-style: disc;
  padding: 0 0 30px 30px;
}
.tabs .tab-content ul:last-child {
  padding-bottom: 0;
}
.tabs .tab-content ol.alternate {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0;
}
.tabs .tab-content ol.alternate li {
  counter-increment: my-awesome-counter;
}
.tabs .tab-content ol.alternate li::before {
  content: counter(my-awesome-counter);
  background: #6B236D;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
}
.tabs .tab-content ol.alternate li:nth-of-type(even) {
  background-color: #F3F3F3;
}
.tabs .tab-content ol:last-child {
  padding-bottom: 0;
}
.tabs .tab-content p:last-child {
  padding-bottom: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 5px;
  display: none;
}
.slick-slide figure {
  display: block;
  padding-bottom: 46.45%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.slick-slide figure img {
  display: none !important;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-initialized .slick-track {
  display: flex;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #CFD4D8;
  background-color: #FFF;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
  z-index: 100;
  background: url("../img/arrow-right.svg") no-repeat center center;
  transition: ease 0.2s background;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 500px) {
  .slick-prev,
  .slick-next {
    width: 20px;
    height: 20px;
  }
}

.slick-prev {
  left: -35px;
  background: url("../img/arrow-left.svg") no-repeat center center;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -70px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
@media only screen and (max-width: 500px) {
  .slick-prev {
    left: -20px;
    background-size: 20px;
  }
}

.slick-next {
  right: -35px;
}
[dir=rtl] .slick-next {
  left: -70px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
@media only screen and (max-width: 500px) {
  .slick-next {
    right: -20px;
    background-size: 20px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  text-indent: -99999em;
  outline: none;
  color: transparent;
  cursor: pointer;
  opacity: 0.25;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -99999em;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.slick-dots li.slick-active button {
  color: #FFF;
  opacity: 0.75;
}

/* Tablet and Mobile
---------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  #cdphp {
    padding-top: 118px;
  }
  #banner {
    height: 350px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
  section {
    padding: 30px 0;
  }
  .pb60 {
    padding: 0 0 30px;
  }
  header {
    height: 118px;
  }
  header #logo img {
    width: 100px;
  }
  header #logo strong {
    margin-left: 120px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
  }
  header nav {
    top: 0;
  }
  header nav ul li:last-child:before {
    top: 0;
  }
  header nav ul li:nth-child(1).active ~ li:last-child:before {
    right: 472px;
    width: 70px;
  }
  header nav ul li:nth-child(2).active ~ li:last-child:before {
    right: 378px;
    width: 94px;
  }
  header nav ul li:nth-child(3).active ~ li:last-child:before {
    right: 260px;
    width: 118px;
  }
  header nav ul li:nth-child(4).active ~ li:last-child:before {
    right: 140px;
    width: 120px;
  }
  header nav ul li:nth-child(5).active ~ li:last-child:before {
    right: 70px;
    width: 70px;
  }
  header nav ul li:last-child.active:before {
    right: 0;
    width: 70px;
  }
  header nav ul li:nth-child(1):hover ~ li:last-child:before {
    right: 472px !important;
    width: 70px !important;
  }
  header nav ul li:nth-child(2):hover ~ li:last-child:before {
    right: 378px !important;
    width: 94px !important;
  }
  header nav ul li:nth-child(3):hover ~ li:last-child:before {
    right: 260px !important;
    width: 118px !important;
  }
  header nav ul li:nth-child(4):hover ~ li:last-child:before {
    right: 140px !important;
    width: 120px !important;
  }
  header nav ul li:nth-child(5):hover ~ li:last-child:before {
    right: 70px !important;
    width: 70px !important;
  }
  header nav ul li:last-child:hover:before {
    right: 0 !important;
    width: 70px !important;
  }
  header nav ul li a {
    min-width: 70px;
  }
  header nav ul li a img {
    max-width: 50px;
  }
  header nav ul li.active:before {
    top: 0px;
  }
  header nav ul li.active a:before {
    width: 50px;
    height: 50px;
  }
  #searchForm {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 119px;
  }
  #searchForm form {
    padding-right: 40px;
  }
  #searchForm form:before {
    background-size: 30px;
    height: 55px;
    width: 40px;
  }
  #searchForm form input[type=text] {
    font-size: 22px;
    line-height: 30px;
    padding-left: 50px !important;
  }
  #searchForm form input[type=text]:-webkit-autofill, #searchForm form input[type=text]:-webkit-autofill:hover, #searchForm form input[type=text]:-webkit-autofill:focus, #searchForm form input[type=text]:focus {
    font-size: 22px;
    line-height: 30px;
  }
  footer ul {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  footer ul li {
    width: 100%;
  }
  footer ul li a {
    padding: 2px 0;
    font-size: 14px;
    line-height: normal;
  }
  footer .copyright {
    display: block;
    text-align: center;
    padding: 15px;
  }
  footer .copyright .wrap {
    display: block;
  }
  footer .copyright p {
    width: auto;
    float: none;
    text-align: center !important;
  }
  footer .disc {
    padding: 20px;
    font-size: 11px;
  }
  footer .disc br {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  #cdphp {
    padding-top: 80px;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  header, header.scroll {
    top: 0;
    width: 100%;
    left: 0;
    position: fixed;
    z-index: 1000;
    height: 80px;
    box-sizing: border-box;
  }
  header .wrap, header.scroll .wrap {
    padding: 12px 15px;
  }
  header #logo img, header.scroll #logo img {
    width: 90px;
  }
  header #logo strong, header.scroll #logo strong {
    margin-left: 110px;
    padding-top: 12px;
  }
  #searchForm {
    position: static;
    background: transparent;
    transform: none;
    padding: 0 20px;
    height: auto;
    box-shadow: none;
  }
  #searchForm form {
    width: auto;
    margin: 0;
    padding: 5px 20px 0 20px;
  }
  #searchForm form:before {
    background-size: 35px;
  }
  #searchForm form .closeSearch {
    display: none;
  }
  #searchForm form input[type=text] {
    border-bottom: 0;
    padding-left: 72px !important;
    padding-bottom: 17px !important;
    color: #4B4C4E;
  }
  #searchForm form input[type=text]:-webkit-autofill, #searchForm form input[type=text]:-webkit-autofill:hover, #searchForm form input[type=text]:-webkit-autofill:focus, #searchForm form input[type=text]:focus {
    -webkit-text-fill-color: #4B4C4E;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    font-size: 22px;
    line-height: 30px;
  }
  #searchForm form input[type=text]::placeholder {
    color: #4B4C4E;
  }
  header nav, header.scroll nav {
    background-color: #FFF;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 900;
    overflow: hidden;
    transition: all 0.5s ease-out;
    -webkit-overflow-scrolling: touch;
  }
  header nav ul, header.scroll nav ul {
    padding-top: 20px;
    display: block;
  }
  header nav ul li, header.scroll nav ul li {
    display: block;
    width: 100%;
    height: auto;
  }
  header nav ul li:after, header.scroll nav ul li:after {
    display: none;
  }
  header nav ul li:last-child:before, header.scroll nav ul li:last-child:before {
    display: none !important;
  }
  header nav ul li a, header.scroll nav ul li a {
    text-align: left;
    padding: 10px 35px;
    font-size: 24px;
    line-height: normal;
    overflow: hidden;
    height: auto;
  }
  header nav ul li a.searchBtn, header.scroll nav ul li a.searchBtn {
    display: none;
  }
  header nav ul li a:after, header.scroll nav ul li a:after {
    display: none !important;
  }
  header nav ul li a img, header.scroll nav ul li a img {
    position: static;
    transform: none;
    float: left;
  }
  header nav ul li a span, header.scroll nav ul li a span {
    margin-left: 75px;
    padding-top: 5px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
  header nav ul li a:hover img, header.scroll nav ul li a:hover img {
    transform: none;
  }
  header nav ul li.active:before, header.scroll nav ul li.active:before {
    display: none;
  }
  header nav ul li.active a, header.scroll nav ul li.active a {
    background: rgba(0, 0, 0, 0.05);
  }
  header nav ul li.active a:before, header.scroll nav ul li.active a:before {
    display: none;
  }
  header nav ul li.active a:hover img, header.scroll nav ul li.active a:hover img {
    transform: none;
  }
  header nav ul li ul, header.scroll nav ul li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    padding: 0;
    transform: none;
    margin-bottom: 20px;
  }
  header nav ul li ul li, header.scroll nav ul li ul li {
    padding: 0;
  }
  header nav ul li ul li a, header.scroll nav ul li ul li a {
    font-size: 20px;
    color: #FFF;
  }
  .openOverlay {
    overflow-y: hidden;
  }
  .openMenu {
    overflow-y: hidden;
  }
  .openMenu header nav {
    height: 100%;
  }
  #menu {
    position: absolute;
    top: 0;
    padding: 34px 25px 34px;
    right: 0;
    color: #FFF;
    display: block;
    z-index: 800;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #menu span, #menu span:after, #menu span:before {
    display: block;
    width: 30px;
    height: 3px;
    background: #6B737B;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #menu span:after, #menu span:before {
    content: "";
    position: absolute;
  }
  #menu span:before {
    margin-top: -9px;
  }
  #menu span:after {
    margin-top: 9px;
  }
  .openMenu #menu span {
    background: transparent;
  }
  .openMenu #menu span:after {
    margin: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .openMenu #menu span:before {
    margin: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .three-col .post {
    width: 100%;
  }
  .three-col .post .postImg {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .three-col .post div {
    margin-left: 33.333333%;
    padding: 0 0 0 30px;
  }
  #category h1 {
    padding: 25px 0 5px;
    position: relative;
    font-size: 40px;
    letter-spacing: -1.5px;
    margin: 0 0 40px;
  }
  h1, h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .pt60 {
    padding-top: 30px;
  }
  #explore {
    padding-top: 30px;
  }
  #newsletter {
    margin: 0 0 30px;
    padding: 0;
  }
  #newsletter div {
    flex-wrap: wrap;
  }
  #newsletter div h6 {
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 22px;
  }
  #newsletter div h6:after {
    display: none;
  }
  #newsletter div form {
    width: 100%;
    padding: 20px;
  }
  .single {
    padding: 20px;
  }
  .single .social.top {
    display: none;
  }
  .categories ul li a {
    min-width: 100px;
    padding: 80px 10px 10px;
  }
  .categories ul li a img {
    bottom: 40px;
    transform: translateX(-50%) scale(1.2);
  }
  .categories ul li a:hover img {
    transform: translateX(-50%) scale(1.2);
  }
  .postNav .wrap .col span {
    display: none;
  }
  .postNav .wrap .col div {
    margin: 0 !important;
  }
  .postNav .wrap .col strong {
    padding: 0;
  }
}
@media only screen and (max-width: 625px) {
  .three-col .post {
    margin: 0;
    padding: 0 0 20px;
  }
  .three-col .post .postImg {
    width: 100%;
    float: none;
  }
  .three-col .post div {
    margin: 0;
    padding: 20px 0;
  }
  .categories ul {
    display: flex;
    flex-wrap: wrap;
  }
  .categories ul li {
    width: 33.33333%;
    padding: 5px;
    box-sizing: border-box;
  }
  .categories ul li a {
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    height: 100%;
    min-width: 0;
    padding: 10px 0;
    justify-content: center;
    line-height: normal;
  }
  .categories ul li a:after {
    display: none;
  }
  .categories ul li a img {
    position: relative;
    transform: none;
    display: inline-block;
    bottom: auto;
    left: auto;
  }
  .categories ul li a:hover img {
    transform: none;
  }
  .two-col .col {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .postNav .wrap {
    padding: 0;
  }
  .postNav .wrap .two-col .col {
    padding: 20px !important;
    font-size: 16px;
  }
  .postNav .wrap .two-col .col strong:before {
    width: 25px;
    background-size: 50px;
    margin-right: 10px;
  }
  .postNav .wrap .two-col.next strong:after {
    display: inline-block;
    margin-left: 10px;
    background-position: top right;
    background-size: 50px;
    width: 25px;
  }
  header nav ul li a {
    padding: 10px 15px !important;
    font-size: 22px;
  }
  #searchForm form {
    padding: 5px 15px 0 0;
  }
  .single h1 {
    margin: 15px 0;
  }
  .single h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .single h3, .single h4 {
    font-size: 22px;
    line-height: normal;
  }
  .single .ctaBlock {
    padding: 20px;
    margin-bottom: 20px;
  }
  .single .ctaBlock h3 {
    font-size: 22px;
    line-height: normal;
  }
  .single .ctaBlock p {
    font-size: 16px;
    line-height: normal;
  }
  .single .ctaBlock.icon {
    padding: 20px;
  }
  .single .ctaBlock.icon a.theIcon {
    float: none;
    width: 125px;
    margin: 0 auto 30px;
  }
  .single .ctaBlock.icon .content {
    margin-left: 0;
    padding-left: 0;
  }
  .single .ctaBlock .btn {
    font-size: 16px;
    padding: 8px 22px;
  }
  .single .wp-block-image .alignright, .single .wp-block-image .alignleft {
    float: none !important;
    margin: 0 0 20px 0 !important;
    width: 100% !important;
  }
  .single .wp-block-image .alignright img, .single .wp-block-image .alignleft img {
    width: 100%;
  }
  .single .wp-block-image .aligncenter {
    margin-bottom: 20px;
  }
  .single table thead th {
    font-size: 14px;
    padding: 5px 10px;
  }
  .single table td {
    font-size: 14px;
    padding: 5px 10px;
  }
  .single .wistia, .single .wp-block-embed-youtube, .single .wp-block-embed-vimeo {
    margin-bottom: 20px;
  }
  #allowed_tags {
    font-size: 13px;
    line-height: 22px;
  }
  #allowed_tags code {
    font-size: 12px;
  }
  #category h1 {
    padding: 15px 0 5px;
    position: relative;
    font-size: 28px;
    letter-spacing: -1.5px;
    margin: 0 0 30px;
  }
  #category h1 span {
    padding: 0 15px;
  }
  #category h1:after {
    left: 0;
    right: 0;
  }
  .btn, .alm-load-more-btn, .wp-block-button .wp-block-button__link, .wp-block-button .wp-block-button__link.no-border-radius {
    font-size: 16px;
    line-height: 20px;
  }
  footer .copyright .wrap {
    font-size: 12px;
    padding: 0;
    line-height: normal;
  }
  #newsletter form input, #newsletter form button {
    margin: 0;
    min-height: 0 !important;
    padding: 10px 20px;
  }
  #newsletter form input {
    padding: 10px;
  }
  #comments img {
    width: 30px;
    height: 30px;
  }
  #comments .commentContainer {
    margin-left: 40px;
  }
  #comments .commentContainer p {
    font-size: 14px;
    line-height: 20px;
  }
  #comments .commentContainer cite {
    font-size: 16px;
  }
  #comments .commentContainer .author-meta {
    padding: 5px 0 10px 0;
  }
  #comments .commentContainer .author-meta time a, #comments .commentContainer .author-meta .comment-edit-link {
    font-size: 12px;
  }
  #comments .commentlist li {
    font-size: 14px;
    padding: 10px;
  }
  #comments .commentlist .children {
    padding-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  #banner {
    height: 250px;
  }
  #banner:before {
    background: rgba(0, 0, 0, 0.3);
  }
  h1, h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .date, .bib__recency {
    margin-bottom: 15px;
    font-size: 14px;
    background-size: 16px;
    padding: 0 0 2px 25px;
    background-position: 0 1px;
  }
  .date:before, .bib__recency:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 1px;
  }
  .tag {
    font-size: 14px;
    padding: 4px 14px;
  }
  .pt60, .pt30 {
    padding-top: 10px;
  }
  .three-col.popular .post:last-child {
    padding-bottom: 0;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 20px, 0);
  }
  #newsletter div h6 {
    padding: 10px;
    font-size: 18px;
  }
  #newsletter div h6 br {
    display: none;
  }
  #newsletter div form {
    flex-wrap: wrap;
    padding: 10px;
  }
  #newsletter div form p {
    margin: 0;
  }
  #newsletter div form input {
    width: 100%;
    margin: 0 0 10px;
  }
  #newsletter div form button {
    width: 100%;
  }
  #newsletter #mailpoet_form_1 .mailpoet_paragraph.last {
    width: 100%;
  }
  #newsletter #mailpoet_form_1 .mailpoet_paragraph.last .mailpoet_submit {
    margin: 5px 0 0 !important;
    width: 100% !important;
  }
  #authorContainer {
    margin: 30px 0 0;
    padding: 30px 0;
  }
  #authorContainer figure {
    float: none;
    margin: 0 auto 20px;
  }
  #authorContainer figure img {
    width: 100px;
  }
  #authorContainer div {
    margin: 0;
  }
  .single {
    font-size: 16px;
    line-height: 24px;
  }
  .single blockquote, .single blockquote.wp-block-quote {
    margin: 20px 0;
    background-size: 30px;
    padding: 0 0 0 45px;
  }
  .single blockquote p, .single blockquote.wp-block-quote p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.3;
  }
}

/*# sourceMappingURL=main.css.map */
