@charset "UTF-8";
/**
Theme Name: EBrief Ready (Astra Child)
Author: Toro Digital
Author URI: https://www.torodigital.com.au/
Description: Child Theme of Astra by Brainstorm Force
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ebriefready
Template: astra
*/
/* Commons */
html {
  font-size: 16px;
  line-height: 1.75em;
}

.elementor-image img[src$=".svg"] {
  width: 100% !important;
}

.e-brief-lt-green {
  color: #c5f6cf;
}

.elementor-icon svg {
  height: unset;
}

.frontpage-counter .elementor-counter-number-prefix, .frontpage-counter .elementor-counter-number-suffix {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.frontpage-counter .elementor-counter-title {
  text-align: left;
}

.uael-faq-accordion .uael-accordion-content p {
  margin-bottom: 30px;
}

.mousescroll-icon .elementor-icon-wrapper .elementor-icon svg path:nth-child(2) {
  -webkit-animation-name: mouse-icon-scroll;
          animation-name: mouse-icon-scroll;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.testimonials-logo .elementor-widget-container {
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials-logo .elementor-widget-container .elementor-image {
  width: 160px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-green {
  color: #00c991;
}

.text-ltgreen {
  color: #c5f6cf;
}

.text-ebr-blue {
  color: #035376;
}

ul.list-green {
  list-style: none;
  margin-left: 1em;
}
ul.list-green > li::before {
  content: "•";
  color: #00c991;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.list-green > li:not(:last-child) {
  margin-bottom: 1em;
}

.half-backdrop {
  height: 100% !important;
}
.half-backdrop > .elementor-widget-container {
  height: 100% !important;
}

@-webkit-keyframes mouse-icon-scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes mouse-icon-scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
.elementor-widget-text-editor .elementor-text-editor p:last-child {
  margin-bottom: 0;
}

.dotted-separator {
  background-image: radial-gradient(#00c991 30%, transparent 30%);
  background-size: 20px 20px;
  background-repeat: repeat-x;
  background-position: center left;
}

#page.site {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#page.site.top-advert-shown {
  margin-top: 60px;
}

ol.ol-num {
  --counter-type: decimal;
}
ol.ol-lalpha {
  --counter-type: lower-alpha;
}
ol.ol-ualpha {
  --counter-type: upper-alpha;
}
ol.ol-lroman {
  --counter-type: lower-roman;
}
ol.ol-num, ol.ol-lalpha, ol.ol-ualpha, ol.ol-lroman {
  list-style-type: none !important;
  padding: 0px;
  margin-left: 0px;
  counter-reset: ol-alpha;
  position: relative;
}
ol.ol-num > li, ol.ol-lalpha > li, ol.ol-ualpha > li, ol.ol-lroman > li {
  counter-increment: ol-alpha;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 0.5em;
}
ol.ol-num > li::before, ol.ol-lalpha > li::before, ol.ol-ualpha > li::before, ol.ol-lroman > li::before {
  content: counter(ol-alpha, var(--counter-type, decimal)) ".";
  position: absolute;
  display: inline-block;
  color: currentColor;
  left: 0;
}
ol.ol-num > li > ol.ol-num, ol.ol-num > li > ol.ol-lalpha, ol.ol-num > li > ol.ol-ualpha, ol.ol-num > li > ol.ol-lroman, ol.ol-lalpha > li > ol.ol-num, ol.ol-lalpha > li > ol.ol-lalpha, ol.ol-lalpha > li > ol.ol-ualpha, ol.ol-lalpha > li > ol.ol-lroman, ol.ol-ualpha > li > ol.ol-num, ol.ol-ualpha > li > ol.ol-lalpha, ol.ol-ualpha > li > ol.ol-ualpha, ol.ol-ualpha > li > ol.ol-lroman, ol.ol-lroman > li > ol.ol-num, ol.ol-lroman > li > ol.ol-lalpha, ol.ol-lroman > li > ol.ol-ualpha, ol.ol-lroman > li > ol.ol-lroman {
  margin: 0px;
  margin-top: 0.5em;
}
ol.ol-num > li > ul, ol.ol-lalpha > li > ul, ol.ol-ualpha > li > ul, ol.ol-lroman > li > ul {
  margin: 0px;
  margin-top: 0.5em;
  margin-left: 1.2em;
}

/* Commons END */
/* Headings */
h1 {
  font-family: "Nunito", Sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.13;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-family: "Nunito", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-family: "Nunito", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Nunito", Sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-family: "Nunito", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-family: "Nunito", Sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.text-only-page-content h1:not(:last-child), .text-only-page-content h2:not(:last-child), .text-only-page-content h3:not(:last-child), .text-only-page-content h4:not(:last-child), .text-only-page-content h5:not(:last-child), .text-only-page-content h6:not(:last-child), .text-only-page-content p:not(:last-child) {
  margin-bottom: 25px;
}
.text-only-page-content .h1 {
  font-size: 40px;
}
.text-only-page-content .h2 {
  font-size: 30px;
}
.text-only-page-content .h3 {
  font-size: 26px;
}
.text-only-page-content .h4 {
  font-size: 20px;
}
.text-only-page-content .h5 {
  font-size: 18px;
}
.text-only-page-content .h6 {
  font-size: 16px;
}

.elementor-widget-heading h1.elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.13;
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 38px;
  }
}
.elementor-widget-heading h2.elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px;
  }
}
.elementor-widget-heading h3.elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading h3.elementor-heading-title {
    font-size: 24px;
  }
}
.elementor-widget-heading h4.elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading h4.elementor-heading-title {
    font-size: 18px;
  }
}
.elementor-widget-heading h5.elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading h5.elementor-heading-title {
    font-size: 16px;
  }
}
.elementor-widget-heading h6.elementor-heading-title {
  font-family: "Nunito", Sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading h6.elementor-heading-title {
    font-size: 16px;
  }
}
.elementor-widget-heading p.elementor-heading-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.elementor-widget-heading span.elementor-heading-title {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

/* Headings END */
/* Butons */
.theme-btn .elementor-button {
  font-family: "Nunito", Sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.44;
}

.contact-us-btn .elementor-button {
  text-align: left;
}

/* Butons END */
/* Iconboxes */
.iconbox-intro {
  max-width: 580px;
}
.iconbox-intro .elementor-widget-container {
  min-height: 460px;
  background-color: #fff;
}
.iconbox-intro.iconbox-intro-sq .elementor-widget-container {
  min-height: 380px;
}
.iconbox-intro.iconbox-intro-row1 .elementor-widget-container {
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .iconbox-intro.iconbox-intro-row1 .elementor-widget-container {
    min-height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .iconbox-intro .elementor-widget-container {
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .iconbox-intro .elementor-widget-container {
    min-height: 0;
  }
}
.iconbox-intro .elementor-icon-box-icon .elementor-icon svg {
  height: 72px;
}
.iconbox-intro .elementor-widget-container:hover {
  background-color: #035376;
}
.iconbox-intro .elementor-widget-container:hover .elementor-icon-box-content .elementor-icon-box-title, .iconbox-intro .elementor-widget-container:hover .elementor-icon-box-content .elementor-icon-box-title a {
  color: #fff;
}
.iconbox-intro .elementor-widget-container:hover .elementor-icon-box-content .elementor-icon-box-description {
  color: #c5f6cf;
}

@media screen and (max-width: 767px) {
  .features.iconbox-intro.iconbox-intro-sq .elementor-widget-container {
    min-height: 200px;
  }
}
.iconbox-share .elementor-widget-container {
  min-height: 280px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .iconbox-share .elementor-widget-container {
    min-height: 250px;
  }
}
.iconbox-share .elementor-icon-box-icon .elementor-icon svg {
  height: 72px;
}
@media screen and (max-width: 767px) {
  .iconbox-share .elementor-icon-box-icon .elementor-icon svg {
    height: 60px;
  }
}
.iconbox-share .elementor-widget-container:hover {
  background-color: #035376;
}
.iconbox-share .elementor-widget-container:hover .elementor-icon-box-content .elementor-icon-box-title {
  color: #fff;
}

.iconbox-behind-tech .elementor-widget-container {
  min-height: 270px;
  background-color: #fff;
}
.iconbox-behind-tech .elementor-icon-box-icon .elementor-icon svg {
  height: 72px;
}
.iconbox-behind-tech .elementor-widget-container:hover {
  background-color: #035376;
}
.iconbox-behind-tech .elementor-widget-container:hover .elementor-icon-box-content .elementor-icon-box-title {
  color: #fff;
}

.iconbox-faq .elementor-widget-container {
  min-height: 280px;
  background-color: #00c991;
}
.iconbox-faq .elementor-widget-container:hover, .iconbox-faq .elementor-widget-container:focus-within {
  background-color: #035376;
}

.iconbox-faq .elementor-widget-container:hover .elementor-icon-box-title a:hover, .iconbox-faq .elementor-widget-container:focus-within .elementor-icon-box-title a:hover {
  color: #fff;
}

.top-advert-popup-icon-list .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item .elementor-icon-list-icon > svg {
  vertical-align: middle;
}

/* Iconboxes END */
/* Header Nav */
.header-main {
  width: 100% !important;
  -webkit-transition: none;
  transition: none;
}
.header-main:not(.header-relative) {
  position: absolute;
}
.header-main:not(.header-relative) .header-logo {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-main:not(.header-relative) .header-logo a {
  background-image: url(/wp-content/uploads/2020/02/ebriefready-light.svg);
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
}
.header-main:not(.header-relative) .header-logo a > img {
  opacity: 0;
}
.header-main:not(.header-relative) .header-logo.header-sg a, .header-main:not(.header-relative) .header-logo.header-uk a {
  background-image: url(/wp-content/uploads/2024/10/LitigationReady_Logo_RGB_Reversed.svg);
}
.header-main:not(.header-relative) .header-logo.header-nz a {
  background-image: url(/wp-content/uploads/2024/02/ebrief-ready-4casebooks-horizontal-logo-reversed.svg);
}
.header-main.elementor-sticky--effects:not(.header-relative) .header-logo a > img {
  opacity: 1;
}
.header-main .header-nav .elementor-nav-menu .menu-item > a::after {
  height: 3px !important;
}
.header-main .header-logo > .elementor-widget-container {
  width: inherit;
}
.header-main .header-logo > .elementor-widget-container > .elementor-image {
  width: inherit;
}
.header-main .header-logo > .elementor-widget-container > .elementor-image a {
  width: inherit;
}
.header-main .mobile-menu-icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-main .mobile-menu-icon .elementor-icon-wrapper {
  height: 30px;
}
@media screen and (max-width: 767px) {
  .header-main .mobile-menu-icon .elementor-icon-wrapper {
    height: 20px;
  }
}
.header-main.elementor-sticky--effects, .header-main.header-relative {
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1025px) and (max-width: 1221px) {
  .header-main.elementor-sticky--effects > .elementor-container > .elementor-row > .elementor-column:first-child, .header-main.header-relative > .elementor-container > .elementor-row > .elementor-column:first-child {
    width: 20%;
  }
  .header-main.elementor-sticky--effects > .elementor-container > .elementor-row > .elementor-column:last-child, .header-main.header-relative > .elementor-container > .elementor-row > .elementor-column:last-child {
    width: 80%;
  }
}
.header-main.elementor-sticky--effects .header-logo, .header-main.header-relative .header-logo {
  width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .header-main.elementor-sticky--effects .header-logo, .header-main.header-relative .header-logo {
    width: 180px;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .header-main.elementor-sticky--effects .header-logo, .header-main.header-relative .header-logo {
    width: 160px;
    max-width: 200px;
  }
}
.header-main.elementor-sticky--effects .header-logo .elementor-image > a, .header-main.header-relative .header-logo .elementor-image > a {
  background: none;
}
.header-main.elementor-sticky--effects .header-logo .elementor-image > a > img, .header-main.header-relative .header-logo .elementor-image > a > img {
  opacity: 1;
}
.header-main.elementor-sticky--effects .mobile-menu-icon, .header-main.header-relative .mobile-menu-icon {
  border-left: 1px solid #e7e8e8;
}
.header-main.elementor-sticky--effects .mobile-menu-icon.popup-open, .header-main.header-relative .mobile-menu-icon.popup-open {
  background-color: #00c991;
}
.header-main.elementor-sticky--effects .mobile-menu-icon.popup-open .elementor-icon, .header-main.elementor-sticky--effects .mobile-menu-icon.popup-open .elementor-button-icon, .header-main.header-relative .mobile-menu-icon.popup-open .elementor-icon, .header-main.header-relative .mobile-menu-icon.popup-open .elementor-button-icon {
  color: #fff;
}
.header-main.elementor-sticky--effects .mobile-menu-icon .elementor-button-wrapper .elementor-button-icon, .header-main.header-relative .mobile-menu-icon .elementor-button-wrapper .elementor-button-icon {
  width: 1em;
}
.header-main.elementor-sticky--effects .header-cta .elementor-button-wrapper .elementor-button:hover, .header-main.elementor-sticky--effects .header-cta .elementor-button-wrapper .elementor-button:focus-within, .header-main.header-relative .header-cta .elementor-button-wrapper .elementor-button:hover, .header-main.header-relative .header-cta .elementor-button-wrapper .elementor-button:focus-within {
  border-color: #035376;
  background-color: #035376;
}
.header-main.elementor-sticky--effects .header-cta2 .elementor-button-wrapper .elementor-button:hover, .header-main.elementor-sticky--effects .header-cta2 .elementor-button-wrapper .elementor-button:focus-within, .header-main.header-relative .header-cta2 .elementor-button-wrapper .elementor-button:hover, .header-main.header-relative .header-cta2 .elementor-button-wrapper .elementor-button:focus-within {
  border-color: #035376;
  background-color: #035376;
}
.header-main.elementor-sticky--effects .header-cta2 .elementor-button-wrapper .elementor-button:hover .elementor-button-text, .header-main.elementor-sticky--effects .header-cta2 .elementor-button-wrapper .elementor-button:focus-within .elementor-button-text, .header-main.header-relative .header-cta2 .elementor-button-wrapper .elementor-button:hover .elementor-button-text, .header-main.header-relative .header-cta2 .elementor-button-wrapper .elementor-button:focus-within .elementor-button-text {
  color: #fff;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-nav .elementor-nav-menu > .menu-item > a {
  color: #fff;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-nav .elementor-nav-menu > .menu-item > a:hover {
  color: #fff;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-nav .elementor-nav-menu > .menu-item > a:hover::after {
  background-color: #fff;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .mobile-menu-icon .elementor-icon-wrapper .elementor-icon i {
  color: #fff;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta .elementor-button-wrapper .elementor-button {
  border-color: #00c991;
  background-color: #00c991;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta .elementor-button-wrapper .elementor-button:hover, .header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta .elementor-button-wrapper .elementor-button:focus-within {
  border-color: #fff;
  background-color: #fff;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta .elementor-button-wrapper .elementor-button:hover .elementor-button-text, .header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta .elementor-button-wrapper .elementor-button:hover .elementor-button-icon, .header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta .elementor-button-wrapper .elementor-button:focus-within .elementor-button-text, .header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta .elementor-button-wrapper .elementor-button:focus-within .elementor-button-icon {
  color: #00c991;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta2 .elementor-button-wrapper .elementor-button {
  border-color: #fff;
  background-color: transparent;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta2 .elementor-button-wrapper .elementor-button .elementor-button-text {
  color: #fff;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta2 .elementor-button-wrapper .elementor-button:hover, .header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta2 .elementor-button-wrapper .elementor-button:focus-within {
  border-color: #fff;
  background-color: #fff;
}
.header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta2 .elementor-button-wrapper .elementor-button:hover .elementor-button-text, .header-main:not(.elementor-sticky--effects):not(.header-relative) .header-cta2 .elementor-button-wrapper .elementor-button:focus-within .elementor-button-text {
  color: #00c991;
}
.header-main.elementor-sticky--effects.top-advert-shown {
  margin-top: 60px !important;
}

/* Header Nav END */
/* Mobile Menu */
@media screen and (min-width: 1025px) {
  .mobile-menu-popup {
    display: none !important;
  }
}
.mobile-menu-nav nav li {
  border-bottom: 1px solid #fff;
}

/* Mobile Menu END */
/* Sharing EBriefs Section */
@media screen and (max-width: 1024px) {
  .sharing-ebriefs-step {
    height: 100%;
    margin-bottom: 0 !important;
  }
  .sharing-ebriefs-step .elementor-widget-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sharing-ebriefs-step .elementor-widget-container .elementor-heading-title {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .sharing-ebriefs-step.dotted-right .elementor-widget-container::after {
    content: "";
    height: calc(50% - 1.1em);
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: radial-gradient(#c5f6cf 30%, transparent 30%);
    background-size: 25px 25px;
    background-repeat: repeat-y;
    background-position: bottom center;
    top: unset;
  }
  .sharing-ebriefs-step.dotted-left .elementor-widget-container::before {
    content: "";
    height: calc(50% - 1.11em);
    width: 100%;
    position: absolute;
    top: 0;
    background-image: radial-gradient(#c5f6cf 30%, transparent 30%);
    background-size: 25px 25px;
    background-repeat: repeat-y;
    background-position: top center;
  }
}
@media screen and (min-width: 1025px) {
  .sharing-ebriefs-step.dotted-right .elementor-heading-title::after {
    content: "";
    height: 1em;
    width: calc(50% - 0.8em);
    position: absolute;
    right: 0;
    background-image: radial-gradient(#c5f6cf 30%, transparent 30%);
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-position: center right;
  }
  .sharing-ebriefs-step.dotted-left .elementor-heading-title::before {
    content: "";
    height: 1em;
    width: calc(50% - 0.8em);
    position: absolute;
    left: 0;
    background-image: radial-gradient(#c5f6cf 30%, transparent 30%);
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-position: center left;
  }
}

/* Sharing EBriefs Section END */
/* Blog Index */
.blogs-featured .blogs-featured-img a, .blogs-featured .blogs-featured-img a > img {
  width: 100%;
}

.blogs-index-item .blogs-featured-img .elementor-image img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs-featured .blogs-index-item .blogs-featured-img .elementor-image img {
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

#load-more-blogs {
  cursor: pointer;
}
#load-more-blogs .elementor-button-icon {
  font-size: 20px;
  display: none;
}

/* Blog Index END */
/* Blog Single */
.blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap {
  display: block;
}
@media screen and (min-width: 1025px) {
  .blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap .blog-img {
    float: right;
  }
}
@media screen and (max-width: 1274px) {
  .blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap .blog-img {
    width: 100%;
    max-width: unset;
  }
  .blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap .blog-img > .elementor-widget-container {
    margin-left: 0;
  }
}
.blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap .blog-img .elementor-image img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap .blog-img .elementor-image img {
    height: 280px;
  }
}
@media screen and (min-width: 1275px) {
  .blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap .blog-suptitle, .blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap .blog-title {
    float: left;
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 1274px) {
  .blog-single-inner > .elementor-column-wrap > .elementor-widget-wrap .blog-content > .elementor-widget-container {
    margin-top: 30px;
  }
}

.blog-share-icons .elementor-share-btn {
  border: 1px solid #035376;
  margin-bottom: 0 !important;
}
.blog-share-icons .elementor-share-btn i.fab.fa-facebook::before {
  content: "\f39e";
}
.blog-share-icons .elementor-share-btn i.fab.fa-linkedin::before {
  content: "\f0e1";
}

span.register-arrow {
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  line-height: 1em;
  background-image: url(/wp-content/uploads/2020/04/arrow-right.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

/* Blog Single END */
/* Contact Us */
.gform_wrapper.contact_gform_wrapper .contact_gform > .validation_error {
  display: none;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .gfield_required {
  display: none;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .gfield_label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  margin-top: 1.25em;
  padding-left: 30px;
  pointer-events: none;
  color: #035376;
  font-weight: 400;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield:not(.hidden_label):focus-within .gfield_label, .gform_wrapper.contact_gform_wrapper .contact_gform .gfield.ginput-has-value .gfield_label {
  margin-top: 1em;
  font-size: 12px;
  color: #00c991;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_container [name^=input_]:focus {
  -webkit-box-shadow: 0 0 1px 2px #c5f6cf;
          box-shadow: 0 0 1px 2px #c5f6cf;
  border-color: #c5f6cf;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_container textarea {
  line-height: 1.4;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_first {
  margin-bottom: 15px;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_first, .gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_last {
  width: 100%;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_first > label, .gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_last > label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  margin-top: 1.25em;
  padding-left: 30px;
  pointer-events: none;
  color: #035376;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nunito", Sans-serif;
  letter-spacing: normal;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_first > input, .gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_last > input {
  margin-bottom: 0 !important;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_first:not(.hidden_label):focus-within > label, .gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_first.ginput-has-value > label, .gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_last:not(.hidden_label):focus-within > label, .gform_wrapper.contact_gform_wrapper .contact_gform .gfield .ginput_complex .name_last.ginput-has-value > label {
  margin-top: 1em;
  font-size: 12px;
  color: #00c991;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield.gfield_error {
  padding: 0;
  border: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield.gfield_error .validation_message {
  font-weight: bold !important;
  padding-top: 5px;
  margin-top: 0 !important;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield.gfield_error .gfield_label {
  margin-top: 1.05em;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gfield.gfield_error.ginput-has-value .gfield_label {
  margin-top: 0.5em;
  font-size: 14px;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gform_footer {
  margin-top: 0;
}
.gform_wrapper.contact_gform_wrapper .contact_gform .gform_footer [type=submit] {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gform_wrapper.contact_gform_wrapper .contact_gform .gform_footer [type=submit] {
    white-space: normal;
    line-height: 1.44em !important;
    width: 100%;
  }
}

/* Contact Us END */
/* Share EBrief Form */
.hs-form-field > label {
  font-size: 14px;
}

/* Share EBrief Form END */
/* Page > Branding Guide */
.branding-tab-head.branding-tab-head-active .elementor-widget-container, .branding-tab-head:hover .elementor-widget-container {
  background-color: #e7e8e8;
}
.branding-tab-head .elementor-widget-container {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .branding-guide {
    background-image: unset !important;
  }
}
/* Page > Branding Guide END */
/* Footer */
.footer-main .footer-logo > .elementor-widget-container {
  width: inherit;
}
.footer-main .footer-logo > .elementor-widget-container > .elementor-image {
  width: inherit;
}
.footer-main .footer-logo > .elementor-widget-container > .elementor-image a {
  width: inherit;
}

/* Footer END */
.iconbox-share .elementor-widget-container:hover .elementor-icon-box-content .elementor-icon-box-description {
  color: #fff;
}

.iconbox-share.iconbox-share-nz .elementor-widget-container {
  min-height: 450px !important;
}

.gform_required_legend {
  display: none;
}

#gform_37 .gfield_validation_message {
  display: none;
}

html:not([lang=en-GB]) #elementor-popup-modal-7504 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}/*# sourceMappingURL=style.css.map */