@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Montserrat:wght@400;600&family=Roboto:wght@400;500;700&display=swap");
body {
  font-family: "Roboto", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  margin: 1.44rem 0 1.38rem;
  font-weight: 400;
  line-height: 1.3;
}

h1, .h1 {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 3.052rem;
  font-weight: 600;
  margin-top: 0;
  color: #004770;
}

h2, .h2 {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 2.441rem;
  font-weight: 600;
}

h3, .h3 {
  font-family: "Roboto", arial, sans-serif;
  font-size: 1.953rem;
}

h4, .h4, .blog-entry-title {
  font-family: "Roboto", arial, sans-serif;
  color: #004770;
  font-size: 1.563rem;
}

h5, .h5 {
  font-family: "Roboto", arial, sans-serif;
  font-size: 1.25rem;
  color: #02756f;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 1.802rem;
  }
  h2, .h2 {
    font-size: 1.602rem;
  }
  h3, .h3 {
    font-size: 1.424rem;
  }
  h4, .h4, .blog-entry-title {
    font-size: 1.266rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
}
p {
  margin-bottom: 1rem;
}

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

b, strong {
  font-weight: 700;
}

.note {
  color: #555;
}

.neve-main {
  font-family: "Merriweather", times, serif;
}
.neve-main .entry-title {
  font-size: 1.953rem;
}
@media screen and (max-width: 575px) {
  .neve-main .entry-title {
    font-size: 1.424rem;
  }
}
.neve-main .entry-title.blog-entry-title {
  font-weight: 400;
  font-size: 1.563rem;
}
@media screen and (max-width: 575px) {
  .neve-main .entry-title.blog-entry-title {
    font-size: 1.266rem;
  }
}
.neve-main .nv-single-post-wrap .entry-content h1 {
  font-size: 1.953rem;
}
@media screen and (max-width: 575px) {
  .neve-main .nv-single-post-wrap .entry-content h1 {
    font-size: 1.424rem;
  }
}

.meta {
  font-family: "Roboto", arial, sans-serif;
}

.widget .widget-title, .widget .searchandfilter h4 {
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 600;
}
.widget .searchandfilter h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 575px) {
  .widget .searchandfilter h4 {
    font-size: 1.125rem;
  }
}

/* Colors */
.dark-blue {
  color: #004770 !important;
}

.medium-blue {
  color: #007cba !important;
}

.light-blue {
  color: #00acec !important;
}

.dark-green {
  color: #02756f !important;
}

.mint-green {
  color: #8ccb8f !important;
}

.forest-green {
  color: #2c8442 !important;
}

.light-green {
  color: #5aa59c !important;
}

.orange {
  color: #ff9900 !important;
}

.purple {
  color: #7A449A !important;
}

.magenta {
  color: #b11f84 !important;
}

.plum {
  color: #8f298d !important;
}

.violet {
  color: #293179 !important;
}

.dark-gray {
  color: #222 !important;
}

.gray {
  color: #555 !important;
}

.light-gray {
  color: #eee !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #eee !important;
}

mark {
  background-color: #ffff99 !important;
  color: #000;
  padding: 0;
}

.fill-white {
  fill: #fff;
  filter: invert(1);
}

.has-light-bg {
  background-color: #eee;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

body {
  background-color: #004770;
}
body .wrapper {
  background-color: #fff;
}

.neve-main {
  margin-top: 35px;
}
@media screen and (min-width: 959px) {
  .neve-main {
    margin-top: 122px;
  }
}
.neve-main .container .col {
  max-width: 100%;
}
.neve-main .single-whitepaper-container {
  margin-top: 48px;
}

.nv-single-page-wrap {
  margin-bottom: 0;
}

.nv-page-title h1 {
  font-size: 2.441rem;
}
@media screen and (max-width: 575px) {
  .nv-page-title h1 {
    font-size: 1.602rem;
  }
}

.archive-container {
  padding-top: 48px;
}
.archive-container .nv-page-title-wrap {
  margin-top: 0 !important;
}

.archive-articles-container .row.articles-recent__wrapper {
  margin: 0;
}
.archive-articles-container .nv-page-title-wrap {
  margin-left: 0;
}

.dmg-section__header {
  color: #555;
}

.dmg-section__header-display {
  font-family: "Merriweather", times, serif;
  color: #555;
}
.dmg-section__header-display::before {
  opacity: 0.5;
}

.dmg-section__view-all {
  margin: 2rem 0;
  text-align: right;
}

.dmg-homepage__hero {
  min-height: 500px;
}

.dmg-section__hero {
  min-height: 300px;
  background-image: url("/wp-content/uploads/2021/03/dmg-services-hero-overlay@2x.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.dmg-section__hero .wp-block-group__inner-container {
  width: 100%;
  max-width: 1140px;
}
.dmg-section__hero-h1 {
  font-size: 3.052rem;
}
@media scren and (max-width: 959px) {
  .dmg-section__hero-h1 {
    font-size: 2.441rem;
  }
}
@media screen and (max-width: 575px) {
  .dmg-section__hero-h1 {
    font-size: 1.602rem;
  }
}
.dmg-section__hero p {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .dmg-section__hero p {
    font-size: 1.2rem;
  }
}

.section-hero__inner {
  padding: 24px 15px 0;
}
.section-hero__inner.alignwide {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.section-hero__title {
  color: #004770;
}

.page-section {
  display: flex;
  justify-content: center;
  padding: 48px 16px;
}
.page-section__inner, .page-section .wp-block-group__inner-container {
  width: 100%;
  max-width: 1140px;
}
.page-section__inner {
  margin: 0 15px;
}
.page-section__inner.alignwide {
  width: 100%;
  max-width: 1140px;
  margin: 0 15px;
}
.page-section--about-blue {
  background-color: #3899eb;
}
.page-section--about-green {
  background-color: #8ccb8f;
}

.dmg-section__intro p {
  padding: 20px 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.dmg-section__contact-cta h5 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.dmg-section__collapse {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #bbb;
  margin-bottom: 0;
}
.dmg-section__collapse .collapse__header {
  cursor: pointer;
  margin-top: 1rem;
  position: relative;
}
.dmg-section__collapse .collapse__header::after {
  content: "";
  background-image: url("/wp-content/themes/neve-child-master/assets/images/arrow-down--orange.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 0.5s;
  transform: rotate(0deg);
}
.dmg-section__collapse .collapse__header:hover {
  color: #00acec;
}
.dmg-section__collapse .collapse__content {
  display: none;
}
.dmg-section__collapse.expand {
  margin-bottom: 1rem;
}
.dmg-section__collapse.expand .collapse__header::after {
  transform: rotate(180deg);
}

.page .nv-sidebar-wrap {
  margin-top: 0;
}

.nv-sidebar-wrap {
  font-size: 15px;
}

.dmg-section__contact-form {
  padding: 0 1rem 1rem;
}
.dmg-section__contact-form h5 {
  margin-top: 1rem;
}
.dmg-section__contact-form .wp-block-button__link {
  font-size: 0.85rem;
}

@media screen and (max-width: 959px) {
  .alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .mobile-hide {
    display: none !important;
  }
  .full-width-mobile {
    flex-basis: unset !important;
    margin-right: 0;
    margin-left: 0;
  }
  .full-width-mobile.wp-block-column:not(:only-child) {
    flex-basis: unset !important;
    margin-right: 0;
    margin-left: 0;
  }
  .full-width-mobile.wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
a {
  color: #004770;
}
a:hover {
  color: #00acec;
}

.pdf-link::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #ff9900;
  content: "\f15c";
  width: 1rem;
  height: 1rem;
  margin-left: 0.75rem;
}

.pdf-link--before::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #ff9900;
  content: "\f15c";
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.entry-title a {
  color: #004770 !important;
}
.entry-title a:hover {
  color: #00acec !important;
}

.read-more-link {
  font-style: italic;
  text-decoration: underline;
}
.read-more-link:hover {
  text-decoration: none;
}

.link-external {
  font-style: italic;
  font-size: 80%;
}
.link-external::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: inherit;
  color: #004770;
  display: inline-block;
  content: "\f35d";
  margin-left: 0.5rem;
  font-style: normal;
}

.btn {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
}

.btn-link {
  color: #004770;
}

.btn-primary {
  background-color: #00acec !important;
  border-color: #00acec !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #004770;
  border-color: #004770;
}

.btn-outline {
  background-color: transparent !important;
  border-color: #004770 !important;
  color: #004770 !important;
}
.btn-outline:hover {
  background-color: #004770 !important;
  border-color: #004770 !important;
  color: #fff !important;
}

.btn-outline-primary {
  border-color: #00acec;
  color: #00acec;
}
.btn-outline-primary:hover {
  background-color: #00acec;
  color: #fff;
}

.btn-large {
  font-size: 1.5rem;
}

.btn-medium {
  font-size: 1.2rem;
}

.no-border a {
  border: none !important;
}

.wp-block-button.fw-400 .wp-block-button__link {
  font-weight: 400 !important;
}

.btn-green {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  background-color: #2c8442 !important;
  border-color: #2c8442 !important;
}

.btn-purple {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  background-color: #7A449A !important;
  border-color: #7A449A !important;
}

.btn-orange {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
}

.btn-outline-orange {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  color: #ff9900;
  background-color: #fff;
  border-color: #ff9900 !important;
}

.btn-wrapper-green a {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  background-color: #2c8442 !important;
}

.btn-wrapper-purple a {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  background-color: #7A449A !important;
}

.btn-wrapper-orange a {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  background-color: #ff9900 !important;
}

.btn-atc {
  padding: 0.5rem 1rem;
}

.wp-block-buttons .wp-block-button {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
}

input[type=submit], .wpforms-submit {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}

.badge {
  margin-left: 0.5rem;
}
.badge.badge-green {
  background-color: #02756f;
}
.badge.badge-orange {
  background-color: #ff9900;
}
.badge.badge-blue {
  background-color: #00acec;
  color: #fff;
}
.badge.badge-gray {
  background-color: #eee;
}

.report-includes, .product_includes ul {
  list-style-type: disc;
  margin-left: 1rem;
}
.report-includes li, .product_includes ul li {
  margin-bottom: 0.25rem;
}
.report-includes, .product_includes ul {
  font-size: 0.85rem;
}

.report-toc, .product_toc ul {
  margin-left: 1rem;
}
.report-toc li, .product_toc ul li {
  margin-bottom: 0.25rem;
}
.report-toc, .product_toc ul {
  font-size: 0.85rem;
}

.report-toc li ul, .product_toc ul li ul {
  margin-left: 1rem;
}
.report-toc li ul li, .product_toc ul li ul li {
  margin-bottom: 0.25rem;
}

.dmg-reports__list {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.dmg-reports__list .dmg-reports__list-item {
  list-style-type: none;
}

.dmg-reports__intro-list {
  list-style-type: disc;
  padding-left: 12px;
}
.dmg-reports__intro-list li {
  padding-bottom: 1rem;
}

.dmg-services__service-list h4 {
  border-top: 1px solid #bbb;
  padding-top: 0.5rem;
}

.dmg-posts__list {
  padding-left: 1rem;
}
.dmg-posts__list li {
  padding: 0.5rem 0;
  list-style-type: disc;
}

.dmg-is__list li {
  list-style-type: none;
  font-size: 1.25rem;
}
.dmg-is__list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: inherit;
  color: #ff9900;
  display: inline-block;
  content: "\f105";
  margin-right: 0.5rem;
}

.dmg-about__text-list .about__text-list li {
  list-style-type: none;
  color: #ffffff;
  font-weight: bold;
}
.dmg-about__text-list .about__text-list li .list-dashes {
  display: none;
}
@media screen and (min-width: 768px) {
  .dmg-about__text-list .about__text-list li {
    font-size: 1.5rem;
    padding: 18px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .dmg-about__text-list .about__text-list li:nth-child(2) {
    justify-content: center;
  }
  .dmg-about__text-list .about__text-list li:nth-child(3) {
    justify-content: flex-start;
  }
  .dmg-about__text-list .about__text-list li:nth-child(5) {
    justify-content: center;
  }
  .dmg-about__text-list .about__text-list li .list-dashes {
    display: inline-block;
  }
}

.dmg-about__cloud-list {
  font-family: "Merriweather", times, serif;
}
.dmg-about__cloud-list ul li {
  list-style-type: none;
  background-image: url("/wp-content/uploads/2020/08/cloud-bg@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 148px;
  width: 260px;
  position: relative;
  margin-bottom: 48px !important;
}
.dmg-about__cloud-list ul li span {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem !important;
  padding: 56px 48px 0;
}
.dmg-about__cloud-list ul li.cloud-list__item-big {
  width: 345px;
  min-height: 200px;
}
.dmg-about__cloud-list ul li.cloud-list__item-medium {
  min-height: 172px;
  width: 300px;
}
.dmg-about__cloud-list ul li.cloud-list__item-1 span {
  padding-top: 44px;
}
.dmg-about__cloud-list ul li.cloud-list__item-2 {
  animation-delay: 0.5s;
}
.dmg-about__cloud-list ul li.cloud-list__item-2 span {
  padding-top: 68px;
}
.dmg-about__cloud-list ul li.cloud-list__item-3 {
  animation-delay: 1s;
  left: 48px;
}
.dmg-about__cloud-list ul li.cloud-list__item-4 {
  right: 24px;
}
.dmg-about__cloud-list ul li.cloud-list__item-4 span {
  padding-top: 77px;
}
.dmg-about__cloud-list ul li.cloud-list__item-5 {
  animation-delay: 0.5s;
}
.dmg-about__cloud-list ul li.cloud-list__item-6 {
  animation-delay: 1s;
}

.dmg-about__leader .wp-block-column {
  text-align: center;
}
.dmg-about__leader .wp-block-column p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  max-width: 160px;
  margin: 1rem auto;
}
.dmg-about__leader .wp-block-column .leader-list__book {
  margin-top: 1rem;
}
@media screen and (max-width: 575px) {
  .dmg-about__leader .wp-block-column .wp-block-image {
    width: 40%;
    float: left;
  }
  .dmg-about__leader .wp-block-column .wp-block-image figure {
    max-width: 75%;
    margin-top: 1rem;
  }
  .dmg-about__leader .wp-block-column p {
    width: 58%;
    float: right;
  }
}

.dmg-table__registrations {
  overflow: scroll;
}
.dmg-table__registrations th, .dmg-table__registrations td {
  word-break: break-all;
  font-size: 0.75rem;
}

.border-all {
  border-top: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
  border-bottom: 1px solid #bbb !important;
  border-left: 1px solid #bbb !important;
}

.border-bottom {
  border-bottom: 1px solid #bbb !important;
}

.border-bottom--light {
  border-bottom: 1px solid #eee !important;
}

.border-top {
  border-top: 1px solid #bbb !important;
}

.border-top--light {
  border-top: 1px solid #eee !important;
}

.border-right {
  border-right: 1px solid #bbb !important;
}

.border-left {
  border-left: 1px solid #bbb !important;
}

.border-top-bottom {
  border-top: 1px solid #bbb !important;
  border-bottom: 1px solid #bbb !important;
}

.border-left-right {
  border-left: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
}

.border-bottom-6 {
  border-bottom: 6px solid #bbb !important;
}

.border-color-purple {
  border-color: #7A449A !important;
}

.border-color-green {
  border-color: #2c8442 !important;
}

.border-color-blue {
  border-color: #00acec !important;
}

.image-border-bottom-6 img {
  border-bottom: 6px solid #bbb !important;
}

.image-border-blue img {
  border-color: #00acec !important;
}

.image-border-purple img {
  border-color: #7A449A !important;
}

.image-border-green img {
  border-color: #2c8442 !important;
}

.hero-bottom-border, .dmg-homepage__hero::after,
.dmg-section__hero::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #8f298d;
  border-top: 1px solid #ff9900;
  border-bottom: 1px solid #004770;
}

.wp-block-jetpack-contact-form .grunion-field-wrap {
  border-right: none !important;
}

.wforms-widget {
  padding-bottom: 0;
}

.wpforms-container, .dmg-form__footer {
  margin-bottom: 0 !important;
}
.wpforms-container .wpforms-form .wpforms-submit-container, .dmg-form__footer .wpforms-form .wpforms-submit-container {
  padding-top: 0 !important;
}
.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit], .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit, .dmg-form__footer .wpforms-form .wpforms-submit-container button[type=submit], .dmg-form__footer .wpforms-form .wpforms-submit-container .wpforms-submit {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  color: #fff !important;
  background-color: #00acec !important;
  border-color: #00acec !important;
  border-radius: 3px;
  padding: 8px 16px !important;
}
.wpforms-container.wpforms-container-full, .dmg-form__footer.wpforms-container-full {
  margin-bottom: 0 !important;
}
.wpforms-container .wpforms-submit, .dmg-form__footer .wpforms-submit {
  text-transform: uppercase;
}

.wpforms-confirmation-container-full {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

form:not([role=search]):not(.woocommerce-cart-form):not(.woocommerce-ordering):not(.cart) input:-moz-read-write:not(#coupon_code) {
  margin-bottom: 0;
}

form:not([role=search]):not(.woocommerce-cart-form):not(.woocommerce-ordering):not(.cart) input:read-write:not(#coupon_code) {
  margin-bottom: 0;
}

div.wpforms-container-full.dmg-form__register {
  background-color: #eee;
  padding: 2rem;
}

.dmg-newsletter-signup {
  background-color: #eee;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.dmg-newsletter-signup .dmg-newsletter-signup__text::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: inherit;
  color: #ff9900;
  display: inline-block;
  content: "\f0a4";
}

.gform_wrapper .ginput_container input {
  border-color: rgba(0, 0, 0, 0.25) !important;
}
.gform_wrapper .dmg-form__register {
  background-color: #eee;
  padding: 2rem;
}
.gform_wrapper .dmg-form__register .gform_button {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
  color: #fff !important;
  background-color: #00acec !important;
  border-color: #00acec !important;
  border-radius: 3px;
  padding: 8px 16px !important;
  font-size: 17px;
  text-transform: uppercase;
}

.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel] {
  border: 1px solid #ccc;
}
.wc-block-checkout__main .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid #ccc;
}
.wc-block-checkout__main .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__label {
  left: 3px;
}
.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input label, .wc-block-checkout__main .wc-block-components-form .wc-blocks-components-select label {
  color: #666;
}
.wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-checkout__main .wc-block-components-form .wc-blocks-components-select label {
  font-size: 0.833rem;
  font-family: "Montserrat", arial, sans-serif;
  transform: scale(0.85);
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: #eee;
}

.wp-block-woocommerce-checkout-payment-block.wc-block-components-checkout-step.wc-block-checkout__payment-method {
  border: none;
}
.wp-block-woocommerce-checkout-payment-block.wc-block-components-checkout-step.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  background-color: #eee;
}

.accordion .card:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .card .card-header .btn-link {
  color: #02756f;
  font-weight: bold;
}
.accordion .card .card-header .btn-link:hover {
  background-color: transparent;
}
.accordion .card .card-header .btn-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  content: "\f063";
  margin-left: 0.5rem;
  transform: rotate(-180deg);
  transition: transform 0.5s;
}
.accordion .card .card-header .btn-link.collapsed::after {
  transform: rotate(0deg);
}

.news-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  content: "\f1ea";
}

.paper-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  content: "\f15c";
}

.pdf-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  content: "\f1c1";
}

.report-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  content: "\f1c5";
}

.file-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  content: "\f15b";
}

.dmg-client__list .client-logo {
  text-align: center;
}
.dmg-client__list .client-logo img {
  width: 90%;
  max-width: 250px;
}
@media screen and (max-width: 575px) {
  .dmg-client__list .client-logo img {
    max-width: 150px;
  }
}

.modal-title {
  color: #004770;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
@media screen and (min-width: 959px) {
  .header {
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
  }
}
.header.hidden {
  top: -122px;
}
.header .builder-item {
  margin-top: 0;
  margin-bottom: 0;
}
.header .cart-icon-wrapper .cart-count {
  background-color: transparent;
  border: none;
  color: #004770;
  font-weight: bold;
  font-size: 0.75em;
  bottom: 0;
  left: 3px;
}

.builder-item--header_search > .search-field form {
  position: relative;
  height: 40px;
  flex-direction: row-reverse;
  min-width: 92px;
}
.builder-item--header_search > .search-field form:hover {
  width: 300px;
}
.builder-item--header_search > .search-field form input[type=search] {
  position: absolute;
  right: 0;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 959px) {
  .builder-item--header_search > .search-field form input[type=search] {
    transition: width 0.5s ease;
  }
  .builder-item--header_search > .search-field form input[type=search]:focus {
    width: 200%;
  }
}
.builder-item--header_search > .search-field form .search-submit {
  border: none;
}

.hfg_header .header-top {
  border-bottom: 5px solid #ff9900;
}
.hfg_header .header-top .header-top-inner {
  border-bottom: 5px solid #8f298d;
}
.hfg_header .header-top .header-top-inner .builder-item--logo {
  padding: 20px 0;
}
@media screen and (max-width: 959px) {
  .hfg_header {
    border-bottom: 5px solid #ff9900;
  }
  .hfg_header .header-main-inner {
    background-color: #004770;
    padding: 0.25rem 0;
    border-bottom: 5px solid #8f298d;
  }
}

@media screen and (min-width: 960px) {
  .header-main {
    border-bottom: 1px solid #004770;
  }
}

.header-maintenance-banner {
  width: 100%;
  font-size: 18px;
  color: #fff;
  background-color: #b11f84;
  text-align: center;
  padding: 12px 0;
  display: none;
}
.header-maintenance-banner p {
  margin-bottom: 0;
}
.header-maintenance-banner a {
  color: #fff;
  text-decoration: none;
}
.header-maintenance-banner strong {
  font-weight: bold;
}
.header-maintenance-banner span {
  text-decoration: underline;
}
.header-maintenance-banner i {
  color: #fff;
}

.site-footer {
  border-top: 5px solid #ff9900;
}
.site-footer .hfg_footer {
  border-top: 5px solid #8f298d;
}
@media screen and (min-width: 959px) {
  .site-footer .footer-top .footer--row-inner .item--inner {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .site-footer .footer-top .footer--row-inner .item--inner.builder-item--footer-four-widgets {
    width: 50%;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-top .footer--row-inner .item--inner.builder-item--footer-four-widgets {
    width: 100%;
  }
}
.site-footer .wpforms-widget .widget-title {
  font-size: 20px;
  line-height: 1;
}
.site-footer .wpforms-container-full:not(:empty) {
  margin: 0;
}
.site-footer .wpforms-confirmation-container-full p {
  color: #fff;
}
.site-footer .textwidget p {
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .site-footer .footer--row .builder-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.site-footer .footer-bottom, .site-footer .footer-bottom-inner {
  background-color: #004770;
}
.site-footer .footer-bottom p, .site-footer .footer-bottom-inner p {
  font-size: 12px;
}
.site-footer .footer-bottom .component-wrap *, .site-footer .footer-bottom-inner .component-wrap * {
  width: 100%;
  text-align: center;
}

.primary-menu-ul .sub-menu .menu-item .wrap {
  flex-direction: column;
  padding: 0;
}
.primary-menu-ul .sub-menu .menu-item a {
  justify-content: flex-start;
  text-transform: none;
  color: #00acec;
  padding: 7px 14px;
  min-height: 25px;
  font-weight: 400;
}
.primary-menu-ul .sub-menu .menu-item.menu-item-13539 a:first-child {
  display: none;
}

.builder-item--primary-menu {
  font-weight: 400;
}
.builder-item--primary-menu .nav-menu-primary .nav-ul {
  margin-bottom: 0;
}
.builder-item--primary-menu .nav-menu-primary .nav-ul li:not(.woocommerce-mini-cart-item):hover a {
  color: #00acec;
}
.builder-item--primary-menu .nav-menu-primary .nav-ul li .wrap {
  padding: 0;
}
.builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu {
  padding: 0;
}
@media screen and (min-width: 959px) {
  .builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu {
    box-shadow: 0 5px 5px rgba(85, 85, 85, 0.25);
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #eee;
    padding: 0.5rem;
    left: 0;
    right: unset;
  }
}
.builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu .menu-item a[href] {
  padding: 7px 0;
  min-height: 25px;
  font-weight: 400;
  color: #00acec;
}
@media screen and (min-width: 959px) {
  .builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu .menu-item a[href] {
    padding: 7px 14px;
    color: #004770;
  }
}
.builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu .menu-item a[href]:hover {
  color: #00acec;
  text-decoration: underline;
}
.builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu .menu-item.current_page_item a {
  font-weight: bold;
}
.builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu .menu-item .caret, .builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu .menu-item .caret-wrap {
  margin-left: 0 !important;
}
.builder-item--primary-menu .nav-menu-primary .nav-ul li .sub-menu .menu-item a:not([href]) {
  display: none;
}

.header-menu-sidebar .nav-ul {
  font-size: 1.15rem;
}
.header-menu-sidebar .nav-ul .sub-menu {
  font-size: 1.05rem;
}

.page-numbers a, .page-numbers .current {
  background-color: transparent;
  color: #000;
}
.page-numbers .current {
  color: #00acec;
  font-weight: 700;
}

.nv-index-posts {
  margin-top: 0;
}
.nv-index-posts .nv-page-title-wrap .nv-page-title h1 {
  color: #ff9900;
}
.nv-index-posts.search .nv-page-title-wrap {
  margin-left: -15px;
}

.nv-meta-list li {
  font-family: "Merriweather", times, serif;
}
.nv-meta-list li.category a {
  color: #02756f;
}
.nv-meta-list li.category a:hover {
  color: #8ccb8f;
  text-decoration: underline;
}

.nv-tags-list a {
  border: none;
  padding: 0;
  margin: 0 0.5rem 0 0;
}

.nv-post-navigation .previous, .nv-post-navigation .next {
  width: 45%;
  font-size: 0.833rem;
}
.nv-post-navigation .previous .nav-direction, .nv-post-navigation .next .nav-direction {
  font-size: 16px;
}

.posts-wrapper p a[rel=bookmark] {
  display: none;
}
@media screen and (max-width: 959px) {
  .posts-wrapper article {
    margin-bottom: 15px;
  }
  .posts-wrapper .post .article-content-col .content {
    padding-bottom: 0;
  }
}
.posts-wrapper article {
  padding-left: 0;
}

.widget_recent_entries a {
  color: #004770;
}
.widget_recent_entries a:hover {
  color: #00acec;
}

.widget.widget_recent_entries ul li {
  margin: 0;
  padding: 0.5rem 0;
}
.widget .widget-title, .widget .searchandfilter h4 {
  font-weight: 700;
}
.widget .searchandfilter h4 {
  color: #222;
}

.dmg-sidebar__list--categories a {
  color: #02756f;
}
.dmg-sidebar__list--categories a:hover {
  color: #8ccb8f;
}

.dmg-sidebar__list--years a {
  color: #7A449A;
}
.dmg-sidebar__list--years a:hover {
  color: #b11f84;
}

.woocommerce .nv-bc-count-wrap, .woocommerce .nv-woo-filters {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce .nv-woo-filters {
    margin-bottom: 1rem;
  }
}
.woocommerce .wcz-banner-notice {
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .woocommerce .wcz-banner-notice {
    font-size: 0.875rem;
  }
}
.woocommerce .button {
  font-family: "Roboto", arial, sans-serif !important;
  font-weight: 400;
}
.woocommerce .products .product {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eee !important;
}
.woocommerce .products .product .nv-card-content-wrapper {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}
.woocommerce .products .product .nv-card-content-wrapper .woocommerce-loop-product__link {
  text-decoration: none;
}
.woocommerce .products .product .nv-card-content-wrapper .woocommerce-loop-product__link img {
  border: 1px solid #ccc;
  margin: 0 auto;
}
.woocommerce .products .product .nv-card-content-wrapper .woocommerce-loop-product__link h2 {
  font-size: 1.25rem;
  color: #004770;
}
@media screen and (max-width: 575px) {
  .woocommerce .products .product .nv-card-content-wrapper .woocommerce-loop-product__link h2 {
    font-size: 1.424rem;
  }
}
.woocommerce .products .product .nv-card-content-wrapper .woocommerce-loop-product__link p {
  font-size: 0.85rem;
  color: #000;
}
.woocommerce .products .product .nv-card-content-wrapper .woocommerce-loop-product__link .price {
  display: none;
}
.woocommerce .products .product .nv-card-content-wrapper .woocommerce-loop-product__link:hover h2 {
  color: #00acec;
  text-decoration: underline;
}
.woocommerce .products .product .dmg-woocommerce__atc-wrapper {
  background-color: #eee;
  text-align: center;
  padding-top: 1rem;
}
.woocommerce .products .product .dmg-woocommerce__atc-wrapper .price {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.woocommerce .products .product .dmg-woocommerce__atc-wrapper a.add_to_cart_button {
  width: 60%;
  margin: 1rem auto;
}
.woocommerce .products .dmg-product__loop-item--horizontal h2 {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .woocommerce .products .dmg-product__loop-item--horizontal h2 {
    font-size: 1.424rem;
  }
}
.woocommerce .products .dmg-product__loop-item--horizontal .product__description p {
  font-size: 0.875rem;
}
.woocommerce .products .dmg-product__loop-item--horizontal .product-loop__image {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .woocommerce .products .dmg-product__loop-item--horizontal .product-loop__image {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 50%;
  }
}
.woocommerce .shop-sidebar .woocommerce-mini-cart__buttons a {
  padding: 8px 12px !important;
}
.woocommerce .woocommerce-cart-form table.cart td.actions {
  display: none;
}
.woocommerce #woocommerce-checkout-form-coupon, .woocommerce .coupon {
  display: none;
}

.product__info--image {
  position: relative;
}
.product__info--image img {
  border-top: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
  border-bottom: 1px solid #bbb !important;
  border-left: 1px solid #bbb !important;
}
.product__info--image .product__on-sale::before {
  content: "Limited Time Discount";
  width: 65px;
  height: 65px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E65944;
  color: #fff;
  font-weight: 600;
  font-size: 0.6rem;
  font-family: "Roboto", arial, sans-serif;
  text-align: center;
  line-height: 0.8rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  z-index: 10;
  padding: 0.75rem 0;
}
.product__info--image .product__on-sale .wc-block-components-product-sale-badge {
  display: none;
}

.woocommerce-page #content {
  padding: 30px 0;
}
.woocommerce-page #content .nv-index-posts.nv-shop {
  margin-top: 0;
}
.woocommerce-page #content .woocommerce-products-header .page-title {
  font-size: 2.441rem;
}
@media screen and (max-width: 575px) {
  .woocommerce-page #content .woocommerce-products-header .page-title {
    font-size: 1.602rem;
  }
}
.woocommerce-page #content .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-page #content div.product .product_title {
  font-size: 1.953rem;
}
@media screen and (max-width: 575px) {
  .woocommerce-page #content div.product .product_title {
    font-size: 1.424rem;
  }
}
.woocommerce-page #content div.product .product_date {
  margin-bottom: 1rem;
}
.woocommerce-page #content div.product .product_info--mobile img {
  max-width: 50%;
  margin: 0 auto 1rem;
}
.woocommerce-page #content div.product .product_sidebar img {
  border: 1px solid #ccc;
}
.woocommerce-page #content div.product .product_sidebar .product-abstract-link {
  font-weight: bold;
  font-style: italic;
}
.woocommerce-page #content div.product .product_sidebar .product-contact {
  margin-top: 2rem;
}
.woocommerce-page #content div.product .product_sidebar .product-contact h5 {
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  position: relative;
  padding-right: 3rem;
}

.single-product .neve-main > .shop-container .nv-shop.col {
  max-width: 100%;
}

.woocommerce-checkout .nv-page-title-wrap {
  margin-top: 0;
}
.woocommerce-checkout .nv-page-title-wrap .nv-page-title {
  margin-bottom: 0;
}
.woocommerce-checkout .nv-content-wrap {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .woocommerce-checkout .nv-content-wrap {
    margin: 0 auto;
  }
}

.wp-block-woocommerce-checkout #neve-checkout-coupon {
  display: none;
}
.wp-block-woocommerce-checkout #customer_details, .wp-block-woocommerce-checkout #order_review {
  width: 100%;
  float: none;
}
.wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  display: block;
  margin-bottom: 1rem;
}
.wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
  width: 47%;
  display: inline-block;
}
.wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  width: 47%;
  display: inline-block;
  margin-left: 6%;
}
@media screen and (max-width: 575px) {
  .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field, .wp-block-woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
    width: 100%;
    margin-left: 0;
  }
}
.wp-block-woocommerce-checkout .woocommerce table.shop_table td:nth-child(2) {
  width: 15%;
  min-width: 115px;
}
.wp-block-woocommerce-checkout #payment .form-row select {
  background-color: #fff;
  border-color: #c7c1c6;
  border-radius: 3px;
}
.wp-block-woocommerce-checkout #payment .form-row.form-row-first {
  width: 100%;
}
.wp-block-woocommerce-checkout #payment div.payment_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-woocommerce-checkout #payment div.payment_box {
    width: 60%;
  }
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading h2 {
  font-weight: 700;
}
.wp-block-woocommerce-checkout .wc-block-components-button.wp-element-button {
  background-color: #00acec;
  text-transform: uppercase;
}
.wp-block-woocommerce-checkout .wc-block-components-button.wp-element-button:hover {
  background-color: #007cba;
}
.wp-block-woocommerce-checkout .wc-block-components-button.wp-element-button .wc-block-components-checkout-place-order-button__text {
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 100%;
}

.woocommerce .products .product .nv-card-content-wrapper {
  width: 100%;
}

#sp-testimonial-pro-13347.sp-testimonial-pro-section h3 {
  font-size: 1rem;
  text-align: left;
}
#sp-testimonial-pro-13347.sp-testimonial-pro-section .sp-tpro-items .sp-testimonial-pro-item .sp-testimonial-pro {
  border-top: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
  border-bottom: 1px solid #bbb !important;
  border-left: 1px solid #bbb !important;
  padding: 1rem;
}
#sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-testimonial-title h3 {
  font-style: italic;
  font-size: 1.953rem;
}
@media screen and (max-width: 575px) {
  #sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-testimonial-title h3 {
    font-size: 1.424rem;
    font-weight: bold;
  }
}
#sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-testimonial-title h3::before, #sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-testimonial-title h3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.75rem;
  color: inherit;
  display: inline-block;
  vertical-align: top;
}
#sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-testimonial-title h3::before {
  content: "\f10d";
  margin-right: 5px;
}
#sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-testimonial-title h3::after {
  content: "\f10e";
  margin-left: 5px;
}
#sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-client-name {
  font-weight: bold;
}
#sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-client-image {
  text-align: center !important;
}
#sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-client-image img {
  max-width: 200px;
  max-height: 200px;
}
@media screen and (max-width: 575px) {
  #sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-testimonial-text, #sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-client-name, #sp-testimonial-pro-13347.sp-testimonial-pro-section .tpro-client-image {
    font-size: 0.875rem;
  }
}

.sp-tpro-modal-testimonial {
  text-align: left !important;
}
.sp-tpro-modal-testimonial .sp-tpro-testimonial-title, .sp-tpro-modal-testimonial .tpro-client-testimonial {
  text-align: left !important;
}
.sp-tpro-modal-testimonial .sp-tpro-testimonial-title {
  font-style: italic;
  font-weight: bold;
  color: #004770 !important;
}
.sp-tpro-modal-testimonial .sp-tpro-testimonial-title::before, .sp-tpro-modal-testimonial .sp-tpro-testimonial-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.85rem;
  color: inherit;
  display: inline-block;
  vertical-align: top;
}
.sp-tpro-modal-testimonial .sp-tpro-testimonial-title::before {
  content: "\f10d";
  margin-right: 0.35rem;
}
.sp-tpro-modal-testimonial .sp-tpro-testimonial-title::after {
  content: "\f10e";
  margin-left: 0.35rem;
}
.sp-tpro-modal-testimonial .tpro-client-testimonial {
  font-family: "Merriweather", times, serif;
}
.sp-tpro-modal-testimonial .tpro-client-name, .sp-tpro-modal-testimonial .tpro-client-designation-company {
  text-align: right !important;
}
.sp-tpro-modal-testimonial .tpro-client-name {
  font-weight: bold;
  margin-bottom: 0;
}
.sp-tpro-modal-testimonial .tpro-client-designation-company {
  font-family: "Merriweather", times, serif;
  color: #555 !important;
}

.dmg-homepage h3, .dmg-homepage h4 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
}
.dmg-homepage a {
  text-decoration: none !important;
}
.dmg-homepage a:hover {
  text-decoration: underline !important;
}
.dmg-homepage .is-style-primary .wp-block-button__link:hover {
  background-color: #004770;
}

.dmg-homepage__hero {
  min-height: 500px;
  margin-bottom: 0;
}
.dmg-homepage__hero h1 {
  color: #fff;
}

.dmg-homepage__publications .reports-item__wrapper {
  padding-bottom: 1.5rem;
}
.dmg-homepage__publications .reports-item__wrapper:not(:first-child) {
  padding-top: 1.5rem;
}
.dmg-homepage__publications .reports-item__wrapper:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .dmg-homepage__publications .reports-item__wrapper .reports-item__left {
    display: inline-block;
    max-width: 50%;
    margin: 0 auto 2rem;
  }
}
.dmg-homepage__publications .reports-item__wrapper .reports-item__left .reports-item__image {
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 768px) {
  .dmg-homepage__publications .reports-item__wrapper .reports-item__right .excerpt {
    font-size: 0.875rem;
  }
}

.dmg-homepage__view-more {
  font-size: 1.15rem;
  font-style: italic;
  margin-top: 1rem;
}
.dmg-homepage__view-more a {
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .dmg-homepage__view-more {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .dmg-homepage__reports-list h3 {
    font-size: 1.75rem;
  }
}
.dmg-homepage__reports-list .is-style-secondary .wp-block-button__link {
  border: none !important;
  text-decoration: none !important;
}
.dmg-homepage__reports-list .is-style-secondary .wp-block-button__link:hover {
  color: #00acec;
  text-decoration: underline !important;
}
.dmg-homepage__reports-list .homepage-whitepapers__items {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .dmg-homepage__reports-list .homepage-whitepapers__items {
    text-align: center;
    padding-top: 1rem;
    margin-left: 0;
    border-top: 1px solid #eee !important;
  }
  .dmg-homepage__reports-list .homepage-whitepapers__items::before {
    content: "Whitepapers";
    font-size: 1.266rem;
    display: block;
    margin-bottom: 1rem;
  }
}
.dmg-homepage__reports-list .homepage-whitepapers__items .whitepapers-item__wrapper:not(:last-child) {
  margin-bottom: 1rem;
}
.dmg-homepage__reports-list .homepage-whitepapers__items h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .dmg-homepage__reports-list .homepage-whitepapers__items .whitepapers-item {
    border-left: 1px solid #ccc;
    padding-left: 2.5rem;
  }
}
.dmg-homepage__reports-list .homepage-whitepapers__items .whitepapers-item a {
  color: #00acec;
}
.dmg-homepage__reports-list .homepage-whitepapers__items .whitepapers-item .whitepapers-item__image {
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .dmg-homepage__reports-list .homepage-whitepapers__items .whitepapers-item .whitepapers-item__image {
    max-width: 50%;
  }
}
.dmg-homepage__reports-list .homepage-whitepapers__items .is-style-secondary .wp-block-button__link {
  color: #222;
  border-color: #222;
  font-weight: bold;
  width: 100%;
}
.dmg-homepage__reports-list .homepage-whitepapers__items .is-style-secondary .wp-block-button__link:hover {
  color: #00acec;
  border-color: #00acec;
  text-decoration: underline !important;
}
.dmg-homepage__reports-list .homepage-whitepapers__items .whitepapers__items-secondary a span {
  font-family: "Roboto", arial, sans-serif;
  font-size: 0.833rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #393939;
}
.dmg-homepage__reports-list .homepage-whitepapers__items .whitepapers__items-secondary a:hover span {
  color: #00acec;
}

.dmg-homepage__customers blockquote::before, .dmg-homepage__customers blockquote::after {
  height: 0;
  background: transparent;
}
.dmg-homepage__customers blockquote cite {
  color: #fff !important;
}
.dmg-homepage__customers .sp-testimonial-pro-section .tpro-testimonial-title h3::before, .dmg-homepage__customers .sp-testimonial-pro-section .tpro-testimonial-title h3::after {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .dmg-homepage__customers .sp-testimonial-pro-section .tpro-testimonial-text p {
    font-size: 0.875rem;
  }
}
.dmg-homepage__customers .dmg-homepage__logos .wp-block-image {
  margin-bottom: 2rem;
}

.dmg-homepage__news li {
  padding-left: 24px;
  position: relative;
}
.dmg-homepage__news li a {
  text-decoration: none !important;
}
.dmg-homepage__news li a:hover {
  text-decoration: underline !important;
}
.dmg-homepage__news li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 1.15rem;
  color: #ff9900;
  display: block;
  content: "\f1ea";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -10px;
  top: 2px;
}
@media screen and (max-width: 575px) {
  .dmg-homepage__news .alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .dmg-homepage__news .homepage-news__latest li a {
    font-size: 1.25rem;
  }
}
.dmg-homepage__news .homepage-news__releases li::before {
  content: "\f0a1";
  font-weight: 600;
}

.dmg-homepage__about {
  background-image: url("../images/bg-about-board-meeting-mono--orange@2x.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .dmg-homepage__about .alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.dmg-homepage__about .homepage-about__list li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
  font-size: 1.15rem;
}
.dmg-homepage__about .homepage-about__list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.15rem;
  color: inherit;
  display: inline-block;
  content: "\f00c";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -6px;
}

.archive-whitepaper-container .nv-index-posts .nv-page-title-wrap .nv-page-title h1 {
  color: #02756f;
}
.archive-whitepaper-container .posts-wrapper article:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
  border-top: 1px solid #eee !important;
}
.archive-whitepaper-container .pagination {
  display: block;
  text-align: center;
}
.archive-whitepaper-container .pagination .page-numbers {
  display: inline-block;
  padding: 2px 10px;
}

.single-whitepaper-container h1 {
  font-size: 2.441rem;
}
@media screen and (max-width: 575px) {
  .single-whitepaper-container h1 {
    font-size: 1.602rem;
  }
}

.whitepaper-loop__recent {
  background-color: #eee;
  padding: 2rem;
}
.whitepaper-loop__recent h2 {
  margin-top: 0;
}
.whitepaper-loop__recent a[rel=bookmark] {
  display: block;
  margin-top: 1rem;
}

.whitepaper-loop__item img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.whitepaper-loop__item h3 {
  color: #004770;
  font-weight: 400;
}

.article-loop__item h3 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.article-loop__item .note {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.article-loop__item .meta-data a {
  color: #148c8b;
}
.article-loop__item .article-loop__item-excerpt p {
  color: #222;
  margin-bottom: 0.5rem;
}

.publications-articles__list .row {
  margin: 0;
}/*# sourceMappingURL=dmg.css.map */