@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Source Sans Pro Black";
  src: url("../fonts/SourceSansPro-Black.ttf") format("ttf");
}
html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  html {
    overflow-x: hidden;
  }
}
html body {
  font-family: "Source Sans Pro", sans-serif;
}
html body a {
  text-decoration: none !important;
}
html body h1 {
  line-height: 3.75rem;
  font-size: 2.7rem;
  font-weight: 800;
}
html body h1.has-large-font-size {
  font-size: 4rem;
}
@media (max-width: 900px) {
  html body h1 {
    line-height: 3.25rem;
    font-size: 2.5rem;
  }
}
html body p {
  font-size: 1rem;
}
html body h2 {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 3rem;
}
html body h4 {
  font-size: 1.5rem;
}
html body h3 {
  font-size: 1.75rem;
}

#top-header {
  background: #EDEDED;
}
#top-header .wrap {
  display: flex;
  justify-content: flex-end;
}
#top-header .wrap .searchform input {
  background: #FFF;
  border: 4px solid #ededed;
  box-shadow: none;
}
#top-header .wrap .searchform input:focus {
  background: rgba(255, 255, 255, 0.5);
}
#top-header .wrap #searchsubmit svg path {
  fill: #000;
}

header #inner-header .wrap .nextwidget {
  position: absolute;
  top: 0px;
}
header #inner-header .wrap nav.toggleon {
  margin-bottom: 2rem;
}
header #inner-header .wrap nav.toggleon .nav li.menu-item button {
  display: block;
}
header #inner-header .wrap .below {
  grid-column: 2/3;
  grid-row: 2/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header nav .nav {
  justify-content: flex-end;
}
header nav .nav li.menu-item {
  margin-right: 1.5rem;
  margin-left: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  header nav .nav li.menu-item ul.sub-menu {
    width: 220px;
  }
}
header nav .nav li.menu-item.menu-item-has-children:hover {
  border-bottom: 1px solid #2A7A32;
}
header nav .nav li.menu-item.menu-item-has-children:hover ul.sub-menu {
  top: 2.42em;
}
header nav .nav li.menu-item a:hover {
  color: #2A7A32;
}
@media (max-width: 767px) {
  header nav .nav li.menu-item {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  header nav .nav li.menu-item {
    font-size: 1.25rem;
  }
}
header nav .nav li.menu-item button {
  display: none;
}
header nav .nav li.menu-item.request-a-demo a {
  color: #2A7A32;
  border: 1px solid #2A7A32;
  color: #2A7A32;
  padding: 0.5rem 1rem;
  border-radius: 7px;
  font-weight: 700;
}
header nav .nav li.menu-item.request-a-demo a:hover {
  background: #2A7A32;
  color: #FFF;
}

html body footer.footer a:hover {
  color: #2A7A32;
}
html body footer.footer .social {
  display: flex;
}
html body footer.footer .social figure {
  margin: 0 0 0 1.5rem;
}
html body footer.footer ul li,
html body footer.footer p {
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin: 0;
}
html body footer.footer .copyright {
  font-size: 1.1rem;
  background: transparent !important;
}
html body footer.footer .bottom-bar {
  background: #f7fcfd;
  display: flex;
  height: 120px;
  align-items: center;
}
html body footer.footer .bottom-bar .source-org {
  display: flex;
  justify-content: flex-end;
}
html body footer.footer .bottom-bar .source-org section {
  flex: 0 1 33%;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  html body footer.footer .bottom-bar .source-org section {
    flex: 0 1 50%;
  }
}
html body footer.footer .bottom-bar .source-org section p {
  font-size: 1.5rem;
  opacity: 0.67;
}

.braftonium-custom-row p, .braftonium-custom-row li {
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  .braftonium-custom-row.header-row {
    margin-bottom: -2.5%;
  }
}
@media (max-width: 767px) {
  .braftonium-custom-row.header-row {
    padding-bottom: 5rem;
  }
}
.braftonium-custom-row.header-row .wrap {
  width: 100%;
}
.braftonium-custom-row.header-row .wrap .wp-block-columns,
.braftonium-custom-row.header-row .wrap .wp-block-image,
.braftonium-custom-row.header-row .wrap .wp-block-image img {
  margin-bottom: 0;
}
.braftonium-custom-row.header-row .wrap .wp-block-image,
.braftonium-custom-row.header-row .wrap .wp-block-image img {
  height: 100%;
}
.braftonium-custom-row.header-row .wrap p {
  font-size: 1.5rem;
}
.braftonium-custom-row.engagement-row .wp-block-image.aligncenter.size-full img {
  max-height: 145px;
  width: auto;
}
.braftonium-custom-row.engagement-row h4 {
  font-size: 2.5rem;
  margin: 0 0 0.5rem 0;
}
.braftonium-custom-row.engagement-row p {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 2.2rem;
}
@media (min-width: 767px) {
  .braftonium-custom-row.engagement-row p {
    min-height: 84px;
  }
}
@media (max-width: 599px) {
  .braftonium-custom-row.engagement-row .wp-block-column {
    margin: 2rem 0 !important;
  }
}
.braftonium-custom-row.leads-row .wp-block-column .wp-block-image img {
  max-height: 70px;
  width: auto;
}
.braftonium-custom-row.split-background ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
}
.braftonium-custom-row.split-background ul li strong {
  font-weight: 800;
  color: #2A7A32;
}
.braftonium-custom-row.split-background ul li::marker {
  content: url(https://adg_site.designs.brafton.com/wp-content/uploads/2023/03/Polygon-9.png);
  font-weight: 800;
  font-size: 1.5rem;
  border: 1px solid;
  background-color: white;
  transform: rotate(45deg);
  color: green;
}
.braftonium-custom-row.video-row {
  max-height: unset;
  background: linear-gradient(to bottom, #f7fcfd 50%, #fff 50%);
}
@media (min-width: 768px) {
  .braftonium-custom-row.video-row {
    margin-bottom: 0;
  }
}
.braftonium-custom-row.video-row video {
  cursor: pointer;
}
@media (max-width: 767px) {
  .braftonium-custom-row .is-style-rounded-break-out-bottom .wp-block-column {
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) {
  .braftonium-custom-row .is-style-rounded-break-out-bottom .wp-block-column h4 {
    min-height: 63px;
  }
}
@media (max-width: 767px) {
  .braftonium-custom-row.download-row {
    padding-bottom: 0;
  }
}
.braftonium-custom-row.logo-slide-row {
  max-height: 300px;
}
.braftonium-custom-row.logo-slide-row .slick-slider .slick-slide {
  display: flex;
  height: calc(50vh - 100px);
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  max-height: 250px;
}
.braftonium-custom-row.logo-slide-row .slick-slider .slick-slide img {
  width: auto;
  margin-bottom: 0;
  max-height: 100px;
  padding: 0 1rem;
}
.braftonium-custom-row.logo-slide-row .slick-slider .slick-slide h3 {
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 599px) {
  .braftonium-custom-row.logo-slide-row .slick-slider .slick-slide h3 {
    padding-right: 0.1rem;
  }
}

.archive main,
.page-template-template-news main,
.page-template-template-inside-healthcare main,
.page-template-template-studies main,
.page-template-template-whitepapers main {
  padding-bottom: 2em;
}
.archive main .top-section article.hentry:first-of-type,
.page-template-template-news main .top-section article.hentry:first-of-type,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type,
.page-template-template-studies main .top-section article.hentry:first-of-type,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type {
  margin-top: 3em !important;
  display: flex;
}
@media (max-width: 599px) {
  .archive main .top-section article.hentry:first-of-type,
  .page-template-template-news main .top-section article.hentry:first-of-type,
  .page-template-template-inside-healthcare main .top-section article.hentry:first-of-type,
  .page-template-template-studies main .top-section article.hentry:first-of-type,
  .page-template-template-whitepapers main .top-section article.hentry:first-of-type {
    flex-direction: column;
  }
}
.archive main .top-section article.hentry:first-of-type .thumbnail,
.page-template-template-news main .top-section article.hentry:first-of-type .thumbnail,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .thumbnail,
.page-template-template-studies main .top-section article.hentry:first-of-type .thumbnail,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .thumbnail {
  flex: 0 0 72%;
  background-color: #091339;
  margin-right: 3%;
  overflow: hidden;
  max-height: 450px;
}
.archive main .top-section article.hentry:first-of-type .thumbnail img,
.page-template-template-news main .top-section article.hentry:first-of-type .thumbnail img,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .thumbnail img,
.page-template-template-studies main .top-section article.hentry:first-of-type .thumbnail img,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive main .top-section article.hentry:first-of-type .content,
.page-template-template-news main .top-section article.hentry:first-of-type .content,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .content,
.page-template-template-studies main .top-section article.hentry:first-of-type .content,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .content {
  flex: 1 0 22.5%;
}
.archive main .top-section article.hentry:first-of-type .content header h2,
.page-template-template-news main .top-section article.hentry:first-of-type .content header h2,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .content header h2,
.page-template-template-studies main .top-section article.hentry:first-of-type .content header h2,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .content header h2 {
  font-size: 2rem;
  line-height: 2.25rem;
}
.archive main .top-section article.hentry:first-of-type .content header h2 a,
.page-template-template-news main .top-section article.hentry:first-of-type .content header h2 a,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .content header h2 a,
.page-template-template-studies main .top-section article.hentry:first-of-type .content header h2 a,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .content header h2 a {
  color: #091339;
  font-weight: 700;
}
.archive main .top-section article.hentry:first-of-type .content .entry-content.cf p,
.page-template-template-news main .top-section article.hentry:first-of-type .content .entry-content.cf p,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .content .entry-content.cf p,
.page-template-template-studies main .top-section article.hentry:first-of-type .content .entry-content.cf p,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .content .entry-content.cf p {
  font-size: 1.25rem;
}
.archive main .top-section article.hentry:first-of-type .content .entry-content.cf p:first-of-type,
.page-template-template-news main .top-section article.hentry:first-of-type .content .entry-content.cf p:first-of-type,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .content .entry-content.cf p:first-of-type,
.page-template-template-studies main .top-section article.hentry:first-of-type .content .entry-content.cf p:first-of-type,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .content .entry-content.cf p:first-of-type {
  flex: unset;
}
.archive main .top-section article.hentry:first-of-type .content .entry-content.cf .btn,
.page-template-template-news main .top-section article.hentry:first-of-type .content .entry-content.cf .btn,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .content .entry-content.cf .btn,
.page-template-template-studies main .top-section article.hentry:first-of-type .content .entry-content.cf .btn,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .content .entry-content.cf .btn {
  background-color: #FFF;
  border: 1px solid #2A7A32;
  color: #2A7A32 !important;
}
.archive main .top-section article.hentry:first-of-type .content .entry-content.cf .btn:hover,
.page-template-template-news main .top-section article.hentry:first-of-type .content .entry-content.cf .btn:hover,
.page-template-template-inside-healthcare main .top-section article.hentry:first-of-type .content .entry-content.cf .btn:hover,
.page-template-template-studies main .top-section article.hentry:first-of-type .content .entry-content.cf .btn:hover,
.page-template-template-whitepapers main .top-section article.hentry:first-of-type .content .entry-content.cf .btn:hover {
  color: #FFF !important;
  background-color: #2A7A32;
  border: none;
}
.archive main .mid-section,
.page-template-template-news main .mid-section,
.page-template-template-inside-healthcare main .mid-section,
.page-template-template-studies main .mid-section,
.page-template-template-whitepapers main .mid-section {
  display: flex;
}
@media (max-width: 599px) {
  .archive main .mid-section,
  .page-template-template-news main .mid-section,
  .page-template-template-inside-healthcare main .mid-section,
  .page-template-template-studies main .mid-section,
  .page-template-template-whitepapers main .mid-section {
    display: block;
  }
}
.archive main .mid-section .mid-section-articles,
.page-template-template-news main .mid-section .mid-section-articles,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles,
.page-template-template-studies main .mid-section .mid-section-articles,
.page-template-template-whitepapers main .mid-section .mid-section-articles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
}
@media (max-width: 599px) {
  .archive main .mid-section .mid-section-articles,
  .page-template-template-news main .mid-section .mid-section-articles,
  .page-template-template-inside-healthcare main .mid-section .mid-section-articles,
  .page-template-template-studies main .mid-section .mid-section-articles,
  .page-template-template-whitepapers main .mid-section .mid-section-articles {
    width: 100%;
  }
}
.archive main .mid-section .mid-section-articles article,
.page-template-template-news main .mid-section .mid-section-articles article,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article,
.page-template-template-studies main .mid-section .mid-section-articles article,
.page-template-template-whitepapers main .mid-section .mid-section-articles article {
  flex: 0 0 31%;
  max-width: 31%;
  flex-direction: column;
  justify-content: center;
  margin-top: 3em !important;
  margin-left: 3%;
}
@media (max-width: 599px) {
  .archive main .mid-section .mid-section-articles article,
  .page-template-template-news main .mid-section .mid-section-articles article,
  .page-template-template-inside-healthcare main .mid-section .mid-section-articles article,
  .page-template-template-studies main .mid-section .mid-section-articles article,
  .page-template-template-whitepapers main .mid-section .mid-section-articles article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.archive main .mid-section .mid-section-articles article:first-of-type .thumbnail,
.page-template-template-news main .mid-section .mid-section-articles article:first-of-type .thumbnail,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article:first-of-type .thumbnail,
.page-template-template-studies main .mid-section .mid-section-articles article:first-of-type .thumbnail,
.page-template-template-whitepapers main .mid-section .mid-section-articles article:first-of-type .thumbnail {
  max-height: 250px;
}
.archive main .mid-section .mid-section-articles article:nth-of-type(3n+1),
.page-template-template-news main .mid-section .mid-section-articles article:nth-of-type(3n+1),
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article:nth-of-type(3n+1),
.page-template-template-studies main .mid-section .mid-section-articles article:nth-of-type(3n+1),
.page-template-template-whitepapers main .mid-section .mid-section-articles article:nth-of-type(3n+1) {
  margin-left: 0;
}
@media (max-width: 599px) {
  .archive main .mid-section .mid-section-articles article:nth-of-type(3n+1),
  .page-template-template-news main .mid-section .mid-section-articles article:nth-of-type(3n+1),
  .page-template-template-inside-healthcare main .mid-section .mid-section-articles article:nth-of-type(3n+1),
  .page-template-template-studies main .mid-section .mid-section-articles article:nth-of-type(3n+1),
  .page-template-template-whitepapers main .mid-section .mid-section-articles article:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.archive main .mid-section .mid-section-articles article .content header h2,
.page-template-template-news main .mid-section .mid-section-articles article .content header h2,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article .content header h2,
.page-template-template-studies main .mid-section .mid-section-articles article .content header h2,
.page-template-template-whitepapers main .mid-section .mid-section-articles article .content header h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 1rem;
}
.archive main .mid-section .mid-section-articles article .content header h2 a,
.page-template-template-news main .mid-section .mid-section-articles article .content header h2 a,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article .content header h2 a,
.page-template-template-studies main .mid-section .mid-section-articles article .content header h2 a,
.page-template-template-whitepapers main .mid-section .mid-section-articles article .content header h2 a {
  color: #091339;
  font-weight: 700;
}
.archive main .mid-section .mid-section-articles article .content .btn,
.page-template-template-news main .mid-section .mid-section-articles article .content .btn,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article .content .btn,
.page-template-template-studies main .mid-section .mid-section-articles article .content .btn,
.page-template-template-whitepapers main .mid-section .mid-section-articles article .content .btn {
  background-color: #FFF;
  border: 1px solid #2A7A32;
  color: #2A7A32 !important;
}
.archive main .mid-section .mid-section-articles article .content .btn:hover,
.page-template-template-news main .mid-section .mid-section-articles article .content .btn:hover,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article .content .btn:hover,
.page-template-template-studies main .mid-section .mid-section-articles article .content .btn:hover,
.page-template-template-whitepapers main .mid-section .mid-section-articles article .content .btn:hover {
  color: #FFF !important;
  background-color: #2A7A32;
  border: none;
}
.archive main .mid-section .mid-section-articles article .thumbnail,
.page-template-template-news main .mid-section .mid-section-articles article .thumbnail,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article .thumbnail,
.page-template-template-studies main .mid-section .mid-section-articles article .thumbnail,
.page-template-template-whitepapers main .mid-section .mid-section-articles article .thumbnail {
  max-height: 250px;
  height: 250px;
  overflow: hidden;
}
.archive main .mid-section .mid-section-articles article .thumbnail img,
.page-template-template-news main .mid-section .mid-section-articles article .thumbnail img,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles article .thumbnail img,
.page-template-template-studies main .mid-section .mid-section-articles article .thumbnail img,
.page-template-template-whitepapers main .mid-section .mid-section-articles article .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.archive main .mid-section .mid-section-articles .pagination,
.page-template-template-news main .mid-section .mid-section-articles .pagination,
.page-template-template-inside-healthcare main .mid-section .mid-section-articles .pagination,
.page-template-template-studies main .mid-section .mid-section-articles .pagination,
.page-template-template-whitepapers main .mid-section .mid-section-articles .pagination {
  position: relative;
  top: 0;
  left: 0;
}
.archive main .mid-section .sidebar,
.page-template-template-news main .mid-section .sidebar,
.page-template-template-inside-healthcare main .mid-section .sidebar,
.page-template-template-studies main .mid-section .sidebar,
.page-template-template-whitepapers main .mid-section .sidebar {
  width: 28%;
  margin-top: 3em;
}
@media (max-width: 599px) {
  .archive main .mid-section .sidebar,
  .page-template-template-news main .mid-section .sidebar,
  .page-template-template-inside-healthcare main .mid-section .sidebar,
  .page-template-template-studies main .mid-section .sidebar,
  .page-template-template-whitepapers main .mid-section .sidebar {
    width: 100%;
  }
}

.page-template-template-studies main .mid-section .mid-section-articles {
  width: 100%;
}
.page-template-template-studies main .mid-section .mid-section-articles article {
  flex: 0 0 31%;
  max-width: 31%;
  flex-direction: column;
  justify-content: center;
  margin-top: 3em !important;
  margin-left: 3%;
}
@media (max-width: 599px) {
  .page-template-template-studies main .mid-section .mid-section-articles article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.page-template-template-studies main .mid-section .mid-section-articles article:nth-of-type(3n+1) {
  margin-left: 0%;
}
.page-template-template-studies main .mid-section .mid-section-articles article h2 {
  line-height: 1.75rem;
}

.single-resources .byline {
  display: none;
}
.single-resources .entry-content.cf {
  padding-top: 3em;
}
.single-resources .entry-content.cf .braftonium-custom-row p, .single-resources .entry-content.cf .braftonium-custom-row li {
  font-size: 1.5rem;
}
.single-resources .entry-content.cf p, .single-resources .entry-content.cf li {
  font-size: 1.2rem;
}

.cs-heading-columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .cs-heading-columns {
    flex-direction: column;
  }
}
.cs-heading-columns .cs-heading {
  flex: 0 0 65%;
  text-align: left;
}
.cs-heading-columns .cs-heading span {
  margin-bottom: 2rem;
  display: block;
}
.cs-heading-columns .cs-heading .byline.entry-meta.vcard {
  display: none;
}
@media (max-width: 599px) {
  .cs-heading-columns .cs-heading {
    flex: 0 0 100%;
  }
}
.cs-heading-columns .cs-info-box {
  background: rgba(0, 0, 0, 0.6);
  padding: 2%;
  text-align: left;
  flex: 0 0 30%;
  border-radius: 9px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.75);
}
.cs-heading-columns .cs-info-box ul {
  text-align: left;
}
@media (max-width: 599px) {
  .cs-heading-columns .cs-info-box {
    margin-top: 1rem;
    flex: 0 0 100%;
  }
}

section.banner.visual .cs-info-box a {
  float: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: white;
  text-transform: unset;
}

.single-post .entry-content.cf {
  margin-top: 3rem;
}
.single-post .entry-content.cf p, .single-post .entry-content.cf li {
  font-size: 1.2rem;
}
.single-post .entry-content.cf ol + p {
  margin-top: 1em;
}

.page-template-template-inside-healthcare section.banner.visual .black,
.page-template-template-news section.banner.visual .black {
  background: #08154A;
}
.page-template-template-inside-healthcare section.banner.visual .wrap,
.page-template-template-news section.banner.visual .wrap {
  padding: 3em 0;
}
.page-template-template-inside-healthcare section.banner.visual a,
.page-template-template-news section.banner.visual a {
  float: none;
  background-color: #FFF;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 9px;
  padding-bottom: 10px;
  color: #2A7A32;
  border: 1px solid #2A7A32;
  text-transform: uppercase;
  margin-top: 1rem;
  display: inline-block;
  border-radius: 7px;
  text-transform: unset !important;
}
.page-template-template-inside-healthcare section.banner.visual a:hover,
.page-template-template-news section.banner.visual a:hover {
  background-color: #2A7A32;
  color: #FFF;
  border-color: transparent;
}
.page-template-template-inside-healthcare .byline,
.page-template-template-news .byline {
  margin: 0.5em 0 0 0;
}

.post-type-archive-resources.archive .banner .black {
  background: #08154A;
}
.post-type-archive-resources.archive .btn {
  background-color: #FFF;
  flex-grow: 0;
  color: #2A7A32;
  border: 1px solid #2A7A32;
}
.post-type-archive-resources.archive .btn:hover {
  background-color: #2A7A32;
  color: #FFF;
  transform: scale(1.05);
}
.post-type-archive-resources.archive .resource-search {
  margin-bottom: 5rem;
  display: flex;
}
.post-type-archive-resources.archive .resource-search form#sort-resources {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .post-type-archive-resources.archive .resource-search form#sort-resources {
    display: block;
  }
}
.post-type-archive-resources.archive .resource-search form#sort-resources .resource-type {
  min-width: 300px;
  margin-right: 2rem !important;
  line-height: 3em;
}
@media (max-width: 767px) {
  .post-type-archive-resources.archive .resource-search form#sort-resources .resource-type {
    margin-bottom: 1rem;
  }
}
.post-type-archive-resources.archive .resource-search form#sort-resources .resource-type input[type=checkbox]#dropdown,
.post-type-archive-resources.archive .resource-search form#sort-resources .resource-type input[type=checkbox]#dropdown2 {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.post-type-archive-resources.archive .resource-search form#sort-resources #s {
  min-width: 300px;
  margin: 0 !important;
}
.post-type-archive-resources.archive .resource-search form#sort-resources .btn {
  background-color: #FFF;
  flex-grow: 0;
  color: #2A7A32;
  border: 1px solid #2A7A32;
  margin: 0 auto 0 1em !important;
  font-size: 1.25rem;
}
.post-type-archive-resources.archive .resource-search form#sort-resources .btn:hover {
  background-color: #2A7A32;
  color: #FFF;
}
@media (max-width: 767px) {
  .post-type-archive-resources.archive .resource-search form#sort-resources .btn {
    margin: 2em 0 !important;
  }
}
.post-type-archive-resources.archive main {
  flex-wrap: wrap;
}
.post-type-archive-resources.archive main.d-5of7 {
  width: 100%;
  margin-bottom: 3rem;
  border-bottom: 1px solid #DEDEDE;
}
.post-type-archive-resources.archive main.hero article.hentry {
  padding: 0;
}
.post-type-archive-resources.archive main.hero article.hentry:nth-of-type(2n+1) {
  margin-right: 0;
}
.post-type-archive-resources.archive main.hero article.hentry .thumbnail {
  max-height: unset;
  height: 100%;
}
.post-type-archive-resources.archive main.hero article.hentry:first-of-type .content header h2 {
  font-size: 1.75rem;
  line-height: 1em;
  font-weight: 600;
}
.post-type-archive-resources.archive main.hero article.hentry:first-of-type .content section p {
  font-size: 1.25rem;
}
.post-type-archive-resources.archive main.hero article.hentry:first-of-type .content section p:first-of-type {
  flex: unset;
}
.post-type-archive-resources.archive main.hero article.hentry:first-of-type .thumbnail {
  max-height: 450px;
}
@media (max-width: 599px) {
  .post-type-archive-resources.archive main.hero article.hentry:first-of-type .thumbnail {
    max-height: 225px;
  }
}
@media only screen and (min-width: 768px) {
  .post-type-archive-resources.archive main.hero article.hentry:first-of-type {
    flex: 0 1 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .post-type-archive-resources.archive main.hero article.hentry {
    flex: 0 1 100%;
    display: flex;
    flex-direction: row;
    margin-right: 0;
  }
}
.post-type-archive-resources.archive main.hero article.hentry .content header.article-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.post-type-archive-resources.archive main.hero article.hentry .content header.article-header p {
  font-size: 1.2rem;
}
.post-type-archive-resources.archive main.hero article.hentry .content header.article-header .by {
  display: none;
}
.post-type-archive-resources.archive main.hero article.hentry .content header.article-header time.updated.entry-time {
  font-size: 1rem;
}
.post-type-archive-resources.archive main.hero article.hentry .content section.entry-content {
  padding: 1em 0;
}

.banner .black {
  background: #08154a;
}

video {
  cursor: pointer;
}

@media (min-width: 1325px) {
  #instruction {
    display: none;
  }
}

#scroll-list {
  gap: 0;
  flex-wrap: nowrap;
  text-align: center;
}
@media (max-width: 1350px) {
  #scroll-list {
    overflow-x: scroll;
  }
}
#scroll-list .wp-block-column {
  min-width: 225px;
}
#scroll-list .wp-block-column:first-of-type {
  text-align: left;
  position: sticky;
  left: 0;
  top: 0;
  width: 225px;
}
@media (max-width: 599px) {
  #scroll-list .wp-block-column:first-of-type {
    min-width: 175px;
  }
}
#scroll-list .wp-block-column ul {
  list-style-type: none;
  margin: 0;
}
#scroll-list .wp-block-column ul li {
  min-height: 50px;
  margin-bottom: 0.5em;
}
@media (max-width: 599px) {
  #scroll-list .wp-block-column ul li {
    font-size: 1.1rem;
  }
}

#scroll-list::-webkit-scrollbar {
  height: 10px;
  background-color: #091339;
}

#scroll-list::-webkit-scrollbar-thumb {
  background: #2A7A32;
  border-radius: 9px;
}

@media (max-width: 599px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 1.5rem;
  }
}

.braftonium-custom-row.solutions-icon-row figure img {
  min-height: 115px;
  max-height: 115px;
  width: auto;
}
.braftonium-custom-row.solutions-icon-row h4 {
  min-height: 63px;
}

.entry-content .special {
  height: 500px;
}
.entry-content .special img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.entry-content .special-2 {
  height: 375px;
}
.entry-content .special-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#our-vision.braftonium-banner .wp-block-group.has-background {
  padding: 2.5% !important; /** I win!!!!!!!!!!!!!!!!!!!!!!!*/
}

.gform_button {
  color: #2A7A32;
  border: 1px solid #2A7A32;
  color: #2A7A32 !important;
  padding: 0.5rem 1.5rem;
  border-radius: 7px;
  font-weight: 700;
  background-color: transparent;
}
.gform_button:hover {
  background: #2A7A32 !important;
  color: #FFF !important;
}

.gform_confirmation_message {
  font-size: 1.5rem;
  color: #2A7A32;
  font-weight: 700;
  text-align: center;
}

.gform_wrapper.gravity-theme .gform_footer input {
  font-size: 1.25rem;
}

.braftonium-custom-row .mktoForm {
  background: aliceblue;
  padding: 5%;
  border-radius: 9px;
}
.braftonium-custom-row .mktoForm input {
  border-radius: 13px;
  border: 1px solid #EAEAEA;
}
.braftonium-custom-row .mktoForm .mktoButtonWrap.mktoSkip button.mktoButton {
  background: #FFF;
  color: #2A7A32;
  border: 1px solid #2A7A32;
  text-shadow: none;
}
.braftonium-custom-row .mktoForm .mktoButtonWrap.mktoSkip button.mktoButton:hover {
  background: #2A7A32;
  color: #FFF;
  border: none;
}

.is-style-remove-bottom-margin-image {
  margin: 0;
}
.is-style-remove-bottom-margin-image img {
  margin: 0;
}

.is-style-rounded-break-out-bottom {
  position: relative;
  top: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 19px;
  padding: 2em;
}

.is-style-shrink-text {
  max-width: 800px;
  margin: 0 auto 1.5em auto !important;
}

.is-style-columns-remove-bottom-margin.wp-block-columns {
  margin-bottom: 0;
}

.kill-column-margin-bottom .wp-block-columns {
  margin-bottom: 0;
}

p.is-style-read-more {
  color: #2A7A32;
  font-size: 1rem;
}
p.is-style-read-more:hover::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid green;
  min-width: 7px;
  display: inline-block;
}
p.is-style-read-more::before {
  content: url(/wp-content/uploads/2023/03/Polygon-9.png);
  margin-right: 5px;
}
p.is-style-read-more a {
  color: #2A7A32;
}

p.is-style-shadow {
  font-size: 18px;
  filter: drop-shadow(0px 6px 2px #ccebf5);
}

.is-style-full-width-block {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
}
.is-style-full-width-block p {
  font-size: 1.5rem;
}
.is-style-full-width-block img {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .is-style-mobile-padding-top {
    padding-top: 5rem;
  }
  .is-style-columns-reverse-mobile {
    flex-direction: column-reverse;
  }
}
@media (min-width: 767px) {
  .is-style-border-right {
    border-right: 1px solid #D4D8DE;
    padding-right: 1.5rem;
  }
  .is-style-border-left {
    border-left: 1px solid #D4D8DE;
  }
  .is-style-break-out-top {
    position: relative;
    bottom: 50px;
  }
  .is-style-break-out-bottom {
    position: relative;
    top: 50px;
  }
}
.wp-block-button.is-style-green-button a {
  color: #2A7A32;
  border: 1px solid #2A7A32;
  color: #2A7A32 !important;
  padding: 0.5rem 1.5rem;
  border-radius: 7px;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
}
.wp-block-button.is-style-green-button a:hover {
  background: #2A7A32 !important;
  color: #FFF !important;
}

.standard-row-padding {
  padding: 5rem 0;
}

.less-row-padding {
  padding: 2.5rem 0;
}

.bottom-row-padding {
  padding: 0 0 5rem 0;
}

.standard-row-padding-bottom {
  padding: 0 0 5rem 0;
}

.standard-row-padding-top {
  padding: 5rem 0 0 0;
}

.top-row-padding {
  padding: 5rem 0 0 0;
}

.remove-internal-pmargin p {
  margin: 0;
}

.split-background::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 550px;
  max-width: 40%;
  background: #f7fcfd;
  top: 0;
}

.unique-margin {
  margin: 200px 0 55px 0;
}

@media (min-width: 767px) {
  .columns-slide-right.trigger-slide .wp-block-column {
    opacity: 1;
    left: 0;
  }
  .columns-slide-right .wp-block-column {
    left: -9999px;
    flex: 0 0 25%;
    height: 100%;
    opacity: 0;
    position: relative;
  }
  .columns-slide-right .wp-block-column:nth-of-type(1) {
    transition: 1s left 0.25s, opacity 1s ease-in;
  }
  .columns-slide-right .wp-block-column:nth-of-type(2) {
    transition: 1s left 0.75s, opacity 1.5s ease-in;
  }
  .columns-slide-right .wp-block-column:nth-of-type(3) {
    transition: 1s left 1.25s, opacity 2s ease-in;
  }
  .columns-slide-right .wp-block-column:nth-of-type(4) {
    transition: 1s left 1.75s, opacity 2.5s ease-in;
  }
  .columns-slide-left.trigger-slide .wp-block-column {
    opacity: 1;
    right: 0;
  }
  .columns-slide-left .wp-block-column {
    right: -9999px;
    flex: 0 0 25%;
    height: 100%;
    opacity: 0;
    position: relative;
  }
  .columns-slide-left .wp-block-column:nth-of-type(1) {
    transition: 1s right 0.25s, opacity 1s ease-in;
  }
  .columns-slide-left .wp-block-column:nth-of-type(2) {
    transition: 1s right 0.75s, opacity 1.5s ease-in;
  }
  .columns-slide-left .wp-block-column:nth-of-type(3) {
    transition: 1s right 1.25s, opacity 2s ease-in;
  }
  .columns-slide-left .wp-block-column:nth-of-type(4) {
    transition: 1s right 1.75s, opacity 2.5s ease-in;
  }
  .columns-fade-infinite.trigger .wp-block-column,
  .columns-fade-single.trigger .wp-block-column {
    opacity: 1;
    bottom: 0;
  }
  .columns-fade-infinite .wp-block-column,
  .columns-fade-single .wp-block-column {
    position: relative;
    bottom: 0px;
    flex: 0 0 25%;
    bottom: -950px;
    opacity: 0;
  }
  .columns-fade-infinite .wp-block-column:nth-of-type(1),
  .columns-fade-single .wp-block-column:nth-of-type(1) {
    transition: 1s bottom 0.25s, opacity 1s ease-in;
  }
  .columns-fade-infinite .wp-block-column:nth-of-type(2),
  .columns-fade-single .wp-block-column:nth-of-type(2) {
    transition: 1s bottom 0.75s, opacity 1.5s ease-in;
  }
  .columns-fade-infinite .wp-block-column:nth-of-type(3),
  .columns-fade-single .wp-block-column:nth-of-type(3) {
    transition: 1s bottom 1.25s, opacity 2s ease-in;
  }
  .columns-fade-infinite .wp-block-column:nth-of-type(4),
  .columns-fade-single .wp-block-column:nth-of-type(4) {
    transition: 1s bottom 1.75s, opacity 2.5s ease-in;
  }
}
.braftonium-custom-row a.list-item-btn {
  color: #2A7A32;
}
.braftonium-custom-row a.list-item-btn:before {
  content: url(/wp-content/uploads/2023/03/Polygon-9.png);
  margin-right: 5px;
}
.braftonium-custom-row a.list-item-btn:hover::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid green;
  min-width: 7px;
  display: inline-block;
}
.braftonium-custom-row p.list-item-date {
  font-size: 1rem;
}
.braftonium-custom-row .list-item-title a {
  font-weight: 700;
}
.braftonium-custom-row .list-item-excerpt {
  margin-bottom: 1rem;
}

.braftonium-cta.full-width {
  display: flex;
  align-items: center;
}
.braftonium-cta.full-width h2 {
  text-align: center;
}
.braftonium-cta.full-width .wp-block-buttons {
  justify-content: center;
}

.full-width-block {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
}
.full-width-block p {
  font-size: 1.5rem;
}
.full-width-block img {
  margin-bottom: 0;
}

.top-image-alignment img {
  object-position: 100% top;
}

.bottom-image-alignment img {
  object-position: 100% bottom;
}

.cta-rows.cta-left.wrap .cta-row .wp-block-columns {
  margin-bottom: 0;
}
.cta-rows.cta-left.wrap .cta-row h2 {
  margin-bottom: 0;
}

.separator {
  background-color: #ACACAC;
  height: 2px;
  margin: 20px 0;
}

.related-resources {
  margin-bottom: 15px;
}
.related-resources h3 {
  font-weight: 600;
}

/*********************
CUSTOM STYLES
*********************/
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield textarea.large,
.gform_wrapper.gravity-theme select {
  width: 100%;
  border-radius: 13px;
  border: 1px solid #EAEAEA;
}

#gform_confirmation_message_1 {
  font-size: 1.5rem;
  color: #2A7A32;
  font-weight: 700;
  text-align: center;
}

::-moz-placeholder {
  color: #091339;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #091339;
}

.slick-slider .slick-prev {
  left: -50px;
}
.slick-slider .slick-next {
  right: -50px;
}
.slick-slider .slick-next::before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #D4D8DE;
  min-width: 20px;
  display: block;
}
.slick-slider .slick-prev::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #D4D8DE;
  display: block;
}
.slick-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  display: none !important;
}
.slick-slider .slick-slide {
  margin-right: 1em;
}
.slick-slider .slick-slide h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.slick-slider .slick-slide .list-item-image {
  max-height: 185px;
  min-height: 185px;
  overflow: hidden;
}
.slick-slider .slick-slide .list-item-title {
  line-height: 1.75rem;
  font-size: 1.5rem;
}
@media (min-width: 600px) {
  .slick-slider .slick-slide figure {
    height: 200px !important;
    overflow: hidden;
  }
}

.entry-content td:last-child {
  border-right: 1px solid;
}

.button,
button {
  background-color: unset;
}

.btn {
  background-color: #FFF;
  border: 1px solid #2A7A32;
  color: #2A7A32 !important;
}

.btn:hover {
  color: #FFF !important;
  background-color: #2A7A32;
  border: none;
}

.search .archive-title {
  opacity: 0;
}

@media (max-width: 599px) {
  .braftonium-custom-row .wp-block-buttons.wp-container-31 {
    justify-content: flex-start;
  }
  .searchform {
    margin-bottom: 0;
  }
}
section.banner.visual .page-title p:nth-child(1) {
  text-align: left;
  border-left: #2A7A32 7px solid;
  padding-left: 30px;
}

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