@charset "UTF-8";
/*********************
URLS
*********************/
@font-face {
  font-family: "Gesture Black";
  src: URL("/Gesture-Black.ttf") format("truetype");
}
.ht-notification-text p {
  line-height: 1 !important;
}

.site-resources {
  margin-top: 97px;
}

.site-resources .resourcesposts {
  margin-left: -20px;
  margin-right: -20px;
}

.site-resources .chooserlistwrap {
  margin-left: -20px;
  margin-right: -20px;
}

.site-resources .editorsPicks .h1,
.site-resources .press .h1 {
  border-bottom: 1px solid #E6E6E6;
}

.single-resources .flexcol > div:nth-of-type(1),
.site-resources .flexcol > div:nth-of-type(1),
.tax-resources-category .flexcol > div:nth-of-type(1),
.tax-resources-type .flexcol > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.single-resources .flexcolcenter > div:nth-of-type(1),
.site-resources .flexcolcenter > div:nth-of-type(1),
.tax-resources-category .flexcolcenter > div:nth-of-type(1),
.tax-resources-type .flexcolcenter > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.single-resources .flex > div:nth-of-type(1),
.site-resources .flex > div:nth-of-type(1),
.tax-resources-category .flex > div:nth-of-type(1),
.tax-resources-type .flex > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .single-resources .flex > div:nth-of-type(1),
.site-resources .flex > div:nth-of-type(1),
.tax-resources-category .flex > div:nth-of-type(1),
.tax-resources-type .flex > div:nth-of-type(1) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .single-resources .flex.flexnowrap > div:nth-of-type(1),
.site-resources .flex.flexnowrap > div:nth-of-type(1),
.tax-resources-category .flex.flexnowrap > div:nth-of-type(1),
.tax-resources-type .flex.flexnowrap > div:nth-of-type(1) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.single-resources .flex.flexleft > div:nth-of-type(1),
.site-resources .flex.flexleft > div:nth-of-type(1),
.tax-resources-category .flex.flexleft > div:nth-of-type(1),
.tax-resources-type .flex.flexleft > div:nth-of-type(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.single-resources .flexcenter > div:nth-of-type(1),
.site-resources .flexcenter > div:nth-of-type(1),
.tax-resources-category .flexcenter > div:nth-of-type(1),
.tax-resources-type .flexcenter > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 750px) {
  .single-resources .flexcenter > div:nth-of-type(1),
.site-resources .flexcenter > div:nth-of-type(1),
.tax-resources-category .flexcenter > div:nth-of-type(1),
.tax-resources-type .flexcenter > div:nth-of-type(1) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .single-resources .flexcenter.flexnowrap > div:nth-of-type(1),
.site-resources .flexcenter.flexnowrap > div:nth-of-type(1),
.tax-resources-category .flexcenter.flexnowrap > div:nth-of-type(1),
.tax-resources-type .flexcenter.flexnowrap > div:nth-of-type(1) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.single-resources .flexcenter.wrap > div:nth-of-type(1),
.site-resources .flexcenter.wrap > div:nth-of-type(1),
.tax-resources-category .flexcenter.wrap > div:nth-of-type(1),
.tax-resources-type .flexcenter.wrap > div:nth-of-type(1) {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-resources .flexwrap > div:nth-of-type(1),
.site-resources .flexwrap > div:nth-of-type(1),
.tax-resources-category .flexwrap > div:nth-of-type(1),
.tax-resources-type .flexwrap > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .single-resources .flexwrap > div:nth-of-type(1),
.site-resources .flexwrap > div:nth-of-type(1),
.tax-resources-category .flexwrap > div:nth-of-type(1),
.tax-resources-type .flexwrap > div:nth-of-type(1) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-resources .flexwrap.center > div:nth-of-type(1),
.site-resources .flexwrap.center > div:nth-of-type(1),
.tax-resources-category .flexwrap.center > div:nth-of-type(1),
.tax-resources-type .flexwrap.center > div:nth-of-type(1) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.single-resources .fullwidthblock,
.site-resources .fullwidthblock,
.tax-resources-category .fullwidthblock,
.tax-resources-type .fullwidthblock {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
  padding: 30px;
}
.single-resources .darkgreen,
.site-resources .darkgreen,
.tax-resources-category .darkgreen,
.tax-resources-type .darkgreen {
  background-color: #1B4533;
}
.single-resources .tan,
.site-resources .tan,
.tax-resources-category .tan,
.tax-resources-type .tan {
  background-color: #F5F5EF;
}
.single-resources .blue,
.site-resources .blue,
.tax-resources-category .blue,
.tax-resources-type .blue {
  background-color: #98EDB1;
}
.single-resources .lightblue,
.site-resources .lightblue,
.tax-resources-category .lightblue,
.tax-resources-type .lightblue {
  background-color: #E5FAEB;
}
.single-resources .darkred,
.site-resources .darkred,
.tax-resources-category .darkred,
.tax-resources-type .darkred {
  background-color: #761E33;
}
.single-resources .red,
.site-resources .red,
.tax-resources-category .red,
.tax-resources-type .red {
  background-color: #9A2844;
}
.single-resources .lightred,
.site-resources .lightred,
.tax-resources-category .lightred,
.tax-resources-type .lightred {
  background-color: #CE355B;
}
.single-resources .darkgreen,
.site-resources .darkgreen,
.tax-resources-category .darkgreen,
.tax-resources-type .darkgreen {
  background-color: #1B4533;
}
.single-resources .green,
.site-resources .green,
.tax-resources-category .green,
.tax-resources-type .green {
  background-color: #358550;
}
.single-resources .lightgreen,
.site-resources .lightgreen,
.tax-resources-category .lightgreen,
.tax-resources-type .lightgreen {
  background-color: #E5FAEB;
}
.single-resources .lightgreenmed,
.site-resources .lightgreenmed,
.tax-resources-category .lightgreenmed,
.tax-resources-type .lightgreenmed {
  background-color: #CBF6D8;
}
.single-resources .darkpink,
.site-resources .darkpink,
.tax-resources-category .darkpink,
.tax-resources-type .darkpink {
  background-color: #DF7E93;
}
.single-resources .pink,
.site-resources .pink,
.tax-resources-category .pink,
.tax-resources-type .pink {
  background-color: #EDBBC7;
}
.single-resources .lightpink,
.site-resources .lightpink,
.tax-resources-category .lightpink,
.tax-resources-type .lightpink {
  background-color: #F4DBE2;
}
.single-resources .greengradient,
.site-resources .greengradient,
.tax-resources-category .greengradient,
.tax-resources-type .greengradient {
  background-image: linear-gradient(46deg, #06806E 0%, #08AA8F 100%);
}
.single-resources .bluetext,
.site-resources .bluetext,
.tax-resources-category .bluetext,
.tax-resources-type .bluetext {
  color: #1B4533 !important;
}
.single-resources .bluetext h1, .single-resources .bluetext h2, .single-resources .bluetext h3, .single-resources .bluetext h4, .single-resources .bluetext p,
.site-resources .bluetext h1,
.site-resources .bluetext h2,
.site-resources .bluetext h3,
.site-resources .bluetext h4,
.site-resources .bluetext p,
.tax-resources-category .bluetext h1,
.tax-resources-category .bluetext h2,
.tax-resources-category .bluetext h3,
.tax-resources-category .bluetext h4,
.tax-resources-category .bluetext p,
.tax-resources-type .bluetext h1,
.tax-resources-type .bluetext h2,
.tax-resources-type .bluetext h3,
.tax-resources-type .bluetext h4,
.tax-resources-type .bluetext p {
  color: #1B4533 !important;
}
.single-resources .whitetext,
.site-resources .whitetext,
.tax-resources-category .whitetext,
.tax-resources-type .whitetext {
  color: #fff !important;
}
.single-resources .whitetext h1, .single-resources .whitetext h2, .single-resources .whitetext h3, .single-resources .whitetext h4, .single-resources .whitetext p,
.site-resources .whitetext h1,
.site-resources .whitetext h2,
.site-resources .whitetext h3,
.site-resources .whitetext h4,
.site-resources .whitetext p,
.tax-resources-category .whitetext h1,
.tax-resources-category .whitetext h2,
.tax-resources-category .whitetext h3,
.tax-resources-category .whitetext h4,
.tax-resources-category .whitetext p,
.tax-resources-type .whitetext h1,
.tax-resources-type .whitetext h2,
.tax-resources-type .whitetext h3,
.tax-resources-type .whitetext h4,
.tax-resources-type .whitetext p {
  color: #fff !important;
}
.single-resources .lightgreentext,
.site-resources .lightgreentext,
.tax-resources-category .lightgreentext,
.tax-resources-type .lightgreentext {
  color: #98EDB1 !important;
}
.single-resources .lightgreentext h1, .single-resources .lightgreentext h2, .single-resources .lightgreentext h3, .single-resources .lightgreentext h4, .single-resources .lightgreentext p,
.site-resources .lightgreentext h1,
.site-resources .lightgreentext h2,
.site-resources .lightgreentext h3,
.site-resources .lightgreentext h4,
.site-resources .lightgreentext p,
.tax-resources-category .lightgreentext h1,
.tax-resources-category .lightgreentext h2,
.tax-resources-category .lightgreentext h3,
.tax-resources-category .lightgreentext h4,
.tax-resources-category .lightgreentext p,
.tax-resources-type .lightgreentext h1,
.tax-resources-type .lightgreentext h2,
.tax-resources-type .lightgreentext h3,
.tax-resources-type .lightgreentext h4,
.tax-resources-type .lightgreentext p {
  color: #98EDB1 !important;
}

.single-resources .site-main .resources-type-customer-stories .snippet-header h1.entry-title {
  margin-top: 20px;
}

.post-type-archive-resources,
.tax-resources-collection,
.tax-resources-type,
.tax-resources-category {
  background-color: #F5F5EF;
}
.post-type-archive-resources .top-bar,
.tax-resources-collection .top-bar,
.tax-resources-type .top-bar,
.tax-resources-category .top-bar {
  border-bottom: 1px solid #358550;
}

.tax-resources-type.term-press {
  background-color: #fff;
}

.site-resources article .quote,
.single-resources .site-main article .quote,
.tax-resources-category article .quote,
.single-resources .site-main.customer-story-main article .quote {
  font-family: "tiempos-headline-regular", "Times New Roman", serif;
  color: #1B4533;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .site-resources article .quote,
.single-resources .site-main article .quote,
.tax-resources-category article .quote,
.single-resources .site-main.customer-story-main article .quote {
    font-size: 32px;
  }
}
@media (max-width: 350px) {
  .site-resources article .quote,
.single-resources .site-main article .quote,
.tax-resources-category article .quote,
.single-resources .site-main.customer-story-main article .quote {
    font-size: 24px;
  }
}
.site-resources article .largequote,
.site-resources article .componentquote .quote,
.single-resources .site-main article .largequote,
.single-resources .site-main article .componentquote .quote,
.tax-resources-category article .largequote,
.tax-resources-category article .componentquote .quote,
.single-resources .site-main.customer-story-main article .largequote,
.single-resources .site-main.customer-story-main article .componentquote .quote {
  font-family: "tiempos-headline-regular", "Times New Roman", serif !important;
  letter-spacing: 0;
  text-transform: none;
  color: #1B4533;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .site-resources article .largequote,
.site-resources article .componentquote .quote,
.single-resources .site-main article .largequote,
.single-resources .site-main article .componentquote .quote,
.tax-resources-category article .largequote,
.tax-resources-category article .componentquote .quote,
.single-resources .site-main.customer-story-main article .largequote,
.single-resources .site-main.customer-story-main article .componentquote .quote {
    font-size: 48px;
  }
}
@media (max-width: 750px) {
  .site-resources article .largequote,
.site-resources article .componentquote .quote,
.single-resources .site-main article .largequote,
.single-resources .site-main article .componentquote .quote,
.tax-resources-category article .largequote,
.tax-resources-category article .componentquote .quote,
.single-resources .site-main.customer-story-main article .largequote,
.single-resources .site-main.customer-story-main article .componentquote .quote {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .site-resources article .largequote,
.site-resources article .componentquote .quote,
.single-resources .site-main article .largequote,
.single-resources .site-main article .componentquote .quote,
.tax-resources-category article .largequote,
.tax-resources-category article .componentquote .quote,
.single-resources .site-main.customer-story-main article .largequote,
.single-resources .site-main.customer-story-main article .componentquote .quote {
    font-size: 32px;
  }
}
@media (max-width: 350px) {
  .site-resources article .largequote,
.site-resources article .componentquote .quote,
.single-resources .site-main article .largequote,
.single-resources .site-main article .componentquote .quote,
.tax-resources-category article .largequote,
.tax-resources-category article .componentquote .quote,
.single-resources .site-main.customer-story-main article .largequote,
.single-resources .site-main.customer-story-main article .componentquote .quote {
    font-size: 24px;
  }
}
.site-resources .greenlink a,
.single-resources .site-main .greenlink a,
.tax-resources-category .greenlink a,
.single-resources .site-main.customer-story-main .greenlink a {
  cursor: pointer;
  color: #98EDB1 !important;
  border-bottom: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-resources .greenlink a:visited,
.single-resources .site-main .greenlink a:visited,
.tax-resources-category .greenlink a:visited,
.single-resources .site-main.customer-story-main .greenlink a:visited {
  color: #98EDB1 !important;
}
.site-resources .greenlink a:hover, .site-resources .greenlink a:focus, .site-resources .greenlink a:active,
.single-resources .site-main .greenlink a:hover,
.single-resources .site-main .greenlink a:focus,
.single-resources .site-main .greenlink a:active,
.tax-resources-category .greenlink a:hover,
.tax-resources-category .greenlink a:focus,
.tax-resources-category .greenlink a:active,
.single-resources .site-main.customer-story-main .greenlink a:hover,
.single-resources .site-main.customer-story-main .greenlink a:focus,
.single-resources .site-main.customer-story-main .greenlink a:active {
  color: #98EDB1 !important;
}
.site-resources .greenlink a:focus,
.single-resources .site-main .greenlink a:focus,
.tax-resources-category .greenlink a:focus,
.single-resources .site-main.customer-story-main .greenlink a:focus {
  outline: none;
}
.site-resources .greenlink a:hover, .site-resources .greenlink a:active,
.single-resources .site-main .greenlink a:hover,
.single-resources .site-main .greenlink a:active,
.tax-resources-category .greenlink a:hover,
.tax-resources-category .greenlink a:active,
.single-resources .site-main.customer-story-main .greenlink a:hover,
.single-resources .site-main.customer-story-main .greenlink a:active {
  outline: 0;
}
.site-resources .snippet-header,
.single-resources .site-main .snippet-header,
.tax-resources-category .snippet-header,
.single-resources .site-main.customer-story-main .snippet-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-resources .snippet-header .entry-info,
.single-resources .site-main .snippet-header .entry-info,
.tax-resources-category .snippet-header .entry-info,
.single-resources .site-main.customer-story-main .snippet-header .entry-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 16px;
}
.site-resources .snippet-header .entry-info .avatar,
.single-resources .site-main .snippet-header .entry-info .avatar,
.tax-resources-category .snippet-header .entry-info .avatar,
.single-resources .site-main.customer-story-main .snippet-header .entry-info .avatar {
  border-radius: 100%;
  margin-right: 10px;
  width: 26px;
}
.site-resources .entry-meta,
.single-resources .site-main .entry-meta,
.tax-resources-category .entry-meta,
.single-resources .site-main.customer-story-main .entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.site-resources .entry-date,
.single-resources .site-main .entry-date,
.tax-resources-category .entry-date,
.single-resources .site-main.customer-story-main .entry-date {
  font-family: "founders-grotesk-regular", "Arial", sans-serif, sans-serif;
  line-height: 1.33;
  font-size: 16px;
}
.site-resources .related a,
.single-resources .site-main .related a,
.tax-resources-category .related a,
.single-resources .site-main.customer-story-main .related a {
  cursor: pointer;
  color: #1B4533 !important;
  border-bottom: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-resources .related a:visited,
.single-resources .site-main .related a:visited,
.tax-resources-category .related a:visited,
.single-resources .site-main.customer-story-main .related a:visited {
  color: #1B4533 !important;
}
.site-resources .related a:hover, .site-resources .related a:focus, .site-resources .related a:active,
.single-resources .site-main .related a:hover,
.single-resources .site-main .related a:focus,
.single-resources .site-main .related a:active,
.tax-resources-category .related a:hover,
.tax-resources-category .related a:focus,
.tax-resources-category .related a:active,
.single-resources .site-main.customer-story-main .related a:hover,
.single-resources .site-main.customer-story-main .related a:focus,
.single-resources .site-main.customer-story-main .related a:active {
  color: #1B4533 !important;
}
.site-resources .related a:focus,
.single-resources .site-main .related a:focus,
.tax-resources-category .related a:focus,
.single-resources .site-main.customer-story-main .related a:focus {
  outline: none;
}
.site-resources .related a:hover, .site-resources .related a:active,
.single-resources .site-main .related a:hover,
.single-resources .site-main .related a:active,
.tax-resources-category .related a:hover,
.tax-resources-category .related a:active,
.single-resources .site-main.customer-story-main .related a:hover,
.single-resources .site-main.customer-story-main .related a:active {
  outline: 0;
}
.site-resources h2::after,
.single-resources .site-main h2::after,
.tax-resources-category h2::after,
.single-resources .site-main.customer-story-main h2::after {
  background-image: none;
  transform: none;
  animation: none;
}
.site-resources h2::after:hover,
.single-resources .site-main h2::after:hover,
.tax-resources-category h2::after:hover,
.single-resources .site-main.customer-story-main h2::after:hover {
  transform: none;
  animation: none;
}
.site-resources article .chartsblock h2, .site-resources article .chartsblock .h2, .site-resources article .chartsblock .resourceh2,
.single-resources .site-main article .chartsblock h2,
.single-resources .site-main article .chartsblock .h2,
.single-resources .site-main article .chartsblock .resourceh2,
.tax-resources-category article .chartsblock h2,
.tax-resources-category article .chartsblock .h2,
.tax-resources-category article .chartsblock .resourceh2,
.single-resources .site-main.customer-story-main article .chartsblock h2,
.single-resources .site-main.customer-story-main article .chartsblock .h2,
.single-resources .site-main.customer-story-main article .chartsblock .resourceh2 {
  margin-bottom: 20px !important;
}
.site-resources article .chartsblock p,
.single-resources .site-main article .chartsblock p,
.tax-resources-category article .chartsblock p,
.single-resources .site-main.customer-story-main article .chartsblock p {
  max-width: 400px;
  margin: 0;
}

.search-results h1.archive-title {
  margin-top: 40px;
}

.search-results .search-form,
.choosersearch {
  width: fit-content;
  position: relative;
}
.search-results .search-form form,
.choosersearch form {
  position: relative;
}
.search-results .search-form input,
.choosersearch input {
  outline: none;
}
.search-results .search-form input::-webkit-search-decoration,
.search-results .search-form input::-webkit-search-cancel-button,
.choosersearch input::-webkit-search-decoration,
.choosersearch input::-webkit-search-cancel-button {
  display: none;
}
.search-results .search-form input[type=text],
.search-results .search-form input[type=search],
.choosersearch input[type=text],
.choosersearch input[type=search] {
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #98EDB1 !important;
  width: 320px;
  right: 0;
  margin: 0 0 15px;
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: "founders-grotesk-regular", "Arial", sans-serif, sans-serif;
  color: #fff;
  box-shadow: none !important;
  border-radius: 0;
}
@media (max-width: 750px) {
  .search-results .search-form input[type=text],
.search-results .search-form input[type=search],
.choosersearch input[type=text],
.choosersearch input[type=search] {
    font-size: 20px;
  }
}
.search-results .search-form input[type=text]::placeholder, .search-results .search-form input[type=search]::placeholder,
.choosersearch input[type=text]::placeholder,
.choosersearch input[type=search]::placeholder {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  color: #fff;
}
@media (max-width: 750px) {
  .search-results .search-form input[type=text]::placeholder, .search-results .search-form input[type=search]::placeholder,
.choosersearch input[type=text]::placeholder,
.choosersearch input[type=search]::placeholder {
    font-size: 20px;
  }
}
.search-results .search-form input[type=submit],
.choosersearch input[type=submit] {
  background-image: url("/wp-content/uploads/2021/10/Group-6.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: transparent;
  color: #fff;
  width: 0;
  font-size: 0;
  padding: 12px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: transparent;
}
.search-results .search-form ::-webkit-input-placeholder,
.choosersearch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1B4533;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.search-results .search-form ::-moz-placeholder,
.choosersearch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1B4533;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.search-results .search-form :-ms-input-placeholder,
.choosersearch :-ms-input-placeholder {
  /* IE 10+ */
  color: #1B4533;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.search-results .search-form :-moz-placeholder,
.choosersearch :-moz-placeholder {
  /* Firefox 18- */
  color: #1B4533;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.search-results .search-form input[type=text]:focus,
.search-results .search-form input[type=search]:focus,
.choosersearch input[type=text]:focus,
.choosersearch input[type=search]:focus {
  box-shadow: none;
  outline: none;
}

.site-resources,
.tax-resources-type .site-main,
.tax-resources-category .site-main {
  max-width: calc(1680px + 60px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 600px) {
  .site-resources,
.tax-resources-type .site-main,
.tax-resources-category .site-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 750px) {
  .site-resources,
.tax-resources-type .site-main,
.tax-resources-category .site-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-resources .choosergroup,
.site-resources .choosersearch,
.tax-resources-type .site-main .choosergroup,
.tax-resources-type .site-main .choosersearch,
.tax-resources-category .site-main .choosergroup,
.tax-resources-category .site-main .choosersearch {
  margin: 30px 20px;
}
.site-resources .choosergroup .chooserlistwrap,
.tax-resources-type .site-main .choosergroup .chooserlistwrap,
.tax-resources-category .site-main .choosergroup .chooserlistwrap {
  border-top: 1px solid #E6E6E6;
}
.site-resources .choosergroup .chooserlistwrap ul,
.tax-resources-type .site-main .choosergroup .chooserlistwrap ul,
.tax-resources-category .site-main .choosergroup .chooserlistwrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  width: 90%;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-resources .choosergroup .chooserlistwrap ul li,
.tax-resources-type .site-main .choosergroup .chooserlistwrap ul li,
.tax-resources-category .site-main .choosergroup .chooserlistwrap ul li {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  margin: 20px 50px 0 0;
  padding: 0 0 10px;
  color: #358550;
  white-space: nowrap;
  list-style-type: none;
}
.site-resources .choosergroup .chooserlistwrap ul li:before,
.tax-resources-type .site-main .choosergroup .chooserlistwrap ul li:before,
.tax-resources-category .site-main .choosergroup .chooserlistwrap ul li:before {
  position: absolute;
  content: "";
  padding: 0;
  margin: 0;
  background-image: none;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  height: 2px;
  background-color: #358550;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  top: -20px;
}
.site-resources .choosergroup .chooserlistwrap ul li:hover:before,
.tax-resources-type .site-main .choosergroup .chooserlistwrap ul li:hover:before,
.tax-resources-category .site-main .choosergroup .chooserlistwrap ul li:hover:before {
  width: 100%;
}
.site-resources .choosergroup .chooserlistwrap ul li.selected:before,
.tax-resources-type .site-main .choosergroup .chooserlistwrap ul li.selected:before,
.tax-resources-category .site-main .choosergroup .chooserlistwrap ul li.selected:before {
  width: 100%;
  /*
  							position: absolute;
  								content: "";
  								padding: 0;
  								margin: 0;
  								background-image: none;
  								transition: width 0.3s ease 0s, left 0.3s ease 0s;
  							width: 0;
  								height: 6px;
  								background-color: $maxwell-lightest-green;
  								@include absolutecenter;
  								top: 103%;  
  */
}
.site-resources .choosergroup option,
.tax-resources-type .site-main .choosergroup option,
.tax-resources-category .site-main .choosergroup option {
  color: #1B4533;
}

.site-resources header.fullwidthblock {
  padding: 15px 0;
}
.site-resources .resources-landing-header {
  background-color: #1B4533;
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .site-resources .resources-landing-header {
    margin-top: 60px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.site-resources .latestResource {
  margin-top: 30px;
}
.site-resources .latestResource article {
  margin: 0 auto;
}
.site-resources .latestResource article .latestresource {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*
  			.featured-image-inner {
  				position: relative;
  					overflow: hidden;
  					width: 90%;
  					height: 340px;
  					left: 40px;
  					background-repeat: no-repeat;
  					background-size: cover;
  					background-position: center center;

  				img {
  					max-width: unset;
  					width: 110%;
  					@include absolutecenter;
  				}
  			}
  */
}
.site-resources .latestResource article .latestresource .latestinner {
  flex: 1 1 auto;
  position: relative;
  min-height: 400px;
}
@media (max-width: 900px) {
  .site-resources .latestResource article .latestresource .latestinner {
    max-width: 516px;
    margin: 0 auto;
    min-height: unset;
  }
}
.site-resources .latestResource article .latestresource .latestinner .latestresourcetitle {
  display: none !important;
  background-color: #1B4533;
  position: absolute;
  z-index: 2;
  padding: 20px;
  display: flex;
  width: 33%;
  bottom: -66px;
}
.site-resources .latestResource article .latestresource .latestinner .latestresourcetitle h2 {
  line-height: 1.1;
  margin: 0 !important;
}
.site-resources .latestResource article .latestresource .rclatest-excerpt {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  max-width: 700px;
}
@media (max-width: 750px) {
  .site-resources .latestResource article .latestresource .rclatest-excerpt {
    font-size: 20px;
  }
}
.site-resources .latestResource article .latestresource .featured-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px;
  min-height: 300px;
}
.site-resources .latestResource article .latestresource .featured-image img {
  position: absolute;
  height: auto;
  width: 120%;
}
@media (max-width: 900px) {
  .site-resources .latestResource article .latestresource .featured-image img {
    position: relative;
    bottom: unset;
    max-height: unset;
    left: unset;
    top: unset;
    width: 100%;
    height: auto;
    max-width: 100%;
    transform: none;
  }
}
.site-resources .latestResource article .latestresource .latest-wrap {
  flex: 1 1 auto;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-self: center;
}
.site-resources .latestResource article .latestresource .latest-wrap .entry-title {
  line-height: 1.1;
}
@media (max-width: 1100px) {
  .site-resources .latestResource article .latestresource .latest-inner {
    flex: 1 1 50%;
  }
}
@media (max-width: 900px) {
  .site-resources .latestResource article .latestresource {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-resources .latestResource article .latestresource .featured-image {
    flex: unset;
  }
  .site-resources .latestResource article .latestresource .latest-wrap {
    padding-left: 0;
    margin-top: 40px;
  }
}
.site-resources .latestResource article .entry-title-gradient {
  font-size: 48px;
}
.site-resources .latestResource article .entry-title-gradient a {
  border-bottom: none;
}
.site-resources-press .maxwellbuttonwhitebg {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 12px 28px 10px !important;
  transition: all 0.15s ease-in-out;
  text-align: center;
  border: 2px solid #98EDB1;
  background-color: #98EDB1 !important;
  color: #1B4533 !important;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1B4533 !important;
  margin: 0 auto;
}
.site-resources-press .maxwellbuttonwhitebg:after {
  content: "";
  background-image: url("/wp-content/uploads/2021/10/arrowright-darkgreen.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7px 12px;
  transition: all 0.15s ease-in-out;
}
.site-resources-press .maxwellbuttonwhitebg a, .site-resources-press .maxwellbuttonwhitebg:visited {
  color: #1B4533 !important;
  text-decoration: none;
}
.site-resources-press .maxwellbuttonwhitebg:hover, .site-resources-press .maxwellbuttonwhitebg:active, .site-resources-press .maxwellbuttonwhitebg:focus {
  outline: none;
  border: 2px solid #1B4533 !important;
  background-color: #1B4533 !important;
  color: #98EDB1 !important;
}
.site-resources-press .maxwellbuttonwhitebg:hover a, .site-resources-press .maxwellbuttonwhitebg:active a, .site-resources-press .maxwellbuttonwhitebg:focus a {
  color: #98EDB1 !important;
}
.site-resources-press .maxwellbuttonwhitebg:hover:after, .site-resources-press .maxwellbuttonwhitebg:active:after, .site-resources-press .maxwellbuttonwhitebg:focus:after {
  background-image: url("/wp-content/uploads/2021/10/arrowright-lightgreen.svg");
  background-position: 9px center;
}

.site-resources .resourcesposts,
.site-resources .editorsPicks {
  margin-right: -20px;
}

.site-resources .resourcesposts .loadmorelink,
.site-resources .editorsPicks .loadmorelink,
.resources-category-posts .loadmorelink,
.tax-resources-type .loadmorelink {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 12px 28px 10px !important;
  transition: all 0.15s ease-in-out;
  text-align: center;
  border: 2px solid transparent;
  background-color: transparent !important;
  color: #000 !important;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  font-weight: 600;
  margin-top: 40px;
  text-transform: none;
  padding-bottom: 40px;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
}
.site-resources .resourcesposts .loadmorelink:after,
.site-resources .editorsPicks .loadmorelink:after,
.resources-category-posts .loadmorelink:after,
.tax-resources-type .loadmorelink:after {
  content: "";
  background-image: url("/wp-content/uploads/2021/10/arrowdowndarkgreen.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7px 12px;
  transition: all 0.15s ease-in-out;
}
.site-resources .resourcesposts .loadmorelink a, .site-resources .resourcesposts .loadmorelink:visited,
.site-resources .editorsPicks .loadmorelink a,
.site-resources .editorsPicks .loadmorelink:visited,
.resources-category-posts .loadmorelink a,
.resources-category-posts .loadmorelink:visited,
.tax-resources-type .loadmorelink a,
.tax-resources-type .loadmorelink:visited {
  color: #000 !important;
  text-decoration: none;
}
.site-resources .resourcesposts .loadmorelink:hover, .site-resources .resourcesposts .loadmorelink:active, .site-resources .resourcesposts .loadmorelink:focus,
.site-resources .editorsPicks .loadmorelink:hover,
.site-resources .editorsPicks .loadmorelink:active,
.site-resources .editorsPicks .loadmorelink:focus,
.resources-category-posts .loadmorelink:hover,
.resources-category-posts .loadmorelink:active,
.resources-category-posts .loadmorelink:focus,
.tax-resources-type .loadmorelink:hover,
.tax-resources-type .loadmorelink:active,
.tax-resources-type .loadmorelink:focus {
  outline: none;
  border: 2px solid transparent !important;
  background-color: transparent !important;
  color: #000 !important;
}
.site-resources .resourcesposts .loadmorelink:hover a, .site-resources .resourcesposts .loadmorelink:active a, .site-resources .resourcesposts .loadmorelink:focus a,
.site-resources .editorsPicks .loadmorelink:hover a,
.site-resources .editorsPicks .loadmorelink:active a,
.site-resources .editorsPicks .loadmorelink:focus a,
.resources-category-posts .loadmorelink:hover a,
.resources-category-posts .loadmorelink:active a,
.resources-category-posts .loadmorelink:focus a,
.tax-resources-type .loadmorelink:hover a,
.tax-resources-type .loadmorelink:active a,
.tax-resources-type .loadmorelink:focus a {
  color: #000 !important;
}
.site-resources .resourcesposts .loadmorelink:hover:after, .site-resources .resourcesposts .loadmorelink:active:after, .site-resources .resourcesposts .loadmorelink:focus:after,
.site-resources .editorsPicks .loadmorelink:hover:after,
.site-resources .editorsPicks .loadmorelink:active:after,
.site-resources .editorsPicks .loadmorelink:focus:after,
.resources-category-posts .loadmorelink:hover:after,
.resources-category-posts .loadmorelink:active:after,
.resources-category-posts .loadmorelink:focus:after,
.tax-resources-type .loadmorelink:hover:after,
.tax-resources-type .loadmorelink:active:after,
.tax-resources-type .loadmorelink:focus:after {
  background-image: url("/wp-content/uploads/2021/10/arrowdowndarkgreen.svg");
  background-position: 9px center;
}
@media (max-width: 750px) {
  .site-resources .resourcesposts .loadmorelink,
.site-resources .editorsPicks .loadmorelink,
.resources-category-posts .loadmorelink,
.tax-resources-type .loadmorelink {
    font-size: 20px;
  }
}
.site-resources .resourcesposts .loadmorelink:after,
.site-resources .editorsPicks .loadmorelink:after,
.resources-category-posts .loadmorelink:after,
.tax-resources-type .loadmorelink:after {
  padding: 7px 16px;
  background-position: center 16px;
}
.site-resources .resourcesposts .loadmorelink:visited,
.site-resources .editorsPicks .loadmorelink:visited,
.resources-category-posts .loadmorelink:visited,
.tax-resources-type .loadmorelink:visited {
  color: #000;
}
.site-resources .resourcesposts .loadmorelink:hover, .site-resources .resourcesposts .loadmorelink:active, .site-resources .resourcesposts .loadmorelink:focus,
.site-resources .editorsPicks .loadmorelink:hover,
.site-resources .editorsPicks .loadmorelink:active,
.site-resources .editorsPicks .loadmorelink:focus,
.resources-category-posts .loadmorelink:hover,
.resources-category-posts .loadmorelink:active,
.resources-category-posts .loadmorelink:focus,
.tax-resources-type .loadmorelink:hover,
.tax-resources-type .loadmorelink:active,
.tax-resources-type .loadmorelink:focus {
  border-bottom: none;
}
.site-resources .resourcesposts .loadmorelink:hover:after, .site-resources .resourcesposts .loadmorelink:active:after, .site-resources .resourcesposts .loadmorelink:focus:after,
.site-resources .editorsPicks .loadmorelink:hover:after,
.site-resources .editorsPicks .loadmorelink:active:after,
.site-resources .editorsPicks .loadmorelink:focus:after,
.resources-category-posts .loadmorelink:hover:after,
.resources-category-posts .loadmorelink:active:after,
.resources-category-posts .loadmorelink:focus:after,
.tax-resources-type .loadmorelink:hover:after,
.tax-resources-type .loadmorelink:active:after,
.tax-resources-type .loadmorelink:focus:after {
  background-position: center 18px;
  padding: 7px 16px;
}

.site-resources .resourcesposts,
.site-resources .editorsPicks,
.resources-category-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-resources .resourcesposts .loadmorelink,
.site-resources .editorsPicks .loadmorelink,
.resources-category-posts .loadmorelink {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 12px 28px 10px !important;
  transition: all 0.15s ease-in-out;
  text-align: center;
  border: 2px solid transparent;
  background-color: transparent !important;
  color: #000 !important;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  font-weight: 600;
  margin-top: 40px;
  text-transform: none;
  padding-bottom: 40px;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
}
.site-resources .resourcesposts .loadmorelink:after,
.site-resources .editorsPicks .loadmorelink:after,
.resources-category-posts .loadmorelink:after {
  content: "";
  background-image: url("/wp-content/uploads/2021/10/arrowdowndarkgreen.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7px 12px;
  transition: all 0.15s ease-in-out;
}
.site-resources .resourcesposts .loadmorelink a, .site-resources .resourcesposts .loadmorelink:visited,
.site-resources .editorsPicks .loadmorelink a,
.site-resources .editorsPicks .loadmorelink:visited,
.resources-category-posts .loadmorelink a,
.resources-category-posts .loadmorelink:visited {
  color: #000 !important;
  text-decoration: none;
}
.site-resources .resourcesposts .loadmorelink:hover, .site-resources .resourcesposts .loadmorelink:active, .site-resources .resourcesposts .loadmorelink:focus,
.site-resources .editorsPicks .loadmorelink:hover,
.site-resources .editorsPicks .loadmorelink:active,
.site-resources .editorsPicks .loadmorelink:focus,
.resources-category-posts .loadmorelink:hover,
.resources-category-posts .loadmorelink:active,
.resources-category-posts .loadmorelink:focus {
  outline: none;
  border: 2px solid transparent !important;
  background-color: transparent !important;
  color: #000 !important;
}
.site-resources .resourcesposts .loadmorelink:hover a, .site-resources .resourcesposts .loadmorelink:active a, .site-resources .resourcesposts .loadmorelink:focus a,
.site-resources .editorsPicks .loadmorelink:hover a,
.site-resources .editorsPicks .loadmorelink:active a,
.site-resources .editorsPicks .loadmorelink:focus a,
.resources-category-posts .loadmorelink:hover a,
.resources-category-posts .loadmorelink:active a,
.resources-category-posts .loadmorelink:focus a {
  color: #000 !important;
}
.site-resources .resourcesposts .loadmorelink:hover:after, .site-resources .resourcesposts .loadmorelink:active:after, .site-resources .resourcesposts .loadmorelink:focus:after,
.site-resources .editorsPicks .loadmorelink:hover:after,
.site-resources .editorsPicks .loadmorelink:active:after,
.site-resources .editorsPicks .loadmorelink:focus:after,
.resources-category-posts .loadmorelink:hover:after,
.resources-category-posts .loadmorelink:active:after,
.resources-category-posts .loadmorelink:focus:after {
  background-image: url("/wp-content/uploads/2021/10/arrowdowndarkgreen.svg");
  background-position: 9px center;
}
@media (max-width: 750px) {
  .site-resources .resourcesposts .loadmorelink,
.site-resources .editorsPicks .loadmorelink,
.resources-category-posts .loadmorelink {
    font-size: 20px;
  }
}
.site-resources .resourcesposts .loadmorelink:after,
.site-resources .editorsPicks .loadmorelink:after,
.resources-category-posts .loadmorelink:after {
  padding: 7px 16px;
  background-position: center 16px;
}
.site-resources .resourcesposts .loadmorelink:visited,
.site-resources .editorsPicks .loadmorelink:visited,
.resources-category-posts .loadmorelink:visited {
  color: #000;
}
.site-resources .resourcesposts .loadmorelink:hover, .site-resources .resourcesposts .loadmorelink:active, .site-resources .resourcesposts .loadmorelink:focus,
.site-resources .editorsPicks .loadmorelink:hover,
.site-resources .editorsPicks .loadmorelink:active,
.site-resources .editorsPicks .loadmorelink:focus,
.resources-category-posts .loadmorelink:hover,
.resources-category-posts .loadmorelink:active,
.resources-category-posts .loadmorelink:focus {
  border-bottom: none;
}
.site-resources .resourcesposts .loadmorelink:hover:after, .site-resources .resourcesposts .loadmorelink:active:after, .site-resources .resourcesposts .loadmorelink:focus:after,
.site-resources .editorsPicks .loadmorelink:hover:after,
.site-resources .editorsPicks .loadmorelink:active:after,
.site-resources .editorsPicks .loadmorelink:focus:after,
.resources-category-posts .loadmorelink:hover:after,
.resources-category-posts .loadmorelink:active:after,
.resources-category-posts .loadmorelink:focus:after {
  background-position: center 18px;
  padding: 7px 16px;
}
.site-resources .resourcesposts article,
.site-resources .editorsPicks article,
.resources-category-posts article {
  flex: 0 1 33%;
  position: relative;
  padding: 0 0 20px;
}
.site-resources .resourcesposts article .snippet-header,
.site-resources .editorsPicks article .snippet-header,
.resources-category-posts article .snippet-header {
  height: 100%;
}
.site-resources .resourcesposts article .entry-wrap,
.site-resources .editorsPicks article .entry-wrap,
.resources-category-posts article .entry-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.site-resources .resourcesposts article h4.entry-title,
.site-resources .editorsPicks article h4.entry-title,
.resources-category-posts article h4.entry-title {
  margin-bottom: 20px;
}
.site-resources .resourcesposts article h4.entry-title a,
.site-resources .editorsPicks article h4.entry-title a,
.resources-category-posts article h4.entry-title a {
  color: #1B4533;
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
  font-size: 30px;
}
@media (max-width: 1440px) {
  .site-resources .resourcesposts article h4.entry-title a,
.site-resources .editorsPicks article h4.entry-title a,
.resources-category-posts article h4.entry-title a {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .site-resources .resourcesposts article h4.entry-title a,
.site-resources .editorsPicks article h4.entry-title a,
.resources-category-posts article h4.entry-title a {
    font-size: 24px;
  }
}
.site-resources .resourcesposts article h4.entry-title a:visited,
.site-resources .editorsPicks article h4.entry-title a:visited,
.resources-category-posts article h4.entry-title a:visited {
  color: #1B4533;
}
.site-resources .resourcesposts article .featured-image,
.site-resources .editorsPicks article .featured-image,
.resources-category-posts article .featured-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 320px;
  min-height: 320px;
}
.site-resources .resourcesposts article .featured-image img,
.site-resources .editorsPicks article .featured-image img,
.resources-category-posts article .featured-image img {
  position: absolute;
  width: 150%;
  max-width: unset;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.site-resources .resourcesposts article .entry-type,
.site-resources .editorsPicks article .entry-type,
.resources-category-posts article .entry-type {
  margin-top: 18px;
  color: #358550;
}
.site-resources .resourcesposts article .entry-excerpt,
.site-resources .editorsPicks article .entry-excerpt,
.resources-category-posts article .entry-excerpt {
  display: none;
}
.site-resources .resourcesposts article .entry-meta,
.site-resources .editorsPicks article .entry-meta,
.resources-category-posts article .entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 26px;
  margin-bottom: 10px;
}
.site-resources .resourcesposts article .entry-date,
.site-resources .editorsPicks article .entry-date,
.resources-category-posts article .entry-date {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 750px) {
  .site-resources .resourcesposts article .entry-date,
.site-resources .editorsPicks article .entry-date,
.resources-category-posts article .entry-date {
    font-size: 20px;
  }
}
.site-resources .resourcesposts article .entry-author,
.site-resources .editorsPicks article .entry-author,
.resources-category-posts article .entry-author {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}
@media (max-width: 750px) {
  .site-resources .resourcesposts article .entry-author,
.site-resources .editorsPicks article .entry-author,
.resources-category-posts article .entry-author {
    font-size: 20px;
  }
}
.site-resources .resourcesposts article .entry-author a,
.site-resources .editorsPicks article .entry-author a,
.resources-category-posts article .entry-author a {
  text-decoration: none;
  border-bottom: none;
}
.site-resources .resourcesposts article.resources-type-press .featured-image, .site-resources .resourcesposts article.resources-type-press .featured-image,
.site-resources .editorsPicks article.resources-type-press .featured-image,
.site-resources .editorsPicks article.resources-type-press .featured-image,
.resources-category-posts article.resources-type-press .featured-image,
.resources-category-posts article.resources-type-press .featured-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.site-resources .resourcesposts article.resources-type-press .featured-image img, .site-resources .resourcesposts article.resources-type-press .featured-image img,
.site-resources .editorsPicks article.resources-type-press .featured-image img,
.site-resources .editorsPicks article.resources-type-press .featured-image img,
.resources-category-posts article.resources-type-press .featured-image img,
.resources-category-posts article.resources-type-press .featured-image img {
  display: none;
}
.site-resources .resourcesposts article.resources-type-podcast .featured-image img,
.site-resources .editorsPicks article.resources-type-podcast .featured-image img,
.resources-category-posts article.resources-type-podcast .featured-image img {
  width: unset;
  height: 100%;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header {
  background-color: #1B4533;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-type,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-type,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-type {
  color: #358550;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-date,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-author,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-date,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-author,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-date,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-author {
  color: #fff;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a {
  color: #CBF6D8 !important;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:visited, .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:hover, .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:active,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:visited,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:hover,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:active,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:visited,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:hover,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-title a:active {
  color: #CBF6D8 !important;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt p,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt a,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt p,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt a,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt p,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt a {
  color: #fff;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header {
  background-color: #CBF6D8;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-type,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-type,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-type {
  color: #358550;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt p,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt a,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-title,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt p,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt a,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-title,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt p,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt a,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-title {
  color: #000;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5),
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9),
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5),
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9),
.resources-category-posts article:nth-child(odd):nth-child(5n+5),
.resources-category-posts article:nth-child(odd):nth-child(5n+9) {
  flex-basis: 66%;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header {
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  padding: 30px;
}
@media (max-width: 750px) {
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header .entry-excerpt,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header .entry-excerpt {
  max-width: 400px;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .featured-image,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .featured-image,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .featured-image {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 400px;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .featured-image img,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .featured-image img,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .featured-image img,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .featured-image img,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .featured-image img,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .featured-image img {
  position: absolute;
  height: 400px;
  width: auto;
  max-width: unset;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .entry-wrap {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 40px;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .entry-wrap .entry-excerpt,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .entry-wrap .entry-excerpt,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .entry-wrap .entry-excerpt,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .entry-wrap .entry-excerpt,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .entry-wrap .entry-excerpt,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .entry-wrap .entry-excerpt {
  display: block;
}
@media (max-width: 750px) {
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .entry-wrap {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5),
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9),
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5),
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9),
.resources-category-posts article:nth-child(odd):nth-child(5n+5),
.resources-category-posts article:nth-child(odd):nth-child(5n+9) {
    flex: 1 1 50%;
  }
}
@media (max-width: 750px) {
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5),
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9),
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5),
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9),
.resources-category-posts article:nth-child(odd):nth-child(5n+5),
.resources-category-posts article:nth-child(odd):nth-child(5n+9) {
    flex: 1 1 100%;
  }
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 340px;
  top: 20px;
  left: 20px;
  background-position: center;
  background-size: cover;
}
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image img,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image img,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image img,
.site-resources .editorsPicks article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image img,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image img,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image img {
  display: none;
}

@media (max-width: 1190px) {
  .site-resources .resourcesposts article,
.resources-category-posts article {
    flex: 0 1 50%;
  }
  .site-resources .resourcesposts article .featured-image,
.resources-category-posts article .featured-image {
    height: 240px;
    min-height: 240px;
  }
  .site-resources .resourcesposts article .featured-image img,
.resources-category-posts article .featured-image img {
    width: 110%;
  }
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5),
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9),
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press,
.resources-category-posts article:nth-child(odd):nth-child(5n+5),
.resources-category-posts article:nth-child(odd):nth-child(5n+9),
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press {
    flex: 1 1 100%;
  }
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image {
    width: 400px;
  }
}
@media (max-width: 1000px) {
  .site-resources .resourcesposts article .featured-image img,
.resources-category-posts article .featured-image img {
    width: 150%;
  }
}
@media (max-width: 800px) {
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .snippet-header,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .snippet-header,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .snippet-header,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .snippet-header,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .snippet-header {
    width: auto;
  }
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image {
    width: 70%;
    height: 260px;
  }
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .entry-wrap {
    height: unset;
    width: 80%;
  }
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .entry-wrap .entry-meta,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .entry-wrap .entry-meta,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .entry-wrap .entry-meta,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .entry-wrap .entry-meta,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .entry-wrap .entry-meta,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .entry-wrap .entry-meta,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .entry-wrap .entry-meta,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .entry-wrap .entry-meta {
    min-height: unset;
  }
}
@media (max-width: 650px) {
  .site-resources .resourcesposts article,
.resources-category-posts article {
    flex: 1 1 100%;
  }
  .site-resources .resourcesposts article .entry-meta,
.resources-category-posts article .entry-meta {
    min-height: unset;
  }
  .site-resources .resourcesposts article .featured-image img,
.resources-category-posts article .featured-image img {
    width: 110%;
  }
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .entry-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .site-resources .resourcesposts article,
.resources-category-posts article {
    flex: 1 1 100%;
  }
  .site-resources .resourcesposts article .entry-meta,
.resources-category-posts article .entry-meta {
    min-height: unset;
  }
  .site-resources .resourcesposts article .featured-image,
.resources-category-posts article .featured-image {
    height: 208px;
    min-height: 208px;
  }
  .site-resources .resourcesposts article .featured-image img,
.resources-category-posts article .featured-image img {
    width: 110%;
  }
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .featured-image,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .featured-image {
    left: 20px;
    width: 100%;
  }
  .site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+5).resources-type-press .entry-wrap,
.site-resources .resourcesposts article:nth-child(odd):nth-child(5n+9).resources-type-press .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+5) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+9) .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+5).resources-type-press .entry-wrap,
.resources-category-posts article:nth-child(odd):nth-child(5n+9).resources-type-press .entry-wrap {
    height: unset;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}

.resources-category {
  margin-top: 97px;
}
.resources-category .resourceswrap {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
.resources-category .no-results {
  margin: 20px;
}
.resources-category .no-results h1:before {
  content: none;
}
.resources-category .latestResource article .snippet-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: none;
}
.resources-category .latestResource article .snippet-header .entry-title {
  margin-bottom: 20px !important;
  line-height: 1.2;
}
.resources-category .latestResource article .snippet-header .entry-title a {
  border-bottom: none;
}
.resources-category .latestResource article .snippet-header .featured-image {
  position: relative;
  flex: 1 1 60%;
  height: 400px;
  left: 20px;
}
.resources-category .latestResource article .snippet-header .featured-image-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  top: -20px;
  left: -20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.resources-category .latestResource article .snippet-header .featured-image-inner img {
  max-width: unset;
  width: 110%;
  position: absolute;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.resources-category .latestResource article .snippet-header .category-latest-wrap.entry-meta {
  flex: 1 1 40%;
  padding-left: 60px;
  color: #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .resources-category .latestResource article .snippet-header .featured-image {
    flex: 1 1 50%;
  }
}
@media (max-width: 900px) {
  .resources-category .latestResource article .snippet-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .resources-category .latestResource article .snippet-header .featured-image {
    flex: unset;
  }
  .resources-category .latestResource article .snippet-header .category-latest-wrap.entry-meta {
    padding-left: 0;
    margin-top: 40px;
  }
}

.site-resources h1.resourcePageTitle {
  color: #98EDB1 !important;
  margin-bottom: 20px;
  color: #1B4533;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "tiempos-headline-regular", "Times New Roman", serif !important;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 1100px) {
  .site-resources h1.resourcePageTitle {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .site-resources h1.resourcePageTitle {
    font-size: 42px;
  }
}
@media (max-width: 350px) {
  .site-resources h1.resourcePageTitle {
    font-size: 36px;
    line-height: 1.16;
  }
}

.tax-resources-type,
.resources-category,
.site-resources {
  /*
  	.resourcechoosers {
  			display: -webkit-box;
  			display: -webkit-flex;
  			display: -moz-flex;
  			display: -ms-flex;
  			display: flex;

  			flex-wrap: wrap;
  			-webkit-flex-wrap: wrap;
  			-moz-flex-wrap: wrap;

  				justify-content: center;


  			 align-items: center;

  			max-width: 1100px;
  			padding: 1rem 0;

  			margin-left: auto;
  			margin-right: auto;

  		@media (max-width: 1100px) {
  			padding-right: 2rem;
  			padding-left: 2rem;	
  		}
  		@media (max-width: 750px) {
  			padding-right: 0;
  			padding-left: 0;	
  		}
  	}
  */
  /*
  	.resourcesnavigation {
  		margin-top: 3rem;
  	}
  	.nav-previous,
  	.nav-next {

  		@include fit-width;
  		a {
  			position: relative;
  			@include link-color-hover($maxwell-dark-green, $maxwell-dark-green);

  		&:before,
  		&:after {
  			position: relative;
  		}
  		}
  	}
  	.nav-previous {
  		margin-left: 1rem;
  		a {
  			&:before {
  				content: url('/wp-content/uploads/2021/03/long-arrow-left.svg');
  				right: 1rem;
  			}
  		}
  	}
  	.nav-next {
  		margin-right: 1rem;
  		a {
  			&:after {
  				content: url('/wp-content/uploads/2021/03/long-arrow-right.svg');
  				left: 1rem;
  			}
  		}
  	}
  */
}
.tax-resources-type h1.resourcePageTitle,
.resources-category h1.resourcePageTitle,
.site-resources h1.resourcePageTitle {
  margin-bottom: 20px;
  color: #1B4533;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "tiempos-headline-regular", "Times New Roman", serif !important;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 1100px) {
  .tax-resources-type h1.resourcePageTitle,
.resources-category h1.resourcePageTitle,
.site-resources h1.resourcePageTitle {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .tax-resources-type h1.resourcePageTitle,
.resources-category h1.resourcePageTitle,
.site-resources h1.resourcePageTitle {
    font-size: 42px;
  }
}
@media (max-width: 350px) {
  .tax-resources-type h1.resourcePageTitle,
.resources-category h1.resourcePageTitle,
.site-resources h1.resourcePageTitle {
    font-size: 36px;
    line-height: 1.16;
  }
}
.tax-resources-type .maxwellbutton,
.resources-category .maxwellbutton,
.site-resources .maxwellbutton {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 12px 28px 10px !important;
  transition: all 0.15s ease-in-out;
  text-align: center;
  border: 2px solid #98EDB1;
  background-color: #98EDB1 !important;
  color: #1B4533 !important;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tax-resources-type .maxwellbutton:after,
.resources-category .maxwellbutton:after,
.site-resources .maxwellbutton:after {
  content: "";
  background-image: url("/wp-content/uploads/2021/10/arrowright-darkgreen.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7px 12px;
  transition: all 0.15s ease-in-out;
}
.tax-resources-type .maxwellbutton a, .tax-resources-type .maxwellbutton:visited,
.resources-category .maxwellbutton a,
.resources-category .maxwellbutton:visited,
.site-resources .maxwellbutton a,
.site-resources .maxwellbutton:visited {
  color: #1B4533 !important;
  text-decoration: none;
}
.tax-resources-type .maxwellbutton:hover, .tax-resources-type .maxwellbutton:active, .tax-resources-type .maxwellbutton:focus,
.resources-category .maxwellbutton:hover,
.resources-category .maxwellbutton:active,
.resources-category .maxwellbutton:focus,
.site-resources .maxwellbutton:hover,
.site-resources .maxwellbutton:active,
.site-resources .maxwellbutton:focus {
  outline: none;
  border: 2px solid #1B4533 !important;
  background-color: #1B4533 !important;
  color: #98EDB1 !important;
}
.tax-resources-type .maxwellbutton:hover a, .tax-resources-type .maxwellbutton:active a, .tax-resources-type .maxwellbutton:focus a,
.resources-category .maxwellbutton:hover a,
.resources-category .maxwellbutton:active a,
.resources-category .maxwellbutton:focus a,
.site-resources .maxwellbutton:hover a,
.site-resources .maxwellbutton:active a,
.site-resources .maxwellbutton:focus a {
  color: #98EDB1 !important;
}
.tax-resources-type .maxwellbutton:hover:after, .tax-resources-type .maxwellbutton:active:after, .tax-resources-type .maxwellbutton:focus:after,
.resources-category .maxwellbutton:hover:after,
.resources-category .maxwellbutton:active:after,
.resources-category .maxwellbutton:focus:after,
.site-resources .maxwellbutton:hover:after,
.site-resources .maxwellbutton:active:after,
.site-resources .maxwellbutton:focus:after {
  background-image: url("/wp-content/uploads/2021/10/arrowright-lightgreen.svg");
  background-position: 9px center;
}
.tax-resources-type .maxwellbuttonpurplebg,
.resources-category .maxwellbuttonpurplebg,
.site-resources .maxwellbuttonpurplebg {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 12px 28px 10px !important;
  transition: all 0.15s ease-in-out;
  text-align: center;
  border: 2px solid #98EDB1;
  background-color: #98EDB1 !important;
  color: #1B4533 !important;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1B4533 !important;
}
.tax-resources-type .maxwellbuttonpurplebg:after,
.resources-category .maxwellbuttonpurplebg:after,
.site-resources .maxwellbuttonpurplebg:after {
  content: "";
  background-image: url("/wp-content/uploads/2021/10/arrowright-darkgreen.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7px 12px;
  transition: all 0.15s ease-in-out;
}
.tax-resources-type .maxwellbuttonpurplebg a, .tax-resources-type .maxwellbuttonpurplebg:visited,
.resources-category .maxwellbuttonpurplebg a,
.resources-category .maxwellbuttonpurplebg:visited,
.site-resources .maxwellbuttonpurplebg a,
.site-resources .maxwellbuttonpurplebg:visited {
  color: #1B4533 !important;
  text-decoration: none;
}
.tax-resources-type .maxwellbuttonpurplebg:hover, .tax-resources-type .maxwellbuttonpurplebg:active, .tax-resources-type .maxwellbuttonpurplebg:focus,
.resources-category .maxwellbuttonpurplebg:hover,
.resources-category .maxwellbuttonpurplebg:active,
.resources-category .maxwellbuttonpurplebg:focus,
.site-resources .maxwellbuttonpurplebg:hover,
.site-resources .maxwellbuttonpurplebg:active,
.site-resources .maxwellbuttonpurplebg:focus {
  outline: none;
  border: 2px solid #1B4533 !important;
  background-color: #1B4533 !important;
  color: #98EDB1 !important;
}
.tax-resources-type .maxwellbuttonpurplebg:hover a, .tax-resources-type .maxwellbuttonpurplebg:active a, .tax-resources-type .maxwellbuttonpurplebg:focus a,
.resources-category .maxwellbuttonpurplebg:hover a,
.resources-category .maxwellbuttonpurplebg:active a,
.resources-category .maxwellbuttonpurplebg:focus a,
.site-resources .maxwellbuttonpurplebg:hover a,
.site-resources .maxwellbuttonpurplebg:active a,
.site-resources .maxwellbuttonpurplebg:focus a {
  color: #98EDB1 !important;
}
.tax-resources-type .maxwellbuttonpurplebg:hover:after, .tax-resources-type .maxwellbuttonpurplebg:active:after, .tax-resources-type .maxwellbuttonpurplebg:focus:after,
.resources-category .maxwellbuttonpurplebg:hover:after,
.resources-category .maxwellbuttonpurplebg:active:after,
.resources-category .maxwellbuttonpurplebg:focus:after,
.site-resources .maxwellbuttonpurplebg:hover:after,
.site-resources .maxwellbuttonpurplebg:active:after,
.site-resources .maxwellbuttonpurplebg:focus:after {
  background-image: url("/wp-content/uploads/2021/10/arrowright-lightgreen.svg");
  background-position: 9px center;
}
.tax-resources-type .twocol,
.resources-category .twocol,
.site-resources .twocol {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  .tax-resources-type .twocol,
.resources-category .twocol,
.site-resources .twocol {
    flex-direction: column;
  }
}
.tax-resources-type .resources-category-posts h3,
.tax-resources-type .editorsPicks h3,
.tax-resources-type .press h3,
.resources-category .resources-category-posts h3,
.resources-category .editorsPicks h3,
.resources-category .press h3,
.site-resources .resources-category-posts h3,
.site-resources .editorsPicks h3,
.site-resources .press h3 {
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}
.tax-resources-type .resources-category-posts article .entry-date,
.tax-resources-type .editorsPicks article .entry-date,
.tax-resources-type .press article .entry-date,
.resources-category .resources-category-posts article .entry-date,
.resources-category .editorsPicks article .entry-date,
.resources-category .press article .entry-date,
.site-resources .resources-category-posts article .entry-date,
.site-resources .editorsPicks article .entry-date,
.site-resources .press article .entry-date {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 750px) {
  .tax-resources-type .resources-category-posts article .entry-date,
.tax-resources-type .editorsPicks article .entry-date,
.tax-resources-type .press article .entry-date,
.resources-category .resources-category-posts article .entry-date,
.resources-category .editorsPicks article .entry-date,
.resources-category .press article .entry-date,
.site-resources .resources-category-posts article .entry-date,
.site-resources .editorsPicks article .entry-date,
.site-resources .press article .entry-date {
    font-size: 20px;
  }
}
.tax-resources-type .resources-category-posts .entry-title,
.tax-resources-type .resources-category-posts .entry-title a,
.tax-resources-type .editorsPicks .entry-title,
.tax-resources-type .editorsPicks .entry-title a,
.tax-resources-type .press .entry-title,
.tax-resources-type .press .entry-title a,
.resources-category .resources-category-posts .entry-title,
.resources-category .resources-category-posts .entry-title a,
.resources-category .editorsPicks .entry-title,
.resources-category .editorsPicks .entry-title a,
.resources-category .press .entry-title,
.resources-category .press .entry-title a,
.site-resources .resources-category-posts .entry-title,
.site-resources .resources-category-posts .entry-title a,
.site-resources .editorsPicks .entry-title,
.site-resources .editorsPicks .entry-title a,
.site-resources .press .entry-title,
.site-resources .press .entry-title a {
  border-bottom: none;
}
.tax-resources-type .resources-category-posts .entry-title,
.tax-resources-type .editorsPicks .entry-title,
.tax-resources-type .press .entry-title,
.resources-category .resources-category-posts .entry-title,
.resources-category .editorsPicks .entry-title,
.resources-category .press .entry-title,
.site-resources .resources-category-posts .entry-title,
.site-resources .editorsPicks .entry-title,
.site-resources .press .entry-title {
  margin-bottom: 10px;
}
.tax-resources-type .press article .snippet-header,
.resources-category .press article .snippet-header,
.site-resources .press article .snippet-header {
  padding-bottom: 10px;
}
.tax-resources-type .press .linktext,
.resources-category .press .linktext,
.site-resources .press .linktext {
  margin-top: 30px;
}
.tax-resources-type .editorsPicks,
.resources-category .editorsPicks,
.site-resources .editorsPicks {
  display: flex;
  flex-direction: column;
  flex-basis: 66%;
  margin-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .tax-resources-type .editorsPicks,
.resources-category .editorsPicks,
.site-resources .editorsPicks {
    flex-basis: 100%;
    margin-right: unset;
  }
}
.tax-resources-type .editorsPicks .latestResource .latest-wrap.entry-meta,
.resources-category .editorsPicks .latestResource .latest-wrap.entry-meta,
.site-resources .editorsPicks .latestResource .latest-wrap.entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.tax-resources-type .editorsPicks .articles,
.resources-category .editorsPicks .articles,
.site-resources .editorsPicks .articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 900px) {
  .tax-resources-type .editorsPicks .articles,
.resources-category .editorsPicks .articles,
.site-resources .editorsPicks .articles {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .tax-resources-type .editorsPicks .articles,
.resources-category .editorsPicks .articles,
.site-resources .editorsPicks .articles {
    flex-direction: column;
  }
}
.tax-resources-type .editorsPicks .articles article,
.resources-category .editorsPicks .articles article,
.site-resources .editorsPicks .articles article {
  flex: 0 1 50%;
}
.tax-resources-type .editorsPicks .articles article .snippet-header,
.resources-category .editorsPicks .articles article .snippet-header,
.site-resources .editorsPicks .articles article .snippet-header {
  height: 100%;
}
.tax-resources-type .editorsPicks .articles article .entry-wrap,
.resources-category .editorsPicks .articles article .entry-wrap,
.site-resources .editorsPicks .articles article .entry-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.tax-resources-type .editorsPicks .articles article .entry-title,
.tax-resources-type .editorsPicks .articles article .entry-title a,
.resources-category .editorsPicks .articles article .entry-title,
.resources-category .editorsPicks .articles article .entry-title a,
.site-resources .editorsPicks .articles article .entry-title,
.site-resources .editorsPicks .articles article .entry-title a {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
  font-size: 32px;
}
@media (max-width: 1440px) {
  .tax-resources-type .editorsPicks .articles article .entry-title,
.tax-resources-type .editorsPicks .articles article .entry-title a,
.resources-category .editorsPicks .articles article .entry-title,
.resources-category .editorsPicks .articles article .entry-title a,
.site-resources .editorsPicks .articles article .entry-title,
.site-resources .editorsPicks .articles article .entry-title a {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .tax-resources-type .editorsPicks .articles article .entry-title,
.tax-resources-type .editorsPicks .articles article .entry-title a,
.resources-category .editorsPicks .articles article .entry-title,
.resources-category .editorsPicks .articles article .entry-title a,
.site-resources .editorsPicks .articles article .entry-title,
.site-resources .editorsPicks .articles article .entry-title a {
    font-size: 24px;
  }
}
.tax-resources-type .editorsPicks .articles article .entry-title,
.resources-category .editorsPicks .articles article .entry-title,
.site-resources .editorsPicks .articles article .entry-title {
  margin: 10px 0;
}
.tax-resources-type .editorsPicks .articles article .entry-excerpt,
.resources-category .editorsPicks .articles article .entry-excerpt,
.site-resources .editorsPicks .articles article .entry-excerpt {
  display: none;
}
.tax-resources-type .editorsPicks .articles article .featured-image,
.resources-category .editorsPicks .articles article .featured-image,
.site-resources .editorsPicks .articles article .featured-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 320px;
  min-height: 320px;
}
@media (max-width: 600px) {
  .tax-resources-type .editorsPicks .articles article .featured-image,
.resources-category .editorsPicks .articles article .featured-image,
.site-resources .editorsPicks .articles article .featured-image {
    height: 260px;
    min-height: 260px;
  }
}
.tax-resources-type .editorsPicks .articles article .featured-image img,
.resources-category .editorsPicks .articles article .featured-image img,
.site-resources .editorsPicks .articles article .featured-image img {
  position: absolute;
  width: 150%;
  max-width: unset;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  /*
  						@media (max-width:1250px) {
  							 width: 140%
  						}
  */
}
@media (max-width: 1000px) {
  .tax-resources-type .editorsPicks .articles article .featured-image img,
.resources-category .editorsPicks .articles article .featured-image img,
.site-resources .editorsPicks .articles article .featured-image img {
    width: unset;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .tax-resources-type .editorsPicks .articles article .featured-image img,
.resources-category .editorsPicks .articles article .featured-image img,
.site-resources .editorsPicks .articles article .featured-image img {
    width: 100%;
    min-width: 470px;
  }
}
.tax-resources-type .press,
.resources-category .press,
.site-resources .press {
  display: flex;
  flex-direction: column;
  flex-basis: 33%;
}
@media (max-width: 750px) {
  .tax-resources-type .press,
.resources-category .press,
.site-resources .press {
    flex-basis: 100%;
    margin-right: unset;
  }
}
.tax-resources-type .press .maxwellbutton,
.resources-category .press .maxwellbutton,
.site-resources .press .maxwellbutton {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.tax-resources-type .press article,
.resources-category .press article,
.site-resources .press article {
  margin-left: -20px;
  margin-right: -20px;
}
.tax-resources-type .press article .entry-meta,
.resources-category .press article .entry-meta,
.site-resources .press article .entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.tax-resources-type .press article .entry-meta img,
.resources-category .press article .entry-meta img,
.site-resources .press article .entry-meta img {
  height: 20px;
  display: none;
}
.tax-resources-type .press article .entry-title,
.resources-category .press article .entry-title,
.site-resources .press article .entry-title {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
  font-size: 24px !important;
}
@media (max-width: 1440px) {
  .tax-resources-type .press article .entry-title,
.resources-category .press article .entry-title,
.site-resources .press article .entry-title {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .tax-resources-type .press article .entry-title,
.resources-category .press article .entry-title,
.site-resources .press article .entry-title {
    font-size: 24px;
  }
}
.tax-resources-type .press article .entry-title a,
.resources-category .press article .entry-title a,
.site-resources .press article .entry-title a {
  cursor: pointer;
  color: #000 !important;
  border-bottom: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tax-resources-type .press article .entry-title a:visited,
.resources-category .press article .entry-title a:visited,
.site-resources .press article .entry-title a:visited {
  color: #000 !important;
}
.tax-resources-type .press article .entry-title a:hover, .tax-resources-type .press article .entry-title a:focus, .tax-resources-type .press article .entry-title a:active,
.resources-category .press article .entry-title a:hover,
.resources-category .press article .entry-title a:focus,
.resources-category .press article .entry-title a:active,
.site-resources .press article .entry-title a:hover,
.site-resources .press article .entry-title a:focus,
.site-resources .press article .entry-title a:active {
  color: #000 !important;
}
.tax-resources-type .press article .entry-title a:focus,
.resources-category .press article .entry-title a:focus,
.site-resources .press article .entry-title a:focus {
  outline: none;
}
.tax-resources-type .press article .entry-title a:hover, .tax-resources-type .press article .entry-title a:active,
.resources-category .press article .entry-title a:hover,
.resources-category .press article .entry-title a:active,
.site-resources .press article .entry-title a:hover,
.site-resources .press article .entry-title a:active {
  outline: 0;
}
@media (max-width: 750px) {
  .tax-resources-type .collectionsslider,
.resources-category .collectionsslider,
.site-resources .collectionsslider {
    position: relative !important;
    top: unset !important;
  }
  .tax-resources-type .collectionsslider h2,
.resources-category .collectionsslider h2,
.site-resources .collectionsslider h2 {
    text-align: center;
  }
  .tax-resources-type .collectionsslider ul,
.resources-category .collectionsslider ul,
.site-resources .collectionsslider ul {
    padding: 0;
  }
  .tax-resources-type .collectionsslider a,
.resources-category .collectionsslider a,
.site-resources .collectionsslider a {
    font-family: "tiempos-headline-regular", "Times New Roman", serif, "Times New Roman", serif;
    margin: 3rem 0;
    line-height: 1.33;
    font-size: 20px;
    cursor: pointer;
    color: #1B4533 !important;
    border-bottom: none !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tax-resources-type .collectionsslider a:visited,
.resources-category .collectionsslider a:visited,
.site-resources .collectionsslider a:visited {
    color: #1B4533 !important;
  }
  .tax-resources-type .collectionsslider a:hover, .tax-resources-type .collectionsslider a:focus, .tax-resources-type .collectionsslider a:active,
.resources-category .collectionsslider a:hover,
.resources-category .collectionsslider a:focus,
.resources-category .collectionsslider a:active,
.site-resources .collectionsslider a:hover,
.site-resources .collectionsslider a:focus,
.site-resources .collectionsslider a:active {
    color: #1B4533 !important;
  }
  .tax-resources-type .collectionsslider a:focus,
.resources-category .collectionsslider a:focus,
.site-resources .collectionsslider a:focus {
    outline: none;
  }
  .tax-resources-type .collectionsslider a:hover, .tax-resources-type .collectionsslider a:active,
.resources-category .collectionsslider a:hover,
.resources-category .collectionsslider a:active,
.site-resources .collectionsslider a:hover,
.site-resources .collectionsslider a:active {
    outline: 0;
  }
  .tax-resources-type .collectionsslider img,
.resources-category .collectionsslider img,
.site-resources .collectionsslider img {
    margin-bottom: 2rem;
  }
  .tax-resources-type .collectionssidebar,
.resources-category .collectionssidebar,
.site-resources .collectionssidebar {
    display: none;
  }
}
.tax-resources-type article,
.resources-category article,
.site-resources article {
  padding: 10px 0 10px;
  position: relative;
}
.tax-resources-type article .snippet-header,
.resources-category article .snippet-header,
.site-resources article .snippet-header {
  border-bottom: 1px solid #E6E6E6;
  margin: 0 20px;
}
@media (max-width: 600px) {
  .tax-resources-type article,
.resources-category article,
.site-resources article {
    padding-bottom: 2.5rem;
  }
}
.tax-resources-type article .entry-title,
.resources-category article .entry-title,
.site-resources article .entry-title {
  max-width: 85%;
  margin-bottom: 0;
}
.tax-resources-type article .entry-title a,
.resources-category article .entry-title a,
.site-resources article .entry-title a {
  cursor: pointer;
  color: #1B4533 !important;
  border-bottom: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tax-resources-type article .entry-title a:visited,
.resources-category article .entry-title a:visited,
.site-resources article .entry-title a:visited {
  color: #1B4533 !important;
}
.tax-resources-type article .entry-title a:hover, .tax-resources-type article .entry-title a:focus, .tax-resources-type article .entry-title a:active,
.resources-category article .entry-title a:hover,
.resources-category article .entry-title a:focus,
.resources-category article .entry-title a:active,
.site-resources article .entry-title a:hover,
.site-resources article .entry-title a:focus,
.site-resources article .entry-title a:active {
  color: #1B4533 !important;
}
.tax-resources-type article .entry-title a:focus,
.resources-category article .entry-title a:focus,
.site-resources article .entry-title a:focus {
  outline: none;
}
.tax-resources-type article .entry-title a:hover, .tax-resources-type article .entry-title a:active,
.resources-category article .entry-title a:hover,
.resources-category article .entry-title a:active,
.site-resources article .entry-title a:hover,
.site-resources article .entry-title a:active {
  outline: 0;
}
.tax-resources-type article .entry-info a,
.resources-category article .entry-info a,
.site-resources article .entry-info a {
  text-decoration: none;
  border-bottom: none;
}
@media (max-width: 600px) {
  .tax-resources-type article .entry-info,
.resources-category article .entry-info,
.site-resources article .entry-info {
    margin-bottom: 10px !important;
  }
}
.tax-resources-type .podcastswrap,
.resources-category .podcastswrap,
.site-resources .podcastswrap {
  margin-bottom: 30px;
  padding: 30px 0;
}
.tax-resources-type .podcastoffset,
.resources-category .podcastoffset,
.site-resources .podcastoffset {
  margin-left: -10px;
  margin-right: -10px;
}
.tax-resources-type .podcasts,
.resources-category .podcasts,
.site-resources .podcasts {
  position: relative;
  padding: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tax-resources-type .podcasts .upnext,
.resources-category .podcasts .upnext,
.site-resources .podcasts .upnext {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #358550;
}
@media (max-width: 1440px) {
  .tax-resources-type .podcasts .upnext,
.resources-category .podcasts .upnext,
.site-resources .podcasts .upnext {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .tax-resources-type .podcasts .upnext,
.resources-category .podcasts .upnext,
.site-resources .podcasts .upnext {
    font-size: 24px;
  }
}
.tax-resources-type .podcasts .podcastsheadings,
.resources-category .podcasts .podcastsheadings,
.site-resources .podcasts .podcastsheadings {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .tax-resources-type .podcasts .podcastsheadings,
.resources-category .podcasts .podcastsheadings,
.site-resources .podcasts .podcastsheadings {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tax-resources-type .podcasts .podcaststitle,
.resources-category .podcasts .podcaststitle,
.site-resources .podcasts .podcaststitle {
  margin-bottom: 10px;
}
.tax-resources-type .podcasts .podcastssubtitle,
.resources-category .podcasts .podcastssubtitle,
.site-resources .podcasts .podcastssubtitle {
  align-self: flex-end;
  flex: 0 1 50%;
  max-width: 500px;
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  color: #1B4533;
}
@media (max-width: 750px) {
  .tax-resources-type .podcasts .podcastssubtitle,
.resources-category .podcasts .podcastssubtitle,
.site-resources .podcasts .podcastssubtitle {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .tax-resources-type .podcasts .podcastssubtitle,
.resources-category .podcasts .podcastssubtitle,
.site-resources .podcasts .podcastssubtitle {
    flex: 1 1 auto;
  }
}
.tax-resources-type .podcasts article,
.resources-category .podcasts article,
.site-resources .podcasts article {
  flex: 0 1 25%;
  padding: 10px;
}
.tax-resources-type .podcasts article .entry-meta,
.resources-category .podcasts article .entry-meta,
.site-resources .podcasts article .entry-meta {
  display: none;
}
.tax-resources-type .podcasts article .snippet-header,
.resources-category .podcasts article .snippet-header,
.site-resources .podcasts article .snippet-header {
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
}
.tax-resources-type .podcasts article .snippet-header .podcast-image,
.resources-category .podcasts article .snippet-header .podcast-image,
.site-resources .podcasts article .snippet-header .podcast-image {
  margin-right: 0;
  padding-right: 0;
}
.tax-resources-type .podcasts article .snippet-header .podcast-image img,
.resources-category .podcasts article .snippet-header .podcast-image img,
.site-resources .podcasts article .snippet-header .podcast-image img {
  max-width: unset;
  width: 100%;
}
@media (max-width: 900px) {
  .tax-resources-type .podcasts article,
.resources-category .podcasts article,
.site-resources .podcasts article {
    flex: 0 1 50%;
  }
}
.tax-resources-type .podcasts .latestpodcast,
.resources-category .podcasts .latestpodcast,
.site-resources .podcasts .latestpodcast {
  flex: 1 1 100%;
  padding-top: 20px;
}
.tax-resources-type .podcasts .latestpodcast article h2, .tax-resources-type .podcasts .latestpodcast article h3, .tax-resources-type .podcasts .latestpodcast article h4, .tax-resources-type .podcasts .latestpodcast article h5, .tax-resources-type .podcasts .latestpodcast article h6, .tax-resources-type .podcasts .latestpodcast article p, .tax-resources-type .podcasts .latestpodcast article a, .tax-resources-type .podcasts .latestpodcast article li,
.resources-category .podcasts .latestpodcast article h2,
.resources-category .podcasts .latestpodcast article h3,
.resources-category .podcasts .latestpodcast article h4,
.resources-category .podcasts .latestpodcast article h5,
.resources-category .podcasts .latestpodcast article h6,
.resources-category .podcasts .latestpodcast article p,
.resources-category .podcasts .latestpodcast article a,
.resources-category .podcasts .latestpodcast article li,
.site-resources .podcasts .latestpodcast article h2,
.site-resources .podcasts .latestpodcast article h3,
.site-resources .podcasts .latestpodcast article h4,
.site-resources .podcasts .latestpodcast article h5,
.site-resources .podcasts .latestpodcast article h6,
.site-resources .podcasts .latestpodcast article p,
.site-resources .podcasts .latestpodcast article a,
.site-resources .podcasts .latestpodcast article li {
  color: #000;
}
.tax-resources-type .podcasts .latestpodcast article h2:visited, .tax-resources-type .podcasts .latestpodcast article h2:hover, .tax-resources-type .podcasts .latestpodcast article h3:visited, .tax-resources-type .podcasts .latestpodcast article h3:hover, .tax-resources-type .podcasts .latestpodcast article h4:visited, .tax-resources-type .podcasts .latestpodcast article h4:hover, .tax-resources-type .podcasts .latestpodcast article h5:visited, .tax-resources-type .podcasts .latestpodcast article h5:hover, .tax-resources-type .podcasts .latestpodcast article h6:visited, .tax-resources-type .podcasts .latestpodcast article h6:hover, .tax-resources-type .podcasts .latestpodcast article p:visited, .tax-resources-type .podcasts .latestpodcast article p:hover, .tax-resources-type .podcasts .latestpodcast article a:visited, .tax-resources-type .podcasts .latestpodcast article a:hover, .tax-resources-type .podcasts .latestpodcast article li:visited, .tax-resources-type .podcasts .latestpodcast article li:hover,
.resources-category .podcasts .latestpodcast article h2:visited,
.resources-category .podcasts .latestpodcast article h2:hover,
.resources-category .podcasts .latestpodcast article h3:visited,
.resources-category .podcasts .latestpodcast article h3:hover,
.resources-category .podcasts .latestpodcast article h4:visited,
.resources-category .podcasts .latestpodcast article h4:hover,
.resources-category .podcasts .latestpodcast article h5:visited,
.resources-category .podcasts .latestpodcast article h5:hover,
.resources-category .podcasts .latestpodcast article h6:visited,
.resources-category .podcasts .latestpodcast article h6:hover,
.resources-category .podcasts .latestpodcast article p:visited,
.resources-category .podcasts .latestpodcast article p:hover,
.resources-category .podcasts .latestpodcast article a:visited,
.resources-category .podcasts .latestpodcast article a:hover,
.resources-category .podcasts .latestpodcast article li:visited,
.resources-category .podcasts .latestpodcast article li:hover,
.site-resources .podcasts .latestpodcast article h2:visited,
.site-resources .podcasts .latestpodcast article h2:hover,
.site-resources .podcasts .latestpodcast article h3:visited,
.site-resources .podcasts .latestpodcast article h3:hover,
.site-resources .podcasts .latestpodcast article h4:visited,
.site-resources .podcasts .latestpodcast article h4:hover,
.site-resources .podcasts .latestpodcast article h5:visited,
.site-resources .podcasts .latestpodcast article h5:hover,
.site-resources .podcasts .latestpodcast article h6:visited,
.site-resources .podcasts .latestpodcast article h6:hover,
.site-resources .podcasts .latestpodcast article p:visited,
.site-resources .podcasts .latestpodcast article p:hover,
.site-resources .podcasts .latestpodcast article a:visited,
.site-resources .podcasts .latestpodcast article a:hover,
.site-resources .podcasts .latestpodcast article li:visited,
.site-resources .podcasts .latestpodcast article li:hover {
  color: #000;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header,
.resources-category .podcasts .latestpodcast article .snippet-header,
.site-resources .podcasts .latestpodcast article .snippet-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-bottom: none;
}
@media (max-width: 750px) {
  .tax-resources-type .podcasts .latestpodcast article .snippet-header,
.resources-category .podcasts .latestpodcast article .snippet-header,
.site-resources .podcasts .latestpodcast article .snippet-header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .podcast-image,
.resources-category .podcasts .latestpodcast article .snippet-header .podcast-image,
.site-resources .podcasts .latestpodcast article .snippet-header .podcast-image {
  flex: 1 1 50%;
  padding-right: 25px;
  margin-right: 40px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: none;
}
@media (max-width: 750px) {
  .tax-resources-type .podcasts .latestpodcast article .snippet-header .podcast-image,
.resources-category .podcasts .latestpodcast article .snippet-header .podcast-image,
.site-resources .podcasts .latestpodcast article .snippet-header .podcast-image {
    margin-bottom: 60px;
  }
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .podcast-image img,
.resources-category .podcasts .latestpodcast article .snippet-header .podcast-image img,
.site-resources .podcasts .latestpodcast article .snippet-header .podcast-image img {
  max-width: unset;
  width: 100%;
  position: relative;
  z-index: 2;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta {
  display: flex;
  flex: 1 1 50%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .podcastheading.entry-title {
    font-size: 24px;
  }
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta a,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta a,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta a {
  color: #000 !important;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta a:visited, .tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta a:hover,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta a:visited,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta a:hover,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta a:visited,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta a:hover {
  color: #000 !important;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a {
  color: #000 !important;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a:visited, .tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a:hover,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a:visited,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a:hover,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a:visited,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .entry-title a:hover {
  color: #000 !important;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons figure,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons figure,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons figure {
  margin: 10px 10px 10px 0;
}
.tax-resources-type .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons figure a,
.resources-category .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons figure a,
.site-resources .podcasts .latestpodcast article .snippet-header .entry-meta .podcasticons figure a {
  border-bottom: none;
}
.tax-resources-type .resourcesnavigation,
.resources-category .resourcesnavigation,
.site-resources .resourcesnavigation {
  display: none;
}

main.podcast-main header.snippet-header img {
  width: 600px;
  margin: 0 auto;
}

.tax-resources-type h1 {
  margin-top: 150px;
  margin-bottom: 60px;
  font-size: 64px !important;
}
@media (max-width: 600px) {
  .tax-resources-type h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 420px) {
  .tax-resources-type h1 {
    font-size: 40px !important;
  }
}
.tax-resources-type .press-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}
.tax-resources-type .press-posts article {
  flex: 0 1 25%;
  margin: 40px 0;
}
.tax-resources-type .press-posts article .snippet-header {
  border-top: 1px solid #1B4533;
  border-bottom: none;
  margin: 0 10px;
}
.tax-resources-type .press-posts article .entry-date {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 750px) {
  .tax-resources-type .press-posts article .entry-date {
    font-size: 20px;
  }
}
.tax-resources-type .press-posts article .entry-meta {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tax-resources-type .press-posts article .entry-meta .publication-icon img {
  height: 20px;
}
.tax-resources-type .press-posts article .entry-title {
  margin-top: 20px;
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
  font-size: 24px !important;
  color: #000;
}
@media (max-width: 1440px) {
  .tax-resources-type .press-posts article .entry-title {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .tax-resources-type .press-posts article .entry-title {
    font-size: 24px;
  }
}
.tax-resources-type .press-posts article .entry-title a {
  cursor: pointer;
  color: #000 !important;
  border-bottom: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tax-resources-type .press-posts article .entry-title a:visited {
  color: #000 !important;
}
.tax-resources-type .press-posts article .entry-title a:hover, .tax-resources-type .press-posts article .entry-title a:focus, .tax-resources-type .press-posts article .entry-title a:active {
  color: #358550 !important;
}
.tax-resources-type .press-posts article .entry-title a:focus {
  outline: none;
}
.tax-resources-type .press-posts article .entry-title a:hover, .tax-resources-type .press-posts article .entry-title a:active {
  outline: 0;
}
@media (max-width: 980px) {
  .tax-resources-type .press-posts article {
    flex: 0 1 50%;
  }
}
@media (max-width: 600px) {
  .tax-resources-type .press-posts article {
    flex: 0 1 100%;
  }
}

.single-resources #main {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.single-resources #main h1 {
  color: #1B4533;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "tiempos-headline-regular", "Times New Roman", serif !important;
  letter-spacing: 0;
  text-transform: none;
  color: #1B4533;
}
@media (max-width: 1100px) {
  .single-resources #main h1 {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .single-resources #main h1 {
    font-size: 42px;
  }
}
@media (max-width: 350px) {
  .single-resources #main h1 {
    font-size: 36px;
    line-height: 1.16;
  }
}
.single-resources .snippet-header {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.single-resources .snippet-header img {
  max-width: 970px;
  margin: 0 auto;
}
.single-resources .snippet-header .entry-title {
  margin-top: 120px;
}
.single-resources .entry-meta,
.single-resources .entry-info {
  color: #666;
}
.single-resources .entry-meta p,
.single-resources .entry-info p {
  color: #666;
}
.single-resources .entry-meta a,
.single-resources .entry-info a {
  cursor: pointer;
  color: #666 !important;
  border-bottom: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-resources .entry-meta a:visited,
.single-resources .entry-info a:visited {
  color: #666 !important;
}
.single-resources .entry-meta a:hover, .single-resources .entry-meta a:focus, .single-resources .entry-meta a:active,
.single-resources .entry-info a:hover,
.single-resources .entry-info a:focus,
.single-resources .entry-info a:active {
  color: #358550 !important;
}
.single-resources .entry-meta a:focus,
.single-resources .entry-info a:focus {
  outline: none;
}
.single-resources .entry-meta a:hover, .single-resources .entry-meta a:active,
.single-resources .entry-info a:hover,
.single-resources .entry-info a:active {
  outline: 0;
}
.single-resources .blogwidth {
  max-width: 976px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-resources .site-main article .testimonialtext {
  padding: 30px;
}
.single-resources .site-main article .testimonialtext p {
  font-family: "tiempos-headline-regular", "Times New Roman", serif, "Times New Roman", serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
@media only screen and (max-width: 760px) {
  .single-resources .site-main article .testimonialtext p {
    font-size: 20px;
  }
}

.author.archive h1 {
  margin-top: 150px;
}

.single-resources {
  background-color: #F5F5EF;
}

.single-resources .site-main.customer-story-main .herogeneral.fullwidthblock,
.single-resources .site-main.customer-story-main article .herogeneral.fullwidthblock {
  margin-bottom: 60px;
}

.single-resources .site-main.ebooks-white-papers-main,
.single-resources .site-main.customer-story-main,
.single-resources .site-main.customer-story-main article {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
}
.single-resources .site-main.ebooks-white-papers-main .relatedarticles,
.single-resources .site-main.customer-story-main .relatedarticles,
.single-resources .site-main.customer-story-main article .relatedarticles {
  max-width: 1232px;
  margin: 0 auto 40px;
}
.single-resources .site-main.ebooks-white-papers-main .herogeneral.fullwidthblock,
.single-resources .site-main.customer-story-main .herogeneral.fullwidthblock,
.single-resources .site-main.customer-story-main article .herogeneral.fullwidthblock {
  padding: 0;
  margin-bottom: 60px;
}
.single-resources .site-main.ebooks-white-papers-main .herogeneral.fullwidthblock .maxblock,
.single-resources .site-main.customer-story-main .herogeneral.fullwidthblock .maxblock,
.single-resources .site-main.customer-story-main article .herogeneral.fullwidthblock .maxblock {
  padding-left: 30px;
  padding-right: 30px;
}
.single-resources .site-main.ebooks-white-papers-main .maxblock,
.single-resources .site-main.customer-story-main .maxblock,
.single-resources .site-main.customer-story-main article .maxblock {
  padding-left: 0;
  padding-right: 0;
}
.single-resources .site-main.ebooks-white-papers-main .padding,
.single-resources .site-main.customer-story-main .padding,
.single-resources .site-main.customer-story-main article .padding {
  padding: 30px;
}
.single-resources .site-main.ebooks-white-papers-main .paddingtb,
.single-resources .site-main.customer-story-main .paddingtb,
.single-resources .site-main.customer-story-main article .paddingtb {
  padding-top: 30px;
  padding-block: 30px;
}
.single-resources .site-main.ebooks-white-papers-main .largetext,
.single-resources .site-main.customer-story-main .largetext,
.single-resources .site-main.customer-story-main article .largetext {
  color: #1B4533;
  font-family: "founders-grotesk-light", "Arial", sans-serif;
  font-size: 120px;
  line-height: 0.85;
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .single-resources .site-main.ebooks-white-papers-main .largetext,
.single-resources .site-main.customer-story-main .largetext,
.single-resources .site-main.customer-story-main article .largetext {
    font-size: 96px;
  }
}
@media (max-width: 900px) {
  .single-resources .site-main.ebooks-white-papers-main .largetext,
.single-resources .site-main.customer-story-main .largetext,
.single-resources .site-main.customer-story-main article .largetext {
    font-size: 84px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main.ebooks-white-papers-main .largetext,
.single-resources .site-main.customer-story-main .largetext,
.single-resources .site-main.customer-story-main article .largetext {
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .single-resources .site-main.ebooks-white-papers-main .largetext,
.single-resources .site-main.customer-story-main .largetext,
.single-resources .site-main.customer-story-main article .largetext {
    font-size: 56px;
  }
}
.single-resources .site-main.ebooks-white-papers-main p,
.single-resources .site-main.customer-story-main p,
.single-resources .site-main.customer-story-main article p {
  width: 100%;
}
.single-resources .site-main.ebooks-white-papers-main p,
.single-resources .site-main.ebooks-white-papers-main ul li,
.single-resources .site-main.ebooks-white-papers-main ol li,
.single-resources .site-main.customer-story-main p,
.single-resources .site-main.customer-story-main ul li,
.single-resources .site-main.customer-story-main ol li,
.single-resources .site-main.customer-story-main article p,
.single-resources .site-main.customer-story-main article ul li,
.single-resources .site-main.customer-story-main article ol li {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
}
@media (max-width: 750px) {
  .single-resources .site-main.ebooks-white-papers-main p,
.single-resources .site-main.ebooks-white-papers-main ul li,
.single-resources .site-main.ebooks-white-papers-main ol li,
.single-resources .site-main.customer-story-main p,
.single-resources .site-main.customer-story-main ul li,
.single-resources .site-main.customer-story-main ol li,
.single-resources .site-main.customer-story-main article p,
.single-resources .site-main.customer-story-main article ul li,
.single-resources .site-main.customer-story-main article ol li {
    font-size: 20px;
  }
}
.single-resources .site-main.ebooks-white-papers-main ol li,
.single-resources .site-main.customer-story-main ol li,
.single-resources .site-main.customer-story-main article ol li {
  font-family: "founders-grotesk-medium", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B4533;
}
.single-resources .site-main.ebooks-white-papers-main ol li ol li,
.single-resources .site-main.customer-story-main ol li ol li,
.single-resources .site-main.customer-story-main article ol li ol li {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  margin-left: 0;
  margin-top: 10px;
  position: relative;
  right: 22px;
  list-style: none;
  text-transform: none;
  color: #000;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .single-resources .site-main.ebooks-white-papers-main ol li ol li,
.single-resources .site-main.customer-story-main ol li ol li,
.single-resources .site-main.customer-story-main article ol li ol li {
    font-size: 20px;
  }
}
.single-resources .site-main.ebooks-white-papers-main .h1,
.single-resources .site-main.customer-story-main .h1,
.single-resources .site-main.customer-story-main article .h1 {
  color: #1B4533;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: "tiempos-headline-regular", "Times New Roman", serif !important;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 750px) {
  .single-resources .site-main.ebooks-white-papers-main .h1,
.single-resources .site-main.customer-story-main .h1,
.single-resources .site-main.customer-story-main article .h1 {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .single-resources .site-main.ebooks-white-papers-main .h1,
.single-resources .site-main.customer-story-main .h1,
.single-resources .site-main.customer-story-main article .h1 {
    font-size: 42px;
  }
}
.single-resources .site-main.ebooks-white-papers-main .h2, .single-resources .site-main.ebooks-white-papers-main h2,
.single-resources .site-main.customer-story-main .h2,
.single-resources .site-main.customer-story-main h2,
.single-resources .site-main.customer-story-main article .h2,
.single-resources .site-main.customer-story-main article h2 {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
}
@media (max-width: 1440px) {
  .single-resources .site-main.ebooks-white-papers-main .h2, .single-resources .site-main.ebooks-white-papers-main h2,
.single-resources .site-main.customer-story-main .h2,
.single-resources .site-main.customer-story-main h2,
.single-resources .site-main.customer-story-main article .h2,
.single-resources .site-main.customer-story-main article h2 {
    font-size: 42px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main.ebooks-white-papers-main .h2, .single-resources .site-main.ebooks-white-papers-main h2,
.single-resources .site-main.customer-story-main .h2,
.single-resources .site-main.customer-story-main h2,
.single-resources .site-main.customer-story-main article .h2,
.single-resources .site-main.customer-story-main article h2 {
    font-size: 32px;
  }
}
.single-resources .site-main.ebooks-white-papers-main .h3, .single-resources .site-main.ebooks-white-papers-main h3,
.single-resources .site-main.customer-story-main .h3,
.single-resources .site-main.customer-story-main h3,
.single-resources .site-main.customer-story-main article .h3,
.single-resources .site-main.customer-story-main article h3 {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
}
@media (max-width: 1440px) {
  .single-resources .site-main.ebooks-white-papers-main .h3, .single-resources .site-main.ebooks-white-papers-main h3,
.single-resources .site-main.customer-story-main .h3,
.single-resources .site-main.customer-story-main h3,
.single-resources .site-main.customer-story-main article .h3,
.single-resources .site-main.customer-story-main article h3 {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main.ebooks-white-papers-main .h3, .single-resources .site-main.ebooks-white-papers-main h3,
.single-resources .site-main.customer-story-main .h3,
.single-resources .site-main.customer-story-main h3,
.single-resources .site-main.customer-story-main article .h3,
.single-resources .site-main.customer-story-main article h3 {
    font-size: 24px;
  }
}
.single-resources .site-main.ebooks-white-papers-main .h4, .single-resources .site-main.ebooks-white-papers-main h4,
.single-resources .site-main.customer-story-main .h4,
.single-resources .site-main.customer-story-main h4,
.single-resources .site-main.customer-story-main article .h4,
.single-resources .site-main.customer-story-main article h4 {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.single-resources .site-main.ebooks-white-papers-main h2, .single-resources .site-main.ebooks-white-papers-main h3, .single-resources .site-main.ebooks-white-papers-main h4, .single-resources .site-main.ebooks-white-papers-main h5, .single-resources .site-main.ebooks-white-papers-main h6,
.single-resources .site-main.ebooks-white-papers-main .h2, .single-resources .site-main.ebooks-white-papers-main .h3, .single-resources .site-main.ebooks-white-papers-main .h4, .single-resources .site-main.ebooks-white-papers-main .h5, .single-resources .site-main.ebooks-white-papers-main .h6,
.single-resources .site-main.customer-story-main h2,
.single-resources .site-main.customer-story-main h3,
.single-resources .site-main.customer-story-main h4,
.single-resources .site-main.customer-story-main h5,
.single-resources .site-main.customer-story-main h6,
.single-resources .site-main.customer-story-main .h2,
.single-resources .site-main.customer-story-main .h3,
.single-resources .site-main.customer-story-main .h4,
.single-resources .site-main.customer-story-main .h5,
.single-resources .site-main.customer-story-main .h6,
.single-resources .site-main.customer-story-main article h2,
.single-resources .site-main.customer-story-main article h3,
.single-resources .site-main.customer-story-main article h4,
.single-resources .site-main.customer-story-main article h5,
.single-resources .site-main.customer-story-main article h6,
.single-resources .site-main.customer-story-main article .h2,
.single-resources .site-main.customer-story-main article .h3,
.single-resources .site-main.customer-story-main article .h4,
.single-resources .site-main.customer-story-main article .h5,
.single-resources .site-main.customer-story-main article .h6 {
  color: #1B4533;
}
.single-resources .site-main.ebooks-white-papers-main span.h4,
.single-resources .site-main.customer-story-main span.h4,
.single-resources .site-main.customer-story-main article span.h4 {
  font-size: inherit;
  font-family: "founders-grotesk-medium", "Arial", sans-serif;
  font-weight: 400;
}
.single-resources .site-main.ebooks-white-papers-main .componentquote,
.single-resources .site-main.customer-story-main .componentquote,
.single-resources .site-main.customer-story-main article .componentquote {
  max-width: 1160px;
  padding: 40px 0 10px;
}
.single-resources .site-main.ebooks-white-papers-main .componentquote p,
.single-resources .site-main.customer-story-main .componentquote p,
.single-resources .site-main.customer-story-main article .componentquote p {
  max-width: unset;
}
.single-resources .site-main.ebooks-white-papers-main .componentquote .quotesub,
.single-resources .site-main.ebooks-white-papers-main .componentquote .quotesubmobile,
.single-resources .site-main.customer-story-main .componentquote .quotesub,
.single-resources .site-main.customer-story-main .componentquote .quotesubmobile,
.single-resources .site-main.customer-story-main article .componentquote .quotesub,
.single-resources .site-main.customer-story-main article .componentquote .quotesubmobile {
  margin-left: 25px;
}

.single-resources .site-main {
  /*
  	.slick-next,
  	.slick-prev {
  		top: 40%;

  		&:before {
  			position: absolute;
  		}

  		@media (max-width: 1000px) {
  			top: unset;
  			bottom: -1rem;
  		}
  	}

  	.slick-prev {
  		&:before {
  			content: url('/wp-content/uploads/2021/03/long-arrow-left.svg');
  			right: 1rem;
  		}
  		@media (max-width: 1000px) {
  			left: 2rem;
  			&:before {
  				right: -2rem;
  			}
  		}
  	}
  	.slick-next {
  		&:before {
  			content: url('/wp-content/uploads/2021/03/long-arrow-right.svg');
  			left: 1rem;
  		}
  		@media (max-width: 1000px) {
  			right: 2rem;
  			&:before {
  				left: -2rem;
  			}
  		}
  	}
  	.arrow {
  		a {
  			left: -6rem;
  			top: 3rem;
  			position: absolute;

  			&:before {
  				content: url('/wp-content/uploads/2021/03/long-arrow-left.svg');	
  			}
  			@media (max-width: 1100px) {
  				left: 0;
  					top: -1rem;
  			}

  		}
  	}
  */
}
.single-resources .site-main article {
  max-width: 1232px;
  margin: 0 auto 40px;
}
.single-resources .site-main article p,
.single-resources .site-main article ul li,
.single-resources .site-main article ol li {
  color: #000;
  font-family: "tiempos-text-regular", "Times New Roman", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
}
@media (max-width: 900px) {
  .single-resources .site-main article p,
.single-resources .site-main article ul li,
.single-resources .site-main article ol li {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .single-resources .site-main article p,
.single-resources .site-main article ul li,
.single-resources .site-main article ol li {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .single-resources .site-main article p,
.single-resources .site-main article ul li,
.single-resources .site-main article ol li {
    font-size: 18px;
  }
}
.single-resources .site-main article ul li {
  color: #000;
  padding-left: 1rem;
  position: relative;
  list-style-type: "─";
}
.single-resources .site-main article ul li::marker {
  color: #358550;
}
.single-resources .site-main article ul.bulletarrow li {
  list-style-image: url("https://himaxwell.net/wp-content/uploads/2020/10/Vector.svg");
}
.single-resources .site-main article ul.bulletarrow.grayborder {
  margin-top: 34px;
}
.single-resources .site-main article ul.bulletarrow.grayborder li {
  padding-bottom: 40px;
  border-bottom: 2px solid #E6E6E6;
}
.single-resources .site-main article ul li,
.single-resources .site-main article ol li {
  margin-left: 30px;
}
.single-resources .site-main article p {
  margin-bottom: 40px;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
.single-resources .site-main article blockquote {
  border-left: 2px solid #1B4533;
  margin-bottom: 60px;
  margin-top: 60px;
}
.single-resources .site-main article blockquote p {
  font-family: "tiempos-headline-regular", "Times New Roman", serif;
  color: #1B4533;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .single-resources .site-main article blockquote p {
    font-size: 32px;
  }
}
@media (max-width: 350px) {
  .single-resources .site-main article blockquote p {
    font-size: 24px;
  }
}
.single-resources .site-main article h2, .single-resources .site-main article h3, .single-resources .site-main article h4, .single-resources .site-main article h5, .single-resources .site-main article h6, .single-resources .site-main article p, .single-resources .site-main article .wp-block-buttons, .single-resources .site-main article blockquote, .single-resources .site-main article figure, .single-resources .site-main article .maxblog, .single-resources .site-main article ol, .single-resources .site-main article ul {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .single-resources .site-main article h2, .single-resources .site-main article h3, .single-resources .site-main article h4, .single-resources .site-main article h5, .single-resources .site-main article h6, .single-resources .site-main article p, .single-resources .site-main article .wp-block-buttons, .single-resources .site-main article blockquote, .single-resources .site-main article figure, .single-resources .site-main article .maxblog, .single-resources .site-main article ol, .single-resources .site-main article ul {
    max-width: 852px;
  }
}
.single-resources .site-main article .h2, .single-resources .site-main article h2 {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
}
@media (max-width: 1440px) {
  .single-resources .site-main article .h2, .single-resources .site-main article h2 {
    font-size: 42px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main article .h2, .single-resources .site-main article h2 {
    font-size: 32px;
  }
}
.single-resources .site-main article .h3, .single-resources .site-main article h3 {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
}
@media (max-width: 1440px) {
  .single-resources .site-main article .h3, .single-resources .site-main article h3 {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main article .h3, .single-resources .site-main article h3 {
    font-size: 24px;
  }
}
.single-resources .site-main article .h4, .single-resources .site-main article h4 {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.single-resources .site-main article h2, .single-resources .site-main article h3, .single-resources .site-main article h4, .single-resources .site-main article h5, .single-resources .site-main article h6,
.single-resources .site-main article .h2, .single-resources .site-main article .h3, .single-resources .site-main article .h4, .single-resources .site-main article .h5, .single-resources .site-main article .h6 {
  color: #1B4533;
}
.single-resources .site-main article span.h4 {
  font-size: inherit;
  font-family: "founders-grotesk-medium", "Arial", sans-serif;
  font-weight: 400;
}
.single-resources .site-main article .entry-meta {
  max-width: 960px;
  margin: 0 auto 10px;
  width: 100%;
}
.single-resources .site-main article .wp-block-buttons.left {
  margin-left: 0;
}
.single-resources .site-main article .wp-block-buttons.right {
  margin-right: 0;
}
.single-resources .site-main article p.h3 {
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
}
.single-resources .site-main article .componentplatform.componentgreenblocks,
.single-resources .site-main article .componentgreenblocks {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .single-resources .site-main article .componentplatform.componentgreenblocks .componentplatforminner > div:nth-of-type(1),
.single-resources .site-main article .componentgreenblocks .componentplatforminner > div:nth-of-type(1) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-resources .site-main article .componentplatform.componentgreenblocks .componentplatforminner .blockinner > div:nth-of-type(1),
.single-resources .site-main article .componentgreenblocks .componentplatforminner .blockinner > div:nth-of-type(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .single-resources .site-main article .componentplatform.componentgreenblocks .componentplatforminner .blockinner > div:nth-of-type(1),
.single-resources .site-main article .componentplatform.componentgreenblocks .componentplatforminner .platformblock > div:nth-of-type(1),
.single-resources .site-main article .componentplatform.componentgreenblocks .componentplatforminner .platformsmall > div:nth-of-type(1),
.single-resources .site-main article .componentgreenblocks .componentplatforminner .blockinner > div:nth-of-type(1),
.single-resources .site-main article .componentgreenblocks .componentplatforminner .platformblock > div:nth-of-type(1),
.single-resources .site-main article .componentgreenblocks .componentplatforminner .platformsmall > div:nth-of-type(1) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-resources .site-main article .componentplatform.componentgreenblocks .componentplatforminner .platformsmall,
.single-resources .site-main article .componentgreenblocks .componentplatforminner .platformsmall {
  margin-right: 0 !important;
}
.single-resources .site-main article .componentplatform.componentgreenblocks .componentplatforminner .platformblock .blockinner,
.single-resources .site-main article .componentgreenblocks .componentplatforminner .platformblock .blockinner {
  margin: 2px 1px;
}
.single-resources .site-main article .componentplatform.componentgreenblocks .greenblocksinner,
.single-resources .site-main article .componentplatform.componentgreenblocks .greenblocksinner > div:nth-of-type(1),
.single-resources .site-main article .componentgreenblocks .greenblocksinner,
.single-resources .site-main article .componentgreenblocks .greenblocksinner > div:nth-of-type(1) {
  height: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.single-resources .site-main article .componentplatform.componentgreenblocks .greenblocksinner .blockinner,
.single-resources .site-main article .componentplatform.componentgreenblocks .greenblocksinner > div:nth-of-type(1) .blockinner,
.single-resources .site-main article .componentgreenblocks .greenblocksinner .blockinner,
.single-resources .site-main article .componentgreenblocks .greenblocksinner > div:nth-of-type(1) .blockinner {
  height: auto;
  flex: 1 1 100%;
}
.single-resources .site-main article .componentplatform.componentgreenblocks .blockinner,
.single-resources .site-main article .componentgreenblocks .blockinner {
  padding: 30px;
  height: 100%;
}
.single-resources .site-main article .componentplatform.componentgreenblocks .h3, .single-resources .site-main article .componentplatform.componentgreenblocks h3, .single-resources .site-main article .componentplatform.componentgreenblocks .h2, .single-resources .site-main article .componentplatform.componentgreenblocks h2,
.single-resources .site-main article .componentgreenblocks .h3,
.single-resources .site-main article .componentgreenblocks h3,
.single-resources .site-main article .componentgreenblocks .h2,
.single-resources .site-main article .componentgreenblocks h2 {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
  line-height: 1.125;
  font-weight: 600;
  color: #000;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .single-resources .site-main article .componentplatform.componentgreenblocks .h3, .single-resources .site-main article .componentplatform.componentgreenblocks h3, .single-resources .site-main article .componentplatform.componentgreenblocks .h2, .single-resources .site-main article .componentplatform.componentgreenblocks h2,
.single-resources .site-main article .componentgreenblocks .h3,
.single-resources .site-main article .componentgreenblocks h3,
.single-resources .site-main article .componentgreenblocks .h2,
.single-resources .site-main article .componentgreenblocks h2 {
    font-size: 42px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main article .componentplatform.componentgreenblocks .h3, .single-resources .site-main article .componentplatform.componentgreenblocks h3, .single-resources .site-main article .componentplatform.componentgreenblocks .h2, .single-resources .site-main article .componentplatform.componentgreenblocks h2,
.single-resources .site-main article .componentgreenblocks .h3,
.single-resources .site-main article .componentgreenblocks h3,
.single-resources .site-main article .componentgreenblocks .h2,
.single-resources .site-main article .componentgreenblocks h2 {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .single-resources .site-main article .componentplatform.componentgreenblocks .h3, .single-resources .site-main article .componentplatform.componentgreenblocks h3, .single-resources .site-main article .componentplatform.componentgreenblocks .h2, .single-resources .site-main article .componentplatform.componentgreenblocks h2,
.single-resources .site-main article .componentgreenblocks .h3,
.single-resources .site-main article .componentgreenblocks h3,
.single-resources .site-main article .componentgreenblocks .h2,
.single-resources .site-main article .componentgreenblocks h2 {
    font-size: 36px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main article .componentplatform.componentgreenblocks .h3, .single-resources .site-main article .componentplatform.componentgreenblocks h3, .single-resources .site-main article .componentplatform.componentgreenblocks .h2, .single-resources .site-main article .componentplatform.componentgreenblocks h2,
.single-resources .site-main article .componentgreenblocks .h3,
.single-resources .site-main article .componentgreenblocks h3,
.single-resources .site-main article .componentgreenblocks .h2,
.single-resources .site-main article .componentgreenblocks h2 {
    font-size: 32px;
  }
}
.single-resources .site-main article .componentplatform.componentgreenblocks p,
.single-resources .site-main article .componentgreenblocks p {
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
}
.single-resources .site-main article .componentplatforminner .platformlarge:hover,
.single-resources .site-main article .componentplatforminner .platformlarge:active,
.single-resources .site-main article .componentplatforminner .platformlarge:focus,
.single-resources .site-main article .componentplatforminner .platformsmall:hover,
.single-resources .site-main article .componentplatforminner .platformsmall:active,
.single-resources .site-main article .componentplatforminner .platformsmall:focus {
  background-color: inherit;
}
.single-resources .site-main article .smallstats {
  margin-top: 60px;
}
.single-resources .site-main article .smallstats figure {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.single-resources .site-main article .smallstats img {
  position: relative !important;
  height: auto !important;
  width: 100% !important;
  left: unset !important;
  transform: none !important;
  top: unset !important;
  max-width: 150px !important;
}
.single-resources .site-main article .smallstats > div:nth-of-type(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.single-resources .site-main article .smallstats .statsleft {
  padding: 0 40px 0 0;
}
.single-resources .site-main article .smallstats .statsleft .stat:first-of-type {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .single-resources .site-main article .smallstats .statsleft {
    padding: 0 20px 0 0;
  }
}
.single-resources .site-main article .smallstats .statsright {
  padding: 0 0 0 40px;
}
.single-resources .site-main article .smallstats .statsright .stat:first-of-type {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .single-resources .site-main article .smallstats .statsright {
    padding: 0 0 0 20px;
  }
}
.single-resources .site-main article .smallstats p {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
}
@media (max-width: 750px) {
  .single-resources .site-main article .smallstats p {
    font-size: 20px;
  }
}
.single-resources .site-main article .smallstats .largetext {
  color: #1B4533;
  font-family: "founders-grotesk-light", "Arial", sans-serif;
  font-size: 120px;
  line-height: 0.85;
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .single-resources .site-main article .smallstats .largetext {
    font-size: 96px;
  }
}
@media (max-width: 900px) {
  .single-resources .site-main article .smallstats .largetext {
    font-size: 84px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main article .smallstats .largetext {
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .single-resources .site-main article .smallstats .largetext {
    font-size: 56px;
  }
}
.single-resources .site-main article .largetext {
  color: #1B4533;
  font-family: "founders-grotesk-light", "Arial", sans-serif;
  font-size: 120px;
  line-height: 0.85;
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .single-resources .site-main article .largetext {
    font-size: 96px;
  }
}
@media (max-width: 900px) {
  .single-resources .site-main article .largetext {
    font-size: 84px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main article .largetext {
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .single-resources .site-main article .largetext {
    font-size: 56px;
  }
}
.single-resources .site-main .cta-navy h1, .single-resources .site-main .cta-navy h2, .single-resources .site-main .cta-navy h3, .single-resources .site-main .cta-navy h4, .single-resources .site-main .cta-navy h5, .single-resources .site-main .cta-navy h6, .single-resources .site-main .cta-navy p, .single-resources .site-main .cta-navy a {
  color: #fff !important;
}
.single-resources .site-main .cta-navy a {
  color: #fff;
}
.single-resources .site-main .cta-navy a:visited, .single-resources .site-main .cta-navy a:hover {
  color: #fff;
}

.single-resources .site-main .relatedarticles {
  margin-left: -128px;
  margin-right: -128px;
}
@media (max-width: 1560px) {
  .single-resources .site-main .relatedarticles {
    margin-left: auto;
    margin-right: auto;
  }
}

.single-resources .site-main.customer-story-main article .relatedarticles,
.single-resources .site-main article .relatedarticles {
  padding-top: 20px;
  border-top: 1px solid #1B4533;
}
@media (max-width: 1440px) {
  .single-resources .site-main.customer-story-main article .relatedarticles,
.single-resources .site-main article .relatedarticles {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-resources .site-main.customer-story-main article .relatedarticles h2,
.single-resources .site-main article .relatedarticles h2 {
  max-width: unset;
}
@media (max-width: 750px) {
  .single-resources .site-main.customer-story-main article .relatedarticles h2,
.single-resources .site-main article .relatedarticles h2 {
    margin-top: 60px;
  }
}
.single-resources .site-main.customer-story-main article .relatedarticles h5,
.single-resources .site-main article .relatedarticles h5 {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #358550;
}
.single-resources .site-main.customer-story-main article .relatedarticles h4,
.single-resources .site-main article .relatedarticles h4 {
  margin: 0 0 20px;
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: none;
  max-width: 900px;
}
@media (max-width: 1440px) {
  .single-resources .site-main.customer-story-main article .relatedarticles h4,
.single-resources .site-main article .relatedarticles h4 {
    font-size: 42px;
  }
}
@media (max-width: 750px) {
  .single-resources .site-main.customer-story-main article .relatedarticles h4,
.single-resources .site-main article .relatedarticles h4 {
    font-size: 32px;
  }
}
.single-resources .site-main.customer-story-main article .relatedarticles .entry-meta,
.single-resources .site-main article .relatedarticles .entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.single-resources .site-main.customer-story-main article .relatedarticles .entry-meta .entry-info,
.single-resources .site-main.customer-story-main article .relatedarticles .entry-meta .entry-date,
.single-resources .site-main article .relatedarticles .entry-meta .entry-info,
.single-resources .site-main article .relatedarticles .entry-meta .entry-date {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 750px) {
  .single-resources .site-main.customer-story-main article .relatedarticles .entry-meta .entry-info,
.single-resources .site-main.customer-story-main article .relatedarticles .entry-meta .entry-date,
.single-resources .site-main article .relatedarticles .entry-meta .entry-info,
.single-resources .site-main article .relatedarticles .entry-meta .entry-date {
    font-size: 20px;
  }
}
.single-resources .site-main.customer-story-main article .relatedarticles .entry-meta .entry-info,
.single-resources .site-main article .relatedarticles .entry-meta .entry-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 14px;
}
.single-resources .site-main.customer-story-main article .relatedarticles .entry-meta .entry-info .avatar,
.single-resources .site-main article .relatedarticles .entry-meta .entry-info .avatar {
  border-radius: 100%;
  margin-right: 10px;
}
.single-resources .site-main.customer-story-main article .relatedlist,
.single-resources .site-main article .relatedlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-resources .site-main.customer-story-main article .relatedlist .related,
.single-resources .site-main article .relatedlist .related {
  padding-top: 20px;
  margin: 20px 0;
  border-top: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.single-resources .site-main.customer-story-main article .relatedlist .related .image,
.single-resources .site-main article .relatedlist .related .image {
  position: relative;
  width: 336px;
  height: 224px;
  max-height: 224px;
  overflow: hidden;
}
.single-resources .site-main.customer-story-main article .relatedlist .related .image img,
.single-resources .site-main article .relatedlist .related .image img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 224px;
  width: auto;
  max-width: unset;
}
.single-resources .site-main.customer-story-main article .relatedlist .related .relatedheader,
.single-resources .site-main article .relatedlist .related .relatedheader {
  margin-right: 30px;
}
.single-resources .site-main.customer-story-main article .relatedlist .related .related-contain,
.single-resources .site-main article .relatedlist .related .related-contain {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 750px) {
  .single-resources .site-main.customer-story-main article .relatedlist .related,
.single-resources .site-main article .relatedlist .related {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-resources .site-main.customer-story-main article .relatedlist .related .image,
.single-resources .site-main article .relatedlist .related .image {
    position: relative;
    width: 100%;
    height: auto;
    max-height: unset;
    overflow: hidden;
  }
  .single-resources .site-main.customer-story-main article .relatedlist .related .image img,
.single-resources .site-main article .relatedlist .related .image img {
    top: unset;
    left: unset;
    transform: none;
    position: relative;
    height: auto;
    width: 100%;
    max-width: unset;
  }
}

/** Custom Dropdown Select **/
.choosergroup {
  /*
  		.custom-option:nth-of-type(2) {
  			padding-top: 0.9rem;
  		}
  		.custom-option:last-of-type {
  			padding-bottom: 0.9rem;
  		}
  */
}
.choosergroup label {
  position: relative;
  top: 0;
  left: 0;
}
.choosergroup .ginput_container_select {
  margin-top: 5px;
}
.choosergroup .custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
}
.choosergroup .custom-select-wrapper select {
  display: none;
}
.choosergroup .custom-select {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  min-width: 220px;
}
.choosergroup .custom-select-trigger {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  display: block;
  width: inherit;
  font-size: 16px;
  padding: 8px 50px 8px 15px;
  border: 1px solid #1B4533;
  box-shadow: none;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .choosergroup .custom-select-trigger {
    font-size: 14px;
  }
}
.choosergroup .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #1B4533;
  border-right: 1px solid #1B4533;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.choosergroup .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.choosergroup .custom-options {
  position: absolute;
  display: block;
  padding: 0.5rem 0;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin-top: 5px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 5px 4px 10px 2px rgba(0, 0, 0, 0.07);
  background: #1B4533;
  transition: all 0.4s ease-in-out;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.choosergroup .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.choosergroup .option-hover:before {
  background: #f9f9f9;
}
.choosergroup .custom-option {
  font-family: "founders-grotesk-regular", "Arial", sans-serif, sans-serif;
  letter-spacing: 0.17px;
  line-height: 1.42;
  font-size: 14px !important;
  margin: 0;
  position: relative;
  display: block;
  padding: 0.4rem 0.7rem 0.4rem 1.5rem;
  border-radius: 4px;
  color: #1B4533;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 600px) {
  .choosergroup .custom-option {
    padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  }
}
.choosergroup .custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.choosergroup .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.choosergroup .custom-option:hover {
  background: #1B4533;
}
.choosergroup .custom-option.selection:before {
  content: "";
  background: url("/wp-content/uploads/2021/02/Asset-1-1.svg") no-repeat;
  background-size: 10px;
  position: absolute;
  top: 10px;
  left: 7px;
  padding: 10px;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.site-content-main #subscribe, .site-resources.site-main article #subscribe,
.site-resources.site-main #subscribe,
.single-resources .site-main article #subscribe {
  padding: 30px;
}
.site-content-main #subscribe > .wp-block-group__inner-container, .site-resources.site-main article #subscribe > .wp-block-group__inner-container,
.site-resources.site-main #subscribe > .wp-block-group__inner-container,
.single-resources .site-main article #subscribe > .wp-block-group__inner-container {
  max-width: 1680px;
  background-color: #1B4533;
}
.site-content-main #subscribe .maxwellctainner, .site-resources.site-main article #subscribe .maxwellctainner,
.site-resources.site-main #subscribe .maxwellctainner,
.single-resources .site-main article #subscribe .maxwellctainner {
  padding: 20px 30px;
  align-items: unset;
}
.site-content-main #subscribe .maxwellctatext, .site-content-main #subscribe .maxwellform, .site-resources.site-main article #subscribe .maxwellctatext, .site-resources.site-main article #subscribe .maxwellform,
.site-resources.site-main #subscribe .maxwellctatext,
.site-resources.site-main #subscribe .maxwellform,
.single-resources .site-main article #subscribe .maxwellctatext,
.single-resources .site-main article #subscribe .maxwellform {
  flex: 1 1 50%;
}
.site-content-main #subscribe .maxwellctaprivacy, .site-resources.site-main article #subscribe .maxwellctaprivacy,
.site-resources.site-main #subscribe .maxwellctaprivacy,
.single-resources .site-main article #subscribe .maxwellctaprivacy {
  color: #42A660;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.2;
  max-width: 600px;
  margin-left: 0;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 18px;
}
.site-content-main #subscribe .maxwellctatext, .site-resources.site-main article #subscribe .maxwellctatext,
.site-resources.site-main #subscribe .maxwellctatext,
.single-resources .site-main article #subscribe .maxwellctatext {
  margin-right: 30px;
}
.site-content-main #subscribe .maxwellctatext > div:nth-of-type(1), .site-resources.site-main article #subscribe .maxwellctatext > div:nth-of-type(1),
.site-resources.site-main #subscribe .maxwellctatext > div:nth-of-type(1),
.single-resources .site-main article #subscribe .maxwellctatext > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.site-content-main #subscribe .maxwellctatext h2,
.site-content-main #subscribe .maxwellctatext .ctatext, .site-resources.site-main article #subscribe .maxwellctatext h2,
.site-resources.site-main article #subscribe .maxwellctatext .ctatext,
.site-resources.site-main #subscribe .maxwellctatext h2,
.site-resources.site-main #subscribe .maxwellctatext .ctatext,
.single-resources .site-main article #subscribe .maxwellctatext h2,
.single-resources .site-main article #subscribe .maxwellctatext .ctatext {
  font-size: 56px;
  line-height: 1;
  margin-left: 0;
}
@media (max-width: 750px) {
  .site-content-main #subscribe .maxwellctatext h2,
.site-content-main #subscribe .maxwellctatext .ctatext, .site-resources.site-main article #subscribe .maxwellctatext h2,
.site-resources.site-main article #subscribe .maxwellctatext .ctatext,
.site-resources.site-main #subscribe .maxwellctatext h2,
.site-resources.site-main #subscribe .maxwellctatext .ctatext,
.single-resources .site-main article #subscribe .maxwellctatext h2,
.single-resources .site-main article #subscribe .maxwellctatext .ctatext {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .site-content-main #subscribe .maxwellctatext h2,
.site-content-main #subscribe .maxwellctatext .ctatext, .site-resources.site-main article #subscribe .maxwellctatext h2,
.site-resources.site-main article #subscribe .maxwellctatext .ctatext,
.site-resources.site-main #subscribe .maxwellctatext h2,
.site-resources.site-main #subscribe .maxwellctatext .ctatext,
.single-resources .site-main article #subscribe .maxwellctatext h2,
.single-resources .site-main article #subscribe .maxwellctatext .ctatext {
    font-size: 32px;
  }
}
.site-content-main #subscribe .gform_footer, .site-resources.site-main article #subscribe .gform_footer,
.site-resources.site-main #subscribe .gform_footer,
.single-resources .site-main article #subscribe .gform_footer {
  margin-left: 20px;
  margin-bottom: 0px;
}
.site-content-main #subscribe .ginput_container--name, .site-resources.site-main article #subscribe .ginput_container--name,
.site-resources.site-main #subscribe .ginput_container--name,
.single-resources .site-main article #subscribe .ginput_container--name {
  gap: 15px;
}
@media (max-width: 900px) {
  .site-content-main #subscribe .maxwellctainner, .site-resources.site-main article #subscribe .maxwellctainner,
.site-resources.site-main #subscribe .maxwellctainner,
.single-resources .site-main article #subscribe .maxwellctainner {
    flex-direction: column;
  }
  .site-content-main #subscribe .maxwellctainner .gform_footer top_label, .site-resources.site-main article #subscribe .maxwellctainner .gform_footer top_label,
.site-resources.site-main #subscribe .maxwellctainner .gform_footer top_label,
.single-resources .site-main article #subscribe .maxwellctainner .gform_footer top_label {
    margin-left: unset !important;
  }
  .site-content-main #subscribe .maxwellctainner .name_first, .site-resources.site-main article #subscribe .maxwellctainner .name_first,
.site-resources.site-main #subscribe .maxwellctainner .name_first,
.single-resources .site-main article #subscribe .maxwellctainner .name_first {
    margin-right: unset !important;
  }
}
.site-content-main .maxwellcta,
.site-content-main .maxwellcta.greencta, .site-resources.site-main article .maxwellcta,
.site-resources.site-main article .maxwellcta.greencta,
.site-resources.site-main .maxwellcta,
.site-resources.site-main .maxwellcta.greencta,
.single-resources .site-main article .maxwellcta,
.single-resources .site-main article .maxwellcta.greencta {
  background-color: #1B4533;
}
.site-content-main .mailingCTA, .site-resources.site-main article .mailingCTA,
.site-resources.site-main .mailingCTA,
.single-resources .site-main article .mailingCTA {
  margin-bottom: -30px;
}
.site-content-main .mailingCTA .maxwellcta, .site-resources.site-main article .mailingCTA .maxwellcta,
.site-resources.site-main .mailingCTA .maxwellcta,
.single-resources .site-main article .mailingCTA .maxwellcta {
  max-width: 1680px;
}
.site-content-main .mailingCTA .maxwellcta .maxwellctainner h2, .site-resources.site-main article .mailingCTA .maxwellcta .maxwellctainner h2,
.site-resources.site-main .mailingCTA .maxwellcta .maxwellctainner h2,
.single-resources .site-main article .mailingCTA .maxwellcta .maxwellctainner h2 {
  max-width: 595px;
}
.site-content-main .maxwellform .gfield_error .gfield_label, .site-resources.site-main article .maxwellform .gfield_error .gfield_label,
.site-resources.site-main .maxwellform .gfield_error .gfield_label,
.single-resources .site-main article .maxwellform .gfield_error .gfield_label {
  color: #fff;
}
.site-content-main .maxwellform .gform_validation_errors, .site-resources.site-main article .maxwellform .gform_validation_errors,
.site-resources.site-main .maxwellform .gform_validation_errors,
.single-resources .site-main article .maxwellform .gform_validation_errors {
  display: none;
}
.site-content-main .maxwellform .gform_confirmation_wrapper, .site-resources.site-main article .maxwellform .gform_confirmation_wrapper,
.site-resources.site-main .maxwellform .gform_confirmation_wrapper,
.single-resources .site-main article .maxwellform .gform_confirmation_wrapper {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  margin-left: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
}
.site-content-main .maxwellform form, .site-resources.site-main article .maxwellform form,
.site-resources.site-main .maxwellform form,
.single-resources .site-main article .maxwellform form {
  position: relative;
  z-index: 2;
}
.site-content-main .maxwellform .gform_heading, .site-resources.site-main article .maxwellform .gform_heading,
.site-resources.site-main .maxwellform .gform_heading,
.single-resources .site-main article .maxwellform .gform_heading {
  display: none;
}
.site-content-main .maxwellform .gfield_label.gfield_label_before_complex, .site-resources.site-main article .maxwellform .gfield_label.gfield_label_before_complex,
.site-resources.site-main .maxwellform .gfield_label.gfield_label_before_complex,
.single-resources .site-main article .maxwellform .gfield_label.gfield_label_before_complex {
  display: none;
}
.site-content-main .maxwellform .gfield, .site-content-main .maxwellform span, .site-resources.site-main article .maxwellform .gfield, .site-resources.site-main article .maxwellform span,
.site-resources.site-main .maxwellform .gfield,
.site-resources.site-main .maxwellform span,
.single-resources .site-main article .maxwellform .gfield,
.single-resources .site-main article .maxwellform span {
  position: relative;
  padding: 0;
  padding-left: 0 !important;
}
.site-content-main .maxwellform .gfield, .site-resources.site-main article .maxwellform .gfield,
.site-resources.site-main .maxwellform .gfield,
.single-resources .site-main article .maxwellform .gfield {
  margin-left: 20px;
  margin-top: 20px;
}
@media (max-width: 420px) {
  .site-content-main .maxwellform .gfield, .site-resources.site-main article .maxwellform .gfield,
.site-resources.site-main .maxwellform .gfield,
.single-resources .site-main article .maxwellform .gfield {
    margin-left: 10px;
  }
}
.site-content-main .maxwellform .gfield_required, .site-resources.site-main article .maxwellform .gfield_required,
.site-resources.site-main .maxwellform .gfield_required,
.single-resources .site-main article .maxwellform .gfield_required {
  display: none !important;
}
.site-content-main .maxwellform span.name_first, .site-resources.site-main article .maxwellform span.name_first,
.site-resources.site-main .maxwellform span.name_first,
.single-resources .site-main article .maxwellform span.name_first {
  margin-right: 0;
  padding-right: 0 !important;
  margin-bottom: 36px;
}
.site-content-main .maxwellform .gf_name_has_2, .site-resources.site-main article .maxwellform .gf_name_has_2,
.site-resources.site-main .maxwellform .gf_name_has_2,
.single-resources .site-main article .maxwellform .gf_name_has_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 640px) {
  .site-content-main .maxwellform .gf_name_has_2 span, .site-resources.site-main article .maxwellform .gf_name_has_2 span,
.site-resources.site-main .maxwellform .gf_name_has_2 span,
.single-resources .site-main article .maxwellform .gf_name_has_2 span {
    margin-top: 30px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 500px) {
  .site-content-main .maxwellform .gf_name_has_2 span, .site-resources.site-main article .maxwellform .gf_name_has_2 span,
.site-resources.site-main .maxwellform .gf_name_has_2 span,
.single-resources .site-main article .maxwellform .gf_name_has_2 span {
    flex: 1 1 auto !important;
  }
}
@media (max-width: 900px) {
  .site-content-main .maxwellform .gfield,
.site-content-main .maxwellform fieldset, .site-resources.site-main article .maxwellform .gfield,
.site-resources.site-main article .maxwellform fieldset,
.site-resources.site-main .maxwellform .gfield,
.site-resources.site-main .maxwellform fieldset,
.single-resources .site-main article .maxwellform .gfield,
.single-resources .site-main article .maxwellform fieldset {
    margin-left: 0 !important;
  }
}
.site-content-main .maxwellform input::-webkit-input-placeholder, .site-resources.site-main article .maxwellform input::-webkit-input-placeholder,
.site-resources.site-main .maxwellform input::-webkit-input-placeholder,
.single-resources .site-main article .maxwellform input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1B4533 !important;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.site-content-main .maxwellform input::-moz-placeholder, .site-resources.site-main article .maxwellform input::-moz-placeholder,
.site-resources.site-main .maxwellform input::-moz-placeholder,
.single-resources .site-main article .maxwellform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1B4533;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.site-content-main .maxwellform input:-ms-input-placeholder, .site-resources.site-main article .maxwellform input:-ms-input-placeholder,
.site-resources.site-main .maxwellform input:-ms-input-placeholder,
.single-resources .site-main article .maxwellform input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1B4533;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.site-content-main .maxwellform input:-moz-placeholder, .site-resources.site-main article .maxwellform input:-moz-placeholder,
.site-resources.site-main .maxwellform input:-moz-placeholder,
.single-resources .site-main article .maxwellform input:-moz-placeholder {
  /* Firefox 18- */
  color: #1B4533;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .site-content-main .maxwellform .gform_wrapper .ginput_complex span, .site-resources.site-main article .maxwellform .gform_wrapper .ginput_complex span,
.site-resources.site-main .maxwellform .gform_wrapper .ginput_complex span,
.single-resources .site-main article .maxwellform .gform_wrapper .ginput_complex span {
    flex: unset !important;
    width: 100%;
  }
}
.site-content-main .maxwellform .ginput_container_text label,
.site-content-main .maxwellform .ginput_container_email label,
.site-content-main .maxwellform .ginput_container_name label,
.site-content-main .maxwellform .ginput_container_phone label, .site-resources.site-main article .maxwellform .ginput_container_text label,
.site-resources.site-main article .maxwellform .ginput_container_email label,
.site-resources.site-main article .maxwellform .ginput_container_name label,
.site-resources.site-main article .maxwellform .ginput_container_phone label,
.site-resources.site-main .maxwellform .ginput_container_text label,
.site-resources.site-main .maxwellform .ginput_container_email label,
.site-resources.site-main .maxwellform .ginput_container_name label,
.site-resources.site-main .maxwellform .ginput_container_phone label,
.single-resources .site-main article .maxwellform .ginput_container_text label,
.single-resources .site-main article .maxwellform .ginput_container_email label,
.single-resources .site-main article .maxwellform .ginput_container_name label,
.single-resources .site-main article .maxwellform .ginput_container_phone label {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: absolute;
  transition: 0.2s all;
  cursor: text;
  top: 50%;
  transform: translate(0, -50%);
  left: 12px;
  color: #98EDB1;
  padding: 0 !important;
  font-weight: 400 !important;
}
@media (max-width: 600px) {
  .site-content-main .maxwellform .ginput_container_text label,
.site-content-main .maxwellform .ginput_container_email label,
.site-content-main .maxwellform .ginput_container_name label,
.site-content-main .maxwellform .ginput_container_phone label, .site-resources.site-main article .maxwellform .ginput_container_text label,
.site-resources.site-main article .maxwellform .ginput_container_email label,
.site-resources.site-main article .maxwellform .ginput_container_name label,
.site-resources.site-main article .maxwellform .ginput_container_phone label,
.site-resources.site-main .maxwellform .ginput_container_text label,
.site-resources.site-main .maxwellform .ginput_container_email label,
.site-resources.site-main .maxwellform .ginput_container_name label,
.site-resources.site-main .maxwellform .ginput_container_phone label,
.single-resources .site-main article .maxwellform .ginput_container_text label,
.single-resources .site-main article .maxwellform .ginput_container_email label,
.single-resources .site-main article .maxwellform .ginput_container_name label,
.single-resources .site-main article .maxwellform .ginput_container_phone label {
    font-size: 14px !important;
  }
}
.site-content-main .maxwellform .ginput_container_text input, .site-content-main .maxwellform .ginput_container_text textarea,
.site-content-main .maxwellform .ginput_container_email input,
.site-content-main .maxwellform .ginput_container_email textarea,
.site-content-main .maxwellform .ginput_container_name input,
.site-content-main .maxwellform .ginput_container_name textarea,
.site-content-main .maxwellform .ginput_container_phone input,
.site-content-main .maxwellform .ginput_container_phone textarea, .site-resources.site-main article .maxwellform .ginput_container_text input, .site-resources.site-main article .maxwellform .ginput_container_text textarea,
.site-resources.site-main article .maxwellform .ginput_container_email input,
.site-resources.site-main article .maxwellform .ginput_container_email textarea,
.site-resources.site-main article .maxwellform .ginput_container_name input,
.site-resources.site-main article .maxwellform .ginput_container_name textarea,
.site-resources.site-main article .maxwellform .ginput_container_phone input,
.site-resources.site-main article .maxwellform .ginput_container_phone textarea,
.site-resources.site-main .maxwellform .ginput_container_text input,
.site-resources.site-main .maxwellform .ginput_container_text textarea,
.site-resources.site-main .maxwellform .ginput_container_email input,
.site-resources.site-main .maxwellform .ginput_container_email textarea,
.site-resources.site-main .maxwellform .ginput_container_name input,
.site-resources.site-main .maxwellform .ginput_container_name textarea,
.site-resources.site-main .maxwellform .ginput_container_phone input,
.site-resources.site-main .maxwellform .ginput_container_phone textarea,
.single-resources .site-main article .maxwellform .ginput_container_text input,
.single-resources .site-main article .maxwellform .ginput_container_text textarea,
.single-resources .site-main article .maxwellform .ginput_container_email input,
.single-resources .site-main article .maxwellform .ginput_container_email textarea,
.single-resources .site-main article .maxwellform .ginput_container_name input,
.single-resources .site-main article .maxwellform .ginput_container_name textarea,
.single-resources .site-main article .maxwellform .ginput_container_phone input,
.single-resources .site-main article .maxwellform .ginput_container_phone textarea {
  width: 100%;
  outline: 0;
  padding: 15px 15px 12px !important;
  border-radius: 0;
  border: 2px solid #98EDB1;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}
.site-content-main .maxwellform .ginput_container_text input:focus,
.site-content-main .maxwellform .ginput_container_text textarea:focus,
.site-content-main .maxwellform .ginput_container_email input:focus,
.site-content-main .maxwellform .ginput_container_email textarea:focus,
.site-content-main .maxwellform .ginput_container_name input:focus,
.site-content-main .maxwellform .ginput_container_name textarea:focus,
.site-content-main .maxwellform .ginput_container_phone input:focus,
.site-content-main .maxwellform .ginput_container_phone textarea:focus, .site-resources.site-main article .maxwellform .ginput_container_text input:focus,
.site-resources.site-main article .maxwellform .ginput_container_text textarea:focus,
.site-resources.site-main article .maxwellform .ginput_container_email input:focus,
.site-resources.site-main article .maxwellform .ginput_container_email textarea:focus,
.site-resources.site-main article .maxwellform .ginput_container_name input:focus,
.site-resources.site-main article .maxwellform .ginput_container_name textarea:focus,
.site-resources.site-main article .maxwellform .ginput_container_phone input:focus,
.site-resources.site-main article .maxwellform .ginput_container_phone textarea:focus,
.site-resources.site-main .maxwellform .ginput_container_text input:focus,
.site-resources.site-main .maxwellform .ginput_container_text textarea:focus,
.site-resources.site-main .maxwellform .ginput_container_email input:focus,
.site-resources.site-main .maxwellform .ginput_container_email textarea:focus,
.site-resources.site-main .maxwellform .ginput_container_name input:focus,
.site-resources.site-main .maxwellform .ginput_container_name textarea:focus,
.site-resources.site-main .maxwellform .ginput_container_phone input:focus,
.site-resources.site-main .maxwellform .ginput_container_phone textarea:focus,
.single-resources .site-main article .maxwellform .ginput_container_text input:focus,
.single-resources .site-main article .maxwellform .ginput_container_text textarea:focus,
.single-resources .site-main article .maxwellform .ginput_container_email input:focus,
.single-resources .site-main article .maxwellform .ginput_container_email textarea:focus,
.single-resources .site-main article .maxwellform .ginput_container_name input:focus,
.single-resources .site-main article .maxwellform .ginput_container_name textarea:focus,
.single-resources .site-main article .maxwellform .ginput_container_phone input:focus,
.single-resources .site-main article .maxwellform .ginput_container_phone textarea:focus {
  border: 2px solid #fff;
  outline: none;
}
.site-content-main .maxwellform .ginput_container_text input:focus + label,
.site-content-main .maxwellform .ginput_container_text input:not(:placeholder-shown) + label,
.site-content-main .maxwellform .ginput_container_text textarea:focus + label,
.site-content-main .maxwellform .ginput_container_text textarea:not(:placeholder-shown) + label,
.site-content-main .maxwellform .ginput_container_email input:focus + label,
.site-content-main .maxwellform .ginput_container_email input:not(:placeholder-shown) + label,
.site-content-main .maxwellform .ginput_container_email textarea:focus + label,
.site-content-main .maxwellform .ginput_container_email textarea:not(:placeholder-shown) + label,
.site-content-main .maxwellform .ginput_container_name input:focus + label,
.site-content-main .maxwellform .ginput_container_name input:not(:placeholder-shown) + label,
.site-content-main .maxwellform .ginput_container_name textarea:focus + label,
.site-content-main .maxwellform .ginput_container_name textarea:not(:placeholder-shown) + label,
.site-content-main .maxwellform .ginput_container_phone input:focus + label,
.site-content-main .maxwellform .ginput_container_phone input:not(:placeholder-shown) + label,
.site-content-main .maxwellform .ginput_container_phone textarea:focus + label,
.site-content-main .maxwellform .ginput_container_phone textarea:not(:placeholder-shown) + label, .site-resources.site-main article .maxwellform .ginput_container_text input:focus + label,
.site-resources.site-main article .maxwellform .ginput_container_text input:not(:placeholder-shown) + label,
.site-resources.site-main article .maxwellform .ginput_container_text textarea:focus + label,
.site-resources.site-main article .maxwellform .ginput_container_text textarea:not(:placeholder-shown) + label,
.site-resources.site-main article .maxwellform .ginput_container_email input:focus + label,
.site-resources.site-main article .maxwellform .ginput_container_email input:not(:placeholder-shown) + label,
.site-resources.site-main article .maxwellform .ginput_container_email textarea:focus + label,
.site-resources.site-main article .maxwellform .ginput_container_email textarea:not(:placeholder-shown) + label,
.site-resources.site-main article .maxwellform .ginput_container_name input:focus + label,
.site-resources.site-main article .maxwellform .ginput_container_name input:not(:placeholder-shown) + label,
.site-resources.site-main article .maxwellform .ginput_container_name textarea:focus + label,
.site-resources.site-main article .maxwellform .ginput_container_name textarea:not(:placeholder-shown) + label,
.site-resources.site-main article .maxwellform .ginput_container_phone input:focus + label,
.site-resources.site-main article .maxwellform .ginput_container_phone input:not(:placeholder-shown) + label,
.site-resources.site-main article .maxwellform .ginput_container_phone textarea:focus + label,
.site-resources.site-main article .maxwellform .ginput_container_phone textarea:not(:placeholder-shown) + label,
.site-resources.site-main .maxwellform .ginput_container_text input:focus + label,
.site-resources.site-main .maxwellform .ginput_container_text input:not(:placeholder-shown) + label,
.site-resources.site-main .maxwellform .ginput_container_text textarea:focus + label,
.site-resources.site-main .maxwellform .ginput_container_text textarea:not(:placeholder-shown) + label,
.site-resources.site-main .maxwellform .ginput_container_email input:focus + label,
.site-resources.site-main .maxwellform .ginput_container_email input:not(:placeholder-shown) + label,
.site-resources.site-main .maxwellform .ginput_container_email textarea:focus + label,
.site-resources.site-main .maxwellform .ginput_container_email textarea:not(:placeholder-shown) + label,
.site-resources.site-main .maxwellform .ginput_container_name input:focus + label,
.site-resources.site-main .maxwellform .ginput_container_name input:not(:placeholder-shown) + label,
.site-resources.site-main .maxwellform .ginput_container_name textarea:focus + label,
.site-resources.site-main .maxwellform .ginput_container_name textarea:not(:placeholder-shown) + label,
.site-resources.site-main .maxwellform .ginput_container_phone input:focus + label,
.site-resources.site-main .maxwellform .ginput_container_phone input:not(:placeholder-shown) + label,
.site-resources.site-main .maxwellform .ginput_container_phone textarea:focus + label,
.site-resources.site-main .maxwellform .ginput_container_phone textarea:not(:placeholder-shown) + label,
.single-resources .site-main article .maxwellform .ginput_container_text input:focus + label,
.single-resources .site-main article .maxwellform .ginput_container_text input:not(:placeholder-shown) + label,
.single-resources .site-main article .maxwellform .ginput_container_text textarea:focus + label,
.single-resources .site-main article .maxwellform .ginput_container_text textarea:not(:placeholder-shown) + label,
.single-resources .site-main article .maxwellform .ginput_container_email input:focus + label,
.single-resources .site-main article .maxwellform .ginput_container_email input:not(:placeholder-shown) + label,
.single-resources .site-main article .maxwellform .ginput_container_email textarea:focus + label,
.single-resources .site-main article .maxwellform .ginput_container_email textarea:not(:placeholder-shown) + label,
.single-resources .site-main article .maxwellform .ginput_container_name input:focus + label,
.single-resources .site-main article .maxwellform .ginput_container_name input:not(:placeholder-shown) + label,
.single-resources .site-main article .maxwellform .ginput_container_name textarea:focus + label,
.single-resources .site-main article .maxwellform .ginput_container_name textarea:not(:placeholder-shown) + label,
.single-resources .site-main article .maxwellform .ginput_container_phone input:focus + label,
.single-resources .site-main article .maxwellform .ginput_container_phone input:not(:placeholder-shown) + label,
.single-resources .site-main article .maxwellform .ginput_container_phone textarea:focus + label,
.single-resources .site-main article .maxwellform .ginput_container_phone textarea:not(:placeholder-shown) + label {
  font-size: 13px !important;
  top: -15px;
  left: 0;
  color: #fff;
}
.site-content-main .maxwellform .gform_footer, .site-resources.site-main article .maxwellform .gform_footer,
.site-resources.site-main .maxwellform .gform_footer,
.single-resources .site-main article .maxwellform .gform_footer {
  margin-bottom: 0;
  margin-left: 20px;
}
.site-content-main .maxwellform .gform_footer input[type=submit], .site-resources.site-main article .maxwellform .gform_footer input[type=submit],
.site-resources.site-main .maxwellform .gform_footer input[type=submit],
.single-resources .site-main article .maxwellform .gform_footer input[type=submit] {
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 12px 28px 10px !important;
  transition: all 0.15s ease-in-out;
  text-align: center;
  border: 2px solid #98EDB1;
  background-color: #98EDB1 !important;
  color: #1B4533 !important;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1B4533;
  font-family: "founders-grotesk-semibold", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.site-content-main .maxwellform .gform_footer input[type=submit]:after, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:after,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:after,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:after {
  content: "";
  background-image: url("/wp-content/uploads/2021/10/arrowright-darkgreen.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7px 12px;
  transition: all 0.15s ease-in-out;
}
.site-content-main .maxwellform .gform_footer input[type=submit] a, .site-content-main .maxwellform .gform_footer input[type=submit]:visited, .site-resources.site-main article .maxwellform .gform_footer input[type=submit] a, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:visited,
.site-resources.site-main .maxwellform .gform_footer input[type=submit] a,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:visited,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit] a,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:visited {
  color: #1B4533 !important;
  text-decoration: none;
}
.site-content-main .maxwellform .gform_footer input[type=submit]:hover, .site-content-main .maxwellform .gform_footer input[type=submit]:active, .site-content-main .maxwellform .gform_footer input[type=submit]:focus, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:hover, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:active, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:focus,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:hover,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:active,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:focus,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:hover,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:active,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:focus {
  outline: none;
  border: 2px solid #1B4533 !important;
  background-color: #1B4533 !important;
  color: #98EDB1 !important;
}
.site-content-main .maxwellform .gform_footer input[type=submit]:hover a, .site-content-main .maxwellform .gform_footer input[type=submit]:active a, .site-content-main .maxwellform .gform_footer input[type=submit]:focus a, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:hover a, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:active a, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:focus a,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:hover a,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:active a,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:focus a,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:hover a,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:active a,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:focus a {
  color: #98EDB1 !important;
}
.site-content-main .maxwellform .gform_footer input[type=submit]:hover:after, .site-content-main .maxwellform .gform_footer input[type=submit]:active:after, .site-content-main .maxwellform .gform_footer input[type=submit]:focus:after, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:hover:after, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:active:after, .site-resources.site-main article .maxwellform .gform_footer input[type=submit]:focus:after,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:hover:after,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:active:after,
.site-resources.site-main .maxwellform .gform_footer input[type=submit]:focus:after,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:hover:after,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:active:after,
.single-resources .site-main article .maxwellform .gform_footer input[type=submit]:focus:after {
  background-image: url("/wp-content/uploads/2021/10/arrowright-lightgreen.svg");
  background-position: 9px center;
}
@media (max-width: 640px) {
  .site-content-main .maxwellform .gform_footer input[type=submit], .site-resources.site-main article .maxwellform .gform_footer input[type=submit],
.site-resources.site-main .maxwellform .gform_footer input[type=submit],
.single-resources .site-main article .maxwellform .gform_footer input[type=submit] {
    width: 100%;
  }
}
@media (max-width: 1070px) {
  .site-content-main .maxwellform .gform_footer, .site-resources.site-main article .maxwellform .gform_footer,
.site-resources.site-main .maxwellform .gform_footer,
.single-resources .site-main article .maxwellform .gform_footer {
    position: relative;
    transform: none;
    bottom: unset;
    right: unset;
    margin-top: 20px !important;
    margin-left: 20px !important;
  }
}
@media (max-width: 420px) {
  .site-content-main .maxwellform .gform_footer, .site-resources.site-main article .maxwellform .gform_footer,
.site-resources.site-main .maxwellform .gform_footer,
.single-resources .site-main article .maxwellform .gform_footer {
    margin-left: 10px !important;
  }
}
.site-content-main .maxwellforminner, .site-resources.site-main article .maxwellforminner,
.site-resources.site-main .maxwellforminner,
.single-resources .site-main article .maxwellforminner {
  position: relative;
  width: 100%;
}
.site-content-main .maxwellforminner > div:nth-of-type(1), .site-resources.site-main article .maxwellforminner > div:nth-of-type(1),
.site-resources.site-main .maxwellforminner > div:nth-of-type(1),
.single-resources .site-main article .maxwellforminner > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  min-height: 360px;
}
@media (max-width: 900px) {
  .site-content-main .maxwellforminner > div:nth-of-type(1), .site-resources.site-main article .maxwellforminner > div:nth-of-type(1),
.site-resources.site-main .maxwellforminner > div:nth-of-type(1),
.single-resources .site-main article .maxwellforminner > div:nth-of-type(1) {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .site-content-main .maxwellforminner .maxwellform, .site-resources.site-main article .maxwellforminner .maxwellform,
.site-resources.site-main .maxwellforminner .maxwellform,
.single-resources .site-main article .maxwellforminner .maxwellform {
    margin-top: 40px;
  }
}
.site-content-main .maxwellforminner .maxwellformtext, .site-resources.site-main article .maxwellforminner .maxwellformtext,
.site-resources.site-main .maxwellforminner .maxwellformtext,
.single-resources .site-main article .maxwellforminner .maxwellformtext {
  margin-right: 30px;
}
.site-content-main .maxwellforminner .maxwellformtext > div:nth-of-type(1), .site-resources.site-main article .maxwellforminner .maxwellformtext > div:nth-of-type(1),
.site-resources.site-main .maxwellforminner .maxwellformtext > div:nth-of-type(1),
.single-resources .site-main article .maxwellforminner .maxwellformtext > div:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.site-content-main .maxwellforminner .maxwellformtext h2,
.site-content-main .maxwellforminner .maxwellformtext .ctatext, .site-resources.site-main article .maxwellforminner .maxwellformtext h2,
.site-resources.site-main article .maxwellforminner .maxwellformtext .ctatext,
.site-resources.site-main .maxwellforminner .maxwellformtext h2,
.site-resources.site-main .maxwellforminner .maxwellformtext .ctatext,
.single-resources .site-main article .maxwellforminner .maxwellformtext h2,
.single-resources .site-main article .maxwellforminner .maxwellformtext .ctatext {
  font-size: 56px;
  line-height: 1;
  margin-left: 0;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .site-content-main .maxwellforminner .maxwellformtext h2,
.site-content-main .maxwellforminner .maxwellformtext .ctatext, .site-resources.site-main article .maxwellforminner .maxwellformtext h2,
.site-resources.site-main article .maxwellforminner .maxwellformtext .ctatext,
.site-resources.site-main .maxwellforminner .maxwellformtext h2,
.site-resources.site-main .maxwellforminner .maxwellformtext .ctatext,
.single-resources .site-main article .maxwellforminner .maxwellformtext h2,
.single-resources .site-main article .maxwellforminner .maxwellformtext .ctatext {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .site-content-main .maxwellforminner .maxwellformtext h2,
.site-content-main .maxwellforminner .maxwellformtext .ctatext, .site-resources.site-main article .maxwellforminner .maxwellformtext h2,
.site-resources.site-main article .maxwellforminner .maxwellformtext .ctatext,
.site-resources.site-main .maxwellforminner .maxwellformtext h2,
.site-resources.site-main .maxwellforminner .maxwellformtext .ctatext,
.single-resources .site-main article .maxwellforminner .maxwellformtext h2,
.single-resources .site-main article .maxwellforminner .maxwellformtext .ctatext {
    font-size: 32px;
  }
}
.site-content-main .maxwellforminner .maxwellform,
.site-content-main .maxwellforminner .maxwellformtext, .site-resources.site-main article .maxwellforminner .maxwellform,
.site-resources.site-main article .maxwellforminner .maxwellformtext,
.site-resources.site-main .maxwellforminner .maxwellform,
.site-resources.site-main .maxwellforminner .maxwellformtext,
.single-resources .site-main article .maxwellforminner .maxwellform,
.single-resources .site-main article .maxwellforminner .maxwellformtext {
  flex: 1 1 50%;
}
.site-content-main .maxwellcta, .site-resources.site-main article .maxwellcta,
.site-resources.site-main .maxwellcta,
.single-resources .site-main article .maxwellcta {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.site-content-main .maxwellcta .maxwellctainner, .site-resources.site-main article .maxwellcta .maxwellctainner,
.site-resources.site-main .maxwellcta .maxwellctainner,
.single-resources .site-main article .maxwellcta .maxwellctainner {
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.site-content-main .maxwellcta .maxwellctainner .maxwellctatext,
.site-content-main .maxwellcta .maxwellctainner .maxwellform, .site-resources.site-main article .maxwellcta .maxwellctainner .maxwellctatext,
.site-resources.site-main article .maxwellcta .maxwellctainner .maxwellform,
.site-resources.site-main .maxwellcta .maxwellctainner .maxwellctatext,
.site-resources.site-main .maxwellcta .maxwellctainner .maxwellform,
.single-resources .site-main article .maxwellcta .maxwellctainner .maxwellctatext,
.single-resources .site-main article .maxwellcta .maxwellctainner .maxwellform {
  flex: 1 1 50%;
}
.site-content-main .maxwellcta .maxwellctainner .maxwellctatext, .site-resources.site-main article .maxwellcta .maxwellctainner .maxwellctatext,
.site-resources.site-main .maxwellcta .maxwellctainner .maxwellctatext,
.single-resources .site-main article .maxwellcta .maxwellctainner .maxwellctatext {
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-content-main .maxwellcta .maxwellctainner .maxwellctaprivacy, .site-resources.site-main article .maxwellcta .maxwellctainner .maxwellctaprivacy,
.site-resources.site-main .maxwellcta .maxwellctainner .maxwellctaprivacy,
.single-resources .site-main article .maxwellcta .maxwellctainner .maxwellctaprivacy {
  color: #000;
  font-family: "founders-grotesk-regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: none;
  font-size: 18px;
  color: #42A660;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.2;
  max-width: 600px;
  margin-left: 0;
}
@media (max-width: 750px) {
  .site-content-main .maxwellcta .maxwellctainner .maxwellctaprivacy, .site-resources.site-main article .maxwellcta .maxwellctainner .maxwellctaprivacy,
.site-resources.site-main .maxwellcta .maxwellctainner .maxwellctaprivacy,
.single-resources .site-main article .maxwellcta .maxwellctainner .maxwellctaprivacy {
    font-size: 20px;
  }
}
.site-content-main .maxwellcta .maxwellctainner h2,
.site-content-main .maxwellcta .maxwellctainner .ctatext, .site-resources.site-main article .maxwellcta .maxwellctainner h2,
.site-resources.site-main article .maxwellcta .maxwellctainner .ctatext,
.site-resources.site-main .maxwellcta .maxwellctainner h2,
.site-resources.site-main .maxwellcta .maxwellctainner .ctatext,
.single-resources .site-main article .maxwellcta .maxwellctainner h2,
.single-resources .site-main article .maxwellcta .maxwellctainner .ctatext {
  font-size: 56px;
  line-height: 1;
  margin-left: 0;
}
@media (max-width: 750px) {
  .site-content-main .maxwellcta .maxwellctainner h2,
.site-content-main .maxwellcta .maxwellctainner .ctatext, .site-resources.site-main article .maxwellcta .maxwellctainner h2,
.site-resources.site-main article .maxwellcta .maxwellctainner .ctatext,
.site-resources.site-main .maxwellcta .maxwellctainner h2,
.site-resources.site-main .maxwellcta .maxwellctainner .ctatext,
.single-resources .site-main article .maxwellcta .maxwellctainner h2,
.single-resources .site-main article .maxwellcta .maxwellctainner .ctatext {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .site-content-main .maxwellcta .maxwellctainner h2,
.site-content-main .maxwellcta .maxwellctainner .ctatext, .site-resources.site-main article .maxwellcta .maxwellctainner h2,
.site-resources.site-main article .maxwellcta .maxwellctainner .ctatext,
.site-resources.site-main .maxwellcta .maxwellctainner h2,
.site-resources.site-main .maxwellcta .maxwellctainner .ctatext,
.single-resources .site-main article .maxwellcta .maxwellctainner h2,
.single-resources .site-main article .maxwellcta .maxwellctainner .ctatext {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .site-content-main .maxwellcta .maxwellctainner, .site-resources.site-main article .maxwellcta .maxwellctainner,
.site-resources.site-main .maxwellcta .maxwellctainner,
.single-resources .site-main article .maxwellcta .maxwellctainner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-resources .site-main article .mailingCTA {
  background-color: #F5F5EF !important;
}
.single-resources .site-main article .maxwellcta .maxwellctainner {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.single-resources .site-main article .maxwellcta .maxwellctainner h2,
.single-resources .site-main article .maxwellcta .maxwellctainner .ctatext {
  font-size: 56px;
  line-height: 1;
}
@media (max-width: 750px) {
  .single-resources .site-main article .maxwellcta .maxwellctainner h2,
.single-resources .site-main article .maxwellcta .maxwellctainner .ctatext {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .single-resources .site-main article .maxwellcta .maxwellctainner h2,
.single-resources .site-main article .maxwellcta .maxwellctainner .ctatext {
    font-size: 32px;
  }
}
.maxwellexploremore {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px;
}
.maxwellexploremore h3 {
  margin-left: 20px;
}
.maxwellexploremore .maxwellexploremoreinner {
  padding: 20px;
}
.maxwellexploremore .emicons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1300px;
}
.maxwellexploremore .emicons .maxwellbutton {
  margin: 20px;
}

#gform_3_validation_container.gform_validation_errors {
  margin-left: 20px;
  width: fit-content;
  border-radius: unset;
  box-shadow: unset;
  padding: unset;
}
#gform_3_validation_container.gform_validation_errors .gform_submission_error {
  display: none;
  font-size: 15px !important;
  position: unset;
  width: fit-content;
  margin-left: 20px;
  padding: 20px;
}
#gform_3_validation_container.gform_validation_errors .gform_submission_error::after {
  content: unset;
}
#gform_3_validation_container.gform_validation_errors .gform-icon.gform-icon--close {
  position: absolute;
}

#pardot-form p.submit {
  margin: 1em 6em 0.2em !important;
}

/* hack */
#menu-main-menu-1 .submenu li a {
  white-space: nowrap;
}

.autoflex {
  justify-content: space-evenly;
}
.autoflex .wp-block-column.is-vertically-aligned-center {
  width: unset;
  flex-basis: unset;
  flex-grow: unset;
}

#main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
#main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs > div:nth-of-type(1) {
  position: relative;
}
@media (max-width: 750px) {
  #main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs {
    padding-bottom: 60px;
  }
}
#main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs figure {
  height: unset;
  margin: 0;
}
#main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs figure img {
  position: relative;
  transform: unset;
  top: unset;
  left: unset;
  height: auto;
  width: 100%;
  max-width: 700px;
  margin-top: auto;
  margin-bottom: auto;
}
#main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs figure.imgcrop img {
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}
#main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs figure.spotimg {
  position: absolute;
  max-width: 320px;
  bottom: 0;
  left: -36px;
}
#main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs figure.spotimg img {
  padding: 0;
}
@media (max-width: 781px) {
  #main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs figure.spotimg {
    left: 0;
  }
}
@media (max-width: 600px) {
  #main .componentcolimg .wp-block-columns .wp-block-column .ebookimgs figure.spotimg {
    max-width: 50vw;
  }
}

.single-resources #main.ebooks-white-papers-main .wp-block-separator {
  border-bottom: none;
}
.single-resources #main.ebooks-white-papers-main article .cta-block {
  max-width: unset;
}
.single-resources #main.ebooks-white-papers-main article header {
  max-width: unset;
  padding: 2rem 40px 2rem 40px;
  margin: 0 auto;
}
.single-resources #main.ebooks-white-papers-main article header .entry-meta {
  display: none;
}
.single-resources #main.ebooks-white-papers-main article header .entry-info a {
  border-bottom: 0;
}
.single-resources #main.ebooks-white-papers-main article header img {
  width: 50%;
}
.single-resources #main.ebooks-white-papers-main article .relatedarticles {
  max-width: 1200px;
  margin: 0 auto;
  border-top: none;
}
.single-resources #main.ebooks-white-papers-main article h3.padding:first-child {
  padding: unset;
  margin: unset;
}
.single-resources #main.ebooks-white-papers-main article .cta-navy p:empty {
  display: none;
}
.single-resources #main.ebooks-white-papers-main article .cta-navy h2 {
  max-width: unset;
  margin: 0;
}
.single-resources #main.ebooks-white-papers-main article .cta-navy .wp-block-button {
  margin-bottom: 0 !important;
}

.single-resources .site-main article figure.largeimg {
  max-width: unset;
}

/*--------------------------------------------------------------
# Resources Landing Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Gated Content Page with Login
--------------------------------------------------------------*/
.page-template-template-userLogin #content #inner-content,
.page-template-template-gated-content #content #inner-content {
  padding-right: 60px;
  padding-left: 60px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .page-template-template-userLogin #content #inner-content,
.page-template-template-gated-content #content #inner-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.registerLogin {
  flex: 1 1 auto;
  max-width: 600px;
  margin-left: 70px;
  width: 100%;
}
@media (max-width: 600px) {
  .registerLogin {
    margin-left: auto;
    margin-right: auto;
  }
}

.userRegisterGated {
  background-color: #358550;
  position: relative;
  border-radius: 8px;
  padding: 20px 30px 30px;
  width: 88%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.registerLogin p,
.userRegisterGated p {
  color: #fff;
  margin-bottom: 5px;
}
.registerLogin .widget.gform_login_widget,
.userRegisterGated .widget.gform_login_widget {
  background-color: #358550;
  position: relative;
  border-radius: 8px;
  padding: 20px 30px 30px;
  width: 88%;
}
.registerLogin h4,
.registerLogin .widget.gform_login_widget .widgettitle,
.userRegisterGated h4,
.userRegisterGated .widget.gform_login_widget .widgettitle {
  font-family: "tiempos-headline-regular", "Times New Roman", serif, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 14px;
  text-transform: none;
  color: #fff;
}
.registerLogin h4,
.registerLogin h4.widgettitle,
.userRegisterGated h4,
.userRegisterGated h4.widgettitle {
  position: relative;
}
.registerLogin h4:after,
.registerLogin h4.widgettitle:after,
.userRegisterGated h4:after,
.userRegisterGated h4.widgettitle:after {
  content: "";
  background-image: url("/wp-content/uploads/2021/09/Line-3-Copy-4.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 10px 26px;
  position: relative;
  padding: 1px 40px;
  transition: all 0.3s ease-in-out;
}
.registerLogin .userRegisterForm,
.registerLogin .gf_login_form,
.userRegisterGated .userRegisterForm,
.userRegisterGated .gf_login_form {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 40px 40px 30px;
  position: relative;
  width: calc(100% + 70px);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.17);
}
.registerLogin form .gfield_label,
.registerLogin form legend,
.registerLogin form label,
.userRegisterGated form .gfield_label,
.userRegisterGated form legend,
.userRegisterGated form label {
  font-family: "founders-grotesk-regular", "Arial", sans-serif, sans-serif;
  color: #1B4533;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600 !important;
}
.registerLogin form .gfield_label span.gfield_required,
.registerLogin form legend span.gfield_required,
.registerLogin form label span.gfield_required,
.userRegisterGated form .gfield_label span.gfield_required,
.userRegisterGated form legend span.gfield_required,
.userRegisterGated form label span.gfield_required {
  visibility: hidden;
}
.registerLogin form .gform_body li:before,
.userRegisterGated form .gform_body li:before {
  content: none;
  background: none;
}
.registerLogin form input,
.userRegisterGated form input {
  border: 2px solid #1B4533;
  border-radius: 8px;
  padding: 16px;
  height: 50px;
}
.registerLogin form input:focus,
.userRegisterGated form input:focus {
  border: 2px solid #0AE4C0;
  box-shadow: none;
}
.registerLogin form #input_3,
.userRegisterGated form #input_3 {
  display: none;
}
.registerLogin .userRegisterForm .gform_footer.top_label,
.userRegisterGated .userRegisterForm .gform_footer.top_label {
  margin-top: 40px;
}
.registerLogin .gform_confirmation_message,
.userRegisterGated .gform_confirmation_message {
  font-family: "founders-grotesk-regular", "Arial", sans-serif, sans-serif;
  font-size: 36px;
  line-height: 1.3;
  text-transform: none;
  color: #1B4533;
}
.registerLogin .gform_wrapper form .ginput_container_password,
.userRegisterGated .gform_wrapper form .ginput_container_password {
  flex-flow: column wrap;
}
.registerLogin .gform_wrapper form .ginput_container_password span,
.userRegisterGated .gform_wrapper form .ginput_container_password span {
  padding: 0 !important;
}
.registerLogin .gform_wrapper form .ginput_container_password span label,
.userRegisterGated .gform_wrapper form .ginput_container_password span label {
  margin-bottom: 8px;
}
.registerLogin .gform_wrapper form .ginput_container_password .ginput_right,
.userRegisterGated .gform_wrapper form .ginput_container_password .ginput_right {
  margin-top: 15px;
}
.registerLogin .gform_wrapper .gfield_validation_message,
.registerLogin .gform_wrapper .validation_message,
.userRegisterGated .gform_wrapper .gfield_validation_message,
.userRegisterGated .gform_wrapper .validation_message {
  padding: 0;
  background: transparent;
  border: none;
}
.registerLogin .gform_wrapper .gform_validation_errors,
.userRegisterGated .gform_wrapper .gform_validation_errors {
  display: none;
}
.registerLogin #gform_fields_login,
.userRegisterGated #gform_fields_login {
  padding-bottom: 30px;
  max-width: 409px;
}
.registerLogin .gform_footer.top_label,
.userRegisterGated .gform_footer.top_label {
  display: flex;
}
.registerLogin .gform_footer.top_label input[type=submit],
.userRegisterGated .gform_footer.top_label input[type=submit] {
  width: 100%;
  max-width: 285px;
  margin-right: auto;
  margin-left: auto;
  font-family: "founders-grotesk-regular", "Arial", sans-serif, sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.registerLogin .gf_login_links,
.userRegisterGated .gf_login_links {
  position: absolute;
  top: 27px;
  right: 30px;
}
@media (max-width: 600px) {
  .registerLogin .gf_login_links,
.userRegisterGated .gf_login_links {
    position: relative;
    right: unset;
    top: unset;
    margin-top: 20px;
  }
}
.registerLogin .gf_login_links a:focus,
.userRegisterGated .gf_login_links a:focus {
  color: #fff;
  padding: 3px;
  outline: solid #fff 2px;
  border-bottom: none;
}
.registerLogin .gf_login_links a,
.registerLogin .gf_login_links a:visited,
.userRegisterGated .gf_login_links a,
.userRegisterGated .gf_login_links a:visited {
  color: #fff;
  font-family: "tiempos-headline-regular", "Times New Roman", serif, "Times New Roman", serif;
  text-decoration: underline;
  font-weight: 600;
  border-bottom: none;
}
.registerLogin .gf_login_links a:hover,
.registerLogin .gf_login_links a:active,
.userRegisterGated .gf_login_links a:hover,
.userRegisterGated .gf_login_links a:active {
  opacity: 0.8;
}

.vertical-video-width {
  max-width: 300px !important;
}

/*# sourceMappingURL=resource-center.css.map */
