@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,700&amp;display=swap");

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: #072928;
}

a {
    /*color: #488c89;*/
    color: #155e78;
}

.di-section-bg-dark-gradient .di-content a,
.di-section-bg-gradient .di-content a {
  color: #1ccfc9;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input:focus,
button:focus,
textarea:focus,
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: 1px solid #ddd;
  padding: 10px;
}

.di-container {
  max-width: 1320px;
  margin: 0 auto;
}

.footer-container,
.di-container {
  padding: 0 20px;
}

h2 {
  font-size: 60px;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

span.link-icon-wrapper {
    height: 60px;
    display: flex;
    background: #2899cf;
    width: 60px;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

span.link-icon-wrapper svg {
  height: 25px;
}

.group-link-individual a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

span.link-icon-wrapper {
  margin-right: 25px;
}

.group-link-individual,
.mega-sub-menu .group-link-individual.shortcode-link {
  margin-top: 80px;
}

.di-section-bg-gradient .di-content-carousel-content h4,
.di-section-bg-gradient .di-content-carousel-content,
.di-section-bg-dark-gradient .di-content-carousel-content h4,
.di-section-bg-dark-gradient .di-content-carousel-content {
  color: #fff;
}

.basic_content_new .di-content h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.di-section-bg-overlay-half .di-section-overlay-bg:after {
  width: 50%;
  left: auto;
  right: -12px;
}

.resource_download .di-container {
  z-index: 3;
}

.mainmenu .mega-sub-menu .widget_nav_menu ul a:after {
  content: ">";
  background: #fff;
  color: #49918e;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mainmenu .mega-sub-menu .widget_nav_menu ul a {
  position: relative;
  padding-right: 50px;
  display: block;
}

.mainmenu .mega-sub-menu .widget_nav_menu ul a:hover:after {
  opacity: 1;
  visibility: visible;
}

.header-area {
  position: fixed;
  left: 0;
  z-index: 99;
  width: 100%;
}

.header-area .flex {
  justify-content: space-between;
  align-items: center;
}

.header-right {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 18px;
}

.mainmenu ul {
  display: flex;
}

a.lets-talk-btn,
.client-login-btn {
  display: inline-flex;
  align-items: center;
  background: #172c31;
  padding: 8px 20px 8px 10px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
}

a.lets-talk-btn svg {
  margin-right: 15px;
}

a.lets-talk-btn {}

a.client-login-btn {
  background: #113d4e;
  padding: 12px 20px 12px 20px;
  margin-right: 15px;
}

.header-right-wrapper {
  display: flex;
}

a.client-login-btn svg {
  margin-right: 12px;
}

button.di-search-btn {
  height: 60px;
  width: 60px;
  background: #113d4e;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.header-area .di-container,
.di-container.big-container {
  max-width: 1600px;
  position: static;
}

.mainmenu {
  font-size: 19px;
}

.mega-menu-toggle {
  display: none;
}

.mainmenu li a {
  padding: 15px 25px;
  display: block;
}

.mega-menu-wrap>ul>li:hover>a {
  background: #fff;
  color: #000;
}

.mega-menu-wrap>ul>li>a {
  border-radius: 50px;
}

.mainmenu li a {
  color: #fff;
  text-decoration: none;
}

.logo a {
  display: inline-block;
  margin-top: 10px;
}

.header-area {
  padding: 25px 0;
}

.mainmenu .mega-menu>li>ul.mega-sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 30px;
  color: #fff;
}

.header-area.hovered,
.mainmenu .mega-menu>li>ul.mega-sub-menu,
.sticky-active.header-area {
  background: linear-gradient(to right, #2aadea 0%, #217aa4 50%, #155e78 100%);
}

.mainmenu .mega-menu>li>ul.mega-sub-menu>.mega-menu-row {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.single-blog-box>a,
.single-blog-box-inner {
  height: 100%;
}

ul.mega-sub-menu .mega-menu-columns-4-of-12 {
  width: 33.33%;
}

h4.mega-block-title {
  font-weight: 400;
  font-size: 38px;
}

.mainmenu .widget_text {
  padding-right: 45px;
  margin-right: 0;
}

.widget_media_image img,
.widget_media_image {
  width: 100%;
}

.mainmenu li.widget_media_image {
  margin-right: 0;
}

ul.mega-sub-menu .mega-menu-columns-4-of-12:last-child {
  margin-right: 0;
}

.widget_media_image img {
  border-radius: 50px 0 0 0;
  float: left;
}

.mainmenu .mega-menu>li>ul.mega-sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.05s;
}

.mainmenu .mega-menu>li:hover ul.mega-sub-menu {
  visibility: visible;
  opacity: 1;
}

.mainmenu .widget_nav_menu ul {
  display: block;
}

.mainmenu .widget_nav_menu ul a {
  padding: 10px;
  font-weight: 700;
}

.mainmenu .widget_nav_menu {
  padding-left: 30px;
}

.mainmenu .mega-menu>li.mega-menu-flyout {
  position: relative;
}

.mainmenu .mega-menu>li.mega-menu-flyout ul {
  display: block;
  background: #4e9b98;
  width: 300px;
  left: 10px;
  padding: 0;
}

.mainmenu .mega-menu>li.mega-menu-flyout ul a {
  padding: 12px 15px;
}

.mainmenu .mega-menu>li.mega-menu-flyout ul a:hover {
  background-color: #172c31;
}

span.mega-menu-description {
  display: none;
}

.slick-arrow {
  position: absolute;
  right: 10px;
  top: -90px;
  background: #fff;
  border: navajowhite;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.slick-arrow.slick-prev {
  margin-right: 90px;
  transform: rotate(-180deg);
}

.slick-arrow:hover {
  background-color: #dd6a4f33;
}

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

.content-align-center .group-link-individual a {
  justify-content: center;
}

section.di-layout-contact {
  padding: 80px 0;
}

.contact-area-inner {
  position: relative;
}

.di-contact-bg {
  width: 40%;
  height: 100%;
  position: absolute;
  border-radius: 0 0 100px 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.di-contact-form {
  padding-top: 50px;
}

body .gform_wrapper.gravity-theme .gfield_required_text {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield_required:before {
  content: "*";
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
select,
textarea {
  border: none;
  border-bottom: 1px solid #707070;
  padding: 15px 0 !important;
  background: transparent;
  color: #757575;
}

body .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}

input[type="submit"] {
  background-color: #de6a4e;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 50px;
}

.di-footer {
  background: linear-gradient(to bottom, #2aadea 0%, #217aa4 50%, #155e78 100%);
}

.footer-container {
  max-width: 1600px;
  margin: 0 auto;
}

footer.di-footer a {
  color: #fff;
}

.footer-top {
  border-bottom: 1px solid #eefbfa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

footer.di-footer a {
  text-decoration: none;
}

.footer-widgets {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-widgets>div {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-wid-col .widget-title {
  font-size: 25px;
}

.footer-widgets>div:last-child {
  min-width: 30%;
}

.di-location-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  padding: 10px;
}

.di-location-item h3,
.di-location-item .location-item-content {
  flex: 1;
}

.di-location-item h3 {
  padding: 10px;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}

.di-location-item:last-child {
  border: none;
}

.widget:last-child .di-location-item {
  border: none;
  margin-bottom: 0;
}

.footer-menu {
  border-top: 1px solid #c0dad9;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}

.footer-widgets .widget.widget_nav_menu:last-child {
  margin-bottom: 0;
}

.footer-menu {
  margin-top: 25px;
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu ul li a {
  padding-right: 40px;
}

.di-footer {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding-top: 60px;
}

.content-align-right {
  text-align: right;
}

.hero-form {
  display: flex;
  align-items: center;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.hero-form-area {
  display: flex;
  border-bottom: 2px solid #fff;
  align-items: center;
}

.hero-form-select select {
  border: none;
  background: none;
  color: #fff;
  width: 285px;
  padding: 12px;
}

input[type="submit"],
button[type="submit"] {
    background: #2899cf;
    color: #fff;
    border: none;
    padding: 15px 33px;
    font-size: 18px;
    border-radius: 50px;
}

.hero-form-select {}

.hero-form-submit {
  margin-left: 15px;
}

.di-page-header {
  background-image: url(assets/img/page-heading-bg.html);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.di-page-header:after {
  background: linear-gradient(135deg, #2591c4 0%, #16607c 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.95;
  z-index: 1;
}

.di-page-header .di-container {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 150px;
}

.search-form {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}

.search-form button[type="submit"] {
  background: none;
  padding: 0;
}

.search-form {
  background-color: #fff;
}

.search-form input[type="search"] {
  border: none;
}

.search-form-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
}

.search-icon-wrapper {
  margin-top: 10px;
  margin-right: 20px;
}

.search-submit {
  padding-top: 10px;
}

.search-form input[type="search"] {
  width: 300px;
  padding: 10px 20px;
  border-radius: 50px;
}

form.search-form {
  border-radius: 50px;
  height: 50px;
}

form.search-form button[type="submit"] {
  background: #de6a4e;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

form.search-form button[type="submit"] path {
  fill: #fff;
}

form.search-form {
  margin-right: 15px;
}

.search-form {
  bottom: -30px;
}

.light-bg {
  background-color: #eefbfa;
}

.featured-posts {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.two-columns {
  margin-left: -10px;
  margin-right: -10px;
}

.single-blog-box {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.single-blog-box-inner {
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 0 0 0 35px;
}

.blog-box-bg {
  height: 260px;
  margin-bottom: 15px;
}

.blog-box-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-box-date {
  font-size: 18px;
  margin-bottom: 10px;
}

h3.blog-box-title {
  margin-bottom: 50px;
}

.single-blog-box .group-link-individual.shortcode-link a {
  color: #112828;
  font-weight: 700;
  font-size: 18px;
}

.rest-posts {
  padding-top: 80px;
  padding-bottom: 80px;
}

.three-columns .single-blog-box {
  width: 33.3333%;
  margin-bottom: 20px;
}

.three-columns .single-blog-box-inner {
  padding: 20px;
  background: #eefbfa;
}

.three-columns .blog-box-bg {
  height: 160px;
}

.blog-box-bg img {
  border-radius: 0 0 50px;
}

.three-columns .blog-box-bg img {
  border-radius: 0 0 30px;
}

.three-columns a {
  text-decoration: none;
  color: #112828;
}

.three-columns .blog-box-date {
  font-size: 16px;
  margin-bottom: 5px;
}

.three-columns h3.blog-box-title {
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.di-testimonials-section {
  background: radial-gradient(ellipse, rgba(42, 173, 234, 1) 0%, rgb(26 105 138) 100%);
}

.di-testimonials-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.single-testimonial-item {
  display: flex;
}

.testimonial-image {
  min-width: 350px;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  padding-top: 80px;
  margin-left: 200px;
}

.testimonial-image img {
  width: 100%;
  margin-left: -80px;
}

.testimonial-image:after {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #eefbfa;
  z-index: -1;
  top: 0;
}

.testimonial-image:after,
.testimonial-image img {
  border-radius: 0 0 100px;
}

.testimonial-content {
  font-size: 28px;
  text-align: right;
  color: #fff;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 106px;
}

.testimonial-info {
  font-weight: 400;
  font-size: 20px;
  margin-top: 40px;
}

.testimonial-info h4 {
  font-size: 24px;
  margin-bottom: 0;
}

.testimonial-carousel .slick-arrow {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  z-index: 3;
}

.testimonial-carousel .slick-arrow.slick-next {
  left: 80px;
}

.di-page-title {
  padding-top: 200px;
  padding-bottom: 150px;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.di-page-title h1 {
  font-size: 70px;
}

.di-page-title:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, #2aadea 0%, #217aa4 50%, #155e78 100%);
  z-index: -1;
  opacity: 0.8;
}

.gradient-background {
  background: linear-gradient(to bottom, #2aadea 0%, #217aa4 50%, #155e78 100%);
}

section.content-block {
  padding: 80px 0;
}

.footer-widgets .widget.widget_nav_menu:first-child {
  min-height: 250px;
}

.footer-widgets .widget.widget_nav_menu {
  margin-bottom: 30px;
}

.jquery-modal.blocker {
  z-index: 99999;
}

span.frc-banner {
  display: none;
}

.ginput_container_frcaptcha {
  display: flex;
  justify-content: center;
}

#lets-talk-modal {
  max-width: 800px;
}

#lets-talk-modal .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}

#lets-talk-modal input[type="text"],
#lets-talk-modal input[type="url"],
#lets-talk-modal input[type="email"],
#lets-talk-modal input[type="tel"],
#lets-talk-modal select,
#lets-talk-modal textarea {
  border: 1px solid #ddd;
  padding: 10px;
}

ul.slick-dots li {
  display: none;
}

ul.slick-dots li.slick-active {
  display: block;
}

ul.slick-dots {
  position: absolute;
  right: 190px;
  top: -72px;
  font-size: 18px;
}

.testimonial-carousel ul.slick-dots {
  left: 180px;
  color: #fff;
  bottom: 18px;
  top: auto;
}

a.cta-video-btn {
  background-color: #fff;
  height: 100px;
  width: 100px;
  position: absolute;
  right: 40px;
  bottom: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

a.cta-video-btn:hover {
  background-color: #dd6a4f;
}

a.cta-video-btn:hover svg path {
  fill: #fff;
}

.di-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.di-pagination span,
.di-pagination a {
  text-decoration: none;
  padding: 0 15px;
}

.search-modal {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: #000000a8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-modal form {
  display: flex;
  align-items: center;
}

.search-modal input,
.search-modal select,
.search-modal button {
  height: 65px;
  padding: 15px 20px;
}

.search-modal select {
  margin: 0 15px;
}

.search-modal button {
  min-width: 150px;
  border-radius: 0;
}

.search-modal input {
  min-width: 400px;
}

button.search-close {
  color: #fff;
  background: none;
  border: none;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

button.search-close svg {
  height: 50px;
}

.blog-post-content h2 {
  font-size: 40px;
}

.blog-post-content h3 {
  font-size: 30px;
}

section.related-content {
  background: linear-gradient(to bottom, #407976 0%, #182e33 100%);
  padding: 80px 0;
}

section.related-content h2 {
  color: #fff;
  margin-bottom: 40px;
}

.single-related-wrap {
  width: 33.3333%;
}

.related-content-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.single-related-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.single-related-content {
  height: 282px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0 0 60px;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.related-content-inner {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 30px;
  color: #fff;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.related-content-inner .dummy-related-icon {
  width: 60px;
  height: 60px;
  background: #de6a4e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 60px;
}

.related-content-inner h3 {
  margin: 0;
  padding-right: 25px;
}

.single-related-content:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  z-index: -1;
  opacity: 0.2;
  border-radius: 0 0 60px;
}

.hero-content .group-link-individual.shortcode-link {
  margin-top: 50px;
}

.select2-results {
  background-color: #217aa4;
  margin-left: -52px;
  margin-right: -190px;
  padding: 20px;
  color: #fff;
  margin-top: 10px;
}

.hero-form .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
}

.hero-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  padding-left: 20px;
}

.hero-form .select2-container {
  margin-bottom: 7px;
}

body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #42807d;
}

.hero-form-inner {
  display: flex;
}

.hero-form-inner {
  padding: 10px;
  padding-left: 25px;
}

form.hero-form.hero-form-active .hero-form-inner {
  background-color: #217aa4;
  border-radius: 30px 30px 0 0;
}

.hero-form {
  margin-left: -22px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-dropdown {
  background: transparent;
  border: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.hero-slider .slick-arrow {
  top: auto;
  bottom: 10%;
  right: 10%;
  z-index: 2;
}

.hero-slider .slick-arrow.slick-prev {
  right: 15%;
  top: auto;
  margin-right: 0;
}

.hero-slider ul.slick-dots {
  bottom: 10%;
  top: auto;
  left: auto;
  right: 20%;
}

.hero-slider ul.slick-dots li {
  color: #fff;
  margin-bottom: 14px;
}

.blog-heading-wrap {
  background-image: url(assets/img/customer-hub-page-background.html);
}

.blog-heading-wrap ul {
  display: flex;
  justify-content: center;
}

.blog-heading-wrap {
  color: #fff;
  padding-top: 180px;
  text-align: center;
  padding-bottom: 90px;
}

.blog-heading-wrap ul a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}

.single-post-item .row {
  display: flex;
}

.post-thumbnail {
  width: 400px;
  margin-right: 30px;
  min-width: 400px;
}

.single-post-item {
  margin-bottom: 50px;
}

.post-categories {
  font-size: 90%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-post-item a {
  text-decoration: none;
}

.post-details-readmore a {
    display: inline-block;
    background: #155e78;
    /*background: #488c89;*/
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
}

.post-details-content h3 {
  margin-bottom: 30px;
}

.ppm-pagination {
  display: flex;
  justify-content: center;
}

.ppm-pagination span,
.ppm-pagination a {
  display: inline-block;
  padding: 20px;
  text-decoration: none;
}

.blog-content-block {
  padding-top: 80px;
  padding-bottom: 60px;
}

.post-details-excerpt {
  font-size: 80%;
  margin-bottom: 20px;
}

.plus-icon svg,
.minus-icon svg {
  width: 25px;
  float: left;
  color: #113d4e;
}

.di-accordion-title {
  display: flex;
  align-items: center;
  color: #0a7c77;
  cursor: pointer;
}

span.minus-icon {
  display: none;
}

.di-accordion-item {
  margin-bottom: 15px;
}

.plus-icon,
.minus-icon {
  margin-right: 10px;
}

.acc_active span.plus-icon {
  display: none;
}

.acc_active span.minus-icon {
  display: block;
}

.di-accordion-content {
  padding: 0px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 15px;
}

ul.mega-sub-menu .mega-menu-columns-4-of-12 {}

ul.mega-sub-menu .mega-menu-columns-8-of-12 {
  max-width: 66.6666%;
}

.di-menu-tabs {}

.di-menu-tabs {
  display: flex;
}

.di-menu-tabs ul.di-menu-tab-heading {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  min-width: 50%;
}

.di-menu-tabs ul.di-menu-tab-heading li a {
  padding: 10px;
  padding-left: 25px;
  font-weight: 700;
}

.di-menu-tabs ul.di-menu-tab-heading li.active a {
  background-color: #1a6888;
  border-radius: 50px 0px 0px 50px;
}

.di-menu-tabs .tab-content {
  background-color: #1a6888;
  padding: 25px;
  border-radius: 0px 0 50px 0;
  font-size: 16px;
}

.di-menu-tabs .group-link-individual.shortcode-link {
  margin-top: 20px;
}

ul.extra-menu-tab-link {
  flex-wrap: wrap;
  border-top: 1px solid #eefbfa;
  margin-top: 20px;
}

ul.extra-menu-tab-link li {
  width: 50%;
}

ul.extra-menu-tab-link li a {
  padding: 0px;
  margin-top: 15px;
  font-size: 16px;
  padding-right: 15px;
}

.di-menu-tabs span.link-icon-wrapper {
  height: 40px;
  width: 40px;
}

.di-menu-tabs .tab-content ul li a:hover {
  color: #172c31;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2,
body .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: #dd6a4f;
}

body .gform_wrapper.gravity-theme .gform_validation_errors,
body .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  border-color: #dd6a4f;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: none;
  border-bottom: 1px solid #707070;
}

.resource-item-content h3 {
  max-height: 120px;
  overflow: hidden;
}

.resource-basic-content {
  overflow: hidden;
  max-height: 100px;
}

.di-menu-tabs ul.di-menu-tab-heading li a:hover,
.di-footer a:hover,
.single-mobile-menu-item button:hover,
a.single-mobile-menu-second-level:hover {
  color: #1ccfc9;
}

.di-menu-tabs ul.di-menu-tab-heading li.active a:hover {
  color: #fff;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
span.link-icon-wrapper:hover,
.slick-arrow:hover,
.group-link a:hover span.link-icon-wrapper,
.group-link-individual a:hover span.link-icon-wrapper,
.single-blog-box:hover span.link-icon-wrapper,
.group-content-image:hover span.link-icon-wrapper,
.single-related-wrap:hover .dummy-related-icon {
    background-color: #155e78;
}

.slick-arrow:hover svg path {
  stroke: #fff;
}

.location-item-content {
  line-height: 26px;
}

.related-content-inner h3 {
  max-height: 94px;
  overflow: hidden;
}

.featured-posts .blog-box-title {
  margin-bottom: 20px;
}

.single-blog-box a {
  text-decoration: none;
  color: #072928;
}

span.di-dummy-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}

.di-search-popup {
  display: flex;
  align-items: center;
  width: 100%;
}

button.di-search-close svg {
  height: 22px;
}

button.di-search-close {
  background: #ef6144;
  border: none;
  height: 60px;
  width: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.di-search-popup input {
  height: 60px;
  width: 100%;
  border: none;
  padding: 15px;
}

.mainmenu {
  margin-right: 15px;
}

.di-search-popup form {
  display: flex;
  width: 100%;
}

.di-search-popup button[type="submit"] {
  height: 60px;
  min-width: 60px;
  padding: 0;
  right: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.di-search-popup {
  position: absolute;
  width: 100%;
  top: 0;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.search-active .mainmenu {
  position: relative;
}

.search-active .di-search-popup {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  margin-right: -90px;
}

.search-active .di-menu-wrap {
  opacity: 0;
}

.search-active button.di-search-btn {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.basic-image {
  display: flex;
}

.di-menu-tabs .tab-content h3 {
  font-size: 38px;
  font-weight: 400;
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme .gform_validation_errors {
  background: none;
  border: none;
  box-shadow: 0 0 0;
  padding: 0;
}

.di-contact-flex {
  display: flex;
  justify-content: end;
  padding-top: 70px;
  padding-bottom: 70px;
}

.di-contact-inner {
  max-width: 740px;
  flex: 1;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 30px;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.three-columns .single-blog-box:hover .single-blog-box-inner,
form.search-form button[type="submit"]:hover {
  background-color: #1ccfc9;
}

.single-blog-box-inner {
  transition: 0.3s;
}

.testimonial-image-inner {
  height: 350px;
  width: 350px;
}

.testimonial-image-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.di-load-more {
  text-align: center;
}

.di-load-more button {
  border: none;
  background: none;
  cursor: pointer;
}

.di-load-more {
  margin-top: 50px;
}

.three-columns .group-link-individual.shortcode-link {
  display: none;
}

.di-load-more button:disabled {
  opacity: 0.6;
  color: inherit;
}

.blog-box-readmore {
  position: absolute;
  bottom: 20px;
}

.single-blog-box-inner {
  position: relative;
  padding-bottom: 80px;
}

.bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.bg-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #2aadea;
  opacity: 0.8;
}

.footer-wid-col p {
  margin: 0;
}

.di-location-item {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

section.hero.hero-style-fixed-width {
  min-height: inherit;
}

section.hero.hero-style-half {
  min-height: inherit;
  padding-top: 45px;
}

section.hero.hero-style-half .hero-content {
  padding-top: 140px;
  padding-bottom: 70px;
}

.group-content-style-list .single-group-item:last-child {
  margin-bottom: 0;
}

.divider-svg {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -5px;
}

span.desktop-divider {
  position: relative;
  z-index: 2;
}

.responsive-divider,
.mobile-menu-trigger {
  display: none;
}

.no-thumbnail .blog-box-bg img {
  height: auto;
  background: #113d4e;
  padding: 15px;
  opacity: 0.2;
}

.no-thumbnail .blog-box-bg {
  display: flex;
  align-items: center;
}

.di-contact-bg-gradient,
.di-contact-bg-gradient input,
.di-contact-bg-gradient ::placeholder,
.di-contact-bg-gradient select,
.di-contact-bg-gradient textarea,
.di-contact-bg-dark-gradient,
.di-contact-bg-dark-gradient input,
.di-contact-bg-dark-gradient ::placeholder,
.di-contact-bg-dark-gradient select,
.di-contact-bg-dark-gradient textarea {
  color: #fff;
  border-color: #fff;
}

.di-box-icon {
  height: 96px;
  width: 96px;
  background-color: #eefbfa;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-left: 15px;
}

.blog-content-wrap {
  padding-top: 160px;
  padding-bottom: 80px;
  color: #fff;
}

.blog-content-wrap h3 {
  margin-bottom: 40px;
}

body .lity {
  background-color: #217aa4de;
}

button.lity-close {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  color: #1ccfc9;
  text-shadow: 0 0 0;
  font-size: 24px;
  top: -34px;
  right: -29px;
}

button.lity-close:hover {
  background-color: #1ccfc9;
  font-size: 24px;
  text-shadow: 0 0 0;
}

h4.search-result-title {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h4.search-result-title+.di-posts-container {
  margin-left: -10px;
  margin-right: -10px;
}

.assessment-form-hero {
  background-image: url(../img/gregtr-1280x300.webp);
}

section.assessment-form-hero {
  padding-top: 180px;
  padding-bottom: 120px;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

section.assessment-form-hero:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: -1;
  opacity: 0.4;
}

.di-assessment-form-steps {
  background-color: #fff;
  display: flex;
  padding: 25px;
  margin-top: -74px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 50px #0000001c;
}

.di-assessment-form-step {
  flex: 1;
  border-bottom: 10px solid #ebfafa;
  display: flex;
  justify-content: center;
  font-size: 28px;
  padding: 24px;
  align-items: center;
}

.di-assessment-form-step.active {
  border-color: #1ccfc9;
}

.di-assessment-form-step span {
  font-size: 20px;
  background-color: #fbfbfb;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 11px;
}

.di-assessment-form-step.active span {
  background-color: #072928;
  color: #fff;
}

.single-assessment-question {
  display: flex;
  padding-top: 100px;
  font-size: 24px;
  align-items: center;
}

.single-assessment-question>div {
  flex: 1;
}

.di-single-question-item:nth-child(2n + 2) {
  margin-top: 100px;
  background-color: #52a4a2;
  padding-bottom: 100px;
}

.di-single-question-item:nth-child(2n + 2) .assessment-question-input h4 {
  color: #fff;
}

.assessment-question-desc {
  background-color: #ebfafa;
  padding: 100px;
  margin-right: 100px;
}

.gradient-background .single-assessment-question {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gradient-background .assessment-question-input h4 {
  color: #fff;
}

.single-radio-option input[type="radio"] {
  height: 30px;
  width: 30px;
}

.di-single-question-item.assessment-question-heading .assessment-section-title {
  position: absolute;
  margin: 0;
  top: -160px;
  text-align: center;
  width: 100%;
  font-size: 44px;
  font-weight: 700;
}

.di-single-question-item.assessment-question-heading {
  position: relative;
  margin-top: 245px;
}

.assessment-question-info {
  margin-bottom: 50px;
}

.assessment-question-input h4 {
  font-size: 32px;
  margin-bottom: 40px;
}

.single-radio-option {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  padding: 13px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.single-radio-option label {
  width: 100%;
  text-align: center;
}

.next-step {
  background-color: #eff0f1;
  padding: 100px 0;
  margin-top: 100px;
}

.next-step button {
  background-color: #ef6144;
  color: #fff;
  border: none;
  padding: 15px 40px;
  display: inline-block;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
}

.page-links {
  display: flex;
}

.page-links>div {
  flex: 1;
}

.next-page {
  text-align: right;
}

.next-step button.white-bg {
  background-color: #fff;
  color: #000;
}

.assessment-form-personal-info-section {
  margin-top: 100px;
}

.assessment-form-personal-info {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

.assessment-form-personal-info-column {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.enter-for-win {
  display: flex;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  font-size: 28px;
  align-items: center;
  margin-bottom: 40px;
}

.enter-for-win label {
  width: 100%;
  text-align: center;
}

.enter-for-win input {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.enter-for-win.active {
  background-color: #072928;
  color: #fff;
}

.assessment-form-personal-input label {
  display: block;
}

.assessment-form-personal-input input,
.assessment-form-personal-input select {
  width: 100%;
  padding: 0px !important;
  border-color: #d9d9d9;
  color: #072928;
  font-size: 18px;
}

.assessment-form-personal-input {
  margin-bottom: 50px;
}

.assessment-form-personal-input select {
  font-size: 20px;
  left: -5px;
  position: relative;
  padding-bottom: 25px !important;
}

section.hero {
  position: relative;
  min-height: 900px;
  background-color: #2aadea;
  background-size: cover;
  background-position: top right;
}

.hero .di-container {
  position: relative;
  z-index: 2;
}

.right-bg {
  position: absolute;
  right: 0;
  width: 45%;
  height: 81%;
  z-index: 3;
  background-size: cover;
  background-position: top center;
  border-radius: 70px 0 0;
  bottom: 0;
}

.image-position-right a.cta-video-btn {
  left: 40px;
  right: auto;
}

.hero-content {
  max-width: 630px;
  color: #fff;
  padding-bottom: 100px;
  padding-top: 250px;
}

.mainmenu li.mega-menu-item-has-children a .mega-indicator:after {
  content: "+";
  padding-left: 10px;
}

.group-link-individual.shortcode-link {
  margin-top: 15px;
}

.group-link-individual.shortcode-link a {
  padding: 0;
  display: inline-flex;
}

.hero-desc {
  font-size: 30px;
  font-weight: 700;
}

.hovered section.di-page-section-wrapper {
  filter: blur(10px);
}

ul.select2-results__options li:first-child {
  display: none;
}

.select2-results {
  margin-top: 10px;
}

.assessment-question-input h4 span {
  color: red;
  position: relative;
  top: 2px;
  font-size: 80%;
}

.assessment-error-wrapper {
  margin-top: 50px;
  color: #d46160;
  font-weight: 700;
}

.gradient-background .assessment-error-wrapper {
  margin-top: -50px;
  padding-bottom: 100px;
}

.assessment-form-personal-input label span {
  color: red;
  position: relative;
  top: 2px;
}

.assessment-form-nonce-error {
  margin-top: 50px;
  color: #dc6a4f;
  font-weight: 700;
}

.google-recaptcha-wrapper {
  display: flex;
  font-size: 14px;
  color: #072928;
  align-items: center;
}

.g-recaptcha {
  margin-right: 20px;
}

.di-basic-content-inner ul {
  list-style: disc;
  padding-left: 15px;
}

.section-background-white .resource-item-wrapper,
.section-background-white .resource-carousel .slick-arrow {
  background-color: #edfbfa;
}

.section-background-white .resource-carousel .slick-arrow:hover {
  background-color: #1ccfc9;
}

.section-background-white .resource-item-wrapper,
.section-background-white .resource-carousel .slick-arrow {
  background-color: #edfbfa;
}

.section-background-white .resource-carousel .slick-arrow:hover {
  background-color: #1ccfc9;
}

.hovered section.di-page-section-wrapper {
  position: relative;
  z-index: 1;
}

.hovered section.di-page-section-wrapper:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0.2;
}

.group-content-style-overlay .group-content {
  width: 100%;
}

section.basic_content.basic-content-no-content h2 {
  margin: 0;
}

.single-group-item.group-background-color-\#EBFBFA .di-box-icon {
  background-color: #fff;
}

.group-content-style-column .group-content.no-group-content {
  min-height: inherit;
}

div.single-group-item-inner.single-group-item-inner-no-content h3 {
  border-bottom: 1px solid #707070;
}

.group-content-style-column .group-content.no-group-link {
  min-height: 135px;
}

body.hovered {}

.hero-content h1 {
  font-size: 80px;
  line-height: 90px;
}

.hero-desc {
  font-size: 36px;
  line-height: 43px;
}

section.hero.hero-style-fullwidth {
  height: 100vh;
}

.admin-bar section.hero:first-child {
  margin-top: -32px;
}

.hero .di-container {
  height: 100%;
  display: flex;
  align-items: center;
}

/* overright */
.resource-item-content h3 {
  max-height: 125px;
}

body section.assessment-form-hero:after {
  opacity: 0.9;
  background-color: #52a5a2;
}

.di-content {
  line-height: 30px;
}

.post_type_cards h2 {
  line-height: 60px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

.di-post-card-heading h4 {
  line-height: 30px;
}

.di-post-card-content {
  line-height: 24px;
}

/* DI new Styles */
.di-general-padding {
  padding: 80px 0;
}

.basic_content_new h2 {
  font-size: 60px;
  line-height: 60px;
}

.basic_content_new h3 {
  font-size: 28px;
  margin-bottom: 40px;
}

.di-section-bg-green {
  color: #fff;
}

.basic_content_new .shortcode-link {
  margin-top: 50px;
}

.di-post-cards {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.di-post-card {
  width: 33.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.di-post-card-inner {
  background-color: #edfbfa;
  height: 100%;
  color: #656565;
  padding: 30px;
}

.di-post-card-content {
  font-size: 16px;
}

.di-post-card-inner {
  position: relative;
  padding-bottom: 130px;
  border-radius: 0 0 0 50px;
}

.di-post-card-inner .group-link-individual.shortcode-link {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.di-post-card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.di-post-card-icon {
  height: 96px;
  width: 96px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  min-width: 96px;
}

.di-post-card-icon svg {
  width: 50px;
}

.di-post-card-icon.cloud-integration svg {
  width: 55px;
}

.di-post-card-icon.enterprise-application-management svg {
  width: 48px;
}

.di-post-card-icon.managed-it-solutions svg {
  width: 56px;
}

.di-post-card-icon.cloud-migration svg {
  width: 55px;
}

.di-post-card-icon.oracle-license-assessment svg {
  width: 68px;
}

.di-post-card-icon.services svg {
  width: 55px;
}

.di-post-card-heading h4 {
  font-size: 26px;
  margin: 0;
}

.di-post-cards {
  margin-top: 60px;
}

.di-post-card-heading h4,
.di-post-card .group-link-individual.shortcode-link a {
  color: #112828;
}

.di-section-bg-green .di-post-card-inner {
  background-color: #fff;
}

.di-section-bg-green .di-post-card-icon {
  background-color: #edfbfa;
}

.di-post-cards {
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.di-post-card {
  margin-bottom: 24px;
}

.di-post-card-style-image_box .di-post-card-inner {
  padding: 0;
  position: relative;
  z-index: 1;
}

.di-post-card-style-image_box .di-post-card-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  padding: 26px;
  z-index: 2;
}

.di-post-card-image {
  height: 424px;
}

.di-post-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.di-post-card-style-image_box .di-post-card-heading h4 {
  color: #fff;
}

.di-post-card-style-image_box .di-post-card-inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(42, 173, 234, 1) 51%, rgba(21, 94, 120, 1) 100%);
  opacity: 0.8;
}

.di-post-card-arrow-icon {
    height: 60px;
    width: 60px;
    background-color: #2899cf;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 20px;
}

.di-post-card-style-image_box .di-post-card-inner:after,
.di-post-card-style-image_box .di-post-card-inner img {
  border-radius: 0 0 0 50px;
}

.di-post-card:hover .di-post-card-arrow-icon,
.di-split-content-group--link:hover .di-post-card-arrow-icon {
  background-color: #1ccfc9;
}

.di-split-content-section-inner {
  display: flex;
}

.di-split-content-section-inner>div {
  flex: 1;
}

.di-split-content-section-img-inner {
  margin-right: 135px;
  position: relative;
  padding-bottom: 160px;
  height: 760px;
  margin-bottom: -80px;
  z-index: 1;
}

.di-split-content-section-img-inner:after {
  position: absolute;
  left: -80px;
  top: -80px;
  background: #eefbfa;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
}

.di-split-content-section-img-inner img,
.di-split-content-section-img-inner:after {
  border-radius: 0 0 0 100px;
}

.split_content_new .group-link-individual.shortcode-link {
  margin-top: 60px;
}

.split_content_new .group-link-individual.shortcode-link a {
  color: #112828;
}

.di-split-content-section-img-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.di-split-content-section-image-right .di-split-content-section-content {
  order: 1;
}

.di-split-content-section-image-right .di-split-content-section-bg {
  order: 2;
}

.di-split-content-section-image-right .di-split-content-section-img-inner {
  margin-left: 135px;
  margin-right: 0;
}

.di-split-content-section-image-right .di-split-content-section-img-inner:after {
  left: auto;
  right: -80px;
}

.di-split-content-section-image-right .di-split-content-section-img-inner img,
.di-split-content-section-image-right .di-split-content-section-img-inner:after {
  border-radius: 0 0 100px 0;
}

.di-section-bg-gradient .di-split-content-section-img-inner:after,
.di-section-bg-dark-gradient .di-split-content-section-img-inner:after {
  background: #217aa4;
}

.split_content_new.di-section-bg-gradient,
.split_content_new.di-section-bg-gradient .group-link-individual.shortcode-link a,
.split_content_new.di-section-bg-dark-gradient,
.split_content_new.di-section-bg-dark-gradient .group-link-individual.shortcode-link a {
  color: #fff;
}

.split_content_new.di-general-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.di-split-content-group-item .di-split-content-group--link {
  margin-top: 5px;
}

.di-split-content-group-item {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}

.di-split-content-group-item h4 {
  font-size: 28px;
  line-height: 38px;
}

.di-split-content-group-item:last-child {
  margin-bottom: 0;
}

.di-split-content-groups {
  margin-top: 50px;
}

.di-split-content-group--link .di-post-card-arrow-icon {
  margin-left: 30px;
}

a.cta-video-btn {
  bottom: 150px;
}

.di-split-content-section-image-right a.cta-video-btn {
  left: 0px;
}

.split_content_new {
  position: relative;
}

.di-section-bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.di-section-bg-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  opacity: 0.8;
}

.di-section-bg-overlay+.di-container {
  position: relative;
  z-index: 2;
}

.di-divider-inner {
  display: flex;
  justify-content: center;
}

.resource_download {
  position: relative;
}

.di-section-bg-overlay-half.resource_download:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  content: "";
  z-index: 2;
  background: linear-gradient(180deg, rgba(42, 173, 234, 1) 51%, rgba(21, 94, 120, 1) 100%);
}

.di-resource-downloads {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.single-di-resource-item {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.single-di-resource-item-inner {
  background-color: #fff;
  padding: 40px;
}

.resource_download .di-section-bg-overlay+.di-container {
  z-index: 3;
}

h4 {
  font-size: 28px;
}

.single-di-resource-item-content {
  margin-top: 25px;
  color: #869493;
  font-size: 18px;
  line-height: 26px;
}

.single-di-resource-item-image {
  position: relative;
  margin-top: 50px;
  display: block;
  height: 320px;
}

.single-di-resource-item-image span.link-icon-wrapper {
  position: absolute;
  right: 0px;
  top: -30px;
  transform: rotate(90deg);
}

.single-di-resource-item-inner,
.single-di-resource-item-image img {
  border-radius: 0 0 0 40px;
}

.single-di-resource-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-di-resource-item-inner h4 {
  color: #112828;
  margin-bottom: 0;
}

.slick-slider .single-di-resource-item-inner .single-resource-item-title-wrapper h4 {
  font-size: 26px;
  line-height: 30px;
}

ul.extra-menu-tab-link li a {
  line-height: 20px;
}

.di-section-bg-overlay-half .di-section-bg-overlay:after {
  width: 50%;
  left: auto;
  right: -12px;
}

.di-section-bg-overlay-half .di-resource-download-content-inner {
  display: flex;
  justify-content: end;
}

.di-section-bg-overlay-half .di-resource-download-content-inner2 {
  width: 50%;
  padding-left: 42px;
  padding-bottom: 70px;
  padding-top: 50px;
  padding-right: 90px;
}

.single-di-resource-item-content {
  min-height: 75px;
}

.resource_download {
  overflow: hidden;
}

.di-resource-downloads {
  position: relative;
  z-index: 3;
  margin-top: 50px;
}

.di-resource-download-wrapper .group-link-individual.shortcode-link {
  margin-top: 40px;
}

.di-section-bg-white .single-di-resource-item-inner {
  background-color: #217aa4;
}

.di-section-bg-white .single-di-resource-item-inner h4,
.di-section-bg-white .single-di-resource-item-content {
  color: #fff;
}

.di-section-bg-white .group-link-individual.shortcode-link a,
.di-section-bg-light-green .group-link-individual.shortcode-link a {
  color: #072928;
}

.slick-slider .single-di-resource-item-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.slick-slider .single-di-resource-item .single-di-resource-item-image span.link-icon-wrapper {
  display: none;
}

.slick-slider .single-di-resource-item-image {
  order: 1;
  height: 215px;
  margin-bottom: 30px;
  margin-top: 0;
}

.slick-slider .single-di-resource-item-inner .single-resource-item-title-wrapper {
  order: 2;
}

.slick-slider .single-di-resource-item-content {
  order: 2;
  margin-top: 0px;
}

.slick-slider .single-di-resource-item-image img {
  border-radius: 0 0 30px 0;
}

.slick-slider .single-di-resource-item .shortcode-link span.link-icon-wrapper {
  display: flex;
}

.slick-slider .group-link-individual.shortcode-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.slick-slider .single-di-resource-item-inner {
  position: relative;
  padding-bottom: 100px;
  min-height: 540px;
}

.di-resource-downloads.slick-slider {
  margin-top: 100px;
  display: block;
}

.di-section-bg-white .slick-arrow {
  background-color: #eefbfa;
}

.di-section-bg-white .slick-arrow:hover {
  background-color: #1ccfc9;
}

.di-section-bg-white .slick-slider .single-di-resource-item-inner {
  background-color: #eefbfa;
}

.di-section-bg-white .slick-slider .single-di-resource-item-inner h4,
.di-section-bg-white .slick-slider .single-di-resource-item-content {
  color: #112828;
}

.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-image {
  height: 365px;
  margin: 0;
}

.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-content {
  display: none;
}

.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-inner {
  min-height: inherit;
  padding: 0;
}

.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-inner h4 {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 80px;
  padding: 26px;
  width: 60%;
  margin: 0;
}

.di-resource-downloads-layout-2.slick-slider .group-link-individual.shortcode-link a {
  color: #fff;
}

.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-inner a:after,
.di-resource-downloads-column-layout-cards .single-di-resource-item-inner a:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  z-index: 1;
  opacity: 0.3;
}

.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-inner:after,
.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-image img,
.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-inner {
  border-radius: 0 0 50px 0;
}

.di-resource-downloads-layout-2.slick-slider .group-link-individual.shortcode-link {
  z-index: 2;
}

.di-resource-downloads-column-layout-cards .single-di-resource-item-inner,
.di-resource-downloads-column-layout-3 .single-di-resource-item-inner {
  padding: 0;
  position: relative;
}

.di-resource-downloads-column-layout-cards .single-di-resource-item {
  width: 33.3333%;
}

.di-resource-downloads-column-layout-cards .single-di-resource-item-image,
.di-resource-downloads-column-layout-3 .single-di-resource-item-image {
  height: 282px;
}

.di-resource-downloads-column-layout-cards .single-di-resource-item-inner h4,
.di-resource-downloads-column-layout-3 .single-di-resource-item-inner h4 {
  position: absolute;
  font-size: 26px;
  z-index: 3;
  color: #fff;
  left: 0px;
  padding: 20px;
  bottom: 0;
  width: 75%;
}

.di-resource-downloads-column-layout-cards .single-di-resource-item-content,
.di-resource-downloads-column-layout-3 .single-di-resource-item-content {
  display: none;
}

.di-resource-downloads-column-layout-cards .single-di-resource-item-image span.link-icon-wrapper,
.di-resource-downloads-column-layout-3 .single-di-resource-item-image span.link-icon-wrapper {
  top: auto;
  bottom: 20px;
  transform: inherit;
  z-index: 3;
}

.di-resource-downloads-column-layout-cards .single-di-resource-item-inner :after {
  border-radius: 0 0 0px 40px;
}

.di-resource-downloads-layout-2.slick-slider .single-di-resource-item-inner a:after {
  border-radius: 0 0 50px;
}

.slick-slider.di-resource-downloads-layout-2 span.resource-read-more {
  position: absolute;
  left: 25px;
  bottom: 21px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

.slick-slider.di-resource-downloads-layout-2 .single-di-resource-item .single-di-resource-item-image span.link-icon-wrapper {
  display: flex;
  position: relative;
  margin: 0;
  top: auto;
  margin-right: 15px;
}

.di-resource-downloads.di-resource-downloads-column-layout-cards {
  margin-top: 0;
}

.single-di-resource-item-image:hover span.link-icon-wrapper {
  background-color: #1ccfc9;
}

.di-general-padding .group-link-individual.shortcode-link {
  margin-top: 40px;
}

.di-single-table-column {
  flex: 1;
}

.table.di-section-bg-gradient,
.table.di-section-bg-dark-gradient {
  color: #fff;
}

.di-section-bg-gradient .di-single-table-item:first-child,
.di-section-bg-dark-gradient .di-single-table-item:first-child {
  color: #112828;
}

.di-partners {
  margin-top: 50px;
  background-color: #eefbfa;
  border-radius: 50px;
  display: flex;
}

.di-single-partner {
  border-right: 1px solid #fff;
  padding: 30px;
  color: #7e9191;
  font-size: 16px;
  position: relative;
  flex: 1;
}

.di-single-partner:last-child {
  border: none;
}

.di-single-partner h4 {
  color: #112828;
  margin-bottom: 25px;
}

.di-partner-content {
  margin-bottom: 20px;
  min-height: 90px;
}

.di-single-partner .group-link-individual.shortcode-link {
  position: absolute;
  bottom: 30px;
}

.di-single-partner-inner {
  padding-bottom: 85px;
}

.partners.di-section-bg-gradient,
.partners.di-section-bg-dark-gradient {
  color: #fff;
}

.di-section-bg-dark-gradient .di-partners,
.di-section-bg-gradient .di-partners {
  background-color: #fff;
}

.di-section-bg-dark-gradient .di-single-partner,
.di-section-bg-gradient .di-single-partner {
  border-right-color: #217aa4;
}

.di-section-bg-gradient .di-single-partner .group-link-individual a,
.di-section-bg-dark-gradient .di-single-partner .group-link-individual a {
  color: #112828;
}

.di-general-padding {
  position: relative;
}

.di-split-content-stats {
  margin-top: 50px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}

.di-split-content-stat-item {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.di-split-content-stat--content {
  background-color: #eefbfa;
  padding: 20px;
  color: #7e9191;
  font-size: 18px;
  height: 100%;
  border-radius: 0 0 0 30px;
  min-height: 160px;
}

.di-split-content-stat--content h4 {
  color: #de6a4e;
  font-size: 48px;
}

.di-section-bg-dark-gradient {
  color: #fff;
}

.stats .di-content {
  margin-top: 30px;
}

.di-section-bg-dark-gradient .di-split-content-stat--content {
  background-color: #fff;
}

section.icons.di-section-bg-gradient {
  background: linear-gradient(180deg, rgba(42, 173, 234, 1) 51%, rgba(21, 94, 120, 1) 100%);
  color: #fff;
}

.icons .di-content {
  margin-top: 30px;
}

.di-group-content-icons {
  margin-top: 50px;
}

.di-group-content-icons {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.di-group-content-icon-item {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.di-split-content-group--content {
  background-color: #217aa4;
  display: block;
  color: #fff;
  text-align: center;
  padding: 30px;
  text-decoration: none;
  border-radius: 0 0px 0px 30px;
  font-size: 22px;
}

span.di-group-content-icon svg path {
  fill: #fff;
}

span.di-group-content-icon svg {
  width: 70px;
  height: 70px;
}

a.di-split-content-group--content:hover {
  background-color: #1ccfc9;
}

.di-content {
  margin-top: 30px;
}

.logo_slider .group-link-individual a {
  color: #072928;
}

.di-logo-carousel {
  margin-top: 50px;
}

.di-logo-slider-title,
.logo_slider .di-content,
.di-logo-slider-sub-title {
  display: flex;
}

.di-logo-slider-title h2 {
  width: 50%;
}

.di-logo-slider-sub-title h3 {
  max-width: 70%;
}

.di-content-inner {
  max-width: 80%;
}

.logo_slider.di-style-right {
  text-align: right;
}

.di-style-right .di-logo-slider-title,
.di-style-right .logo_slider .di-content,
.di-style-right .di-logo-slider-sub-title {
  justify-content: end;
}

.di-testimonials-section.di-testimonials-bg-light-green {
  background: #eefbfa;
}

.di-testimonials-bg-light-green .testimonial-icon svg path {
  fill: #217aa4;
}

.di-testimonials-bg-light-green .testimonial-content {
  color: #000;
}

.di-testimonials-bg-light-green .testimonial-carousel ul.slick-dots {
  color: #000;
}

.di-testimonials-bg-light-green .testimonial-image:after {
  background-color: #217aa4;
}

.testimonial-carousel-layout-2 .single-testimonial-item {
  flex-direction: column;
  background-color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px;
  border-radius: 0 0 0 30px;
}

.testimonial-carousel-layout-2 .testimonial-image {
  order: 1;
  height: 215px;
  padding: 0;
  margin: 0;
}

.testimonial-carousel-layout-2 .testimonial-content {
  order: 2;
  padding: 0;
  color: #000;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: normal;
}

.testimonial-carousel-layout-2 .testimonial-image:after {
  display: none;
}

.testimonial-carousel-layout-2 .testimonial-image-inner {
  height: 100%;
  width: auto;
}

.testimonial-carousel-layout-2 .testimonial-image img {
  border-radius: 0 0 50px;
  margin: 0;
}

.testimonial-carousel-layout-2 .testimonial-content>p {
  order: 1;
}

.testimonial-carousel-layout-2 .testimonial-info {
  margin-top: 20px;
  margin-bottom: 10px;
}

.testimonial-carousel-layout-2.testimonial-carousel .slick-arrow {
  bottom: auto;
  right: 0;
  top: -80px;
  left: auto;
}

.testimonial-carousel-layout-2.testimonial-carousel .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

.testimonial-carousel-layout-2.testimonial-carousel ul.slick-dots {
  left: auto;
  top: -60px;
  bottom: auto;
}

.testimonial-carousel.testimonial-carousel-layout-2 {
  margin-top: 50px;
}

.learn_more {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 80px;
  margin-top: 80px;
}

.di-learn-more-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background-size: cover;
  border-radius: 0px 0px 100px 0px;
  z-index: 4;
}

.di-learn-more-content {
  background-color: #eefbfa;
  padding-left: 44%;
  padding-right: 100px;
  padding-top: 160px;
  padding-bottom: 160px;
  border-radius: 0 0 100px 0;
}

.di-learn-more-content.di-learn-more-bg-white {
  background-color: #fff;
}

.learn_more .group-link-individual.shortcode-link a {
  color: #072928;
}

.di-learn-more-bg-image:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  width: 150px;
  content: "";
  background: #de6a4e;
  border-radius: 0 0 0 80px;
}

.di-leadership-cards {
  margin-top: 50px;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
  flex-wrap: wrap;
}

.di-leadership-card {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.di-leadership-card-image {
  height: 424px;
}

.di-leadership-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.di-leadership-card-content {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  display: flex;
  padding: 20px;
  z-index: 2;
}

.di-leadership-card-inner {
  position: relative;
  margin-bottom: 24px;
  z-index: 1;
}

.di-leadership-card-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.card-icon-wrapper {
  background-color: #de6a4e;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.di-leadership-card-inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 1) 100%);
  opacity: 0.4;
}

.di-leadership-card-image img,
.di-leadership-card-inner:after {
  border-radius: 0 0 0 40px;
}

.leadership_cards {
  background-color: #eefbfa;
}

.leadership_cards .group-link-individual.shortcode-link a {
  color: #072928;
}

.di-leadership-cards-carousel .di-leadership-card-content {
  position: relative;
}

.di-leadership-cards-carousel .di-leadership-card-inner:after {
  display: none;
}

.di-leadership-cards-carousel .di-leadership-card-inner {
  display: flex;
}

.di-leadership-cards-carousel .di-leadership-card-inner>div {
  flex: 1;
}

.di-leadership-cards-carousel .di-leadership-card-content {
  background-color: #fff;
  color: #000;
}

.di-leadership-cards-carousel .di-leadership-card-icon {
  display: none;
}

.di-leadership-card-image .card-icon-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.di-leadership-content {
  margin-top: 20px;
  height: 280px;
  overflow: hidden;
}

.leadership_cards .slick-arrow svg path {
  stroke: #de6a4e;
}

.leadership_cards .slick-arrow:hover svg path {
  stroke: #fff;
}

.di-leadership-cards.di-leadership-cards-carousel {
  margin-top: 110px;
}

.di-leadership-cards-carousel .di-leadership-card-image {
  position: relative;
}

.call_to_action {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}

.call_to_action .di-container {
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

.call_to_action .group-link-individual.shortcode-link a {
  color: #072928;
}

.cta-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.cta-bg-image:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(42, 173, 234, 1) 1%, rgba(21, 94, 120, 1) 100%);
  opacity: 0.9;
}

.has-img-overlay.call_to_action .di-container {
  color: #fff;
}

.di-general-padding.has-img-overlay .group-link-individual.shortcode-link a {
  color: #fff;
}

.di-video-item-inner {
  height: 365px;
  position: relative;
  z-index: 1;
}

.di-video-item-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0.3;
}

a.cta-video-btn {
  position: relative;
  left: auto;
  right: auto;
  min-width: 100px;
  margin-left: 40px;
}

.di-video-info {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 30px;
  bottom: 0;
}

.di-video-info h4 {
  color: #fff;
  font-size: 26px;
  margin: 0;
}

.di-video-item {
  margin-left: 12px;
  margin-right: 12px;
}

.di-video-carousel .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.di-video-item-inner,
.di-video-item-inner:after {
  border-radius: 0px 0px 0px 80px;
}

.video_slider .slick-arrow svg path {
  stroke: #de6a4e;
}

.video_slider .slick-arrow:hover svg path {
  stroke: #fff;
}

.di-video-carousel {
  margin-top: 115px;
}

.di-video-carousel .slick-arrow {
  right: 0;
}

section .right-bg {
  height: 100%;
}

.right-bg-inner {
  height: 100%;
  width: 100%;
  padding-top: 155px;
}

.right-bg-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100px 0 0 0;
}

section.hero.hero-style-fixed-width {
  padding-top: 155px;
}

.hero-style-fixed-width .hero-content {
  padding-top: 85px;
}

.hero-style-half .hero-desc {
  font-size: 28px;
  font-weight: normal;
}

section.hero.hero-style-half {
  padding-top: 155px;
}

body section.hero.hero-style-half .hero-content {
  padding-top: 70px;
}

.di-section-bg-light-green .di-split-content-section-img-inner:after {    
    background: linear-gradient(180deg,
        rgb(41 169 229) 1%, 
        rgb(23 99 128) 100%);
}

.di-split-content-group-content {
  display: flex;
}

.di-split-content-group-item {
  max-width: 535px;
}

.di-split-content-cards {
  display: flex;
  justify-content: space-between;
  align-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 30px;
}

.di-split-content-cards-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 4%;
  width: 48%;
  padding: 1.25rem;
  background: #fff;
  border-radius: 1rem;
}

@media only screen and (max-width: 767px) {
  .di-split-content-cards-item {
    width: 100%;
  }
}

.di-split-content-cards-item .img-wrap {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 0 0.5rem;
}

.di-split-content-cards-item .img-wrap img {
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center center;
}

.di-split-content-cards-item h4 {
  font-size: 20px;
  padding: 0 0 0.5rem;
  margin: 0;
}

.di-split-content-cards-item p {
  font-size: 16px;
  line-height: 1.5rem;
  padding: 0 0 0.5rem;
}

.di-split-content-cards-item a.btn {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: auto;
  padding-top: 0.5rem;
  text-decoration: none;
}

.di-split-content-cards-item a.btn .circle {
  width: 40px;
  height: 40px;
  background: #de6a4e;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  display: flex;
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.di-split-content-cards-item a.btn .circle svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.di-split-content-cards-item a.btn .label {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
  font-weight: 600;
}

.di-split-content-cards-item a.btn:hover {
  cursor: pointer;
}

.di-split-content-cards-item a.btn:hover .circle {
  background-color: #1ccfc9;
}

.split_content_new.di-general-padding.section-has-image {
  padding-bottom: 80px;
}

.di-section-bg-dark-gradient.section-has-image.section-has-video .di-split-content-section-content h2 {
  font-weight: normal;
  max-width: 600px;
}

.di-section-bg-dark-gradient.section-has-image.section-has-video .di-split-content-section-content h3 {
  font-size: 60px;
  line-height: 1;
}

.single-resource-item-title-wrapper {
  max-height: 90px;
  overflow: hidden;
}

.slick-slider .single-di-resource-item-inner .single-resource-item-title-wrapper h4 {
  margin: 0;
}

.slick-slider .single-di-resource-item-inner .single-resource-item-title-wrapper {
  margin-bottom: 15px;
}

.slick-slider .single-di-resource-item-content {
  max-height: 101px;
  overflow: hidden;
}

.split_content_new+.di-divider-divider {
  margin-top: -80px;
  margin-bottom: -80px;
}

.di-section-bg-gradient,
.di-section-bg-dark-gradient {
  color: #fff;
}

.hero .bg-overlay {
  background-color: #2aadea;
}

.di-resource-downloads.di-resource-downloads-column-layout-cards.di-resource-downloads-layout-1 {
  margin-top: 50px;
}

.di-resource-downloads.di-resource-downloads-column-layout-cards.di-resource-downloads-layout-1 a.single-di-resource-item-image {
  margin-top: 0;
  margin-bottom: 0;
}

.di-resource-downloads.di-resource-downloads-column-layout-cards.di-resource-downloads-layout-1 .single-di-resource-item {
  margin-bottom: 24px;
}

.di-resource-downloads.di-resource-downloads-column-layout-cards.di-resource-downloads-layout-1 .single-resource-item-title-wrapper {
  display: none;
}

.di-content.di-content-columns {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.di-content.di-content-columns>div {
  flex: 1;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-style-section-heading .hero-content {
  max-width: inherit;
}

section.hero.hero-style-section-heading {
  min-height: inherit;
}

.hero-style-section-heading .hero-desc {
  font-weight: normal;
  font-size: 20px;
  margin-top: 30px;
  line-height: 30px;
}

.basic_content_new.di-section-bg-+.di-section-bg-white {
  padding-top: 80px;
}

.di-content-carousel .slick-list {
  padding-right: 150px;
}

.di-content-carousel-inner {
  display: flex;
  color: #859393;
  font-size: 18px;
}

.di-content-carousel-inner>div {
  flex: 1;
}

.di-content-carousel-image {
  height: 100%;
  width: 100%;
}

.di-content-carousel-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.di-content-carousel-content {
  padding: 0 23px;
}

.di-content-carousel-content h4 {
  color: #072928;
  margin-bottom: 20px;
}

.di-content-carousel {
  margin-top: 80px;
  padding-bottom: 80px;
}

.di-content-carousel .slick-arrow {
  background-color: #ef6144;
  left: 0;
  top: auto;
  bottom: 0;
}

.di-content-carousel .slick-arrow.slick-next {
  margin-left: 80px;
}

.di-content-carousel .slick-arrow svg path {
  stroke: #fff;
}

.di-content-carousel .slick-arrow:hover {
  background-color: #1ccfc9;
}

.di-content-carousel ul.slick-dots {
  top: auto;
  bottom: 15px;
  left: 180px;
}

.basic_content_new h2 {
  margin-bottom: 50px;
}

.blog section.icons {
  padding-top: 160px;
}

.blog-post-content .wp-block-heading {
  margin-top: 40px;
}

.mainmenu .mega-menu>li>ul.mega-sub-menu {
  box-shadow: 0px 10px 10px #00000029;
}

a.lets-talk-btn:hover {
    background-color: #155e78;
}

a.client-login-btn:hover,
button.di-search-btn:hover {
    background-color: #155e78;
}

.hero-content {
  min-height: 355px;
  display: flex;
  align-items: center;
}

.single-di-resource-item-inner {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.di-contact-bg:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  width: 182px;
  background-color: #dd6a4f;
  content: "";
  border-radius: 0 0 0 80px;
}

.di-leadership-card-content {
  align-items: center;
}

.di-post-card-arrow-icon {
  min-width: 60px;
}

.group-link-individual.shortcode-link a {
  font-size: 18px;
  line-height: 22px;
}

.hero-style-half .hero-content h1 {
  font-size: 70px;
  line-height: 70px;
}

.di-split-content-stats {
  margin-bottom: -24px;
}

.di-mobile-divider,
.di-section-content-bg-overlay {
  display: none;
}

/* Core CSS */
.di-video-item-inner a.cta-video-btn {
  bottom: 0;
}

.di-video-item-inner {
  background-size: cover;
  background-position: center;
}

.di-table-wrapper {
  margin-top: 80px;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  font-size: 18px;
}

.di-single-table-column {
  padding-left: 10px;
  padding-right: 10px;
}

.di-single-table-item:first-child {
  font-size: 24px;
  font-weight: 700;
  background: #eefbfa;
  display: flex;
  justify-content: center;
  height: 70px;
  align-items: center;
  border-bottom: 0px solid;
}

.di-single-table-column:first-child .di-single-table-item:first-child {
  border-radius: 50px 0 0 50px;
}

.di-single-table-column:last-child .di-single-table-item:first-child {
  border-radius: 0 50px 50px 0;
}

.di-single-table-item {
  border-bottom: 1px solid #707070;
  padding: 15px 0;
}

.section-background-light-green-2 .di-single-table-item:first-child {
  background-color: #fff;
}

.section-background-gradient .di-single-table-item:first-child,
.section-background-dark-gradient .di-single-table-item:first-child {
  background-color: #eefbfa;
  color: #112828;
}

.section-background-gradient .di-single-table-item,
.section-background-dark-gradient .di-single-table-item {
  border-color: #eefbfa;
}

.di-logo-carousel:before,
.di-logo-carousel:after {
  top: 0;
  content: "";
  z-index: 9;
  width: 15%;
  height: 100%;
  position: absolute;
}

.di-logo-carousel:before {
  left: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.di-logo-carousel:after {
  right: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 55%,
      rgba(255, 255, 255, 1) 100%);
}

.di-style-right.logo_slider .di-content {
  justify-content: end;
}

.cta-box {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  padding: 40px;
  font-size: 16px;
  min-height: 400px;
}

.cta-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  z-index: -1;
  opacity: 0.7;
}

.cta-box,
.cta-box:after {
  border-radius: 70px 0 0;
}

.cta-box h4 {
  font-size: 25px;
}

.cta-box .group-link-individual.shortcode-link {
  margin-top: 30px;
}

.single-slide-inner {
  height: 100vh;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
}

.single-slide-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  width: 100%;
  background: #000;
  z-index: -1;
  opacity: 0.6;
}

.single-slide-item {
  overflow: hidden;
}

.single-slide-inner h3 {
  color: #fff;
  font-size: 100px;
  font-weight: normal;
  padding: 3% 10%;
  width: 100%;
  padding-right: 25%;
  line-height: 1;
}

.section-hash-link {
  position: absolute;
  top: -120px;
}

.di-post-card-no-link .di-post-card-inner {
  padding-bottom: 30px;
}

.di-post-card-no-content .di-post-card-heading {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.di-post-card-no-content .di-post-card-heading {
  min-height: 70px;
}

.single-post .related-content-inner h3 {
  min-height: 115px;
}

.single-mobile-logos-inner {
  display: flex;
  flex-wrap: wrap;
}

.single-logo-mobile-item {
  width: 50%;
  text-align: center;
}

.single-logo-mobile-item img {
  display: inline-block;
}

.di-logo-mobile-carousel {
  display: none;
}

.basic_content_new h2:last-child {
  margin-bottom: 0;
}

.basic_content_new h3 {
  margin-top: -35px;
}

.di-content:first-child,
.di-split-content-stats:first-child {
  margin-top: 0;
}

.di-content h4 {
  font-size: 24px;
}

.di-content p {
  margin-bottom: 30px;
}

.di-content p:last-child {
  margin-bottom: 0px;
}

.di-split-content-section-img-inner img {
  object-position: center top;
}

.di-post-card-style-image_box.di-post-card-no-content .di-post-card-heading {
  padding-bottom: 27px;
}

.di-content h4 {
  margin-top: 60px;
}

.di-content h4:first-child {
  margin-top: 0;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.single-di-resource-item .group-link-individual.shortcode-link a {
  color: #122828;
}

.di-image-ratio-original .di-split-content-section-img-inner img {
  height: auto;
  width: 100%;
  object-fit: inherit;
}

.di-image-ratio-original .di-split-content-section-img-inner {
  height: auto;
}

.di-section-bg-light-green .di-post-card-inner {
  background-color: #fff;
}

.di-section-bg-light-green .di-post-card-icon {
  background-color: #edfbfa;
}

.single-post .related-content-inner h3 {
  min-height: inherit;
  max-height: 110px;
}

.di-post-card-heading {
  align-items: end;
}

.di-post-card-heading h4 {
  min-height: 45px;
}

.di-section-bg-white {
  background-color: #fff;
}

.di-section-bg-light-green,
.di-section-bg-light-green .di-section-overlay-bg:after {
  background-color: #eefbfa;
}

.di-section-bg-gradient,
.di-section-bg-gradient .di-section-overlay-bg:after,
.di-learn-more-bg-gradient {
  background: linear-gradient(180deg, rgba(42, 173, 234, 1) 15%, rgba(21, 94, 120, 1) 100%);
}

.di-section-bg-dark-gradient,
.di-section-bg-dark-gradient .di-section-overlay-bg:after,
.di-learn-more-bg-dark-gradient {
  background: linear-gradient(180deg, rgba(42, 173, 234, 1) 0%, rgba(21, 94, 120, 1) 100%);
}

.di-section-overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.di-section-wrapper {
  position: relative;
}

.contact-area-inner {
  z-index: 2;
}

.di-section-overlay-bg:after {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  content: "";
  opacity: 0.8;
}

.di-section-wrapper .group-link-individual.shortcode-link a {
  color: #072928;
}

.di-section-bg-gradient .group-link-individual.shortcode-link a,
.di-section-bg-dark-gradient .group-link-individual.shortcode-link a {
  color: #fff;
}

.di-container {
  position: relative;
  z-index: 2;
}

.di-post-card-style-icon_box .di-post-card-heading {
  align-items: center;
}

.di-section-bg-gradient .di-post-cards .group-link-individual.shortcode-link a,
.di-section-bg-dark-gradient .di-post-cards .group-link-individual.shortcode-link a {
  color: #122828;
}

.di-post-card-style-image_box .di-post-card-inner {
  height: auto;
  padding: 0;
}

.di-section-bg-dark-gradient .single-di-resource-item .group-link-individual.shortcode-link a {
  color: #122828;
}

.di-learn-more-bg-gradient .group-link-individual.shortcode-link a,
.di-learn-more-bg-dark-gradient .group-link-individual.shortcode-link a,
.di-learn-more-bg-gradient,
.di-learn-more-bg-dark-gradient {
  color: #fff;
}

.di-section-bg-light-green .di-partners {
  background-color: #fff;
}

.di-section-bg-light-green .di-single-partner {
  border-right-color: #52a5a373;
}

.di-section-bg-light-green .di-split-content-stat--content {
  background-color: #fff;
}

.di-resource-downloads.slick-slider.manual-slick-slider {
  margin-top: 50px;
  display: flex;
}

.di-table-wrapper:first-child {
  margin-top: 0;
}

.di-resource-downloads.slick-slider.manual-slick-slider.manual-slick-slider-column-3 .single-di-resource-item {
  width: 33.3333%;
}

.di-section-bg-gradient .single-di-resource-item .group-link-individual.shortcode-link a,
.di-section-bg-dark-gradient .single-di-resource-item .group-link-individual.shortcode-link a {
  color: #122828;
}

.manual-leadership-carousel .di-leadership-card {
  width: 50%;
}

.di-leadership-cards.di-leadership-cards-carousel.manual-leadership-carousel {
  margin-top: 50px;
}

.di-video-carousel.di-manual-video-carousel {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 50px;
}

.di-video-carousel.di-manual-video-carousel .di-video-item {
  width: 50%;
}

.mainmenu li.widget_media_image {
  height: 450px;
}

.mainmenu li.widget_media_image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.di-leadership-card a:hover .card-icon-wrapper {
  background-color: #61ccc8;
}

.di-leadership-card a {
  text-decoration: none;
}

.di-manual-logo-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.di-manual-logo-carousel .single-logo-item {
  max-width: 20%;
  padding: 10px;
}

.di-container.this-is-assessment-thank-you-page {
  display: flex;
}

.di-assessment-cta {
  width: 380px;
  min-width: 380px;
  margin-left: 30px;
}

.di-assessment-cta-inner {
  background-color: #f1f1f1;
  padding: 30px;
}

.di-assessment-cta h4 {
  font-weight: normal;
}

a.di-btn {
  background: #1ccfc9;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

a.di-btn:hover {
  background-color: #bbbbbb;
}

.di-leadership-cards-default .di-leadership-content,
.di-leadership-cards-default .di-leadership-card-image .card-icon-wrapper {
  display: none;
}

.di-partner-logo {
  max-width: 366px;
}

.di-contact-flex {
  min-height: 700px;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  min-height: 61px;
}

.di-assessment-cta-inner ul li {
  position: relative;
  padding-left: 15px;
}

.di-assessment-cta-inner ul li:before {
  height: 13px;
  width: 13px;
  border: 2px solid #ef6144;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  border-radius: 50%;
}

.di-assessment-cta-inner ul li:after {
  position: absolute;
  left: 4px;
  top: 13px;
  height: 5px;
  width: 5px;
  background: #ef6144;
  content: "";
  border-radius: 50%;
}

.di-assessment-cta-inner ul {
  margin-bottom: 20px;
}

.cmai-score-wrapper {
  display: flex;
  align-items: center;
}

.cmai-score-info {
  width: 300px;
  min-width: 300px;
  text-align: center;
  margin-right: 100px;
  font-size: 25px;
}

.cmai-score-info img {
  margin-bottom: 30px;
}

.cmai-score-info span {
  color: #ef6144;
}

/* Core CSS end */

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1600px) {
  a.client-login-btn {
    padding: 12px 10px 12px 10px;
  }

  .header-right {
    font-size: 16px;
  }

  .mainmenu li a {
    padding: 10px 15px;
  }

  button.di-search-btn {
    height: 50px;
    width: 50px;
    padding: 15px;
  }

  a.lets-talk-btn,
  .client-login-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  a.client-login-btn svg {
    width: 15px;
  }

  a.lets-talk-btn svg {
    width: 30px;
  }

  .admin-bar .is-sticky .header-area {
    margin-top: 32px;
  }

  .di-search-popup input {
    height: 50px;
  }

  .di-search-popup button[type="submit"] {
    height: 50px;
    width: 50px;
    min-width: 50px;
    right: 25px;
  }

  button.di-search-close {
    height: 50px;
    width: 50px;
  }

  .search-active .di-search-popup {
    margin-right: -75px;
    top: -2px;
  }
}

/* Mobile menu activate container */
@media only screen and (max-width: 1400px) {
  .header-right {
    display: none;
  }

  .logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  button.mobile-menu-trigger {
    background: none;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    display: block;
  }

  .header-area {
    padding: 10px 0;
  }

  .logo img {
    max-width: 225px;
  }

  .mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .mobile-menu-wrapper-inner {
    background-color: #217aa4;
    padding: 20px;
  }

  .single-mobile-menu-item {
    border-bottom: 1px solid #67bebb;
  }

  .single-mobile-menu-item button {
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
    cursor: pointer;
  }

  .single-mobile-menu-item button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .single-mobile-menu-item button svg {
    width: 25px;
    margin-top: 8px;
  }

  .single-mobile-menu-inner h4 {
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
  }

  .single-mobile-menu-inner h4 button {
    display: flex;
    justify-content: inherit;
    width: min-content;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    margin-top: -4px;
  }

  span.mobile-menu-back-btn {
    background: #3fbab6;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
  }

  span.mobile-menu-back-btn svg {
    width: 17px;
    margin: 0;
  }

  .single-mobile-menu-inner {
    border-top: 1px solid #67bebb;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  a.single-mobile-menu-second-level {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
  }

  .active .single-mobile-menu-inner {
    border-top-width: 0px;
  }

  .single-mobile-menu-item.active {
    border-bottom-width: 0px;
  }

  .mobile-menu-active .mobile-menu-wrapper {
    display: block !important;
  }

  .header-area,
  .sticky-wrapper {
    z-index: 999;
  }

  .mobile-menu-wrapper-inner {
    height: 100%;
    padding-top: 125px;
  }

  body.mobile-menu-active {
    overflow: hidden;
  }

  .mobile-fixed-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .mobile-fixed-btns-wrapper {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }

  .mobile-fixed-btns-wrapper .di-search-btn {
    order: 4;
    margin-left: 15px;
    height: 50px;
    width: 50px;
    padding: 15px;
  }

  .mobile-fixed-btns-wrapper a.lets-talk-btn,
  .mobile-fixed-btns-wrapper .client-login-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile-fixed-btns-wrapper {
    font-size: 14px;
  }

  .mobile-fixed-btns-wrapper a.lets-talk-btn svg {
    width: 30px;
  }

  .mobile-fixed-btns-wrapper a.client-login-btn svg {
    width: 18px;
  }

  .mobile-fixed-btns-wrapper a.client-login-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-fixed-btns-wrapper .di-search-popup {
    width: 100%;
    left: 20px;
    top: 20px;
  }

  .mobile-fixed-btns-wrapper .di-search-popup input,
  .mobile-fixed-btns-wrapper button.di-search-close,
  .mobile-fixed-btns-wrapper .di-search-popup button[type="submit"] {
    height: 50px;
  }

  .mobile-fixed-btns-wrapper .di-search-popup button[type="submit"] {
    min-width: 50px;
  }

  .mobile-fixed-btns-wrapper .di-search-popup button[type="submit"] svg {
    width: 18px;
  }

  .mobile-fixed-btns-wrapper button.di-search-close {
    width: 50px;
  }

  .mobile-fixed-btns-wrapper a.client-login-btn svg {
    margin-right: 5px;
  }

  .mobile-fixed-btns-wrapper a.lets-talk-btn svg {
    margin-right: 8px;
  }

  .mobile-fixed-btns-wrapper a.client-login-btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
  }

  .mobile-fixed-btns-wrapper a.lets-talk-btn {
    padding-right: 15px;
  }

  .mobile-fixed-btns-wrapper .di-search-btn {
    margin-right: 0;
    margin-left: 10px;
  }

  .mobile-menu-wrapper-inner {
    padding-bottom: 100px;
    overflow-y: scroll;
  }
}

/* form responsive fix start */
@media only screen and (max-width: 1400px) {
  .di-contact-inner {
    max-width: 670px;
  }
}

@media only screen and (max-width: 1200px) {
  .di-contact-inner {
    max-width: 565px;
  }
}

/* form responsive fix end */

/* hero responsive fix for 992 above and 1400 less */
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .hero-content {
    max-width: 500px;
  }

  .footer-container,
  .di-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* hero responsive fix for 992 above and 1400 less */

/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) {
  .desktop-divider {
    display: none;
  }

  .right-bg {
    position: relative;
    height: 300px;
    top: 78px;
    width: 100%;
    border-radius: 0 0 50px 0;
  }

  .hero-content {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-form-inner {
    display: block;
    padding: 0;
  }

  .hero-form {
    margin: 40px 0;
    display: block;
  }

  .hero-form-select {
    width: 100%;
  }

  .hero-form-submit {
    margin: 30px 0 0;
    text-align: right;
  }

  .hero-desc {
    font-size: 24px;
    line-height: 30px;
  }

  .di-split-content-group-item h4 {
    font-size: 24px;
    line-height: 30px;
  }

  span.link-icon-wrapper {
    margin-right: 0;
  }

  .group-link-individual span.link-icon-wrapper,
  .group-link span.link-icon-wrapper {
    margin-right: 15px;
  }

  .group-link-individual {
    font-size: 16px;
  }

  .footer-top {
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 5px;
  }

  .footer-logo {
    margin-bottom: 50px;
  }

  .footer-social a {
    margin: 0 5px;
  }

  .footer-widgets .widget.widget_nav_menu {
    display: none;
  }

  .footer-widgets {
    flex-direction: column;
  }

  .di-location-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .di-location-item h3 {
    width: 45%;
    flex: inherit;
  }

  .di-location-item,
  .di-location-item h3,
  .di-footer,
  .footer-menu ul li a {
    font-size: 14px;
  }

  .location-item-content {
    line-height: 20px;
  }

  .di-contact-bg {
    position: relative;
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
  }

  .di-contact-bg:after {
    width: 100px;
  }

  section.di-layout-contact {
    padding-top: 0;
  }

  .di-contact-form {
    padding-top: 10px;
  }

  h2,
  .basic_content_new h2 {
    font-size: 34px;
    line-height: 40px;
  }

  section.di-layout-contact {
    padding: 50px 0;
  }

  .group-link-individual,
  .mega-sub-menu .group-link-individual.shortcode-link {
    margin-top: 40px;
  }

  .slick-arrow {
    bottom: 0;
    top: auto;
    left: 50%;
    margin-left: -60px;
    height: 50px;
    width: 50px;
  }

  .slick-next.slick-arrow {
    margin-left: 10px;
  }

  .testimonial-image {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    width: 191px;
    position: absolute;
    right: 2px;
    top: 0;
    min-width: inherit;
    height: 250px;
  }

  .testimonial-icon {
    top: 30px;
  }

  .single-testimonial-item {
    flex-direction: column;
    overflow: hidden;
    position: relative;
    padding-top: 280px;
  }

  .testimonial-content {
    order: 2;
    text-align: left;
    padding: 0;
    font-size: 18px;
  }

  .testimonial-image img {
    margin-left: -20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .testimonial-image:after,
  .testimonial-image img {
    border-radius: 0 0 50px;
  }

  .di-testimonials-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-carousel .slick-arrow.slick-next {
    left: 50%;
    margin-left: 10px;
  }

  .testimonial-carousel .slick-arrow {
    left: 50%;
    margin-right: 0;
    margin-left: -61px;
  }

  .testimonial-carousel {
    padding-bottom: 80px;
    margin-bottom: 20px;
  }

  .testimonial-carousel ul.slick-dots {
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -40px;
  }

  .testimonial-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .testimonial-info {
    font-size: 18px;
  }

  span.link-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  a.cta-video-btn {
    height: 60px;
    width: 60px;
    bottom: 85px;
    min-width: 60px;
    left: 20px;
    margin: 0;
  }

  .testimonial-image-inner {
    height: 100%;
    width: 100%;
  }

  .testimonial-info {
    text-align: right;
    padding-right: 40px;
  }

  .di-contact-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-menu {
    margin-top: -5px;
    padding-top: 15px;
  }

  section.hero {
    min-height: inherit;
  }

  .select2-results {
    margin-left: -26px;
    margin-right: 0;
  }

  .select2-container {
    min-width: 100%;
  }

  .responsive-divider {
    display: inline;
  }

  .mobile-menu-trigger {
    display: inline-block;
  }

  .bg-overlay {
    opacity: 0.95;
  }

  .single-slide-inner h3 {
    font-size: 40px;
  }

  .single-slide-inner {
    height: 500px;
    padding-bottom: 100px;
  }

  .single-related-wrap {
    width: 100%;
  }

  .single-blog-box,
  .three-columns .single-blog-box {
    width: 100%;
  }

  .di-page-title {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .di-page-title h1 {
    font-size: 40px;
  }

  .single-related-wrap {
    margin-bottom: 40px;
  }

  .blog-categories a {
    width: 100%;
  }

  .single-group-item {
    max-width: inherit;
  }

  .di-contact-inner {
    max-width: inherit;
  }

  .admin-bar .header-area.sticky-active {
    margin-top: 0px;
  }

  body .header-area.sticky-active {
    top: 0;
  }

  .stats h2,
  .post_type_cards h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h3,
  .basic_content_new h3 {
    font-size: 24px;
    line-height: 30px;
  }

  body {
    font-size: 18px;
    line-height: 1.44;
  }

  .di-content {
    line-height: 26px;
  }

  .di-split-content-stat-item {
    width: 100%;
  }

  .di-split-content-stat--content {
    min-height: inherit;
  }

  .di-general-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .basic_content_new h2,
  .basic_content_new h3 {
    margin-bottom: 20px;
  }

  .di-post-card {
    width: 100%;
  }

  .di-post-card-heading h4 {
    font-size: 24px;
  }

  .di-post-card-icon {
    height: 68px;
    width: 68px;
    min-width: 68px;
  }

  .di-post-card-icon svg {
    width: 40px;
  }

  .di-post-card-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .di-post-card-inner {
    padding: 25px;
    padding-bottom: 105px;
  }

  .group-link-individual.shortcode-link a {
    font-size: 16px;
    line-height: 19px;
  }

  .di-post-cards {
    margin-top: 50px;
  }

  .di-split-content-groups {
    margin-top: 40px;
  }

  .di-split-content-section-inner {
    flex-direction: column;
  }

  .di-split-content-section-img-inner {
    margin-right: -20px;
    height: 300px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .di-split-content-section-img-inner:after {
    top: -20px;
    left: 0;
  }

  .split_content_new.di-general-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .di-split-content-section-image-right .di-split-content-section-img-inner {
    margin-left: -40px;
    margin-right: 20px;
    margin-top: 0;
  }

  .di-split-content-section-image-right .di-split-content-section-img-inner:after {
    right: -20px;
  }

  .di-split-content-section-image-right .di-split-content-section-bg {
    order: 1;
  }

  .di-section-bg-dark-gradient.section-has-image.section-has-video .di-split-content-section-content h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .di-split-content-section-img-inner img,
  .di-split-content-section-img-inner:after {
    border-radius: 0 0 0 50px;
  }

  .di-split-content-section-image-right .di-split-content-section-img-inner img,
  .di-split-content-section-image-right .di-split-content-section-img-inner:after {
    border-radius: 0 0 50px 0;
  }

  .di-split-content-section-image-right a.cta-video-btn {
    left: 20px;
  }

  .di-desktop-divider {
    display: none;
  }

  .di-mobile-divider {
    display: flex;
    justify-content: center;
  }

  .di-section-content-bg-overlay {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .di-resource-download-wrapper {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    padding-bottom: 0;
  }

  .di-section-bg-overlay {
    display: none;
  }

  .di-section-bg-overlay-half .di-resource-download-content-inner2 {
    width: 100%;
    padding: 20px;
    position: relative;
    margin-top: 220px;
  }

  .di-section-bg-green .di-resource-download-content-inner2:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #288b88;
    z-index: -1;
    opacity: 0.8;
  }

  .di-resource-download-content-inner {}

  .resource_download:after {
    display: none;
  }

  .di-section-bg-overlay-half .di-resource-download-content-inner {
    margin-left: -20px;
    margin-right: -20px;
  }

  .single-di-resource-item-inner {
    padding: 20px;
  }

  .single-di-resource-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .single-di-resource-item-image span.link-icon-wrapper {
    right: 20px;
    top: -25px;
  }

  .single-di-resource-item-image {
    height: 175px;
  }

  .di-resource-download-content-inner2 {}

  .di-resource-download-content-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .di-resource-downloads.slick-slider {
    padding-bottom: 90px;
    margin-bottom: 20px;
  }

  .di-resource-downloads ul.slick-dots {
    bottom: -35px;
    top: auto;
    width: 100%;
    right: auto;
    text-align: center;
  }

  .slick-slider.di-resource-downloads-layout-2 .single-di-resource-item .single-di-resource-item-image span.link-icon-wrapper {
    transform: rotate(0deg);
    right: 0;
  }

  .di-resource-downloads-column-layout-cards .single-di-resource-item {
    width: 100%;
  }

  .di-resource-downloads-column-layout-cards .single-resource-item-title-wrapper {
    display: none;
  }

  .di-resource-downloads.di-resource-downloads-column-layout-cards.di-resource-downloads-layout-1 a.single-di-resource-item-image {
    margin: 0;
  }

  .slick-slider .single-di-resource-item-inner {
    min-height: inherit;
    padding-bottom: 95px;
  }

  .slick-slider .single-di-resource-item-image {
    margin-bottom: 20px;
  }

  .di-resource-downloads.slick-slider {
    margin-top: 40px;
  }

  .di-table-wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .di-single-table-column {
    width: 100%;
    flex: auto;
    margin-bottom: 30px;
  }

  .di-single-table-column:first-child .di-single-table-item:first-child,
  .di-single-table-column:last-child .di-single-table-item:first-child {
    border-radius: 20px;
  }

  .di-single-table-column:last-child {
    margin-bottom: 0;
  }

  .di-partners {
    margin-top: 40px;
    background-color: inherit;
    flex-wrap: wrap;
  }

  .di-single-partner {
    background-color: #eefbfa;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    border: none;
  }

  .di-single-partner .group-link-individual.shortcode-link {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 30px;
    bottom: 0;
  }

  .di-partner-content {
    min-height: inherit;
  }

  .di-single-partner-inner {
    padding: 0;
  }

  .di-section-bg-gradient .di-partners,
  .di-section-bg-dark-gradient .di-partners {
    background-color: inherit;
  }

  .di-section-bg-dark-gradient .di-single-partner,
  .di-section-bg-gradient .di-single-partner {
    background-color: #fff;
  }

  .di-single-partner:last-child {
    margin: 0;
  }

  .di-group-content-icon-item {
    width: 100%;
  }

  .di-logo-slider-title h2,
  .di-logo-slider-sub-title h3,
  .di-content-inner {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-carousel-layout-2 .testimonial-image {
    position: relative;
    left: 0;
    margin-bottom: 15px;
  }

  .testimonial-carousel-layout-2 .testimonial-info {
    margin: 0;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
  }

  .testimonial-carousel-layout-2 .testimonial-content {
    font-size: 18px;
  }

  .testimonial-carousel-layout-2.testimonial-carousel .slick-arrow {
    bottom: 0;
    top: auto;
    left: 50%;
    margin-left: -60px;
  }

  .testimonial-carousel-layout-2.testimonial-carousel .slick-arrow.slick-next {
    right: auto;
    left: 50%;
    margin-left: 10px;
  }

  .testimonial-carousel-layout-2 .single-testimonial-item {
    margin: 1px;
  }

  .testimonial-carousel-layout-2.testimonial-carousel ul.slick-dots {
    top: auto;
    bottom: -45px;
    width: 100%;
    text-align: center;
    display: flex;
    right: auto;
  }

  .testimonial-carousel.testimonial-carousel-layout-2 {
    margin-top: 0;
  }

  .di-learn-more-content {
    padding: 20px;
  }

  .di-learn-more-bg-image {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
  }

  .di-learn-more-bg-image:before {
    width: 50px;
  }

  .learn_more.di-general-padding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .di-leadership-card {
    width: 100%;
  }

  .di-leadership-cards-carousel .di-leadership-card-inner {
    flex-direction: column;
  }

  .di-leadership-card-image img,
  .di-leadership-card-inner:after {
    border-radius: 0;
  }

  .di-leadership-cards.di-leadership-cards-carousel {
    padding-bottom: 100px;
    margin-top: 50px;
  }

  .di-leadership-cards ul.slick-dots {
    top: auto;
    bottom: 0;
  }

  .di-leadership-cards .slick-arrow {
    bottom: 45px;
  }

  .call_to_action {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .di-video-carousel {
    margin-top: 50px;
    padding-bottom: 115px;
  }

  .di-video-carousel .slick-arrow {
    bottom: 40px;
  }

  .di-video-carousel ul.slick-dots {
    top: auto;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }

  .di-video-item-inner {
    height: 300px;
  }

  section .right-bg {
    height: 300px;
    top: 0;
    position: relative;
  }

  .hero .di-container {
    display: block;
  }

  section.hero.hero-style-half {
    padding-top: 110px;
  }

  body section.hero.hero-style-half .hero-content {
    padding-top: 20px;
    min-height: inherit;
    padding-bottom: 45px;
  }

  .hero-style-half .hero-content h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .hero-style-half .hero-desc {
    font-size: 24px;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .right-bg-inner {
    height: 360px;
    padding: 0;
  }

  .split_content_new+.di-divider-divider {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .di-post-card-image {
    height: 300px;
  }

  .header-area {
    background-color: #2aadea;
  }

  .admin-bar section .right-bg {
    margin-top: 108px;
  }

  section .right-bg {
    margin-top: 75px;
  }

  .right-bg-inner img {
    border-radius: 0;
    object-position: top;
  }

  section.hero.hero-style-fullwidth {
    height: auto;
  }

  .di-section-bg-dark-gradient.section-has-image.section-has-video .di-split-content-section-content h2 {
    margin-bottom: 5px;
    font-weight: 700;
  }

  .di-section-bg-dark-gradient.section-has-image.section-has-video .di-split-content-section-content h3 {
    line-height: 35px;
  }

  button.lity-close {
    right: 5px;
    top: -47px;
  }

  section .hero-style-half .right-bg {
    margin-top: 20px;
  }

  .basic_content_new+.split_content_new.di-section-bg-white {
    padding-top: 0;
  }

  .hero-style-section-heading .hero-desc {
    line-height: 30px;
    font-size: 18px;
  }

  .hero-style-section-heading .hero-desc {
    line-height: 30px;
    font-size: 18px;
  }

  .di-content.di-content-columns>div {
    width: 100%;
    flex: inherit;
  }

  .di-content.di-content-columns {
    flex-wrap: wrap;
  }

  .single-blog-box {
    margin-bottom: 20px;
  }

  .single-blog-box:last-child {
    margin-bottom: 0;
  }

  .di-page-header h2 {
    font-size: 40px;
  }

  .di-logo-carousel:before,
  .di-logo-carousel:after {
    display: none;
  }

  .single-slide-inner h3 {
    font-size: 40px;
  }

  .single-slide-inner {
    height: 500px;
    padding-bottom: 100px;
  }

  .di-single-partner h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .di-partner-content {
    font-size: 18px;
    line-height: 26px;
  }

  .di-split-content-stat--content h4 {
    line-height: 38px;
  }

  .di-split-content-stat-content {
    line-height: 20px;
  }

  .di-split-content-section-img-inner {
    padding-left: 0;
    margin-right: -20px;
  }

  .di-split-content-section-img-inner:after {
    left: -20px;
  }

  .di-split-content-section-bg {
    margin-left: 20px;
  }

  .di-leadership-cards ul.slick-dots {
    left: 0;
    width: 100%;
    text-align: center;
  }

  .di-logo-desktop-carousel {
    display: none;
  }

  .di-logo-mobile-carousel {
    display: block;
    margin-top: 40px;
  }

  .single-logo-mobile-item {
    padding: 10px;
  }

  .logo_slider.di-style-right {
    text-align: left;
  }

  .di-leadership-cards-carousel .di-leadership-card-inner {
    background-color: #417a77;
    padding: 20px;
  }

  .di-leadership-cards-carousel .di-leadership-card-image img {
    border-radius: 0 0 0 40px;
  }

  .di-leadership-cards-carousel .di-leadership-card-content {
    background: none;
    color: #fff;
  }

  .di-leadership-cards-carousel .di-leadership-card-inner {
    border-radius: 0 0 0 40px;
  }

  .di-leadership-cards-carousel .di-leadership-card-image {
    height: 350px;
  }

  .di-leadership-cards-carousel .di-leadership-card-inner {
    display: block;
  }

  .di-leadership-cards-carousel .di-leadership-card-image img {
    object-position: top;
  }

  .di-resource-downloads.slick-slider.manual-slick-slider.manual-slick-slider-column-3 .single-di-resource-item,
  .manual-leadership-carousel .di-leadership-card,
  .di-video-carousel.di-manual-video-carousel .di-video-item {
    width: 100%;
  }

  .right-bg-inner img {
    border-radius: 0 0 50px;
  }

  .di-leadership-content {
    height: auto;
  }

  .partners .di-content br {
    display: none;
  }

  .di-partners {
    flex-direction: column;
  }

  .single-assessment-question {
    flex-direction: column;
    padding-top: 50px;
  }

  .di-assessment-form-steps {
    flex-direction: column;
    padding: 20px;
  }

  .di-assessment-form-step {
    font-size: 22px;
    padding: 20px;
  }

  .assessment-question-desc {
    margin: 0;
    padding: 20px;
    margin-bottom: 30px;
  }

  .assessment-question-info {
    margin-bottom: 20px;
  }

  .single-assessment-question {
    font-size: 20px;
  }

  .assessment-question-input h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .single-radio-option {
    font-size: 20px;
  }

  .di-single-question-item:nth-child(2n + 2) {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .di-single-question-item.assessment-question-heading {
    margin-top: 110px;
  }

  .di-single-question-item.assessment-question-heading .assessment-section-title {
    font-size: 35px;
    top: -75px;
  }

  .next-step {
    padding: 50px 0;
    margin-top: 50px;
  }

  .page-links {
    flex-direction: column;
  }

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

  .next-step button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .prev-page {
    text-align: center;
    margin-bottom: 20px;
  }

  .assessment-form-personal-info {
    flex-direction: column;
  }

  .enter-for-win {
    font-size: 18px;
  }

  .di-container.this-is-assessment-thank-you-page {
    flex-direction: column;
  }

  .di-assessment-cta {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }

  .di-assessment-cta-inner {
    padding: 20px;
  }

  .di-leadership-cards-default.slick-slider .di-leadership-card-content {
    position: relative;
  }

  .di-leadership-cards-default.slick-slider .di-leadership-card-image {
    position: relative;
  }

  .di-leadership-cards-default.slick-slider .di-leadership-card-inner {
    background-color: #417a77;
    padding: 20px;
    border-radius: 0 0 0 30px;
  }

  .di-leadership-cards-default.slick-slider .di-leadership-card-icon {
    display: none;
  }

  .di-leadership-cards-default.slick-slider .di-leadership-card-image img,
  .di-leadership-cards-default.slick-slider .di-leadership-card-inner:after {
    border-radius: 0 0 0 40px;
  }

  .di-leadership-cards-default.slick-slider .di-leadership-card-inner:after {
    display: none;
  }

  .di-leadership-cards-default.slick-slider.di-leadership-cards {
    padding-bottom: 100px;
  }

  .di-leadership-cards-default.slick-slider .di-leadership-content,
  .di-leadership-cards-default.slick-slider .di-leadership-card-image .card-icon-wrapper {
    display: flex;
    flex-direction: column;
  }

  .cmai-score-wrapper {
    flex-direction: column;
  }

  .cmai-score-info {
    width: 100%;
    margin: 30px 0;
    font-size: 20px;
  }

  .cmai-score-info img {
    max-width: 200px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .mobile-fixed-btns-wrapper .di-search-popup button[type="submit"] {
    margin-right: 10px;
  }

  .di-single-partner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

[data-entrance] {
  visibility: hidden;
}

.js [data-entrance] {
  visibility: hidden;
}

.hero+.split_content_new [data-entrance="di-animation-fade-in-left"]:not(.has-entered),
.hero+.split_content_new [data-entrance="di-animation-fade-in-up"]:not(.has-entered),
.hero+.basic_content_new [data-entrance="di-animation-fade-in-up"]:not(.has-entered) {
  opacity: 1;
  visibility: visible;
}

[data-entrance="di-animation-fade-in"] {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms
}

[data-entrance="di-animation-fade-in"]:not(.has-entered) {
  opacity: 0;
}

[data-entrance="di-animation-fade-in-up"] {
  -webkit-transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1)
}

[data-entrance="di-animation-fade-in-up"]:not(.has-entered) {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

[data-entrance="di-animation-fade-in-down"] {
  -webkit-transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1)
}

[data-entrance="di-animation-fade-in-down"]:not(.has-entered) {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

[data-entrance="di-animation-fade-in-left"] {
  -webkit-transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1)
}

[data-entrance="di-animation-fade-in-left"]:not(.has-entered) {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

[data-entrance="di-animation-fade-in-right"] {
  -webkit-transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 500ms, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1)
}

[data-entrance="di-animation-fade-in-right"]:not(.has-entered) {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.cmai-score-wrapper {
  margin-top: 80px;
}

.mainmenu ul.mega-sub-menu {
  display: none;
}

.body-loaded .mainmenu ul.mega-sub-menu {
  display: flex;
}

body .header-area {
  z-index: 9999
}